@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 9999;transition: background .4s ease;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}

.Header-logo{float: left;height: 64px;display: flex;align-items: center;position: relative;z-index: 9999;}
.Header-logo img{height: auto;}
.Header-logo img.s{display: block;}
.Header-logo img.h{display: none;}

.Header-lang{float: right;position: relative;}
.Header-lang-menu{height: 64px;width: 40px;display: flex;align-items: center;justify-content: center;position: relative;}
.Header-lang-menu img{width: 24px;height: 24px;}
.Header-lang-menu::after{content: "";position: absolute;width: 0;left: 0;right: 0;margin: 0 auto;bottom: -1px;z-index: 4;height: 1px;background: #000;transition: all .4s ease;}
.Header-lang.active .Header-lang-menu::after{width: 40px;}
.Header-lang-more{display: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);border-top: none;z-index: 3;width: 108px;background: #fff;position: absolute;top: 64px;left: 50%;margin-left: -54px;}
.Header-lang-more a{display: block;font-size: 14px;color: #000;padding: 8px 0 8px 12px;transition: all .4s ease;}
.Header-lang-more a:last-child{border-bottom: none;}
.Header-lang-more a img, .Header-lang-more a span{display: inline-block;vertical-align: middle;}
.Header-lang-more a img{width: 24px;height: 24px;margin-right: 4px;}
.Header-lang-more a:hover, .Header-lang-more a.active{background: #f5f5ff;}

.Header-user{float: right;}
.Header-user-name{display: block;height: 64px;width: 40px;background: url('../images/common/user.svg') no-repeat center/24px auto;}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 64px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /26px auto;position: relative;z-index: 9999;}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/18px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 64px;line-height: 64px;top: 0;left: 0;background: #fff;z-index: 999;text-align: right;}
.Header-search-item .contain{display: flex;justify-content: center;position: relative;}
.Header-search-item form{width: 600px;display: block;font-size: 0;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;font-size: 16px;color: #000;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 560px;}}
.Header-search-item button{width: 40px;height: 40px;background: url('../images/common/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}
/* 推荐搜索 */
.Header-search-recom{display: none;position: absolute;width: 600px;top: 64px;padding: 8px 0;left: 50%;margin-left: -300px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.Header-search-recom a{display: flex;font-size: 14px;color: #7c7c7c;align-items: center;height: 34px;padding: 0 40px;transition: all .4s ease;}
.Header-search-recom a:hover{background: #f4f4f4;color: #000;}
.Header-search-item.active .Header-search-recom{display: block;animation: HeaderSearchUp 0.4s linear both 0.8s;}
@keyframes HeaderSearchUp{0%{opacity: 0;transform: translateY(16px);}100%{opacity: 1;transform: translateY(0);}}
.Header-shade{display: none;position: fixed;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);top: 0;left: 0;z-index: 9999;}

.Header-buy{float: right;position: relative;margin-right: 12px;}
.Header-buy-menu{height: 64px;display: flex;align-items: center;justify-content: center;position: relative;}
.Header-buy-menu span{font-size: 14px;height: 28px;line-height: 30px;color: #000;padding-left: 32px;background: url('../images/common/buy.svg') no-repeat left center/28px auto;}
.Header-buy-menu::after{content: "";position: absolute;width: 0;left: 0;right: 0;margin: 0 auto;bottom: -1px;z-index: 4;height: 1px;background: #000;transition: all .4s ease;}
.Header-buy.active .Header-buy-menu::after{width: 40px;}
.Header-buy-more{display: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);border-top: none;z-index: 3;width: 108px;background: #fff;position: absolute;top: 64px;left: 50%;margin-left: -54px;}
.Header-buy-more a{display: block;font-size: 14px;color: #000;padding: 8px 12px;transition: all .4s ease;text-align: center;}
.Header-buy-more a:last-child{border-bottom: none;}
.Header-buy-more a img{max-height: 30px;max-width: 100%;}
.Header-buy-more a:hover, .Header-buy-more a.active{background: #f5f5ff;}

.Header-navbar{float: left;margin-left: 42px;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;z-index: 2;}
.Header-navbar li.Header-relative{position: relative;}
.Header-menu{position: relative;padding: 0 16px;height: 64px;display: flex;align-items: center;font-size: 14px;color: #000;font-weight: 600;transition: all .4s ease;}
.Header-menu::after{content: "";position: absolute;z-index: 4;height: 1px;width: 0;left: 0;right: 0;bottom: -1px;margin: 0 auto;background: #000;transition: all .4s ease;}
.Header-arrow{display: none;}
/* 下拉 */
.Header-drop{display: none;position: absolute;background: #f6f6f6;top: 64px;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.Header-short{width: 108px;left: 50%;margin-left: -54px;border-top: none;}
.Header-short a{display: block;width: 100%;height: 36px;line-height: 36px;font-size: 14px;color: #000;text-align: center;transition: all .4s ease;}
.Header-short a.active, .Header-short a:hover{background: #e8e8e8;}
.Header-navbar li.addLine .Header-menu::after{width: 40px;}
/* 下拉-下载 */
.Header-down{width: 100%;left: 0;}
.Header-down-items{width: 100%;overflow: hidden;padding: 20px 0;}
.Header-down-link{display: flex;justify-content: center;align-items: center;height: 154px;width: 33.3333%;float: left;position: relative;}
.Header-down-link::after{content: "";width: 2px;position: absolute;height: 110%;top: 0;right: 0;background: linear-gradient(to bottom,#f4f4f4,#e4e4e4,#f4f4f4);}
.Header-down-link:last-child:after{display: none;}
.Header-down-link a{display: block;width:88%}
.Header-down-link a i, .Header-down-link a h6{display: inline-block;vertical-align: middle;}
.Header-down-link a i{margin-right: 20px;width:100px}
.Header-down-link a i img{transition: all .4s ease;max-width:100%}
.Header-down-link a p{font-size: 14px;color: #000;}
.Header-down-link a span{font-size: 12px;color: #7c7c7c;display: block;margin-top: 4px;transition: all .4s ease;}
/* .Header-down-link a:hover img{animation: downScale .6s ease-in-out both;}
@keyframes downScale{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}} */
.Header-down-link a:hover span{color: #000;}
.Header-down-more{width: 100%;text-align: center;padding-bottom: 20px;}
.Header-down-more a{font-size: 14px;color: #7c7c7c;display: inline-block;position: relative;transition: all .4s ease;}
.Header-down-more a::before{content: "";position: absolute;width: 0;right: 0;bottom: 0;height: 1px;background: #000;transition: all .4s ease;}
.Header-down-more a:hover{color: #000;}
.Header-down-more a:hover::before{right: auto;left: 0;width: 100%;}
/* 下拉-服务 */
.Header-serve{width: 100%;left: 0;}
.Header-serve-items{width: 100%;overflow: hidden;padding: 20px 0;display: flex;flex-wrap: wrap;}
.Header-serve-link{display: flex;justify-content: center;padding: 30px 0;width: 33.3333%;float: left;position: relative;}
.Header-serve-link::after{content: "";width: 2px;position: absolute;height: 110%;top: 0;right: 0;background: linear-gradient(to bottom,#f4f4f4,#e4e4e4,#f4f4f4);}
.Header-serve-link:last-child:after{display: none;}
.Header-serve-cont h2{font-size: 14px;color: #000;line-height: 26px;}
.Header-serve-cont p{font-size: 12px;color: #7c7c7c;}
.Header-serve-cont a{transition: all .4s ease;display: inline-block;padding: 4px 0;}
.Header-serve-cont a:hover{color: #000;}
.Header-serve-link:first-child .Header-serve-cont{margin-left: -42px;}
.Header-serve-link:last-child .Header-serve-cont{margin-left: 42px;}
/* 下拉-产品 */
.Header-product{width: 100%;left: 0;}
.Header-product-items{width: 100%;overflow: hidden;padding: 20px 0;display: flex;flex-wrap: wrap;}
.Header-product-li{width: 33.3333%;float: left;display: flex;padding: 32px 16px;min-height: 210px;position: relative;}
.Header-product-mix{display: flex;justify-content: space-between;}
.Header-product-img{width: 144px;text-align: left;}
.Header-product-img img{max-width: 100%;}
.Header-product-cont{margin-left: 16px;width: calc(100% - 144px);}
.Header-product-cont h2{font-size: 16px;color: #000;line-height: 24px;}
.Header-product-cont p{font-size: 12px;color: #7c7c7c;line-height: 22px;}
.Header-product-cont p a{transition: all .4s ease;}
.Header-product-cont p a:hover{color: #000;font-weight: 700;}
.Header-product-li::before, .Header-product-li::after{content: "";position: absolute;}
.Header-product-li:nth-child(1)::before, 
.Header-product-li:nth-child(2)::before, 
.Header-product-li:nth-child(4)::before, 
.Header-product-li:nth-child(5)::before{width: 2px;height: 100%;top: 0;right: 0;}
.Header-product-li:nth-child(1)::before{background: linear-gradient(to bottom,#f4f4f4,#e4e4e4);}
.Header-product-li:nth-child(2)::before{background: linear-gradient(to bottom,#f4f4f4,#e4e4e4);}
.Header-product-li:nth-child(4)::before{background: linear-gradient(to bottom,#e4e4e4,#f4f4f4);}
.Header-product-li:nth-child(5)::before{background: linear-gradient(to bottom,#e4e4e4,#f4f4f4);}
.Header-product-li:nth-child(1)::after, 
.Header-product-li:nth-child(2)::after, 
.Header-product-li:nth-child(3)::after{width: 100%;height: 2px;bottom: 0;left: 0;}
.Header-product-li:nth-child(1)::after{background: linear-gradient(to right,#f4f4f4,#e4e4e4);}
.Header-product-li:nth-child(2)::after{background: #e4e4e4;}
.Header-product-li:nth-child(3)::after{background: linear-gradient(to left,#f4f4f4,#e4e4e4);}
.Header-product-li:hover img{animation: downScale .6s ease-in-out both;}

.Header-navclick{display: none;width: 24px;height: 50px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #666;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #666;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}

/* 底部 */
.Footer-wrapper{width: 100%;background: #26262a;position: relative;z-index: 4;}
.Footer-auth{width: 100%;padding-top: 32px;}
.Footer-auth-list{width: 100%;display: flex;justify-content: space-between;}
.Footer-auth-list li{width: auto;}
.Footer-auth-list li img{width: 42px;}
.Footer-auth-list li span{font-size: 14px;color: #ccc;margin-left: 14px;}
.Footer-navbar{width: 100%;float: left;overflow: hidden;user-select: none;padding: 50px 0 80px;}
.Footer-navbar ul{width: 100%;display: flex;justify-content: space-between;}
.Footer-navbar li{width: auto;}
.Footer-mix{width: 100%;margin-top: 18px;min-height: 120px;}
.Footer-mix:first-child{margin-top: 0;}
.Footer-menu{font-size: 14px;color: #fff;display: block;padding-bottom: 2px;}
.Footer-drop{width: 100%;}
body.PC .Footer-drop{display: block !important;}.Footer-drop a{display: block;font-size: 12px;color: #6f6f74;line-height: 1;padding: 6px 0;transition: all .4s ease;}.Footer-drop a:hover{color: #fff;}.Footer-info{width: 100%;border-bottom: 1px solid #57575b;padding-bottom: 8px;display: flex;justify-content: space-between;font-size: 0;}.Footer-info-menu a{display: inline-block;vertical-align: middle;font-size: 14px;color: #6f6f74;transition: all .4s ease;margin-right: 20px;}.Footer-info-menu a:first-child{margin-right: 40px;}.Footer-info-menu a:last-child{margin-right: 0;}.Footer-info-menu a:hover{color: #fff;}.Footer-info-icon{font-size: 0;}.Footer-info-icon a{display: inline-block;vertical-align: middle;position: relative;margin-right: 10px;position: relative;transition: all .4s ease;}.Footer-info-icon a:last-child{margin-right: 0;}.Footer-info-icon a>img{opacity: 0.4;transition: all .4s ease;}.Footer-info-icon a>img:hover{opacity: 1;}.Footer-info-code{display: none;width: 120px;height: 120px;padding: 2px;position: absolute;bottom: 32px;left: 50%;margin-left: -60px;background: #fff;}.Footer-info-code::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}.Footer-info-code img{width: 100%;height: 100%;object-fit: cover;}.Footer-info-icon a:hover .Footer-info-code{display: block;animation: FooterIcon .6s ease-in-out both;}@keyframes FooterIcon{0%{transform: translateY(-12px);}100%{transform: translateY(0);}}.Footer-back{width: 100%;height: 68px;user-select: none;cursor: pointer;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #6f6f74;transition: all .4s ease;}.Footer-back:hover{color: #fff;}.Footer-blogroll{width: 100%;padding: 8px 0 0;}.Footer-blogroll-link-mix{width: 38%;float: left;}.Footer-blogroll-link{position: relative;padding-left: 72px;font-size: 0;user-select: none;width: 100%;}.Footer-blogroll-link.Footer-blogroll-link-short{padding-left: 80px;}.Footer-blogroll-link:last-child{margin-top: 16px;}.Footer-blogroll-link label, .Footer-blogroll-link a{font-size: 14px;color: #6f6f74;line-height: 24px;display: inline-block;vertical-align: middle;}.Footer-blogroll-link label{position: absolute;left: 0;}.Footer-blogroll-link a{padding: 0 8px;position: relative;transition: all .4s ease;}.Footer-blogroll-link a:first-of-type{padding-left: 0;}.Footer-blogroll-link a:last-of-type{padding-right: 0;}.Footer-blogroll-link a:hover{color: #fff;}.Footer-blogroll-copyright{float: right;font-size: 0;text-align: right;}.Footer-blogroll-copyright p{font-size: 14px;color: #6f6f74;line-height: 24px;}.Footer-blogroll-copyright p a{display: inline-block;vertical-align: middle;transition: all .4s ease;}.Footer-blogroll-copyright p a:last-of-type{margin-left: 12px;}.Footer-blogroll-copyright a:hover{color: #fff;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 64px;}
.contain{width: 1212px;margin: 0 auto;}

.kkMore{width: 126px;height: 36px;display: flex;align-items: center;justify-content: center;color: #fff;border-radius: 18px;transition: all .4s ease;border: 1px solid #fff;}
.kkMore span{font-size: 14px;padding-right: 16px;font-weight: 400;background: url('../images/index/iconarr.svg') no-repeat right top 2px/15px auto;transition: background .4s ease;}
.kkMore:hover{color: #000;background: #fff;}
.kkMore:hover span{background-image: url('../images/index/iconarrH.svg');}

.wzMore{display: inline-block;color: #6e6e6e;font-weight: 400;font-size: 14px;padding-right: 16px;background: url('../images/index/iconarrC.svg') no-repeat right top 2px/15px auto;position: relative;transition: all .4s ease;}
.wzMore::after{display: none;content: "";position: absolute;width: 0;height: 1px;background: #000;right: 0;bottom: 0;transition: all .4s ease;}
.wzMore:hover{color: #000;background-image: url('../images/index/iconarrH.svg');}
.wzMore:hover::after{width: 100%;right: auto;left: 0;}
.wzMore.white{color: #fff;background-image: url('../images/index/iconarr.svg');}
.wzMore.white::after{background: #fff;}
.wzMore.white:hover{color: #fff;background-image: url('../images/index/iconarr.svg');}

.NoGap .Container-wrapper{margin-top: 0;}
.Lucency .Header-wrapper{background: transparent;box-shadow: none;}
.Lucency .Header-logo img.s{display: none;}
.Lucency .Header-logo img.h{display: block;}
.Lucency .Header-menu{color: #fff;}
.Lucency .Header-buy-menu span {color: #fff;background-image: url('../images/common/buyHover.svg');}
.Lucency .Header-search-click{background-image: url('../images/common/searchColor.svg');}
.Lucency .Header-user-name{background-image: url('../images/common/userHover.svg');}

.Lucency.Mouse .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.Lucency.Mouse .Header-logo img.s{display: block;}
.Lucency.Mouse .Header-logo img.h{display: none;}
.Lucency.Mouse .Header-menu{color: #000;}
.Lucency.Mouse .Header-buy-menu span {color: #000;background-image: url('../images/common/buy.svg');}
.Lucency.Mouse .Header-search-click{background-image: url('../images/common/search.svg');}
.Lucency.Mouse .Header-user-name{background-image: url('../images/common/user.svg');}

.Lucency.onSearch .Header-logo img.s{display: block;}
.Lucency.onSearch .Header-logo img.h{display: none;}
.Lucency.onSearch .Header-search-click.active{background-image: url('../images/common/close.svg');}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1599px) {
    /* 1440 × (700)  */
}

@media all and (max-width:1320px) {
    /* 1280 × (700) */
    .contain{width: 92%;}
    .Footer-navbar {padding: 40px 0 60px;}
    .Footer-back {height: 60px;}
    .Header-serve-link:first-child .Header-serve-cont{margin-left: 0;}
    .Header-serve-link:last-child .Header-serve-cont{margin-left: 0;}
}

@media all and (max-width:1240px) {
    /* 1152 × (700) */
    .Header-navbar{margin-left: 32px;}
    .Header-menu{padding: 0 12px;}
    .Footer-blogroll-link{width: 100%;}
    .Footer-blogroll-copyright{width: 100%;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .Header-navbar{margin-left: 12px;}
    .Header-menu{padding: 0 7px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Container-wrapper{width: 100%;margin-top: 50px;}
    .Header-logo, .Header-buy-menu, .Header-search-click, .Header-user-name, .Header-lang-menu{height: 50px;}
    .Header-buy-more, .Header-lang-more{top: 50px;}
    .Header-wrapper .contain{width: 100%;}
    .Header-logo{margin-left: 4%;}
    .Header-navclick{display: flex;margin-right: 4%;margin-left: 10px;}
    .Header-buy {margin-right: 0;}
    .Header-buy-menu span{font-size: 0;display: block;padding: 0;width: 40px;height: 50px;background: url('../images/common/buy.svg') no-repeat center/30px auto;}

    .Header-lang-menu img {width: 27px;height: 27px;}

    .Header-search-item {display: none;width: 100%;line-height: normal;height: 43px;top: 50px;border-top: 1px solid rgba(0, 0, 0, 0.1);padding: 0;}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 42px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 42px;height: 44px;top: -1px;background: #666 url('../images/common/searchColor.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('../images/common/close.svg') !important;}
    .Header-search-recom{width: 100%;top: 42px;left: 0;margin-left: 0;border-top: 1px solid rgba(0, 0, 0, 0.1);}
    .Header-search-item.active .Header-search-recom{animation: HeaderSearchUp 0.4s linear both 0.2s;}
    .Header-search-recom a {height: 30px;padding: 0 4%;}
    
    .Header-navbar{display: none;border-top: 1px solid #eee;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 50px);top: 50px;margin: 0;left: 0;padding: 12px 0 20px;background: #fff;}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 42px;padding: 0 4% !important;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 42px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrowDownHover.svg') no-repeat center /16px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #000;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;box-shadow: none;}
    .Header-short a{text-align: left;padding: 0 4%;}
    .Header-down-link a i, .Header-down-link a h6{width: 100%;margin-right: 0;text-align: center;}
    .Header-down-link a i img{max-height: 50px;}
    .Header-down-link{height: auto;width:50%;padding:0 20px;margin-top:12px;}
    .Header-down-link:nth-child(-n+2){margin-top:0}
    .Header-down-link a h6{margin-top: 12px;}
    .Header-down-items, .Header-serve-items, .Header-product-items{padding: 8px 0;}
    .Header-down-more {padding: 4px 0;}
    .Header-serve-link{padding: 0 4%;width: 100%;justify-content: flex-start;}
    .Header-product-li{width: 50%;padding: 16px 10px;min-height: auto;justify-content: center;}
    .Header-product-img{width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;height: 100px;}
    .Header-product-img img{max-width: 88%;max-height: 88%;}
    .Header-product-mix{display: block;}
    .Header-product-cont{width: 100%;text-align: center;margin-left: 0;margin-top: 8px;}
    .Header-product-li::before, .Header-product-li::after{display: none;}
    .Header-product-li:nth-child(2n+1)::before{display: block;width: 1px;height: 100%;top: 0;right: 0;background: #e4e4e4 !important;}
    .Header-product-li:first-child::before{background: linear-gradient(to bottom,#f4f4f4,#e4e4e4) !important;}
    .Header-product-li:nth-last-child(2)::before{background: linear-gradient(to top,#f4f4f4,#e4e4e4) !important;}
    .Header-product-li::after{display: block;width: 100%;height: 1px !important;bottom: 0;left: 0;background: linear-gradient(to right,#f4f4f4,#e4e4e4) !important;}
    .Header-product-li:nth-child(2n):after{background: linear-gradient(to left,#f4f4f4,#e4e4e4) !important;}
    .Header-product-li:nth-child(1), .Header-product-li:nth-child(2){padding-top: 0;}
    .Header-product-li:nth-last-child(1), .Header-product-li:nth-last-child(2){padding-bottom: 0;}
    .Header-product-li:nth-last-child(1)::after, .Header-product-li:nth-last-child(2)::after{display: none;}
    .Header-down-link a{width:100%}

    .Footer-wrapper .contain {width: 100%;}
    .Footer-auth{padding: 28px 4% 0;}
    .Footer-auth-list li{text-align: center;}
    .Footer-auth-list li span{width: 100%;margin-left: 0;font-size: 12px;line-height: 16px;margin-top: 8px;display: none;}
    .Footer-navbar {padding: 20px 0;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar ul{display: block;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-mix{min-height: auto;}
    .Footer-mix{margin-top: 0;}
    .Footer-menu {height: 34px;line-height: 34px;padding: 0 4%;position: relative;}
    .Footer-menu::after{content: "";width: 44px;height: 34px;position: absolute;z-index: 2;right: 0;top: 0;background: url('../images/common/arrowDown.svg') no-repeat center /16px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 5px 4%;}
    .Footer-drop{display: none;}
    .Footer-info{display: block;padding-bottom: 14px;}
    .Footer-info-menu{width: 100%;padding: 0 4%;text-align: center;}
    .Footer-info-menu a:first-child{display: block;width: 100%;margin-bottom: 10px;}
    .Footer-info-icon{width: 100%;margin-top: 12px;text-align: center;}
    .Footer-back {height: 44px;margin-top: 2px;}
    .Footer-blogroll{display: none;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}