body{
	background: #00b4ff;
}

#banner{
	margin-bottom: -88px;
}

#banner .banner_01{
	height: 300px;
	background: url('../image/banner_01.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#banner .banner_02{
	height: 298px;
	background: url('../image/banner_02.png');
	background-repeat: no-repeat;
	position: relative;
	background-position: top center;
	
}

#banner .banner_03{
	height: 260px;
	background: url('../image/banner_03.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.huichang{
	position: relative;
}

.huichang .hc_link{
	position: absolute;
	width: 94%;
	left: 3%;
	height: 55%;
	top: 37%;
}

.huichang .hc_link a{
	display: block;
	width: 20%;
	float: left;
	height: 100%;
}

.hb{
	text-align: center;
	padding-bottom: 20px;
}

.hb > div{
	width: 1170px;
	margin: auto;
	position: relative;
}

.hb > div .qiang{
	position: absolute;
	right: 107px;
	top: 70px;
	-webkit-animation: scale .3s linear alternate infinite;
	animation: scale .3s linear alternate infinite;
	cursor: pointer;
	
}

.coupons{
	background: #dc0021;
	padding-top: 20px;
}

.coupons .title{
	text-align: center;
	padding-bottom: 20px;
}

.coupons_box{
	width: 1170px;
	margin: auto;
	height: 560px;
	background: url('../image/coupons3.png') no-repeat;
	position: relative;
}

.coupons_box .links{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 86%;
}

.coupons_box .links a{
	display: block;
	width: 25%;
	float: left;
	height: 100%;
}

.box1310{
	width: 1260px;
	margin: auto;
	margin-bottom: 60px;
}

.box1310 ul{
	width: 1250px;
	margin: auto;
	min-height: 0;
	overflow: hidden;
	padding: 25px;
	padding-bottom: 10px;
	border-radius: 30px;
}

.box1310 ul li{
	width: 19.2%;
	float: left;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 1%;
	position: relative;
	margin-bottom: 13px;
}

.box1310 ul li .padding{
	padding: 8px;
}

.box1310 ul li img{
	width: 100%;
}

.box1310 ul li:nth-of-type(5n){
	margin-right: 0;
}

.huangou{
	position: relative;
}

.huangou .links{
	position: absolute;
	width: 94%;
	left: 3%;
	height: 76%;
	top: 13%;
}

.huangou .links a{
	display: block;
	width: 20%;
	float: left;
	height: 50%;
}


.box1310 ul li .name{
	margin: 7px;
	font-size: 15px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px;
}

.box1310 ul li .name2{
	margin: 7px;
	font-size: 13px;
	line-height: 17px;
	height: 34px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}

.box1310 ul li .buy{
	margin: 7px 12px 5px 12px;
	margin-bottom: 3px;
	background: #ff0054;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 39px;
	border-radius: 5px;
	margin-bottom: 13px;
	text-align: center;
	margin-top: 0;
	display: block;
}

.box1310 ul li .yp_price{
	min-height: 0;
	overflow: hidden;
	margin-bottom: 5px;
}

.box1310 ul li .old_price{
	float: right;
	margin-right: 20px;
	font-size: 17px;
	color: #666666;
	margin-top: 4px;
}

.box1310 .title{
	text-align: center;
}

.pro_foot .price{
	float: left;
	font-size: 30px;
	color: #ff0000;
	margin-left: 13px;
	margin-top: -7px;
}

.pro_foot .price small{
	font-size: 18px;
	font-weight: normal;
}

.huichang .box{
	text-align: center;
}

.box1310 ul{
	position: relative;
}

.box1310 ul .links{
	position: absolute;
	top: 2%;
	left: 1.5%;
	width: 97%;
	height: 96%;
}

.box1310 ul .links a{
	display: block;
	width: 33.333%;
	height: 50%;
	float: left;
}

.box1310 ul > div{
	min-height: 0;
	overflow: hidden;
	
}

.box1310 ul > div:last-of-type{
	margin-bottom: 0;
}

.huichang ul{
	background: none;
	width: 1214px;
	padding: 0;
}

.scroll_txt{
	text-align: center;
	height: 110px;
	top: 174px;
	position: absolute;
	color: #fee368;
	width: 100%;
	font-size: 49px;
	overflow: hidden;
	font-weight: bold;
	overflow: hidden;
}

.scroll_txt ul{
	position: relative;
}

.scroll_txt ul li{
	height: 110px;
	
}

.scroll_txt ul li img{
	margin-top: 0;
	margin-left: -25px;
}

/* .scroll_txt ul li:nth-child(2) img{
	margin-top: 6px;
}

.scroll_txt ul li:nth-child(3) img{
	margin-top: 3px;
}
 */

@-webkit-keyframes scale{
	0%{-webkit-transform:scale(0.8);}
	100%{-webkit-transform:scale(1);}
}
@keyframes scale{
	0%{transform:scale(0.8);}
	100%{transform:scale(1);}
}


.box1310 ul li .pro_info{
	background: #7979fe;
	height: 102px;
}

.box1310 ul li .pro_info .tit{
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 13px;
}

.box1310 ul li .pro_info .buyBtn{
	width: 160px;
	height: 39px;
	background: #fff;
	border-radius: 30px;
	margin: auto;
	text-align: center;
	font-size: 18px;
	color: #3b00ff;
	line-height: 39px;
	font-weight: bold;
	margin-top: 10px;
}

.layer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

.layer .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

.layer .img{
	width: 460px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	margin-top: -280px;
	position: relative;
}

.layer .img img{
	max-width: 100%;
}

.layer .two_btn{
	position: absolute;
	width: 80%;
	left: 9%;
	height: 64px;
	bottom: 106px;
}

.layer .two_btn a{
	display: block;
	width: 50%;
	float: left;
	height: 100%;
}
.layer .guanbi{
	width: 60px;
	height: 60px;
	margin: 20px auto;
	position: relative;
	left: -7px;
	cursor: pointer;
}

.box1310 ul .swiper-container li{
	margin-right: 0;
}

.box1310 ul .swiper-container li:nth-child(5n) {
    margin-right: 0;
}



.swiper-button-next{
	width: 30px !important;
	height: 90px !important;
	transform: rotate(180deg);
	margin-top: -45px !important;
	right: 0 !important;
	background:url(../image/swiper-btn.png) no-repeat !important;
}

.swiper-button-prev{
	width: 30px !important;
	height: 90px !important;
	margin-top: -45px !important;
	left: 0 !important;
	background:url(../image/swiper-btn.png) no-repeat !important;
}

.box1318{
	width: 1318px;
	margin: auto;
}

.box1310 .title{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.box1318 .imgs{
	position: relative;
}

.box1318 .imgs .links{
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
}

.box1318 .imgs .links a{
	display: block;
	width: 50%;
	float: left;
	height: 100%;
}

.three_img{
	margin-bottom: 18px;
	margin-top: -12px;
}

.three_img .zc{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.three_img .suitImg{
	float: left;
	margin-right: 10px;
}

.three_img .suitImg:last-of-type{
	margin-right: 0;
}

.coupons-img{
	position: relative;
}

.coupons-img .links{
	position: absolute;
	width: 90%;
	left: 5%;
	height: 45%;
	top: 42%;
}

.coupons-img .links a{
	display: block;
	width: 100%;
	height: 50%;
}

.adv-img{
	position: relative;
}

.adv-img .links{
	position: absolute;
	width: 94%;
	left: 3%;
	height: 88%;
	top: 4%;
}

.adv-img .links a{
	display: block;
	width: 100%;
	height: 33.333%;
}

@media (max-width:1250px) {
	.box1318{
		width: 1100px;
	}
	.box1318 img{
		width: 100%;
	}
	.box1310{
		width: 1170px;
	}
	.box1310 ul{
		width: 980px;
	}
	.box1310 .title img{
		width: 860px;
	}
	.box1310 .title {
	    margin-left: 29px;
	}
	.hb img{
		width: 980px;
	}
	.hb > div .qiang{
		right: 93px;
		top: 58px;
	}
	.hb > div .qiang img{
		width: 130px;
	}
	.hb > div{
		width: 980px;
	}
	.coupons_box{
		background-size: 100%;
		width: 980px;height: 495px;
	}
	.huichang ul img{
		width: 100%;
	}
	
/* 	#banner .banner_01{
		height: 349px;
		background-size: auto 349px; 
	}
	#banner .banner_02{
		height: 335px;
		background-size: auto 335px; 
	} */

	/* .scroll_txt{
		top: 185px;
	} */
}

.box1310 .floor_1 .pro_info{
	background: #75abfc;
}

.box1310 .floor_1 .pro_info .buyBtn{
	color: #3651f2;
}


.box1310 .floor_2 .pro_info{
	background: #dab866;
}

.box1310 .floor_2 .pro_info .buyBtn{
	color: #a67c16;
}

.box1310 .floor_3 .pro_info{
	background: #ffaa7d;
}

.box1310 .floor_3 .pro_info .buyBtn{
	color: #d24900;
}



.box1 .auto{
	border-radius: 30px;
	background: #ffd200;
	padding-bottom: 5px;
}


.box2 .auto{
	border-radius:30px;
	background: #00b75a;
	padding-bottom: 5px;
}


.box3 .auto{
	border-top: none;
	border-radius: 30px;
	background: #ff0042;
	padding-bottom: 5px;
}




.box4 .auto{
	border-top: none;
	border-radius: 30px;
	background: #efaa51;
	padding-bottom: 5px;
}



.box5 .auto{
	border-top: none;
	border-radius: 0 0 30px 30px;
	background: #ff6000;
	padding-bottom: 5px;
}

.box5 .auto ul{
	padding-top: 0;
}


.box6 .auto{
	border-top: none;
	border-radius: 30px;
	background: #0042ff;
	padding-bottom: 5px;
}



.box7 .auto{
	border-top: none;
	border-radius: 30px;
	background: #ffae00;
	padding-bottom: 5px;
}


.recommendList{
	width: 1190px;
	margin: 0 auto;
	margin-top: 60px;
}

.recommendList ul li{
	float: left;
	margin-bottom: 15px
}

.recommendList ul li:nth-child(2n){
	float: right;
}

.box1310 ul li{
	width: 19.2%;
}

.box1310 ul li:nth-of-type(5n){
	margin-right: 0;
}

.suit_adv a{
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 14px;
}

.suit_adv a:last-of-type{
	margin-right: 0;
}



.box1310 .block{
	background: #9659ff;
	color: #fff;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
}

.box1310.box1 .block{
	background: #ff7e00;
}

.box1310.box1 .block .buy{
	color: #ff0000;
}


.box1310 .block .name{
	height: auto;
	margin: 0;
	font-size: 17px;
	margin-bottom: 18px;
}




.box1310 ul li .padding{
	padding: 0;
}


.box1310.items-6 ul li{
	width: 16%;
	margin-right: .8%;
}

.box1310.items-6 ul li:nth-child(5n) {
    margin-right: .8%;
}

.box1310.items-6 ul li:nth-child(6n) {
    margin-right: 0;
}

.box1310.items-6 ul li:nth-child(4n) {
    margin-right: .8%;
}

.suit_imgs{
	margin-bottom: 12px;
}

.suit_imgs a{
	float: left;
}

.suit_imgs a:last-of-type{
	float: right;
}

.box1310.box5 ul li .name{
	margin-bottom: 0;
}

.box1310.box5 ul li .price{
	margin: 7px;
	margin-top: 0;
	font-size: 24px;
	color: #ff0027;
}
.box1310.box5 ul li .price small{
	font-size: 14px;
}

.goods_info{
	height: 105px;
	background: #ff0033;
}

.goods_info .margin{
	padding: 3px 10px 10px 10px;
}

.goods_info .margin .price{
	font-size: 32px;
	color: #ffff00;
	float: left;
}

.goods_info .margin .price b{
	font-weight: normal;
}

.goods_info .margin .price small{
	font-size: 18px;
	margin-right: -3px;
}

.goods_info .info_bottom{
	font-size: 14px;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.goods_info .addcart{
	float: right;
	display: inline-block;
	margin-top: 5px;
}

.goods_info .margin .info_top{
	min-height: 0;
	overflow: hidden;
}

.twoimg{
	position: relative;
}

.twoimg .link{
	position: absolute;
	height: 57%;
	top: 28%;
	width: 90%;
	left: 5%;
}

.twoimg .link a{
	display: block;
	width: 25%;
	float: left;
	height: 100%;
	cursor: pointer;
}

.right_bar22{
	width: 165px;
	height: 490px;
	background: url('../image/rightMenu.png');
	position: fixed;
	right: 1.5%;
	top: 50%;
	display: none;
	margin-top: -250px;
}

.right_bar22 .ul{
	    width: 120px;
	    height: 360px;
	    margin-top: 90px;
	    margin-left: 25px;
}

.right_bar22 .ul a{
	display: block;
	width: 100%;
	line-height: 41px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #0060ff;
}

.right_bar22 .ul a:hover{
	background: #ffff00 !important;
	color: #0060ff;
}

.right_bar22 .ul a:nth-of-type(2n){
	background: #0043db;
}



.right_bar22 .ul a:last-of-type{
	background: none;
}

.right_bar22 .ul a:last-of-type:hover{
	background: none !important;
	color: #ffff00;
}

@media (max-width:1600px) {
	.right_bar22{
		display: none !important;
	}
}

@media (max-width:1250px) {
	
	.recommendList ul li{
			width: 480px;
		}
		.recommendList ul li img{
			width: 100%;
		}
		.recommendList{
			width: 980px;
		}
		.suit_imgs img{
			width: 500px;
		}
		.box1310 {
		    width: 1095px;
		}
		.box1310 .title{
			margin-left: 0;
			width: 100.1%;
		}
		.box1310 .title img{
			width: 100%;
		}
		.box1310 img{
			max-width: 100%;
		}
		.huangou img{
			width: 100%;
		}
		.box1310 ul {
		    width: 1100px;
		}
		.box1310 ul .suit_adv img{
			width: 342px;
		}
		.box1310 .auto{
			padding-bottom: 12px;
		}
		.box1310 ul{
			padding-bottom: 5px;
		}
		.three_img .zc img{
			width: 213px;
		}
		.three_img .suitImg img{
			width: 388px;
		}
		.huichang img{
			width: 100%;
		}
		.adv-img img{
			width: 100%;
		}
		.coupons-img img{
			width: 100%;
		}
}