.main,.w{
    width: 1560px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
.main::after,
.w::after,
.searchBox::after,
#searchForm::after {
	content: "";
	display: block;
	clear: both;
}
.advs {
	position: relative;
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.advs img {
	display: block;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
svg {
	fill: currentColor;
	width: 16px;
	height: 16px;
	display: inline-block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.f7{
	background-color: #f7f7f7;
}
@font-face {
	font-family: "阿里妈妈数黑体 Bold";
	font-weight: 700;
  	src:
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff2") format("woff2"), 
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff") format("woff");
}
/* header */
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.iframe {
	overflow: hidden;
	height: 37px;
}
#header {
	width: 100%;
	height: 37px;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff;
	position: relative;
}
.header {
	margin: 0 auto;
	overflow: hidden;
}
.header span {
	float: left;
	font-size: 0;
	height: 36px;
	line-height: 36px;
}
.header span a {
	color: #666;
	margin-right: 20px;
	font-size: 14px;
}
.header span a:hover {
	color: #00a5b2;
}
.header p {
	float: right;
	font-size: 0;
	height: 36px;
	line-height: 36px;
	color: #666;
	margin-right: 186px;
}
.header p a {
	color: #666;
	font-size: 14px;
	padding: 0 14px;
	position: relative;
}
.header p a::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #ddd;
}
.header p a:hover {
	color: #00a5b2;
}
/* Tophead */
.Tophead {
	margin: 0 auto;
	position: relative;
}
.Tophead ul {
	position: absolute;
	top: -37px;
	right: 0;
}
.Tophead li {
	float: left;
	height: 36px;
	position: relative;
}
.Tophead li .ServiceTop {
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	font-size: 14px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #ddd;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #666;
}
.Tophead li .ServiceTop svg{
    margin: 10px 4px 0 0;
    color: #00a5b2;
    vertical-align: top;
}
.Tophead li.weixin .ServiceTop svg{
    margin: 12px 4px 0 0;
}
.ServiceBot {
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 100%;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
}
.ServiceBot1 {
	width: 352px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 50%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(255, 249, 242) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(255, 249, 242) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(255, 249, 242) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* top */
.top{
    padding: 26px 0;
}
.top .logo{
	margin-top: 7px;
    float: left;
}
.top .logo img{
    height: 52px;
}
.top .pageName{
    height: 52px;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.top .pageName img{
	height: 42px;
	margin-top: 5px;
}
.top .logo .pageName::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e6e6e6;
}
.searchBox {
	margin-left: 72px;
	float: left;
}
.search{
	width: 732px;
	height: 50px;
	padding: 2px;
	border: 2px solid #00a5b2;
  	border-radius: 12px;
	float: left;
}
.searchSelect {
	width: 10%;
	height: 42px;
	float: left;
	position: relative;
	z-index: 99999;
	border-radius: 12px 0 0 12px;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 15px;
	line-height: 42px;
	text-indent: 13px;
	color: #333;
}
.searchSelectTop svg {
	position: absolute;
	top: 18px;
	right: 9px;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.searchSelectTop.focus svg{
	top: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #00a5b2;
	left: 0px;
	top: 44px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #00a5b2;
	color: #fff;
}
.search input {
	width: 77%;
	height: 42px;
	float: left;
	text-indent: 10px;
	font-size: 14px;
	line-height: 40px;
	font-family: "microsoft yahei";
	color: #999;
	background: transparent;
	border: none;
}
.search button {
	width: 13%;
	height: 42px;
	line-height: 42px;
	font-size: 17px;
	font-weight: 700;
	border: none;
	float: right;
	color: #fff;
	text-align: center;
	border-radius: 9px;
  	background-image: -moz-linear-gradient( 0deg, rgb(0,186,184) 0%, rgb(0,143,190) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(0,186,184) 0%, rgb(0,143,190) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(0,186,184) 0%, rgb(0,143,190) 100%);
}
.search button svg {
	margin:13px 5px 0 0;
	vertical-align: top;

}
.searchBox a.wt{
	margin: 2px 0 0 14px;
	height: 42px;
	line-height: 40px;
	padding: 0 16px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 9px;
	border: 1px solid #e4f1f2;
	float: left;
	background-color: #e4f1f2;
	color: #008da2;
}
.searchBox a.wt svg{
	margin: 14px 5px 0 0;
	width: 18px;
	height: 18px;
	vertical-align: top;
}
.searchBox a.wt:hover{
	border-color: #008da2;
}
.searchBox .hot{
	margin-top: 12px;
}
.searchBox .hot a{
	margin-left: 18px;
	line-height: 1;
	font-size: 14px;
	color: #333;
}
.searchBox .hot a:first-child{
	margin-left: 0;
}
.searchBox .hot a:hover{
	color: #00a5b2;
}
.top .right{
	float: right;
}
/* banner */
.banner {
	padding: 16px;
	border-radius: 10px;
	background-color: #fff;
}
.product-classify{
	float: left;
	width: 280px;
	border-radius: 10px;
	background-color: #f7f7f7;
	position: relative;
}
.product-classify ul {
	padding: 1px 0;
}
.product-classify ul li {
	z-index: 99;
}
.class-a {
	padding: 16px 28px 11px 40px;
	position: relative;
	z-index: 2;
}
.class-a b {
	font-size: 16px;
	display: block;
	line-height: 22px;
}
.class-a b a {
	color: #333;
}
.class-a b svg {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 22px;
	top: 22px;
	color: #00a5b2;
}
.class-a span {
	margin-top: 5px;
	height: 18px;
	display: block;
	overflow: hidden;
}
.class-a span a {
	color: #999;
	font-size: 14px;
	margin-right: 9px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
}
.class-a span a:last-child{
	margin-right: 0;
}
.product-classify li .class-b {
	position: absolute;
  	left: 280px;
  	top: 0;
  	width: 923px;
  	height: 578px;
  	display: none;
  	z-index: 999;
}
.product-classify li .class-b .class-b-bg{
	padding: 15px 20px 0px 15px;
	background-color: #fff;
	border: 1px solid #00a5b2;	
	max-height: 100%;
  	overflow-y: auto;
}
.product-classify li .class-b .item {
	margin-bottom: 15px;
}
.product-classify li .class-b .item span {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 8px;
	display: block;
	border-bottom: 1px solid #ddd;
	line-height: 21px;
	position: relative;
}
.product-classify li .class-b .item span a {
	color: #333;
}
.product-classify li .class-b .item span a.more {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-classify li .class-b .item p {
	font-size: 14px;
	margin-top: 8px;
	line-height: 24px;
	margin-left: -12px;
}
.product-classify li .class-b .item p a {
	color: #666;
	display: inline-block;
	width: 13.5%;
	height: 24px;
	padding: 0 12px;
	overflow: hidden;
	position: relative;
}
.product-classify li .class-b .item p a::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	width: 1px;
	background-color: #666;
}
.product-classify li .class-b .item p a:hover {
	color: #00a5b2;
}
.product-classify li .class-b .item span a:hover {
	color: #00a5b2;
}
/* end */
.product-classify li.hover {
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
}
.product-classify li.hover .class-b {
	display: block;
}
.product-classify li.hover .class-a b a {
	color: #00a5b2;
}
.product-classify li.hover .class-a i{
	color: #00a5b2;
}
.class-a span a:hover{
	color: #00a5b2
}
.bannerRight{
	width: calc(100% - 280px - 16px);
	float: right;
}
.nav{
	padding: 0 10px;
	border-radius: 10px;
	font-size: 0;
	background-color: #f7f7f7;
}
.nav a{
	padding: 0 32px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.nav a b{
	height: 52px;
	line-height: 52px;
	position: relative;
	display: block;
}
.nav a b::after{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0%;
	height: 3px;
	background-color: #00a5b2;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav a svg{
	margin: 16px 5px 0 0;
	width: 22px;
	height: 22px;
	vertical-align: top;
}
.nav a:first-child svg{
	width: 24px;
	height: 24px;
}
.nav a.focus b,
.nav a:hover b{
	color: #00a5b2
}
.nav a.focus b::after,
.nav a:hover b::after{
	opacity: 1;
	width: 100%;
}
.nav a:hover svg{
	-webkit-animation: jello-vertical 0.7s ;
	        animation: jello-vertical 0.7s ;
}
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.mt16{
	margin-top: 16px;
}
.bannerBot{
	overflow: hidden;
}
.news{
	float: left;
	width: 906px;
	margin-right: 16px;
}
.newsTop{
	overflow: hidden;
}
.bigImg{
	float: left;
	width: 640px;
	margin-right: 16px;
	position: relative;
}
.bigImg>a{
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative;
}
.bigImg img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.bigImg .bot{
	padding: 68px 8px 8px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
  	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	overflow: hidden;
}
.bigImg .bot mark{
	float: left;
	height: 26px;
	line-height: 26px;
	padding:0 8px;
	margin-right: 8px;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}
.bigImg .bot mark.replay{
	background-color: #ff6c00;
}
.bigImg .bot mark.notice{
	background-color: #2b82d9;
}
.bigImg .bot mark.living{
	background-color: #ff1f1f;
}
.bigImg .bot a{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	display: block;
}
.bigImg .bot a:hover{
	color: #00a5b2
}
.newsTop ul{
	overflow: hidden;
}
.newsTop li{
	margin-top: 18px;
	padding: 16px 90px 16px 16px;
	position: relative;
	background: url("../../../../images/product/version/2026/proShowImg-1.png") no-repeat;
	background-size: 100% 100%;
}
.newsTop li:nth-child(1){
	margin-top: 0;
}
.newsTop li:nth-child(2){
	background: url("../../../../images/product/version/2026/proShowImg-2.png") no-repeat;
	background-size: 100% 100%;
}
.newsTop li:nth-child(3){
	background: url("../../../../images/product/version/2026/proShowImg-3.png") no-repeat;
	background-size: 100% 100%;
}
.newsTop li b{
	line-height: 26px;
	font-size: 15px;
	display: block;
}
.newsTop li .bot{
	margin-top: 14px;
	line-height: 1;
	font-size: 14px;
	display: block;
}
.newsTop li a{
	position: absolute;
  	left: 0;
  	top: 0;
  	right: 0;
  	bottom: 0;
}
.newsTop li:nth-child(1) b,.newsTop li:nth-child(1) .bot{
	color: #b18130;
}
.newsTop li:nth-child(2) b,.newsTop li:nth-child(2) .bot{
	color: #5979a1;
}
.newsTop li:nth-child(3) b,.newsTop li:nth-child(3) .bot{
	color: #6e6ca6;
}
.newsTop li p{
	line-height: 22px;
	font-size: 14px;
	color: #888;
}
.proShow{
	border-radius: 8px;
	background-color: #f7f7f7;
}
.proShow ul{
	overflow: hidden;
}
.proShow li{
	float: left;
	width: 33.3%;
	padding: 16px;
	overflow: hidden;
}
.proShow li .image{
	float: left;
	width: 102px;
	height: 102px;
	margin-right: 16px;
	border-radius: 8px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.proShow li .image img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.proShow li .text{
	padding-top: 5px;
	overflow: hidden;
}
.proShow li .text p{
	line-height: 34px;
	height: 34px;
	font-size: 16px;
	overflow: hidden;
}
.proShow li .text p a{
	color: #333;
}
.proShow li .text p a:hover{
	color: #00a5b2;
}
.proShow li .text span{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	display: block;
	overflow: hidden;
}
.proShow li .text .price{
	margin-top: 14px;
	line-height: 24px;
	font-size: 14px;
	color: #de2b2b;
}
.proShow li .text .price b{
	font-size: 18px;
	font-weight: normal;
}
.login{
	border-radius: 8px;
	overflow: hidden;
	background-color: #f7f7f7;
}
.login .message{
	padding: 20px 22px 14px;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
}
.login .message .image{
	width: 66px;
  	height: 66px;
	margin-right: 10px;
  	border-radius: 50%;
	float: left;
}
.login .message .image a{
	display: block;
  	width: 100%;
  	height: 100%;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.login .message .text{
	overflow: hidden;
}
.login .message .text p{
	line-height: 38px;
	height: 38px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	overflow: hidden;
}
.login .message .text span{
	line-height: 22px;
	height: 22px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: block;
}
.login .shop-notice {
	margin-top: 16px;
	padding: 0 22px;
}
.login .shop-notice .title{
	position: relative;
}
.login .shop-notice .title span {
	line-height: 24px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.login .shop-notice .title span b{
	position: relative;
	z-index: 1;
}
.login .shop-notice .title span::after{
	height: 5px;
	width: 100%;
	background-color: #8ad4da;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.login .shop-notice .title .more {
	position: absolute;
	font-weight: normal;
	right: 0;
	top: 5px;
	font-size: 13px;
	color: #999;
}
.login .shop-notice .title .more:hover {
	color: #00a5b2;
}
.login .shop-notice li {
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	overflow: hidden;
}
.login .shop-notice li i{
	width: 5px;
	height: 5px;
	margin: 8px 10px 0 3px;
	border-radius: 50%;
	background-color: #00a5b2;
	display: inline-block;
	vertical-align: top;
}
.login .shop-notice li a {
	color: #333;
}
.login .shop-notice li a:hover {
	color: #00a5b2;
}
.login .btn-arr{
	margin-top: 15px;
	padding: 0 17px 22px;
	overflow: hidden;
}
.login .btn-arr li{
	margin-top: 9px;
	padding: 0 5px;
	width: 50%;
	float: left;
}
.login .btn-arr li a{
	padding: 8px;
	line-height: 34px;
	font-size: 14px;
	border-radius: 8px;
	border: 1px solid #eeeeee;
	color: #574e36;
	background-color: #eeeeee;
	display: block;
}
.login .btn-arr li a:hover{
	border-color: #00a5b2;
	color: #00a5b2;
}
.login .btn-arr li i{
	width: 34px;
	height: 34px;
	margin-right: 10px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.login .btn-arr li:nth-child(1) i{
	background-color: #f0e3b8;
}
.login .btn-arr li:nth-child(2) i{
	background-color: #c8e3e5;
}
.login .btn-arr li:nth-child(3) i{
	background-color: #ebd7d7;
}
.login .btn-arr li:nth-child(4) i{
	background-color: #f5dfc4;
}

.login .btn-arr li svg{
	width: 16px;
	height: 18px;
	color: #e8a900;
}
.login .btn-arr li:nth-child(2) svg{
	width: 18px;
	height: 20px;
	color: #00a5b2;
}
.login .btn-arr li:nth-child(3) svg{
	width: 18px;
	height: 17px;
	color: #ea2c1d;
}
.login .btn-arr li:nth-child(4) svg{
	width: 12px;
	height: 18px;
	color: #f08200;
}
/* product */
.product{
	padding: 16px 8px;
	border-radius: 10px;
	background: url('../../../../images/product/version/2026/productBg.png') no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.product-title{
	margin: 0 8px;
	position: relative;
}
.product-title .title-left{
	font-size: 28px;
	font-family: "阿里妈妈数黑体 Bold";
	color: #dc272b;
	display: inline-block;
	position: relative;
}
.product-title .title-left::after{
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 24px;
	border-radius: 11px 0 0 11px;
	position: absolute;
	content: "";
  	background-image: -moz-linear-gradient( 0deg, rgb(255,183,144) 0%, rgba(255,255,255,0) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(255,183,144) 0%, rgba(255,255,255,0) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(255,183,144) 0%, rgba(255,255,255,0) 100%);
}
.product-title .title-left span{
	height: 62px;
	line-height: 58px;
	display: block;
	position: relative;
	z-index: 1;
}
.product-title .title-left i{
	width: 46px;
	height: 52px;
	margin-right: 8px;
	background: url('../../../../images/product/version/2026/productTitle.png') no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.product-title .title-left b{
	display: inline-block;
	vertical-align: top;
}
.swiper-box{
	position: absolute;
  	right: 93px;
  	top: 13px;
}
.title-swiper{
	width: 772px;
	margin: 0 16px;
}
.swiper-box .swiper-slide {
	width: auto;
	font-size: 15px;
	position: relative;
}
.swiper-box .swiper-slide a {
	display: inline-block;
	line-height: 34px;
	font-size: 16px;
	border-radius: 6px;
	padding: 0 16px;
	margin: 0 8px;
	color: #333;
}
.swiper-box .swiper-slide:first-child a {
	margin-left: 0;
}
.swiper-box .swiper-slide:last-child a {
	margin-right: 0;
}
.swiper-box .swiper-slide a:hover,
.swiper-box .swiper-slide.focus a {
	color: #fff;
	background-color: #e64a4d;
}
.swiper-box .swiper-slide a:hover::after,
.swiper-box .swiper-slide.focus a::after{
	width: 4px;
	height: 4px;
	border: 3px solid #e64a4d;
	border-radius: 50%;
	position: absolute;
	content: "";
  	left: 50%;
	bottom: -15px;
  	-webkit-transform: translateX( -50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX( -50%);

}
.swiper-box .swiper-button-next, 
.swiper-box .swiper-button-prev {
	width: 7px;
	height: 12px;
	margin-top: 12px;
	background-size: 7px 12px;
	float: right;
	border-radius: 2px;
	position: unset;
	background-repeat: no-repeat;
}
.swiper-box .swiper-button-prev {
	background-image: url(../../../../images/product/version/2026/prev.png);
	background-position-x: left;
}
.swiper-box .swiper-button-next {
	background-image: url(../../../../images/product/version/2026/next.png);
	background-position-x: right;
}
.swiper-box .title-swiper {
	height: 49px;
	padding-bottom: 15px;
	float: right;
	overflow: hidden;
	position: relative;
}
.product-title a.more{
	font-size: 15px;
	color: #333;
	position: absolute;
	right: 0;
	top: 49%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-title a.more:hover{
	color: #e64a4d;
}
.product {
	overflow: hidden;
}
.swiper-bot{
	display: none;
}
.product .swiper-bot ul{
	margin-top: -6px;
	overflow: hidden;
}
.product .swiper-bot li{
	margin-top: 16px;
	padding: 0 8px;
	width: 16.666%;
	float: left;
}
.product .swiper-bot li .item{
	padding: 16px;
	border-radius: 8px;
	background-color: #fff;
}
.product .swiper-bot li .image{
	border-radius: 8px;
	border: 1px solid transparent;
}
.product .swiper-bot li .image a{
	padding-bottom: 100%;
	height: 0;
	border-radius: 8px;
	overflow: hidden;
	display: block;
	position: relative;
}
.product .swiper-bot li .image:hover{
	border-color: #dddddd;
}
.product .swiper-bot li .image img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.product .swiper-bot li p{
	margin-top: 12px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
}
.product .swiper-bot li p a{
	color: #333;
}
.product .swiper-bot li p a:hover{
	color: #e64a4d;
}
.product .swiper-bot li .bot{
	margin-top: 12px;
	height: 34px;
	line-height: 32px;
	border-radius: 20px;
	border: 1px solid #dddddd;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.product .swiper-bot li .bot::after{
	width: 2px;
	height: 16px;
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
	content: "";
	background-color: #e6e6e6;
}
.product .swiper-bot li .bot span{
	font-size: 15px;
	color: #333;
	width: 50%;
	float: left;
}
.product .swiper-bot li .bot .price{
	font-size: 14px;
	color: #de2b2b;
	width: 50%;
	float: right;
}
.product .swiper-bot li .bot .price b{
	font-size: 20px;
	font-weight: normal;
}
/* public-title */
.public-title{
	position: relative;
	overflow: hidden;
}
.public-title span{
	height: 62px;
	line-height: 58px;
	font-size: 28px;
	color: #333;
	float: left;
}
.public-title .swiper-box{
	right: 0;
}
/* part */
.part{
	padding: 16px;
	border-radius: 8px;
	overflow: hidden;
}
#part1{
	background: url('../../../../images/product/version/2026/part1Bg.png') no-repeat;
	background-size: 100% 100%;
}
#part1 .public-title span i{
	width: 45px;
	height: 46px;
	margin:8px 10px 0 0;
	background: url('../../../../images/product/version/2026/part1Title.png') no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
.part .partBot{
	margin-top: 14px;
	overflow: hidden;
}
.main-left{
	width: 1304px;
	float: left;
	overflow: hidden;
}
.bot-left{
	width: 424px;
	padding-bottom: 8px;
	float: left;
}
.bot-left .big--image{
	padding-bottom: 66px;
	border-radius: 8px;
	position: relative;
}
.bot-left .big--image .image {
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bot-left .big--image .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.bot-left .big--image .image svg{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	color: #fff;
}
.bot-left .big--image p{
	padding: 40px 14px 20px;
	border-radius: 0 0 8px 8px;
	background-color: #333;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.bot-left .big--image a{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	display: block;
	overflow: hidden;
}
.bot-left .big--image a i{
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	font-size: 14px;
	margin-right: 10px;
	border-radius: 6px;
	background-color: #00a5b2;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-style: normal;
}
.bot-left .big--image a:hover{
	text-decoration: underline;
}
.bot-left .image--small{
	overflow: hidden;
}
.image--small ul{
	margin-left: -16px;
	overflow: hidden;
}
.main-left li{
	padding-left: 16px;
	width: 50%;
	float: left;
}
.main-left li .image{
	height: 210px;
	border-radius: 10px;
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
}
.main-left li .image img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.main-left li p{
	margin-top: 10px;
	line-height: 24px;
	height: 48px;
	font-size: 16px;
	overflow: hidden;
}
.main-left li p a{
	color: #333;
}
.main-left li p a:hover{
	color: #00a5b2;
}
.main-left li .price{
	margin-top: 12px;
	line-height: 22px;
	font-size: 14px;
	color: #de2b2b;
}
.main-left li .price b{
	font-size: 18px;
	font-weight: normal;
}
.bot-right{
	width: calc(100% - 424px);
	float: right;
}
.image-bot{
	overflow: hidden;
}
.bot-right ul{
	margin-top: -16px;
	overflow: hidden;
}
.bot-right li{
	margin-top: 16px;
	width: 25%;
}
.bot-right li .item{
	padding: 0;
}

.main-right{
	width: 208px;
	padding: 12px 10px 10px;
	border-radius: 10px;
  	background-image: -moz-linear-gradient( -6deg, rgb(241,231,210) 0%, rgb(246,220,165) 61%, rgb(241,231,210) 100%);
  	background-image: -webkit-linear-gradient( -6deg, rgb(241,231,210) 0%, rgb(246,220,165) 61%, rgb(241,231,210) 100%);
  	background-image: -ms-linear-gradient( -6deg, rgb(241,231,210) 0%, rgb(246,220,165) 61%, rgb(241,231,210) 100%);
	float: right;
}
.main-right .title{
	text-align: center;
}
.main-right .title span{
	margin: 0 11px;
	line-height: 40px;
	font-size: 22px;
	font-weight: 700;
	color: #ce8d00;
	display: inline-block;
	vertical-align: top;
}
.main-right .title span b{
	color: #333;
}
.main-right .title img{
	margin-top: 13px;
	display: inline-block;
	vertical-align: top;
}
.main-right li{
	margin-top: 10px;
}
.main-right li .item a{
	height: 104px;
	border-radius: 10px;
	background-color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
}
.main-right li .item img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.main-right li a:hover{
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.4);
}
#part1 .swiper-box .swiper-slide a:hover::after, 
#part1 .swiper-box .swiper-slide.focus a::after,
#part3 .swiper-box .swiper-slide a:hover::after, 
#part3 .swiper-box .swiper-slide.focus a::after {
	border: 3px solid #00a5b2;
}
#part1 .swiper-box .swiper-slide a:hover,
#part1 .swiper-box .swiper-slide.focus a,
#part3 .swiper-box .swiper-slide a:hover,
#part3 .swiper-box .swiper-slide.focus a{
	background-color: #00a5b2;
}
#part2 .swiper-box .swiper-slide a:hover::after, 
#part2 .swiper-box .swiper-slide.focus a::after {
	border: 3px solid #f29009;
}
#part2 .swiper-box .swiper-slide a:hover,
#part2 .swiper-box .swiper-slide.focus a {
	background-color: #f29009;
}
#part2 .main-left li p a:hover{
	color: #f29009;
}
#part2 {
	background: url('../../../../images/product/version/2026/part2Bg.png') no-repeat;
	background-size: 100% 100%;
}
#part2 .public-title span i{
	width: 66px;
	height: 59px;
	margin:1px 10px 0 0;
	background: url('../../../../images/product/version/2026/part2Title.png') no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
#part3 {
	background: url('../../../../images/product/version/2026/part3Bg.png') no-repeat;
	background-size: 100% 100%;
}
#part3 .public-title span i{
	width: 42px;
	height: 42px;
	margin:10px 10px 0 0;
	background: url('../../../../images/product/version/2026/part3Title.png') no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
.part4 {
	background: url('../../../../images/product/version/2026/part4Bg.png') no-repeat;
	background-size: 100% 100%;
}
.part4 .public-title span i{
	width: 42px;
	height: 42px;
	margin:10px 10px 0 0;
	background: url('../../../../images/product/version/2026/part4Title.png') no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
/* part3 */
.part3Bot{
	margin-top: 10px;
	overflow: hidden;
}
.part3Bot ul{
	margin-left: -16px;
	overflow: hidden;
}
.part3Bot li{
	padding-left: 16px;
	width: 25%;
	float: left;
}
.part3Bot li .item{
	padding: 22px 16px 16px;
	border-radius: 10px;
	background: url('../../../../images/product/version/2026/part3liBg.png') no-repeat;
	background-size: 100% 100%;
}
.part3Bot .brandTop{
	overflow: hidden;
}
.part3Bot .brandTop .image{
	width: 76px;
	height: 76px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #dfdedd;
	background-color: #fff;
	float: left;
	overflow: hidden;
}
.part3Bot .brandTop .image img{
	width: 100%;
	height: 100%;
}
.part3Bot .brandTop .text{
	overflow: hidden;
}
.part3Bot .brandTop .text p{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	overflow: hidden;
}
.part3Bot .brandTop .text p a{
	color: #333;
}
.part3Bot .brandTop .text p a:hover{
	color: #00a5b2;
}
.part3Bot .brandTop .text a.btn{
	margin-top: 9px;
	height: 34px;
	line-height: 32px;
	width: 72px;
	font-size: 15px;
	border-radius: 18px;
	color: #c38335;
	background-color: #faebd4;
	border: 1px solid #faebd4;
	text-align: center;
	display: block;
}
.part3Bot .brandTop .text a.btn svg{
	width: 5px;
	height: 11px;
	margin: 11.5px 0 0 10px;
	vertical-align: top;
}
.part3Bot .brandTop .text a.btn:hover{
	border-color: #c38335;
}
.part3Bot .proBot{
	margin-top: 16px;
	overflow: hidden;
}
.part3Bot .proBot .image{
	width: 92px;
	height: 92px;
	margin-right: 14px;
	border-radius: 6px;
	overflow: hidden;
	float: left;
}
.part3Bot .proBot .image img{
	width: 100%;
	height: 100%;
}
.part3Bot .proBot .text{
	overflow: hidden;
}
.part3Bot .proBot .text p{
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	overflow: hidden;
}
.part3Bot .proBot .text p a{
	color: #333;
}
.part3Bot .proBot .text p a:hover{
	color: #00a5b2;
}
.part3Bot .proBot .text .price{
	margin-top: 8px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #de2b2b;
}
.part3Bot .proBot .text .price b{
	font-size: 18px;
	font-weight: normal;
}
/* part4 */
.part4{
	padding: 16px 8px;
  	border-radius: 8px;
  	overflow: hidden;
}
.part4 .public-title{
	margin: 0 8px;
}
.public-title #change{
	height: 34px;
	line-height: 32px;
	padding: 0 13px;
	font-size: 16px;
	border-radius: 18px;
	color: #333;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.public-title #change svg{
	margin: 10px 5px 0 0;
	width: 16px;
	height: 14px;
	color: #07a7b4;
	display: inline-block;
	vertical-align: top;
}
.public-title #change:hover{
	border-color: #07a7b4;
}
.part4Bot{
	height: 639px;
	position: relative;
}
.part4Ul{
	position: absolute;
	left: 0;
	top: 0;
}
.part4Bot ul{
	width: 1544px;
	float: left;
}
.part4Bot li{
	margin-top: 16px;
	padding:0 8px;
	width: 16.666%;
	float: left;
}
.part4Bot li:nth-child(-n+6){
	margin-top: 10px;
}
.part4Bot li .image{
	height: 210px;
	border-radius: 10px;
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
}
.part4Bot li .image img{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%,-50%);
  	transform: translate(-50%, -50%);
}
.part4Bot li p{
	margin-top: 12px;
	line-height: 24px;
	height: 48px;
	font-size: 16px;
	overflow: hidden;
}
.part4Bot li p a{
	color: #333;
}
.part4Bot li p a:hover{
	color: #00a5b2;
}
.part4Bot li .price{
	margin-top: 9px;
	line-height: 26px;
	font-size: 14px;
	color: #de2b2b;
}
.part4Bot li .price b{
	font-size: 18px;
	font-weight: normal;
}
/* link */
.link{
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
}
.linkTitle{
	text-align: center;
}
.linkTitle span{
	line-height: 24px;
	font-size: 18px;
	margin: 0 12px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	vertical-align: top;
}
.linkTitle img{
	margin-top: 7px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
}
.linkBot{
	margin-top: 12px;
}
.linkBot ul{
	overflow: hidden;
}
.linkBot li{
	line-height: 38px;
	padding: 0 22px;
	font-size: 16px;
	float: left;
	position: relative;
}
.linkBot li::after{
	font-size: 16px;
	position: absolute;
	content: "/";
	color: #e2e2e2;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.linkBot li:last-child::after{
	display: none;
}
.linkBot li a{
	color: #333;
}
.linkBot li a:hover{
	color: #00a5b2;
}
/* footer */
.footer {
	margin: 0 auto;
	background-color: #212324;
	margin-top: 28px;
}

.footer .item {
	margin: 0 auto;
	overflow: hidden;
}

.footer .item .footer-code {
	float: right;
	width: 400px;
	border-left: 1px solid #444444;
	margin-top: 27px;
}

.footer .item .footer-code li {
	float: left;
	padding-left: 44px;
}

.footer .item .footer-code li .code {
	width: 126px;
	height: 126px;
	border: 2px solid #ff8d50;
	padding: 10px;
	background-color: #fff;
}

.footer .item .footer-code li p {
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}

.footer .item .left {
	margin-top: 20px;
	overflow: hidden;
	padding-right: 44px;
}

.footer .item .left p {
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}

.footer .item .left p a {
	color: #838383;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #444444;
}

.footer .item .left p a:first-child {
	padding-left: 0;
}

.footer .item .left p a:last-child {
	border: none;
}

.footer .item .left p a:hover {
	color: #ff8d50;
}

.footer .item .left span {
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left span em {
	font-style: normal;
	margin-right: 12px;
}
.footer .item .left span img {
	margin: 7px 5px 0 10px;
	vertical-align: top;
}

.copyright {
	font-size: 14px;
	line-height: 22px;
	color: #838383;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding: 10px 0;
	display: inline-block;
}

.copyright img {
	margin: 1px 8px 0 0px;
	vertical-align: top;
}

ul.footImg {
	width: 810px;
	height: 48px;
	margin-bottom: 24px;
	overflow: hidden;
	background: url("https://www.xwboo.com/images/index/Version/2021/copyright.png") no-repeat 0 0;
}

ul.footImg li {
	width: 135px;
	float: left;
}

ul.footImg li a {
	width: 125px;
	height: 48px;
	display: block;
}
/* media */
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.main,.w{
		width: 1560px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.main,.w{
		width: 1400px;
	}
	.top {
		padding: 24px 0;
	}
	.top .logo {
		margin-top: 6px;
	}
	.top .logo img {
		height: 47px;
	}
	.top .pageName {
		height: 47px;
		padding-left: 12px;
		margin-left: 12px;
	}
	.top .pageName img{
		height: 39px;
	}
	.searchBox {
		margin-left: 61px;
	}
	.search {
		width: 658px;
		height: 44px;
	}
	.searchSelect {
		height: 36px;
	}
	.searchSelectTop p {
		font-size: 14px;
		line-height: 36px;
		text-indent: 11px;
	}
	.searchSelectTop svg {
		top: 17px;
	}
	.searchSelectTop.focus svg {
		top: 12px;
	}
	.searchSelectBot {
		top: 38px;
	}
	.search input {
		height: 36px;
		line-height: 36px;
	}
	.search button {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.search button svg {
		margin: 12px 5px 0 0;
		width: 14px;
		height: 14px;
	}
	.top .right {
		height: 68px;
	}
	.searchBox a.wt {
		margin: 1px 0 0 12px;
		height: 42px;
		line-height: 40px;
		padding: 0 14px;
		font-size: 15px;
	}
	.searchBox a.wt svg {
		margin: 13px 4px 0 0;
		width: 16px;
		height: 16px;
	}
	.searchBox .hot {
		margin-top: 8px;
	}
	.searchBox .hot a {
		margin-left: 16px;
		font-size: 13px;
	}
	.banner {
		padding: 14px;
	}
	.product-classify {
		width: 252px;
	}
	.class-a {
		padding: 12px 24px 12px 36px;
	}
	.class-a b {
		font-size: 15px;
		line-height: 20px;
	}
	.class-a b svg {
		width: 9px;
		height: 9px;
		left: 20px;
		top: 18px;
	}
	.class-a span {
		height: 16px;
		margin-top: 4px;
	}
	.class-a span a {
		font-size: 13px;
		margin-right: 6px;
		line-height: 16px;
	}
	.product-classify li .class-b {
		left: 252px;
		width: 822px;
		height: 514px;
	}
	.product-classify li .class-b .class-b-bg{
		padding: 12px 16px 0px 12px;
	}
	.bannerRight {
		width: calc(100% - 252px - 14px);
	}
	.nav {
		padding: 0px 8px;
	}
	.nav a {
		padding: 0 26px;
		font-size: 16px;
	}
	.nav a b {
		height: 46px;
		line-height: 46px;
	}
	.nav a svg {
		margin: 15px 4px 0 0;
		width: 20px;
		height: 20px;
	}
	.nav a:first-child svg {
		width: 22px;
		height: 22px;
	}
	.mt16 {
		margin-top: 14px;
	}
	.news {
		width: 808px;
		margin-right: 14px;
	}
	.bigImg {
		width: 567px;
		margin-right: 14px;
	}
	.newsTop li {
		margin-top: 14px;
		padding: 14px 88px 14px 14px;
	}
	.newsTop li b {
		line-height: 24px;
		font-size: 14px;
	}
	.newsTop li p {
		font-size: 13px;
	}
	.newsTop li .bot {
		margin-top: 10px;
		font-size: 13px;
	}
	.proShow li {
		padding: 14px;
	}
	.proShow li .image {
		width: 92px;
		height: 92px;
		margin-right: 12px;
	}
	.proShow li .text {
		padding-top: 3px;
	}
	.proShow li .text p {
		line-height: 30px;
		height: 30px;
		font-size: 15px;
	}
	.proShow li .text span {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.proShow li .text .price {
		margin-top: 10px;
		line-height: 22px;
		font-size: 13px;
	}
	.proShow li .text .price b {
		font-size: 17px;
	}
	.login .message {
		padding: 18px 20px 12px;
	}
	.login .message .image {
		width: 60px;
		height: 60px;
		margin-right: 8px;
	}
	.login .message .text p {
		line-height: 34px;
		height: 34px;
		font-size: 17px;
	}
	.login .message .text span {
		line-height: 20px;
		height: 20px;
		font-size: 13px;
	}
	.login .shop-notice {
		margin-top: 14px;
		padding: 0 20px;
	}
	.login .shop-notice li {
		font-size: 14px;
		height: 18px;
		line-height: 18px;
		margin-top: 13px;
	}
	.login .shop-notice li i {
		width: 4px;
		height: 4px;
		margin: 7px 8px 0 2px;
	}
	.login .btn-arr {
		margin-top: 10px;
		padding: 0 15px 16px;
	}
	.login .btn-arr li {
		margin-top: 8px;
	}
	.login .btn-arr li a {
		line-height: 30px;
		font-size: 13px;
	}
	.login .btn-arr li i {
		width: 30px;
		height: 30px;
		margin-right: 7px;
	}
	.login .btn-arr li svg{
		width: 15px;
		height: 17px;
	}
	.login .btn-arr li:nth-child(2) svg{
		width: 17px;
		height: 19px;
	}
	.login .btn-arr li:nth-child(3) svg{
		width: 17px;
		height: 17px;
	}
	.login .btn-arr li:nth-child(4) svg{
		width: 12px;
		height: 18px;;
	}
	.product {
		padding: 15px 7px;
	}
	.product-title .title-left {
		font-size: 25px;
	}
	.product-title .title-left span {
		height: 55px;
		line-height: 50px;
	}
	.product-title .title-left i {
		width: 40px;
		height: 46px;
		margin-right: 6px;
	}
	.swiper-box {
		right: 98px;
		top: 11px;
	}
	.title-swiper {
		width: 692px;
		margin: 0 14px;
	}
	.swiper-box .title-swiper {
		height: 44px;
		padding-bottom: 14px;
	}
	.swiper-box .swiper-slide a {
		line-height: 30px;
		font-size: 15px;
		padding: 0 14px;
		margin: 0px 6px;
	}
	.swiper-box .swiper-slide a:hover::after, .swiper-box .swiper-slide.focus a::after {
		width: 4px;
		height: 4px;
		bottom: -13px;
		border: 2px solid #e64a4d;
	}
	#part1 .swiper-box .swiper-slide a:hover::after, 
	#part1 .swiper-box .swiper-slide.focus a::after,
	#part3 .swiper-box .swiper-slide a:hover::after, 
	#part3 .swiper-box .swiper-slide.focus a::after {
		border: 2px solid #00a5b2;
	}
	#part2 .swiper-box .swiper-slide a:hover::after, 
	#part2 .swiper-box .swiper-slide.focus a::after {
		border: 2px solid #f29009;
	}
	.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
		margin-top: 9px;
	}
	.product-title a.more {
		font-size: 14px;
		top: 47%;
	}
	.product .swiper-bot ul {
		margin-top: -4px;
	}
	.product .swiper-bot li {
		margin-top: 14px;
		padding: 0 7px;
	}
	.product .swiper-bot li .item {
		padding: 14px;
	}
	.product .swiper-bot li p {
		margin-top: 10px;
		height: 18px;
		line-height: 18px;
		font-size: 15px;
	}
	.product .swiper-bot li .bot {
		margin-top: 10px;
		height: 30px;
		line-height: 28px;
	}
	.product .swiper-bot li .bot span {
		font-size: 13px;
	}
	.product .swiper-bot li .bot .price {
		font-size: 13px;
	}
	.product .swiper-bot li .bot .price b {
		font-size: 17px;
	}
	.product .swiper-bot li .bot::after {
		width: 1px;
		height: 14px;
	}
	.public-title span {
		height: 55px;
		line-height: 50px;
		font-size: 25px;
	}
	.part {
		padding: 14px;
	}
	#part1 .public-title span i {
		width: 41px;
		height: 41px;
		margin: 7px 8px 0 0;
	}
	.part .partBot {
		margin-top: 10px;
	}
	.main-left {
		width: 1171px;
	}
	.bot-left {
		width: 381px;
		padding-bottom: 0;
	}
	.bot-left .big--image {
		padding-bottom: 60px;
	}
	.bot-left .big--image p {
		padding: 30px 12px 18px;
		border-radius: 0 0 8px 8px;
	}
	.bot-left .big--image a {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.bot-left .big--image a i {
		height: 24px;
		line-height: 24px;
		padding: 0 7px;
		font-size: 13px;
		margin-right: 8px;
	}
	.bot-left .big--image .image svg {
		width: 60px;
		height: 60px;
	}
	.image--small ul {
		margin-left: -14px;
	}
	.main-left li {
		padding-left: 14px;
	}
	.main-left li .image {
		height: 188px;
	}
	.main-left li p {
		margin-top: 10px;
		line-height: 22px;
		height: 44px;
		font-size: 15px;
	}
	.main-left li .price {
		margin-top: 10px;
		line-height: 22px;
		font-size: 13px;
	}
	.main-left li .price b {
		font-size: 17px;
	}
	.bot-right {
		width: calc(100% - 381px);
	}
	.bot-right ul {
		margin-top: -14px;
	}
	.bot-right li {
		margin-top: 14px;
	}
	.main-right {
		width: 188px;
		padding: 11px 9px 9px;
	}
	.main-right .title span {
		margin: 0 10px;
		line-height: 36px;
		font-size: 20px;
	}
	.main-right li {
		margin-top: 9px;
	}
	.main-right li .item a {
		height: 93px;
	}
	#part2 .public-title span i {
		width: 58px;
		height: 51px;
		margin: 4px 6px 0 0;
	}
	#part3 .public-title span i {
		width: 38px;
		height: 38px;
		margin: 7px 8px 0 0;
	}
	.part4 .public-title span i {
		width: 38px;
		height: 38px;
		margin: 5px 8px 0 0;
	}
	.part3Bot {
		margin-top: 8px;
	}
	.part3Bot ul {
		margin-left: -14px;
	}
	.part3Bot li {
		padding-left: 14px;
	}
	.part3Bot li .item {
		padding: 20px 14px 14px;
	}
	.part3Bot .brandTop .image {
		width: 68px;
		height: 68px;
		margin-right: 8px;
	}
	.part3Bot .brandTop .text p {
		height: 28px;
		line-height: 28px;
		font-size: 18px;
	}
	.part3Bot .brandTop .text a.btn {
		margin-top: 7px;
		height: 30px;
		line-height: 28px;
		width: 68px;
		font-size: 14px;
	}
	.part3Bot .brandTop .text a.btn svg {
		width: 4px;
		height: 10px;
		margin: 10px 0 0 8px;
	}
	.part3Bot .proBot {
		margin-top: 14px;
	}
	.part3Bot .proBot .image {
		width: 82px;
		height: 82px;
		margin-right: 12px;
	}
	.part3Bot .proBot .text p {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.part3Bot .proBot .text .price {
		font-size: 13px;
	}
	.part3Bot .proBot .text .price b {
		font-size: 17px;
	}
	.part4 {
		padding: 14px 7px;
	}
	.part4 .public-title {
		margin: 0 7px;
	}
	.part4Bot li {
		margin-top: 14px;
		padding: 0 7px;
	}
	.part4Bot li:nth-child(-n+6) {
		margin-top: 8px;
	}
	.part4Bot ul {
		width: 1386px;
	}
	.part4Bot li .image {
		height: 188px;
	}
	.part4Bot li p {
		margin-top: 10px;;
		font-size: 15px;
	}
	.part4Bot li .price {
		margin-top: 7px;
		line-height: 26px;
		font-size: 13px;
	}

	.part4Bot li .price b {
		font-size: 17px;
	}
	.part4Bot {
		height: 583px;
	}
	.link {
		padding: 18px;
	}
	.linkBot li {
		line-height: 36px;
		padding: 0 20px;
		font-size: 15px;
	}
	.linkBot li::after {
		font-size: 14px;
	}


	
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.main,.w{
		width: 1328px;
	}
	.top {
		padding: 22px 0;
	}
	.top .logo {
		margin-top: 6px;
	}
	.top .logo img {
		height: 44px;
	}
	.top .pageName {
		height: 44px;
		padding-left: 12px;
		margin-left: 12px;
	}
	.top .pageName img{
		height: 36px;
	}
	.searchBox {
		margin-left: 59px;
	}
	.search {
		width: 624px;
		height: 42px;
	}
	.searchSelect {
		height: 34px;
	}
	.searchSelectTop p {
		font-size: 14px;
		line-height: 34px;
		text-indent: 8px;
	}
	.searchSelectTop svg {
		top: 17px;
		width: 8px;
  		height: 8px;
	}
	.searchSelectTop.focus svg {
		top: 13px;
	}
	.searchSelectBot {
		top: 36px;
	}
	.search input {
		height: 34px;
		line-height: 34px;
	}
	.search button {
		height: 34px;
		line-height: 34px;
		font-size: 15px;
	}
	.search button svg {
		margin: 11px 5px 0 0;
		width: 14px;
		height: 14px;
	}
	.top .right {
		height: 66px;
	}
	.searchBox a.wt {
		margin: 1px 0 0 8px;
		height: 40px;
		line-height: 38px;
		padding: 0 12px;
		font-size: 15px;
	}
	.searchBox a.wt svg {
		margin: 13px 4px 0 0;
		width: 16px;
		height: 16px;
	}
	.searchBox .hot {
		margin-top: 7px;
	}
	.searchBox .hot a {
		margin-left: 12px;
		font-size: 13px;
	}
	.banner {
		padding: 14px;
	}
	.product-classify {
		width: 238px;
	}
	.product-classify ul {
		padding: 2px 0;
	}
	.class-a {
		padding: 11px 20px 12px 32px;
	}
	.class-a b {
		font-size: 14px;
		line-height: 18px;
	}
	.class-a b svg {
		width: 8px;
    	height: 10px;
    	left: 20px;
    	top: 14px;
	}
	.class-a span {
		height: 16px;
		margin-top: 4px;
	}
	.class-a span a {
		font-size: 12px;
		margin-right: 4px;
		line-height: 16px;
	}
	.product-classify li .class-b {
		left: 238px;
		width: 786px;
		height: 492px;
	}
	.product-classify li .class-b .class-b-bg{
		padding: 10px 14px 0px 10px;
	}
	.product-classify li .class-b .item {
		margin-bottom: 12px;
	}
	.product-classify li .class-b .item span {
		font-size: 15px;
		padding-bottom: 6px;
		line-height: 19px;
	}
	.product-classify li .class-b .item p {
		font-size: 13px;
		margin-top: 6px;
		line-height: 22px;
		margin-left: -10px;
	}
	.product-classify li .class-b .item p a {
		height: 22px;
		padding: 0 10px;
	}
	.product-classify li .class-b .item p a::after {
		height: 12px;
	}
	.bannerRight {
		width: calc(100% - 238px - 14px);
	}
	.nav {
		padding: 0px 8px;
	}
	.nav a {
		padding: 0 24px;
		font-size: 15px;
	}
	.nav a b {
		height: 44px;
		line-height: 44px;
	}
	.nav a svg {
		margin: 15px 2px 0 0;
		width: 16px;
		height: 16px;
	}
	.nav a:first-child svg {
		width: 18px;
		height: 18px;
	}
	.mt16 {
		margin-top: 14px;
	}
	.news {
		width: 772px;
		margin-right: 13px;
	}
	.bigImg {
		width: 546px;
		margin-right: 13px;
	}
	.bigImg .bot {
		padding: 60px 8px 8px;
	}
	.bigImg .bot a {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.bigImg .bot mark {
		height: 24px;
		line-height: 24px;
		padding: 0 7px;
		margin-right: 6px;
		font-size: 13px;
	}
	.newsTop li {
		margin-top: 14px;
		padding: 14px 88px 14px 14px;
	}
	.newsTop li b {
		line-height: 22px;
		font-size: 13px;
	}
	.newsTop li p {
		font-size: 12px;
	}
	.newsTop li .bot {
		margin-top: 9px;
		font-size: 12px;
	}
	.proShow li {
		padding: 14px;
	}
	.proShow li .image {
		width: 86px;
		height: 86px;
		margin-right: 10px;
	}
	.proShow li .text {
		padding-top: 3px;
	}
	.proShow li .text p {
		line-height: 28px;
		height: 28px;
		font-size: 15px;
	}
	.proShow li .text span {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.proShow li .text .price {
		margin-top: 10px;
		line-height: 22px;
		font-size: 13px;
	}
	.proShow li .text .price b {
		font-size: 17px;
	}
	.login .message {
		padding: 16px 20px 12px;
	}
	.login .message .image {
		width: 58px;
		height: 58px;
		margin-right: 6px;
	}
	.login .message .text p {
		line-height: 34px;
		height: 34px;
		font-size: 16px;
	}
	.login .message .text span {
		line-height: 20px;
		height: 20px;
		font-size: 12px;
	}
	.login .shop-notice {
		margin-top: 14px;
		padding: 0 20px;
	}
	.login .shop-notice .title span {
		line-height: 20px;
		font-size: 15px;
	}
	.login .shop-notice .title span::after {
		height: 3px;
	}
	.login .shop-notice .title .more {
		top: 5px;
		font-size: 12px;
	}
	.login .shop-notice li {
		font-size: 14px;
		height: 18px;
		line-height: 18px;
		margin-top: 12px;
	}
	.login .shop-notice li i {
		width: 4px;
		height: 4px;
		margin: 7px 8px 0 2px;
	}
	.login .btn-arr {
		margin-top: 10px;
		padding: 0 14px 16px;
	}
	.login .btn-arr li {
		margin-top: 8px;
		padding: 0 4px;
	}
	.login .btn-arr li a {
		line-height: 30px;
		font-size: 13px;
		padding: 7px;
	}
	.login .btn-arr li i {
		width: 28px;
		height: 28px;
		margin-right: 6px;
	}
	.login .btn-arr li svg{
		width: 14px;
		height: 16px;
	}
	.login .btn-arr li:nth-child(2) svg{
		width: 16px;
		height: 18px;
	}
	.login .btn-arr li:nth-child(3) svg{
		width: 16px;
		height: 16px;
	}
	.login .btn-arr li:nth-child(4) svg{
		width: 11px;
		height: 17px;
	}
	.product {
		padding: 15px 7px;
	}
	.product-title .title-left {
		font-size: 25px;
	}
	.product-title .title-left span {
		height: 55px;
		line-height: 50px;
	}
	.product-title .title-left i {
		width: 40px;
		height: 46px;
		margin-right: 6px;
	}
	.swiper-box {
		right: 98px;
		top: 11px;
	}
	.title-swiper {
		width: 692px;
		margin: 0 14px;
	}
	.swiper-box .title-swiper {
		height: 44px;
		padding-bottom: 14px;
	}
	.swiper-box .swiper-slide a {
		line-height: 30px;
		font-size: 15px;
		padding: 0 14px;
		margin: 0px 6px;
	}
	.swiper-box .swiper-slide a:hover::after, .swiper-box .swiper-slide.focus a::after {
		width: 4px;
		height: 4px;
		bottom: -13px;
		border: 2px solid #e64a4d;
	}
	#part1 .swiper-box .swiper-slide a:hover::after, 
	#part1 .swiper-box .swiper-slide.focus a::after,
	#part3 .swiper-box .swiper-slide a:hover::after, 
	#part3 .swiper-box .swiper-slide.focus a::after {
		border: 2px solid #00a5b2;
	}
	#part2 .swiper-box .swiper-slide a:hover::after, 
	#part2 .swiper-box .swiper-slide.focus a::after {
		border: 2px solid #f29009;
	}
	.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
		margin-top: 9px;
	}
	.product-title a.more {
		font-size: 14px;
		top: 47%;
	}
	.product .swiper-bot ul {
		margin-top: -4px;
	}
	.product .swiper-bot li {
		margin-top: 14px;
		padding: 0 7px;
	}
	.product .swiper-bot li .item {
		padding: 14px;
	}
	.product .swiper-bot li p {
		margin-top: 10px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.product .swiper-bot li .bot {
		margin-top: 10px;
		height: 30px;
		line-height: 28px;
	}
	.product .swiper-bot li .bot span {
		font-size: 13px;
	}
	.product .swiper-bot li .bot .price {
		font-size: 12px;
	}
	.product .swiper-bot li .bot .price b {
		font-size: 16px;
	}
	.product .swiper-bot li .bot::after {
		width: 1px;
		height: 14px;
	}
	.public-title span {
		height: 55px;
		line-height: 50px;
		font-size: 25px;
	}
	.part {
		padding: 14px;
	}
	#part1 .public-title span i {
		width: 41px;
		height: 41px;
		margin: 7px 8px 0 0;
	}
	.part .partBot {
		margin-top: 10px;
	}
	.main-left {
		width: 1110px;
	}
	.bot-left {
		width: 361px;
		padding-bottom: 0;
	}
	.bot-left .big--image {
		padding-bottom: 58px;
	}
	.bot-left .big--image p {
		padding: 28px 12px 18px;
	}
	.bot-left .big--image a {
		height: 22px;
		line-height: 22px;
		font-size: 14px;
	}
	.bot-left .big--image a i {
		height: 22px;
		line-height: 22px;
		padding: 0 6px;
		font-size: 12px;
		margin-right: 6px;
	}
	.bot-left .big--image .image svg {
		width: 56px;
		height: 56px;
	}
	.image--small ul {
		margin-left: -14px;
	}
	.main-left li {
		padding-left: 14px;
	}
	.main-left li .image {
		height: 178px;
	}
	.main-left li p {
		margin-top: 11px;
		line-height: 20px;
		height: 40px;
		font-size: 15px;
	}
	.main-left li .price {
		margin-top: 8px;
		line-height: 22px;
		font-size: 12px;
	}
	.main-left li .price b {
		font-size: 16px;
	}
	.bot-right {
		width: calc(100% - 361px);
	}
	.bot-right ul {
		margin-top: -14px;
	}
	.bot-right li {
		margin-top: 14px;
	}
	.main-right {
		width: 177px;
		padding: 10px 9px 9px;
	}
	.main-right .title span {
		margin: 0 8px;
		line-height: 34px;
		font-size: 19px;
	}
	.main-right .title img {
		margin-top: 13px;
		height: 12px;
	}
	.main-right li {
		margin-top: 9px;
	}
	.main-right li .item a {
		height: 88px;
	}
	#part2 .public-title span i {
		width: 58px;
		height: 51px;
		margin: 4px 6px 0 0;
	}
	#part3 .public-title span i {
		width: 38px;
		height: 38px;
		margin: 7px 8px 0 0;
	}
	.part4 .public-title span i {
		width: 38px;
		height: 38px;
		margin: 5px 8px 0 0;
	}
	.part3Bot {
		margin-top: 8px;
	}
	.part3Bot ul {
		margin-left: -13px;
	}
	.part3Bot li {
		padding-left: 13px;
	}
	.part3Bot li .item {
		padding: 19px 13px 13px;
	}
	.part3Bot .brandTop .image {
		width: 64px;
		height: 64px;
		margin-right: 6px;
	}
	.part3Bot .brandTop .text p {
		height: 26px;
		line-height: 26px;
		font-size: 17px;
	}
	.part3Bot .brandTop .text a.btn {
		margin-top: 7px;
		height: 28px;
		line-height: 26px;
		width: 66px;
		font-size: 13px;
	}
	.part3Bot .brandTop .text a.btn svg {
		width: 4px;
		height: 10px;
		margin: 9px 0 0 6px;
	}
	.part3Bot .proBot {
		margin-top: 14px;
	}
	.part3Bot .proBot .image {
		width: 79px;
		height: 79px;
		margin-right: 12px;
	}
	.part3Bot .proBot .text p {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.part3Bot .proBot .text .price {
		font-size: 12px;
	}
	.part3Bot .proBot .text .price b {
		font-size: 16px;
	}
	.part4 {
		padding: 14px 7px;
	}
	.part4 .public-title {
		margin: 0 7px;
	}
	.part4Bot li {
		margin-top: 14px;
		padding: 0 7px;
	}
	.part4Bot li:nth-child(-n+6) {
		margin-top: 8px;
	}
	.part4Bot ul {
		width: 1314px;
	}
	.part4Bot li .image {
		height: 178px;
	}
	.part4Bot li p {
		margin-top: 10px;
		line-height: 20px;
  		height: 40px;
		font-size: 15px;
	}
	.part4Bot li .price {
		margin-top: 7px;
		line-height: 22px;
		font-size: 13px;
	}
	.part4Bot li .price b {
		font-size: 17px;
	}
	.part4Bot {
		height: 539px;
	}
	.link {
		padding: 16px;
	}
	.linkBot li {
		line-height: 34px;
		padding: 0 20px;
		font-size: 14px;
	}
	.linkBot li::after {
		font-size: 13px;
	}
	.copyright {
		font-size: 12px;
	}
	ul.footImg {
		height: 42px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 118px;
	}
	ul.footImg li a {
		width: 106px;
		height: 42px;
	}


}
@media only screen and (min-width: 1025px) and (max-width:1199px){

	.main,.w{
		width: 1138px;
	}
	.top {
		padding: 19px 0;
	}
	.top .logo {
		margin-top: 5px;
	}
	.top .logo img {
		height: 38px;
	}
	.top .pageName {
		height: 38px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.top .pageName img{
		height: 32px;
	}
	.searchBox {
		margin-left: 39px;
	}
	.search {
		width: 525px;
		height: 36px;
	}
	.searchSelect {
		height: 28px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 28px;
		text-indent: 4px;
	}
	.searchSelectTop svg {
		top: 13px;
    	width: 8px;
    	height: 8px;
    	right: 6px;
	}
	.searchSelectTop.focus svg {
		top: 10px;
	}
	.searchSelectBot {
		top: 30px;
	}
	.searchSelectBot li {
		text-indent: 11px;
		font-size: 12px;
		line-height: 24px;
	}
	.search input {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.search button {
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}
	.search button svg {
		margin: 8px 5px 0 0;
		width: 14px;
		height: 14px;
	}
	.top .right {
		height: 56px;
	}
	.searchBox a.wt {
		margin: 1px 0 0 4px;
		height: 34px;
		line-height: 34px;
		padding: 0 9px;
		font-size: 13px;
	}
	.searchBox a.wt svg {
		margin: 12px 3px 0 0;
		width: 14px;
		height: 14px;
	}
	.searchBox .hot {
		margin-top: 5px;
	}
	.searchBox .hot a {
		margin-left: 8px;
		font-size: 12px;
	}
	.banner {
		padding: 12px;
	}
	.product-classify {
		width: 204px;
	}
	.product-classify ul {
		padding: 5px 0;
	}
	.class-a {
		padding: 7px 16px 7px 26px;
	}
	.class-a b {
		font-size: 13px;
		line-height: 18px;
	}
	.class-a b svg {
		width: 8px;
    	height: 10px;
    	left: 16px;
    	top: 14px;
	}
	.class-a span {
		height: 16px;
		margin-top: 4px;
	}
	.class-a span a {
		font-size: 12px;
		margin-right: 3px;
		line-height: 16px;
	}
	.product-classify li .class-b {
		left: 204px;
		width: 673px;
		height: 426px;
	}
	.product-classify li .class-b .class-b-bg{
		padding: 8px 12px 0px 8px;
	}
	.product-classify li .class-b .item {
		margin-bottom: 12px;
	}
	.product-classify li .class-b .item span {
		font-size: 14px;
		padding-bottom: 6px;
		line-height: 19px;
	}
	.product-classify li .class-b .item p {
		font-size: 12px;
		margin-top: 6px;
		line-height: 20px;
		margin-left: -8px;
	}
	.product-classify li .class-b .item p a {
		height: 20px;
		padding: 0 8px;
	}
	.product-classify li .class-b .item p a::after {
		height: 12px;
	}
	 .bannerRight {
	 	width: calc(100% - 204px - 12px);
	 }
	.nav {
		padding: 0px 6px;
	}
	.nav a {
		padding: 0 20px;
		font-size: 14px;
	}
	.nav a b {
		height: 38px;
		line-height: 38px;
	}
	.nav a svg {
		margin: 13px 2px 0 0;
		width: 14px;
		height: 14px;
	}
	.nav a:first-child svg {
		width: 16px;
		height: 16px;
	}
	.mt16 {
		margin-top: 12px;
	}
	.news {
		width: 661px;
		margin-right: 12px;
	}
	.bigImg {
		width: 467px;
		margin-right: 11px;
	}
	.bigImg .bot {
		padding: 50px 6px 6px;
	}
	.bigImg .bot a {
		height: 22px;
		line-height: 22px;
		font-size: 14px;
	}
	.bigImg .bot mark {
		height: 22px;
		line-height: 22px;
		padding: 0 6px;
		margin-right: 5px;
		font-size: 12px;
	}
	.newsTop li {
		margin-top: 11px;
		padding: 10px 72px 10px 10px;
	}
	.newsTop li b {
		line-height: 20px;
		font-size: 13px;
	}
	.newsTop li p {
		font-size: 12px;
	}
	.newsTop li .bot {
		margin-top: 6px;
		font-size: 12px;
	}
	.proShow li {
		padding: 12px;
	}
	.proShow li .image {
		width: 75px;
		height: 75px;
		margin-right: 6px;
	}
	.proShow li .text {
		padding-top: 0;
	}
	.proShow li .text p {
		line-height: 24px;
		height: 24px;
		font-size: 14px;
	}
	.proShow li .text span {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.proShow li .text .price {
		margin-top: 8px;
		line-height: 20px;
		font-size: 12px;
	}
	.proShow li .text .price b {
		font-size: 15px;
	}
	.login .message {
		padding: 12px 16px 10px;
	}
	.login .message .image {
		width: 48px;
		height: 48px;
		margin-right: 4px;
	}
	.login .message .text p {
		line-height: 28px;
		height: 28px;
		font-size: 15px;
	}
	.login .message .text span {
		line-height: 18px;
		height: 18px;
		font-size: 12px;
	}
	.login .shop-notice {
		margin-top: 10px;
		padding: 0 16px;
	}
	.login .shop-notice .title span {
		line-height: 20px;
		font-size: 14px;
	}
	.login .shop-notice .title span::after {
		height: 3px;
	}
	.login .shop-notice .title .more {
		top: 5px;
		font-size: 12px;
	}
	.login .shop-notice li {
		font-size: 12px;
		height: 18px;
		line-height: 18px;
		margin-top: 9px;
	}
	.login .shop-notice li i {
		width: 4px;
		height: 4px;
		margin: 7px 8px 0 2px;
	}
	.login .btn-arr {
		margin-top: 4px;
		padding: 0 13px 14px;
	}
	.login .btn-arr li {
		margin-top: 6px;
		padding: 0 3px;
	}
	.login .btn-arr li a {
		line-height: 24px;
		font-size: 12px;
		padding: 7px;
	}
	.login .btn-arr li i {
		width: 24px;
		height: 24px;
		margin-right: 4px;
	}
	.login .btn-arr li svg{
		width: 12px;
		height: 14px;
	}
	.login .btn-arr li:nth-child(2) svg{
		width: 14px;
		height: 16px;
	}
	.login .btn-arr li:nth-child(3) svg{
		width: 14px;
		height: 14px;
	}
	.login .btn-arr li:nth-child(4) svg{
		width: 9px;
		height: 15px;
	}
	.product {
		padding: 12px 6px;
	}
	.product-title .title-left {
		font-size: 21px;
	}
	.product-title .title-left span {
		height: 45px;
		line-height: 40px;
	}
	.product-title .title-left i {
		width: 33px;
		height: 38px;
		margin-right: 4px;
	}
	.swiper-box {
		right: 79px;
		top: 9px;
	}
	.title-swiper {
		width: 562px;
		margin: 0 12px;
	}
	.swiper-box .title-swiper {
		height: 36px;
		padding-bottom: 10px;
	}
	.swiper-box .swiper-slide a {
		line-height: 26px;
		font-size: 13px;
		padding: 0 12px;
		margin: 0px 5px;
	}
	.swiper-box .swiper-slide a:hover::after, .swiper-box .swiper-slide.focus a::after {
		width: 3px;
		height: 3px;
		bottom: -10px;
		border: 2px solid #e64a4d;
	}
	#part1 .swiper-box .swiper-slide a:hover::after, 
	#part1 .swiper-box .swiper-slide.focus a::after,
	#part3 .swiper-box .swiper-slide a:hover::after, 
	#part3 .swiper-box .swiper-slide.focus a::after {
		border: 2px solid #00a5b2;
	}
	#part2 .swiper-box .swiper-slide a:hover::after, 
	#part2 .swiper-box .swiper-slide.focus a::after {
		border: 2px solid #f29009;
	}
	.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
		margin-top: 8px;
	}
	.product-title a.more {
		font-size: 12px;
		top: 48%;
	}
	.product .swiper-bot ul {
		margin-top: -2px;
	}
	.product .swiper-bot li {
		margin-top: 12px;
		padding: 0 6px;
	}
	.product .swiper-bot li .item {
		padding: 12px;
	}
	.product .swiper-bot li p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.product .swiper-bot li .bot {
		margin-top: 8px;
		height: 28px;
		line-height: 26px;
	}
	.product .swiper-bot li .bot span {
		font-size: 12px;
	}
	.product .swiper-bot li .bot .price {
		font-size: 12px;
	}
	.product .swiper-bot li .bot .price b {
		font-size: 15px;
	}
	.product .swiper-bot li .bot::after {
		width: 1px;
		height: 10px;
	}
	.public-title span {
		height: 45px;
		line-height: 40px;
		font-size: 21px;
	}
	.part {
		padding: 12px;
	}
	#part1 .public-title span i {
		width: 34px;
		height: 33px;
		margin: 7px 8px 0 0;
	}
	.part .partBot {
		margin-top: 6px;
	}
	.main-left {
		width: 951px;
	}
	.bot-left {
		width: 309px;
		padding-bottom: 0;
	}
	.bot-left .big--image {
		padding-bottom: 48px;
	}
	.bot-left .big--image p {
		padding: 24px 10px 15px;
	}
	.bot-left .big--image a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.bot-left .big--image a i {
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		font-size: 12px;
		margin-right: 4px;
	}
	.bot-left .big--image .image svg {
		width: 48px;
		height: 48px;
	}
	.image--small ul {
		margin-left: -12px;
	}
	.main-left li {
		padding-left: 12px;
	}
	.main-left li .image {
		height: 153px;
	}
	.main-left li p {
		margin-top: 5px;
		line-height: 20px;
		height: 40px;
		font-size: 15px;
	}
	.main-left li .price {
		margin-top: 4px;
		line-height: 20px;
		font-size: 12px;
	}
	.main-left li .price b {
		font-size: 15px;
	}
	.bot-right {
		width: calc(100% - 309px);
	}
	.bot-right ul {
		margin-top: -12px;
	}
	.bot-right li {
		margin-top: 12px;
	}
	.main-right {
		width: 152px;
		padding: 9px 8px 8px;
	}
	.main-right .title span {
		margin: 0 6px;
		line-height: 30px;
		font-size: 16px;
	}
	.main-right .title img {
		margin-top: 10px;
		height: 10px;
	}
	.main-right li {
		margin-top: 7px;
	}
	.main-right li .item a {
		height: 76px;
	}
	#part2 .public-title span i {
		width: 47px;
		height: 43px;
		margin: 3px 4px 0 0;
	}
	#part3 .public-title span i {
		width: 32px;
		height: 31px;
		margin: 6px 4px 0 0;
	}
	.part4 .public-title span i {
		width: 29px;
		height: 30px;
		margin: 5px 4px 0 0;
	}
	.part3Bot {
		margin-top: 8px;
	}
	.part3Bot ul {
		margin-left: -11px;
	}
	.part3Bot li {
		padding-left: 11px;
	}
	.part3Bot li .item {
		padding: 16px 11px 11px;
	}
	.part3Bot .brandTop .image {
		width: 56px;
		height: 56px;
		margin-right: 6px;
	}
	.part3Bot .brandTop .text p {
		height: 24px;
		line-height: 24px;
		font-size: 16px;
	}
	.part3Bot .brandTop .text a.btn {
		margin-top: 5px;
		height: 24px;
		line-height: 22px;
		width: 52px;
		font-size: 12px;
	}
	.part3Bot .brandTop .text a.btn svg {
		width: 4px;
		height: 10px;
		margin: 7px 0 0 6px;
	}
	.part3Bot .proBot {
		margin-top: 12px;
	}
	.part3Bot .proBot .image {
		width: 68px;
		height: 68px;
		margin-right: 10px;
	}
	.part3Bot .proBot .text p {
		height: 22px;
		line-height: 22px;
		font-size: 13px;
	}
	.part3Bot .proBot .text .price {
		margin-top: 6px;
  		height: 18px;
  		line-height: 18px;
		font-size: 12px;
	}
	.part3Bot .proBot .text .price b {
		font-size: 15px;
	}
	.part4 {
		padding: 14px 7px;
	}
	.part4 .public-title {
		margin: 0 7px;
	}
	.public-title #change {
		height: 30px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 13px;
	}
	.public-title #change svg {
		margin: 9px 5px 0 0;
		width: 14px;
		height: 12px;
	}
	.part4Bot li {
		margin-top: 12px;
		padding: 0 6px;
	}
	.part4Bot li:nth-child(-n+6) {
		margin-top: 6px;
	}
	.part4Bot ul {
		width: 1124px;
	}
	.part4Bot li .image {
		height: 153px;
	}
	.part4Bot li p {
		margin-top: 8px;
		line-height: 18px;
  		height: 36px;
		font-size: 13px;
	}
	.part4Bot li .price {
		margin-top: 5px;
		line-height: 20px;
		font-size: 12px;
	}
	.part4Bot li .price b {
		font-size: 15px;
	}
	.part4Bot {
		height: 464px;
	}
	.link {
		padding: 12px;
	}
	.linkBot li {
		line-height: 30px;
		padding: 0 16px;
		font-size: 13px;
	}
	.linkBot li::after {
		font-size: 12px;
	}
	.footer .item .footer-code li .code {
		width: 106px;
		height: 106px;
		padding: 8px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
	.footer .item .footer-code {
		width: 360px;
		margin-top: 42px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 28px;
	}

	.footer .item .left span img {
		margin: 6px 5px 0 8px;
		width: 14px;
	}
	.copyright {
		font-size: 12px;
	}
	ul.footImg {
		height: 32px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 90px;
	}
	ul.footImg li a {
		width: 80px;
		height: 32px;
	}


}
@media only screen and (max-width:1024px){
	.main,.w{
		width: 1000px;
	}
	.header span a {
		margin-right: 12px;
		font-size: 12px;
	}
	.header p {
		margin-right: 152px;
	}
	.header p a {
		font-size: 12px;
		padding: 0 8px;
	}
	.Tophead li .ServiceTop {
		padding: 0 8px;
		font-size: 12px;
	}
	.Tophead li .ServiceTop svg {
		margin: 11px 2px 0 0;
		width: 14px;
		height: 14px;
	}
	.Tophead li.weixin .ServiceTop svg {
		margin: 12px 2px 0 0;
	}
	.top {
		padding: 17px 0;
	}
	.top .logo {
		margin-top: 5px;
	}
	.top .logo img {
		height: 33px;
	}
	.top .pageName {
		height: 33px;
		padding-left: 8px;
		margin-left: 8px;
	}
	.top .pageName img{
		height: 27px;
	}
	.searchBox {
		margin-left: 34px;
	}
	.search {
		width: 470px;
		height: 32px;
		padding: 2px;
  		border: 1px solid #00a5b2;
	}
	.searchSelect {
		height: 28px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 26px;
		text-indent: 4px;
	}
	.searchSelectTop svg {
		top: 12px;
    	width: 8px;
    	height: 8px;
    	right: 2px;
	}
	.searchSelectTop.focus svg {
		top: 8px;
	}
	.searchSelectBot {
		top: 28px;
	}
	.searchSelectBot li {
		text-indent: 11px;
		font-size: 12px;
		line-height: 22px;
	}
	.search input {
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.search button {
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.search button svg {
		margin: 8px 5px 0 0;
		width: 14px;
		height: 14px;
	}
	.top .right {
		height: 49px;
	}
	.searchBox a.wt {
		margin: 1px 0 0 4px;
		height: 30px;
		line-height: 30px;
		padding: 0 7px;
		font-size: 12px;
	}
	.searchBox a.wt svg {
		margin: 10px 3px 0 0;
		width: 13px;
		height: 13px;
	}
	.searchBox .hot {
		margin-top: 3px;
	}
	.searchBox .hot a {
		margin-left: 4px;
		font-size: 12px;
	}
	.banner {
		padding: 10px;
	}
	.product-classify {
		width: 180px;
	}
	.product-classify ul {
		padding: 1px 0;
	}
	.class-a {
		padding: 6px 12px 6px 25px;
	}
	.class-a b {
		font-size: 12px;
		line-height: 16px;
	}
	.class-a b svg {
		width: 8px;
    	height: 10px;
    	left: 14px;
    	top: 9px;
	}
	.class-a span {
		height: 14px;
		margin-top: 4px;
	}
	.class-a span a {
		font-size: 12px;
		margin-right: 2px;
		line-height: 14px;
	}
	.product-classify li .class-b {
		left: 180px;
		width: 592px;
		height: 370px;
	}
	.product-classify li .class-b .class-b-bg{
		padding: 6px 10px 0px 6px;
	}
	.product-classify li .class-b .item {
		margin-bottom: 10px;
	}
	.product-classify li .class-b .item span {
		font-size: 13px;
		padding-bottom: 4px;
		line-height: 17px;
	}
	.product-classify li .class-b .item p {
		font-size: 12px;
		margin-top: 6px;
		line-height: 20px;
		margin-left: -6px;
	}
	.product-classify li .class-b .item p a {
		height: 20px;
		padding: 0 6px;
	}
	.product-classify li .class-b .item p a::after {
		height: 12px;
	}
	 .bannerRight {
	 	width: calc(100% - 180px - 10px);
	 }
	.nav {
		padding: 0px 4px;
	}
	.nav a {
		padding: 0 16px;
		font-size: 13px;
	}
	.nav a b {
		height: 34px;
		line-height: 34px;
	}
	.nav a svg {
		margin: 11px 2px 0 0;
		width: 13px;
		height: 13px;
	}
	.nav a:first-child svg {
		width: 15px;
		height: 15px;
	}
	.mt16 {
		margin-top: 10px;
	}
	.news {
		width: 582px;
		margin-right: 10px;
	}
	.bigImg {
		width: 411px;
		margin-right: 10px;
	}
	.bigImg .bot {
		padding: 40px 5px 5px;
	}
	.bigImg .bot a {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.bigImg .bot mark {
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		margin-right: 4px;
		font-size: 12px;
	}
	.newsTop li {
		margin-top: 10px;
		padding: 6px 52px 6px 6px;
	}
	.newsTop li b {
		line-height: 20px;
		font-size: 13px;
	}
	.newsTop li p {
		font-size: 12px;
	}
	.newsTop li .bot {
		margin-top: 4px;
		font-size: 12px;
	}
	.proShow li {
		padding: 10px;
	}
	.proShow li .image {
		width: 65px;
		height: 65px;
		margin-right: 4px;
	}
	.proShow li .text {
		padding-top: 0;
	}
	.proShow li .text p {
		line-height: 22px;
		height: 22px;
		font-size: 13px;
	}
	.proShow li .text span {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.proShow li .text .price {
		margin-top: 3px;
		line-height: 20px;
		font-size: 12px;
	}
	.proShow li .text .price b {
		font-size: 14px;
	}
	.login .message {
		padding: 10px 14px 8px;
	}
	.login .message .image {
		width: 42px;
		height: 42px;
		margin-right: 2px;
	}
	.login .message .text p {
		line-height: 24px;
		height: 24px;
		font-size: 14px;
	}
	.login .message .text span {
		line-height: 18px;
		height: 18px;
		font-size: 12px;
	}
	.login .shop-notice {
		margin-top: 10px;
		padding: 0 15px;
	}
	.login .shop-notice .title span {
		line-height: 20px;
		font-size: 14px;
	}
	.login .shop-notice .title span::after {
		height: 3px;
	}
	.login .shop-notice .title .more {
		top: 5px;
		font-size: 12px;
	}
	.login .shop-notice li {
		font-size: 12px;
		height: 16px;
		line-height: 16px;
		margin-top: 9px;
	}
	.login .shop-notice li i {
		width: 3px;
		height: 3px;
		margin: 6px 5px 0 2px;
	}
	.login .btn-arr {
		margin-top: 3px;
		padding: 0 10px 10px;
	}
	.login .btn-arr li {
		margin-top: 6px;
		padding: 0 3px;
	}
	.login .btn-arr li a {
		line-height: 20px;
		font-size: 12px;
		padding: 4px;
	}
	.login .btn-arr li i {
		width: 20px;
		height: 20px;
		margin-right: 2px;
	}
	.login .btn-arr li svg{
		width: 10px;
		height: 12px;
	}
	.login .btn-arr li:nth-child(2) svg{
		width: 12px;
		height: 14px;
	}
	.login .btn-arr li:nth-child(3) svg{
		width: 12px;
		height: 12px;
	}
	.login .btn-arr li:nth-child(4) svg{
		width: 7px;
		height: 12px;
	}
	.product {
		padding: 10px 5px;
	}
	.product-title .title-left {
		font-size: 18px;
	}
	.product-title .title-left span {
		height: 40px;
		line-height: 36px;
	}
	.product-title .title-left i {
		width: 29px;
		height: 34px;
		margin-right: 3px;
	}
	.product-title .title-left::after {
		bottom: 5px;
		height: 15px;
	}
	.swiper-box {
		right: 70px;
		top: 9px;
	}
	.title-swiper {
		width: 526px;
		margin: 0 10px;
	}
	.swiper-box .title-swiper {
		height: 31px;
		padding-bottom: 9px;
	}
	.swiper-box .swiper-slide a {
		line-height: 22px;
		font-size: 12px;
		padding: 0 8px;
		margin: 0 4px;
	}
	.swiper-box .swiper-slide a:hover::after, .swiper-box .swiper-slide.focus a::after {
		width: 2px;
		height: 2px;
		bottom: -9px;
		border: 2px solid #e64a4d;
	}
	#part1 .swiper-box .swiper-slide a:hover::after, 
	#part1 .swiper-box .swiper-slide.focus a::after,
	#part3 .swiper-box .swiper-slide a:hover::after, 
	#part3 .swiper-box .swiper-slide.focus a::after {
		border: 2px solid #00a5b2;
	}
	#part2 .swiper-box .swiper-slide a:hover::after, 
	#part2 .swiper-box .swiper-slide.focus a::after {
		border: 2px solid #f29009;
	}
	.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
		margin-top: 5px;
	}
	.product-title a.more {
		font-size: 12px;
		top: 49%;
	}
	.product .swiper-bot ul {
		margin-top: -2px;
	}
	.product .swiper-bot li {
		margin-top: 10px;
		padding: 0 5px;
	}
	.product .swiper-bot li .item {
		padding: 10px;
	}
	.product .swiper-bot li p {
		margin-top: 6px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.product .swiper-bot li .bot {
		margin-top: 4px;
		height: 22px;
		line-height: 20px;
	}
	.product .swiper-bot li .bot span {
		font-size: 12px;
	}
	.product .swiper-bot li .bot .price {
		font-size: 12px;
	}
	.product .swiper-bot li .bot .price b {
		font-size: 14px;
	}
	.product .swiper-bot li .bot::after {
		width: 1px;
		height: 6px;
	}
	.public-title span {
		height: 40px;
		line-height: 36px;
		font-size: 18px;
	}
	.part {
		padding: 10px;
	}
	#part1 .public-title span i {
		width: 28px;
		height: 27px;
		margin: 5px 4px 0 0;
	}
	.part .partBot {
		margin-top: 6px;
	}
	.main-left {
		width: 836px;
	}
	.bot-left {
		width: 271px;
		padding-bottom: 0;
	}
	.bot-left .big--image {
		padding-bottom: 42px;
	}
	.bot-left .big--image p {
		padding: 20px 6px 12px;
	}
	.bot-left .big--image a {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.bot-left .big--image a i {
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		font-size: 12px;
		margin-right: 2px;
	}
	.bot-left .big--image .image svg {
		width: 44px;
		height: 44px;
	}
	.image--small ul {
		margin-left: -10px;
	}
	.main-left li {
		padding-left: 10px;
	}
	.main-left li .image {
		height: 134px;
	}
	.main-left li p {
		margin-top: 3px;
		line-height: 18px;
		height: 36px;
		font-size: 14px;
	}
	.main-left li .price {
		margin-top: 3px;
		line-height: 18px;
		font-size: 12px;
	}
	.main-left li .price b {
		font-size: 15px;
	}
	.bot-right {
		width: calc(100% - 271px);
	}
	.bot-right ul {
		margin-top: -10px;
	}
	.bot-right li {
		margin-top: 10px;
	}
	.main-right {
		width: 135px;
		padding: 9px 7px 7px;
	}
	.main-right .title span {
		margin: 0 5px;
		line-height: 24px;
		font-size: 15px;
	}
	.main-right .title img {
		margin-top: 8px;
		height: 9px;
	}
	.main-right li {
		margin-top: 7px;
	}
	.main-right li .item a {
		height: 65px;
	}
	#part2 .public-title span i {
		width: 42px;
		height: 37px;
		margin: 2px 3px 0 0;
	}
	#part3 .public-title span i {
		width: 28px;
		height: 27px;
		margin: 4px 3px 0 0;
	}
	.part4 .public-title span i {
		width: 26px;
		height: 27px;
		margin: 3px 3px 0 0;
	}
	.part3Bot {
		margin-top: 6px;
	}
	.part3Bot ul {
		margin-left: -10px;
	}
	.part3Bot li {
		padding-left: 10px;
	}
	.part3Bot li .item {
		padding: 14px 10px 10px;
	}
	.part3Bot .brandTop .image {
		width: 50px;
		height: 50px;
		margin-right: 6px;
	}
	.part3Bot .brandTop .text p {
		height: 22px;
		line-height: 22px;
		font-size: 15px;
	}
	.part3Bot .brandTop .text a.btn {
		margin-top: 4px;
		height: 22px;
		line-height: 20px;
		width: 48px;
		font-size: 12px;
	}
	.part3Bot .brandTop .text a.btn svg {
		width: 4px;
		height: 10px;
		margin: 5px 0 0 4px;
	}
	.part3Bot .proBot {
		margin-top: 10px;
	}
	.part3Bot .proBot .image {
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	.part3Bot .proBot .text p {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.part3Bot .proBot .text .price {
		margin-top: 6px;
  		height: 18px;
  		line-height: 18px;
		font-size: 12px;
	}
	.part3Bot .proBot .text .price b {
		font-size: 14px;
	}
	.part4 {
		padding: 10px 5px;
	}
	.part4 .public-title {
		margin: 0 5px;
	}
	.public-title #change {
		height: 22px;
		line-height: 20px;
		padding: 0 8px;
		font-size: 10px;
	}
	.public-title #change svg {
		margin: 6px 3px 0 0;
		width: 12px;
		height: 10px;
	}
	.part4Bot li {
		margin-top: 10px;
		padding: 0 5px;
	}
	.part4Bot li:nth-child(-n+6) {
		margin-top: 5px;
	}
	.part4Bot ul {
		width: 990px;
	}
	.part4Bot li .image {
		height: 135px;
	}
	.part4Bot li p {
		margin-top: 6px;
		line-height: 18px;
  		height: 36px;
		font-size: 13px;
	}
	.part4Bot li .price {
		margin-top: 5px;
		line-height: 18px;
		font-size: 12px;
	}
	.part4Bot li .price b {
		font-size: 14px;
	}
	.part4Bot {
		height: 416px;
	}
	.link {
		padding: 10px;
	}
	.linkBot li {
		line-height: 28px;
		padding: 0 12px;
		font-size: 12px;
	}
	.linkBot li::after {
		font-size: 12px;
	}
	.footer .item .footer-code li .code {
		width: 106px;
		height: 106px;
		padding: 8px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
	.footer .item .footer-code {
		width: 312px;
		margin-top: 42px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .item .left span img {
		margin: 6px 5px 0 8px;
		width: 14px;
	}
	.copyright {
		font-size: 12px;
	}
	ul.footImg {
		height: 32px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 90px;
	}
	ul.footImg li a {
		width: 80px;
		height: 32px;
	}
	.footer .item .left {
		padding-right: 20px;
	}
	.footer .item .footer-code li {
		padding-left: 20px;
	}

}



