body {
	background: #f6f6f6;
}
.banner {
	display: block;
	position: relative;

}
.banner-swiper img {
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 35px;
    height: 5px;   
    border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
	 background-color: #dbb103;
}
.banner .swiper-button-prev,
 .banner .swiper-button-next {
    background-image:none;
	opacity: .6;
	background-color: #8a8a8a;
	width: 32px;
	height: 60px;

}
 .banner .swiper-button-next .iconjiantou ,
  .banner .swiper-button-prev .iconjiantou {
 	font-size: 32px;
    line-height: 60px;
    color: #dbb103;
 	
 }
 .banner .swiper-button-next {
 	transform: rotate(180deg);
 }
/*
 home  tit style
  */
.slideshow-content .space-base {
	margin-bottom: 0;
}
.home-tit {
	position: relative;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 1em auto 2em;
	
}
.home-tit:after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 2em;
	height: 5px;
	bottom: -1em;
	background-color: #dbb103;
	left: 50%;
	margin-left: -1em;
}
.home-peoduct_wrap {
	margin: 0 10px;
	font-size: 0;
}
.home-peoduct_list {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.home-peoduct_list:nth-child(2n) {
	margin-right: 0;
}
.home-peoduct_list_top {
	position: relative;
}
.home-peoduct_list_img {
	display: inline-block;
}
.home-peoduct_list_img_hot {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 10px;
	left: 6px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #ef554f;
	border-radius: 50%;
}
.home-peoduct_list_img_new {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 52px;
	left: 6px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #eea53e;
	border-radius: 50%;
}
.home-peoduct_list_top .iconshoucang {
	position: absolute;
	top: 10px;
	right: 6px;
	font-size: 22px;
}
.home-peoduct_list_name {
	margin: 16px 0 6px;
	line-height: 20px;
	font-size: 14px;
	color: #828282;
}
.home-peoduct_list_name a {
	font-size: 14px;
	color: #828282;
}
.home-peoduct_list_bottom {
	overflow: hidden;
}
.home-peoduct_list_bottom_price {
	display: inline-block;
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.home-peoduct_list_bottom_cart {
	display: inline-block;
	float: right;
	width: 30px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #dbb103;
	line-height: 30px;
}
.home-peoduct_more { 
	display: block;
	width: 62.5%;
	max-width: 400px;
	height: 2.6em;
	margin: 1em auto;
	text-align: center;
	line-height: 2.6em;
	font-size: 1.1428em;
    color: #bababa; 
    border: solid 2px #e5e5e5;
    background: #fff;
}
/* product */

.product-item .product-name a {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    color: #828282;
}
.product-item .product-name a {
	word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 	color: #828282 !important;
}
.product-item  .price-box,
.product-item  .cdz-product-bottom  {
	display: inline-block;
}
.cms-index-index .col-main-containter .col-main {
	padding-left: 0;
	padding-right: 0;
}
.product-item .cdz-product-bottom .btn-cart{
	background-color: #dbb103;
    border-color: #dbb103;
}
.product-item .product-name ~ span,
.product-item  .price-box  {
	float: left;
	margin-top: 10px;
}

/* user swiper  */
.home-user-swiper {
	padding: 10px 0;
	box-sizing: border-box;
	background: #fff;
}
.home-user-swiper_bottom_img {
	width: 2.8571em;
    height: auto;
    border-radius: 50%;
    vertical-align: middle;
}
.home-user-swiper_info {
	padding: 0 10px;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
.home-user,
.home-user-swiper_bottom {
	padding: 0 10px;
	box-sizing: border-box;
}
.home-user .swiper-pagination-bullet {
	position: relative;
	width: 12px;
	height: 12px;
	border: 1px solid #4a4a4a;
	background: #fff;
}
.home-user .swiper-pagination {
	text-align: right;
}
.home-user .swiper-pagination-bullet-active {
	background: #fff;
}
.home-user .swiper-pagination-bullet-active:after {
	content: ' ';
	position: absolute;
	width: 6px;
	height: 6px;
    left: 3px;
	top: 3px;
	border-radius: 50%;
	background: #8a8a8a;
}
/* our store */
.home-store {
	background: #fff;
    position: relative;
    overflow: hidden;
}
.home-store:before {
	position: absolute;
    content: 'lemu';
    display: inline-block;
    font-size: 109px;
    color: #f5f5f5;
    transform: rotate(270deg);
    left: -90px;
    top: 28%;
	
}
.home-store-tit {
	position: relative;
	z-index: 2;
	margin-bottom: 1em;
}
.home-store-tit:after {
	content: none;
	
}
.home-store_info {
	position: relative;
	font-size: 1em;
	line-height: 1.5em;
	z-index: 2;
	padding-left: 26%;
	padding-right: 10px;
	box-sizing: border-box;
}
.home-store_info--last {
	margin-bottom: 3em;
}
.home-join {
	padding: 2em 0;
	background-color: #2d2105;
	text-align: center;
}
#join-form {
	text-align: center;

}
.home-join .home-join-tit {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
}
.join-form_con {
	position: relative;
	width: 75%;
	max-width: 480px;
	margin: 1em auto;
	margin-left: auto;
	margin-right: auto;
}
.home-join .join-form_email {
	display: block;
	width: 100%;
	font-size: 14px;
	height: 2.25em;
	line-height: 2.25em;
	color: #333;
	border: none;
	padding-left: 10px;
	box-sizing: border-box;
}
#join-form  .iconxinfeng {
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -10px;
	font-size: 19px;
	color: #bababa;
}
#join-form .iconjiantou1 {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -7px;
	font-size: 14px;
	
	color: #bababa;
}
footer {
	padding: 10px;
	box-sizing: border-box;
}
.footer-tit {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
}
.footer-con_list {
	padding-left: 2em;
	color: #4b4b4b; 
}
.footer-con_list .iconfont {
	font-size: 18px;
	line-height: 2em;
	color: #4b4b4b;
	
}
@media only screen and (max-width: 320px){
	.product-item .price-box .price {
		font-size: 13px;
	}
}
@media only screen and (max-width: 768px){
	/* home product  */
	.product-item-info  {
		overflow: hidden;
	}
.product-items .product-item {
	height: auto !important;
    padding-bottom: 0 !important;
    border: none !important;
}
.products-grid .product-item .product-item-info .cdz-product-bottom {
	    float: right;
    margin-right: 10px;
}
.product-item-info .cdz-buttons-container .btn-cart {
	width: 35px !important;
	height: 35px !important;
}
.product-item-info .cdz-buttons-container .btn-cart:before {
	line-height: 30px !important;
}

}
@media only screen and (min-width: 768px){
	.home-peoduct_list {
		width: 32%;
		margin-bottom: 16px;
	}
	.home-peoduct_list:nth-child(2n) {
		margin-right: 2%;
	}
	.home-peoduct_list:nth-child(3n) {
		margin-right: 0;
	}
	.home-peoduct_list:nth-child(3n-1) {
		margin-right: 2%;
	}
	.home-store:before {
		font-size: 148px;
	}
}
@media only screen and (min-width: 1024px){
	.home-peoduct_list {
		width: 23.5%; 
	}
	.home-peoduct_list:nth-child(2n) {
		margin-right: 2%;
	}
	.home-peoduct_list:nth-child(3n) {
		margin-right: 2%;
	}
	.home-peoduct_list:nth-child(4n-1),
	.home-peoduct_list:nth-child(4n-2),
	.home-peoduct_list:nth-child(4n-3) {
		margin-right: 2%;
	}
	.home-peoduct_list:nth-child(4n) {
		margin-right: 0;
	}
}
