.roomlist{
	overflow:hidden;
}
.roomlist li{
	overflow:hidden;
    width: 48%;
    float: left;
	margin-bottom:20px;
}
.roomlist li:nth-child(2n){
    float: right;
}
.roomlist li .roominfo{
	position:relative;
}
.roomlist li .photo{
	display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.roomlist li h3{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25,25,25,0.6);
	background-image:url(/images/36/index-room-leaf.png);
	background-repeat:no-repeat;
	background-position:50% 43%;
	opacity: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-size: 60px;
}
.roomlist li:hover h3{
	opacity: 1;
}
.roomlist li h3 a{
	color: #fff;
    font-weight: normal;
    font-size: 20px;
    display: block;
    width: 80%;
    text-align: center;
    padding-top: 35%;
    padding-bottom: 35%;
    margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.roomlist h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:center;
	margin: 10px 0;
	clear:both;
}
.roomlist h4 a{
	font-size:18px;
	color:#20562c;
	font-weight:normal;
}
.prod-art .product-article{
	margin:30px 0;
	color:#363736;
    border-bottom: 1px solid #cccccc;
}
.prod-art #pro-article .tabs{
	padding-bottom: 10px;
}
.prod-art #pro-article .tabs >li{
    padding: 4px 15px;
    display: block;
    position: relative;
    border: 1px solid #d0661f;
    background: #d0661f;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	float: left;
}
.prod-art #pro-article .tabs li.active{
    background: #f18b48;
    border: 1px solid #f18b48;
}
.prod-art #pro-article .tabs >li a{
	color:#fff;
}
.prod-art #pro-article .tabs li.active:after{
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 4px 0 4px;
    border-color: #f18b48 transparent transparent transparent;
    left: 48%;
    bottom: -9px;	
}
.prod-art #pro-article .tabs >li a{
}
.prod-art .product-article .prodInfo p{
	color: #444;
    font-size: 16px;
    line-height: 180%;
}
.prod-art .product-article .prodInfo .ask{
	text-align: right;
}
.prod-art .product-article .prodInfo .ask a img{
    height: 36px;
}
#tabs_container{
	background-image:url(/images/36/room-art-top.png),url(/images/36/room-art-bottom.png);
	background-repeat:no-repeat;
	background-position:0 0,100% 100%;
	background-color:rgba(255,255,255,0.7);
	padding: 20px;
}
.orderfunction{
	margin-top: 50px;
}
.orderfunction .aday{
	display:inline-block;
}
.orderfunction .aday p{
	color:#00aebb;
	font-size:13px;
	display: inline-block;
	margin-right:15px;
}
.orderfunction .aday p.bi{
	color:#706e69;
	font-size:12px;
	width: auto;
}
.orderfunction .aday p.bi b{
	color:#00aebb;
	font-size:16px;
	margin-left: 5px;
}
.orderfunction .aday p.bi b input[type="number"]{
	border: 1px solid #dcdcdc;
    width: 50px;
    text-align: center;
}
.orderfunction .aday p input[type="button"]{
	background: #00aebb;
    color: #fff;
	padding: 5px 15px;
    border-radius: 10px;
    line-height: 100%;
	cursor:pointer;
}

.ask{
	margin: 10px 0;
	text-align: right;
}
.ask a{
	color:#fff;
	display:inline-block;
	text-align:center;	
	font-size:14px;
    padding: 7px 15px;
	background:#96a860;
}
.ask a.shopee{
	background: #ff5722;
    width: 80px;
}
#gallery{
}
#gallery .slick-slide{background-repeat: no-repeat;background-position: 50% 50%;background-size: contain;background-color: #282828;}
#gallery a{
	display:block;
}
#gallery a img{
	    width: 100%;
}
.slider-nav{
}
.slider-nav div{background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-color: #282828;}
@media screen and (max-width: 640px) {
	.roomlist li h3 a,
	.roomlist h4 a{
		font-size:14px;
	}
	.roomlist li{
	    width: 49%;	
	}
}
