﻿.container{
	background: #fff;
}
.cnt{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
	padding-top: 38px;
	margin-bottom: 172px;
}
.left-side{
	width: 250px;
	border: solid 1px #e6e6e6;
	padding-top: 16px;
	padding-bottom: 16px;
	display: inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	vertical-align: top;
}
.leftside-cnt{
	width: 218px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.leftside-cnt p{
	margin-bottom: 8px;
	margin-left: 0;
	width: 90%;
	padding-right: 30px;
	font-size: 16px;
	color: #333;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
	line-height: 1.6;
	cursor: pointer;
}
ul.side-e{
	list-style-type: none;
	position: relative;
	overflow: hidden;
}
.leftside-cnt i{
	position: absolute;
	font-size: 18px;
	color: #666;
	right: 0;
	top: 0;
	line-height: 1.5;
	pointer-events: none;
}
ul.side-e li{
	font-size: 14px;
	color: #999999;
	margin-bottom: 6px;
	margin-left: 10px;
}
ul.side-e li a{
	color: #999999;
}
ul.side-e li a:hover,ul.side-e li a.active,ul.side-e li.active a{
	color: #61a24b;
}
ul.side-e li a.active{
	color: #61a24b;
}

.right-cnt{
	width: 910px;
	display: inline-block;
	margin-left: 34px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; 
	/*border: 1px solid #fafafa;*/
	vertical-align: top;
}
.tip-nav{
	width: 100%;
	position: relative;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
}
.tip-nav p{
	display: inline-block;
	line-height: 20px;
}
.tip-nav .sex{
	display: inline-block;
	width: 50px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; /* Safari */
	color: #333;
	cursor: pointer;
}
.tip-nav .sex.active{
	border: solid 1px #61a24b;
	color: #61a24b;
}
.tip-nums{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	position: absolute;
	right: 0;
	top: 0;
}
.shop-list{
	--margin-top: 20px;
}
.s-each{
	width: 290px;
	height: 430px;
	padding: 20px;
	--border: 1px solid #ddd;
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #fff;
	overflow: hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	
}
.s-eachbg{
	margin-left: -19px;
}
.swiper-container-big{
	width: 100%;
	height: 250px;
}
.swiper-nav{
	margin-top: 20px;
	position: relative;
}
.swiper-container-nav{
	width: 200px;
	height: 40px;
}
.swiper-container-nav .swiper-slide,.swiper-container-small .swiper-slide{
	width: 40px;
	height: 40px;
	/*margin: 0 5px;*/
	overflow: hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	border: 0;
	cursor: pointer;
	padding: 2px;
}
.swiper-container-nav .swiper-slide.havebd,.swiper-container .swiper-slide.havebd{
	border: 1px solid #e6e6e6;
}
.swiper-nav-pageNext i,.swiper-nav-pagePrev i{
	font-size: 18px;
	color: #ccc;
}
.swiper-nav-pageNext,.swiper-nav-pagePrev{
	position: absolute;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
}
.swiper-nav-pageNext{
	right: 0;
}
.swiper-nav-pagePrev{
	left: 0;
}
.swiper-text{
	margin-top: 20px;
}
.swiper-text h1{
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	width: 100%;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.swiper-text h1 a{
	font-size: 14px;
	color: #333;
}
.swiper-text h1 a:hover{
	color: #61a24b;
}
.swiper-text p{
	font-size: 12px;
	color: #999;
	line-height: 1.4;
}
.show-code{
	position: absolute;
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000);
	background: rgba(0,0,0,.6);
	z-index: 2;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;

}
.codeimg{
	width: 140px;
	height: 140px;
	background: #fff;
	margin: 0 auto;
	margin-top: 43px;
	text-align: center;
	overflow: hidden;
	
}
.show-code p{
	color: #fff;
	text-align: center;
	margin-top: 8px;
}
.codeimg img,.codeimg table,.codeimg canvas{
	margin: 0 auto;
	margin-top: 4px;
}
.codeimg table{
	width: 132px;
	height: 132px;
	margin: 4px !important;
	display: block;
}
.codeimg canvas{
	display: block;
}

.cityselect{
	display: none;
}

/* detail.html */
.detail-cnt{
	margin-bottom: 140px;
}


.left-list{
	width: 550px;
	display: inline-block;
	vertical-align: top;
}
.swiper-container-lager{
	width: 550px;
	height: 550px;
	/*border: 1px solid #e6e6e6;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.swiper-container-small{
	height: 110px;
	width: 450px;
	margin: 0 auto;
}
.swiper-container-small .swiper-slide{
	width: 110px;
	height: 110px;
	--margin: 0 11px;
	padding: 6px;
	box-sizing: border-box;
}
.swiper-nav-pageNext2,.swiper-nav-pagePrev2{
	--line-height: 90px;
	margin-top: -16px;
}
.swiper-nav-pageNext2 i,.swiper-nav-pagePrev2 i{
	font-size: 30px;
}
.right-list{
	margin-left: 26px;
	width: 618px;
	display: inline-block;
	vertical-align: top;
}
.r-title{
	border-bottom: 1px solid #e6e6e6;
}
.r-title h1{
	font-size: 28px;
	color: #333;
	margin-bottom: 18px;
}
.r-title p{
	font-size: 16px;
	color: #999;
}
.r-title p.price{
	font-size: 28px;
	color: #e93b3d;
	line-height: 74px;
}
.r-s{
	/*overflow: hidden;*/
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.r-each{
	margin-top: 26px;
}
.r-each p{
	color: #333;
	font-size: 16px;
}
ul.r-imgbg{
	list-style-type: none;
	margin-left: -12px;
	margin-top: 20px;
}
ul.r-imgbg li{
	display: inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-left: 12px;
	border: solid 1px #e6e6e6;
	cursor: pointer;
}
ul.r-imgbg li.active{
	border: solid 1px #61a24b;
}
ul.r-imgbg li img{
	width: 100%;
}
ul.r-textbg li{
	padding: 6px 24px;
	height: auto;
	width: auto;
	color: #333;
	font-size: 14px;
	min-width: 62px;
}
.r-btn{
	padding: 8px 20px;
	height: 44px;
	max-height: 44px;
	border: solid 1px #333333;
	vertical-align: middle;
	display: inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	margin-right: 32px;
	cursor: pointer;
}
.r-btn p{
	font-size: 14px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}
.r-btn p i{
	color: #333;
	font-size: 10px;
}
.r-btn img{
	display: inline-block;
	vertical-align: middle;
}
.r-foot{
	border: none;
	position: relative;
}
.r-ewm{
	width: 180px;
	height: 190px;
	--border: 1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	overflow: hidden;
	margin-top: 20px;
	margin-left: -4px;
	position: relative;
	background: url(http://chg.masterchg.com/chg/mghome/Public/Image/shop/bg.png) no-repeat;
	background-size: 180px 190px;
	display: none;
}
.r-code{
	width: 180px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
}
.r-code table,.r-code canvas{
	margin: 0 auto;
	margin-top: 25px;
}
.r-code canvas{
	display: block;
}
.r-code table{
	width: 128px;
	height: 128px;
	margin: 0 !important;
	margin-top: 25px !important;
	margin-left: 25px !important;
}
.cnt-detail{
	width: 100%;
	background: #f7f7f7;
}
.cnt-detail p{
	line-height: 1.8;
}
.content{
	width: 1200px;
	--height: 300px;
	margin: 0 auto;
	padding-top: 40px;
}
.content img{
	max-width: 100%;
}
/*animate*/
.fadeIn{
	-webkit-animation: fadeIn 0.3s linear both;
	-moz-animation: fadeIn 0.3s linear both;
	-o-animation: fadeIn 0.3s linear both;
	animation: fadeIn 0.3s linear both;
}
@-webkit-keyframes fadeIn{
	from{opacity: 0}
	to{opacity: 1}
}
@-moz-keyframes fadeIn{
	from{opacity: 0}
	to{opacity: 1}
}
@-o-keyframes fadeIn{
	from{opacity: 0}
	to{opacity: 1}
}
@keyframes fadeIn{
	from{opacity: 0}
	to{opacity: 1}
}

.fadeInDown{
	-webkit-animation: fadeInDown 0.3s linear both;
	-moz-animation: fadeInDown 0.3s linear both;
	-o-animation: fadeInDown 0.3s linear both;
	animation: fadeInDown 0.3s linear both;
}
@-webkit-keyframes fadeInDown{
	from{
		opacity: 0;
		-webkit-transform: translate3d(0,-15px,0);
		-moz-transform: translate3d(0,-15px,0);
		-o-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}
	to{
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}
@-moz-keyframes fadeInDown{
	from{
		opacity: 0;
		-webkit-transform: translate3d(0,-15px,0);
		-moz-transform: translate3d(0,-15px,0);
		-o-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}
	to{
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}
@-o-keyframes fadeInDown{
	from{
		opacity: 0;
		-webkit-transform: translate3d(0,-15px,0);
		-moz-transform: translate3d(0,-15px,0);
		-o-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}
	to{
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}
@keyframes fadeInDown{
	from{
		opacity: 0;
		-webkit-transform: translate3d(0,-15px,0);
		-moz-transform: translate3d(0,-15px,0);
		-o-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}
	to{
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

