body,html{
	font-family: "microsoft yahei";
}
img{
	display: block;
}
a{
	color: inherit;
	text-decoration: none;
}
.clear{
	overflow: hidden;
}
.clearboth{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hide{
	display: none !important;
}
.content{
	width: 61.97%;
	min-width: 1190px;
	margin: 0 auto;
}
.vertical{
	display: inline-block;
	vertical-align: middle;
}

.center{
	text-align: center;
}
.jiathis_style img{
	width: auto;
}
.displayTable{
	width: 100%;
	box-sizing: border-box;
	display: table;
}
.displayTable>*{
	display: table-cell !important;
	vertical-align: middle;
}
.displayInlineBlock>*{
	display: inline-block;
	vertical-align: middle;
}

/*------轮播【【--------*/

.swiper-containerWrap {
	position: relative;
	margin-bottom: 60px;
}

.pagination {
	z-index: 1;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.swiper-pagination-switch,
.swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background: #5f5e5e;
	display: inline-block;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
/*	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);*/
	cursor: pointer;
}

.swiper-active-switch,
.swiper-pagination-bullet-active{
	background: #ffffff;
	border: 2px solid #5f5e5e;
}

.banner-arrow {
	position: absolute;
	width: 30px;
	height: 54px;
	top: 50%;
	margin-top: -27px;
	cursor: pointer;
	z-index: 1;
	transition: 0.3s;
}

.banner-arrowLeft {
	left: 0%;
	background: url(/images/buy/banner-arrowLeft.png) no-repeat center;
}

.banner-arrowRight {
	right: 0%;
	background: url(/images/buy/banner-arrowRight.png) no-repeat center;
}


/*------轮播】】--------*/


/*------弹出层【【--------*/
.pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 20;
	display: table;
	font-size: 12px;
	
}

.pop>div {
	display: table-cell;
	vertical-align: middle;
}

.pop-content {
	width: 600px;
	background: white;
	margin: 0 auto;
	padding: 20px 30px 40px;
	box-sizing: border-box;
	position: relative;
	max-height: 90%;
	overflow-y: scroll;
	-moz-animation: popContent 0.5s forwards;
	-ms-animation: popContent 0.5s forwards;
	-o-animation: popContent 0.5s forwards;
	animation: popContent 0.5s forwards;
}
@-webkit-keyframes popContent{
	from{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes popContent{
	from{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-ms-keyframes popContent{
	from{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-o-keyframes popContent{
	from{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes popContent{
	from{
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	to{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.pop-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	cursor: pointer;
	z-index: 1;
}
/*------弹出层】】--------*/