*{
    box-sizing: border-box;
    transition: all .3s;
}
.container{
    margin: 0 auto;
    width: 100%;
}
.d-flex {
    display: flex;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
}
.d-flex-center{
    display: flex;
    justify-content: center;
}
.header-site.hid {
    height: 0;
    overflow: hidden;
}
.align-c{
    align-items: center;
}
.align-end{
    align-items: flex-end;
}
.flex-wrap{
    flex-wrap: wrap;
}
.limit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limit-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.limit-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
    display: flex;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.split-line-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 45px;
}
.split-line-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 31px;
}

.wapon{
    display: none !important;}
.fix_form {
    display: none;

}
.nc-container #nc_1_wrapper{
    width: 100% !important;
}
.nc-container #nc_2_wrapper{
    width: 100% !important;
}
.nc-container #nc_3_wrapper{
    width: 100% !important;
}
.nc-container .nc_scale span{
    height: 100% !important;
}
.fix_input {
    position: fixed;
    left: 0px;
    top: 50px;
    z-index: 89;
    background-color: rgba(61,87,110,.5);
}
.search {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 8px 0;
}
.search_input_box {
    width: 93%;
    height: 35px;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.search_input_box input {
    width: 76%;
    height: 97%;
    float: left;
    border: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    resize: none;
    line-height: 20px;
    font-size: 12px;
}
.submit {
    width: 44px;
    height: 36px;
    right: 20px;
    bottom: 8px;
    padding-top: 4px;
    position: absolute;
    opacity: 0;
}
.search_input_box {
    width: 86.67%;
    height: 100%;
    padding: 0 10px;
    border-radius: 5px;
    margin: 0 auto;
    background: #fff url(../img/77.jpg) no-repeat center right 10px;
    background-size: 15px 15px;
}
.cont_flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.mask_left{
    width: 81.07%;
    height: 100%;
    position: fixed;
    right:-81.07%;
    top:0px;
    z-index: 1000;
    background: #fff;
}
.mask_top{
    height: 55px;
    line-height: 55px;
    padding:0 15px;
    border:1px solid #dddddd;
    z-index:1000;
}
.mask_lr_icon{
    display:inline-block;
    margin-right:10px;
}
.mask_lr_icon img{
    width: 25px;
}
.mask_login_register a{
    display: inline-block;
    font-size:12px;
}
.english_chinese{
    width: 90px;
    height: 30px;
    font-size:0px;
    line-height: 0px;
    border-radius: 5px;
    margin-left:25px;
    margin-top:12px;
    border:1px solid #ddd;
}
.english_chinese a{
    display:inline-block;
    width: 44px;
    height: 29px;
    line-height: 30px;
    text-align: center;
    font-size:12px;
    color:#898989;

}
.english_chinese a.on{
    color:#fff;
    font-size:12px;
    background-color: #FFA200;/*#41577c;*/
    border-radius: 5px;
}
.mask_close img{
    width: 15px;
}
.mask_nav{
    height: 40px;
    /*line-height: 48px;*/
    width: 100%;
    border-bottom:1px solid #ddd;
}
.mask_nav a{
    text-align: center;
    margin: 10px 7px 0px;
    font-size: 13px;
}
.mask_nav a.on{
    color: #FFA200;/*#41577c;*/
    border-bottom: 1px solid #FFA200;/*#41577c;*/
}
.mask_main{
    padding:0 15px;
}
.mask_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom:1px solid #dddddd;
}
.mask_item_left{
    font-size:12px;
    color:#363636;
}
.mask_item_right img{
    width: 8px;
}
.mask_item_right{
    font-size: 14px;
    color: gray;
}
.cont_flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.header-search .dropdwon-a {
    height: 100%;
    line-height: 16px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #BBBBBB;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-search .search-line .iconfont{
    margin-left: 10px;}
.header-search .dropdwon-a .iconfont{
    font-size: 16px !important;}
.header-content__nav .nav-list-bold .nav-list-item a {
    font-weight: bold;
}
.dropdown-menu-select > li > a {
    padding: 0 16px;
}
.header-search{
    z-index: 9 !important;
}
/*输入框下的热搜词*/
.header-search .hot-words-info{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 5px 20px;
    top: 35px;
}

.dropdown-menu-select > li > a:hover {
    background: #E4E3E3;
    color: #FFA200;
}
.dropdown{
    margin-right: 20px;
    height: 100%;
}
.header-content__nav .nav-list-item {
    margin-right: 44px;
}

.header-content__nav .nav-right .nav-list-item {
    margin-right: 0px;
    margin-left: 24px;
}

.dropdown-menu {
    position: absolute;
    z-index: 200;
    display: none;
    min-width: 115px;
    width: fit-content;
    left: 0;
    padding: .8px 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    /*border-radius: 8px;*/
}
.dropdown-menu a{
    line-height: 40px;
    text-align: center;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 4px 16px;
    clear: both;
    font-weight: 400;
    color: #111;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #da1212;
}

.dropdown-item:hover, .dropdown-item:hover {
    color: rgba(202, 53, 37);
    text-decoration: none;
    background-color: rgba(249, 232, 232);
}

.dropdown-menu a {
    display: block !important;
}
.wap-header-menu>.container{
    height: 92px !important;
    padding-top: 12px;
    padding-bottom: 10px;
}
.wap-header-menu .text{
    font-size: 12px !important;}
.dropdown-menu a:hover::after {
    display: none;
}

.wap-header-menu>.container ._item{text-align: center}
/***********************左侧联系我们菜单**************************/
.floor-menu{
    position: fixed;
    z-index: 3;
    right: 0;
    top: 400px;
    border: 1px solid #ddd;
    transition: all .5s;
}
.floor-menu li:hover {
    background-color: #ffb700;

}
.floor-menu li:hover a span{
    color:#fff !important;
}

.floor-menu li a span:hover{
    color:#fff !important;
}
.floor-menu li {
    background-color: #fff;
    border-bottom: 2px solid #f4f4f4;
    list-style: none;
}
.floor-menu li a {
    padding: 10px;
    display: block;
}
.floor-menu li.active a span {
    color: #ffb700;
}
.floor-menu li a span {
    text-align: center;
    display: block;
    color: #2d2d2d;
    width: 38px;
    height: 38px;
    line-height: 20px;
    font-size: 14px;
}
.QRCodeInSidebar {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: all .3s;
    right: 59px;
    top: -1px;
}

.QRCodeInSidebar1 {
    position: absolute;
    width: 0px;
    overflow: hidden;
    transition: all .3s;
    right: 59px;
    top: -1px;
}
.QRCodeInSidebar2 {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: all .3s;
    right: 59px;
    top: -1px;
}
.wechat1 {
    width: 145px;
    height: 175px;
    background-size: cover;
    display: inline-block;
    background-image: url(../../pc/img/code5.png);
    right: 59px;
}
.wechat2 {
    width: 120px;
    height: 120px;
    background-size: cover;
    display: inline-block;
    background-image: url(../../pc/img/code4.png);
}
.wechat3 {
    width: 120px;
    height: 120px;
    background-size: cover;
    display: inline-block;
    background-image: url(../../pc/img/code1.png);
}

.botboxs{
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;}

.footer-btm .botboxs  a{
    font-size: 33px !important;
    margin-right: 33px;
}
.header-navbar {
    top: 55px !important;
    display: none !important;
}

.header-navbar.on {
    display: flex !important;
    position: fixed;
}
/*--------------------分割线-------------------*/
.jjsjs-zimu {
    width: 1200px;
    margin: 10px auto;
    color: #666;
    text-align: center;
}
.jjsjs-zimu a {
    margin-right: 18.4px;
    font-size: 14px;
}
.jjsjs-zimu span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    font-weight: bolder;
    background-repeat: no-repeat;
    color: #9d9d9d;
    border-radius: 5px;
}
.jjsjs-zimu a:last-child {
    margin-right: 0;
}
.jjsjs-zimu span:hover, .jjsjs-zimu .zumuactive {
    background: #f1f1f1;
}
/*--------------------分割线-------------------*/
.vendor_page {
    text-align: center;
    padding-top: 10px;
}
/*--------------------分割线-------------------*/
/*--------------------分割线-------------------*/
.search_middle_bottom_show {
    width: 100%;
    height: 25px;
    overflow: hidden;
}
.search_middle_bottom_show a {
    float: left;
    display: inline-block;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
    margin-right: 17px;
}
.search_middle_bottom a:hover {
    color: #f49e15;
}
.search_middle_bottom{
    line-height: 25px;
    padding: 5px 0;
    width: 490px;
    position: absolute;
    display: none;
}
.search_middle_bottom.onshow {
    display: block;
}

.search_middle_bottom_hide_top {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 20px;
}

.search_middle_bottom_hide_top h2,
.search_middle_bottom_hide_top2 h2{
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 12px;
    margin-bottom: 10px;
}
.search_middle_bottom_hide_top a {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    padding: 0 10px;
    /*float: left;*/
    margin-right: 20px;
    margin-bottom: 5px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.search_middle_bottom_hide_top2 ul li{
    font-size: 12px;
    color: #666666;
    line-height: 25px;
}

.search_middle_bottom_hide_top2 ul li a{
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search_middle_bottom_hide_top2 ul li:hover {
    background-color: #f5f5f5;
}
/*--------------------分割线-------------------*/
.login-look-detail{
    text-align: center;
}




@media (max-width: 1200px) {
    .split-line-4{
        grid-gap: 20px;
    }
}


@media (max-width: 992px) {
    .wapon{
        display: block !important;}
    .floor-menu{
        display: none;
    }
    .footer-btm ._right ._name{
        font-size: 19px !important;
        font-weight: bold;
    }
    .mt-80{
        margin-top: -80px;
    }
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1540px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1660px){
    .floor-menu{
        right: calc(50% - 830px);
    }
}

