#pagenav{
    margin-bottom: 50px;
}
#pagenav a b{
    background: #00aebb;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}
.roomlist{
	overflow:hidden;
}
.roomlist li{
	overflow:hidden;
    width: 48%;
    float: left;
	margin-bottom:20px;
	position:relative;
}
.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: contain;
	background-color: #f7f7f7;
}
.roomlist li .photo img{
	width:100%;
}
.roomlist li .p-info{
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    padding: 30px;
    color: #fff;
    overflow: hidden;
    transition:all linear 0.3s;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.4) 100%);
}
.roomlist li .p-info h3{
    margin-bottom: 25px;
}
.roomlist li .p-info h3 a{
    color: #fff;
    font-size: 18px;
    line-height: 130%;
    display: block;
}
.roomlist li .p-info .describe{line-height: 140%;overflow: hidden;height: 42px;}
.roomlist li .p-info .price{
    overflow: hidden;
}
.roomlist li .p-info .price span{
    float: right;
}
.roomlist li .p-info .price span.old{
    float: left;
    text-decoration: line-through;
    color: #cdcdcd;
    font-size: 12px;
}
.roomlist li .p-info .price span b{
    margin: 0 0 0 5px;
    font-size: 24px;
}
.roomlist li .p-info .price span.old b{
    font-size: 12px;
    margin: 0;
}
#products-album{ margin-bottom:70px;}
#products-album .sub-pro-img p{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color: #f3f3f3;}
#products-album .sub-pro-img p a{display:block;}
#products-album .sub-pro-img p a img{width:100%;}
.prod-art .product-article{
	margin:30px 0;
	color:#363736;
    border-bottom: 1px solid #cccccc;
}
.prod-art .product-article .prodInfo{
}
.prod-art .product-article .prodInfo h2{font-size: 17px;color: #4b4b4b;}
.prod-art .product-article .prodInfo h4{font-size: 15px;font-weight: normal;color: #666666;margin-bottom: 10px;}
.prod-art .product-article .prodInfo .introduce{overflow: hidden;margin-bottom: 30px;}
.prod-art .product-article .prodInfo .introduce p{font-size: 28px;font-family: 'Righteous', cursive;font-weight: normal;color: #259997;line-height: 120%;text-align: left;}
.prod-art .product-article .prodInfo .introduce h3{font-size: 15px;font-weight: normal;color: #606060;line-height: 140%;}
.prod-art .product-article .prodInfo .price{
}
.prod-art .product-article .prodInfo .price span{font-weight: bold;}
.prod-art .product-article .prodInfo .price span.money-sale{text-decoration: line-through;font-size: 14px;color: #7a7a7a;}
.prod-art .product-article .prodInfo .price span b{font-size: 30px;margin-left: 10px;line-height: 150%;color: #ec3a3a;}
.prod-art .product-article .prodInfo .introduce .Specification{color: #606060; overflow:hidden;margin: 15px 0 0;}
.prod-art #pro-article .tabs{
	padding-bottom: 10px;
}
.prod-art #pro-article .tabs >li{
    padding: 4px 15px;
    display: block;
    position: relative;
    border: 1px solid #0d8583;
    background: #0c8885;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	float: left;
}
.prod-art #pro-article .tabs li.active{
    background: #20562c;
    border: 1px solid #20562c;
}
.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: #20562c transparent transparent transparent;
    left: 48%;
    bottom: -9px;	
}
.prod-art .product-article .prodInfo p{
	color: #444;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
}
.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/08/room-art-top.png),url(/images/08/room-art-bottom.png);
	background-repeat:no-repeat;
	background-position:0 0,100% 100%;
	background-color:rgba(255,255,255,0.7);
	padding: 20px 0;
	font-size: 17px;
}
.orderfunction{
	margin-top: 0;
	text-align: right;
}
.orderfunction .aday{
	display:inline-block;
}
.orderfunction .aday p{
	color:#00aebb;
	font-size:13px;
	display: inline-block;
	margin-left: 10px;
}
.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:#00aebb;
}
.waylinks .pon li:last-child{ display:none;}
@media screen and (min-width: 1181px) {
	.roomlist li .p-info{
		position: absolute;
		left: 0;
		top: calc(100% - 80px);
	}
	.roomlist li:hover .p-info{
		top: 0;
	}
	.roomlist li .p-info h3{max-height: 46px;overflow: hidden;}
	.roomlist li .p-info h3 a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		transition:all linear 0.3s;
	}
	.roomlist li:hover .p-info h3 a{text-overflow: inherit;white-space: inherit;}
	.roomlist li .p-info .price{
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100% - 60px);
		padding: 30px;
		margin: 0;
	}
}
@media screen and (max-width: 1180px) {
	.roomlist li{width: 100%;}
	.roomlist li .p-info .describe{ height:auto;max-height: 42px;}	
}
@media screen and (max-width: 640px) {
	.roomlist li h3 a,
	.roomlist h4 a{
		font-size:14px;
	}
}

@media screen and (max-width: 480px) {
	.roomlist li h3 a,
	.roomlist h4 a{
		font-size:14px;
	}
	.roomlist li .p-info h3{margin-bottom: 10px;}
	.roomlist li .p-info{width: calc(100% - 30px);padding: 15px;}
	.roomlist li .p-info .price span{margin-top: 15px;}
	.prod-art .product-article .prodInfo .introduce p{font-size: 20px;}
}
