﻿@charset "utf-8";
.HomeBan{overflow: hidden;}
.HomeBan .item{overflow: hidden;position: relative;}
.HomeBan .item .img{padding-top:9.6rem;}
.HomeBan .item .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);color:#fff;}
.HomeBan .item .txt .text{display: flex;align-items: flex-end;line-height: 1;padding:0.22rem 0;}
.HomeBan .item .txt .text.text_border{border-bottom:0.01rem solid #fff;display: flex;align-items: center;}
.HomeBan .item .txt .w1600{display: flex;}
.HomeBan .item .txt .text b{font-size: 0.72rem;font-weight: normal;text-transform: uppercase;}
.HomeBan .item .txt .text i{display: block;width:0.1rem;height:0.1rem;border-radius: 50%;background: #aacd06;margin-left:0.15rem;}
.HomeBan .item .txt .text span{font-size: 0.22rem;font-weight: lighter;margin-bottom:0.08rem;}
.HomeBan .item .txt .common_more{margin-top:0.6rem;}

.HomeBan .item.slick-current .img img{animation: scale linear 6s forwards;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform:scale(1);}
	100%{transform: scale(1.1);-webkit-transform:scale(1.1);}
}

.HomeBan .controls{position: absolute;width:95%;max-width:16rem;left:50%;bottom:0.8rem;transform: translateX(-50%);}
.HomeBan .controls .slick-dots li{display: inline-block;color:#fff;margin-right:0.3rem;}
.HomeBan .controls .slick-dots li a{color:#fff;font-size: 0.18rem;opacity: 0.3;display: flex;cursor: pointer;transition: all .5s;}
.HomeBan .controls .slick-dots li a::after{content:'.';display: block;margin-left:0.05rem;}
.HomeBan .controls .slick-dots li.slick-active a{opacity: 1;}
.HomeBan .controls .slick-arrow{border:1px solid rgba(255,255,255,0.5);}
.HomeBan .controls .slick-arrow.slick-prev::after{background-image: url(../images/prevc.png);}
.HomeBan .controls .slick-arrow.slick-next::after{background-image: url(../images/nextc.png);}
.HomeBan .controls .slick-arrow.slick-prev{display: none !important;}
.HomeBan .controls .slick-arrow:hover{border:1px solid #aacd06;}

@media(max-width:1024px){
    .HomeBan .item .img{padding-top:5.6rem;}
    .HomeBan .item .txt .text b{font-size: 0.4rem;}
    .HomeBan .item .txt .text span{font-size: 14px;margin-bottom:5px;}
    .HomeBan .item .txt .common_more{margin-top:0.3rem;}
    .HomeBan .controls .slick-dots li a{font-size: 14px;}
    .HomeBan .controls .slick-dots li{margin-right:10px;}
    .HomeBan .controls{bottom:25px;}
}

@media(max-width:640px){
    .HomeBan .controls{bottom:15px;}
    .HomeBan .item .txt .text span{font-size: 12px;margin-bottom:2px;}
    .HomeBan .item .txt .text b{font-size: 20px;}
    .HomeBan .item .txt .text{padding:8px 0;}
}

.pd150{padding:1.2rem 0;}
.HomeTit{margin-bottom:0.5rem;}
.HomeTit .tit{font-size: 0.48rem;line-height: 1;}
.HomeTit .dec{color:#999;margin-top:0.3rem;}

.HomeMain{position: relative;z-index:100;height:auto;}
.HomeVideo video{width:100%;display: block;}
.HomePro .HomeProNav{margin-bottom:0.8rem;}
.HomePro .HomeProNav ul{text-align: center;white-space: nowrap;overflow: auto;}
.HomePro .HomeProNav ul li{display: inline-block;margin:0 0.2rem;position: relative;line-height: 1.6;font-weight: lighter;}
.HomePro .HomeProNav ul li::before{content:'';display: block;width:100%;height:2px;background: #aacd06;position: absolute;left:0;bottom:0;transition: all .5s;transform: rotateY(90deg);opacity: 0;}
.HomePro .HomeProNav ul li.on::before,
.HomePro .HomeProNav ul li:hover::before{transform: rotateY(0);opacity: 1;}
.HomePro .HomeProNav ul li a{color:#999;}
.HomePro .HomeProNav ul li.on a{color:#000;font-weight: normal;}

.HomePro .HomeProBox{position: relative;overflow: hidden;}
.HomePro .HomeProBox .HomeProTab{position: absolute;width:100%;top:0;left:0;opacity: 0;visibility: hidden;z-index:0;transition: all .5s;}
.HomePro .HomeProBox .HomeProTab.on{position: relative;opacity: 1;visibility: visible;z-index:9;}
.HomePro .HomeProTab .slick-list{margin-left:-0.8rem;padding:0 1.6rem;}
.HomePro .HomeProTab .item{margin-left:0.8rem;}
.HomePro .HomeProTab .item .common_more{background: #aacd06;border:1px solid #aacd06;opacity: 0;margin-top:0.3rem;}
.HomePro .HomeProTab .item .itembox{position: relative;}
.HomePro .HomeProTab .item .itembox .img_1{padding-top:4.8rem;border-radius: 0.1rem;transform: rotateY(90deg);opacity: 0;transition: all .5s;}
.HomePro .HomeProTab .item .itembox .img_1::after{content:"";display: block;width:100%;height:100%;background: url(../images/mask.png) no-repeat bottom center;background-size: 100% auto;position: absolute;bottom:0;left:0;}
.HomePro .HomeProTab .item .itembox .img_2{padding-top:3.4rem;transition: all .5s;}
.HomePro .HomeProTab .item .itembox .img_2 img{object-fit: contain;width:80%;}
.HomePro .HomeProTab .item .itembox .txt{padding:0.3rem 0;}
.HomePro .HomeProTab .item .itembox .txt .tit{padding-left:0.3rem;position: relative;font-size: 0.28rem;}
.HomePro .HomeProTab .item .itembox .txt .tit::before{content:'';display: block;width:0.05rem;height:0.27rem;background: #aacd06;position: absolute;left:0;top:50%;margin-top:-0.135rem;opacity: 0;transform: rotateX(90deg);transition: all .5s;}
.HomePro .HomeProTab .item .itembox .txt .dec{padding-left:0.3rem;}
.HomePro .HomeProTab .item .itembox{border-bottom:1px solid #eee;}
.HomePro .HomeProTab .item .itembox .show_box{position: absolute;width:100%;height:100%;left:0;top:0;}
.HomePro .HomeProTab .item.slick-active:hover .itembox .img_1{transform: rotateY(0);opacity: 1;}
.HomePro .HomeProTab .item.slick-active:hover .itembox .img_2{transform: rotateY(90deg);opacity: 0;}
.HomePro .HomeProTab .item.slick-active:hover .itembox .txt{color:#fff;}
.HomePro .HomeProTab .item.slick-active:hover .itembox .txt .tit::before{opacity: 1;transform: rotateX(0);}
.HomePro .HomeProTab .item.slick-active:hover .common_more{opacity: 1;}
.HomePro .HomeProTab .item{opacity: 0.3;}
.HomePro .HomeProTab .item.slick-active{opacity: 1;}

@media(min-width:1025px){
    .HomePro .HomeProTab .slick-arrow.slick-prev{left:0.7rem;}
    .HomePro .HomeProTab .slick-arrow.slick-next{right:0.7rem;}
}

@media(max-width:1024px){
    .pd150{padding:40px 0;}
    .HomeTit{margin-bottom:20px;}
    .HomeTit .tit{font-size: 24px;}
    .HomeTit .dec{margin-top:10px;}
    .HomePro .HomeProNav ul li{margin:0 10px;}
    .HomePro .HomeProNav{margin-bottom:30px;}
    .HomePro .HomeProTab .item .itembox .img_1{padding-top:2.6rem;}
    .HomePro .HomeProTab .item .itembox .img_2{padding-top:1.6rem;}
    .HomePro .HomeProTab .item .itembox .txt{padding:0.2rem 0;}
    .HomePro .HomeProTab .item .itembox .txt .tit{font-size: 16px;}
    .HomePro .HomeProTab .slick-list{padding:0 20px;}
    .HomePro .HomeProTab .item .itembox .show_box{position: static;}
    .HomePro .HomeProTab .item .itembox .img_1{display: none;}
    .HomePro .HomeProTab .item .common_more{display: none;}
}

@media(max-width:640px){
    .pd150{padding:30px 0;}
    .HomePro .HomeProNav ul li{margin:0 5px;}
    .HomePro .HomeProTab .item .itembox .txt{margin-top:10px;}
    .HomePro .HomeProTab .item .itembox .txt .tit{font-size: 15px;}
    .HomePro .HomeProTab .item .itembox .txt .dec{font-size: 13px;}
    
}


.HomeZhaos{background-position: center;background-repeat: no-repeat;background-attachment: fixed;background-size: cover;}
.HomeZhaos .HomeZhaosBox{height: 8rem;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.HomeZhaos .HomeZhaosBox .HomeTit{color:#fff;}
.HomeZhaos .HomeZhaosBox .HomeTit .dec{color:#fff;}
.HomeZhaos .HomeZhaosBox .common_more{}

@media(max-width:1024px){
    .HomeZhaos .HomeZhaosBox{height:5rem;}
}


@media(max-width:640px){
    .HomeZhaos .HomeZhaosBox{height:4.2rem;}
}


.HomeNews .w1600{position: relative;}
.HomeNews .HomeTit{position: absolute;left:0;top:0;max-width:2.7rem;}
.HomeNews .HomeNewsBox{padding:0 0.2rem;}
.HomeNews .HomeNewsBox ul{margin-left:-0.2rem;}
.HomeNews .HomeNewsBox ul::after{content:'';display: block;clear: both;}
.HomeNews .HomeNewsBox ul li{width:16.5%;float:left;box-sizing: border-box;}
.HomeNews .HomeNewsBox ul li a{display: block;margin-left:0.2rem;}
.HomeNews .HomeNewsBox ul li .img{padding-top:3rem;border-radius: 0.1rem;}
.HomeNews .HomeNewsBox ul li:nth-child(1),
.HomeNews .HomeNewsBox ul li:nth-child(2){margin-top:3rem;}
.HomeNews .HomeNewsBox ul li .txt{margin-top:0.2rem;}
.HomeNews .HomeNewsBox ul li .txt .more{display: none;}
.HomeNews .HomeNewsBox ul li .date{font-size: 0.18rem;font-weight: lighter;color:#999;}
.HomeNews .HomeNewsBox ul li .tit{font-size: 0.2rem;line-height: 1.5;margin-top:0.1rem;}
.HomeNews .HomeNewsBox ul li:hover .img span{transform: scale(1.05);}

.HomeNews .HomeNewsBox ul li:nth-child(3){width:33%;}
.HomeNews .HomeNewsBox ul li:nth-child(3) a{position: relative;}
.HomeNews .HomeNewsBox ul li:nth-child(3) .img{padding-top:6rem;border-radius: 0.1rem;}
.HomeNews .HomeNewsBox ul li:nth-child(3) .img::after{content:'';display: block;width:100%;height:100%;background: url(../images/mask2.png) no-repeat bottom center;background-size: 100% auto;position: absolute;bottom:0;left:0;}
.HomeNews .HomeNewsBox ul li:nth-child(3) .txt{position: absolute;width:100%;left:0;bottom:0;box-sizing: border-box;color:#fff;padding:0.3rem 0.3rem 0.3rem 0;}
.HomeNews .HomeNewsBox ul li:nth-child(3) .txt .tit{padding-left: 0.3rem;position: relative;font-size: 0.3rem;margin:0.2rem 0;}
.HomeNews .HomeNewsBox ul li:nth-child(3) .txt .tit::before{content:"";display: block;width:3px;height:0.3rem;background: #aacd06;position: absolute;left:0;top:0.07rem;}
.HomeNews .HomeNewsBox ul li:nth-child(3) .txt .date{color:#fff;padding-left:0.3rem;}
.HomeNews .HomeNewsBox ul li:nth-child(3) .txt .more{display: flex;align-items: center;color:#aacd06;font-weight: lighter;padding-left:0.3rem;}
.HomeNews .HomeNewsBox ul li:nth-child(3) .txt .more img{width:0.08rem;display: block;margin-left:0.1rem;}

.HomeNews .More{position: absolute;right:1.6rem;bottom:1.2rem;transition: all .5s;}
.HomeNews .More a{display: flex;align-items: center;justify-content: center;width:0.8rem;height:0.8rem;border-radius: 50%;background: #aacd06;}
.HomeNews .More a img{width:0.1rem;}
.HomeNews .More:hover{transform: scale(1.1);}

@media(max-width:1024px){
    .HomeNews .HomeNewsBox ul li .img{padding-top:1.6rem;}
    .HomeNews .HomeNewsBox ul li:nth-child(3) .img{padding-top:3.2rem;}
    .HomeNews .HomeNewsBox ul li:nth-child(1),
    .HomeNews .HomeNewsBox ul li:nth-child(2){margin-top:1.6rem;}
    .HomeNews .HomeNewsBox ul li .date{font-size: 13px;}
    .HomeNews .HomeNewsBox ul li .tit{font-size: 15px;margin-top:5px;}
    .HomeNews .HomeNewsBox ul li:nth-child(3) .txt .tit{font-size: 16px;margin:10px 0;padding-left:15px;}
    .HomeNews .HomeNewsBox ul li:nth-child(3) .txt .more{font-size: 13px;padding-left:15px;}
    .HomeNews .HomeNewsBox ul li:nth-child(3) .txt .more img{width:8px;}
    .HomeNews .HomeNewsBox ul li:nth-child(3) .txt{padding:20px 0;}
    .HomeNews .HomeNewsBox ul li:nth-child(3) .txt .date{padding-left:15px;}
    .HomeNews .More a{width:40px;height:40px;}
    .HomeNews .More {bottom:40px;right:3%;}
    .HomeNews .More a img{width:8px;}
    
}


@media(max-width:640px){
    .HomeNews .HomeTit{position: static;max-width:100%;}
    .HomeNews .HomeNewsBox ul li{width:50%;}
    .HomeNews .HomeNewsBox ul li:nth-child(1),
    .HomeNews .HomeNewsBox ul li:nth-child(2){margin-top:0rem;}
    .HomeNews .HomeNewsBox ul li:nth-child(3){width:100%;margin:0.2rem 0;}
    .HomeNews .HomeNewsBox ul li .img{padding-top:88%;}
    .HomeNews .HomeNewsBox ul li:nth-child(3) .img{padding-top:80%;}
    .HomeNews .More{position: static;margin:0 auto;margin-top:20px;width:40px;}
}

/* 品牌动态 */
.nBan .item{position: relative;}
.nBan .item .img{padding-top:6.87rem;}
.nBan .item .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);text-align: center;font-size: 0.48rem;color:#fff;text-shadow: 1px 1px 1px #999;}


.subMenu ul{text-align: center;white-space: nowrap;overflow: auto;padding:0.25rem 0;}
.subMenu ul li{display: inline-block;margin:0 0.2rem;position: relative;line-height: 1.6;font-weight: lighter;}
.subMenu ul li::before{content:'';display: block;width:100%;height:2px;background: #aacd06;position: absolute;left:0;bottom:0;transition: all .5s;transform: rotateY(90deg);opacity: 0;}
.subMenu ul li.on::before,
.subMenu ul li:hover::before{transform: rotateY(0);opacity: 1;}
.subMenu ul li a{color:#999;}
.subMenu ul li.on a{color:#000;font-weight: normal;}

@media(max-width:1024px){
    .nBan .item .img{padding-top:50%;}
    .nBan .item .txt{font-size: 30px;}
    .subMenu ul{padding:15px 0;}
}

@media(max-width:768px){
    .subMenu ul li{margin:0 10px;}
}

@media(max-width:640px){
    .nBan .item .txt{font-size: 20px;margin-top:20px;font-weight: bold;}
    .subMenu ul{padding:10px 0;}
}

.pd100{padding:1rem 0;}
.News .NewsHot{position: relative;margin-bottom:1rem;}
.News .NewsHot li .img{width:52.5%;border-radius: 0.1rem;padding-top:4.72rem;}
.News .NewsHot li .txt{width:40%;padding:0.3rem 0;}
.News .NewsHot li .txt .date{font-size: 0.18rem;color:#999;font-weight: lighter;}
.News .NewsHot li .txt .tit{font-size: 0.4rem;line-height: 0.5rem;margin:0.2rem 0 0.4rem 0;}
.News .NewsHot li .txt .dec{font-weight: lighter;color:#666;}
.News .NewsHot li .txt .more{display: flex;align-items: center;margin-top:0.3rem;color:#aacd06;}
.News .NewsHot li .txt .more img{width:0.08rem;display: block;margin-left:0.1rem;}
.News .NewsHot li:hover .img span{transform: scale(1.05);}

.News .NewsHot .controls{width:40%;position: absolute;right:0;bottom:0;height:0.68rem;}
.News .NewsHot .controls .slick-arrow{width:0.68rem;height:0.68rem;}
.News .NewsHot .controls .slick-arrow.slick-prev{left:auto;right:0.88rem;}
.News .NewsHot .controls .slick-dots{height:100%;display: flex;align-items: center;width:calc(100% - 2rem);}
.News .NewsHot .controls .slick-dots li{width:50%;height:1px;background: #cccccc;position: relative;}
.News .NewsHot .controls .slick-dots li button{display: none;}
.News .NewsHot .controls .slick-dots li::after{content:"";display: block;width:100%;height:1px;background: #aacd06;position: absolute;left:0;bottom:0;transform: rotateY(90deg);opacity: 0;transition: all .5s;}
.News .NewsHot .controls .slick-dots li.slick-active::after{opacity: 1;transform: rotateY(0);}


.News .NewsList{display: flex;flex-wrap: wrap;margin-left:-5%;}
.News .NewsList .item{width:28.33%;margin-left:5%;margin-bottom:5%;}
.News .NewsList .item .img{padding-top:66%;border-radius: 0.1rem;}
.News .NewsList .item .txt{margin-top:0.2rem;}
.News .NewsList .item .txt .date{font-size: 0.18rem;font-weight: lighter;color:#999;}
.News .NewsList .item .txt .tit{font-size: 0.22rem;line-height: 0.3rem;margin-top:0.08rem;}
.News .NewsList .item:hover .img span{transform: scale(1.05);}


@media(max-width:1024px){
    .pd100{padding:40px 0;}
    .News .NewsHot li .img{padding-top:32%;}
    .News .NewsHot li .txt{padding:10px 0;}
    .News .NewsHot li .txt .date{font-size: 14px;}
    .News .NewsHot li .txt .tit{font-size: 18px;line-height: 30px;margin:10px 0 20px 0;}
    .News .NewsHot .controls .slick-arrow{width:32px;height:32px;}
    .News .NewsHot .controls .slick-arrow::after{background-size: 6px;}
    .News .NewsHot .controls .slick-arrow.slick-prev{right:50px;}
    .News .NewsHot .controls .slick-dots{width:calc(100% - 100px);}
    .News .NewsList .item .txt .date{font-size: 14px;}
    .News .NewsList .item .txt .tit{font-size: 16px;line-height: 1.6;}
}


@media(max-width:768px){
    .News .NewsHot li .txt .tit{margin:10px 0;}
    .News .NewsHot li .txt .more{margin-top:10px;}
    .News .NewsHot li .txt{padding:0;}
    .News .NewsHot li .txt .tit{font-size: 16px;font-weight: bold;}
}


@media(max-width:640px){
    .News .NewsHot li .img{width:100%;padding-top:56%;}
    .News .NewsHot li .txt{width:100%;margin:10px 0;}
    .News .NewsHot .controls{position: relative;width:100%;}
    .News .NewsList .item{width:45%;}
    .News .NewsList .item .txt .tit{font-size: 15px;}
}

/* 新闻详情 */
.subMain{margin-top:1rem;}
.NewsInfo .NewsInfoTit{padding:1rem 0 0.3rem 0;background: #f6f6f6;}
.NewsInfo .NewsInfoTit h2{font-weight: normal;font-size: 0.48rem;}
.NewsInfo .NewsInfoTit .date{font-size: 0.18rem;color:#999;}
.NewsInfo .NewsInfoCon{padding:0.8rem 0 1rem 0;}
.NewsInfo .NewsInfoCon .Content{font-weight: lighter;color:#555;}
.NewsInfo .NewsInfoCon .Content strong{color:#000;}
.NewsInfo .NewsInfoCon .Content img{display: block;margin:10px auto;}
.NewsInfo .NewsInfoCon .InfoPage{margin-top:0.8rem;}
.NewsInfo .NewsInfoCon .InfoPage dl dd{width:48%;font-weight: lighter;}
.NewsInfo .NewsInfoCon .InfoPage dl dd:nth-child(2){text-align: right;}
.NewsInfo .NewsInfoCon .InfoPage .goback{margin-top:0.6rem;}
.NewsInfo .NewsInfoCon .InfoPage .goback a{display: block;width:1.8rem;line-height: 0.5rem;border-radius: 0.5rem;text-align: center;background: #aacd06;color:#fff;margin:0 auto;}

@media(max-width:1024px){
    .subMain{margin-top:50px;}
    .NewsInfo .NewsInfoTit{padding:40px 0 20px 0;}
    .NewsInfo .NewsInfoTit h2{font-size: 18px;font-weight: bold;}
    .NewsInfo .NewsInfoTit .date{font-size: 14px;}
    .NewsInfo .NewsInfoCon{padding:30px 0 40px 0;}
    .NewsInfo .NewsInfoCon .InfoPage .goback a{width:120px;line-height: 32px;border-radius: 32px;}
}

@media(max-width:640px){
    .NewsInfo .NewsInfoCon .InfoPage dl dd{width:100%;margin-bottom:5px;}
    .NewsInfo .NewsInfoCon .InfoPage .goback a{width:100px;}
}

/* 联系方式 */
.Contact{overflow: hidden;}
.Contact .ContactBox .ContactBoxTxt{width:43.75%;}
.Contact .ContactBox .ContactBoxTxt .name{font-size: 0.4rem;font-weight: bold;}
.Contact .ContactBox .ContactBoxTxt ul li{border-bottom:1px solid #eee;padding:0.3rem 0;padding-left:0.7rem;position: relative;}
.Contact .ContactBox .ContactBoxTxt ul li .icon{width:0.51rem;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.Contact .ContactBox .ContactBoxTxt ul li .text span{font-weight: lighter;font-size: 0.18rem;color:#999;}
.Contact .ContactBox .ContactBoxTxt ul li .text p{font-size: 0.2rem;}

.Contact .ContactBox .ContactBoxImg{width:50%;border-radius: 0.1rem;overflow: hidden;}
.Contact .ContactBox .ContactBoxImg img{width:100%;}



.Message{padding-top:0;}
.Message .MessageBox{padding:1rem 1.5rem;background: url(../images/messagebg.jpg) no-repeat center center;background-size: cover;border-radius: 0.1rem;}
.Message .MessageBox .mess_box{width:45%;}
.Message .MessageBox .mess_box .name{font-size: 0.18rem;color:#000;font-weight: lighter;}
.Message .MessageBox .mess_box .name i{color:red;font-weight: bold;display: inline-block;margin-left:5px;}
.Message .MessageBox .mess_box ul li{margin-bottom:0.3rem;border-bottom:1px solid #eee;position: relative;}
.Message .MessageBox .mess_box ul li input{height:0.6rem;padding-left:1.2rem;width:100%;box-sizing: border-box;}
.Message .MessageBox .mess_box ul li .name{position: absolute;left:0;top:50%;transform: translateY(-50%);}
.Message .MessageBox .mess_box .textbox{height:1.4rem;background: #fff;border-radius: 0.1rem;position: relative;padding:0.2rem 0.2rem 0.4rem 0.2rem;position: relative;margin-top:0.1rem;}
.Message .MessageBox .mess_box .textbox textarea{display: block;width:100%;height:100%;}
.Message .MessageBox .mess_box .textbox span{font-size: 0.14rem;color:#999;position: absolute;right:0.1rem;bottom:0.05rem;font-weight: lighter;}
.Message .MessageBox .mess_box .formbtn{margin-top:0.3rem;}
.Message .MessageBox .mess_box .formbtn button{width:1.4rem;line-height: 0.4rem;border-radius: 0.4rem;background: #aacd06;color:#fff;}


@media(max-width:1024px){
    .Contact .ContactBox .ContactBoxTxt .name{font-size: 18px;}
    .Contact .ContactBox .ContactBoxTxt ul li{padding:10px 0;padding-left:50px;}
    .Contact .ContactBox .ContactBoxTxt ul li .icon{width:35px;}
    .Contact .ContactBox .ContactBoxTxt ul li .text span{font-size: 14px;}
    .Contact .ContactBox .ContactBoxTxt ul li .text p{font-size: 16px;}
    .Message .MessageBox{padding:30px;}
    .Message .MessageBox .mess_box .name{font-size: 14px;}
    .Message .MessageBox .mess_box ul li input{height:40px;padding-left:80px;}
    .Message .MessageBox .mess_box .textbox{height:100px;}
    .Message .MessageBox .mess_box .formbtn{margin-top:0.2rem;}
    .Message .MessageBox .mess_box .formbtn button{width:100px;line-height: 30px;border-radius: 30px;}
}

@media(max-width:768px){
    .Contact .ContactBox .ContactBoxTxt ul li .text span{font-size: 13px;}
    .Contact .ContactBox .ContactBoxTxt ul li .text p{font-size: 15px;line-height: 1.5;}
}

@media(max-width:640px){
    .Contact .ContactBox .ContactBoxTxt{width:100%;}
    .Contact .ContactBox .ContactBoxImg{width:100%;margin-top:20px;}
    .Message .MessageBox{padding:20px;}
    .Message .MessageBox .mess_box{width:100%;}
}

/* 招贤纳士 */
.SelectBox{position: relative;}
.SelectBox .SelectTxt{}
.SelectBox .SelectTxt span{display: block; padding-right: 0.3rem; background: url(../images/arr.png) no-repeat right 0.3rem center;padding-right:0.6rem;padding-left:0.3rem;cursor: pointer;white-space: nowrap;}
.SelectBox .SelectUl{position: absolute; left: 0; right: 0; top: 102%; z-index: 999; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); display: none; max-height: 160px; overflow: auto;}
.SelectBox .SelectUl .ul li a{display: block; line-height: 0.4rem; padding: 0 0.3rem; color: #333;border:none;}
.SelectBox .SelectUl .ul li:hover a{background: #aacd06;color:#fff;}

.JobSearch{display: flex;flex-wrap: wrap;margin-left:-1%;}
.JobSearch .item{width:16%;margin-left:1%;line-height: 0.6rem;border-radius: 0.6rem;background: #f6f6f6;color:#555;}
.JobSearch .item.searchBox input{width:100%;height:100%;display: block;box-sizing: border-box;padding:0 0.2rem;font-size: 0.16rem;}
.JobSearch .item.searchbtn{width:14%;}
.JobSearch .item.searchbtn button{color:#fff;font-size: 0.16rem;background: #aacd06;width:100%;height:100%;border-radius: 0.6rem;}
.resultbox{margin-top:0.4rem;margin-bottom:0.15rem;color:#999;font-weight: lighter;line-height: 1.4;}
.resultbox i{display: inline-block;padding:0 0.1rem;border-radius: 0.2rem;background: #aacd06;color:#fff;}
.JobSearch .item.searchbtn button:hover{box-shadow: 0 0 20px rgba(0,0,0,0.2);}


@media(max-width:1024px){
    .JobSearch .item{line-height: 30px;border-radius: 30px;}
    .SelectBox .SelectTxt span{padding:0 40px 0 20px;background-position: center right 15px;}
    .JobSearch .item.searchbtn button{font-size: 14px;}
    .SelectBox .SelectUl .ul li a{line-height: 30px;}
    .JobSearch .item.searchBox input{font-size: 14px;}
}

@media(max-width:640px){
    .JobSearch .item{width:49%;margin-bottom:2%;}
    .JobSearch .item.searchBox{width:79%;}
    .JobSearch .item.searchbtn{width:29%;}
}

.JobList .item{position: relative;padding:0 0.6rem;background: #f6f6f6;margin-bottom:0.3rem;transition: all .5s;}
.JobList .item .itemtit{cursor: pointer;padding:0.4rem 0;position: relative;}
.JobList .item .itemtit .tit{font-size: 0.24rem;transition: all .5s;}
.JobList .item .itemtit .tag dl{display: flex;flex-wrap: wrap;}
.JobList .item .itemtit .tag dl dd{padding:0 0.15rem;position: relative;color:#555;}
.JobList .item .itemtit .tag dl dd::before{content:'';display: block;width:1px;height:50%;background: #ccc;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.JobList .item .itemtit .tag dl dd:first-child{padding-left:0;}
.JobList .item .itemtit .tag dl dd:first-child::before{display: none;}
.JobList .item .itemtit .more{width:0.58rem;height:0.58rem;border-radius: 50%;border:1px solid #ccc;position: absolute;right:0;top:50%;transform: translateY(-50%);}
.JobList .item .itemtit .more::after{content:"";display: block;width:100%;height:100%;background-position: center;background-repeat: no-repeat;background-size: 0.13rem;background-image: url(../images/down.png);position: absolute;top:0;left:0;}
.JobList .item .itemtit.on .more{background: #aacd06;border:1px solid #aacd06;}
.JobList .item .itemtit.on .more::after{background-image: url(../images/up.png);}
.JobList .item .itemtit.on .tit{font-size: 0.3rem;}
.JobList .item .itemcon{padding-bottom:0.6rem;display: none;}
.JobList .item .itemcon .box{margin-bottom:0.4rem;}
.JobList .item .itemcon .box .tit{font-size: 0.22rem;margin-bottom:0.1rem;}
.JobList .item .itemcon .box .con{color:#555;line-height: 0.3rem;font-weight: lighter;}
.JobList .item .itemcon .jobbtn{width:1.8rem;line-height: 0.5rem;border-radius: 0.5rem;background: #aacd06;text-align: center;}
.JobList .item .itemcon .jobbtn a{display: block;color:#fff;}
.JobList .item:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}

@media(max-width:1024px){
    .JobList .item{padding:0 30px;}
    .JobList .item .itemtit{padding:20px 0;}
    .JobList .item .itemtit .tit{font-size: 16px;font-weight: bold;}
    .JobList .item .itemtit .more{width:32px;height:32px;}
    .JobList .item .itemtit .more::after{background-size: 10px;}
    .JobList .item .itemtit.on .tit{font-size: 18px;}
    .JobList .item .itemcon{padding-bottom:30px;}
    .JobList .item .itemcon .box .tit{font-size: 16px;font-weight: bold;}
    .JobList .item .itemcon .jobbtn{width:100px;line-height: 30px;border-radius: 30px;}
    .JobList .item .itemcon .box .con{line-height: 1.75;}
}

@media(max-width:640px){
    .JobList .item{padding:0 15px;}
    .JobList .item .itemtit{padding:12px 0;padding-right:30px;}
    .JobList .item .itemtit .tag dl{font-size: 13px;}
    .JobList .item .itemtit .tag dl dd{padding:0 5px;}
    .JobList .item .itemcon .box .con{font-size: 13px;}
}


/* 品牌视频 */
.Common_tit{margin-bottom:0.7rem;}
.Common_tit .tit{font-size: 0.48rem;text-align: center;line-height: 1;}

.Video .VideoList ul{display: flex;margin-left:-2%;flex-wrap: wrap;}
.Video .VideoList ul li{width:48%;margin-left:2%;margin-bottom:2%;}
.Video .VideoList ul li .img{padding-top:66%;border-radius: 0.1rem;}
.Video .VideoList ul li .play{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: center;width:0.8rem;height:0.8rem;border-radius: 50%;background: #aacd06;font-weight: lighter;color:#fff;}
.Video .VideoList ul li .play img{display: inline-block;width:0.15rem;height:auto;margin-right:0.05rem;}
.Video .VideoList ul li .txt{margin-top:0.2rem;}
.Video .VideoList ul li .txt .tit{font-size: .24rem;}
.Video .VideoList ul li .txt .dec{color:#999;font-weight: lighter;}
.Video .VideoList ul li:hover .img span{transform: scale(1.05);}




.VideoInfo{width:96%;position: relative;margin:0 auto;max-width:12rem;}
.VideoInfo video{display: block;width:100%;height:100%;max-height:100vh;object-fit: cover;}
.mfp-close-btn-in .mfp-close{color:#fff;}

@media(max-width:1024px){
    .Common_tit{margin-bottom:30px;}
    .Common_tit .tit{font-size: 20px;font-weight: bold;}
    .Video .VideoList ul li .play{width:50px;height:50px;font-size: 12px;}
    .Video .VideoList ul li .play i{display: none;}
    .Video .VideoList ul li .play img{width:10px;margin-right:0;}
    .Video .VideoList ul li .txt .tit{font-size: 16px;}
}

@media(max-width:640px){
    .Common_tit .tit{font-size: 20px;}
    .Video .VideoList ul li .play{width:36px;height:36px;}
}

/* 公司介绍 */
.About_Company .About_Company_part1 .About_Company_txt{width:31.25%;}
.About_Company .About_Company_part1 .About_Company_txt .con{font-size: 0.18rem;line-height: 2;}
.About_Company .About_Company_part1 .About_Company_img{width:60%;line-height: 2.25;}
.About_Company .About_Company_part1 .About_Company_img img{display: block;width:100%;margin-bottom:0.5rem;}


.About_Company .About_Company_part2 .w1600{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.About_Company .About_Company_part2{background: #f6f6f6;}
.About_Company .About_Company_part2 .partBoxImg{width:60%;}
.About_Company .About_Company_part2 .partBoxTxt{width:40%;box-sizing: border-box;padding:0.8rem;}
.About_Company .About_Company_part2 .partBoxTxt .tag{display: inline-block;line-height: 1;font-size: 0.24rem;border-radius: 0.3rem;background: #aacd06;color:#fff;padding:0.03rem 0.1rem;}
.About_Company .About_Company_part2 .partBoxTxt .tit{line-height: 0.6rem;}
.About_Company .About_Company_part2 .partBoxTxt .Common_tit{margin-bottom:0.3rem;margin-top:0.1rem;}

@media(max-width:1024px){
    .About_Company .About_Company_part2 .partBoxTxt .tit{line-height: 1.6;}
    .About_Company .About_Company_part2 .partBoxTxt{padding:30px;}
    .About_Company .About_Company_part2 .partBoxTxt .tag{font-size: 16px;}
    .About_Company .About_Company_part1 .About_Company_txt .con{font-size: 14px;}
}

@media(max-width:640px){
    .About_Company .About_Company_part1 .About_Company_txt{width:100%;}
    .About_Company .About_Company_part1 .About_Company_img{width:100%;margin-top:20px;}
    .About_Company .About_Company_part2 .partBoxImg{width:100%;}
    .About_Company .About_Company_part2 .partBoxTxt{width:100%;padding:20px;}
}

.About_pp .About_pp_part1{border:1px solid rgba(0,0,0,0.1);background: #fbfbfb;display: flex;flex-wrap: wrap;padding:0 0.3rem;}
.About_pp .About_pp_part1 .item{width:50%;box-sizing: border-box;padding:0.3rem 0.4rem;}
.About_pp .About_pp_part1 .item_1{display: flex;flex-direction: row-reverse;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.About_pp .About_pp_part1 .item_1 .txt{width:45%;}
.About_pp .About_pp_part1 .item_1 .img{width:50%;}

.About_pp .About_pp_part1 .item .tit{font-size: 0.22rem;font-weight: bold;margin-bottom:0.15rem;}
.About_pp .About_pp_part1 .item .con{font-weight: lighter;}

.About_pp .About_pp_part2{margin-top:0.4rem;display: flex;flex-wrap: wrap;margin-left:-2%;}
.About_pp .About_pp_part2 .item{width:48%;margin-left:2%;margin-bottom:2%;}
.About_pp .About_pp_part2 .item .img{padding-top:66%;border-radius: 0.1rem;}
.About_pp .About_pp_part2 .item .txt{padding:0 0.6rem;margin-top:0.2rem;}
.About_pp .About_pp_part2 .item .txt .text{font-size: 0.18rem;font-weight: lighter;position: relative;}
.About_pp .About_pp_part2 .item .txt .text::before{content:"";display: block;width:0.2rem;height:3px;background: #aacd06;position: absolute;left:-0.3rem;top:50%;transform: translateY(-50%);}
.About_pp .About_pp_part2 .item .txt .tit{font-size: 0.28rem;font-weight: bold;}


@media(max-width:1024px){
    .About_pp .About_pp_part1 .item{padding:20px;}
    .About_pp .About_pp_part1{padding:0 20px;}
    .About_pp .About_pp_part1 .item .tit{font-size: 18px;}
    .About_pp .About_pp_part2 .item .txt {padding:0 30px;padding-right:10px;}
    .About_pp .About_pp_part2 .item .txt .text{font-size: 14px;}
    .About_pp .About_pp_part2 .item .txt .text::before{width:15px;left:-25px;}
    .About_pp .About_pp_part2 .item .txt .tit{font-size: 16px;line-height: 1.6;}
}


@media(max-width:640px){
    .About_pp .About_pp_part1{padding:0;}
    .About_pp .About_pp_part1 .item{width:100%;}
    .About_pp .About_pp_part1 .item .img img{max-height:100px;}
    .About_pp .About_pp_part1 .item_1 .img{width:100%;}
    .About_pp .About_pp_part1 .item_1 .txt{width:100%;}
    .About_pp .About_pp_part1 .item .img img{display: block;margin:0 auto;}
    .About_pp .About_pp_part2 .item{width:98%;margin-bottom:30px;}
    .About_pp .About_pp_part1 .item .tit{text-align: center;}
}

/* 发展历程 */
.slick-slide{outline: none;}
.History{background: url(../images/historybg.png) no-repeat bottom center;background-size: 100%;}

.History .HistoryBox .slick-list{margin-left:-0.2rem;}
.History .HistoryBox .item{min-height:6rem;margin-left:0.3rem;padding:0.2rem 0;}
.History .HistoryBox .item .year{font-size: 0.3rem;}
.History .HistoryBox .item .con{font-size: 0.18rem;font-weight: lighter;height:1.44rem;line-height: 0.36rem;margin-top:0.15rem;}
.History .HistoryBox .item .libox{padding:0.2rem 0.3rem;padding-right:0.1rem;;border-left:1px solid rgba(170,205,6,0.3);position: relative;transition: all .5s;}
.History .HistoryBox .item .libox .dot_b{width:0.06rem;height:0.06rem;border-radius: 50%;background: #fff;border:0.03rem solid #aacd06;box-sizing: content-box;position: absolute;bottom:0;left:-0.05rem;}
.History .HistoryBox .item .libox .dot_t{width:0.09rem;height:0.09rem;background: #aacd06;border-radius: 50%;position: absolute;left:-0.05rem;top:0;}
.History .HistoryBox .item .libox .dot_t::before{content:'';display: block;width:100%;height:100%;background: #aacd06;opacity: 0.3;position: absolute;left:0;top:0;transform: scale(2);border-radius: 50%;}
.History .HistoryBox .item .libox{margin-top:2.68rem;}
.History .HistoryBox .item.slick-active + .item.slick-active .libox{margin-top:2.28rem;}
.History .HistoryBox .item.slick-active + .item.slick-active + .item.slick-active .libox{margin-top:1.7rem;}
.History .HistoryBox .item.slick-active + .item.slick-active + .item.slick-active + .item.slick-active .libox{margin-top:0.75rem;}
.History .HistoryBox .item.slick-active + .item.slick-active + .item.slick-active + .item.slick-active + .item.slick-active .libox{margin-top:0.35rem;}


.History .HistoryBox .slick-arrow{transform: translateY(0);top:auto;bottom:0;}
.History .HistoryBox .slick-arrow.slick-prev{left:auto;right:1.2rem;}
.History .HistoryBox .slick-arrow.slick-disabled{display: block !important;}

@media(max-width:1024px){
    .History .HistoryBox .slick-arrow.slick-prev{right:60px;}
    .History .HistoryBox .item .year{font-size: 18px;font-weight: bold;}
    .History .HistoryBox .item .con{font-size: 14px;line-height: 24px;height:96px;}
    .History .HistoryBox .item .libox{padding-left:20px;padding-right:10px;}
    .History .HistoryBox .item{min-height:1px;}
    .History .HistoryBox .item .libox{margin-top:2.18rem;}
    .History .HistoryBox .item.slick-active + .item.slick-active .libox{margin-top:1.8rem;}
    .History .HistoryBox .item.slick-active + .item.slick-active + .item.slick-active .libox{margin-top:1.45rem;}
    .History .HistoryBox .item.slick-active + .item.slick-active + .item.slick-active + .item.slick-active .libox{margin-top:0.8rem;}
    .History .HistoryBox .item.slick-active + .item.slick-active + .item.slick-active + .item.slick-active + .item.slick-active .libox{margin-top:0.85rem;}

}

@media(max-width:768px){
    .History .HistoryBox .item.slick-active + .item.slick-active .libox{margin-top:1.45rem;}
    .History .HistoryBox .item.slick-active + .item.slick-active + .item.slick-active .libox{margin-top:0.8rem;}
}

@media(max-width:640px){
    .History{background-size: 140%;;}
    .History .HistoryBox .slick-arrow.slick-prev{right:50px;}
    .History .HistoryBox .item{padding:10px 0 30px 0;}
    .History .HistoryBox .item .libox{margin-top:0.2rem !important;top:0.4rem;;}
    .History .HistoryBox .item.slick-active + .item.slick-active .libox{margin-top:0;top:0;}
}

/* 注册 */
.Register{background: url(../images/loginbg.jpg) repeat;}
.Register .RegisterBox{padding:0.8rem;background: #fff;}
.Register .RegisterBox .tit{font-size: 0.4rem;text-align: center;font-weight: 700;margin-bottom:0.3rem;}
.Register .RegisterBox .Reg_box{max-width:5.8rem;margin:0 auto;}
.Register .RegisterBox .Reg_box .inputBox{background: #f6f6f6;padding:0 0.4rem 0 0.65rem;position: relative;border-radius: 5px;margin-bottom:0.2rem;}
.Register .RegisterBox .Reg_box .inputBox .icon{width:0.22rem;height:0.22rem;line-height: 0.22rem;position: absolute;left:0.3rem;top:50%;transform: translateY(-50%);}
.Register .RegisterBox .Reg_box .inputBox input{height:0.5rem;display: block;width:100%;font-size: 0.16rem;}
.Register .RegisterBox .Reg_box .inputBox i{color:red;position: absolute;right:0.3rem;top:50%;transform: translateY(-50%);}
.Register .RegisterBox .Reg_box .choose-box{color:#999;font-weight: lighter;}
.Register .RegisterBox .Reg_box .choose-box a{color:#999;}
.Register .RegisterBox .Reg_box .choose-box a:hover{color:#aacd06;}
.Register .RegisterBox .Reg_box .choose-box label{cursor: pointer;}
.Register .RegisterBox .Reg_box .formbtn{margin-top:0.3rem;}
.Register .RegisterBox .Reg_box .formbtn button{width:100%;height:0.5rem;line-height: 0.5rem;background: #aacd06;color:#fff;text-align: center;font-size: 0.16rem;border-radius: 5px;}
.Register .RegisterBox .Reg_box .other{font-weight: lighter;color:#999;text-align: center;margin-top:0.2rem;}
.Register .RegisterBox .Reg_box .other a{text-decoration: underline;color:#aacd06;}
.Register .RegisterBox .Reg_box .fogretbox a{font-weight: lighter;text-decoration: underline;color:#aacd06;}
.Login .RegisterBox .Reg_box .other{text-align: right;}
.Login .RegisterBox .Reg_box .other a{text-decoration: none;color:#999;}
.Register .RegisterBox .Reg_box .yzm_code{padding-right:1.6rem;position: relative;}
.Register .RegisterBox .Reg_box .yzm_code .yzm_btn{width:1.5rem;height:100%;line-height: 0.5rem;border-radius: 5px;background: #aacd06;color:#fff;text-align: center;position: absolute;right:0;top:0;}
.Register .RegisterBox .Reg_box .yzm_code .yzm_btn a{display: block;color:#fff;}


.choose-box{padding-left:0.3rem;position: relative;cursor: pointer;}
.choose-box input[type="checkbox"] +label::before{
	content:'';
	display:inline-block;
	width:0.18rem;
	height:0.18rem;
	background: url(../images/check.png) no-repeat center;background-size: contain;
	margin-right:0.15rem;
	position: absolute;left:0;top:0.065rem;
}
.choose-box_1 input[type="checkbox"] +label::before{
    background: url(../images/check_1.png) no-repeat center;background-size: contain;
}
.choose-box input[type="checkbox"]:checked + label::before{
  background: url(../images/checked.png) no-repeat center;background-size: contain;
}

.choose-box input[type="checkbox"]{
	position:absolute;
	clip:rect(0,0,0,0);z-index:99;
}


@media(max-width:1024px){
    .Register .RegisterBox .Reg_box .inputBox input{font-size: 14px;}
    .Register .RegisterBox .tit{font-size: 24px;margin-bottom:20px;}
    .Register .RegisterBox .Reg_box .inputBox input{height:40px;}
    .Register .RegisterBox .Reg_box .formbtn button{height:40px;line-height: 40px;font-size: 14px;}
    .Register .RegisterBox .Reg_box .yzm_code .yzm_btn{line-height: 40px;}
}

@media(max-width:640px){
    .Register .RegisterBox{padding:30px;}
    .Register .RegisterBox .tit{font-size: 20px;}
    .Register .RegisterBox .Reg_box .inputBox input{height:36px;}
    .Register .RegisterBox .Reg_box .formbtn button{height:36px;line-height: 36px;}
    .Register .RegisterBox .Reg_box .inputBox {padding-left:40px;}
    .Register .RegisterBox .Reg_box .inputBox .icon{width:14px;height:14px;line-height: 14px;}
    .choose-box input[type="checkbox"] +label::before{width:14px;height:14px;top:5px;}
    .choose-box{padding-left:22px;font-size: 13px;}
    .Register .RegisterBox .Reg_box .yzm_code .yzm_btn{line-height: 36px;}
}

/* 销售网络 */
.SaleWebsite .JobSearch .searchBox{width:33%;}
.SaleWebsite .JobSearch .reset button{background: #f6f6f6;color:#333;}

.SaleWebsite .SaleWebsiteBox ul{display: flex;flex-wrap: wrap;margin-left:-1.5%;}
.SaleWebsite .SaleWebsiteBox ul li{width:31.83%;margin-left:1.5%;margin-bottom:1.5%;border-radius: 0.1rem;border:1px solid #f6f6f6;background: #f6f6f6;box-sizing: border-box;padding:0.5rem;position: relative;transition: all .5s;}
.SaleWebsite .SaleWebsiteBox ul li .tit{font-size: 0.28rem;margin-bottom:0.2rem;}
.SaleWebsite .SaleWebsiteBox ul li .con dl dd{display: flex;font-size: 0.18rem;color:#000;margin-bottom:0.05rem;}
.SaleWebsite .SaleWebsiteBox ul li .con dl dd .name{color:#999;white-space: nowrap;width:0.7rem;text-align: justify;}

.SaleWebsite .SaleWebsiteBox ul li .more{width:0.6rem;height:0.6rem;border-radius: 50%;background-image: url(../images/nextc.png);background-repeat: no-repeat;background-position: center;background-size: 0.1rem;background-color: #aacd06;position: absolute;right:0.3rem;top:50%;transform: translateY(-50%);opacity: 0;transition: all .5s;}
.SaleWebsite .SaleWebsiteBox ul li:hover{border:1px solid #aacd06;background: #fff;}
.SaleWebsite .SaleWebsiteBox ul li:hover .more{opacity: 1;}
@media(min-width:1024px){
    .SaleWebsite .SaleWebsiteBox ul li .con dl dd:nth-of-type(3) .text{padding-right: .45https://gz.gzwhir.com/gzyfek202408196095/Equip/info.aspx?itemid=4rem;}
}
@media(max-width:1024px){
    .SaleWebsite .SaleWebsiteBox ul li{padding:30px;}
    .SaleWebsite .SaleWebsiteBox ul li .tit{font-size: 16px;font-weight: bold;margin-bottom:10px;}
    .SaleWebsite .SaleWebsiteBox ul li .con dl dd{font-size: 14px;}
    .SaleWebsite .SaleWebsiteBox ul li .con dl dd .name{width:55px;}
}

@media(max-width:768px){
    .SaleWebsite .SaleWebsiteBox ul li{width:48.5%;}
}


@media(max-width:640px){
    .SaleWebsite .JobSearch .searchBox{width:59%;}
    .JobSearch .item.searchbtn{width:19%;}
    .SaleWebsite .SaleWebsiteBox ul li{padding:20px;width:98.5%;}
}

/* 保修说明 */
.Warranty_Statement .Warranty_Statement_box{margin-bottom:0.7rem;}

.Warranty_Statement .Warranty_Statement_box .boxTit{margin-bottom:0.6rem;}
.Warranty_Statement .Warranty_Statement_box .boxTit .name{font-size: 0.4rem;text-align: center;font-weight: bold;margin-bottom:0.3rem;}
.Warranty_Statement .Warranty_Statement_box .boxTit .line{height:5px;border-top:1px solid #eee;border-bottom:1px solid #e5e5e5;}
.Warranty_Statement .Warranty_Statement_box .boxCon{font-weight: lighter;line-height: 2.25;}
.Warranty_Statement .Warranty_Statement_box table{width:100%;border:none;margin-bottom:0.1rem;}
.Warranty_Statement .Warranty_Statement_box table td{height:0.45rem;padding:0 0.5rem;}
.Warranty_Statement .Warranty_Statement_box table tr{background: #e5e5e5;border-bottom:2px solid #fff;}
.Warranty_Statement .Warranty_Statement_box table tr.bg{background: #f6f6f6;}

@media(max-width:1024px){
    .Warranty_Statement .Warranty_Statement_box .boxTit .name{font-size: 24px;margin-bottom:20px;}
    .Warranty_Statement .Warranty_Statement_box .boxTit{margin-bottom:20px;}
    .Warranty_Statement .Warranty_Statement_box table td{height:38px;}
}

@media(max-width:768px){
    .Warranty_Statement .Warranty_Statement_box .boxCon{line-height: 1.8;}
    .Warranty_Statement .Warranty_Statement_box .boxTit .name{font-size: 20px;margin-bottom:10px;}
    .Warranty_Statement .Warranty_Statement_box table td{padding:5px 8px;}
}


/* 资料下载 */
.ThreeNav{text-align: center;background: url(../images/navbg.png) repeat-x top center;padding:0.2rem 0;}
.ThreeNav ul{white-space: nowrap;overflow: auto;}
.ThreeNav ul li{display: inline-block;margin:0.05rem;}
.ThreeNav ul li a{display: block;line-height: 0.4rem;padding:0 0.3rem;border-radius: 0.4rem;font-weight: lighter;color:#999;transition: all .5s;}
.ThreeNav ul li.on a{background: #aacd06;color:#fff;}
.ThreeNav ul li:hover a{background: #aacd06;color:#fff;}

.DownLoad .DownLoadLeft{width:18%;max-width:2.3rem;}
.DownLoad .DownLoadLeft .box{margin-bottom:0.4rem;}
.DownLoad .DownLoadLeft .box .name{margin-bottom:0.2rem;}
.DownLoad .DownLoadLeft .box .search{border:1px solid #eee;padding-right:40px;position: relative;}
.DownLoad .DownLoadLeft .box .search input{height:0.5rem;font-size: 0.16rem;box-sizing: border-box;padding:0 0.2rem;display: block;width:100%;box-sizing: border-box;}
.DownLoad .DownLoadLeft .box .search button{width:40px;height:100%;background: url(../images/top_search.png) no-repeat center;position: absolute;right:0;top:0;background-size: 0.17rem;}
.DownLoad .DownLoadLeft .box.box_border .name{border-bottom:1px solid #eee;padding-bottom:0.15rem;}
.DownLoad .DownLoadLeft .box ul li{margin-bottom:0.08rem;cursor: pointer;}
.DownLoad .DownLoadLeft .box ul li .checkbox,.DownLoad .DownLoadLeft .box ul li label{cursor: pointer;}
.DownLoad .DownLoadLeft .reset{text-align: right;border-top:1px solid #eee;padding-top:0.15rem;}
.DownLoad .DownLoadLeft .reset a{font-weight: lighter;color:#999;}
.DownLoad .DownLoadLeft .reset img{width:0.15rem;}
.DownLoad .DownLoadLeft .btn{margin-top:0.2rem;}
.DownLoad .DownLoadLeft .btn a{display: block;line-height: 0.4rem;border-radius: 0.4rem;border:1px solid #000;text-align: center;}
.DownLoad .DownLoadLeft .btn a:hover{background: #aacd06;border:1px solid #aacd06;color:#fff;}

.DownLoad .DownLoadBox{width:80%;}
.DownLoad .DownLoadBox .DownLoadList ul{display: flex;flex-wrap: wrap;margin-left:-2.5%;}
.DownLoad .DownLoadBox .DownLoadList ul li{width:30.83%;margin-left:2.5%;margin-bottom:2.5%;box-sizing: border-box;padding:0.5rem;border-radius: 0.1rem;position: relative;background: #f6f6f6;overflow: hidden;}
.DownLoad .DownLoadBox .DownLoadList ul li .date{font-size: 0.18rem;font-weight: lighter;color:#999;}
.DownLoad .DownLoadBox .DownLoadList ul li .tit{font-size: 0.22rem;line-height: 0.36rem;height:0.72rem;}
.DownLoad .DownLoadBox .DownLoadList ul li .btn{display: flex;justify-content: space-between;align-items: center;margin-top:0.45rem;}
.DownLoad .DownLoadBox .DownLoadList ul li .btn a{display: flex;align-items: center;}
.DownLoad .DownLoadBox .DownLoadList ul li .btn a i{display: block;width:0.15rem;height:0.16rem;background: url(../images/download.png) no-repeat center center;background-size: contain;margin-left:0.05rem;}
.DownLoad .DownLoadBox .DownLoadList ul li .btn a:hover i{background: url(../images/downloadc.png) no-repeat center center;background-size: contain;}
.DownLoad .DownLoadBox .DownLoadList ul li .btn a:hover{text-decoration: underline;}
.DownLoad .DownLoadBox .DownLoadList ul li .btn .icon{width:0.27rem;}
.DownLoad .DownLoadBox .DownLoadList ul li::after{content:'';display: block;width:100%;height:0.04rem;background: #aacd06;position: absolute;left:0;bottom:0;width:0;opacity: 0;transition: all .5s;}
.DownLoad .DownLoadBox .DownLoadList ul li:hover::after{opacity: 1;width:100%;}
.DownLoad .DownLoadBox .DownLoadList ul li:hover .tit{color:#aacd06;}
.DownLoad .DownLoadBox .DownLoadList ul li:hover .icon{
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

@media(max-width:1024px){
    .DownLoad .DownLoadLeft .box .search input{height:40px;padding:0 10px;font-size: 14px;}
    .DownLoad .DownLoadBox .DownLoadList ul li{padding:30px;}
    .DownLoad .DownLoadBox .DownLoadList ul li .date{font-size: 14px;}
    .DownLoad .DownLoadBox .DownLoadList ul li .tit{font-size: 16px;line-height: 28px;height:56px;}
    .DownLoad .DownLoadBox .DownLoadList ul li .btn .icon{width:20px;}
    .DownLoad .DownLoadLeft .box{margin-bottom:20px;}
    .DownLoad .DownLoadLeft .box.box_border .name{padding-bottom:10px;}
    .DownLoad .DownLoadLeft .box .name{margin-bottom:10px;}
    .DownLoad .DownLoadLeft .btn a{line-height: 30px;}
    .DownLoad .DownLoadBox .DownLoadList ul li .btn{margin-top:50px;}
    .ThreeNav ul li a{line-height: 30px;padding:0 15px;}
    .DownLoad .DownLoadLeft .box .search button{background-size: 15px;}
    .DownLoad .DownLoadLeft .reset img{width:14px;}
}

@media(max-width:768px){
    .DownLoad .DownLoadLeft{width:25%;}
    .DownLoad .DownLoadBox{width:72%;}
    .DownLoad .DownLoadBox .DownLoadList ul li{width:47.5%;padding:20px;}
}

@media(max-width:640px){
    .DownLoad .DownLoadLeft{width:100%;max-width:100%;}
    .DownLoad .DownLoadBox{width:100%;margin-top:20px;}
    .DownLoad .DownLoadLeft .box ul li{display: inline-block;margin-right:15px;margin-bottom:5px;}
}

/* 个人中心-个人信息 */
.PersonPage{background: url(../images/loginbg.jpg) repeat;}
.PersonPage .w1600{display: flex;flex-wrap: wrap;justify-content: space-between;}
.PersonPage .PersonPageLeft{width:18.75%;background: #fff;box-sizing: border-box;padding:0.6rem;}
.PersonPage .PersonPageLeft .PersonUser .img{width:1.2rem;height:1.2rem;border-radius: 50%;margin:0 auto;cursor:pointer}
.PersonPage .PersonPageLeft .PersonUser .name{text-align: center;margin-top:0.2rem;color:#333;}
.PersonPage .PersonPageLeft .PersonUser{padding-bottom:0.2rem;border-bottom:1px solid #eee;}
.PersonPage .PersonPageLeft .tit_name{margin-top:0.4rem;position: relative;font-size: 0.22rem;font-weight: normal;}
.PersonPage .PersonPageLeft .tit_name::before{content:'';display: block;width:0.08rem;height:0.25rem;background: #aacd06;border-radius: 0.02rem;position: absolute;left:-0.6rem;top:50%;transform: translateY(-50%);}
.PersonPage .PersonPageLeft .PersonNav ul li{margin-top:0.3rem;font-weight: lighter;}
.PersonPage .PersonPageLeft .PersonNav ul li a{color:#999;}
.PersonPage .PersonPageLeft .PersonNav ul li.on {font-weight: normal;}
.PersonPage .PersonPageLeft .PersonNav ul li.on a{border-bottom:2px solid #aacd06;font-weight: normal;color:#000;}
.PersonPage .PersonPageLeft .PersonNav ul li:hover a{border-bottom:2px solid #aacd06;font-weight: normal;color:#000;}

.PersonPage .PersonPageRight{width:80%;background: #fff;box-sizing: border-box;padding:0.4rem 0.5rem;padding-bottom:0.8rem;}
.PersonTit{font-size: 0.2rem;padding-bottom:0.1rem;border-bottom:1px solid #eee;margin-bottom:0.4rem;font-weight: normal;}

.PersonPage .Person_info{max-width:7.3rem;margin:0 auto;width:80%;}
.PersonPage .Person_info .inputbox{padding-left:1rem;padding-right:0.5rem;position: relative;margin-bottom:0.2rem;}
.PersonPage .Person_info .inputbox .name{position: absolute;left:0;top:0;line-height: 0.5rem;}
.PersonPage .Person_info .inputbox input{height:0.5rem;border-radius: 0.05rem;border:1px solid #eee;display: block;width:100%;box-sizing: border-box;padding:0 0.2rem;font-size: 0.16rem;}
.PersonPage .Person_info .inputbox .edit{position: absolute;right:0;top:0;line-height: 0.5rem;}
.PersonPage .Person_info .inputbox .edit a{color:#aacd06;}
.PersonPage .Person_info .personbtn{padding-top:0.1rem;}
.personbtn button{width:2rem;line-height: 0.5rem;border-radius: 5px;background: #aacd06;color:#fff;text-align: center;font-size: 0.16rem;}

.Person_Popup{position: fixed;width:100%;height:100%;background: rgba(0,0,0,0.4);top:0;left:0;z-index:999;display: none;}
.Person_Popup .PopupBox{width:92%;max-width:8.2rem;background: #fff;border-radius: 0.1rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);box-sizing: border-box;padding:0.6rem;background: #fff;}
.Person_Popup .PopupBox .close{width:0.4rem;height:0.4rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #aacd06;position: absolute;right:-0.2rem;top:-0.2rem;cursor: pointer;}
.Person_Popup .PopupBox .close img{width:0.2rem;}

.Form .Form_input{padding-left:1rem;position: relative;line-height: 0.5rem;margin-bottom:0.2rem;}
.Form .Form_input .name{position: absolute;left:0;top:0;width:0.9rem;text-align: right;}
.Form .Form_input input{display: block;width:100%;height:0.5rem;border-radius: 5px;border:1px solid #eee;box-sizing: border-box;padding:0 0.2rem;font-size: 0.16rem;}
.Form .Form_input i{color:red;position: absolute;right:-10px;top:0;}
.Form .Form_input_yzm{padding-right:1.6rem;}
.Form .Form_input_yzm .yzm_btn{width:1.5rem;height:100%;background: #aacd06;color:#fff;border-radius: 5px;overflow: hidden;text-align: center;position: absolute;right:0;top:0;}
.Form .Form_input_yzm .yzm_btn a{display: block;background: #aacd06;color:#fff;}
.Form .Form_btn{margin-top:0.3rem;}
.Form .Form_btn button{width:2rem;line-height: 0.5rem;border-radius: 5px;background: #aacd06;color:#fff;text-align: center;font-size: 0.16rem;}
.Form .Form_input select{height:0.5rem;border-radius: 5px;border:1px solid #eee;display: block;width:100%;box-sizing: border-box;padding:0;font-size: 0.16rem;background: url(../images/arr.png) no-repeat center right 0.2rem;background-size: 0.11rem;margin-left:5px;}
.Form .Form_input .select{display: flex;margin-left:-5px;}

@media(max-width:1024px){
    .PersonPage .PersonPageLeft{padding:30px;}
    .PersonPage .PersonPageLeft .PersonUser .img{width:80px;height:80px;}
    .PersonPage .PersonPageLeft .tit_name::before{left:-0.3rem;}
    .PersonPage .PersonPageLeft .tit_name{font-size: 18px;font-weight: bold;}
    .PersonTit{font-size: 18px;font-weight: bold;}
    .PersonPage .Person_info .inputbox input{height:38px;font-size: 14px;padding:0 15px;}
    .PersonPage .Person_info .inputbox .name{line-height: 38px;}
    .PersonPage .Person_info .inputbox .edit{line-height: 38px;}
    .personbtn button{width:120px;line-height: 38px;font-size: 14px;}
    .Form .Form_input input{height:38px;font-size: 14px;}
    .Form .Form_input{line-height: 38px;}
    .Form .Form_btn button{width:120px;line-height: 38px;font-size: 14px;}
    .Form .Form_input select{height:38px;font-size: 14px;}
}

@media(max-width:768px){
    .PersonPage .PersonPageLeft{width:100%;}
    .PersonPage .PersonPageRight{width:100%;margin-top:20px;}
    .PersonPage .PersonPageLeft .PersonNav{margin-top:10px;}
    .PersonPage .PersonPageLeft .PersonNav ul{display: flex;flex-wrap: wrap;}
    .PersonPage .PersonPageLeft .PersonNav ul li{margin-top:10px;width:20%;text-align: center;}
    .PersonPage .PersonPageLeft .tit_name{display: none;}
    
}

@media(max-width:640px){
    .PersonPage .PersonPageLeft{padding:20px;}
    .PersonPage .PersonPageLeft .PersonUser .img{width:50px;height:50px;}
    .PersonPage .PersonPageLeft .PersonNav ul li{width:33.33%;}
    .PersonPage .PersonPageRight{padding:20px;}
    .PersonPage .Person_info{width:100%;}
    .PersonPage .Person_info .inputbox{padding-left:75px;padding-right:40px;}
    .PersonTit{font-size: 16px;}
    .PersonPage .Person_info .inputbox input{height:32px;}
    .PersonPage .Person_info .inputbox .name{line-height: 32px;}
    .PersonPage .Person_info .inputbox .edit{line-height: 32px;}
    .personbtn button{width:100px;line-height: 32px;}
    .Person_Popup .PopupBox{padding:20px;}
    .Person_Popup .PopupBox .close{width:26px;height:26px;top:-12px;right:-12px;}
    .Person_Popup .PopupBox .close img{width:15px;}
    .Form .Form_input{padding-left:75px;line-height: 32px;}
    .Form .Form_input .name{width:70px;}
    .Form .Form_input input{height:32px;}
    .Form .Form_btn button{width:100px;line-height: 32px;}
    .Form .Form_input select{height:32px;background-position:center right 3px;background-size: 7px;font-size: 13px;}
}

/* 个人中心-收货地址 */
.PersonPage_address .PersonPageRight .PersonTit{display: flex;justify-content: space-between;}
.PersonPage_address .PersonPageRight .PersonTit a{color:#aacd06;font-weight: normal;font-size: 0.16rem;}
.PersonPage_address .addressList{display: flex;flex-wrap: wrap;margin-left:-3%;}
.PersonPage_address .addressList .item{width:47%;margin-left:3%;margin-bottom:3%;box-sizing: border-box;border:1px solid #eee;padding:0.4rem;position: relative;}
.PersonPage_address .addressList .item .tag{position: absolute;right:0;top:0;cursor: pointer;}
.PersonPage_address .addressList .item .tag span{display: block;line-height: 0.3rem;border-radius: 0 0 0 0.15rem;background: #eee;font-weight: lighter;color:#333;padding:0 0.15rem;font-size: 0.14rem;}
.PersonPage_address .addressList .item .tag span.s2{display: none;background: #aacd06;color:#fff;}
.PersonPage_address .addressList .item .tit{margin-bottom:0.15rem;font-weight: normal;}
.PersonPage_address .addressList .item .tit span{display: inline-block;margin-left:0.2rem;}
.PersonPage_address .addressList .item  dl dd{font-weight: lighter;margin-bottom:0.08rem;display: flex;}
.PersonPage_address .addressList .item  dl dd .name{color:#999;white-space: nowrap;width:0.8rem;}
.PersonPage_address .addressList .item .btn{padding-top:0.2rem;margin-top:0.2rem;border-top:1px solid #eee;display: flex;align-items: center;}
.PersonPage_address .addressList .item .btn a{display: flex;font-weight: lighter;align-items: center;}
.PersonPage_address .addressList .item .btn a:not(:last-child){margin-right:0.3rem;}
.PersonPage_address .addressList .item .btn  a img{width:0.16rem;display: block;margin-right:0.1rem;}
.PersonPage_address .addressList .item .tag.on span.s2{display: block; cursor:none}
.PersonPage_address .addressList .item .tag.on span.s1{display: none;}

@media(max-width:1024px){
    .PersonPage_address .addressList .item{padding:22px 20px;}
    .PersonPage_address .addressList .item .tag span{line-height: 28px;padding:0 10px;font-size: 12px;}
    .PersonPage_address .addressList .item dl dd .name{width:70px;}
    .PersonPage_address .addressList .item .btn a img{width:14px;}
    .PersonPage_address .PersonPageRight .PersonTit a{font-size: 14px;}
}


@media(max-width:640px){
    .PersonPage_address .addressList .item{width:97%;}
    .PersonPage_address .addressList .item dl dd{font-size: 13px;}
    .PersonPage_address .addressList .item .btn{font-size: 13px;}

}

/* 个人中心-我的订单 */
.PersonTit ul{display: flex;}
.PersonTit ul li{margin-right:0.6rem;position: relative;font-weight: lighter;}
.PersonTit ul li a{color:#000;font-size: 0.2rem;}
.PersonTit ul li::before{content:'';display: block;width:100%;height:2px;background: #aacd06;position: absolute;bottom:-0.11rem;left:0;transition: all .5s;transform: rotateY(90deg);opacity: 0;}
.PersonTit ul li.on::before{transform: rotateY(0);opacity: 1;}
.PersonTit ul li.on{font-weight: normal;}
.PersonTit ul li:hover::before{transform: rotateY(0);opacity: 1;}
.PersonTit ul li:hover{font-weight: normal;}

@media(max-width:1024px){
    .PersonTit ul li{margin-right:30px;}
    .PersonTit ul li a{font-size: 18px;}
    .PersonTit ul li.on a{font-weight: bold;}
}

@media(max-width:640px){
    .PersonTit ul li{margin-right:15px;display: inline-block;}
    .PersonTit ul li:last-child{margin-right:0;}
    .PersonTit ul li a{font-size: 16px;}
    .PersonTit ul.scroll li a{font-size: 15px;}
}

.OrderList .item{margin-bottom:0.2rem;border:1px solid #eee;}
.OrderList .item .tag{background: #f9f9f9;border-bottom:1px solid #eee;}
.OrderList .item .tag dl{display: flex;flex-wrap: wrap;padding:0 0.3rem;}
.OrderList .item .tag dl dd{line-height: 0.58rem;font-weight: lighter;box-sizing: border-box;padding:0 0.1rem;}
.OrderList .item .tag dl dd:nth-child(1){width:20%;}
.OrderList .item .tag dl dd:nth-child(2){width:20%;}
.OrderList .item .tag dl dd:nth-child(3){width:40%;}
.OrderList .item .tag dl dd:nth-child(4){width:20%;text-align: right;}
.OrderList .item .tag dl dd:nth-child(4) .color{color:#aacd06;}
.OrderList .item .itembox{display: flex;align-items: center;flex-wrap: wrap;}
.OrderList .item .itembox .box_left{width:80%;display: flex;border-right: 1px solid #eee;align-items: center;flex-wrap: wrap;}
.OrderList .item .itembox .box_left ul{width:80%;border-right:1px solid #eee;box-sizing: border-box;padding:0.2rem 0;}
.OrderList .item .itembox .box_left ul li{display: flex;padding:0 0.4rem;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.OrderList .item .itembox .box_left ul li .order_name{width:70%;display: flex;justify-content: space-between;padding:0.2rem 0;align-items: center;flex-wrap: wrap;}
.OrderList .item .itembox .box_left ul li .order_num{width:28%;display: flex;justify-content: space-between;}
.OrderList .item .itembox .box_left ul li .order_name .img{width:40%;padding-top:1rem;}
.OrderList .item .itembox .box_left ul li .order_name .img img{object-fit: contain;}
.OrderList .item .itembox .box_left ul li .order_name .txt{width:60%;box-sizing: border-box;padding:0 0.3rem;}
.OrderList .item .itembox .box_left ul li .order_name .txt .type{font-weight: lighter;}
.OrderList .item .itembox .box_right{width:20%;display: flex;align-items: center;justify-content: center;}
.OrderList .item .itembox .box_left .all_price{width:20%;text-align: center;font-size: 0.2rem;color:#aacd06;}
.OrderList .item .itembox .box_left .all_price span{display: none;}
.OrderList .item .itembox .box_right .box_btn{}
.OrderList .item .itembox .box_right .box_btn a{display: block;margin:0.1rem auto;width:1.4rem;line-height: 0.4rem;border-radius: 0.4rem;border:1px solid #eee;text-align: center;}
.OrderList .item .itembox .box_right .box_btn a:hover{color:#fff;background: #aacd06;border:1px solid #aacd06;}
.OrderList .item .itembox .box_right .box_btn a.Pay{color:#fff;background: #aacd06;border:1px solid #aacd06;}
.OrderList .item .itembox .box_right .box_btn a.Pay span{display: inline-block;margin-right:5px;}

@media(max-width:1024px){
    .OrderList .item .tag dl{padding:0;}
    .OrderList .item .tag{padding:10px 20px;}
    .OrderList .item .tag dl dd{width:50% !important;line-height: 28px;padding:3px 0;}
    .OrderList .item .tag dl dd:nth-child(4){text-align: left;}
    .OrderList .item .itembox .box_left{width:100%;}
    .OrderList .item .itembox .box_right{width:100%;border-top:1px solid #eee;}
    .OrderList .item .itembox .box_right .box_btn a{margin:10px 10px;width:120px;line-height: 32px;border-radius: 32px;}
    .OrderList .item .itembox .box_right .box_btn{width:100%;display: flex;justify-content: flex-end;padding:10px 10px;}
    .OrderList .item .itembox .box_left ul li .order_name{padding:10px 0;}
    .OrderList .item .itembox .box_left ul li .order_name .img{padding-top:90px;}
}


@media(max-width:640px){
    .OrderList .item .tag dl dd{width:100% !important;}
    .OrderList .item .itembox .box_left{border-right:none;}
    .OrderList .item .itembox .box_left ul{width:100%;border-right:none;}
    .OrderList .item .itembox .box_left .all_price{width:100%;text-align: right;padding:10px 20px;font-size: 18px;font-weight: bold;border-top:1px solid #eee;}
    .OrderList .item .itembox .box_left ul li{padding:10px 10px 10px 20px;}
    .OrderList .item .itembox .box_left ul li:not(:last-child){border-bottom:1px solid #eee;}
    .OrderList .item .itembox .box_left ul li .order_name{width:100%;padding:0;}
    .OrderList .item .itembox .box_left ul li .order_num{width:100%;justify-content: flex-end;padding-right:0;}
    .OrderList .item .itembox .box_left ul li .order_name .txt{padding-right:0;padding-left:10px;}
    .OrderList .item .itembox .box_left ul li .order_name .img{width:35%;}
    .OrderList .item .itembox .box_left ul li .order_num .price{margin-right:30px;}
    .OrderList .item .itembox .box_right .box_btn a{margin:3px;width:auto;line-height: 30px;padding:0 10px;}
    .OrderList .item .itembox .box_left .all_price span{display: inline-block;color:#000;font-size: 14px;}
}

/* 订单详情 */
.OrderInfo .Order_info_part1:first-child{padding-top:0;}
.OrderInfo .Order_info_part1{padding:0.3rem 0;border-bottom:1px solid #eee;}
.OrderInfo .Order_info_part .Order_info_tit{margin-bottom:0.15rem;}
.OrderInfo .Order_info_part1 .con{font-weight: lighter;}
.OrderInfo .Order_info_part1 .con dl dd{margin-top:0.08rem;}
.OrderInfo .Order_info_part1 .con dl dd .color{color:#aacd06;}
.OrderInfo .Order_info_part3{padding-top:0.3rem;}
.OrderInfo .Order_info_part3 .orderInfoList{border:1px solid #eee;}
.OrderInfo .Order_info_part3 .orderInfoList .item{display: flex;flex-wrap: wrap;align-items: center;}
.OrderInfo .Order_info_part3 .orderInfoList .item .box{width:50%;box-sizing: border-box;text-align: center;box-sizing: border-box;padding:0 0.3rem;}
.OrderInfo .Order_info_part3 .orderInfoList .item .box:nth-child(2){width:15%;font-weight: lighter;}
.OrderInfo .Order_info_part3 .orderInfoList .item .box:nth-child(3){width:15%;font-weight: lighter;}
.OrderInfo .Order_info_part3 .orderInfoList .item .box:nth-child(4){width:20%;}
.OrderInfo .Order_info_part3 .orderInfoList .item .box:nth-child(4) i{display: none;}
.OrderInfo .Order_info_part3 .orderInfoList .itemTit{background: #f9f9f9;line-height: 0.6rem;font-weight: lighter;}
.OrderInfo .Order_info_part3 .orderInfoList .itemBox .box:nth-child(1){display: flex;justify-content: space-between;align-items: center;padding:0.3rem 0;}
.OrderInfo .Order_info_part3 .orderInfoList .itemBox .img{width:40%;padding-top:1rem;}
.OrderInfo .Order_info_part3 .orderInfoList .itemBox .img img{object-fit: contain;}
.OrderInfo .Order_info_part3 .orderInfoList .itemBox .txt{width:60%;box-sizing: border-box;padding:0 0.2rem;}
.OrderInfo .Order_info_part3 .orderInfoList .itemBox .txt .type{font-weight: lighter;}
.OrderInfo .Order_info_part3 .orderInfoList .itemBox .box .all_price{font-size: 0.2rem;color:#aacd06;font-weight: bold;}
.OrderInfo .Order_info_part3 .orderInfoList .itemBox:not(:last-child){border-bottom:1px solid #eee;}
.OrderInfo .Order_info_part3 .orderInfoList .itemBox .box:nth-child(3){border-left:1px solid #eee;border-right:1px solid #eee;min-height:1.6rem;display: flex;align-items: center;justify-content: center;}
.OrderInfo .Order_info_part3 .orderInfoPrice{margin-top:0.8rem;font-weight: lighter;text-align: right;}
.OrderInfo .Order_info_part3 .orderInfoPrice span{display: inline-block;margin-right:0.1rem;}
.OrderInfo .Order_info_part3 .orderInfoPrice strong{font-size: 0.2rem;color:#aacd06;}
.OrderInfo .Order_info_part3 .orderInfoPrice em{display: inline-block;min-width:1.2rem;}

@media(max-width:1024px){
    .OrderInfo .Order_info_part3 .orderInfoList .itemBox .img{padding-top:70px;}
    .OrderInfo .Order_info_part3 .orderInfoPrice{margin-top:30px;}
    .OrderInfo .Order_info_part3 .orderInfoList .itemBox .box .all_price{font-size: 18px;}
    .OrderInfo .Order_info_part3 .orderInfoPrice strong{font-size: 18px;}
}

@media(max-width:640px){
    .OrderInfo .Order_info_part3 .orderInfoList .item .box:nth-child(4) i{display: inline-block;}
    .OrderInfo .Order_info_part3 .orderInfoList .itemTit{display: none;}
    .OrderInfo .Order_info_part3 .orderInfoList .item .box{width:100%;}
    .OrderInfo .Order_info_part3 .orderInfoList .item .box:nth-child(3){border:none;}
    .OrderInfo .Order_info_part3 .orderInfoList .item .box:nth-child(2){width:25%;}
    .OrderInfo .Order_info_part3 .orderInfoList .item .box:nth-child(3){width:25%;min-height:50px;}
    .OrderInfo .Order_info_part3 .orderInfoList .item .box:nth-child(4){width:50%;}
    .OrderInfo .Order_info_part3 .orderInfoList .itemBox .box .all_price{font-size: 16px;}
}

/* 购物车 */
.choose_item{display: flex;align-items: center;cursor: pointer;}
.checkAll input{margin-right:0.1rem;cursor: pointer;}
.choose_item input{width:0.18rem;height:0.18rem;appearance: none;background: url(../images/check_1.png) no-repeat center center;background-size: contain;cursor: pointer;}
.choose_item input:checked{background: url(../images/checked.png) no-repeat center center;background-size: contain;}
.ShopCart .item{display: flex;flex-wrap: wrap;align-items: center;}
.ShopCart .item.itemTit{background: #f9f9f9;border:1px solid #eee;line-height: 0.6rem;}
.ShopCart .item .box{box-sizing: border-box;padding:0 0.2rem;text-align: center;}
.ShopCart .item .box:nth-child(1){width:10%;}
.ShopCart .item .box:nth-child(2){width:45%;}
.ShopCart .item .box:nth-child(3){width:15%;}
.ShopCart .item .box:nth-child(4){width:15%;}
.ShopCart .item .box:nth-child(5){width:15%;}
.ShopCart .item{border-bottom:1px solid #eee;}
.ShopCart .item .shopbox{display: flex;padding:0.3rem 0;align-items: center;}
.ShopCart .item .shopbox .img{width:40%;padding-top:1rem;}
.ShopCart .item .shopbox .img img{object-fit: contain;}
.ShopCart .item .shopbox .txt{width:60%;text-align: left;padding:0 0.1rem;}
.ShopCart .item .shopbox .txt .type{font-weight: lighter;}
.ShopCart .item .price{font-size: 0.2rem;font-weight: bold;color:#aacd06;}
.ShopCart .item .num{display: flex;justify-content: center;width:1.2rem;line-height: 0.28rem;background: #f5f5f5;border-radius: 5px;padding: 0.08rem 0;}
.ShopCart .item .num>div{width:0.32rem;cursor: pointer;}
.ShopCart .item .num input{width:0.56rem;text-align: center;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}

.ShopOther{display: flex;justify-content: space-between;margin-top:0.6rem;align-items: center;padding:0 0.2rem;}
.ShopOther .ShopOther_left{display: flex;}
.ShopOther .ShopOther_left .delate_btn{margin-left:0.5rem;}
.ShopOther .ShopOther_right {display: flex;flex-wrap: wrap;align-items: center;}
.ShopOther .ShopOther_right strong{font-size: 0.24rem;color:#aacd06;font-weight: bold;}
.ShopOther .ShopOther_right .paybtn{display: inline-block;width:1.4rem;line-height: 0.4rem;border-radius: 0.4rem;background: #aacd06;color:#fff;text-align: center;margin-left:0.3rem;}

@media(max-width:1024px){
    .ShopCart .item .box{padding:0 10px;}
    .choose_item input{width:14px;height:14px;}
    .ShopCart .item .box:nth-child(1){width:12%;}
    .ShopCart .item .box:nth-child(2){width:43%;}
    .ShopCart .item .shopbox .img{padding-top:70px;}
    .ShopCart .item .shopbox{padding:15px 10px;}
    .ShopCart .item .num{width:90px;line-height: 22px;padding:5px 0;}
    .ShopCart .item .num>div{width:25px;}
    .ShopCart .item .num input{width:40px;}
    .ShopCart .item .price{font-size: 18px;}
    .ShopOther .ShopOther_right strong{font-size: 18px;}
    .ShopOther .ShopOther_right .paybtn{width:100px;line-height: 30px;border-radius: 30px;margin-left:10px;}
    .ShopOther{padding:0 10px;margin-top:30px;}
}

@media(max-width:640px){
    .ShopCart .item.itemTit{display: none;}
    .ShopCart .item {padding-bottom:15px;}
    .ShopCart .item .box:nth-child(2){width:88%;}
    .ShopCart .item .box:nth-child(3){width:40%;box-sizing: border-box;margin-left:12%;}
    .ShopCart .item .box:nth-child(4){width:32%;}
    .ShopCart .item .box:nth-child(5){width:16%;text-align: right;}
    .ShopOther{flex-wrap: wrap;}
    .ShopOther .ShopOther_left{width:100%;}
    .ShopOther .ShopOther_right{width:100%;}
    .ShopOther .ShopOther_right .paybtn{display: block;margin:20px auto;}
    .ShopCart .item .price{font-size: 16px;}
}

/* 订单提交 */
.Submin_order_part1 .select_address{margin-left:-3%;display: flex;flex-wrap: wrap;}
.Submin_order_part1 .select_address .item{width:47%;margin-left:3%;margin-bottom:3%;box-sizing: border-box;border:1px solid #eee;padding:0.3rem;display: flex;align-items: flex-start;justify-content: space-between;}
.Submin_order_part1 .select_address .item .txt{width:calc(100% - 0.4rem);font-weight: lighter;}
.Submin_order_part1 .select_address .item .choose_item{margin-top:0.06rem;}
.Submin_order_part1 .select_address .item .txt .tit span{margin-right:0.3rem;}
.Submin_order_part1 .select_address .item .txt .text{color:#999;margin:0.1rem 0 0.1rem 0;}
.Submin_order_part1 .select_address .item .txt .edit{display:flex;align-items: center;}
.Submin_order_part1 .select_address .item .txt .edit img{width:0.17rem;margin-right:0.08rem;}


.Submin_order_part3 .Pay_type{border-bottom:1px solid #eee;padding-bottom:0.5rem;}
.Submin_order_part3 .Pay_type ul{display: flex;flex-wrap: wrap;}
.Submin_order_part3 .Pay_type ul li{min-width:1.8rem;line-height: 0.6rem;border-radius: 5px;border:1px solid #999999;margin-right:0.3rem;margin-bottom:0.15rem;}
.Submin_order_part3 .Pay_type ul li a{display: flex;align-items: center;justify-content: center;width:100%;height:100%;color:#000;}
.Submin_order_part3 .Pay_type ul li .icon{width:0.3rem;margin-right:0.1rem;}
.Submin_order_part3 .Pay_type ul li.on{border:1px solid #aacd06;background: url(../images/checkon.png) no-repeat bottom right;}
.Submin_order_part3 .paybtn{text-align: right;margin-top:0.3rem;}
.Submin_order_part3 .paybtn a{display: inline-block;width:1.4rem;line-height: 0.4rem;border-radius: 0.4rem;border:1px solid #ccc;text-align: center;margin-left:0.2rem;}
.Submin_order_part3 .paybtn a.sure_btn{border:1px solid #aacd06;background: #aacd06;color:#fff;}

@media(max-width:1024px){
    .Submin_order_part1 .select_address .item{padding:20px;}
    .Submin_order_part1 .select_address .item .txt{width:calc(100% - 30px);}
    .Submin_order_part3 .paybtn a{width:100px;line-height: 30px;}
    .Submin_order_part3 .Pay_type ul li{min-width:140px;line-height: 40px;}
    .Submin_order_part3 .Pay_type ul li .icon{width:22px;}
    .Submin_order_part1 .select_address .item .txt .edit img{width:14px;margin-right:8px;}
}

@media(max-width:640px){
    .Submin_order_part3 .Pay_type ul li{min-width:120px;line-height: 32px;}
    .Submin_order_part1 .select_address .item{width:97%;padding:15px;}
    .Submin_order_part1 .select_address .item .choose_item{margin-top:6px;}
}


/* 支付成功 */
.Pay_states{display: flex;align-items: center;justify-content: center;}
.Pay_states .Pay_statesBox{padding:0.3rem;text-align: center;}
.Pay_states .Pay_statesBox .icon{width:2.2rem;margin:0 auto;}
.Pay_states .Pay_statesBox .text{font-size: 0.22rem;margin:0.2rem 0 0.3rem 0;}
.Pay_states .Pay_statesBox .common_more{background: #aacd06;margin:0 auto;}



/* 车型 */
.pro_search{border:1px solid #eee;width:2.4rem;position: relative;box-sizing: border-box;padding-right:0.5rem;}
.pro_search input{height:0.5rem;width:100%;box-sizing: border-box;padding:0 0.2rem;}
.pro_search button{width:0.5rem;height:100%;background: url(../images/top_search.png) no-repeat center center;position: absolute;right:0;top:0;}

.Product .ProductLeft{width:3.5rem;box-sizing: border-box;padding:0 0.6rem;background: url(../images/leftbg.png)repeat-y right center;position: sticky;top:0.7rem;height:calc(100vh - 0.7rem);overflow: auto;}
.Product .ProductLeft .filtertit{display: flex;align-items: center;justify-content: space-between;padding:0.1rem 0;border-bottom:1px solid #cccccc;}
.Product .ProductLeft .filtertit .tit{display: flex;align-items: center; cursor:pointer}
.Product .ProductLeft .filtertit .tit img{display: inline-block;height:0.15rem;margin-left:0.08rem;}
.Product .ProductLeft .filtertit .reset img{width:0.15rem;margin-right:0.08rem;}
.Product .ProductLeft .filtertit .reset{display: flex;align-items: center;}
.Product .ProductLeft .filter_box .item{border-bottom:1px solid #ccc;}
.Product .ProductLeft .filter_box .item .itemtit{position: relative;padding:0.3rem 0;}
    .Product .ProductLeft .filter_box .item .itemtit b {
        display: block;
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/jia.png);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
.Product .ProductLeft .filter_box .item .itembox{padding-bottom:0.3rem;display: none;}
.Product .ProductLeft .filter_box .item .itembox dl dd{margin-bottom:0.2rem;font-weight: lighter;padding-right:0.3rem;position: relative;}
.Product .ProductLeft .filter_box .item .itembox dl dd i{width:0.18rem;height:0.18rem;background-position: center;background-repeat: no-repeat;background-size: contain;background-image: url(../images/check_1.png);position: absolute;right:0;top:50%;transform: translateY(-50%);}
.Product .ProductLeft .filter_box .item .itembox dl dd.on i{background-image: url(../images/checked.png);}
.Product .ProductLeft .filter_box .item .itemtit.on b{background-image: url(../images/jian.png);}
.Product .ProductLeft .filter_box .item .itemtit.on span{border-bottom:2px solid #aacd06}
.Product .ProductLeft .filtertit .btn .close{display: none;}
.Product .ProductLeft .filtertit .btn{display: flex;}

.Product .ProductBox{width:calc(100% - 4.3rem);box-sizing: border-box;padding-right:1.6rem;}
.Product .ProductList{display: flex;flex-wrap: wrap;margin-left:-4%;}
.Product .ProductList .item{width:29.33%;margin-left:4%;margin-bottom:4%;box-sizing: border-box;border:1px solid #eee;padding:0.45rem;transition: all .5s;}
.Product .ProductList .item .img{padding-top:2.4rem;}
.Product .ProductList .item .img img{object-fit: contain;}
.Product .ProductList .item .hd{padding:0.15rem 0;}
.choose_color li{display: inline-block;padding:0.05rem;border-radius: 50%;border:1px solid #c4c4c4;line-height: 1;margin-right:0.1rem;}
.choose_color li img{width:0.2rem;height:0.2rem;border-radius: 50%;overflow: hidden;}
.choose_color li.on{border:1px solid #000;}
.Product .ProductList .item .txt .tit{font-size: 0.28rem;}
.Product .ProductList .item .txt .text{color:#000;}
.Product .ProductList .item:hover{border:1px solid #aacd06;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.Product .ProductList .item:hover .img span{transform: scale(0.9);}

@media(max-width:1024px){
    .pro_search input{height:32px;}
    .Product .ProductLeft{width:240px;padding:0 20px;}
    .Product .ProductBox{width:calc(100% - 260px);padding-right:20px;}
    .Product .ProductLeft .filter_box .item .itemtit{padding:15px 0;}
    .Product .ProductLeft .filter_box .item .itembox dl dd i{width:14px;height:14px;}
    .Product .ProductLeft .filter_box .item .itembox dl dd{margin-bottom:10px;}
    .Product .ProductLeft .filter_box .item .itembox{padding-bottom:20px;}
    .Product .ProductLeft .filtertit .tit img{height:14px;}
    .Product .ProductLeft .filtertit .reset img{width:14px;}
    .Product .ProductList .item{padding:25px;}
    .Product .ProductList .item .img{padding-top:1.6rem;}
    .choose_color li{padding:3px;}
    .choose_color li img{width:16px;height:16px;}
    .Product .ProductList .item .txt .tit{font-size: 16px;font-weight: bold;}
}


@media(max-width:768px){
    .Product .ProductList .item{width:46%;}
}


@media(max-width:640px){
    .pro_search{width:100%;margin-top:15px;}
    .Product{padding-top:20px;}
    .Product .ProductLeft{width:100%;top:50px;background-color: #fff;z-index:99;height:auto;overflow: visible;}
    .Product .ProductList .item{padding:12px;}
    .Product .ProductLeft .filter_box{display: none;position: absolute;width:100%;top:100%;left:0;z-index:9;max-height:80vh;overflow: auto;padding:0 20px;background: #fff;}
    .Product .ProductBox{width:100%;padding:0 15px;margin-top:20px;}
    .choose_color li {padding:0;}
    .choose_color li a{display: flex;align-items: center;justify-content: center;width:18px;height:18px;box-sizing: border-box;padding:0;}
    .choose_color li img{width:12px;height:12px;}
    .Product .ProductList .item .img{padding-top:70%;}
    .Product .ProductLeft .filtertit .btn .close{margin-left:20px;color:#000;}
    
}

/* 车型详情 */
.ProductBase{padding:0 1.6rem 0 0.3rem;display: flex;justify-content: space-between;flex-wrap: wrap;padding-top:0.3rem;}
.ProductBase .ProductBaseImg{width:62.4%;border-radius: 0.1rem;background: #f6f6f6;padding:0.8rem 0.3rem 0.4rem 0.3rem;position: relative;box-sizing: border-box;}
.ProductBase .ProductBaseImg .goback{position: absolute;left:0.2rem;top:0.2rem;}
.ProductBase .ProductBaseImg .goback a{display: block;line-height: 0.3rem;padding:0 0.1rem;border-radius: 0.3rem;color:#999;border:1px solid #ccc;font-size: 0.14rem;}
.ProductBase .ProductBaseImg .goback a:hover{background: #aacd06;border:1px solid #aacd06;color:#fff;}
.ProductBase .ProductBaseImg .item .img{padding-top:5.8rem;}
.ProductBase .ProductBaseImg .item .img img{object-fit: contain;}
.ProductBase .ProductBaseImg .slider{padding:0 0.9rem;}
.ProductBase .ProductBaseImg .slider .slick-dots{text-align: center;margin-top:0.2rem;}
.ProductBase .ProductBaseImg .slider .slick-dots li{display: inline-block;width:0.3rem;height:0.04rem;background: #ddd;margin:0 5px;cursor: pointer;}
.ProductBase .ProductBaseImg .slider .slick-dots li button{display: none;}
.ProductBase .ProductBaseImg .slider .slick-dots li.slick-active{background: #aacd06;}

.ProductBase .ProductBaseTxt{width:30.6%;}
.ProductBase .ProductBaseTxt .tit{font-size: 0.4rem;font-weight: bold;}
.ProductBase .ProductBaseTxt .price{font-size: 0.2rem;}
.ProductBase .ProductBaseTxt .text{font-size: 0.14rem;color:#999;font-style: italic;}
.ProductBase .ProductBaseTxt .tag{padding:0.22rem 0.3rem;font-weight: lighter;border-radius: 0.1rem;background: #f6f6f6;margin:0.25rem 0;}
.ProductBase .ProductBaseTxt .name_tit{margin-bottom:0.2rem;}
.ProductBase .ProductBaseTxt .Box_color{margin-bottom:0.25rem;}
.ProductBase .ProductBaseTxt .choose_size ul{display: flex;flex-wrap: wrap;margin-left:-4%;}
.ProductBase .ProductBaseTxt .choose_size ul li{width:29.33%;margin-left:4%;margin-bottom:2%;box-sizing: border-box;border:1px solid #eee;}
.ProductBase .ProductBaseTxt .choose_size ul li a{display: block;text-align: center;line-height: 0.4rem;}
.ProductBase .ProductBaseTxt .choose_size ul li.on{border:1px solid #aacd06;}
.ProductBase .ProductBaseTxt .choose_size ul li.on a{color:#000;}
.ProductBase .ProductBaseTxt .choose_size ul li.on_no{background: #eee;}
.ProductBase .ProductBaseTxt .choose_size ul li.on_no a{cursor: no-drop;color:#000;}
.ProductBase .ProductBaseTxt .size_btn{margin-top:0.2rem;display: flex;align-items: center;}
.ProductBase .ProductBaseTxt .size_btn a{text-decoration: underline;}
.ProductBase .ProductBaseTxt .size_btn img{width:0.3rem;display: block;margin-left:0.1rem;cursor: pointer;}
.ProductBase .ProductBaseTxt .file_down{margin-top: .2rem;}
.ProductBase .ProductBaseTxt .file_down a{display:flex;align-items: center;}
.ProductBase .ProductBaseTxt .file_down img{display: block;width:0.15rem;margin-left:0.1rem;}
.ProductBase .ProductBaseTxt .shopcart_btn{margin-top:0.2rem;}
.ProductBase .ProductBaseTxt .shopcart_btn a{display: block;width:2.5rem;line-height: 0.5rem;border-radius: 0.5rem;background: #aacd06;color:#fff;text-align: center;}

@media(max-width:1024px){
    .ProductBase{padding:20px 20px 0 20px;}
    .ProductBase .ProductBaseTxt .tit{font-size: 18px;}
    .ProductBase .ProductBaseTxt .price{font-size: 14px;}
    .ProductBase .ProductBaseTxt .text{font-size: 12px;line-height: 1.5;}
    .ProductBase .ProductBaseTxt .tag{margin:15px 0;padding:15px;}
    .ProductBase .ProductBaseTxt .name_tit{margin-bottom:10px;}
    .ProductBase .ProductBaseTxt .choose_size ul li a{line-height: 30px;}
    .ProductBase .ProductBaseTxt .size_btn img{width:24px;}
    .ProductBase .ProductBaseTxt .file_down img{width:14px;}
    .ProductBase .ProductBaseTxt .shopcart_btn a{width:160px;line-height: 36px;border-radius: 36px;}
    .ProductBase .ProductBaseImg .slider{padding:0 50px;}
    .ProductBase .ProductBaseImg{padding:50px 10px 20px 10px;}
    .ProductBase .ProductBaseImg .item .img{padding-top:4.4rem;}
    .ProductBase .ProductBaseImg .goback a{font-size: 13px;line-height: 26px;padding:0 8px;}
}

@media(max-width:640px){
    .ProductBase .ProductBaseImg{width:100%;}
    .ProductBase .ProductBaseTxt{width:100%;margin-top:20px;}
    .ProductBase .ProductBaseTxt .shopcart_btn a{width:120px;line-height: 30px;}
}

.Popup_size .PopupBox{max-width:11rem;padding:0.55rem;box-sizing: border-box;}
.Popup_size .PopupBox .tit{font-size: 0.3rem;text-align: center;margin-bottom:0.2rem;}
.Popup_size .PopupBox .sizeBox{max-height:80vh;overflow: auto;}
.Popup_size .PopupBox .sizeBox table{width:100%;border:none;text-align: center;}
.Popup_size .PopupBox .sizeBox table th,
.Popup_size .PopupBox .sizeBox table td{padding:0.1rem;}
.Popup_size .PopupBox .sizeBox table th{background: #f6f6f6;}
.Popup_size .PopupBox .sizeBox table td{border-bottom:1px solid #eee;line-height: 1.4;}

@media(max-width:640px){
    .Popup_size .PopupBox{padding:30px 20px 20px;}
    .Popup_size .PopupBox .tit{font-size: 18px;font-weight: bold;}
    .Popup_size .PopupBox .sizeBox table th, .Popup_size .PopupBox .sizeBox table td{padding:8px 5px;}
    .Popup_size .PopupBox .sizeBox table td{font-size: 13px;}
}

.ProductDetail .ProInfoNav.fix{width:100%;top:0.7rem;left:0;z-index:998;position: fixed;background: #fff;}
.ProductDetail .ProInfoNav.fix ul li{font-size: 0.2rem;margin-right:0.4rem;}
.ProductDetail .ProInfoNav ul{display: flex;border-bottom:1px solid #eee;}
.ProductDetail .ProInfoNav ul li{font-size: 0.3rem;font-weight: lighter;margin-right:0.6rem;padding:0.1rem 0;position: relative;transition: all .5s;}
.ProductDetail .ProInfoNav ul li a{color:#999;}
.ProductDetail .ProInfoNav ul li.onli{font-weight: normal;}
.ProductDetail .ProInfoNav ul li.onli a{color:#000;}
.ProductDetail .ProInfoNav ul li::before{content:"";display: block;width:100%;height:2px;background: #aacd06;position: absolute;bottom:-1px;left:0;transition: all .5s;width:0;opacity: 0;}
.ProductDetail .ProInfoNav ul li.onli::before{width:100%;opacity: 1;}

.ProductDetail .ProductDetail_part{padding:0.8rem 0 0 0;}
.ProductDetail .ProductDetail_part .partTit{font-size: 0.48rem;margin-bottom:0.2rem;}

.ProductDetail .ProductDetail_part1 .partBox{display: flex;flex-wrap: wrap;margin-left:-2.5%;}
.ProductDetail .ProductDetail_part1 .partBox .item{width:47.5%;margin-left:2.5%;margin-bottom:2.5%;}
.ProductDetail .ProductDetail_part1 .partBox .item .img{padding-top:66%;border-radius: 0.1rem;}
.ProductDetail .ProductDetail_part1 .partBox .item .txt{margin-top:0.2rem;}
.ProductDetail .ProductDetail_part1 .partBox .item .txt .tit{font-size: 0.28rem;}
.ProductDetail .ProductDetail_part1 .partBox .item .txt .dec{font-weight: lighter;color:#666;}
.ProductDetail .ProductDetail_part1 .partBox .item:hover .img span{transform: scale(1.05);}

.ProductDetail .ProductDetail_part2 .partBox .item{padding:0.4rem 0;border-bottom:1px solid #eee;display: flex;flex-wrap: wrap;align-items: flex-start;}
.ProductDetail .ProductDetail_part2 .partBox .item .itemtit{width:16%;font-size: 0.24rem;}
.ProductDetail .ProductDetail_part2 .partBox .item .itemtit i{display: inline-block;width:15px;height:4px;background: #aacd06;margin-right:0.2rem;top:-0.08rem;position: relative;}

.ProductDetail .ProductDetail_part2 .partBox .item .itembox{width:84%;}
.ProductDetail .ProductDetail_part2 .partBox .item .itembox ul li:not(:last-child){margin-bottom:0.2rem;}
.ProductDetail .ProductDetail_part2 .partBox .item .itembox ul li .cn{font-size: 0.18rem;}
.ProductDetail .ProductDetail_part2 .partBox .item .itembox ul li .en{color:#555;font-weight: lighter;}

.ProductDetail .ProductDetail_part5{padding-bottom:0.8rem;}
.ProductDetail .ProductDetail_part5 .slick-list{margin-left:-0.8rem;padding:0 1.6rem;}
.ProductDetail .ProductDetail_part5 .item{margin-left:0.8rem;padding:0.3rem 0 0 0;border-bottom:1px solid #eee;opacity: 0.3;}
.ProductDetail .ProductDetail_part5 .item .img{height:2.8rem;line-height: 2.8rem;text-align: center;}
.ProductDetail .ProductDetail_part5 .item .img img{display: inline-block;max-height:2.8rem;transition: all .5s;}
.ProductDetail .ProductDetail_part5 .item:hover .img img{transform: scale(1.05);}
.ProductDetail .ProductDetail_part5 .item .txt{}
.ProductDetail .ProductDetail_part5 .item .txt{padding:0.3rem 0;}
.ProductDetail .ProductDetail_part5 .item .txt .tit{position: relative;font-size: 0.28rem;color:#000;}
.ProductDetail .ProductDetail_part5 .item .txt .price{color:#000;}
.ProductDetail .ProductDetail_part5 .item.slick-active{opacity: 1;}
.ProductDetail .ProductDetail_part5 .item.slick-active:hover .txt .tit{color:#aacd06;}

@media(min-width:1024px){
    .ProductDetail .ProductDetail_part5 .slick-arrow.slick-prev{left:0.7rem;}
    .ProductDetail .ProductDetail_part5 .slick-arrow.slick-next{right:0.7rem;}
}

@media(max-width:1024px){
    .ProductDetail .ProInfoNav.fix{top:50px;}
    .ProductDetail .ProInfoNav ul li{padding:8px 0;font-size: 15px;margin-right:30px;}
    .ProductDetail .ProductDetail_part{padding:30px 0 0 0;}
    .ProductDetail .ProductDetail_part .partTit{font-size: 20px;font-weight: bold;}
    .ProductDetail .ProductDetail_part1 .partBox .item .txt .tit{font-size: 16px;}
    .ProductDetail .ProductDetail_part2 .partBox .item .itemtit{font-size: 16px;font-weight: bold;}
    .ProductDetail .ProductDetail_part2 .partBox .item .itembox ul li .cn{font-size: 15px;}
    .ProductDetail .ProductDetail_part2 .partBox .item .itembox ul li .en{font-size: 13px;}
    .ProductDetail .ProductDetail_part2 .partBox .item{padding:20px 0;}
    .ProductDetail .ProductDetail_part5 .slick-list{padding:0 20px;}
    .ProductDetail .ProductDetail_part5 .item .img{height:1.8rem;line-height: 1.8rem;}
    .ProductDetail .ProductDetail_part5 .item .img img{max-height:1.8rem;}
    .ProductDetail .ProductDetail_part5 .item .txt .tit{font-size: 16px;}
    .ProductDetail .ProductDetail_part5 .item .txt{padding:15px 0;}
    .ProductDetail .ProductDetail_part5 .slick-arrow.slick-prev{left:10px;}
    .ProductDetail .ProductDetail_part5 .slick-arrow.slick-next{right:10px;}
    .ProductDetail .ProInfoNav.fix ul li{font-size: 15px;margin-right:30px;}
}


@media(max-width:640px){
    .ProductDetail .ProInfoNav ul{white-space: nowrap;display: block;overflow: auto;}
    .ProductDetail .ProInfoNav ul li{display: inline-block;margin:0 10px 0 10px;}
    .ProductDetail .ProInfoNav.fix ul li{margin:0 10px;}
    .ProductDetail .ProductDetail_part1 .partBox .item{width:97.5%;}
    .ProductDetail .ProductDetail_part2 .partBox .item .itemtit{width:100%;}
    .ProductDetail .ProductDetail_part2 .partBox .item .itembox{width:100%;margin-top:10px;box-sizing: border-box;padding-left:25px;}
    .ProductDetail .ProductDetail_part2 .partBox .item .itemtit i{margin-right:10px;}
}

.ProductDetail .ProductDetail_part3 .partBox{background: #f6f6f6;border-radius: 0.1rem;padding:0.4rem 0.3rem;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.ProductDetail .ProductDetail_part3 .partBox .Img{width:48%;box-sizing: border-box;padding:0 0.3rem;}
.ProductDetail .ProductDetail_part3 .partBox .Txt{width:50%;}
.ProductDetail .ProductDetail_part3 .partBox .Txt .tit{font-size: 0.2rem;margin-bottom:0.15rem;font-weight: bold;}
.ProductDetail .ProductDetail_part3 .partBox .Txt .nav_tab{white-space: nowrap;overflow: auto;display: none;position: sticky;top:0;width:100%;background: #f6f6f6;z-index:99;padding:15px 0;border-bottom:1px solid #e6e6e6;;}
.ProductDetail .ProductDetail_part3 .partBox .Txt .nav_tab li{width:32px;height:32px;line-height: 32px;border-radius: 50%;font-size: 15px;text-align: center;margin-right:10px;display: inline-block;}
.ProductDetail .ProductDetail_part3 .partBox .Txt .nav_tab li.on{background: #000;}
.ProductDetail .ProductDetail_part3 .partBox .Txt .nav_tab li.on a{color:#fff;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table{cursor: pointer;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table{width:100%;border:none;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table tr td{padding:0.2rem 0.1rem;line-height: 1.5;font-weight: lighter;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table tr th{padding:0.2rem 0.1rem;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table tr.trTit{position: sticky;top:0;width:100%;background: #f6f6f6;z-index:9;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table tr.trTit::after{content:"";display: block;width:100%;height:1px;background: #e6e6e6;position: absolute;bottom:0;left:0;}
.ProductDetail .ProductDetail_part3 .partBox .Txt .size_table{height:6.35rem;overflow: auto;padding-right:0.18rem;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table tr th:nth-child(1),
.ProductDetail .ProductDetail_part3 .partBox .Txt table tr td:nth-child(1){width:1.8rem;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table tr:hover td{background: #000 !important;color:#fff !important;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table tr:hover td:nth-child(1){border-radius: 0.1rem 0 0 0.1rem;}
.ProductDetail .ProductDetail_part3 .partBox .Txt table tr:hover td:last-child{border-radius: 0 0.1rem 0.1rem 0;}


@media(min-width:1025px){
    .ProductDetail .ProductDetail_part3 .partBox .bg{background: #e5e5e5;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr th:nth-child(1).bg,
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr td:nth-child(1).bg{background: #f6f6f6;color:#000;}

}

.geo.active line{stroke: #aacd06;stroke-width: 3;}
.geo.active path{stroke: #aacd06;stroke-width: 3;}
.geo.active polygon{stroke: #aacd06;stroke-width: 3;fill: #aacd06;}

@media(max-width:1024px){
    .ProductDetail .ProductDetail_part3 .partBox .Txt .size_table{height:3rem;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr.trTit{display: none;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt .nav_tab{display: block;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr th,
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr td{display: none;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr td:nth-child(1){display: block !important;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr{border-bottom:1px solid #e6e6e6;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr td{padding:15px 0;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr{display: flex;border-radius: 0.1rem;overflow: hidden;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr td{width:60%;padding:8px 8px;display: block;text-align: right;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt table tr th:nth-child(1), .ProductDetail .ProductDetail_part3 .partBox .Txt table tr td:nth-child(1){width:60%;text-align: left;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt .tit{font-size: 16px;}
}


@media(max-width:640px){
    .ProductDetail .ProductDetail_part3 .partBox .Img{width:100%;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt{width:100%;margin-top:10px;}
    .ProductDetail .ProductDetail_part3 .partBox .Txt .size_table{height:300px;}
}


.AboutNew img{width:100%;height:auto !important;}

















