﻿.cation-middle{
	border: 1px solid #FFF;
}
#page_style{
	/*border: 1px solid #F00;*/
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
/*logo+name*/
.store-title{
	/*border: 1px solid #F00;*/
	/*padding: 20px;*/
	padding-left: 0;
	padding-bottom: 0;
	height: 50px;
}
.store-title .logo{
	float: left;
	/*border: 1px solid #F00;*/
	width: 60px;
}
.store-title .title{
	float: left;
	/*border: 1px solid #F00;*/
	font-size: 20px;
	font-weight: bolder;
	margin-left: 10px;
}
/*分享海报*/
.share{
	position: relative;
	float: right;
	/*border: 1px solid #F00;*/
	/*padding:0 20px;*/
}
.share a{
	margin-left: 10px;
	background-color: #FD8402;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 5px 15px;
	color: #FFF;
}
.share-content{
	display: none;
	border: 1px solid #FFF;
	border-radius: 2px;
	width: 300px;
	height: 396px;
	position: absolute;
	right: 20px;
	top:45px;
	background-image: url("http://www.mqhmould.com/resource/weixinqrcode_qyzy.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*background-color: #666;*/
	text-align: center;
}
.share-content .title{
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin-left: 0;
}
.share-content .rlzh{
	font-size: 16px;
	font-weight: bolder;
	margin-top: 18px;
}
.share-content .qyname{
	font-size: 15px;
	font-weight: bolder;
	line-height: 6px;
}
.share-content div{
	width: 100%;
}
.share-content .qyzt{
	height: 125px;
	overflow: hidden;
}
.share-content .qyzt img{
	border-radius: 2px;
	width: 90%;
	/*height: 100px;*/
}
.share-content .saoma{
	font-size: 12px;
	line-height: 35px;
}
#shareImg{
	/*display: none;*/
	/*border: 1px solid #FFF;*/
	/*border-radius: 2px;*/
	/*width: 300px;*/
	/*height: 396px;*/
	/*position: absolute;*/
	/*right: 20px;*/
	/*top:45px;*/
}
#shareImg canvas{
	position: absolute;
	padding: 5px;
	background-color: #FFF;
	border-radius: 2px;
	top: 275px;
	left: 107px;
}
.share:hover .share-content{
	display: block;
}
/*slide+desc*/
.store-desc{
	clear: both;
	/*border: 1px solid #F00;*/
	margin-top: 20px;
	height: 400px;
}
.store-desc .slide{
	width: 44%;
	float: left;
}
.store-desc .slide .swiper-slide img {
	 width: 500px;
	height: auto;
}

.swiper-container {
	width: 500px;
	height: 300px;
	margin-left: 0;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	width: 500px;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.cptit{
	font-size: 12px;
}
.tese{
	margin-top: 31px;
		margin-bottom: 29px;
}
.store-desc .desc{
	float: left;
	width: 56%;
	margin-top: -14px;
}
.desc-title, .p-title{
	width: auto;
	display: inline-block;
	font-size: 20px;
	font-weight: bolder;
	border-bottom: 5px solid #FFB800;
}
.desc-content{
	width: 100%;
	font-size: 14px;
	/* text-indent: 2em; */
	line-height: 30px;
}
/*content*/
.store-content{
	clear: both;
	/*border: 1px solid #F00;*/
	margin-top: 15px;
	margin-bottom: 15px;
	/*height: 150px;*/
}
.store-content table{
	width: 100%;
}
.store-content td{
	width: 35%;
	padding-left: 10px;
	font-size: 16px;
}
.store-content td:nth-child(2n-1){
	background-color: rgb(230,230,230);
	font-weight: bold;
	width: 10%;
	text-align: center;
	padding-left: 0;
}
/*products*/
.store-products{
	clear: both;
	/*border: 1px solid #F00;*/
	/*margin-top: 20px;*/
}
.products {
	width: 100%;
	height: auto;
	/*padding:90px 0;*/
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #999;*/
}
.products .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 200px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition-property:all;
}