*{
    margin: 0;
    padding: 0;
    outline: none;
}
body{
    /*font-family: "PingFang SC","Hiragino Sans GB","NotoSansHans","Microsoft YaHei","微软雅黑","Lantinghei SC", "Open Sans", "Arial", "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", "SimSun", sans-serif;*/
    font-family: "BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif";
}
a{
    text-decoration:none;
    color:#333;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-user-focus: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}

@font-face {
    /*font-family: 'iconfont';*/
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
}
/*导航栏*/

.headerBox{
    height: 64px;
    /*box-shadow: 1px 1px 14px 0px rgba(238, 237, 237, 0.5);*/
    /*-webkit-box-shadow: 1px 1px 14px 0px rgba(238, 237, 237, 0.5);*/
    /*-moz-box-shadow: 1px 1px 14px 0px rgba(238, 237, 237, 0.5);*/
    /*-o-box-shadow: 1px 1px 14px 0px rgba(238, 237, 237, 0.5);*/
    box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    -webkit-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    -moz-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    -o-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    position: relative;
    z-index: 999;
}
.header{
    height: 64px;
    width: 1240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.header .header_icon{
    width: 218px;
    /* height: 56px; */
    margin-right: 90px;
    float: left;
}
.header .header_icon>img{
    width: 100%;
    height: 100%;
    image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
}
.header .header_btn_list{
    flex: 1;
    /*margin-right: 428px;*/
}
.header .header_btn{
    margin-right: 32px;
    float: left;
    cursor:pointer;
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #2F2F2F;
    letter-spacing: 1px;
    position: relative;
    line-height: 40px;
}
.header .header_btn:hover{
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
}
.header .header_btn3{

}

.header .header_btn3 .arrow{
    transition: all linear 300ms;
    transform: rotate(0deg);
    float: right;
    margin-left: 10px;
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header_btn3 .arrow>img{
    width: 10px;
    height: 10px;
}
.header .header_btn3:hover .arrow{
    transform: rotate(180deg);
}
.header .header_btn3 .popup{
    width: 200px;
    /* height: 96px; */
    background: #FFFFFF;
    visibility: hidden;
    box-shadow: 0px 1px 10px 0px rgba(213, 213, 213, 0.5);
    border-radius: 6px;
    position: absolute;
    top: 39px;
    left: 87%;
    margin-left: -140px;
    transition: all linear 500ms;
    -moz-transition: all linear 500ms;
    -webkit-transition: all linear 500ms;
    -o-transition: all linear 500ms;
    opacity: 0;
    filter:alpha(opacity=0);
}
.header .header_btn3 .popup2{
    height: 130px;
    width: 200px;
    margin-left: -100px;
    top: 39px;
    left: 50% !important;
}
.header .header_btn3:hover .popup{
    visibility: visible;
    opacity: 1;
    filter:alpha(opacity=100);
}
.header .header_btn3 .popup .option:nth-child(1){
    margin-top: 20px;
}
.header .header_btn3 .popup .option:hover{
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
}
.header .header_btn3 .popup .option{
    height: 22px;
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #2F2F2F;
    line-height: 22px;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    position: relative;
}
.header .header_btn3 .popup .option .tips{
    font-size: 14px;
    width: 100px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #909090;
    line-height: 22px;
    letter-spacing: 1px;
    margin-left: -20px;
    transform: scale(0.5);
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
}
.header .header_btn3 .popup .option:hover .tips{
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
}
.header .icon2{
    float: left;
    width: 29px;
    height: 17px;
}
.header .active{
    font-size: 16px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;

}
.header .head_r{
    float: right;
    width: 125px;
}

.header .active:hover{
    /*color: #8a6cd8;*/
}
.header .header_btn2{width: 89px;
    height: 22px;
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #2F2F2F;
    line-height: 22px;
    letter-spacing: 1px;
    margin-left: 7px;
    cursor:pointer;
    float: left;
}

/*快捷*/
.bottom{
    padding-top: 65px;
    padding-bottom: 30px;
    width: 1154px;
    margin: 0 auto;
    display: flex;
}
.bottom .info{
    width: 200px;
    margin-right: 10px;
}
.bottom .info .title{
    font-size: 16px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
    line-height: 22px;
    letter-spacing: 1px;
}
.bottom .info a{
    font-size: 14px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #6A6A6A;
    line-height: 20px;
    margin-top: 12px;
    display: block;
}
/*底部*/
.footer{
    width: 1154px;
    margin: 0 auto 78px;
    padding-top: 15px;
    border-top: 1px solid #E6E6E6;
    display: flex;

}
.footer .title{
    font-size: 16px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #5C5C5C;
    line-height: 22px;
    letter-spacing: 1px;
    margin-right: 28px;
}
.footer .footer_info{
    flex: 2;

}
.footer .footer_info .info{
    font-size: 14px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #6A6A6A;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer .btnList{

}
.footer .btnList .footer_btn{
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    float: left;
    z-index: 99;
}
.footer .btnList .footer_btn>img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.footer .btnList .footer_btn .erweima{
    width: 132px;
    height: 175px;
    text-align: center;
    /*background: rgba(0,0,0,0.5);*/
    background: #fff;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 5px #ececec;
    -moz-box-shadow: 0px 0px 5px #ececec;
    -webkit-box-shadow: 0px 0px 5px #ececec;
    position: absolute;
    top: -200px;
    right: -50px;
}
.erweima .ewm{
    width: 112px;
    height: 112px;
    margin: 10px auto;
}
.erweima .text{
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
}

.footer .btnList .footer_btn:hover .erweima{
    display: block;

}
    /*关于*/
.about{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about .btn{
    width: 84px;
    font-size: 12px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #838485;
    line-height: 18px;
    text-align: center;
    border-radius: 0;
    padding: 0;

}
.about .btn:not(:first-child) {
    border-left: 1px solid #979797;;
}
/*备案号*/
.record{
    font-size: 12px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #B4B4B5;
    line-height: 17px;
    padding-bottom: 50px;
    padding-top: 14px;
}
.record .row{
    text-align: center;
}
.record .row>a{
    color: #B4B4B5;
}

/* 投诉弹窗 */
.complaints {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    display: none;
}

.complaints .mask {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
}

.complaints .info {
    width: 35vw;
    background: #fff;
    -webkit-box-shadow: 0 0.2rem 0.7rem 0 hsl(0deg 0% 63% / 50%);
    box-shadow: 0 0.2rem 0.7rem 0 hsl(0deg 0% 63% / 50%);
    border-radius: 10px;
    z-index: 2;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px;
}

.complaints .info .close-img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.complaints .info .complaintsMethods {
    margin-top: 30px;
}