@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
.banxin{width: 1170px;
    margin: 0 auto;}
.xbanxin{width:1000px;margin: 0 auto;}
body {
    color: #333;
    font-family: "microsoft yahei";
    background:#fff;
    box-sizing: border-box;
    margin: 0 auto;
    /*max-width: 20rem;*/
    overflow-x: hidden;
    padding-top: 1.44rem;
}
/*模糊处理 css*/
.fs_blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false); /* IE6~IE9 */
}
i{font-style:normal;}

ol, ul {
    list-style: none;
}

em {
    font-style: normal;
}

/*input{*/
/*    input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }*/
/*}*/
input, button, select, textarea {
    outline: none;
}

img {
    border: none;
}

div {
    position: relative;
}

a{
    color: #000;
    text-decoration: none;
    display: block;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.none {display: none;}
.block{display: block;}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/*布局样式*/
.flex {
  display: flex;
  /* justify-content: space-between;
  align-items: center; */
}
.flex-sb {
  justify-content: space-between;
  /*两端对齐*/
  -webkit-box-pack: space-between;
}
.flex-c{
    justify-content: center;
}

/*导航*/
.header{width: 100%;height: 1.4667rem;background: #f8f8f8;box-shadow: 0 .0533rem .32rem 0 rgb(0 0 0 / 14%);position: fixed;left: 0;top: 0;z-index: 10000;}
.header .maxwidth{width: 90%;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.header .logo{width: 5.55rem;margin: .43rem 0 0 0;}
.header .right{width: .64rem;height: .64rem;margin: .43rem 0 0 0;}
.popup_close{position: absolute;right: .53rem;top: .8rem;z-index: 1111;}
.popup_close img{width: .43rem;height: .43rem;}
.popup_fr .popup_on{ height: 1.39rem;line-height: 1.39rem;}
.popup_fr .popup_on img{width: .61rem;height: .61rem;vertical-align: middle;margin: 0 .48rem 0 1.01rem;}
.popup_fr .popup_on span{vertical-align: middle;font-size: 15px;}
.popup_fr{width: 4.27rem;height: 100%;background: #F8F8F8;margin-left: auto;position: fixed;top: 1.44rem;left:-10rem;transition: all .2s ease-in-out;z-index: 1111111;}
.popup{width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 11;position: fixed;top: 1.44rem;display: none;}
.popup_fr.on{left: 0rem;overflow: inherit;}
.popup_fr .list{
    /*padding: 10px 0;*/
    padding: 0.3rem 0 0.3rem 1rem;
    font-size: .3733rem;
    font-weight: 400;
    color: #2A2A2A;
    /*margin-left: 1.07rem;*/
}
.popup_fr .list .text{
    display: flex;
    justify-content: space-between;
}
.popup_fr .list a {
    color: #2A2A2A;
}
.popup_fr .list .text em{
    width: .16rem;
    height: .2667rem;
    background: url('/static/mobile/img/left.png') no-repeat center center;
    background-size: cover;
    display: block;
    margin: .16rem .3733rem 0 0;
}
.popup_fr .list .list_cet{
    height: 1.07rem;
    line-height: 1.07rem;
}
.popup_fr .list .none{
    display: none;
    margin: .27rem 0 0 0 ;
}
.pass{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}