body {
	line-height: 1;
}
.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;
}
.bg {
	background-color: #f5f6f6;
}
.w {
    width: 1430px;
    margin: 0 auto;
}
@font-face {
	font-family: 'hbzhan';  /* Project id 1875012 */
	src: url('//at.alicdn.com/t/font_1875012_r542bsggbni.woff2?t=1622790436256') format('woff2'),
		 url('//at.alicdn.com/t/font_1875012_r542bsggbni.woff?t=1622790436256') format('woff'),
		 url('//at.alicdn.com/t/font_1875012_r542bsggbni.ttf?t=1622790436256') format('truetype');
  }
.hbzhan{
    font-family:"hbzhan" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
#header {
	width: 100%;
	height: 36px;
	background: #00a498;
}
.loginDiv {
	font-size: 0;
	line-height: 36px;
	color: #fff;
	float: left;
	height: 36px;
}
.loginDiv a {
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
}
.loginDiv a:first-child {
	margin-right: 30px;
}
.download {
	display: none;
	width: 102px;
	height: 24px;
	background: #009389;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	border-radius: 3px;
	float: right;
	margin-top: 6px;
}
.download a{
	color: #fff;
}
.iframe {
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.header p {
	font-size: 18px;
	line-height: 34px;
	color: #5fbfb8;
	float: right;
	margin-right: 190px;
}
.header p a{
	font-size: 14px;
	color: #fff;
	margin: 0 10px;
}
/* Tophead */
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead ul{
	position: absolute;
	top: -37px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 37px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 37px;
	line-height: 37px;
	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: 18px;
	background-color: #5fbfb8;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #666;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #fff;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 37px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 672px;
	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: 25%;
}
.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(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);
}
.Tophead li.mobile .hover a{
	color: #009389;
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover a{
	color: #009389;
}
.Tophead li.weixin .hover::after{
	display: none;
}
.top {
	padding: 25px 0;
	background-color: #fff;
	z-index: 99;
	position: relative;
}
.top .logo {
	float: left;
}
.top .pageName {
	float: left;
	width: 103px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../../../images/shop/version/2021/pagename.png) 20px center no-repeat;
	border-left: 1px solid #ddd;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 7px;
}
.searchBox {
	width: 600px;
	float: left;
	margin-left: 70px;
	height: 42px;
	background: linear-gradient(to left,#f07d17, #ffae12, #19844a 60%);
	border-radius: 30px;
	margin-top: 8px;
}
.search{
	width: 100%;
	height: 100%;
}
.searchSelect {
	width: 75px;
	height: 38px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;
	z-index: 99999;
	background: #fff;
	border-radius: 30px 0 0 30px;
}
.searchSelect::after {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	height: 24px;
	width: 1px;
	background-color: #e8e8e8;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 14px;
	line-height: 40px;
	color: #666666;
	text-indent: 15px;
}
.searchSelectTop i {
	position: absolute;
	top: 15px;
	left: 52px;
	-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);
	font-size: 10px;
}
.searchSelectTop.focus i{
	-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 #138146;
	left: 0px;
	top: 40px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #138146;
	color: #fff;
}
.search input {
	width: 405px;
	height: 38px;
	float: left;
	text-indent: 10px;
	font-size: 14px;
	line-height: 40px;
	font-family: "microsoft yahei";
	color: #999;
	margin-top: 2px;
	background: #fff;
	border: none;
}
.search button {
	width: 118px;
	height: 38px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 30px 30px 0;
	margin-top: 2px;
	text-align: center;
}
.search button i {
	margin-right: 5px;
}
.top .btnBox {
	float: right;
	font-size: 0;
	margin-top: 8px;
}
.top .btnBox a {
	display: inline-block;
	width: 136px;
	height: 42px;
	line-height: 40px;
	background-color: #f8f8f8;
	box-sizing: border-box;
	border: 1px solid #eee;
	text-align: center;
	border-radius: 21px;
	font-size: 16px;
	color: #333;
	margin-right: 18px;
}
.top .btnBox a i {
	color: #f99a14;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}
.top .btnBox a:hover {
	border-color: #f90;
	color: #f90;
	background-color: #fff;
}
.nav {
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
	font-size: 0;
	padding-bottom: 12px;
}
.nav p {
	padding-left: 200px;
}
.nav a {
	font-size: 20px;
	font-weight: bold;
	padding: 0 18px;
	margin: 0 20px;
	color: #333;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	border-radius: 2px;
}
.nav a.focus,.nav a:hover {
	background-color: #00a498;
	color: #fff;
}
.banner {
	margin-top: 17px;
}
.bannerLeft {
	float: left;
	width: 280px;
	position: relative;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
}
.bannerLeft::after {
	width: 100%;
	height: 15px;
	content: "";
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../../../images/shop/version/2021/proTop.png) no-repeat;
	background-size: 100% 100%;
}
.bannerLeft > span {
	line-height: 40px;
	height: 40px;
	width: 232px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 0 auto;
	border-radius: 0 0 10px 10px;
	background-color: #00a498;
	font-weight: bold;
	position: relative;
	z-index: 9;
}
.bannerLeft > span a {
	color: #fff;
}
.bannerLeft ul {
	position: relative;
}
.bannerLeft li {
	padding: 0 17px 0 17px;
	border-bottom: 1px solid #e6e6e6;
}
.bannerLeft li:last-of-type {
	border-bottom: 0;
}
.bannerLeft li .class-a {
	font-size: 14px;
	padding: 16px 0;
	position: relative;
	z-index: 2;
}
.bannerLeft ul li.hover {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 1;
}
.bannerLeft li .class-a p {
	font-size: 16px;
	height: 16px;
	overflow: hidden;
	font-weight: bold;
}
.bannerLeft li .class-a a:hover {
	color: #00a498;
}
.bannerLeft li .class-a span {
	display: block;
	margin-top: 12px;
}
.bannerLeft li .class-a span a {
	color: #999;
	margin-right: 12px;
}
.bannerLeft li a {
	color: #333;
}
.bannerLeft li .class-a i {
	font-size: 10px;
	position: absolute;
	top: 17px;
	right: 0;
	color: #bababa;
}
.bannerLeft li .class-b {
	position: absolute;
	top: -40px;
	left: 280px;
	width: 860px;
	min-height: 640px;
	background-color: #fff;
	border: 1px solid #00a498;
	display: none;
	z-index: 999;
	padding: 20px 12px 20px 0;
	box-sizing: border-box;
	height: 640px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 0;
}
.class-b .adv-box {
	padding: 15px 10px 35px 20px;
}
.class-b .adv-box .adv-item .bg {
	overflow: hidden;
	background-color: #fff;
	padding: 16px;
}
.class-b .adv-box .adv-item {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	overflow: hidden;
	padding: 2px;
	box-sizing: border-box;
	background: #03c2b0ed;
}
.class-b .adv-box .adv-item:nth-child(2n) {
	margin-right: 0;
	margin-left: 10px;
}
.class-b .adv-box .adv-item .image {
	float: left;
	width: 295px;
	margin-right: 20px;
}
.class-b .adv-box .adv-item .image a {
	display: block;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.class-b .adv-box .adv-item .image img {
	max-height: none;
	width: 100%;
}
.class-b .adv-box .adv-item .text {
	overflow: hidden;
	padding-top: 40px;
	font-size: 14px;
	color: #999;
	line-height: 1.5;
}
.class-b .adv-box .adv-item .text p {
	font-size: 16px;
	font-weight: bold;
}
.class-b .adv-box .adv-item .text p a:hover {
	color: #00a498;
}
.class-b .adv-box .adv-item .text span {
	display: block;
	margin-top: 18px;
}
.bannerLeft li.hover .class-b {
	display: block;
	line-height: 1;
}
.bannerLeft li .class-b .title {
	font-size: 20px;
	color: #00a498;
	padding-bottom: 15px;
	margin-left: 30px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.bannerLeft li .class-b .title a.more{
	position: absolute;
	top: 4px;
	right: 0;
	color: #00a498;
	font-size: 15px;
}
.bannerLeft li .class-b .item {
	margin-top: 18px;
	width: 50%;
	/* float: left; */
	padding-left: 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.bannerLeft li .class-b .item span {
	font-size: 16px;
}

.bannerLeft li .class-b .item span a {
	color: #333;
}
.bannerLeft li .class-b .item p {
	line-height: 24px;
	font-size: 0;
	margin-top: 10px;
}
.bannerLeft li .class-b .item p a {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 15px;
}
.fourDiv .pro-swiper .image img {
	max-width: 80%;
	max-height: 80%;
}
.bannerLeft li .class-b .item p a:hover {
	color: #00a498;
}
.bannerLeft li .class-b .item span a:hover {
	color: #00a498;
}
.bannerCenter {
	float: left;
	margin: 0 12px;
	width: 846px;
	overflow: hidden;
}
.bannerCenter .bigItem .image {
	padding-bottom: 56%;
}
.bannerCenter .bigItem .image a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.bannerCenter .image {
	height: 0;
	padding-bottom: 56.2%;
	overflow: hidden;
	position: relative;
}
.bannerCenter .image img {
	max-height: none;
	width: 100%;
}
.bannerCenter .image p {
	position: absolute;
	width: 100%;
	height: 140px;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
	left: 0;
	bottom: 0;
	box-sizing: border-box;
}
.bannerCenter .image p span {
	position: absolute;
	font-size: 24px;
	color: #fff;
	padding: 0 20px;
	width: 100%;
	left: 0;
	bottom: 20px;
	height: 24px;
	overflow: hidden;
	box-sizing: border-box;
}
.bannerCenter .image p span:hover {
	text-decoration: underline;
}
.bannerCenter .image b {
	position: absolute;
	top: 12px;
	right: 12px;
	height: 24px;
	line-height: 22px;
	padding: 0 6px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #f93f14;
}
.bannerCenter .image b i {
	font-size: 10px;
	margin-right: 2px;
}
.bannerCenter .image b.living {
	background-color: #f93f14;
}
.bannerCenter .image b.notice {
	background-color: #f99a14;
}
.bannerCenter .image b.replay {
	background-color: #14a3f9;
}
.bannerCenter .smallItem {
	margin-top: 11px;
	margin-right: -12px;
}
.bannerCenter .smallItem li {
	float: left;
	width: 33.33%;
}
.bannerCenter .smallItem li .item {
	margin-right: 12px;
}
.bannerCenter .smallItem .image p {
	height: 76px;
}
.bannerCenter .smallItem .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.bannerCenter .smallItem .image p span {
	font-size: 16px;
	padding: 0 12px;
	bottom: 12px;
	height: 16px;
	position: absolute;
	color: #fff;
	overflow: hidden;
}
.bannerRight {
	overflow: hidden;
	background-color: #fff;
}
.bannerRight .message {
	background: url(../../../../images/shop/version/2021/linebg.png) no-repeat;
	height: 120px;
	padding-top: 20px;
	box-sizing: border-box;
}
.bannerRight .message .image {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: 28px;
	margin-right: 15px;
	overflow: hidden;
}
.bannerRight .message .image a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerRight .message .text {
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}
.bannerRight .message .text p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.bannerRight .message .text span {
	display: block;
	color: #9e9d9d;
	margin-top: 10px;
}
.bannerRight .btnBox {
	padding: 0 22px;
	margin-top: -22px;
}
.bannerRight .btnBox a {
	display: block;
	height: 44px;
	line-height: 42px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #00a498;
	border-radius: 2px;
	font-size: 16px;
	color: #00a498;
	text-align: center;
	margin-top: 12px;
}
.bannerRight .btnBox a.login {
	color: #fff;
	background-color: #00a498;
	margin-top: 0;
}
.bannerRight .btnArr {
	padding: 0 30px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.bannerRight .btnArr i {
	display: block;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	background-color: #f2f2f2;
	line-height: 56px;
	color: #f99a14;
	font-size: 24px;
}
.bannerRight .btnArr p {
	margin-top: 10px;
}
.bannerRight .btnArr a {
	text-align: center;
	display: block;
	float: left;
	font-size: 14px;
	color: #666;
	margin-right: 25px;
}
.bannerRight .btnArr a:hover {
	color: #00a498;
}
.bannerRight .btnArr a:last-child {
	margin-right: 0;
}
.bannerRight .shop-notice {
	padding: 18px 20px;
}
.bannerRight .shop-notice h2 {
	font-size: 16px;
	position: relative;
}
.bannerRight .shop-notice h2 b {
	width: 3px;
	height: 16px;
	display: inline-block;
	background-color: #00a498;
	margin-right: 7px;
	vertical-align: top;
}
.bannerRight .shop-notice h2 a.more {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.bannerRight .shop-notice h2 a.more i {
	font-size: 10px;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
}
.bannerRight .shop-notice h2 a.more:hover {
	color: #00a498;
}
.bannerRight .shop-notice ul {
	padding-top: 5px;
}
.bannerRight .shop-notice li {
	margin-top: 19px;
	font-size: 14px;
	height: 14px;
	overflow: hidden;
	position: relative;
}
.bannerRight .shop-notice li a {
	width: 100%;
	color: #333;
	display: block;
	box-sizing: border-box;
	padding-right: 40px;
}
.bannerRight .shop-notice li a:hover {
	color: #00a498;
}
.bannerRight .shop-notice li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}
.main-top {
	margin-top: 25px;
}
.main-top .active {
	width: 50%;
	float: left;
}
.main-top .active .item {
	margin-right: 6px;
}
.main-top .title {
	position: relative;
}
.main-top .title .more {
	position: absolute;
	right: 12px;
	top: 15px;
	font-size: 14px;
	color: #999;
}
.main-top .title .more:hover {
	color: #00a498;
}
.main-top .title .more i {
	font-size: 10px;
	vertical-align: top;
	display: inline-block;
	margin-top: 2px;
}
.main-top .title p {
	font-size: 0;
}
.main-top .title p a {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding: 0 5px;
	margin-right: 20px;
	padding-bottom: 15px;
}
.main-top .title .bidding-tab {
	padding-top: 12px;
}
.main-top .title .bidding-tab p a {
	padding: 0 18px 25px;
}
.main-top .title p a:first-child {
	text-indent: -2px;
}
.main-top .title p a span {
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	line-height: 41px;
	background-color: #e2e2e2;
	margin-right: 8px;
}
.main-top .title p a.focus {
	color: #00a498;
}
.main-top .title p a.focus span {
	background-color: #00a498;
}
.main-top .title p a::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 3px;
	background-color: #00a498;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main-top .title p a.focus::after {
	width: 100%;
}
.active-bot {
	background-color: #fff;
	padding: 25px;
	display: none;
}
.active-products {
	width: 316px;
	height: 318px;
	float: left;
	margin-right: 20px;
	background-color: #f4f6f6;
	text-align: center;
	position: relative;
}
.active-products .image {
	height: 200px;
	position: relative;
	overflow: hidden;
}
.active-products .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.active-products span {
	display: block;
	margin-top: 5px;
}
.active-products span mark {
	display: inline-block;
	background: -moz-linear-gradient( 0deg, rgb(0,164,152) 0%, rgb(91,166,230) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(0,164,152) 0%, rgb(91,166,230) 100%);
	background: -ms-linear-gradient( 0deg, rgb(0,164,152) 0%, rgb(91,166,230) 100%);
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	border-radius: 10px 0;
}
.active-products p {
	font-size: 16px;
	margin-top: 12px;
	height: 16px;
	overflow: hidden;
	padding: 0 20px;
}
.active-products p a {
	color: #333;
}
.active-products p a:hover {
	color: #00a498;
}
.active-products .price {
	font-size: 14px;
	font-weight: 700;
	color: #f11b10;
	font-family: "Microsoft YaHei";
	margin-top: 12px;
}
.active-products .price strong {
	font-size: 22px;
	font-weight: 700;
}
.active-products .products-body {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.active-products .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 9999999px;
}
.active-products .slide-item {
	float: left;
	width: 312px;
}
.active-products a.toLeft,.active-products a.toRight {
	position: absolute;
	width: 32px;
	height: 60px;
	line-height: 60px;
	top: 130px;
	z-index: 9;
	background-color: #d4dcda;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.active-products a.toLeft i,.active-products a.toRight i {
	font-size: 24px;
}
.active-products a.toLeft {
	left: 0;
	text-indent: 7px;
}
.active-products a.toRight {
	right: 0;
	text-indent: -7px;
}
.active-products a.toLeft:hover,.active-products a.toRight:hover {
	background-color: #00a498;
}
.active-adv {
	overflow: hidden;
}
.active-adv li {
	margin-top: 13px;
}
.active-adv li:first-child {
	margin-top: 0;
}
.active-adv .image {
	height: 0;
	padding-bottom: 47%;
	overflow: hidden;
}
.active-adv .image img {
	width: 100%;
	max-height: none;
}
.main-top .bidding {
	overflow: hidden;
}
.main-top .bidding .item {
	margin-left: 6px;
}
.bidding-bot {
	background-color: #fff;
	padding: 14px 35px 3px;
	display: none;
}
.bidding-bot table {
	width: 100%;
	text-align: left;
	font-size: 14px;
}
.bidding-bot table thead {
	line-height: 34px;
}
.bidding-bot tbody tr {
	line-height: 52px;
	color: #999;
	border-bottom: 1px dashed #e6e6e6;
}
.bidding-bot tbody tr:last-of-type {
	border-bottom: 0;
}
.bidding-bot tbody strong {
	color: #f99a14;
	font-family: "Microsoft YaHei";
}
.bidding-bot tbody span {
	display: block;
	height: 52px;
	overflow: hidden;
	min-width: 120px;
	box-sizing: border-box;
	padding-right: 5px;
}
.bidding-bot tbody span a {
	font-size: 16px;
	color: #333;
}
.bidding-bot tbody span a:hover {
	color: #00a498;
}
.bidding-bot tbody a.detail {
	display: inline-block;
	width: 76px;
	line-height: 24px;
	height: 24px;
	background-color: #00a498;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid transparent;
}
.bidding-bot tbody a.detail:hover {
	color: #00a498;
	background-color: #fff;
	border: 1px solid #00a498;
}
.main {
	margin-top: 45px;
}
#part1 {
	margin-top: 32px;
}
.public-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}
.public-title span {
	font-size: 30px;
	color: #00a498;
	margin-right: 6px;
}
.main-box {
	margin-top: 25px;
	background-color: #fff;
	border-radius: 0 0 20px 0;
}
.main-box .main-right {
	width: 300px;
	height: 514px;
	border-radius: 20px 0;
	float: right;
	background: url(../../../../images/shop/version/2021/brandsbg.png) no-repeat;
	background-color: #66beb8;
	background-size: 100% 100%;
	overflow: hidden;
}
.main-box .main-right .title {
	line-height: 65px;
	text-align: center;
	font-size: 32px;
	color: #fff;
}
.main-box .main-right .title span {
	width: 117px;
	display: inline-block;
	background: url(../../../../images/shop/version/2021/hotbrands.png) no-repeat center center;
	background-size: 100% auto;
	height: 36px;
	vertical-align: top;
	margin-top: 17px;
}
.main-box .main-right .title i {
	font-size: 36px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 3px;
}
.main-box .main-right ul {
	margin-top: 10px;
	padding: 0 18px;
	margin-right: -8px;
}
.main-box .main-right ul li {
	float: left;
	width: 50%;
	margin-top: 8px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	overflow: hidden;
}
.main-box .main-right ul li .item {
	margin-right: 8px;
	background-color: #fff;
}
.main-box .main-left {
	overflow: hidden;
	background-color: #fff;
	height: 514px;
}
.bot-left {
	width: 400px;
	float: left;
	border-right: 1px solid #e6e6e6;
	height: 100%;
}
.bot-left .image--big {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.bot-left .image--big img {
	max-height: none;
	width: 100%;
}
.bot-left .image--big i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 22px;
	color: #00a498;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	border-radius: 50%;
	background-color: #fff;
	text-indent: 5px;
}
.bot-left .text {
	position: relative;
	padding: 20px 18px 0;
}
.bot-left .text i {
	width: 7px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 16px;
	background: url(../../../../images/Index/Version/2021/bias.png) no-repeat;
}
.bot-left .text p {
	font-size: 20px;
	height: 20px;
	overflow: hidden;
}
.bot-left .text p a {
	color: #333;
}
.bot-left .text p a:hover {
	color: #00a498;
}
.bot-left .text span {
	font-size: 14px;
	color: #999;
	line-height: 19px;
	height: 38px;
	overflow: hidden;
	margin-top: 15px;
	display: block;
}
.bot-left .image--small {
	padding-left: 18px;
	padding-right: 6px;
	margin-top: 20px;
}
.bot-left .image--small .box {
	width: 50%;
	float: left;
}
.bot-left .image--small .item {
	margin-right: 12px;
}
.bot-left .image--small .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.bot-left .image--small .image img {
	max-height: none;
	width: 100%;
}
.bot-left .image--small .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	color: #00a498;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background-color: #fff;
	text-indent: 3px;
}
.bot-left .image--small p {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px;
}
.bot-left .image--small p a {
	color: #333;
}
.bot-left .image--small p a:hover {
	color: #00a498;
}
.bot-right {
	overflow: hidden;

}
.bot-title {
	position: relative;
}
.bot-title .more {
	position: absolute;
	font-size: 14px;
	color: #333;
	right: 30px;
	top: 26px;
}
.bot-title .more:hover {
	color: #00a498;
}
.bot-title .public-tab {
	font-size: 0;
	padding-left: 40px;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
}
.bot-title .public-tab p {
	margin-right: 10px;
}
.bot-title .public-tab a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	margin-right: 50px;
}
.bot-title .public-tab a.focus {
	color: #00a498;
	font-weight: bold;
}
.public-bot {
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	width: calc(100% + 1px);
	display: none;
}
.public-bot li {
	float: left;
	width: calc(100% / 4);
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 12px 17px;
}
.public-bot li .image {
	height: 160px;
	line-height: 160px;
}
.public-bot li p {
	font-size: 16px;
	height: 16px;
	overflow: hidden;
	margin-top: 5px;
}
.public-bot li p a {
	color: #333;
}
.public-bot li p a:hover {
	color: #00a498;
}
.public-bot li span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #f11b10;
	margin-top: 10px;
}
#part2 .public-title span,#part2 .bot-left .image--big i,#part2 .bot-left .image--small .image i,#part2 .bot-left .text p a:hover,#part2 .bot-left .image--small p a:hover,#part2 .public-bot li p a:hover,#part2 .bot-title .public-tab a.focus,#part2 .bot-title .more:hover {
	color: #f99a14;
}
#part2 .main-box .main-right {
	background: url(../../../../images/shop/version/2021/brandsbg2.png) no-repeat;
	background-color: #ebae58;
}
#part3 .public-title span,#part3 .bot-left .image--big i,#part3 .bot-left .image--small .image i,#part3 .bot-left .text p a:hover,#part3 .bot-left .image--small p a:hover,#part3 .public-bot li p a:hover,#part3 .bot-title .public-tab a.focus,#part3 .bot-title .more:hover {
	color: #378be3;
}
#part3 .main-box .main-right {
	background: url(../../../../images/shop/version/2021/brandsbg3.png) no-repeat;
	background-color: #5c9bdd;
}
#part4 .public-title span,#part4 .bot-left .image--big i,#part4 .bot-left .image--small .image i,#part4 .bot-left .text p a:hover,#part4 .bot-left .image--small p a:hover,#part4 .public-bot li p a:hover,#part4 .bot-title .public-tab a.focus,#part4 .bot-title .more:hover {
	color: #6f56bf;
}
#part4 .main-box .main-right {
	background: url(../../../../images/shop/version/2021/brandsbg4.png) no-repeat;
	background-color: #ab80c4;
}
#part5 .public-title span,#part5 .bot-left .image--big i,#part5 .bot-left .image--small .image i,#part5 .bot-left .text p a:hover,#part5 .bot-left .image--small p a:hover,#part5 .public-bot li p a:hover,#part5 .bot-title .public-tab a.focus,#part5 .bot-title .more:hover {
	color: #ec4c53;
}
#part5 .main-box .main-right {
	background: url(../../../../images/shop/version/2021/brandsbg5.png) no-repeat;
	background-color: #e97d83;
}
#part6 .public-title span,#part6 .bot-left .image--big i,#part6 .bot-left .image--small .image i,#part6 .bot-left .text p a:hover,#part6 .bot-left .image--small p a:hover,#part6 .public-bot li p a:hover,#part6 .bot-title .public-tab a.focus,#part6 .bot-title .more:hover {
	color: #5269b2;
}
#part6 .main-box .main-right {
	background: url(../../../../images/shop/version/2021/brandsbg6.png) no-repeat;
	background-color: #748fd9;
}
#part7 .public-title span,#part7 .bot-left .image--big i,#part7 .bot-left .image--small .image i,#part7 .bot-left .text p a:hover,#part7 .bot-left .image--small p a:hover,#part7 .public-bot li p a:hover,#part7 .bot-title .public-tab a.focus,#part7 .bot-title .more:hover {
	color: #3daa78;
}
#part7 .main-box .main-right {
	background: url(../../../../images/shop/version/2021/brandsbg7.png) no-repeat;
	background-color: #5aae87;
}
.brands {
	margin-top: 40px;
}
.brands .w {
	background-color: #fff;
	padding: 40px 40px 35px;
	box-sizing: border-box;
	overflow: hidden;
}
.brands-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.brands-title i {
	width: 546px;
	height: 2px;
	background-color: #e8af01;
	position: absolute;
	top: 16px;
}
.brands-title span {
	margin: 0 18px;
	position: relative;
	z-index: 2;
}
.brands-title i:first-child {
	left: 0;
}
.brands-title i:last-of-type {
	right: 0;
}
.brands-title b {
	font-size: 40px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #f2f2f2;
	font-weight: 700;
}
.brands-title img {
	position: relative;
	z-index: 2;
}
.brands ul {
	margin-top: 5px;
	overflow: hidden;
	margin-right: -15px;
}
.brands ul li {
	float: left;
	width: calc(100% / 7);
	margin-top: 15px;
}
.brands ul li .item {
	margin-right: 15px;
	border: 1px solid #ddd;
	text-align: center;
	position: relative;
}
.brands ul li .item .image {
	height: 0;
	padding-bottom: 55.5%;
	overflow: hidden;
	position: relative;
}
.brands ul li .item .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.brands ul li a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.brands ul li p {
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: 0;
	height: 32px;
	line-height: 32px;
	background-color: #e8af01;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: none;
}
.brands ul li .item:hover p {
	display: block;
}
.bottom {
	margin-top: 30px;
}
.bottom .w {
	background-color: #fff;
	padding: 28px 30px;
	box-sizing: border-box;
}
.bottom .title {
	font-size: 14px;
	color: #bababa;
	position: relative;
}
.bottom .title b {
	display: inline-block;
	font-size: 20px;
	color: #333;
	margin-right: 5px;
}
.bottom .title b i {
	color: #00a498;
	font-style: normal;
}
.bottom .title .join {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 14px;
	color: #ff9500;
}
.bottom .title .join i {
	font-size: 14px;
	margin-right: 5px;
	vertical-align: top;
}
.link-con {
	margin-top: 15px;
}
.link-con ul {
	overflow: hidden;
	margin-right: -12px;
}
.link-con li {
	margin-top: 15px;
	float: left;
}
.link-con li a {
	font-size: 14px;
	color: #333;
	padding: 0 12px;
	border-right: 1px solid #ddd;
}
.link-con li:first-of-type a {
	padding-left: 0;
}
.link-con li:last-of-type a {
	border: 0;
}
.link-con li a:hover {
	color: #f08200;
}
.Lista {
	margin-top: 22px;
}
.Lista a {
	float: left;
	width: 10%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
	background-color: #ebfadb;
}
.Lista a:nth-child(2) {
	background-color: #fcede0;
}
.Lista a:nth-child(3),.Lista a:nth-child(8) {
	background-color: #ece4fd;
}
.Lista a:nth-child(4),.Lista a:nth-child(7) {
	background-color: #e4eefc;
}
.Lista a:nth-child(5) {
	background-color: #f5fae4;
}
.Lista a:nth-child(6),.Lista a:nth-child(9) {
	background-color: #fcf8e0;
}
.Lista a:nth-child(10) {
	background-color: #fbe2e9;
}
.footer {
	margin: 30px auto 0;
	background-color: #212324;
}
.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 #fff;
	padding: 10px;
	background-color: #fff;
}
.footer .item .footer-code li p{
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}
.bannerLeft li .class-a span a {
	margin-right: 11px;
}
.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 img{
	margin: 7px 22px 0 12px;
	vertical-align: top;
}
.footer .item .left span a{
	position: relative;
	cursor: pointer;
}
.footer .item .left span a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.footer .item .left span a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footer .item .left span a:hover .QQhover{
	display: inline-block;
}
.copyright{
	font-size: 12px;
	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: 730px;
	height: 43px;
	margin-bottom: 24px;
	overflow: hidden;
	background: url("../../../../images/shop/version/2021/copyright.png") no-repeat 0 0;
}
ul.footImg li {
	width: 122px;
	float: left;
}
ul.footImg li a {
	width: 110px;
	height: 43px;
	display: block;
}

@media only screen and (max-width:1176px){
	.w{
		width: 1150px;
	}
	.iframe iframe {
		width: calc(100% + 0px);
		margin-left: 0;
	}
	.class-b .adv-box {
		padding: 0px 20px 25px;
	}
	.class-b .adv-box .adv-item .bg {
		padding: 10px;
	}
	.class-b .adv-box .adv-item {
		padding: 2px;
	}
	.class-b .adv-box .adv-item .image {
		width: 165px;
		margin-right: 10px;
	}
	.class-b .adv-box .adv-item .text {
		padding-top: 12px;
		font-size: 12px;
	}
	.class-b .adv-box .adv-item .text p {
		font-size: 14px;
	}
	.class-b .adv-box .adv-item .text span {
		margin-top: 6px;
	}
	.top {
		padding: 18px 0;
	}

	.loginDiv a {
		margin-right: 5px;
		font-size: 12px;
	}
	.loginDiv a:first-child {
		margin-right: 15px;
	}
	.header p {
		font-size: 13px;
	}
	.header p a {
		font-size: 12px;
	}
	.download {
		width: 86px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		margin-top: 7px;
	}
	.top .logo {
		width: 180px;
	}
	.top .pageName {
		width: 88px;
		height: 30px;
		background: url(../../../../images/shop/version/2021/pagename.png) 18px center no-repeat;
		margin-left: 18px;
		padding-left: 18px;
		margin-top: 8px;
		background-size: 88px auto;
	}
	.searchBox {
		width: 476px;
		margin-left: 56px;
		height: 38px;
		margin-top: 3px;
	}
	.top .btnBox {
		margin-top: 3px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 36px;
		text-indent: 13px;
	}
	.searchSelectTop i {
		top: 15px;
		left: 45px;
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		font-size: 7px;
	}
	.searchSelect {
		width: 60px;
		height: 34px;
	}
	.search input {
		width: 324px;
		text-indent: 10px;
		height: 34px;
		font-size: 12px;
	}
	.searchSelect::after {
		content: "";
		position: absolute;
		right: 0;
		top: 7px;
		height: 21px;
		width: 1px;
		background-color: #e8e8e8;
	}
	.search button {
		width: 90px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.search button i {
		font-size: 13px;
		margin-right: 5px;
	}
	.top .btnBox a {
		width: 110px;
		height: 38px;
		line-height: 38px;
		font-size: 13px;
	}
	.top .btnBox a i {
		font-size: 16px;
		margin-right: 4px;
	}
	.nav a {
		font-size: 16px;
		padding: 0 14px;
		margin: 0 12px;
		height: 28px;
		line-height: 28px;
	}
	.nav {
		padding-bottom: 10px;
	}
	.banner {
		margin-top: 12px;
	}
	.bannerLeft {
		width: 227px;
	}
	.bannerLeft > span {
		line-height: 29px;
		height: 29px;
		width: 188px;
		font-size: 14px;
	}
	.bannerLeft li .class-b {
		top: -29px;
		left: 227px;
		width: 684px;
		min-height: 509px;
		height: 509px;
	}
	.bannerLeft li .class-b .title {
		font-size: 16px;
		padding-bottom: 12px;
		margin-left: 20px;
	}
	.bannerLeft li .class-b .item {
		margin-top: 15px;
		padding-left: 20px;
	}
	.bannerLeft li .class-b .item span {
		font-size: 14px;
	}
	.bannerLeft li .class-b .item p {
		line-height: 16px;
	}
	.bannerLeft li .class-b .item p a {
		font-size: 12px;
		margin-right: 12px;
	}


	.bannerCenter {
		margin: 0 12px;
		width: 672px;
	}
	.bannerCenter .image p {
		height: 117px;
	}
	.bannerRight .message .image {
		width: 48px;
		height: 48px;
		margin-left: 20px;
		margin-right: 10px;
	}
	.bannerRight .message .text p {
		font-size: 14px;
		margin-top: 7px;
	}
	.bannerRight .btnBox {
		padding: 0 17px;
		margin-top: -17px;
	}
	.bannerRight .message .text {
		font-size: 12px;
	}
	.bannerRight .message {
		padding-top: 15px;
		height: 96px;
		background-size: cover;
	}
	.bannerRight .btnBox a {
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		margin-top: 10px;
	}
	.bannerRight .btnArr i {
		height: 44px;
		width: 44px;
		line-height: 44px;
		font-size: 20px;
	}
	.bannerRight .btnArr p {
		margin-top: 7px;
	}
	.bannerRight .btnArr {
		padding: 0 20px 0 20px;
		margin-top: 16px;
		padding-bottom: 16px;
	}
	.bannerRight .btnArr a {
		font-size: 12px;
		margin-right: 20px;
	}
	.bannerRight .shop-notice h2 {
		font-size: 14px;
	}
	.bannerRight .shop-notice h2 b {
		width: 3px;
		height: 14px;
		margin-right: 5px;
	}
	.bannerRight .shop-notice h2 a.more {
		font-size: 12px;
	}
	.bannerRight .shop-notice h2 a.more i {
		font-size: 8px;
		margin-top: 2px;
	}
	.bannerRight .shop-notice li {
		margin-top: 14px;
		font-size: 12px;
		height: 12px;
	}
	.bannerRight .shop-notice {
		padding: 13px 20px;
	}
	.bannerCenter .image p span {
		font-size: 20px;
		height: 20px;
		bottom: 18px;
		padding: 0 16px;
	}
	.bannerCenter .image b {
		top: 10px;
		right: 10px;
		height: 21px;
		line-height: 22px;
		font-size: 12px;
	}
	.bannerCenter .smallItem .image p {
		height: 60px;
	}
	.bannerLeft li .class-a span {
		margin-top: 8px;
	}
	.bannerLeft li .class-a {
		padding: 13px 0;
		font-size: 12px;
	}
	.bannerLeft li {
		padding: 0 20px 0 20px;
	}
	.bannerLeft li .class-a p {
		font-size: 13px;
		height: 13px;
	}
	.bannerLeft li .class-a i {
		font-size: 8px;
	}
	.main-top {
		margin-top: 30px;
	}
	.main-top .title p a {
		font-size: 18px;
		padding-bottom: 12px;
	}
	.main-top .title .bidding-tab p a {
		padding: 0 15px 18px;
	}
	.main-top .title p a span {
		width: 35px;
		height: 35px;
		line-height: 32px;
	}
	.main-top .title p a span img {
		width: 19px;
	}
	.main-top .title .more {
		font-size: 12px;
	}
	.main-top .title .more i {
		font-size: 8px;
	}
	.active-bot {
		padding: 18px;
	}
	.active-products {
		width: 256px;
		height: 255px;
		margin-right: 20px;
	}
	.active-products .image {
		height: 164px;
	}
	.active-products .slide-item {
		width: 256px;
	}
	.active-products span mark {
		width: 68px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.active-products p {
		font-size: 14px;
		margin-top: 10px;
		height: 14px;
	}
	.active-products .price {
		font-size: 12px;
		margin-top: 10px;
	}
	.active-products .price strong {
		font-size: 18px;
	}
	.active-products a.toLeft, .active-products a.toRight {
		width: 26px;
		height: 48px;
		line-height: 48px;
		top: 103px;
	}
	.active-products a.toLeft i, .active-products a.toRight i {
		font-size: 18px;
	}
	.bidding-bot {
		padding: 9px 22px 2px;
	}
	.bidding-bot tbody span {
		height: 40px;
		min-width: 95px;
	}
	.bidding-bot tbody span a {
		font-size: 14px;
	}
	.bidding-bot tbody tr {
		line-height: 40px;
	}
	.bidding-bot tbody a.detail {
		width: 64px;
		line-height: 20px;
		height: 20px;
		font-size: 12px;
	}
	.bidding-bot table {
		font-size: 12px;
	}
	.public-title {
		font-size: 24px;
		line-height: 25px;
	}
	.public-title span {
		font-size: 25px;
	}
	.main-box {
		margin-top: 20px;
	}
	.main-box .main-right .title span {
		width: 98px;
		background: url(../../../../images/shop/version/2021/hotbrands_1440.png) no-repeat center center;
		height: 28px;
		margin-top: 14px;
	}
	#part1 {
		margin-top: 30px;
	}
	.bot-left .text p {
		font-size: 16px;
		height: 16px;
	}
	.bot-left .text {
		padding: 16px 14px 0;
	}
	.bot-left .image--small {
		padding-left: 14px;
		padding-right: 0px;
		margin-top: 13px;
	}
	.bot-left .image--small .image i {
		font-size: 12px;
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	.bot-left .image--small p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.bot-left .text span {
		margin-top: 10px;
	}
	.main-box .main-right {
		width: 240px;
		height: 410px;
		background-size: cover !important;
	}
	.main-box .main-right ul {
		margin-top: 8px;
		padding: 0 12px;
		margin-right: -7px;
	}
	.main-box .main-right ul li {
		margin-top: 7px;
		height: 60px;
		line-height: 60px;
	}
	.main-box .main-right .title {
		line-height: 49px;
	}
	.main-box .main-right .title i {
		font-size: 25px;
		margin-right: 6px;
		margin-top: 3px;
	}
	.main-box .main-right .title img {
		width: 108px;
	}
	.brands {
		margin-top: 35px;
	}
	.brands-title b {
		font-size: 32px;
		top: -14px;
	}
	.brands-title {
		font-size: 22px;
	}
	.bot-title .public-tab a {
		margin-right: 36px;
		font-size: 14px;
	}
	.bot-title .public-tab {
		height: 50px;
		line-height: 50px;
		padding-left: 36px;
	}
	.bot-title .more {
		font-size: 12px;
		right: 25px;
		top: 19px;
	}
	.public-bot li .image {
		height: 123px;
		line-height: 123px;
	}
	.public-bot li p {
		font-size: 14px;
		height: 14px;
	}
	.public-bot li span {
		font-size: 14px;
	}
	.public-bot li {
		padding: 0 12px 13px;
	}
	.main-box .main-left {
		height: 410px;
	}
	.bot-left {
		width: 318px;
	}
	.bot-left .image--big i {
		left: 50%;
		top: 50%;
		font-size: 18px;
		width: 54px;
		height: 54px;
		line-height: 54px;
	}
	.brands ul li p {
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.brands ul li {
		margin-top: 12px;
	}
	.brands ul li .item {
		margin-right: 12px;
	}
	.brands ul {
		margin-right: -12px;
	}
	.brands .w {
		padding: 35px 32px 30px;
	}
	.brands-title i {
		width: 435px;
		top: 12px;
	}
	.brands-title span {
		margin: 0 15px;
	}
	.brands {
		margin-top: 38px;
	}
	.bottom .title b {
		font-size: 18px;
	}
	.bottom .title {
		font-size: 12px;
	}
	.bottom .w {
		padding: 24px 25px;
	}
	.bottom .title .join {
		font-size: 12px;
	}
	.bottom .title .join i {
		font-size: 12px;
	}
	.link-con {
		margin-top: 13px;
	}
	.link-con ul {
		margin-right: -10px;
	}
	.link-con li {
		margin-top: 10px;
	}
	.link-con li a {
		font-size: 12px;
		padding: 0 10px;
	}

	.main {
		margin-top: 40px;
	}
	.Lista {
		margin-top: 20px;
	}
	.Lista a {
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left span img {
		margin: 6px 20px 0 12px;
		width: 13px;
	}
	ul.footImg {
		width: 640px;
		height: 38px;
		background: url("../../../../images/shop/version/2021/copyright.png") no-repeat 0 0;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 105px;
	}
	ul.footImg li a {
		width: 96px;
		height: 39px;
	}
	.footer .item .footer-code {
		width: 353px;
		padding-top: 8px;
	}
	.footer .item .footer-code li .code {
		width: 101px;
		height: 101px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
	.bannerLeft li .class-b .title a.more{
		top: 3px;
		font-size: 12px;
	}
}
@media only screen and (min-width: 1177px) and (max-width:1399px){
	.w{
		width: 1224px;
	}
	.class-b .adv-box {
		padding: 0px 20px 25px;
	}
	.class-b .adv-box .adv-item .bg {
		padding: 10px;
	}
	.class-b .adv-box .adv-item {
		width: calc(50% - 15px);
		margin-right: 15px;
	}
	.class-b .adv-box .adv-item:nth-child(2n) {
		margin-left: 15px;
	}
	.class-b .adv-box .adv-item .image {
		width: 180px;
		margin-right: 12px;
	}
	.class-b .adv-box .adv-item .text {
		padding-top: 15px;
		font-size: 12px;
	}
	.class-b .adv-box .adv-item .text p {
		font-size: 14px;
	}
	.class-b .adv-box .adv-item .text span {
		margin-top: 10px;
	}
	.bannerLeft li .class-b .item {
		padding-left: 20px;
	}
	.bannerLeft li .class-b .title {
		margin-left: 20px;
	}
	.bannerLeft li .class-b .item p a {
		margin-right: 10px;
		font-size: 14px;
	}
	.loginDiv a {
		margin-right: 5px;
		font-size: 12px;
	}
	.loginDiv a:first-child {
		margin-right: 15px;
	}
	.header p {
		font-size: 13px;
	}
	.header p a {
		font-size: 12px;
	}
	.download {
		width: 86px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		margin-top: 7px;
	}
	.top .logo {
		width: 190px;
	}
	.top .pageName {
		width: 88px;
		height: 30px;
		background: url(../../../../images/shop/version/2021/pagename.png) 18px center no-repeat;
		margin-left: 18px;
		padding-left: 18px;
		margin-top: 12px;
		background-size: 88px auto;
	}
	.searchBox {
		width: 500px;
		margin-left: 68px;
		height: 38px;
	}
	.searchSelectTop p {
		font-size: 12px;
		line-height: 34px;
		text-indent: 15px;
	}
	.searchSelectTop i {
		top: 14px;
		left: 48px;
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		font-size: 8px;
	}
	.searchSelect {
		width: 65px;
		height: 34px;
	}
	.search input {
		width: 343px;
		text-indent: 10px;
		height: 34px;
	}
	.searchSelect::after {
		content: "";
		position: absolute;
		right: 0;
		top: 7px;
		height: 20px;
		width: 1px;
		background-color: #e8e8e8;
	}
	.search button {
		width: 90px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.search button i {
		font-size: 13px;
	}
	.top .btnBox a {
		width: 116px;
		height: 38px;
		line-height: 36px;
		font-size: 14px;
	}
	.nav a {
		font-size: 16px;
		padding: 0 16px;
		margin: 0 14px;
		height: 28px;
		line-height: 28px;
	}
	.bannerLeft {
		width: 246px;
	}
	.bannerLeft > span {
		line-height: 34px;
		height: 34px;
		width: 204px;
		font-size: 15px;
	}
	.bannerLeft li .class-b {
		top: -35px;
		left: 246px;
		width: 720px;
		min-height: 539px;
		height: 539px;
	}
	.bannerCenter {
		margin: 0 12px;
		width: 708px;
	}
	.bannerCenter .image p {
		height: 117px;
	}
	.bannerRight .message .image {
		width: 50px;
		height: 50px;
		margin-left: 22px;
		margin-right: 10px;
	}
	.bannerRight .message .text p {
		font-size: 15px;
	}
	.bannerRight .btnBox {
		padding: 0 18px;
		margin-top: -18px;
	}
	.bannerRight .message .text {
		font-size: 12px;
	}
	.bannerRight .message {
		padding-top: 15px;
		height: 104px;
		background-size: cover;
	}
	.bannerRight .btnBox a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin-top: 10px;
	}
	.bannerRight .btnArr i {
		height: 46px;
		width: 46px;
		line-height: 46px;
		font-size: 20px;
	}
	.bannerRight .btnArr {
		padding: 0 22px 0 22px;
		margin-top: 16px;
		padding-bottom: 16px;
	}
	.bannerRight .btnArr a {
		font-size: 12px;
		margin-right: 28px;
	}
	.bannerRight .shop-notice h2 a.more {
		font-size: 13px;
	}
	.bannerRight .shop-notice h2 a.more i {
		font-size: 9px;
		margin-top: 2px;
	}
	.bannerRight .shop-notice li {
		margin-top: 15px;
		font-size: 12px;
		height: 12px;
	}
	.bannerRight .shop-notice {
		padding: 15px 20px;
	}
	.bannerCenter .image p span {
		font-size: 20px;
		height: 20px;
		bottom: 18px;
		padding: 0 16px;
	}
	.bannerCenter .image b {
		top: 10px;
		right: 10px;
		height: 21px;
		line-height: 22px;
		font-size: 12px;
	}
	.bannerCenter .smallItem .image p {
		height: 60px;
	}
	.bannerLeft li .class-a span {
		margin-top: 8px;
	}
	.bannerLeft li .class-a {
		padding: 14px 0;
		font-size: 12px;
	}
	.bannerLeft li {
		padding: 0 20px 0 20px;
	}
	.bannerLeft li .class-a p {
		font-size: 14px;
		height: 14px;
	}
	.main-top {
		margin-top: 30px;
	}
	.main-top .title p a {
		font-size: 20px;
		padding-bottom: 12px;
	}
	.main-top .title .bidding-tab p a {
		padding: 0 15px 18px;
	}
	.main-top .title p a span {
		width: 38px;
		height: 38px;
		line-height: 34px;
	}
	.main-top .title p a span img {
		width: 20px;
	}
	.main-top .title .more {
		font-size: 13px;
	}
	.main-top .title .more i {
		font-size: 9px;
	}
	.active-bot {
		padding: 20px;
	}
	.active-products {
		width: 272px;
		height: 273px;
		margin-right: 17px;
	}
	.active-products .image {
		height: 176px;
	}
	.active-products .slide-item {
		width: 272px;
	}
	.active-products span mark {
		width: 68px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.active-products p {
		font-size: 14px;
		margin-top: 12px;
		height: 14px;
	}
	.active-products .price {
		font-size: 12px;
	}
	.active-products .price strong {
		font-size: 18px;
	}
	.active-products a.toLeft, .active-products a.toRight {
		width: 26px;
		height: 50px;
		line-height: 50px;
		top: 106px;
	}
	.active-products a.toLeft i, .active-products a.toRight i {
		font-size: 18px;
	}
	.bidding-bot {
		padding: 8px 22px 2px;
	}
	.bidding-bot tbody span {
		height: 43px;
		min-width: 110px;
	}
	.bidding-bot tbody span a {
		font-size: 14px;
	}
	.bidding-bot tbody tr {
		line-height: 44px;
	}
	.bidding-bot tbody a.detail {
		width: 64px;
		line-height: 20px;
		height: 20px;
		font-size: 12px;
	}
	.bidding-bot table {
		font-size: 12px;
	}
	.public-title {
		font-size: 24px;
		line-height: 25px;
	}
	.public-title span {
		font-size: 25px;
	}
	.main-box .main-right .title span {
		width: 98px;
		background: url(../../../../images/shop/version/2021/hotbrands_1440.png) no-repeat center center;
		height: 28px;
		margin-top: 14px;
	}
	#part1 {
		margin-top: 30px;
	}
	.bot-left .text p {
		font-size: 16px;
		height: 16px;
	}
	.bot-left .text {
		padding: 18px 14px 0;
	}
	.bot-left .image--small {
		padding-left: 14px;
		padding-right: 0px;
		margin-top: 15px;
	}
	.bot-left .image--small .image i {
		font-size: 12px;
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	.bot-left .image--small p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.bot-left .text span {
		margin-top: 12px;
	}
	.main-box .main-right {
		width: 252px;
		height: 431px;
		background-size: cover !important;
	}
	.main-box .main-right ul {
		margin-top: 8px;
		padding: 0 12px;
		margin-right: -7px;
	}
	.main-box .main-right ul li {
		margin-top: 7px;
		height: 64px;
		line-height: 64px;
	}
	.main-box .main-right .title {
		line-height: 51px;
	}
	.main-box .main-right .title i {
		font-size: 25px;
		margin-right: 6px;
		margin-top: 3px;
	}
	.main-box .main-right .title img {
		width: 108px;
	}
	.brands {
		margin-top: 35px;
	}
	.brands-title b {
		font-size: 34px;
		top: -16px;
	}
	.brands-title {
		font-size: 24px;
	}
	.bot-title .public-tab a {
		margin-right: 36px;
		font-size: 14px;
	}
	.bot-title .public-tab {
		height: 54px;
		line-height: 54px;
		padding-left: 36px;
	}
	.bot-title .more {
		font-size: 12px;
		right: 25px;
		top: 21px;
	}
	.public-bot li .image {
		height: 130px;
		line-height: 130px;
	}
	.public-bot li p {
		font-size: 15px;
		height: 15px;
	}
	.public-bot li span {
		font-size: 15px;
	}
	.public-bot li {
		padding: 0 12px 13px;
	}
	.main-box .main-left {
		height: 431px;
	}
	.bot-left {
		width: 336px;
	}
	.bot-left .image--big i {
		left: 50%;
		top: 50%;
		font-size: 18px;
		width: 54px;
		height: 54px;
		line-height: 54px;
	}
	.brands ul li p {
		height: 27px;
		line-height: 27px;
		font-size: 12px;
	}
	.brands ul li {
		margin-top: 12px;
	}
	.brands ul li .item {
		margin-right: 12px;
	}
	.brands ul {
		margin-right: -12px;
	}
	.brands .w {
		padding: 35px 32px 30px;
	}
	.brands-title i {
		width: 458px;
		top: 13px;
	}
	.brands-title span {
		margin: 0 15px;
	}
	.brands {
		margin-top: 38px;
	}
	.bottom .title b {
		font-size: 18px;
	}
	.bottom .title {
		font-size: 12px;
	}
	.bottom .w {
		padding: 24px 25px;
	}
	.bottom .title .join {
		font-size: 12px;
	}
	.bottom .title .join i {
		font-size: 12px;
	}
	.link-con {
		margin-top: 13px;
	}
	.link-con ul {
		margin-right: -10px;
	}
	.link-con li {
		margin-top: 10px;
	}
	.link-con li a {
		font-size: 12px;
		padding: 0 10px;
	}

	.main {
		margin-top: 40px;
	}
	.Lista {
		margin-top: 20px;
	}
	.Lista a {
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left span img {
		margin: 6px 20px 0 12px;
		width: 13px;
	}
	ul.footImg {
		width: 640px;
		height: 38px;
		background: url("../../../../images/shop/version/2021/copyright.png") no-repeat 0 0;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 105px;
	}
	ul.footImg li a {
		width: 96px;
		height: 39px;
	}
	.footer .item .footer-code {
		width: 353px;
		padding-top: 8px;
	}
	.footer .item .footer-code li .code {
		width: 101px;
		height: 101px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 12px;
	}
	.bannerLeft li .class-b .title a.more {
		top: 3px;
		font-size: 13px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1549px){
	.w{
		width: 1300px;
	}
	.class-b .adv-box .adv-item .bg {
		padding: 10px;
	}
	.class-b .adv-box .adv-item .image {
		width: 205px;
		margin-right: 12px;
	}
	.class-b .adv-box .adv-item .text {
		padding-top: 20px;
		font-size: 12px;
	}
	.class-b .adv-box .adv-item .text p {
		font-size: 15px;
	}
	.class-b .adv-box .adv-item .text span {
		margin-top: 10px;
	}
	.bannerLeft li .class-b .item {
		padding-left: 20px;
	}
	.bannerLeft li .class-b .title {
		margin-left: 20px;
	}
	.bannerLeft li .class-b .item p a {
		margin-right: 14px;
	}
	.nav p {
		padding-left: 210px;
	}
	.top .logo {
		width: 209px;
	}
	.searchBox {
		width: 550px;
		margin-left: 55px;
	}
	.search input {
		width: 368px;
		text-indent: 10px;
	}
	.search button {
		width: 104px;
	}
	.search button i {
		font-size: 15px;
	}
	.bannerLeft {
		width: 250px;
	}
	.bannerLeft > span {
		line-height: 35px;
		height: 35px;
		width: 208px;
	}
	.bannerLeft li .class-b {
		top: -35px;
		left: 250px;
		width: 788px;
		min-height: 587px;
		height: 587px;
	}
	.bannerCenter {
		margin: 0 12px;
		width: 776px;
	}
	.bannerRight .message .image {
		width: 55px;
		height: 55px;
		margin-left: 26px;
		margin-right: 12px;
	}
	.bannerRight .message .text p {
		font-size: 17px;
	}
	.bannerRight .message .text {
		font-size: 13px;
	}
	.bannerRight .message {
		padding-top: 18px;
		height: 111px;
		background-size: cover;
	}
	.bannerRight .btnBox a {
		height: 40px;
		line-height: 40px;
	}
	.bannerRight .btnArr i {
		height: 52px;
		width: 52px;
		line-height: 52px;
	}
	.bannerRight .btnArr {
		padding: 0 22px 0 22px;
		margin-top: 18px;
		padding-bottom: 18px;
	}
	.bannerRight .btnArr a {
		font-size: 14px;
		margin-right: 19px;
	}
	.bannerRight .shop-notice h2 a.more {
		font-size: 13px;
	}
	.bannerRight .shop-notice h2 a.more i {
		font-size: 9px;
		margin-top: 2px;
	}
	.bannerRight .shop-notice li {
		margin-top: 16px;
	}
	.bannerRight .shop-notice {
		padding: 16px 20px;
	}
	.bannerCenter .image p span {
		font-size: 22px;
		height: 22px;
	}
	.bannerLeft li .class-a span {
		margin-top: 8px;
	}
	.bannerLeft li .class-a {
		padding: 15px 0;
	}
	.main-top {
		margin-top: 30px;
	}
	.main-top .title p a {
		font-size: 20px;
	}
	.main-top .title p a span {
		width: 40px;
		height: 40px;
		line-height: 37px;
	}
	.main-top .title p a span img {
		width: 22px;
	}
	.main-top .title .more {
		font-size: 13px;
	}
	.main-top .title .more i {
		font-size: 9px;
	}
	.active-bot {
		padding: 20px;
	}
	.active-products {
		width: 290px;
		height: 289px;
		margin-right: 20px;
	}
	.active-products .image {
		height: 185px;
	}
	.active-products .slide-item {
		width: 290px;
	}
	.active-products .price {
		font-size: 13px;
	}
	.active-products .price strong {
		font-size: 20px;
	}
	.bidding-bot {
		padding: 10px 30px 2px;
	}
	.bidding-bot tbody span {
		height: 46px;
		min-width: 120px;
	}
	.bidding-bot tbody tr {
		line-height: 46px;
	}
	.bot-left .image--small p {
		font-size: 14px;
	}
	.bidding-bot tbody a.detail {
		width: 70px;
		line-height: 22px;
		height: 22px;
		font-size: 12px;
	}
	.main-box .main-right .title span {
		width: 108px;
		background: url(../../../../images/shop/version/2021/hotbrands_1600.png) no-repeat center center;
		height: 28px;
		margin-top: 17px;
	}
	#part1 {
		margin-top: 30px;
	}
	.bot-left .text p {
		font-size: 18px;
		height: 18px;
	}
	.bot-left .text {
		padding: 18px 18px 0;
	}
	.bot-left .text span {
		margin-top: 12px;
	}
	.main-box .main-right {
		width: 278px;
		height: 474px;
		background-size: cover !important;
	}
	.main-box .main-right ul {
		margin-top: 10px;
		padding: 0 16px;
		margin-right: -7px;
	}
	.main-box .main-right ul li {
		margin-top: 7px;
		height: 70px;
		line-height: 70px;
	}
	.main-box .main-right .title {
		line-height: 57px;
	}
	.main-box .main-right .title i {
		font-size: 32px;
		margin-right: 8px;
		margin-top: 3px;
	}
	.main-box .main-right .title img {
		width: 108px;
	}
	.bot-title .public-tab a {
		margin-right: 40px;
	}
	.bot-title .public-tab {
		height: 60px;
		line-height: 60px;
	}
	.public-bot li .image {
		height: 146px;
		line-height: 146px;
	}
	.public-bot li p {
		font-size: 15px;
		height: 15px;
	}
	.public-bot li span {
		font-size: 15px;
	}
	.public-bot li {
		padding: 0 12px 15px;
	}
	.main-box .main-left {
		height: 474px;
	}
	.bot-left {
		width: 370px;
	}
	.brands ul li p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.brands ul li {
		margin-top: 12px;
	}
	.brands ul li .item {
		margin-right: 12px;
	}
	.brands ul {
		margin-right: -12px;
	}
	.brands .w {
		padding: 40px 35px 35px;
	}
	.brands-title i {
		width: 504px;
	}
	.brands-title span {
		margin: 0 15px;
	}
	.brands {
		margin-top: 38px;
	}
	.main {
		margin-top: 40px;
	}
	.Lista a {
		height: 37px;
		line-height: 37px;
	}
	.footer .item .left p {
		font-size: 13px;
		line-height: 30px;
	}
	.footer .item .left p a {
		padding: 0 15px;
	}
	ul.footImg {
		width: 695px;
		height: 41px;
		background: url("../../../../images/shop/version/2021/copyright.png") no-repeat 0 0;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 113px;
	}
	ul.footImg li a {
		width: 103px;
		height: 41px;
	}
	.footer .item .footer-code {
		width: 390px;
	}
	.footer .item .footer-code li .code {
		width: 116px;
		height: 116px;
	}
}
@media only screen and (min-width: 1550px) and (max-width:1919px){
	.w {
		width: 1450px;
	}
	.class-b .adv-box .adv-item .image {
		width: 215px;
		margin-right: 15px;
	}
	.class-b .adv-box .adv-item .text {
		padding-top: 20px;
	}
	.class-b .adv-box .adv-item .text span {
		margin-top: 13px;
	}
	.bannerLeft > span {
		width: 240px;
	}
	.bannerLeft li .class-b {
		left: 290px;
	}
	.searchBox {
		margin-left: 95px;
	}
	.nav p {
		padding-left: 222px;
	}
	.bannerLeft {
		width: 290px;
	}
	.bannerRight .message {
		height: 125px;
		background-size: 100% auto;
	}
	.bannerRight .message .image {
		margin-left: 30px;
		margin-right: 17px;
	}
	.bannerRight .btnBox {
		margin-top: -26px;
	}
	.bannerRight .btnArr a {
		margin-right: 31px;
	}
	.bidding-bot tbody tr {
		line-height: 53px;
	}
	.bidding-bot {
		padding: 14px 35px 2px;
	}
	.active-products {
		width: 322px;
		height: 320px;
	}
	.active-products .slide-item {
		width: 312px;
	}
}
@media only screen and (min-width:1920px){
	.w{
		width: 1780px;
	}
	.searchBox {
		margin-left: 232px;
	}
	.nav p {
		padding-left: 380px;
	}
	.nav a {
		font-size: 22px;
		padding: 0 20px;
		margin: 0 22px;
		height: 42px;
		line-height: 42px;
	}
	.bannerLeft {
		width: 350px;
	}
	.bannerLeft > span {
		width: 290px;
		height: 52px;
		line-height: 52px;
		font-size: 22px;
	}
	.bannerLeft li .class-a p {
		font-size: 18px;
		height: 18px;
	}
	.bannerLeft li .class-a {
		font-size: 16px;
		padding: 20px 0px;
	}
	.bannerLeft li .class-a span {
		margin-top: 18px;
	}
	.bannerLeft li .class-a i {
		font-size: 14px;
	}
	.bannerLeft li .class-b {
		top: -52px;
		left: 350px;
		width: 1066px;
		min-height: 795px;
	}
	.bannerCenter {
		width: 1052px;
		margin: 0 14px;
	}
	.bannerCenter .smallItem {
		margin-top: 13px;
	}
	.bannerRight .message {
		height: 150px;
		background-size: 100% auto;
	}
	.bannerRight .btnArr a {
		font-size: 16px;
		margin-right: 40px;
	}
	.bannerRight .message .image {
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}
	.bannerRight .message .text p {
		font-size: 20px;
		margin-top: 14px;
	}
	.bannerRight .message .text span {
		margin-top: 14px;
	}
	.bannerRight .message .text {
		font-size: 16px;
	}
	.bannerRight .btnBox {
		margin-top: -28px;
	}
	.bannerRight .btnBox a {
		height: 52px;
		line-height: 50px;
		font-size: 18px;
		margin-top: 18px;
	}
	.bannerRight .btnArr i {
		height: 70px;
		width: 70px;
		line-height: 70px;
		font-size: 30px;
	}
	.bannerRight .btnArr p {
		margin-top: 12px;
	}
	.bannerRight .shop-notice h2 {
		font-size: 21px;
	}
	.bannerRight .shop-notice h2 b {
		height: 21px;
	}
	.bannerRight .shop-notice h2 a.more {
		top: 3px;
	}
	.bannerRight .shop-notice li {
		font-size: 17px;
		height: 17px;
		margin-top: 27px;
	}
	.bannerRight .shop-notice ul {
		padding-top: 3px;
	}
	.active-products {
		width: 405px;
		height: 397px;
	}
	.active-products .slide-item {
		width: 405px;
	}
	.active-products .image {
		height: 280px;
	}
	.active-products span {
		margin-top: 7px;
	}
	.bidding-bot table {
		font-size: 16px;
	}
	.bidding-bot table thead {
		line-height: 38px;
	}
	.bidding-bot tbody tr {
		line-height: 64px;
	}
	.bidding-bot tbody span {
		height: 64px;
	}
	.bidding-bot table thead {
		line-height: 41px;
	}
	.bidding-bot tbody a.detail {
		width: 80px;
		line-height: 28px;
		height: 28px;
		font-size: 14px;
	}
	.main-box .main-right {
		width: 324px;
		height: 550px;
	}
	.main-box .main-right ul li {
		height: 83px;
		line-height: 83px;
	}
	.bot-left {
		width: 455px;
	}
	.public-bot li .image {
		height: 173px;
		line-height: 173px;
	}
	.public-bot li p {
		margin-top: 10px;
	}
	.main-box .main-left {
		height: 550px;
	}
	.copyright {
		font-size: 16px;
	}
	.footer .item .left span {
		font-size: 16px;
		line-height: 32px;
	}
	.footer .item .left p {
		font-size: 16px;
		line-height: 32px;
	}
	.footer .item .footer-code {
		width: 500px;
	}
	.footer .item .footer-code li .code {
		width: 150px;
		height: 150px;
	}
	.footer .item .footer-code li {
		padding-left: 65px;
	}
	.footer .item .footer-code li p {
		font-size: 16px;
	}
	.footer .item .left span img {
		margin: 6px 22px 0 12px;
	}
	.link-con li a {
		font-size: 16px;
	}
}
