@charset "UTF-8";
a,
a:hover {
	text-decoration: none;
	color: #333
}

ul {
	padding: 0;
}

.ban {
	clear: both;
}

.shop-header {
	padding: 10px 0;
}

.input-box {
	padding-top: 2%;
}

.input-box .form {
	background: #CF000E;
	padding: 4px;
	margin-bottom: 5px;
}

.form-bg {
	background: #fff;
	padding-left: 8px;
}

.input-box input {
	width: 80%;
	height: 30px;
	border: none;
	outline: none;
}

.input-box button {
	width: 20%;
	height: 30px;
	background: #CF000E;
	color: #FFF;
	border: none;
	outline: none;
}

.input-box p a {
	color: #999;
	font-size: 13px;
	margin-right: 5px;
	text-decoration: none;
}

.input-box .key {
	color: #FF6905;
}

.shop-container {
	padding: 30px 0;
}

.shop-left {
	color: #fff;
}

.shop-left-title {
	background: #4285F4;
	text-align: center;
	padding: 10px;
}

.shop-left h4 {
	padding: 0;
	margin: 0;
}

.shop-left-con {
	background: #322D29;
}

.shop-left-con ul {
	padding: 0;
	margin: 0;
}

.shop-left-con li {
	padding: 0.2% 10%;
	line-height: 1.8;
	color: #eee;
}

.shop-left-con li:hover {
	background: #eee;
	color: #000;
}
.shop-left-con li i{
	padding-right: 10px;
	color: #999;
	padding-top: 5px;
}

.shop-left-con li p {
	margin: 0;
}
.shop-left-con li a {
	display: block;
	color: #BBB;
}

.shop-left-con li a:hover {
	color: #000;
}

.lunbo {
	padding: 0;
}

.butAn {
	display: none;
}

.shop-title ul {
	width: 100%;
	padding: 0;
}

.shop-title li {
	float: left;
	margin-right: 4%;
}

.shop-title a {
	color: #000;
	text-decoration: none;
	border-radius: 15px;
	padding: 2px 8px;
}

.shop-title li a:hover {
	background: #4285F4;
	color: #fff;
}

.sh-box {
	text-align: center;
	background-image: url(../img-shop/user-bg.png);
	background-repeat: no-repeat;
	border: 1px solid #eee;
	padding: 30px 0;
}

.shop-right .p-hide {
	max-width: 70px;
	max-height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.shop-right .p-hide img {
	width: 100%;
	height: 100%;
}

.sh-box h5 {
	padding: 20px 0;
}

.sh-box p a {
	color: #4285F4;
}

.sh-box button {
	width: 20%;
	margin: 5px;
	padding: 5px;
	border: none;
	background: #4285F4;
}

.sh-box button a {
	padding: 5px;
	color: #fff;
}

.shop-2 {
	padding: 20px 0;
}


/*标题*/

.personal-mybuluo-head {
	position: relative;
}

.personal-mybuluo-wording {
	position: absolute;
	top: 0;
	z-index: 2;
	left: 50%;
	background-color: #fff;
	color: #000;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 0 10px;
}

.personal-mybuluo-wording span {
	color: #CF000E;
}

.personal-border {
	position: absolute;
	left: 0;
	width: 100%;
	height: 14px;
	z-index: 1;
}

.jmu-border-1px {
	position: relative;
}

.jmu-border-1px.border-bottom:after {
	border-bottom: 1px solid #dedfe0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) .jmu-border-1px:after {
	right: -100%;
	bottom: -100%;
	-webkit-transform: scale(0.5);
}

.jmu-border-1px:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
	pointer-events: none;
}

.commodity {
	padding: 5px;
	border: 1px solid #E0E0E0;
}

.commodity:hover {
	border: 1px solid #FF5F03;
}

.init {
	padding-right: 5px;
}

.paddingHidden {
	padding: 0;
}

.shop-img {
	position: relative;
	overflow: hidden;
}

.shop-img img {
	transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
}

.shop-img img:hover {
	transform: scale(1.05);
}

.shop-img-bottom {
	width: 100%;
	bottom: -100%;
	position: absolute;
	text-align: center;
	background: rgba(0, 0, 0, 0.59);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

.shop-img-bottom a {
	color: #fff;
	display: block;
}

.shop-img:hover .shop-img-bottom {
	bottom: 0;
}

.shop-img-bottom ul {
	padding: 0;
}

.shop-img-bottom li {
	width: 50%;
	float: left;
	padding: 5px;
}

.shop-img-bottom .sim {
	border-right: 1px solid #666;
}

.shop-text ul {
	padding: 0;
	margin: 0;
}

.shop-text ul li {
	margin: 2px 0;
}

.shop-text p {
	line-height: 1.4em;
	max-height: 2.8em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.shop-text .money {
	color: #CF000E;
	font-weight: bold;
}

.shop-text .shop-name {
	color: #666;
}

.shop-text .shop-name-logo {
	color: #FF5F03;
}

.shop-text .chain-1 {
	color: green;
}

.shop-text .chain-2 {
	color: yellow;
}

.shop-text .shop-info {
	color: #1C9EFF;
}


/*shop-bottom*/

.shop-bottom {
	padding: 20px 0;
}

.shop-bottom li {
	width: 25%;
	text-align: center;
	float: left;
}


/* 超小屏幕（手机，大于320px） */

@media (min-width:320px) {
	.shop-title a {
		font-size: 11px;
	}
	.personal-mybuluo-head {
		position: relative;
		margin: 5px 0 20px;
	}
	.personal-mybuluo-wording {
		font-size: 16px;
	}
	.commodity {
		margin-bottom: 5px;
	}
	.shop-text {
		padding: 5px;
	}
	.shop-text p {
		font-size: 12px;
	}
	.shop-text .money {
		font-size: 18px;
	}
	.shop-bottom span {
		font-size: 40px;
	}
	.shop-bottom p {
		padding: 10px;
		font-size: 12px;
	}
}


/* 小屏幕（平板，大于等于 768px） */

@media (min-width:768px) {
	.shop-title a {
		font-size: 16px;
	}
	.personal-mybuluo-head {
		position: relative;
		margin: 5px 0 20px;
	}
	.personal-mybuluo-wording {
		font-size: 18px;
	}
	.commodity {
		margin-bottom: 15px;
	}
	.shop-text {
		padding: 10px 5px 0;
	}
	.shop-text p {
		font-size: 14px;
	}
	.shop-text .money {
		font-size: 18px;
	}
	.shop-bottom span {
		font-size: 50px;
	}
	.shop-bottom p {
		padding: 10px;
		font-size: 16px;
	}
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width:992px) {
	.shop-title a {
		font-size: 16px;
	}
	.personal-mybuluo-head {
		position: relative;
		margin: 5px 0 20px;
	}
	.personal-mybuluo-wording {
		font-size: 20px;
	}
	.commodity {
		margin-bottom: 18px;
	}
	.shop-text {
		padding: 10px 5px 0;
	}
	.shop-text p {
		font-size: 13px;
	}
	.shop-text .money {
		font-size: 20px;
	}
	.shop-bottom span {
		font-size: 60px;
	}
	.shop-bottom p {
		padding: 15px;
		font-size: 18px;
	}
}


/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media (min-width:1200px) {
	.shop-title a {
		font-size: 16px;
	}
	.personal-mybuluo-head {
		position: relative;
		margin: 50px 0;
	}
	.personal-mybuluo-wording {
		font-size: 25px;
	}
	.commodity {
		margin-bottom: 20px;
	}
	.shop-text {
		padding: 10px 5px 0;
	}
	.shop-text p {
		font-size: 14px;
	}
	.shop-text .money {
		font-size: 22px;
	}
	.shop-bottom span {
		font-size: 65px;
	}
	.shop-bottom p {
		padding: 20px;
		font-size: 18px;
	}
}


/*shop-introduce页面*/

.introduce-1-left {
	padding: 5px;
}


.i-l-img{
	width: 100%;
	height: 100%;
}








.i-l-bot:hover {}

.i-l-bot ul {
	margin-top: 10px;
}

.i-l-bot li {
	width: 25%;
	padding: 5px;
	float: left;
	border: 2px solid #E0E0E0;
}

.i-l-bot li:hover {
	border: 2px solid red;
}

.f-s-box a {
	color: #999;
}


/*introduce-1-right*/

.introduce-1-right h2 {
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

.i-1-r-box li {
	margin-bottom: 15px;
}

.i-1-r-box {
	padding: 10px;
}

.introduce-1-right span {
	color: #999;
}

.sp-xq-1 p {
	text-decoration: line-through;
}

.sp-xq-2 p {
	color: #FF0036;
	font-weight: 600;
}

.totale {
	width: 100%;
	padding: 8px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
}

.totale li {
	width: 33%;
	padding: 2px 0;
	color: #999;
	line-height: 1.5;
	float: left;
	border-right: 1px solid #999;
	margin: 0;
}

.totale li {
	width: 33%;
	padding: 2px 0;
	line-height: 1.5;
	float: left;
	border-right: 1px solid #999;
	margin: 0;
}

.totale .totale-1,
.totale .totale-2 {
	color: #FF0036;
	font-weight: 600;
}

.totale .totale-3 {
	color: #228800;
	font-weight: 600;
}

.totale .listLi {
	border: none;
}

.x-q-4,
.x-q-5,
.x-q-6,
.x-q-7 {
	padding: 5px;
	margin-bottom: 8px;
}

.x-q-4 .standard,
.x-q-5 .classification,
.x-q-6 .structure {
	border: 1px solid #E7E7E7;
	margin-right: 8px;
}
.x-q-4 .standard:hover,
.x-q-5 .classification:hover,
.x-q-6 .structure:hover {
	border: 1px solid #FF0036;
}

.x-q-7 .amount input {
		width: 50px;
		height: 25px;
	font-size: 12px;
}
.x-q-7 .zong {
	width: 50px;
	height: 30px;
}

.x-q-bot li {
	margin-right: 10px;
	float: left;
}
.nowShopo {
	padding-top: 10px;
}
.nowShopo .but1 {
	color: #FF0036;
	border: 1px solid #FF0036;
	background: #FFEDED;
}

.nowShopo .but2 {
	color: #FFf;
	border: 1px solid #FF0036;
	background: #FF0036;
}


/* 超小屏幕（桌面显示器，大于等于 320px） */

@media (min-width:320px) {
	.f-s-box a {
		font-size: 10px;
		margin-right: 10px;
	}
	.introduce-1-right h2 {
		font-size: 12px;
	}
	.introduce-1-right span {
		font-size: 10px;
	}
	.sp-xq-1 p {
		font-size: 10px;
	}
	.sp-xq-2 p {
		font-size: 12px;
	}
	.x-q-3 p {
		font-size: 12px;
	}
	.totale li {
		font-size: 10px;
	}
	.totale .totale-1,
	.totale .totale-2 {
		font-size: 12px;
	}
	.totale .totale-3 {
		font-size: 12px;
	}
	.x-q-4 .standard,
	.x-q-5 .classification,
	.x-q-6 .structure {
		padding: 3px 8px;
	}
	



.s-font{
	font-size: 10px;
}



.nowShopo .but1 ,
.nowShopo .but2{
	padding: 5px 10px;
}

.nowShopo a{
	font-size: 12px;
}



}


/* 小等屏幕（桌面显示器，大于等于 768px） */

@media (min-width:768px) {
	.f-s-box a {
		font-size: 11px;
		margin-right: 5px;
	}
	.introduce-1-right h2 {
		font-size: 16px;
	}
	.introduce-1-right span {
		font-size: 12px;
	}
	.sp-xq-1 p {
		font-size: 12px;
	}
	.sp-xq-2 p {
		font-size: 14px;
	}
	.x-q-3 p {
		font-size: 14px;
	}
	.totale li {
		font-size: 12px;
	}
	.totale .totale-1,
	.totale .totale-2 {
		font-size: 14px;
	}
	.totale .totale-3 {
		font-size: 14px;
	}
	.x-q-4 .standard,
	.x-q-5 .classification,
	.x-q-6 .structure {
		padding: 4px 8px;
	}
	
	.s-font{
	font-size: 12px;
}



.nowShopo .but1 ,
.nowShopo .but2{
	padding: 10px 20px;
}

.nowShopo a{
	font-size: 14px;
}
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width:992px) {
	.f-s-box a {
		font-size: 11px;
		margin-right: 15px;
	}
	.introduce-1-right h2 {
		font-size: 18px;
	}
	.introduce-1-right span {
		font-size: 14px;
	}
	.sp-xq-1 p {
		font-size: 14px;
	}
	.sp-xq-2 p {
		font-size: 16px;
	}
	.x-q-3 p {
		font-size: 16px;
	}
	.x-q-4 .standard,
	.x-q-5 .classification,
	.x-q-6 .structure {
		padding: 5px 8px;
	}
	.s-font{
	font-size: 14px;
}



.nowShopo .but1 ,
.nowShopo .but2{
	padding: 10px 40px;
}

.nowShopo a{
	font-size: 14px;
}
}


/* 大屏幕（桌面显示器，大于等于 1200px） */

@media (min-width:1200px) {
	.f-s-box a {
		font-size: 12px;
		margin-right: 20px;
	}
	.introduce-1-right h2 {
		font-size: 18px;
	}
	.introduce-1-right span {
		font-size: 14px;
	}
	.sp-xq-1 p {
		font-size: 14px;
	}
	.sp-xq-2 p {
		font-size: 16px;
	}
	.x-q-3 p {
		font-size: 16px;
	}
	.x-q-4 .standard,
	.x-q-5 .classification,
	.x-q-6 .structure {
		padding: 5px 10px;
	}
	.s-font{
	    font-size: 14px;
}

	.nowShopo .but1 {
	padding: 10px 60px;
}

.nowShopo .but2 {
	padding: 10px 60px;
}
}


/*弹窗*/

.tanchuang {
	width: 500px;
	height: 300px;
	display: none;
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 999;
	background: red;
}