/*body {background: #f5f5f5;}*/

.banner {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}

.banner-silder {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: auto;
	/*max-width: 1200px;*/
}

.banner-silder img {
	width: 100%;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.banner-bottom {
	width: 56px;
	height: 8px;
	position: absolute;
	left: 50%;
	margin-left: -28px;
	bottom: 3%;
}

.banner-bottom a {
	display: block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	float: left;
	margin-left: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.banner-bottom a.click1 {
	background: #fb098d;
}

.banner-item {
	width: 100%;
	text-align: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.banner-item .ban-action {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}

.banner-item .ban1 {
	padding-right: 5px;
}

.banner-item .ban2 {
	padding-left: 5px;
}

.ban-action img {
	max-width: 100%;
}

.ban-action .img-a {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transform: scale(3);
	transition: all .7s;
}

.ban-action:hover .img-a {
	transform: scale(1);
	opacity: 1;
	transition: all .5s;
}


/*banner左边导航*/

.banner-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 9997;
	color: #fff;
	padding: 20px 0;
	max-width: 220px;
}

.banner-left li {
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
}

.banner-left li a {
	color: #fff !important;
	display: block;
	width: 100%;
}

.banner-left li:hover {
	background: #ffc001;
}

.banner-show {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 800px;
	z-index: 9997;
}

.banner-left .banner-show .show-goods {
	width: 260px;
	float: left;
	height: 100%;
	background: #fff;
	padding: 30px 40px 20px 0;
	box-shadow: 4px 6px 10px #ccc;
	border-top: 1px solid #ccc;
	overflow-y: auto;
}

.banner-left .banner-show a {
	display: block;
	height: 60px;
	color: #000 !important;
	width: 200px;
	margin-left: 40px;
}

.banner-left .banner-show a:hover {
	color: #28a8eb !important;
}

.banner-left .banner-show a img {
	width: 40px;
}

.banner-left li:hover .banner-show {
	display: block;
}

@media only screen and (max-width: 768px) {
	.banner-left {
		padding: 0;
	}
}

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

.item-bj {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

.item-box {
	padding: 0 !important;
}

.item-prosuct-bj {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (min-width: 640px) and (max-width: 1200px) {
	.banner-left {
		left: 0;
	}
	.item-bj {
		padding: 20px 20px 0;
	}
	.item-prosuct-bj {
		padding: 0 20px;
	}
}

.row-box {
	margin: 0 !important;
	margin-top: 20px !important;
	width: 100%;
	overflow: hidden;
	border: 3px solid #FFC001;
	border-top: 0;
	border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.item-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/t-b.jpg) left top repeat-x;
	margin-bottom: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 18px;
	color: #666;
	position: relative;
}

.item-title>i {
	margin: 0 3px !important;
}

.item-title img {
	vertical-align: -20%;
}

.item-title a {
	position: absolute;
	right: 10px;
	bottom: 7px;
	font-size: 13px;
    background: #fff;
    height: 26px;
    width: 47px;
    border-radius: 10px;
    text-align: center;
    line-height: 26px;
    color: #ffc001 !important;
}
.item-title a:hover{
	color: #ff9800 !important;
	background: #f5f5f5;
}
.item-product {
	height: auto;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
}

.ban-product {
	width: 80%;
	float: left;
}

.tban {
	width: 20%;
	float: left;
	overflow: hidden;
	transition: all 1s;
	padding-left: 10px;
}

.tban img {
	width: 100%;
}

.tban a:hover img {
	transform: scale(1.05);
}

.tban:hover {
	box-shadow: 0 0 20px #ccc;
}

@media only screen and (max-width: 800px) {
	.tban {
		display: none;
	}
	.ban-product {
		width: 100%;
	}
}

.colli {
	text-align: center;
	padding: 5px !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	margin-bottom: 8px;
}

.colli img {
	width: 100%;
}

.colli:hover {
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.23)
}

.colli:hover img {
	-webkit-transform: scale(1.02);
	opacity: 0.8;
}

.colli h2 {
	height: 40px;
	overflow: hidden;
	line-height: 1.5;
	text-align: left;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 14px;
}
.colli h2:hover{
	color: #333;
	text-decoration: underline;
}
.colli p {
	color: #ff0000;
	text-align: left;
	margin-top: 10px !important;
	font-weight: bold;
}

.colli p em {
	font-size: 10px;
	color: #999;
	margin-left: 5px !important;
	text-decoration: line-through;
	font-weight: normal;
}

.colli p .sale-total {
	color: #999;
	display: inline-block;
	float: right;
	font-weight: normal;
	font-size: 13px;
}

.libox {
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 10px !important;
}

.libox a {
	display: inline-block;
	position: relative;
	height: 100%;
	max-height: 285px;
	overflow: hidden;
}

.libox a .sign {
	position: absolute;
	width: 60px;
	left: 0;
	top: 0;
}

.libox .sale .sign {
	width: 100px;
}

.list-item-bj {
	width: 100%;
	max-width: 1000px;
	margin: 40px auto 0 !important;
	padding: 0 !important;
}

.lisbo {
	margin: 0 !important;
	width: 100%;
}

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

.list-box {
	padding: 10px;
	background: #ffffff;
	width: 99%;
	margin: 0 auto;
	position: relative;
}

.list-box dl dt {
	width: 100%;
	line-height: 52px;
	border-bottom: 1px dashed #dedede;
	font-weight: normal;
	font-size: 12px;
	padding-left: 3% !important;
}

.list-box .tit-list {
	width: 100%;
	line-height: 50px;
	background: #f6b900;
	color: #ffffff;
	padding-left: 3%;
	font-weight: 600;
	font-size: 15px;
}


/*.list-box .brand-show{display: none;}*/

#itemmenu a {
	float: right;
	margin-right: 20px;
}

#goods-category {
	background: #fff;
	width: 100%;
}

.m {
	display: none;
}

@media only screen and (min-width:768px) {
	#itemmenu {
		display: none;
	}
	.lisbo .list-box {
		margin-top: 5px !important;
	}
}

@media only screen and (max-width:768px) {
	.m {
		display: block;
	}
	#itemmenu {
		display: block;
		padding-left: 15px;
	}
	#itemmenu a {
		display: block;
		line-height: 53px;
	}
	#itemmenu a i {
		font-size: 15px;
	}
	.item-title2 {
		background: #ffffff;
		margin: 0 !important;
		line-height: 45px;
		height: 45px;
		border: 0;
	}
	.item-title2 {
		display: block;
	}
}

.news-box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
}

.rownews {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}

.rownews h3 {
	line-height: 1.8;
	font-size: 24px;
	margin-top: 20px;
	border-bottom: 1px solid #999;
}

.rownews h3 a {
	float: right;
	font-size: 18px;
	margin-top: 10px;
	padding-right: 15px;
	color: #FFC001 !important;
}

.rownews h3 a:hover {
	color: #ff9800 !important;
}

.rownews .news-left:first-child {
	padding-right: 1.5%;
	padding-left: 0 !important;
}

.rownews .news-left:last-child {
	padding-left: 0 !important;
}

.news-data {
	position: relative;
	position: relative;
	width: 40%;
	height: 160px;
	float: left;
	border-right: 1px solid #f7d9e9;
	padding: 10px;
	text-align: center;
	background: #ffffff;
}

.news-data h2 {
	font-size: 24px !important;
	margin-top: 50px !important;
	color: #333;
}

.news-data a:hover h2,
.news-data a:hover h2 span {
	color: #fb098d;
}

.news-data h2 span {
	font-size: 18px;
	line-height: 40px;
	display: block;
	color: #333;
}

.news-data h2 p {
	font-size: 14px;
}

.newslist {
	width: 59% !important;
	float: left;
	height: 160px;
	overflow: auto;
	background: #ffffff;
}

.newslist ul li {
	padding-left: 3% !important;
	margin: 10px 0!important;
	border-bottom: 1px dashed #dedede;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newslist ul li i {
	/*color: #FF0000 !important;*/
	margin-right: 5px !important;
}

.newslist1 {
	overflow: hidden;
}


/*.newslist1 ul li i{color: #5cb85c !important;}*/

.news-tip {
	text-align: left;
	height: 42px;
	line-height: 42px;
}

.news-tip label {
	float: left;
}

.news-tip marquee {
	color: #5CB85C;
	width: 81%;
}

.news-data1 h2 {
	font-size: 24px !important;
	margin-top: 16px !important;
}

@media only screen and (max-width:480px) {
	.banner-silder img {
		padding: 0 !important;
	}
	.slick-dots {
		bottom: 0px !important;
	}
	.news-data1 {
		border-bottom: 1px solid #dedede;
	}
	.news-data1,
	.newslist1 {
		width: 100% !important;
	}
	.news-data h2 strong {
		position: absolute;
		bottom: 30px;
		left: 3px;
		width: 100%;
	}
}

@media only screen and (max-width:768px) {
	.rownews .news-left {
		padding: 0 !important;
	}
	.rownews .news-left:last-child {
		margin-top: 5px !important;
	}
}

.rownews .news-left:last-child {
	padding-right: 0 !important;
	margin-top: 20px;
}

.news-img {
	width: 100%;
}

.news-img ul li {
	width: 15.5%;
	padding: 22px !important;
	background: #ffffff;
	float: left;
	margin-right: 1.3% !important;
	height: 288px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #ccc;
	overflow: hidden;
}

@media only screen and (min-width: 480px) and (max-width: 800px) {
	.news-img ul li {
		width: 25%;
		padding: 14px !important;
		height: 244px;
		margin-left: 40px;
	}
	.news-img ul li p.b-more {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.news-img ul li {
		width: 32%;
		padding: 3px !important;
		height: 204px;
	}
	.news-img ul li a.img {
		height: 120px !important;
	}
	.news-img ul li p.b-more {
		display: none;
	}
}

.news-img ul li:last-child {
	margin-right: 0 !important;
}

.news-img .recommend-goods:hover {
	box-shadow: 0px 0px 28px #ccc;
}

.news-img ul li a.img {
	display: block;
	width: 100%;
	height: 148px;
	overflow: hidden;
}

.news-img ul li img {
	width: 100%;
}

.news-img ul li h4 {
	font-size: 14px;
	margin: 0;
	text-align: left;
	line-height: 24px;
	height: 33px;
	overflow: hidden;
	font-weight: bold !important;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
}

.news-img ul li a {
	color: #594f41 !important;
}

.news-img ul li p {
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px !important;
}

.news-img ul li p.b-more {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #FFC001;
	margin: 10px -22px;
	padding-left: 20px;
	transform: translate(0, 100px);
	transition: all .5s;
}

.news-img ul li p.b-more a {
	color: #fff !important;
}

.news-img ul li:hover p.b-more {
	transform: translate(0, -4px);
	font-weight: bold;
}

.news-img ul li p.b-more a:hover {
	color: #333 !important;
}


/*列表页*/

.list-number-nav {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 14px;
}

.number-nav {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.number-nav ul li {
	width: auto;
	float: left;
	margin-left: 1% !important;
}

.number-nav ul li:first-child a {
	color: #FF9800 !important;
	margin-left: 0 !important;
}

.number-nav ul li:last-child {
	width: 47%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.number-nav ul li a {
	font-size: 14px;
	color: #666666 !important;
}

.number-nav ul li:first-child i {
	margin-right: 5px !important;
	color: #FF9800;
	font-size: 16px;
}

.list-body-bj {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
}

.body-list-box {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

.grid-item {
	margin-top: 15px;
	padding: 0 !important;
}

.subbox {
	padding: 10px;
	background: #ffffff;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.13);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s ease-in-out;
}
.subbox a{
	display: inline-block;
	max-height: 200px;
	overflow: hidden;
}

.subbox:hover {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.23)
}

.subbox img {
	width: 100%;
}

#rowbox {
	padding-bottom: 20px !important;
	background: #fff;
}

.subbox h2 {
	text-align: left;
	line-height: 1.3;
	margin-top: 5px !important;
	height: 54px;
	overflow: hidden;
	font-size: 14px;
}

.subbox p {
	color: #ff0000;
	text-align: left;
	margin-top: 5px !important;
}

.subbox hr {
	margin: 5px 0 !important;
}

.subbox-car {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #fafafa;
	line-height: 30px;
}

.subbox-car {
	text-align: left;
}

.subbox-car a {
	display: inline-block;
	font-size: 12px;
}

.subbox-car a:first-child i {
	font-size: 20px;
	color: #f82e2e;
}

.subbox-car i {
	margin-right: 8px !important;
}

@media only screen and (max-width: 400px) {
	.subbox-car a:last-child {
		margin-left: 0px !important;
	}
}

.subbox-car a:last-child {
	float: right;
}

.chosepricebj {
	width: 100%;
	height: 40px;
	margin-top: 1px;
}

.chose {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #dedede;
}

.chose li {
	float: left;
	width: 25%;
	height: 40px;
	line-height: 40px;
	/*padding-left: 5% !important; */
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #dedede;
}

.chose li a {
	display: inline-block;
	width: 100%;
	background: #fff;
}

.chose li i.active {
	color: #FF0000;
}

.chose li:last-child {
	border-right: none;
}


/*.chose li span{ float: left; margin-right:25px !important;}*/


/*.chose li  i{ cursor: pointer; float: left; margin-top: 13px !important;}*/

.chose li i:last-child {
	margin-left: 5px !important;
}


/*点击上下箭头样式*/

.product_nav ul {
	overflow: hidden;
	color: #fff;
}

.product_nav ul li a.active {
	color: #EC4B48;
}

.product_nav ul li .sort {
	display: none;
	position: relative;
	top: 4px;
}

.product_nav ul li .sort .sort_up,
.product_nav ul li .sort .sort_down {
	width: 0;
	height: 0;
	border: 4px solid transparent;
}

.product_nav ul li .sort .sort_up {
	border-bottom-color: #FFA201;
}

.product_nav ul li .sort .sort_down {
	border-top-color: #9B9B9B;
	margin-top: 3px;
}

@media only screen and (max-width:610px) {
	.chosepricebj {
		margin-top: 20px;
	}
	.chose li {
		padding-left: 2px !important;
		font-size: 12px;
		position: relative;
	}
	.chose li span {
		margin-right: 0 !important;
	}
	.chose li i {
		margin: 0 !important;
		float: none;
	}
	.chose li i.fa-caret-down {
		position: absolute;
		right: 6%;
		top: 20px
	}
	.chose li i.fa-caret-up {
		position: absolute;
		right: 6%;
		top: 10px
	}
}

.contant-product {
	width: 100%;
	margin: 0 !important;
	padding-bottom: 10px !important;
	clear: both;
}


/*.contant-center{ padding-top: 10px !important; border-top:1px solid #dedede}*/

.con-FangDa {
	width: 100%;
	height: auto;
	background-color: #fff;
}


/*商品详情*/

.con-fangDaIMg {
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px;
	cursor: pointer;
}

.con-fangDaIMg .show-img {
	width: 100%;
	overflow: hidden;
}

.con-fangDaIMg>.show-img>img {
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.con-fangDaIMg:hover img {
	-webkit-transform: scale(1.5);
}

@media only screen and (min-width:768px) {
	.con-fangDaIMg {
		max-height: 335px;
		overflow: hidden;
	}
}

@media only screen and (max-width:768px) {
	.con-fangDaIMg {
		max-height: 636px;
		overflow: hidden;
	}
}


/*æ»‘å—*/

.magnifyingBegin {
	width: 150px;
	height: 175px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}


/*æ”¾å¤§é•œæ˜¾ç¤ºåŒºåŸŸ*/

.magnifyingShow {
	width: 100%;
	height: 514px;
	display: none;
	position: absolute;
	right: -470px;
	top: 0;
	overflow: hidden;
	z-index: 222;
}

.magnifyingShow>img {
	width: 900px;
	height: 1350px;
	margin-left: 0;
	margin-top: 0;
}


/*商品详情页*/

.con-FangDa-ImgList {
	margin-top: 10px;
	height: auto;
	width: 100%;
	list-style: none;
}

.con-FangDa-ImgList>li {
	width: 16%;
	float: left;
	cursor: pointer;
	border: 1px solid #dedede;
	text-align: center;
	margin-left: 0.5% !important;
	margin-top: 2% !important;
}

.con-FangDa-ImgList>li>img {
	vertical-align: top;
	display: inline;
	width: 100%;
	padding: 3px !important;
	background: #ffffff !important;
}

.con-FangDa-ImgList>.active {
	border-color: #ff0000;
}

.productcenter-title h1 {
	line-height: 1.5;
	font-size: 16px !important;
	font-weight: bold !important;
}

.productcenter-title p {
	font-size: 14px;
	line-height: 30px;
}

.productcenter-title p.price span {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}

.productcenter-title p.price strong {
	padding: 3px 5px;
	background: #fb098d;
	color: #fff;
	margin-left: 10px;
	border-radius: 4px;
}

.productcenter-title p.price i {
	text-decoration: line-through;
	margin-left: 5px !important;
}

.productcenter-title p.tip a {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	background: #e4e4e4;
	color: #666;
	padding: 10px 5px !important;
}

.number-box {
	width: 100%;
	height: auto;
	position: relative;
}


/*产品详情页*/

.contant-left table {
	width: 100%;
}

.contant-left table td {
	border: 1px solid #fec26a;
	line-height: 32px;
	padding-left: 10px !important;
	color: #666;
}

.contant-left table td:nth-of-type(odd) {
	background: #F5F5F5;
	color: #000;
	font-size: 14px;
	padding: 5px 0;
}

.ms .ms_tr td {
	background: #fdb448 !important;
	color: #ffffff !important;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
}

.ms .ms_td1 {
	width: 30%;
}

.number-box dl dt {
	border: 1px solid #333;
}

.contant-center {
	background: #fff;
	margin-top: 60px !important;
}

.products-num button {
	width: 38px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	font-size: 20px;
	display: inline-block;
	float: left;
}

.products-num button:link {
	border-color: #ccc !important;
}

.products-num span {
	display: inline-block;
	width: 40px;
	height: 30px;
	text-align: center;
	background: #fff;
	float: left;
	line-height: 30px;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
}

.product-buy {
	border: 0;
	background-size: cover;
	position: absolute;
	bottom: -38px;
	left: 140px;
	background: none;
	border-radius: 8px;
}

.sale-btn {
	margin-top: 20px !important;
}

.sale-btn a {
	display: inline-block;
	width: 44%;
	height: 42px;
	max-width: 200px;
	background: #fbb932;
	color: #fff !important;
	text-align: center;
	line-height: 42px;
	font-weight: bold !important;
	border-radius: 5px;
}

.sale-btn a:last-child {
	background: red;
	margin-left: 4%;
}

.sale-btn a i {
	font-size: 20px;
	margin-right: 5px !important;
}

@media only screen and (max-width:530px) {
	.productcenter-title h1 {
		font-size: 14px !important;
		height: 45px;
		overflow: hidden;
	}
}

.number-box p span {
	color: #ff0000;
}

.number-box dl dt {
	padding: 8px 12px !important;
	font-weight: normal;
	background: #ffffff;
	float: left;
	margin: 0 1% !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 5px !important;
}

.number-box dl dt.active {
	border: 1px solid #ff0000;
	background: #fff url(../images/xz1.png) right bottom no-repeat;
	background-size: 16px;
}

.number-box .num dt {
	margin-right: 2% !important;
}

@media only screen and (max-width:532px) {
	.contant-left p {
		font-size: 12px !important;
	}
}

.row-left {
	padding: 0 !important;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px !important;
}

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

.textbox {
	width: 100%;
	background: #ffffff;
	height: auto;
	padding: 8px !important
}

.info {
	margin-bottom: 20px;
	border-bottom: 1px solid #FFC001;
}

.goods-assess,
.goods-info {
	width: 30%;
	text-align: center;
	background: #EFEFEF;
}

.info a {
	display: inline-block;
	width: 100%;
}

.info a:hover,
.info a:link {
	background: none !important;
}

.on {
	background: #FFC001 !important;
}

.on a {
	color: #fff !important;
}

.contant-right {
	padding-right: 0 !important;
}

.contant-right ul h3 {
	margin-top: 20px !important;
	line-height: 20px;
	border-left: 4px solid #FFC001;
	padding-left: 10px !important;
}
.contant-right ul li a{
	display: inline-block;
	width: 100%;
	max-height: 281px;
	overflow: hidden;
}
.contant-right ul li a:hover{
	text-decoration: underline !important;
}
.contant-right ul li h2 a{
	line-height: 1.6;
}
@media only screen and (min-width:768px) {
	.contant-right ul li {
		padding: 10px !important;
		width: 100%;
		background: #ffffff;
		text-align: center;
		margin-top: 6px !important;
	}
}

.contant-right h2 {
	line-height: 40px;
	font-size: 18px !important;
}

.contant-right ul li:first-child {
	margin-top: 0 !important;
}

.contant-right ul li img {
	width: 100%;
}

.contant-right ul li img:hover {
	transform: rotate(2deg);
}

.contant-right ul li h2 {
	line-height: 1.3;
	text-align: left;
	margin-top: 8px !important;
}

.contant-right ul li h2 a {
	font-size: 12px;
}

.contant-right ul li p {
	text-align: left;
	color: #ff0000;
	font-size: 14px;
}

@media only screen and (min-width:640px) and (max-width:768px) {
	.contant-right {
		padding-left: 0 !important;
	}
	.contant-right ul li {
		padding: 10px !important;
		/*width: 24%;*/
		background: #ffffff;
		text-align: center;
		margin-top: 6px !important;
		float: left;
		margin-left: 0.8% !important;
	}
	.contant-right ul li h2 {
		height: 51px;
		overflow: hidden;
	}
	.contant-right ul li:first-child {
		margin-top: 6px !important;
	}
}

@media only screen and (max-width:640px) {
	.contant-right {
		padding-left: 0 !important;
	}
	.contant-right ul li {
		padding: 10px !important;
		width: 49%;
		background: #ffffff;
		text-align: center;
		margin-top: 6px !important;
		float: left;
		margin-left: 0.8% !important;
	}
	.contant-right ul li h2 {
		height: 51px;
		overflow: hidden;
	}
	.contant-right ul li h2 a {
		height: 100%;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		line-height: 24px;
	}
	.contant-right ul li:first-child {
		margin-top: 6px !important;
	}
}


/*新增*/


/*评论部分*/

.show1 {
	display: none;
	padding: 0 10px;
}
.show1 p{
	line-height: 2;
}
.talk {
	width: 100%;
}

.talk li {
	width: 90%;
	padding: 3% 5% !important;
	overflow: hidden;
	border-bottom: solid 1px #c8c8c8;
}

.talk li figure {
	float: left;
	width: 12%;
	height: 0;
	padding-bottom: 14%;
	border-radius: 50%;
	overflow: hidden;
}

.talk li figure img {
	width: 100%;
}

.talk li dl {
	float: left;
	width: 80%;
	padding-left: 6% !important;
}

.talk li dl dt {
	width: 100%;
	overflow: hidden;
}

.talk li dl dt * {
	float: left;
}

.talk li dl dt p {
	color: #666;
	font-size: 12px;
}

.talk li dl dt time {
	color: #999;
	font-size: 12px;
	margin-left: 3%;
	margin-top: 1%;
}

.talk li dl dt .star {
	float: right;
	width: 30%;
	display: table;
}

.talk li dl dt .star span {
	display: table-cell;
	width: 20%;
}

.talk li dl dt .star span img {
	width: 100%;
}

.talk li dl dd {
	font-size: 14px;
	margin-top: 3%;
	color: #333;
}

.talk li dl small {
	font-size: 12px;
	margin-top: 3%;
	color: #999;
}

.talk li dl .picbox {
	width: 100%;
	margin-top: 3%;
	height: 77px;
	overflow: hidden;
}

.talk li dl .picbox img {
	width: 20%;
	min-height: 50px;
	margin-right: 2%;
	margin-bottom: 2%;
}


/*分类页*/

.category-content {
	width: 100%;
	position: relative;
	padding-top: 20px;
}

.category-content1 {
	padding-top: 1px;
}

.category-content1 .tbanner {
	padding: 0 15px;
}

.iphone-intr {
	height: 40px;
	font-size: 18px;
	background: #fff;
	line-height: 40px;
	font-weight: bold !important;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.left-part .list-group-item {
	background: #fff;
	border: none;
	display: block;
	margin-bottom: 2px;
	padding: 12px 10px 10px !important;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.left-part .list-group-item i {
	margin-right: 4px !important;
	color: #000;
}

.left-part .list-group-item .list-group-item-1 {
	padding: 4px 0 3px 11px !important;
	position: relative;
	border: 0;
}

.left-part .list-group-item .list-group-item-1 a {
	font-size: 12px;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.left-part .list-group-item .list-group-item-1 a:hover {
	color: #FF0000 !important;
}

.list-group {
	margin-bottom: 5px;
}

.list-group-item .add {
	width: 11px;
	height: 11px;
	background: url(../images/sidebar-toggle-icons.png) no-repeat 0 0;
	position: absolute;
	top: 14px;
	right: 10px;
}

a:hover .add {
	background-position: -11px 0;
}

.list-group-item .click {
	background-position-y: -37px !important;
}

.list-b {
	display: none;
}

@media only screen and (max-width: 680px) {
	.list-c {
		display: none !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;
}

.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;
	}
}


/*订单查询页*/

@media only screen and (max-width:600px) {
	.user-center-left {
		width: 100% !important;
	}
	.user-center-right {
		width: 100%;
	}
	.or-search-box input {
		width: 65%;
	}
	.or-search-box a {
		width: 65%;
	}
	.table-order table td {
		font-size: 12px;
	}
}


/*子页面banner*/

.tbanner {
	background: #fff;
}

.tbanner a {
	display: inline-block;
	width: 49.5%;
	float: left;
}

.tbanner a img {
	width: 100%;
}

.tbanner a:first-child {
	margin-right: 0.5%;
}

.tbanner a:last-child {
	margin-left: 0.5%;
}

@media only screen and (max-width: 768px) {
	.tbanner a {
		display: inline-block;
		width: 100%;
		margin: 5px 0 0;
	}
}


/*壳类型*/

.goods-type {
	padding-top: 20px !important;
}

.goods-type-name h3 a {
	display: inline-block;
	font-weight: bold !important;
	color: #000 !important;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.goods-type-name h3 a:hover {
	color: #28a8eb !important;
}

.goods-type-name p {
	height: 80px;
	overflow: hidden;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-bottom: 10px !important;
	line-height: 1.6;
	color: #666;
}

.goods-type-name h5 {
	font-size: 10px !important;
	color: #999;
	padding-bottom: 10px !important;
	line-height: 1.6;
}

@media only screen and (max-width: 768px) {
	.goods-type-name {
		margin-top: 10px;
		border-bottom: 1px solid #ccc;
	}
}


/*新增加页面样式*/


/*chanel-iphone7-iphone7plus-case*/

.iphone7-c {
	margin-top: 20px;
}

.iphone7-c h4 {
	font-size: 18px !important;
	color: #000;
	line-height: 1.8;
	background: #f4f4f4;
	margin-bottom: 20px !important;
}

.iphone7-c p {
	line-height: 1.8;
	color: #333;
}

.iphone7-c .iphone7-s {
	margin-top: 20px;
}

.iphone7-s {
	clear: both;
}

.iphone7-s .iphone7-s-n {
	margin-top: 20px !important;
}

.iphone7-s h5 {
	border-bottom: 1px solid #DEDEDE;
}

.iphone7-s video {
	width: 60%;
	margin-bottom: 20px;
}

.iphone7-g {
	margin: 20px 0 40px;
}

.iphone7-g dt {
	margin-bottom: 10px !important;
}

.iphone7-g dt img {
	border: 1px solid #DEDEDE;
}

.iphone7-g dd {
	line-height: 1.8;
	color: #333;
	font-size: 13px !important;
}

.iphone7-g dd i {
	margin-right: 5px !important;
}

@media only screen and (max-width: 480px) {
	.iphone7-s video {
		width: 100%;
	}
}


/*chanel-iphone7-7-case*/

.hr20 {
	height: 20px;
	width: 100%;
	clear: both;
}

.iphone {
	margin-top: 20px;
}

.iphone h4 {
	line-height: 1.8;
	font-size: 19px !important;
	border-bottom: 1px solid #DEDDDD;
	clear: both;
	color: #000 !important;
}

.iphone>p {
	margin-top: 20px !important;
	line-height: 1.8;
	font-size: 16px;
	color: #333 !important;
}

.iphone .i7 {
	margin: 20px 0;
}

.iphone .i7 h5 {
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 1.6;
}

.iphone .i7 p {
	line-height: 1.8;
}

.iphone .smoke article {
	padding: 20px 0 10px;
	color: #000;
	font-size: 17px !important;
	font-weight: bold;
}

.iphone .smoke p strong {
	font-size: 18px;
	color: #FF0000;
}

.iphone .smoke p {
	line-height: 30px;
	color: #666;
}

.iphone .smoke p select {
	width: 60%;
	height: 32px;
}

.iphone .smoke .smoke-buy a {
	display: block;
	width: 60%;
	height: 38px;
	text-align: center;
	background: #333;
	color: #fff !important;
	margin-top: 20px !important;
	line-height: 38px;
}

.smoke-list .list-info {
	text-align: center;
}

.smoke-list .list-info dd {
	line-height: 1.4;
	margin-top: 10px;
	font-size: 13px;
}

.smoke-list .list-info dd strong {
	font-size: 24px;
	color: #FF0000;
}

.smoke-list .list-info dd p {
	line-height: 1.6;
}

.iphone .intr {
	padding: 10px 15px 10px 0;
}

.iphone .intr .img2 {
	margin-top: 10px !important;
}

.iphone .intr p {
	margin-top: 10px !important;
	line-height: 1.6;
	color: #666 !important;
	font-size: 13px;
}

.iphone-goods {
	margin-top: 10px;
}

.iphone-goods .goods-l {
	margin-bottom: 20px;
}

.iphone-goods dd {
	margin-top: 10px;
	font-size: 13px !important;
}

.iphone-goods dd strong {
	font-size: 18px !important;
}

@media only screen and (max-width: 480px) {
	.iphone .smoke p select,
	.iphone .smoke .smoke-buy a {
		width: 100%;
	}
	.iphone-goods .goods-l {
		margin-bottom: 20px;
		border-bottom: 1px solid #DEDEDE;
	}
}