/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    src: url("font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Regular.ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 400;*/
/*    src: url("font/HarmonyOS_Sans/HarmonyOS_Sans_SC_Medium.ttf");*/
/*}*/

@font-face {
    font-family: HuaweiSans;
    font-weight: 400;
    src: url("font/HuaweiSans/HuaweiSans-Regular.ttf");
}
@font-face {
    font-family: HuaweiSans;
    font-weight: 700;
    src: url("font/HuaweiSans/HuaweiSans-Bold.ttf");
}

body{
    font-family: -apple-system,HuaweiSans,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,SimSun,sans-serif!important;
}
#headNav{
    /*width: 94%;*/
    min-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    padding:0 3%;
    z-index: 6666;
    background-color: white;
    box-shadow: 0px 2px 19px 1px rgba(148, 148, 148, 0.1);
    position: relative;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
#headLogo a img{
    /*width: 118px;*/
    height: 30px;
}
ul.xltglbUl{
    padding-left:0;
}
ul.xltglbUl li{
    list-style: none;
}
#headNav a{
    color:#272A30;
    font-size: 14px;
    font-family: 'MicrosoftYaHei';
}
.redBtnCss{
    color:#FFFFFF!important;
    font-size: 14px;
    padding:10px 26px;
    background-color: #C7000B;
    cursor: pointer;
}
.redBtnCss:hover{
    background-color: #ad0109;
    color: #fdfdfd;
}
#headRight{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    min-width: 325px;
    max-width: 325px;
    white-space: nowrap;
}
#searchBox{
    /*display: none;*/
    width: 0;
    overflow: hidden;
    position: absolute;
    right:0;
    z-index: 101;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
}
#headRight input{
    border: none!important;
    padding: 8px 0 8px 16px;
    z-index: 10;
    /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);*/
    height: 22px;
    width: 222px;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    color: #252b3a;
    position: relative;
    box-sizing: content-box;
}
#headRight input:hover{
    border: none;
}
#headRight a:hover{
    color:#C7000B;
}
.searchBtn{
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-top:8px;
    z-index: 22;
}
#keywordsList{
    position: absolute;
    background: white;
    left:0;
    right:0;
    max-height: 50vh;
    overflow: auto;
    /*min-height: 300px;*/
    top:39px;
    /*padding-top:39px;*/
    /*padding-left: 16px;*/
    /*padding-right: 16px;*/
    font-size:14px;
    padding-bottom:12px;

    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
}
#search_faq_list{
    border-top:1px solid rgba(0,0,0,.08);
    margin-top: 10px;
    padding-top: 10px;
}
#search_faq_list>a{
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 16px;
    padding-right: 16px;
    color: #191919;
}

/*---*/
.search_product_list>div .name{
    color: #191919;
    font-size: 16px;
}
.search_product_list>div .tags{
    display: flex;
    align-items: center;
    margin-top:8px;
}
.search_product_list>div .tags a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c2c2c2;
    border-radius: 16px;
    color: #191919;
    margin-right: 12px;
    padding: 0 16px;
    height: 24px;
    font-size: 12px;
}
.search_product_list>div .tags a:hover{
    color:#c7000b;
    border-color: #c7000b;
}
.search_product_list>div:hover{
    transition: 0.2s;
    background: rgba(0,0,0,.05);
}
.search_product_list>div{
    padding:12px 16px;
    cursor: pointer;
    background: #fdfdfd;
    margin-bottom:10px;
}
/*---*/

#search_faq_list>a:hover{
    transition: 0.2s;
    background: rgba(0,0,0,.05);
}
#search_product_list>div:hover{
    transition: 0.2s;
    background: rgba(0,0,0,.05);
}
#search_product_list>div{
    padding:12px 16px;
    cursor: pointer;
}
#search_faq_list .faq_view_more{
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 12px;
    line-height: inherit;
    cursor: pointer;
}
#search_product_list>div .name{
    color: #191919;
    font-size: 16px;
}
#search_product_list>div .tags{
    display: flex;
    align-items: center;
    margin-top:8px;
}
#search_product_list>div .tags a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c2c2c2;
    border-radius: 16px;
    color: #191919;
    margin-right: 12px;
    padding: 0 16px;
    height: 24px;
    font-size: 12px;
}
#search_product_list>div .tags a:hover{
    color:#c7000b;
    border-color: #c7000b;
}
#keywordsList:before{
    content:'';
    display: none;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: #f1f1f1;
    top:38px;
}
#headRight>div{
    margin-left:20px;
}
#headLi{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 1028px;
    margin-left:20px;
}
#headLi>div{
    margin-right:40px;
    height: 95%;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
}
#headLi .header-hot{
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(265deg,#FF4C47 1%,#E6202B);
    border-radius: 8px 8px 8px 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(.5) translateX(100%);
    white-space: nowrap;
    width: auto;
}
#headLi .header-hot:after{
    content:'HOT';
}
#headLi>div:last-child{
    margin-right: 0;
}
#headLi a:hover{
    color:#C7000B!important;
}
#headLi>div.active{
    /*border-bottom:3px solid #C7000B;*/
    /*padding-top:3px;*/
}
#headLi>div.active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom:-3px;
    z-index: 5666;
    background: #C7000B;
}
#searchNow{
    position: absolute;
    /*top: 2px;*/
    right: 65px;
    top:0;
}
.searchFgx{
    position: absolute;
    width: 1px;
    height: 25px;
    background: #dfdfdf;
    right: 50px;
    top:8px;
    z-index: 22;
}
.closeSearchBox{
    display: none;
    top:0;
}
#headMar{
    width: 100%;
    height: 80px;
}

.redBtnCss{
    color:#FFFFFF!important;
    font-size: 14px;
    padding:10px 26px;
    background-color: #C7000B;
    cursor: pointer;
    display: inline-block;
}
.redBtnCss:hover{
    background-color: #ad0109;
    color: #fdfdfd;
}
.tmBtnCss{
    color:white;
    font-size: 14px;
    padding:10px 26px;
    background:url("../../images/public/btn_banner.png") no-repeat center;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}
.defaultBtnCss{
    color:#333333;
    font-size: 14px;
    padding:10px 26px;
    border:1px solid #333333;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.defaultBtnCss:hover{
    border:1px solid #c7000b;
    color: #c7000b;
}
@media screen and (max-width: 1550px) {
    #headLi{
        width:auto;
    }
}
@media screen and (max-width: 1450px) {
    #headLi>div{
        margin-right:22px;
    }
}
@media screen and (min-width: 1550px) {
    #headLi{
        width:1028px;
    }

}
 .xlBox{
     width: 100%;
     position: absolute;
     top:62px;
     left:0;
     right:0;
     margin:0 auto;
     z-index: 6665;
     height: 0;
     overflow: hidden;
     box-shadow:0 10px 20px rgb(0 0 0 / 8%);
     background:white;
     font-family: HuaweiSans;
 }
.xlBox:before{
    content:'';
    display: block;
    width:50%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: #F2F4F8;
}
#closeXlBtn{
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('icon/close.png');
    background-size: cover;
    cursor: pointer;
    top:42px;
    right: 70px;
    transition: 0.3s;
    z-index: 2;
}
#closeXlBtn:hover{
    opacity: 0.8;
}
 #coverShadow{
     position: absolute;
     height: 20px;
     background: white;
     width: 100%;
     top: -8px;
     z-index: 2444;
     display: none;
 }
.xlBox a:hover{
    color:#C7000B!important;
}
.xlContentCss{
    /*padding:0 85px;*/
    display: flex;
    position: relative;
    /*justify-content: space-between;*/
    margin:0 auto;
    width: 1350px;
    background: white;
}
.nav_xl_title{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color:#444444;
    font-weight: 590;
    margin-bottom:32px;
}
.nav_xl_title img{
    margin-right: 10px;
}
.xl_rmym{
    display: flex;
    flex-wrap: wrap;
}
.xl_rmym a{
    display: inline-block;
    width: 70px;
    text-decoration: none;
    font-size: 14px;
    color:#515357;
    margin-bottom:16px;
}
.xl_ymgl{
    display: flex;
    flex-direction: column;
}
.xl_ymgl a{
    font-size: 14px;
    color:#515357;
    margin-bottom:16px;
}
.xl_ymgl>a:last-child{
    margin-bottom:0;
}
.xlCol-1{
    width: 330px;
    padding:42px 0 60px 0;
}
.xl_ymfw{
    display: flex;
    flex-wrap: wrap;
}
.xl_ymfw a{
    color:#515357;
    font-size: 14px;
    margin-bottom:16px;
    width: 145px;
}
.xl_rightTitle a{
    font-size: 16px;
    color:#444444;
    font-weight: 590;
}
.xl_rightTitle{
    margin-bottom:35px;
}
.xl_rightBottom{
    font-size: 16px;
    color:#515357;
    font-weight: bold;
    margin-top:22px;
}
.xl_rightBox{
    /*border-left:1px solid #F8F8F8;*/
    /*padding-left:70px;*/
    padding-left:10px;
}
.xlCol-2{
    width: 220px;
    padding:42px 0 60px 0;
}
.yfwTA{
    margin-bottom:28px;
}
.yfwTA>a{
    font-size: 14px;
    color:#515357;
    font-weight: 550;
    position: relative;
}
.yfwTA>a>span{
    font-size: 12px;
    color:#C7000B;
    font-weight: bold;
    position: absolute;
    margin-left:5px;
}
.yfwTA>div{
    color:#666666;
    font-size: 12px;
    margin-top:10px;
    font-weight: 350;
}
.yfwTA>div a{
    color:#666666;
    font-size: 12px;
    margin-top:10px;
    font-weight: 350;
}
.yjzA{
    font-size: 14px;
    color:#515357;
    margin-bottom:20px;
    /*font-weight: bold;*/
}
.yjzJgCss{
    font-size: 12px;
    color:#515357;
}
.yjzJgCss>span{
    color:#C7000B;
    font-size:18px;
    font-weight: bold;
}
.yjzTopH{
    height: 180px;
}
.xl_tglb{
    margin-bottom:24px;
}
.xl_tglb>div{
    font-size: 14px;
    font-weight: 590;
    color: #515357;
    margin-bottom:12px;
}
.xl_tglb.active>div{
    color: #C7000B;
}
.xl_tglb li{
    margin-bottom:16px;
}
.xl_tglb li a{
    color:#666666;
    font-weight: 350;
    font-size: 12px;
}
.xl_zyBox{
    height: 166px;
}
.xl_zyBox>div>a{
    font-weight: 350;
    color:#666666;
    font-size: 12px;
}
.xl_zyBox>div{
    margin-bottom:16px;
}
.xl_zyBox>div.xl_zyTitle>a{
    font-size: 14px;
    font-weight: 590;
    color:#515357;
}
.xl_zyBox>div.xl_zyTitle>a:hover{
    color:#C7000B;
}
.xl_zyBox>div.xl_zyTitle{
    margin-bottom:16px;
}
.xlCol-3{
    width: 220px;
}
.module-box{
    padding:50px 0 60px 0;
    min-width: 1200px;
}
.module-head-title{
    color:#2D3241;
    font-size: 28px;
    margin-bottom:36px;
    text-align: center;
}
.module-main-box{
    width: 1200px;
    margin:0 auto;
}
.midBoxCss{
    width: 1200px;
    margin-left:auto;
    margin-right:auto;
}

.subBannerBtnCss{
    color:#333333;
    font-size: 14px;
    padding:6px 26px;
    border:1px solid #333333;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.subBannerBtnCss:hover{
    background-color: rgb(177 177 177 / 16%);
    color: #545454;
}
.headUserCtrl{
    position: relative;
}
.headUserCtrl:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background:#dfe1e6;
    right: -10px;
    top:3px;
}
.headUserDrop{
    display: inline-block;
}
.headUserDrop>a{
    color:#C7000B!important;
    max-width: 75px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top:2px;
    align-items: center;
    height: 60px;
    line-height: 66px;
}
.headUserDrop>i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("icon/arrow.png") no-repeat center;
    background-size: 12px 12px;
    transition: 0.3s;
    margin-left:8px;
    position: absolute;
    top:28px;
}
.headUserDrop:hover>i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("icon/arrowRed.png") no-repeat center;
    background-size: 12px 12px;
    transform: rotate(180deg);
}
.headUserDrop:hover .headUserDropList{
    visibility: visible;
    opacity: 1;
}


.headUserDropList{
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    width: 240px;
    padding:10px 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -26px;
    top:58px;
    transition: 0.2s;
}
.headUserDropList>.dropLine{
    height: 1px;
    background: #dfe1e6;
    margin:10px 0;
}
.headUserDropList>div,.headUserDropList>a{
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headUserDropList span.numBox{
    width: auto;
    /*min-width: 16px;*/
    background-color: #c7000b;
    float: right;
    padding: 0 4px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff!important;
}
.not-auth{
    background: url("icon/orange!.svg") no-repeat center;
    background-size: 16px 16px;
    background-position-x: left;
    padding-left: 20px;
    color:#f83!important;
}
.active-auth{
    background: url("icon/green!.svg") no-repeat center;
    background-size: 16px 16px;
    background-position-x: left;
    padding-left: 20px;
    color:#3dcaa6!important;
}
.dropCover{
    position: absolute;
    width: 100%;
    height: 16px!important;
    background: #ffffff;
    left: 0;
    top: -4px;
}

.xlLeftImgBox{
    background: url('icon/cloud_drop_bg.png') no-repeat #F2F4F8;
    background-position-x: right;
    background-position-y: bottom;
    width: 257px;
    min-width: 257px;
    max-width: 257px;
    box-sizing: border-box;
    padding:42px 42px 0;
    margin-right: 70px;
    border-right: 1px solid #e0e0e0;
    position: relative;
}
.xlLeftTitle{
    font-size: 16px;
    font-family: HuaweiSans;
    font-weight: 590;
    color: #444444;
}
.xlLeftDesc{
    font-size: 12px;
    font-family: HuaweiSans;
    font-weight: 350;
    color: #6A6C71;
    line-height: 22px;
    margin-top:30px;
    height: 100px;
    margin-bottom:10px;
}
.xlLeftViewMore a{
    font-size: 13px;
    font-family: HuaweiSans;
    font-weight: 500;
    color: #323338;
}
.drop-connect{
    font-size: 12px;
    font-family: HuaweiSans;
    font-weight: 500;
    color: #666666;
    bottom:70px;
    position: absolute;
}
.leftSliderBox{
    position: absolute;
    right: -3px;
    width: 2px;
    height: 34px;
    background: #C7000B;
    /*transition: 0.1s;*/
    opacity: 0;
    z-index: 2;
    top:0;
}
.xlBox:hover .leftSliderBox{
    opacity: 1;
}

#new_zx_gobal_layer,#new_zx_gobal_layer a{
    font-family: HuaweiSans;
}
.new_zx_gobal_row{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 74%;
    margin: 0 auto;
    margin-top:40px;
}
.gobal_line{
    width: 2px;
    height: 246px;
    background: #F6F6F6;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
}
.gobal_wx,.gobal_qq{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gobal_wx-title,.gobal_qq-title{
    font-size: 19px;
    font-weight: 500;
    color: #333333;
    margin-bottom:10px;
    background-size:auto 100%!important;
}
.gobal_wx-title{
    background: url("icon/wx_icon.png") no-repeat left;
    padding-left: 45px;
}
.gobal_qq-title{
    background: url("icon/qq_icon.png") no-repeat left;
    padding-left: 35px;
}
.gobal_wx_box,.gobal_qq_box{
    font-size: 16px;
    font-weight: 400;
    color: #B3B3B3;

    line-height: 26px;
    position: relative;
    text-align: center;
    width: 196px;
    padding-top:212px;
}
.gobal_wx_box{
    background: url("icon/wx.png") no-repeat top;
    background-size: contain;
}
.gobal_qq_box{
    background: url("icon/qq.png") no-repeat top;
    background-size: contain;
}
.gobal_zx_title{
    font-size: 19px;
    position: relative;
    display: flex;
    align-items: center;
}
.gobal_zx_title:before{
    content:'';
    display: block;
    width: 6px;
    height: 20px;
    background: #DD0E09;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    margin-right: 10px;
}
.gobal_zx_qq_a{
    display: block;
    position: absolute;
    width: 100%;
    top:0;
    height: 196px;
    /*background: rgba(0, 0, 0, 0.3);*/
    z-index: 2;
}