#pagenav a b{
    background: #152145;
    padding: 0 5px;
    border-radius: 3px;
    color: #fff;
}
#products li{
	float:left;
	width: calc(100%/4);
}
#products li >div{padding: 25px;}
#products li:nth-child(2n){
}
#products li .pbox-set{
    overflow: hidden;
    position: relative;
}
#products li .pbox-set .photo{
}
#products li .pbox-set .photo a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: auto 90%;
	position:relative;
	transition: all linear .3s;
}
#products li:hover .pbox-set .photo a{background-size: auto 80%;;}
#products li .pbox-set .photo img{
	width:100%;
}
#products li .pbox-set .detail{text-align: center;}
#products li .pbox-set .detail span{
	color: #b7b7b7;
	letter-spacing: 2px;
	font-size: 13px;
}
#products li .pbox-set .detail h2{
	line-height: 110%;
	margin: 5px 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
#products li .pbox-set .detail h2 a{
	color: #2f2f2f;
    font-size: 18px;	
}

#products li .pbox-set .detail h3{
    line-height: 110%;
    overflow: hidden;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: normal;
    height: 30px;
    margin-bottom: 10px;
}
#products li .pbox-set .detail .price{
	
}
#products li .pbox-set .detail .price span{
    font-size: 15px;
	color: #c32b2b;
}
#products li .pbox-set .detail .price span.money-sale{
    font-size: 12px;
    color: #9a9a9a;
    margin-bottom: 2px;
    display: block;
	text-decoration: line-through;
}

#products li .pbox-set .detail .more{
	position:absolute;
    bottom: 15px;
}
#products li .pbox-set .detail .more a{
	color: #ff992c;
    font-size: 12px;
    font-weight: bold;
}
.sub-pro-img li p{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.sub-pro-img li img{
	width:100%;
}
.room-deta{
	overflow:hidden;
	padding: 50px 40px;
}
.room-deta .room-detail{
	float:left;
	width:60%;
}
.aday p{
	color: #fff;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    vertical-align: text-bottom;
}
.aday p.bi{
	color:#706e69;
	font-size:12px;
	width: auto;
}
.aday p.bi b{
	color:#00aebb;
	font-size:16px;
	margin-left: 5px;
}
.aday p.bi b input[type="number"]{
	border: 1px solid #1c69ad;
    width: 80px;
    text-align: center;
    background: #5b99d0;
    color: #fff;
    border-radius: 10px;
    padding: 5px 0;
	outline: none;
}
.aday p input[type="button"]{
    background: #ff992c;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    vertical-align: unset;
	cursor:pointer;
}
#products-detail{
	overflow:hidden;
	margin-bottom: 30px;
}
#products-detail .sub-pro-img{
	float:left;
	width: 35%;
}
#products-detail .sub-pro-img .slick-slider{
	margin:0;
}
#products-detail .sub-pro-img .slick-dots{
	bottom: 10px;
}
#products-detail .txt-set{
	float:right;
	width: 60%;
	background-color: #efefef;
}
#products-detail .txt-set .product-txt{
	padding: 40px;
}
#products-detail .txt-set .product-txt h2{
	line-height: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 20px;
	position:relative;
	margin-top:10px;
}
#products-detail .txt-set .product-txt h2:after{
	content:'';
	display:block;
	width:30px;
	height:2px;
	background: #152145;
	position:absolute;
	bottom:0;
	left:0;
}
#products-detail .txt-set .product-txt .ProductNO{
}
#products-detail .txt-set .product-txt h3{
	font-size: 15px;
    line-height: 150%;
    overflow: hidden;
}
#products-detail .txt-set .product-txt .price{
	margin-top: 30px;
}
#products-detail .txt-set .product-txt .price p{
	margin-top: 5px;
}
#products-detail .txt-set .product-txt .price p span{
	font-size: 13px;
}
#products-detail .txt-set .product-txt .price p span b{
	font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    margin-left: 15px;
}
#products-detail .txt-set .product-txt .price p .money-sale{
	text-decoration:line-through;
	color: #f7a9a9;
}
#community{
	margin:40px 0;
}
#community h5{
	margin: 0 0 10px;
	color: #777;
}
#community li{
	float:left;
	line-height:0;
	margin-right:10px;
}
.orderstyleSet{
    padding: 30px 0 0;
	overflow:hidden;
}
.orderstyleSet .orderfunction{
	overflow:hidden;
}
.orderstyleSet .orderfunction .aday{
	float: left;
    width: 50%;
    background: #1c69ad;
    height: 60px;
	text-align:center;
}
.orderstyleSet .orderfunction .aday.add{
	float:right;
	width: 50%;
	background: #ff992c;
}
.orderstyleSet .ask{
    background: #142145;
    text-align:center;
}
.orderstyleSet .ask a{
	display: block;
	text-align: center;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	position:relative;
}
.orderstyleSet .ask a b{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	line-height: 30px;
	top: 15px;
	text-align: center;
	font-size: 12px;
	right: 20px;
	transition:all linear 0.3s;
	color: #132145;
}
.orderstyleSet .ask a:hover b{
	transform: scaleX(-1);
	background: #ffff;
}
#pro-article{
    margin-bottom: 30px;	
}
#pro-article .tabs{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#pro-article .tabs li{
	display: inline-block;
	
}
#pro-article .tabs li a{
	color: #444343;
    display: block;
    padding: 15px 25px;
	position:relative;
}
#pro-article .tabs li a:hover{
    color: #ffa13e;	
}
#pro-article .tabs li a:after{
    position: absolute;
    top: 15px;
    right: 0;
    content: '|';
    color: #e6e6e6;
}
#pro-article .tabs li:last-child a:after{
	display:none;
}
#tabs_container .tab_content{
    padding: 30px 0;	
}
#products .entitle{
	width:100%;
    margin-bottom: 50px;
    margin-top: 90px;
}
#products .entitle h2{
    line-height: 120%;
    background: #e6fff0;
    padding: 20px 25px;
    color: #4a9e6c;
    font-weight: normal;
	text-align: center;	
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
}
@media screen and (max-width:1440px){
	#products li .pbox-set .detail h2{
	    margin: 0px 0 5px;	
	}
	#products li .pbox-set .detail h2 a{
		font-size:17px;
	}
}
@media screen and (max-width:1280px){
	#products li .pbox-set .photo{
		width:100%;
	}
	#products li .pbox-set .detail{
	}
	#products li .pbox-set .detail .more{
	    position: inherit;
		bottom: 0;
		margin-top: 15px;
	}
	#products-detail .sub-pro-img{
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	#products-detail .txt-set{
		width:100%;
	}
	.orderstyleSet .ask a{
	    height: 50px;
		line-height: 50px;	
	}
	.orderstyleSet .ask a b{
		top:10px;
	}
}
@media screen and (max-width:980px){
	#products li {
    width: calc(100%/3);
}
}
@media screen and (max-width:640px){
	#products-detail .txt-set .product-txt{
		padding:20px;
	}
}
@media screen and (max-width:480px){
	#products li{
		float:left;
		width: 50%;
	}
	#products li .pbox-set .detail span,
	#products li .pbox-set .detail .more a,
	#products li .pbox-set .detail .price span.money-sale{
		font-size:7pt;
	}
	#products li .pbox-set .detail h2{
		margin: 5px 0 10px;
		height: 48px;
		white-space: inherit;
	}
	#products li .pbox-set .detail h2 a{
		font-size: 15px;	
		line-height: 100%;	
	}
	#products li .pbox-set .detail h3{
		display:none;
	}
	#products li >div{
	padding: 5px;
	}
	#products li .pbox-set .detail .price{
		display:none;
	}
	#pro-article .tabs li a{
	    padding: 8px 15px;	
	}
	#pro-article .tabs li a:after{
	    top: 8px;	
	}
	#pro-article{
		margin-bottom: 0px;
	}
}