﻿/*购物车*/

.main-title {
	width: 100%;
	max-width: 1200px;
	height: auto;
	line-height: 30px;
	border-bottom: 0px solid #c9c9c9;
	margin: 0 auto;
}

.main-title h2 span {
	color: red;
	font-weight: bold;
}

@media only screen and (min-width:970px) {
	.main-title h2 {
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #dedede;
		font-size: 14px;
		font-weight: bolder;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 540px) and (max-width:970px) {
	.main-title h2 {
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #dedede;
		font-size: 14px;
		color: #000;
		font-weight: bolder
	}
}

@media only screen and (max-width:540px) {
	.main-title h2 {
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #dedede;
		font-size: 14px;
	}
}

.footer-bottom {
	position: relative;
	top: 200px;
	background: #262626;
	color: #fff !important;
}

@media only screen and (min-width:970px) {
	.product-center {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
	}
	.product-title {
		width: 90%;
		height: 50px;
		margin: 0 auto;
		line-height: 50px;
	}
	.product-title li {
		width: 10%;
		float: left;
		text-align: center;
		margin-top: 1%;
	}
	.product-title li.price {
		width: 40%;
	}
	.product-title ul li#title {
		border: none;
		width: 0;
	}
	.product-title li.price-l {
		margin-left: 3%;
	}
	.product-title li.all-price {
		margin-left: 2%;
	}
	.product-title li:first-child {
		text-align: left;
	}
	.center-product {
		width: 100%;
		margin-top: 10px;
		border: 1px solid #dedede;
		padding: 10px;
	}
	.center-product ul li:first-child {
		line-height: 40px;
	}
	.center-product ul li {
		float: left;
		width: 10%;
		text-align: center;
	}
	.center-product ul li h1 {
		width: 100%;
		font-size: 14px;
		margin: 0;
		text-align: left;
	}
	.center-product ul li p {
		text-align: left;
		font-size: 12px;
		color: #9A9A9A;
	}
	.center-product ul li p span {
		color: #ff0000;
	}
	.center-product ul li.tch1 {
		width: 35%;
	}
	.center-product ul li.img {
		width: 5%;
		margin-right: 2%;
	}
	.center-product ul li.img img {
		width: 100%;
	}
	.center-product ul li a {
		color: #565656 !important;
	}
	.center-product ul li.lase {
		width: 13%;
	}
	.center-product ul li.price {
		margin-left: 1%;
		line-height: 40px;
	}
	.center-product ul li.opction {
		line-height: 40px;
		color: #ff0000;
	}
	.center-product ul li.lase {
		line-height: 40px;
	}
	.number-box {
		margin-top: 3%;
	}
	.number-box {
		width: 100%;
	}
	.number-box input {
		width: 30%;
		float: left;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: none;
		border: 1px solid #dedede;
	}
}

@media only screen and (min-width:800px) and (max-width:970px) {
	.product-center {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #dedede;
		margin-top: 10px;
	}
	.product-title {
		width: 90%;
		height: 50px;
		margin: 0 auto;
		line-height: 50px;
	}
	.product-title li {
		width: 10%;
		float: left;
		text-align: center;
		margin-top: 1%;
	}
	.product-title ul li#title {
		border: none;
		width: 0;
	}
	.product-title li.price {
		width: 40%;
	}
	.product-title li.price-l {
		margin-left: 3%;
	}
	.product-title li.all-price {
		margin-left: 2%;
	}
	.product-title li:first-child {
		text-align: left;
	}
	.center-product {
		width: 100%;
		margin-top: 10px;
		border: 1px solid #dedede;
		padding: 10px;
	}
	.center-product ul li:first-child {
		line-height: 40px;
	}
	.center-product ul li {
		float: left;
		width: 10%;
		text-align: center;
	}
	.center-product ul li h1 {
		width: 100%;
		font-size: 14px;
		margin: 0;
		text-align: left;
	}
	.center-product ul li p {
		text-align: left;
		font-size: 12px;
		color: #9A9A9A;
	}
	.center-product ul li p span {
		color: #ff0000;
	}
	.center-product ul li.tch1 {
		width: 35%;
	}
	.center-product ul li.img {
		width: 5%;
		margin-right: 2%;
	}
	.center-product ul li.img img {
		width: 100%;
	}
	.center-product ul li a {
		color: #565656 !important;
	}
	.center-product ul li.lase {
		width: 13%;
	}
	.center-product ul li.price {
		margin-left: 1%;
		line-height: 40px;
	}
	.center-product ul li.opction {
		line-height: 40px;
		color: #ff0000;
	}
	.center-product ul li.lase {
		line-height: 40px;
	}
	.number-box {
		margin-top: 3%;
	}
	.number-box {
		width: 100%;
	}
	.number-box input {
		width: 30%;
		float: left;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: none;
		border: 1px solid #dedede;
	}
}

@media only screen and (max-width:800px) {
	.product-center {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #dedede;
		padding-top: 10px;
	}
	.product-title {
		width: 40%;
		height: 100%;
		margin: 0 auto;
		line-height: 50px;
		float: left;
		border: 1px solid #dedede;
		margin-left: 2%;
		padding-left: 2%;
	}
	.center-product {
		width: 56%;
		border: 1px solid #dedede;
		float: left;
		padding-left: 10px;
		height: auto;
	}
	.product-title ul li {
		height: auto;
		line-height: 400%;
		border-bottom: 1px dashed #dedede;
	}
	.product-title ul li#title {
		border: none;
	}
	.center-product ul li {
		height: auto;
		line-height: 400%;
		border-bottom: 1px dashed #dedede;
	}
	.center-product ul li.img {
		height: auto;
		width: 100%;
		text-align: left;
		border: none;
	}
	.center-product ul li.img img {
		width: 80%;
		height: auto;
		margin-top: 5px;
	}
	.center-product ul li h1 {
		width: 100%;
		font-size: 14px;
		line-height: 150%;
	}
	.center-product ul li p {
		line-height: 150%;
	}
	.center-product ul li p span {
		color: #ff0000;
	}
	.number {
		width: 100%;
	}
	.number input {
		width: 20%;
		float: left;
		text-align: center;
		height: 40px;
		line-height: 40px;
		background: none;
		border: 1px solid #dedede;
	}
	.center-product a {
		color: #565656 !important;
	}
}

.pay-box {
	width: 100%;
	height: 40px;
	line-height: 40px;
	max-width: 970px;
	margin: 0 auto;
	background: #000000;
	margin-top: 20px;
}

.pay-box li {
	float: left;
	width: auto;
	color: #ffffff;
	margin-left: 3%;
	font-size: 12px;
}

.pay-box li a {
	display: block;
	height: 40px;
}

.pay-box li.chosr {
	margin-left: 1%;
}

.pay-box li.prce {
	float: right;
}

.pay-box li.prce a {
	width: 70px;
	text-align: center;
	background: #ff0000;
}


/*购物车*/

.member {
	background: #ffffff;
}

.member-right {
	background: #ffffff;
}


/*购物选择productcarnext*/

@media only screen and (min-width: 662px) {
	.member {
		width: 49%;
		height: auto;
		float: left;
		border: 1px solid #dedede;
		margin-top: 10px;
		padding-bottom: 18px;
	}
	.member h2 {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #dedede;
		font-size: 14px;
		padding-left: 5% !important;
		margin: 0 !important;
	}
	.member p {
		width: 100%;
		padding: 10px !important;
		font-size: 12px;
	}
	.member input {
		width: 98%;
		margin: 0 auto;
		height: 40px;
		line-height: 40px;
		background: none;
		border: 1px solid #dedede;
		margin-left: 1% !important;
		margin-top: 1% !important;
		padding-left: 10px;
	}
	.member #login_name {
		background: url(../images/d1.jpg) no-repeat 10px center;
	}
	.member #login_password {
		background: url(../images/d2.jpg) no-repeat 10px center;
	}
	#submitbtn {
		display: block;
		width: 90%;
		margin: 0 auto;
		background: #F44336;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-top: 40px;
		color: #fff !important;
		cursor: pointer;
		border-radius: 8px;
	}
	#submitbtn:hover{
		background: #de3023;
	}
	.login {
		display: block;
		width: 90%;
		text-align: right;
		margin: 0 auto;
		color: #f44336 !important;
		margin-top: 20px;
	}
	.member-right {
		width: 49%;
		float: right;
		border: 1px solid #dedede;
		height: auto;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.member-right h2 {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #dedede;
		font-size: 14px;
		padding-left: 5% !important;
		margin: 0 !important;
	}
	.member-right p {
		line-height: 30px;
		width: 90%;
		margin: 0 auto !important;
	}
	.login-btn {
		display: block;
		width: 90%;
		margin: 0 auto;
		background: #F44336;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-top: 10px;
		color: #ffffff !important;
		border-radius: 8px;
	}
	.login-btn:hover {
		background: #de3023;
	}
}

@media only screen and (max-width: 662px) {
	.member {
		width: 100%;
		height: auto;
		border: 1px solid #dedede;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.member h2 {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #dedede;
		font-size: 14px;
		padding-left: 5%;
		margin: 0 !important;
	}
	.member p {
		width: 100%;
		padding: 20px 5px !important;
		font-size: 14px;
	}
	.member input {
		width: 98%;
		margin: 0 auto;
		height: 40px;
		line-height: 40px;
		background: none;
		border: 1px solid #dedede;
		margin-left: 1%;
		margin-top: 1%;
		padding-left: 10px;
		font-size: 14px;
	}
	.member #login_name {
		background: url(../images/d1.jpg) no-repeat 10px center;
	}
	.member #login_password {
		background: url(../images/d2.jpg) no-repeat 10px center;
	}
	#submitbtn {
		display: block;
		width: 90%;
		margin: 0 auto;
		background: #F44336;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-top: 40px;
		color: #fff !important;
		cursor: pointer;
		border-radius: 8px;
		font-size: 14px;
	}
	.login {
		display: block;
		width: 90%;
		text-align: right;
		margin: 10px auto;
		color: #f44336 !important;
		font-size: 14px;
	}
	.member-right {
		width: 100%;
		border: 1px solid #dedede;
		height: auto;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.member-right h2 {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #dedede;
		font-size: 14px;
		padding-left: 5%;
		margin: 0 !important;
	}
	.member-right p {
		line-height: 30px;
		width: 90%;
		margin: 0 auto !important;
	}
	.login-btn {
		display: block;
		width: 90%;
		margin: 0 auto;
		background: #F44336;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-top: 10px;
		color: #ffffff !important;
		border-radius: 8px;
		font-size: 14px;
	}
}


.product-box table th{height: 60px;border-bottom: 1px solid #DEDEDE;padding: 0 5px !important;}
.product-box table td{
	padding: 10px 5px !important;
}
.product-box table td a{display: inline-block;max-height: 168px;overflow: hidden;}
.product-box table td a img{width: 100%; max-width: 140px;}
.product-box table tr:last-child{
	border-bottom: 1px solid #DEDEDE;
}
.product-box td p{
	line-height: 20px;
}
.product-box td p{margin-bottom: 10px !important;}
.product-box td p:last-child{margin-bottom: 0 !important;}
.product-box td .goods-name{
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	text-overflow: ellipsis;
}
/*选择支付方式*/
.check-box-input-h img{vertical-align: -3px;}
@media only screen and (min-width: 668px) {
	.bankbox {
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		border: 1px solid #dedede;
		width: 100%;
		padding-bottom: 20px !important;
		padding-left: 1% !important;
		padding-right: 1% !important;
		margin-top: 20px !important;
	}
	.bankbox h2 {
		width: 100%;
		height: auto;
		line-height: 28px;
		border-bottom: 0px solid #dedede;
		font-size: 14px;
		font-weight: bolder;
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	.input-box {
		width: 100%;
		height: 60px;
	}
	.bankbox .check-box-input-h b {
		color: #ff4900;
	}
	.bankbox h2:first-child {
		border-bottom: 1px solid #dedede;
	}
	.input-box p {
		float: left;
		font-size: 12px;
		margin-right: 2% !important;
		width: 18%;
		line-height: 50px !important
	}
	.input-box p i {
		color: #ff0000;
		font-style: normal;
	}
	.text-box {
		width: 50%;
		height: 40px;
		float: left;
		margin-top: 10px !important;
		border: 1px solid #dedede;
		padding-left: 5px !important;
	}
	.input-box span {
		float: left;
		margin-left: 2%;
		color: #666666;
		font-size: 12px !important;
		line-height: 50px !important
	}
	.text-box-txt {
		width: 50%;
		height: 80px;
		border: 1px solid #dedede;
		padding-left: 5px;
	}
	.check-box-input {
		width: 100%;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #dedede;
		text-align: left;
		clear: both;
		margin-top: 44px;
		font-size: 16px;
	}
	.check-box-input-h {
		font-size: 12px !important;
		padding-top: 10px
	}
	.product-box {
		width: 100%;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
	}
	.product-box ul li {
		width: auto;
		float: left;
		height: 78px;
		margin-left: 1%;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.product-box ul li.price1 {
		line-height: 78px;
	}
	.product-box ul li .chek {
		margin-top: 20px;
	}
	.product-box ul li.clsimg {
		width: 10%;
		margin-left: 2%;
	}
	.product-box ul li.clsimg img {
		width: 100%;
	}
	.product-box ul li.clsh2 {
		width: 45%;
	}
	.product-box ul li.clsh2 h2 {
		width: 100%;
		margin: 0;
	}
	.product-box ul li.clsh2 p {
		font-size: 12px;
		color: #666666;
	}
	.product-box ul li.clsh2 p span {
		color: #ff0000;
	}
	.product-box ul li h2 {
		border: none;
	}
	.box-vcar {
		margin-top: 20px;
	}
	.number-box input {
		width: 30%;
		float: left;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: none;
		border: 1px solid #dedede;
	}
}

@media only screen and (max-width:668px) {
	.text-box-pe {
		position: relative;
		top: 30%
	}
	.bankbox {
		max-width: 800px;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		border: 1px solid #dedede;
		width: 100%;
		padding-bottom: 20px;
		padding-left: 1%;
	}
	.bankbox h2 {
		width: 100%;
		height: auto;
		line-height: 28px;
		font-size: 14px;
	}
	.bankbox h2:first-child {
		border-bottom: 1px solid #dedede;
	}
	.input-box {
		width: 100%;
		height: 20px;
		line-height: 20px;
		margin-top: 10px
	}
	.input-box p {
		font-size: 14px;
		margin-right: 2% !important;
		width: 100%;
		padding: 0 !important;
		padding: 0 0 10px !important;
	}
	.input-box p i {
		color: #ff0000;
		font-style: normal;
	}
	.text-box {
		width: 99%;
		height: 36px;
		float: left;
		margin-top: 5px;
		padding: 0 5px;
		border: 1px solid #dedede;
	}
	.input-box span {
		display: none;
	}
	.text-box-txt {
		width: 100%;
		height: 60px;
		border: 1px solid #dedede;
		padding-left: 5px;
		margin-top: 5px;
		float: left;
	}
	.check-box-input {
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: left;
		clear: both;
		border-bottom: 1px solid #dedede;
		margin-top: 10px !important
	}
	.check-box-input-h {
		font-size: 14px;
		font-weight: bold
	}
	.check-box-input-h p {
		font-size: 12px
	}
	.product-box {
		width: 100%;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		/*border: 1px solid #dedede;*/
	}
	.product-box ul li {
		width: auto;
		float: left;
		margin-left: 1%;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.product-box ul li.price1 {
		line-height: 28px;
	}
	.product-box ul li .chek {
		margin-top: 20px;
	}
	.product-box ul li.clsimg {
		width: 40%;
		margin-left: 2%;
	}
	.product-box ul li.clsimg img {
		width: 100%;
	}
	.product-box ul li.clsh2 {
		width: 100%;
	}
	.product-box ul li.clsh2 h2 {
		width: 100%;
		margin: 0;
		line-height: 20px;
	}
	.product-box ul li.clsh2 p {
		font-size: 12px;
		color: #666666;
	}
	.product-box ul li.clsh2 p span {
		color: #ff0000;
	}
	.product-box ul li h2 {
		border: none;
	}
	.box-vcar {
		margin-left: 2%;
	}
	.number-box input {
		width: 30%;
		float: left;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: none;
		border: 1px solid #dedede;
	}
	.main-1f div.check-box-input-h {
		font-size: 12px;
		line-height: 50px;
	}
}

.check-box-input-h img {}

.price-box {
	width: 100%;
	background: #F9D4B9;
	color: #000000;
}

.price-box p {
	text-align: right;
	width: 100%;
	padding-right: 3% !important;
}

.price-box p span {
	font-size: 14px;
	color: #ff0000;
	font-weight: normal;
}

.price-box a {
	background: #ff0000;
	padding: 5px 40px;
	float: right;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px
}


/*选择支付方式*/


/*登陆*/

.login-box {
	margin-top: 10px!important;
}


/*重置密码*/

.password {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #dedede;
	padding-bottom: 10px;
	margin-top: 20px !important;
	background: #ffffff;
}

.password p {
	width: 100%;
	padding: 10px !important;
}

.password input {
	padding-left: 5px;
	width: 96%;
	height: 40px;
	margin-left: 2% !important;
	margin-bottom: 30px !important;
}

.password a {
	display: block;
	width: 98%;
	height: 40px;
	line-height: 40px;
	background: #f44336;
	color: #ffffff !important;
	margin: 0 auto;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

/*支付成功*/
.tbox-success{ text-align: center; padding: 5px;}
.tbox-success span{ padding: 30px; text-align: center;font-size: 100px;font-family: "宋体"; color:#f44336;}
.success-box{ width: 100%; height: 40px;}
.success-box a{ display: block; width: 48%; height: 40px; text-align: center;line-height: 40px;float: left;
 background: none; border: 1px solid #f44336; color: #f44336 !important;}
 .success-box a:last-child{float: right; color: #333333 !important; border: 1px solid #333333;}

/*用户注册*/

.regedit-box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #dedede;
	padding-bottom: 20px;
	margin-top: 20px !important;
	background: #ffffff;
}

.regedit-box h2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #dedede;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding-left: 2% !important;
}

.regedit-box form {
	width: 80%;
	margin: 0 auto !important;
}

.regedit-box form p {
	margin-top: 20px !important;
	font-size: 14px;
}

.regedit-box form p.red{font-size: 12px;margin-top: 10px !important;}

.regedit-box form input {
	width: 100%;
	height: 40px;
	border: 1px solid #dedede;
	margin-top: 5px !important;
	padding-left: 5px !important;
}

.cheklogin {
	width: 14px !important;
	height: 14px !important;
}

.rulr {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.regedit-box span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #DC615B;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	cursor: pointer
}

.regedit-box a {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	background: #F44336;
	color: #ffffff !important;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}


/*用户注册*/


/*用户中心-首页*/

.user-center-left {
	background: #ffffff;
}

.user-center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	/*margin-top: 20px;*/
	background: #fff;
}

@media only screen and (min-width: 600px) {
	.user-center-left {
		width: 23%;
		float: left;
		height: auto;
		overflow: hidden;
		padding-bottom: 10px;
		border: 1px solid #dedede;
	}
	.user-center-right {
		/*width: 75%;*/
		height: auto;
		overflow: hidden;
		float: right;
	}
}
@media only screen and (min-width: 769px) {
	.user-center-right{width: 75%;}
}

.user-center-left ul li {
	width: 100%;
	height: 40px;
	padding-left: 5% !important;
	border-bottom: 1px solid #dedede;
	line-height: 40px;
}

.user-center-left ul li:first-child {
	background: #dedede;
}

.user-center-left ul li a {
	color: #565656 !important;
	font-size: 12px;
}

.user-center-right h2 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
	color: #f54c08;
	margin: 20px 0;
	font-weight: bold;
}

.user-center-right h2 span {
	color: #333;
	margin-left: 2%;
	font-size: 20px;
}

.user-data {
	width: 100%;
	line-height: 30px;
	margin-top: 10px;
}

.usernumber {
	width: 100%;
	line-height: 30px;
}

.usernumber p span {
	font-size: 16px;
	font-weight: 600;
	margin-right: 1%;
}

.usernumber p a {
	color: #FF9800 !important;
}


/*点数明细*/

.center-number {
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #dedede;
	background: #ffffff !important;
	margin-top: 10px !important;
}

.center-number p {
	padding-left: 3% !important;
	line-height: 30px;
}


/*历史订单*/

.order {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #dedede;
	padding: 5px;
	margin-top: 10px;
	background: #ffffff;
}

.order ul li {
	float: left;
	margin-left: 1% !important;
}

.order ul li:first-child {
	width: 10%;
	margin-right: 1%;
}

.order ul li:first-child img {
	width: 100%;
}

.order ul li.product-tit {
	width: 66%;
}

.order ul li.product-tit h2 {
	margin: 0 !important;
	height: auto;
	border: none;
	line-height: 20px;
}

.order ul li.product-tit p span {
	color: #ff0000;
}

.order ul li.user-price {
	color: #ff0000;
	line-height: 200%;
	font-size: 16px;
}

.order ul li:last-child {
	line-height: 200%;
}


/*用户评价*/

.inputuser {
	width: 100%;
	padding-top: 20px;
}

.inputuser p {
	padding-left: 3% !important;
	line-height: 30px;
}


/*用户留言*/

.user-message {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0 10px;
}

.user-message p a {
	color: #F14619 !important;
	margin-left: 20px;
}

.message-history {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dedede;
}

.message-title {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.message-title img {
	width: 89px;
}

.message-main {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #dedede;
	padding: 20px 10px;
	max-width: 800px;
}

.message-main span {
	color: #C9C9C9;
}

.message-main p {
	padding: 5px !important;
}

.message-main p.message {
	color: #ff0000;
}


/*修改用户信息*/

.changde-user-box {
	width: 100%;
}

.changde-user-box h3 {
	width: 100%;
	line-height: 24px;
	color: #ff0000;
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px !important;
}

.changde-user-box p {
	line-height: 46px;
	margin-top: 10px !important;
}

.changde-user-box select {
	height: 30px;
}

.changde-user-box input {
	width: 80%;
	height: 35px;
	border: 1px solid #999999;
	max-width: 600px;
	padding-left: 5px;
}

.changde-user-box a {
	display: block;
	width: 100%;
	max-width: 600px;
	height: 42px;
	line-height: 42px;
	background: #F44336;
	text-align: center;
	margin-top: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #ffffff !important;
	font-size: 14px;
}


/*提现申请*/

.exmoner-box {
	width: 100%;
}

.exmoner-box p {
	line-height: 46px;
	margin-top: 20px !important;
}

.exmoner-box textarea {
	width: 80%;
	max-width: 500px;
	height: 200px;
	overflow: hidden;
	padding: 20px 10px;
	outline: medium;
	resize: inherit;
}

.exmoner-box a {
	display: block;
	width: 66%;
	height: 42px;
	line-height: 42px;
	max-width: 300px;
	background: #f44336;
	text-align: center;
	margin-top: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #ffffff !important;
	font-size: 14px;
}


/*订单查询*/

.order-box {
	width: 100%;
	background: #fff;
	padding-bottom: 20px;
}
.order-box p{
	line-height: 1.8;
}

.message-history p {
	font-size: 12px;
	margin-top: 5px !important;
	line-height: 30px;
}

.or-search-box {
	padding-top: 20px;
	line-height: 30px;
}

.or-search-box p {
 padding-left: 20px;
}

.or-search-box p b {
	color: #D43F3A;
}

.or-search-box input {
	float: left;
	width: 95%;
	max-width: 440px;
	height: 36px;
	border: 1px solid #999;
	padding-left: 5px;
}
.or-search-box textarea{
	width: 95%;
	max-width: 440px;
	height: 100px;
	border: 1px solid #999;
	outline: medium;
	padding: 10px;
}
.or-search-box span {
	float: left;
	margin-left: 2%;
	font-size: 12px;
}

.order-input {
	margin-top: 20px;
}

.or-search-box a {
	display: block;
	width: 70%;
	max-width: 440px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #F44336;
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	font-size: 14px;
	color: #ffffff !important;
}

.table-order {
	width: 100%;
	margin-top: 60px;
}

.table-order table {
	width: 100%;
}

.table-order table td {
	border: 1px solid #dedede;
	height: auto !important;
	padding: 5px 2px !important;
}

.table-order table td table td {
	border: none;
}

@media only screen and (max-width: 600px) {
	.user-center-right .history {
		padding-left: 5% !important
	}
	.user-center-left {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 10px;
		border: 1px solid #dedede;
	}
	.user-center-right {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	/*.or-search-box p {
		width: 44%;
	}*/
	.or-search-box span {
		display: none;
	}
	.or-search-box a {
		margin-left: 15%;
	}
	.exmoner-box textarea {
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	/*.user-center-right h2 {
		padding-left: 5% !important
	}*/
	.changde-user-box p {
		margin-left: 2% !important;
	}
	.changde-user-box input {
		width: 95%;
		margin-left: 2%;
	}
}


/*店铺消息列表*/

.newslist {
	width: 100%;
}

.newslist dl dt {
	padding: 10px;
	width: 100%;
	border-bottom: 1px dashed #dedede;
	margin-top: 10px;
}

.newslist dl dt img {
	float: left;
	width: 10%;
	margin-right: 10px;
}

.title-new {
	width: 85%;
	float: left;
}

.title-new a {
	color: #565656 !important;
	font-weight: normal;
	font-size: 14px;
}

.title-new p {
	font-weight: normal;
	font-size: 12px;
	color: #9A9A9A;
	margin-top: 6px !important;
}


/*店铺消息内容*/

.news-contant {
	width: 100%;
	padding-left: 5px !important;
}
.news-contant h1,.news-contant h1 a,.news-contant h1 a span{
	font-size: 20px !important;
	font-weight: bolder !important;
	color: #000;
}
.news-contant h2{
	text-align: center !important;
	width: 100%;
	font-size: 17px !important;
	text-align: left;
	border-bottom: 1px solid #dedede;
	padding: 30px 0 20px!important;
	padding-left: 5px !important;
	font-weight: bold !important;
}

.news-contant h4 {
	text-align: center;
	font-size: 12px;
	color: #999;
	padding: 10px 0 20px !important;
}

.news-contant p {
	line-height: 30px;
	font-size: 12px;
	padding: 10px 0 !important;
	color: #666;
}

.news-contant img {
	width: 100%;
	height: auto;
}

.news-contant span {
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
}
.blog-pag{margin-top: 40px;border-top: 1px solid #333;}
.blog-pag p{
	margin: 10px 0;
	font-size: 14px;
}
.blog-pag p a{
	color: #333;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.blog-pag p a:hover{
	color: #000 !important;
	text-decoration: underline !important;
}
/*新版购物车*/

.drop-menu {
	text-align: right;
}

.product-center {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0;
	height: auto;
	padding: 10px 5px;
	border-bottom: 1px solid #DEDEDE;
}

.producttitle i {
	font-style: normal;
	color: #ff0000;
	margin-left: 2% !important;
}

.producttitle span {
	color: #ff0000;
	margin-left: 2% !important;
}

.product-number input {
	width: 33%;
	float: left;
	text-align: center;
	background: none;
	border: 1px solid #dedede;
	height: 40px;
	font-size: 16px;
	font-weight: 600;
	outline: medium;
}

.product-number input:nth-of-type(2) {
	border-left: 0;
	border-right: 0;
}

.center-title {
	width: 100%;
	margin: 0 auto;
	height: 30px;
	margin-top: 5px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	font-size: 14px;
}

.center-title ul li {
	float: left;
}
.product-images a{
	display: inline-block;
	max-height: 180px;
	overflow: hidden;
}
@media only screen and (min-width:768px) {
	.product-images {
		width: 14%;
		float: left;
		height: auto;
		margin-left: 2%;
	}
	.product-images img {
		width: 48%;
		height: auto;
	}
	.producttitle {
		width: 38%;
		float: left;
		margin-left: 2%;
	}
	.producttitle p {line-height: 2;}
	.product-number {
		width: 14%;
		float: left;
		margin-left: 4%
	}
	/*.product-number input {
		margin-top: 20px;
	}*/
	.price-pay {
		width: 8%;
		float: left;
		line-height: 2;
		margin-left: 2%;
		margin-top: 4px;
		color: #FF0000;
		font-size: 14px;
	}
	.del {
		width: 6%;
		margin-left: 2.4%;
		float: left;
		cursor: pointer;
		text-align: center;
		height: 30px;
		line-height: 30px;
		font-size: 30px;
		color: #999;
	}
	.del2 {
		width: 6%;
		margin-top: 28px;
		margin-left: 2%;
		float: left;
		cursor: pointer
	}
	.center-title ul li.ctit1 {
		width: 14%;
		margin-left: 2% !important;
	}
	.center-title ul li.ctit2 {
		width: 40%;
		margin-left: 2% !important;
	}
	.center-title ul li.ctit3 {
		width: 12%;
		margin-left: 2% !important;
	}
	.center-title ul li.ctit4 {
		width: 10%;
		margin-left: 4% !important;
	}
	/*.center-title ul li.ctit5 {
		width: 8%;
		margin-left: 2% !important;
	}*/
	.center-title ul li.ctit6 {
		width: 8%;
		margin-left: 2% !important;
	}
}

@media only screen and (max-width:767px) {
	.product-images {
		width: 15%;
		float: left;
		height: auto;
		margin-right: 1%;
	}
	.product-images img {
		width: 100%;
		height: auto;
	}
	.producttitle {
		width: 84%;
		float: left;
	}
	.producttitle h2 {
		font-size: 12px;
		margin: 0 !important;
		width: 100%;
	}
	.product-number {
		width: 35%;
		float: left;
		height: 40px;
		margin-top: 10px;
	}
	.product-number input {
		height: 34px;
		font-size: 15px;
	}
	.price-pay {
		margin-top: 17px;
		float: left;
		width: 15%;
		margin-left: 3%;
		font-size: 16px;
		color: #FF0000;
	}
	.del {
		width: 5%;
		float: left;
		margin-left: 3%;
	}
	.del2 {
		width: 5%;
		float: left;
		margin-left: 3%;
	}
	.center-title ul li.ctit1 {
		width: 14%;
	}
	.center-title ul li.ctit2 {
		width: 40%;
	}
	.center-title ul li.ctit3 {
		width: 14%;
	}
	.center-title ul li.ctit4 {
		width: 8%;
	}
	.center-title ul li.ctit5 {
		width: 8%;
	}
	.center-title ul li.ctit6 {
		width: 10%;
		text-align: right;
	}
}

@media only screen and (max-width:464px) {
	.center-title{display: none;}
	.price-pay {
		width: 20%;
		text-align: center;
	}
	.product-number {
		clear: both;
	}
	.del {
		margin-top: 3%;
		float: right;
		font-size: 22px;
	}
	.center-title ul li.ctit1 {
		width: 14%;
	}
	.center-title ul li.ctit2 {
		width: 60%;
		text-align: center;
	}
	.center-title ul li.ctit3 {
		display: none;
	}
	.center-title ul li.ctit4 {
		display: none;
	}
	.center-title ul li.ctit5 {
		display: none;
	}
	.center-title ul li.ctit6 {
		display: none;
	}
}

.price-number {
	width: 100%;
	max-width: 1200px;
	text-align: right;
	padding-top: 20px;
	padding-right: 5px;
}

.price-number i {
	font-style: normal;
}

.price-number p {
	padding: 15px !important;
	padding-right: 0 !important;
	font-size: 16px;
	color: #FF0000;
	font-weight: 600;
}

.price-number span {
	background: #f14619;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 50%;
	max-width: 350px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	float: right;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}


/*银行卡支付*/

.bank-pay {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	background: #ffffff;
	height: auto;
	overflow: hidden;
	/*margin-top: 20px !important;*/
	padding: 10px !important;
}

.pay-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dedede;
	color: #ff0000;
	margin-top: 10px;
	font-size: 16px;
}

.pay-left table td.pay {
	padding: 5px;
}

.par-card {
	color: #ff0000;
}

@media only screen and (min-width:600px) {
	.pay-left {
		width: 50%;
		float: left;
	}
	.bank-pay h2 {
		width: 100%;
		font-size: 14px;
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	.pay-left table {
		width: 100%;
	}
	.pay-left table td {
		line-height: 24px;
		padding-left: 2% !important;
		padding-top: 15px !important;
	}
	.pay-left table td.money {
		font-size: 16px;
		color: #ff0000;
	}
	.pay-right {
		width: 45%;
		float: right;
		padding: 15px;
		background: #f8f7f3;
	}
	.pay-right p {
		font-size: 12px;
		line-height: 26px;
	}
	.pay-right a {
		color: #ff0000 !important;
		font-size: 12px !important;
	}
}

@media only screen and (max-width:600px) {
	.pay-left {
		width: 100%;
	}
	.bank-pay h2 {
		width: 100%;
		font-size: 14px !important;
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	.pay-left table {
		width: 100%;
	}
	.pay-left table td {
		line-height: 24px;
		padding-left: 2% !important;
		padding-top: 15px !important;
	}
	.pay-left table td.money {
		font-size: 16px;
		color: #ff0000;
	}
	.pay-right {
		width: 100%;
		background: #f8f7f3;
		margin-top: 20px;
	}
	.pay-right p {
		font-size: 12px;
		line-height: 26px;
	}
	.pay-right a {
		color: #ff0000 !important;
		font-size: 12px !important;
	}
}


/*支付*/

.bank {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	height: auto;
	overflow: hidden;
	border: 1px solid #dedede;
	padding-bottom: 18px;
	margin-top: 10px !important;
	background: #ffffff;
}

.banktt {
	width: 100%;
	height: 30px;
	line-height: 25px;
	background: #f3f3f3;
	border-bottom: 1px solid #dedede;
	padding: 5px;
}

.table-chose {
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
}

.table-chose p {
	width: 32%;
	float: left;
	line-height: 2;
	font-size: 12px;
}
.show-card{text-align: center;margin: 20px 0;display: none;}
.show-card img{max-height: 90px;width: 100%;max-width: 386.5px;}
.table-chose em {
	color: #ff0000 !important;
}

.table-chose img {
	float: left;
}

.table-chose input {
	width: 60%;
	border: 1px solid #dedede;
	height: 30px;
	float: left;
	padding-left: 5px;
}

.table-chose select {
	width: 30%;
	float: left;
	height: 30px;
	border: 1px solid #dedede;
}

.bank1 input {
	width: 60%;
}

.bank1 img {
	cursor: pointer;
	margin-left: 3% !important;
	margin-top: 2% !important;
}

.bank1 p.imgbank {
	position: relative;
	left: 0;
	top:-40%;
	display: none;
}
@media only screen and (max-width: 640px) {
.bank1 p.imgbank {
	left: -20%;
}	
}

.bank1 p.imgbank img {
	width: 300%;
}

.table-chose a {
	display: block;
	width: 48%;
	height: 38px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-left: 2%;
	background: #F14619;
	text-align: center;
	line-height: 38px;
	color: #ffffff !important;
}


/*产品页1f*/

.main-1f {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	background: #fff;
	margin-top: 5px;
}
.main-1f-intr{border-bottom: 1px solid #dedede; padding: 0 0 5px;}
.main-cart{
margin-top: 20px !important; background: #ffffff; padding: 10px !important; margin-bottom: 20px !important;	
}
.main-1f-left ul li a:hover {
	color: #EA7974;
}

.main-1f-left ul li ul {
	display: none;
}

@media only screen and (min-width:970px) {
	.main-1f {
		max-width: 1200px;
		margin: 5px auto 0;
		height: auto;
		overflow: hidden;
		background: #fff;
	}
	.main-1f-left ul {
		height: auto !important;
		overflow: hidden !important
	}
	.list-2f-left {
		margin-top: 15px
	}
	.main-1f-left {
		width: 25.3%;
		float: left;
		border: 1px solid #dedede;
	}
	.main-1f-left h2 {
		width: 100%;
		line-height: 50px;
		background: #0D0D0D;
		color: #ffffff;
		padding-left: 25px;
		font-size: 24px;
		margin: 0;
	}
	.main-1f-left h2 i {
		font-size: 16px;
		margin-right: 15px;
	}
	.glyphicon-th-list:before {
		content: "\e012";
		position: relative;
		top: -3px
	}
	.main-1f-left ul li {
		height: auto;
		line-height: 55px;
		border-bottom: 1px dashed #dedede;
		clear: both;
	}
	.main-1f-left ul li h3 {
		text-align: left
	}
	.main-1f-left ul li a {
		display: block;
		width: 80%;
		float: left;
		font-size: 12px;
		color: #565656 !important;
		padding-left: 30px;
		text-align: left;
	}
	.main-1f-left ul li span {
		cursor: pointer;
		color: #666666;
	}
	.main-2f-bottom ul li a {
		line-height: 20px
	}
	.banner-right {
		width: 73%;
		float: right;
	}
	.main-1f-left ul li a:hover {
		color: #DC615B !important;
	}
	.left-rule-box {
		width: 100%;
		padding: 30px 20px;
		background: #5E5E5E;
		color: #ffffff;
		margin-top: 20px;
		transition: all .5s;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
	}
	.left-rule-box:hover {
		background: #EA7974;
	}
	.left-rule img {
		float: left;
		margin-right: 20px;
		margin-top: 15px;
		transition: all .8s;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
	}
	.left-rule-box:hover img {
		transform: rotateY(180deg)
	}
	.left-rule h2 {
		background: none !important;
	}
	.rule-box2 {
		display: none;
	}
	.left-subnav a {
		padding: 0 !important;
		width: 100% !important;
		padding-left: 30px !important;
		line-height: 40px
	}
}

@media only screen and (max-width: 970px) {
	.main-1f-left {
		display: none;
	}
	.banner-right {
		width: 100%;
	}
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	width: 100%;
	height: auto;
}


/*产品页2f*/

.main-2f {
	width: 100%;
	height: auto;
	padding-top: 10px;
	overflow: hidden;
	padding-bottom: 30px;
}

@media only screen and (min-width: 970px) {
	.main-2f {
		max-width: 970px;
		margin: 0 auto;
	}
	.main-2f-left {
		width: 25%;
		float: left;
	}
	.main-2f-left h2 {
		width: 100%;
		line-height: 50px;
		background: #0D0D0D;
		color: #ffffff;
		padding-left: 25px;
		font-size: 18px;
		margin: 0;
	}
	.main-2f-left h2 a {
		display: block;
		width: 60px;
		height: 50px;
		float: right;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
	}
	.main-2f-left h2 a.2f-left {
		background: url(../images/bkg_prevous.png) bottom !important;
	}
	.main-2f-bottom {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	.main-2f-bottom a {
		width: 100% !important;
		text-align: center;
		padding: 0 !important;
	}
	.main-2f-bottom li {
		width: 100%;
		text-align: center;
		margin-top: 5px;
		padding: 5px;
		border: 1px solid #dedede;
		border-radius: 6px;
	}
	.main-2f-bottom li img {
		width: 90%;
	}
	.main-2f-bottom li h3 {
		margin: 0;
		font-size: 12px;
		text-align: left !important;
	}
	.main-2f-bottom li h3 a {
		color: #565656 !important;
		text-align: left;
		line-height: 22px !important;
	}
	.main-2f-bottom li h3 a:hover {
		color: #DC615B !important;
		text-align: left;
	}
	.main-2f-bottom li p {
		text-align: left;
		color: #ff0000;
		margin-bottom: 20px;
	}
	.main-2f-right {
		width: 73%;
		float: right;
		height: auto;
		overflow: hidden;
	}
	.main-box-photo {
		width: 100%;
		height: 193px;
	}
	.main-box-photo a {
		display: block;
		width: 46%;
		float: left;
		margin-left: 2%;
		background: #DC615B;
	}
	.main-box-photo a img {
		width: 100%;
		height: 100%;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
	}
	.main-box-photo a:hover img {
		transform: scale(0.8, 0.8);
	}
	.hot-product {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
	}
	.hot-product h2 {
		width: 100%;
		line-height: 50px;
		background: #0D0D0D;
		color: #ffffff;
		padding-left: 25px;
		font-size: 18px;
		margin: 0;
	}
	.hot-product h2 a {
		display: block;
		float: right;
		width: 60px;
		height: 50px;
	}
	.hot-product ul li {
		width: 32%;
		height: 30%;
		overflow: hidden;
		border: 1px solid #dedede;
		text-align: center;
		padding: 5px;
		position: relative;
		float: left;
		margin-left: 1%;
		margin-top: 2%;
	}
	.hot-product ul li img {
		width: 100%;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
	}
	.hot-product ul li h3 {
		font-size: 12px;
		text-align: left;
		color: #565656;
		line-height: 22px;
		height: 110px;
		overflow: hidden
	}
	.hot-product ul li h3 a {
		color: #565656 !important;
	}
	.hot-product ul li p {
		text-align: left;
		color: #ff0000;
	}
	.product-h1 {
		width: 100%;
		height: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #DC615B;
		overflow: hidden;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		color: #ffffff;
		line-height: 30px;
	}
	.hot-product ul li:hover .product-h1 {
		height: 30px;
		background: #EA7974;
	}
	.hot-product ul li:hover img {
		transform: scale(1.04, 1.04);
	}
}

.main-2f-bottom li img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition all .5s;
	-ms-transition: all .5s;
}

.main-2f-bottom li:hover img {
	transform: scale(1.04, 1.04);
	-webkit-transform: scale(1.04, 1.04);
	-moz-transform: scale(1.04, 1.04);
	-ms-transform: scale(1.04, 1.04);
}

@media only screen and (min-width: 640px) and (max-width:970px) {
	.main-2f-left {
		width: 96%;
		margin: 0 auto;
	}
	.main-2f-left h2 {
		width: 100%;
		line-height: 50px;
		background: #0D0D0D;
		color: #ffffff;
		padding-left: 25px;
		font-size: 18px;
		margin: 0;
	}
	.main-2f-left h2 a {
		display: block;
		float: right;
		width: 60px;
		height: 50px;
	}
	.main-2f-bottom {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.main-2f-bottom li {
		width: 33%;
		height: 30%;
		text-align: center;
		margin-top: 5px;
		padding: 5px;
		float: left;
	}
	.main-2f-bottom li img {
		width: 90%;
	}
	.main-2f-bottom li h3 {
		margin: 0;
		font-size: 12px;
		text-align: left;
		height: 42px;
		overflow: hidden
	}
	.main-2f-bottom li h3 a {
		color: #565656 !important;
		text-align: left;
		line-height: 22px !important;
	}
	.main-2f-bottom li h3 a:hover {
		color: #DC615B !important;
		text-align: left;
	}
	.main-2f-bottom li p {
		text-align: left;
		color: #ff0000;
	}
	.main-2f-right {
		width: 96%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	.main-box-photo {
		width: 100%;
		height: 193px;
		display: none;
	}
	.main-box-photo a {
		display: block;
		width: 46%;
		float: left;
		margin-left: 2%;
	}
	.main-box-photo a img {
		width: 100%;
		height: 100%;
	}
	.hot-product {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		margin-top: 20px;
	}
	.hot-product h2 {
		width: 100%;
		line-height: 50px;
		background: #0D0D0D;
		color: #ffffff;
		padding-left: 25px;
		font-size: 18px;
		margin: 0;
	}
	.hot-product h2 a {
		display: block;
		float: right;
		width: 60px;
		height: 50px;
	}
	.hot-product ul li {
		width: 32%;
		height: 400px;
		overflow: hidden;
		border: 1px solid #dedede;
		text-align: center;
		padding: 5px;
		position: relative;
		float: left;
		margin-left: 1%;
		margin-top: 2%;
	}
	.hot-product ul li img {
		width: 100%;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
	}
	.hot-product ul li h3 {
		font-size: 12px;
		text-align: left;
		color: #565656;
		line-height: 24px;
		height: 42px;
		overflow: hidden
	}
	.hot-product ul li h3 a {
		color: #565656 !important;
	}
	.hot-product ul li p {
		text-align: left;
		color: #ff0000;
	}
	.product-h1 {
		width: 100%;
		height: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #DC615B;
		overflow: hidden;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		color: #ffffff;
		line-height: 30px;
	}
	.hot-product ul li:hover .product-h1 {
		height: 30px;
		background: #EA7974;
	}
	.hot-product ul li:hover img {
		transform: scale(1.04, 1.04);
	}
	.left-rule {
		display: none;
	}
	.left-rule-box {
		width: 32%;
		padding: 30px 20px;
		background: #5E5E5E;
		color: #ffffff;
		margin-top: 20px;
		float: left;
		margin-left: 1%;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
	}
	.left-rule-box:hover {
		background: #EA7974;
	}
	.left-rule img {
		float: left;
		margin-right: 20px;
		margin-top: 15px;
	}
	.left-rule h2 {
		background: none !important;
	}
	.rule-box2 {
		display: block;
	}
}

.product-h1 i {
	margin-right: 6px;
}

@media only screen and (max-width:640px) {
	.main-2f-left {
		width: 96%;
		margin: 0 auto;
	}
	.main-2f-left h2 {
		width: 100%;
		line-height: 50px;
		background: #0D0D0D;
		color: #ffffff;
		padding-left: 25px;
		font-size: 18px;
		margin: 0;
	}
	.main-2f-left h2 a {
		display: block;
		float: right;
		width: 60px;
		height: 50px;
	}
	.main-2f-bottom {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.main-2f-bottom li {
		width: 49%;
		height: 30%;
		text-align: center;
		margin-top: 5px;
		padding: 5px;
		float: left;
	}
	.main-2f-bottom li img {
		width: 90%;
	}
	.main-2f-bottom li h3 {
		margin: 0;
		font-size: 12px;
		text-align: left;
	}
	.main-2f-bottom li h3 a {
		color: #565656 !important;
		text-align: left;
		line-height: 26px !important;
	}
	.main-2f-bottom li h3 a:hover {
		color: #DC615B !important;
		text-align: left;
	}
	.main-2f-bottom li p {
		text-align: left;
		color: #ff0000;
	}
	.main-2f-right {
		width: 96%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	.main-box-photo {
		width: 100%;
		height: 193px;
		display: none;
	}
	.main-box-photo a {
		display: block;
		width: 46%;
		float: left;
		margin-left: 2%;
	}
	.main-box-photo a img {
		width: 100%;
		height: 100%;
	}
	.hot-product {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		margin-top: 20px;
	}
	.hot-product h2 {
		width: 100%;
		line-height: 50px;
		background: #0D0D0D;
		color: #ffffff;
		padding-left: 25px;
		font-size: 18px;
		margin: 0;
	}
	.hot-product h2 a {
		display: block;
		float: right;
		width: 60px;
		height: 50px;
	}
	.hot-product ul li {
		width: 49%;
		height: 420px;
		overflow: hidden;
		border: 1px solid #dedede;
		text-align: center;
		padding: 5px;
		position: relative;
		float: left;
		margin-left: 1%;
		margin-top: 2%;
	}
	.hot-product ul li img {
		width: 100%;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
	}
	.hot-product ul li h3 {
		font-size: 12px;
		text-align: left;
		color: #565656;
		line-height: 22px;
	}
	.hot-product ul li h3 a {
		color: #565656 !important;
	}
	.hot-product ul li p {
		text-align: left;
		color: #ff0000;
	}
	.product-h1 {
		width: 100%;
		height: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #DC615B;
		overflow: hidden;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		color: #ffffff;
		line-height: 30px;
	}
	.hot-product ul li:hover .product-h1 {
		height: 30px;
		background: #EA7974;
	}
	.hot-product ul li:hover img {
		transform: scale(1.04, 1.04);
	}
	.left-rule {
		display: none;
	}
	.left-rule-box {
		width: 100%;
		padding: 10px 20px;
		background: #5E5E5E;
		color: #ffffff;
		margin-top: 20px;
		transition: all .8s;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
	}
	.left-rule-box:hover {
		background: #EA7974;
	}
	.left-rule img {
		float: left;
		margin-right: 20px;
		margin-top: 15px;
	}
	.left-rule h2 {
		background: none !important;
	}
	.rule-box2 {
		display: block;
	}
}


/*页尾*/

.footer-bj {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #000000;
}

.footer {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	;
}

@media only screen and (min-width:970px) {
	.footer-left {
		width: 50%;
		height: 67px;
		float: left;
	}
	.footer-left a {
		display: block;
		width: 16.666666%;
		text-align: center;
		float: left;
		margin-top: 20px;
	}
	.footer-right {
		width: 50%;
		float: left;
		height: 67px;
	}
	.footer-right a {
		float: left;
		padding: 20px 20px;
	}
}

@media only screen and (max-width:970px) {
	.footer-left {
		width: 100%;
		height: 67px;
	}
	.footer-left a {
		display: block;
		width: 16.666666%;
		text-align: center;
		float: left;
		margin-top: 20px;
	}
	.footer-right {
		width: 100%;
		height: 67px;
	}
	.footer-right a {
		float: left;
		display: block;
		width: 20%;
		text-align: center;
	}
}

.footer p {
	text-align: center;
}

@media only screen and (min-width:640px) {
	.ft dd {
		width: 25%;
		float: left;
		text-align: center;
		margin-top: 20px;
	}
	.ft dd p:first-child {
		font-weight: normal;
	}
	.ft dd p {
		color: #ffffff;
	}
	.ft dd p b {
		margin-top: 10px;
		color: #ffffff;
	}
}

@media only screen and (max-width:640px) {
	.ft dd {
		display: none;
	}
}

.jslist .create .opt1 {
	background: #000;
	color: #fff;
	padding: 10px 80px;
	cursor: pointer;
}

.jslist dd {
	font-size: 18px;
	padding-top: 10px;
	color: #000;
	font-weight: bolder;
	padding-right: 10px;
}

.jslist {
	text-align: right;
	padding-right: 5px;
}

.jslist {
	text-align: right;
	padding-right: 5px;
}

.jslist dd {
	font-size: 18px;
	padding-top: 10px;
	color: #000;
	font-weight: normal;
	padding-right: 10px;
}

.jslist p {
	line-height: 26px;
	font-size: 12px;
	color: #F14619;
	margin-top: 10px !important;
}

.jslist p input {
	border: 1px solid #ccc;
	outline: none;
	padding: 3px !important;
	height: 30px;
	margin-right: 5px !important;
}

.jslist p:nth-of-type(1) input {
	width: 100px !important;
}

.jslist p:nth-of-type(3) input {
	width: 200px !important;
}

.jslist p button {
	background: #666;
	border: 0;
	padding: 3px 10px;
	color: #fff;
	border-radius: 3px;
}

.jslist .create {
	margin: 20px 0px 50px 0px;
}

.jslist .create .opt1 {
	background: #FF0000;
	color: #fff;
	padding: 10px 80px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
}

.jslist .create .opt2 {
	display: none
}

.jslist .s1 {
	font-size: 12px;
	font-weight: lighter;
	color: #ff0000
}

.jslist #score_value {
	border: 1px solid #dedede;
	width: 40px;
	height: 26px;
	text-align: center
}

.jslist .s_sbt {
	background: #000;
	padding: 5px 10px;
	border: 1px solid #dedede;
	cursor: pointer;
	color: #fff
}

.list-new {
	width: 100%;
	border-bottom: 1px dashed #dedede;
	padding: 10px 5px;
}

.list-new img {
	width: 20%;
	float: left;
}

.news-title {
	width: 79%;
	float: right;
	padding: 8px;
	margin-top: 8px;
}

.news-title h2 {
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 1.3;
}

.news-title h2 a {
	color: #282828 !important;
}

.news-title p {
	margin-top: 10px !important;
	line-height: 1.5;
	color: #666666;
}

.news-title a.more {
	color: #ffffff !important;
	padding: 1% 3%;
	margin-top: 10px;
	float: right;
	background: #ff0000;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 50px;
}

.news-title a.more:hover {
	background: #000000;
}

@media only screen and (max-width:500px) {
	.news-title p {
		height: 46px;
		overflow: hidden;
	}
}

@media only screen and (max-width:378px) {
	.news-title h2 {
		height: 37px;
		overflow: hidden;
	}
	.news-title p {
		margin-top: 5px !important;
	}
	.news-title a.more {
		margin: 0 !important;
	}
}

@media only screen and (max-width:660px) {
	.news-title {
		margin-top: 0 !important;
		padding: 4px !important;
	}
}


/*店铺介绍系列页面*/

@media only screen and (min-width: 664px) {
	.main-1f-nav ul li {
		float: left;
		margin-left: 10px;
		padding-top: 10px !important;
	}
}

@media only screen and (max-width: 664px) {
	.main-1f-nav ul li {
		float: left;
		margin-left: 10px;
		padding-top: 10px !important;
	}
}

@media only screen and (max-width:664px) {
	.main-1f-nav {
		padding-top: 10px !important;
	}
	.shopcontant {
		margin: 0 !important;
	}
}

.shopcontant {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding-top: 10px;
	margin-left: 0 !important;
}

.shopcontant-left {
	padding: 0 !important;
}

.shoncontant-left-top {
	width: 100%;
	height: auto;
}

.shoncontant-left-top h2 {
	width: 100%;
	margin: 0 !important;
	font-size: 16px !important;
	background: #FF9800;
	color: #ffffff !important;
	height: 35px;
	line-height: 35px;
	padding-left: 6% !important;
}

.shoncontant-left-top h2 img {
	width: 100%;
}

.shop-contant-bottom {
	width: 100%;
	border: 1px solid #FF9800;
	height: auto;
	padding-bottom: 5px;
	background: #ffffff;
}

.shop-contant-bottom ul li {
	line-height: 35px;
	border-bottom: 1px dashed #dedede;
	width: 94%;
	margin: 0 auto !important;
}

.shop-contant-bottom ul li a {
	color: #565656 !important;
	background: url(../images/dot.gif) no-repeat left;
	padding-left: 5%;
}

.shopcontant-right h3 {
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	font-size: 24px !important;
}

.shopcontant-right tr td {
	line-height: 22px;
	padding: 10px 0 !important;
}

.shopcontant-right a {
	color: #565656 !important;
}
.shopcontant-right a img{
	width: 300px;
}
.shopcontant-right table {
	width: 100%;
}

.shopcontant-right {
	line-height: 30px !important;
}

@media only screen and (max-width:767px) {
	.shopcontant-right {
		padding-left: 5px !important;
	}
}

.shopcontant-right ul li {
	margin-top: 30px !important;
	height: auto;
	overflow: hidden;
}

.shopcontant-right ul li img {
	width: 30%;
	float: left;
}

.shopcontant-right img {
	width: 100%;
}

.shopcontant-right ul li .shoper {
	float: left;
	width: 69%;
}

.shopcontant-right ul li .shoper p {
	font-size: 12px;
	color: #0D0D0D;
}

.shopcontant-right ul li .shoper p:first-child {
	font-size: 14px;
	font-weight: bold;
}

.honer {
	width: 100%;
	margin-top: 20px !important;
}

.honer h3 {
	border-bottom: 1px solid #dedede;
}

.honer img {
	width: 100%;
}

.honer p {
	padding: 20px 0 !important;
}

.right-center p {
	font-size: 12px;
	line-height: 26px;
}

.right-center span {
	color: #DC615B;
	margin-top: 22px !important;
	display: block;
}

.right-pay h2 {
	border-bottom: 1px solid #dedede;
	font-size: 24px !important;
	line-height: 1.5;
}

.right-pay p {
	line-height: 2.4;
	font-size: 12px;
	color: #666;
}

.right-pay span {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.questionlist {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.questionlist h2 {
	font-size: 14px !important;
	line-height: 1.8;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.questionlist p {
	width: 96%;
	font-size: 12px;
	margin: 0 auto;
}

.user-price {
	width: 100%;
	padding: 10px 0 !important;
}

.user-price-top {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
}

.user-price-tleft {
	float: left;
	min-height: 45px;
	background: url(../images/usercenterchat.png)repeat center right;
	background-size: 182px 64px;
	width: 182px;
	height: 64px;
	color: #ffffff;
	font-size: 12px;
	line-height: 2.5;
	text-align: center;
	margin-top: 35px;
}

.user-price-tright {
	width: 59%;
	float: left;
	border: 1px solid #eeeeee;
	height: auto;
	padding: 5px;
}

.user-price-tright img {
	width: 77px;
	float: left;
	margin: 1% 2% 0 !important;
}

.user-tright {
	width: 69%;
	float: left;
	margin-left: 1%;
}

.user-tright p {
	line-height: 1.8;
}

.user-tright p span {
	font-size: 14px;
	color: #ff0000;
}

.user-more {
	width: 100%;
	float: right;
	border-bottom: 1px solid #dedede;
	line-height: 1.5;
	margin-top: 20px;
}

.user-more p {
	float: left;
}

.user-more span {
	float: right;
	color: #000;
	cursor: pointer;
	font-weight: bold;
}

.user-tright2 {
	width: 99% !important;
	padding: 5px;
	background: #efefef;
}

.user-tright2 span {
	font-size: 14px;
	color: #ff0000;
}

.list-tab {
	width: 100%;
	margin-top: 10px !important;
}

.list-tab ul li {
	float: left;
}

.list-tab ul li img {
	width: 60px;
	height: auto;
	float: none;
	max-width: 100%;
}

.list-tab ul li p {
	text-align: left;
}

.list-tab ul li:last-child {
	float: right;
	text-align: right;
}

.list-tab ul li:last-child p {
	text-align: right;
}

.list-tab ul li:first-child {
	width: 15%;
}

.list-tab ul li:nth-child(2) {
	width: 20%;
}

.list-tab ul li:nth-child(3) {
	width: 35%;
	text-align: right;
}

.list-tab ul li:nth-child(3) p {
	text-align: right;
}

.list-nbr {
	width: 100%;
	height: 20px;
	background: #efefef;
	position: relative;
	clear: both;
}

.list-nav {
	width: 70%;
	height: 20px;
	background: #fdc69f;
	position: absolute;
	left: 0;
	top: 0
}

.user-price-bottom {
	position: absolute;
	left: 0;
	bottom: 5px;
	text-align: right;
	width: 170px;
}

@media only screen and (max-width:446px) {
	.user-price-tright {
		width: 100%;
	}
	.user-price-tleft {
		display: none;
	}
}

@media only screen and (min-width:600px) and (max-width:645px) {
	.user-price-tright {
		width: 100%;
	}
}

.user-center-right {
	background: #fff;
	padding: 5px;
}

.order ul li.user-price {
	width: 20%;
	text-align: center;
}

@media only screen and (max-width:496px) {
	.producttitle p:first-child {
		height: 40px;
		overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;		
	}
}

.user-center-right .order li:last-child {
	width: 20%;
	text-align: center;
}

.order ul li.product-tit h2 {
	height: 40px;
	overflow: hidden;
	font-weight: 500;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px !important;	
}

.input-box .ct {
	width: 48%;
	float: left;
	height: 40px;
	margin-top: 10px;
	border: 1px solid #dedede;
}

.input-box .ct:last-child {
	float: right
}

.input-box textarea {
	margin-top: 10px;
	height: 100px;
	padding: 10px;
	outline: medium;
}

.select {
	width: 50%;
	float: left;
}

@media only screen and (max-width:668px) {
	.select {
		width: 100%;
	}
	.input-box .ct {
		margin-top: 0;
	}
	.input-box textarea {
		margin-top: 0;
	}
}


/*新增*/

.orders_info {
	width: 100%;
	margin-top: 10px !important;
}

.orders_info td {
	border: 1px solid #dedede;
	line-height: 30px;
	padding: 10px 2px 10px 5px !important;
}

.orders_info .td1 {
	text-align: right;
	padding-right: 10px;
	width: 105px;
	background: #f4f4f4;
}

.order-center-deil {
	margin-top: 20px !important;
}

.order-tbox {
	height: 36px;
	overflow: hidden;
}

.order-tbox a {
	color: #333333 !important;
	-webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.comment{
	float: right;
    margin: 10px 0 20px;
    line-height: 30px;
    display: block;
    height: 32px;
    width: 140px;
    text-align: center;
    border: 1px solid #FDB22D;
    background: #FDB22D;
    color: #fff !important;
    border-radius: 5px;
}
.comment:hover{
	color: #fff !important;
	background: #fe3c00;
}
/*增加*/

@media only screen and (min-width: 768px) {
	.orders_info .td1 {
		width: 134px;
	}
}


/*底部新闻部分*/

.companion,
.c-info {
	padding: 20px;
}

.companion div {
	width: 33.3%;
	float: left;
	height: 380px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.companion div h5 {
	margin: 20px 0 !important;
	text-align: center;
}

.companion div h5 img {
	height: 90px;
}

.companion div p {
	line-height: 24px;
	padding: 0 0 0 50px !important;
	font-size: 12px;
}

.c-info h2,
.c-info h4,
.c-info h5 {
	font-weight: bold !important;
}

.c-info h2 {
	background: #000;
	color: #fff;
	margin: 40px 0 !important;
	height: 40px;
	line-height: 40px;
	font-size: 18px !important;
	padding-left: 10px !important;
	border-radius: 8px;
}

.c-info h4 {
	margin-top: 10px !important;
	line-height: 30px;
}

.c-info h5 {
	margin-top: 20px !important;
	line-height: 30px;
}

.c-info p {
	line-height: 30px;
	font-size: 12px !important;
}

.c-info p img {
	height: 38px;
}

@media only screen and (max-width: 768px) {
	.companion div {
		width: 50%;
	}
	.companion div p {
		padding-left: 20px !important;
	}
	.companion div h5 img {
		height: auto !important;
		width: 100%;
	}
	.c-info p img {
		height: auto !important;
		width: 100%;
	}
}
/*底部line部分*/
.connect-line{
	padding: 40px 20px !important;
	text-align: center;
	border-top: 1px solid #ccc;
}
.connect-line h1{
	font-size: 30px !important;
	line-height: 60px;
	color: #00b050;
}
.connect-line p{
	line-height: 30px;
}
.connect-line p img{
	width: 80%;
	margin-bottom: 20px !important;
	max-width: 610px;
}
