.rooms-list {
    margin: 0 -20px;
}

.rooms-list .item {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 50px;
}

.rooms-list .item a {
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0px 0px 6px rgba(20%, 20%, 40%, 0.2);
    max-width: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rooms-list .pic {
    overflow: hidden;
    position: relative;
}

.rooms-list .item a:hover .pic img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rooms-list .item a .pic:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../../images/common/index/room_cover.png)center 70px no-repeat, rgba(0, 0, 0, 0);
   color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
}

.rooms-list .item a:hover .pic:after {
    background: url(../../images/common/index/room_cover_.png)center no-repeat, rgba(197, 222, 131, 0.69);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.rooms-list .name {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    background: rgba(38, 56, 44, 0.89);
    color: #FFF;
    padding: 4px 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
}

.rooms-list .txt:after {
    content: '';
    display: block;
    clear: both;
}

.rooms-list .txt .price {
   width: calc(100% / 3);
    float: left;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
}

.rooms-list .txt .title {
    display: block;
    border-bottom: 1px dotted #8C4600;
    padding: 0 0 5px;
    margin-bottom: 10px;
}

.rooms-list .txt .price1{
    color: #7B9C45;
}
.rooms-list .txt .price2{
    color: #26382C;
    background: #C5DE83;
}
.rooms-list .txt .price3{
    color: #ffffff;
    background: #3BBDB1;
}


.gallery {
    margin-top: -40px;
    position: relative;
}

.gallery .stage {
    max-width: 996px;
    margin: 0 auto;
}

.slider-nav {
    display: none;
}

.gallery .thumbnails {
    position: absolute;
    top: 50%;
    width: 100%;
}

.gallery-control {
    width: 100%;
    position: relative;
}

.gallery .gallery-control {
    opacity: 0;
}

.gallery:hover .gallery-control {
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.stage .slick-prev,
.stage .slick-next {
    width: 50px;
    height: 59px;
    display: inline-block;
    background: url(../../images/common/rooms/control.png)no-repeat;
    position: absolute;
    opacity: 0.5;
    border: none;
    text-indent: -5000px;
    top: 50%;
    z-index: 1;
}

.stage .slick-prev {
    background-position: top left;
    left: -60px;
}

.stage .slick-next {
    background-position: top right;
    right: -60px;
}

.stage button:hover {
    opacity: 1;
}

.slick-item + .slick-item {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.rooms-detail {
    max-width: 996px;
    margin: 0 auto;
}

.rooms-detail h1.name {
    font-family: "Times New Roman", "å¾®è»Ÿæ­£é»‘é«”", Times, serif;
    font-size: 25px;
    color: #444;
    line-height: 1.2;
    margin: 30px -25px 20px;
    padding: 0 25px 0 70px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.rooms-detail h1.name:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../images/common/main_title_icon.png)no-repeat;
    vertical-align: top;
    margin-right: 20px;
}

.rooms-header .price:after {
    content: '';
    display: block;
    clear: both;
}

.rooms-detail .price {
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px solid #D6C8BF;
    border-bottom: 1px solid #D6C8BF;
}

.rooms-detail .price span {
    width: calc((100% / 3) - 0.1px);
    display: inline-block;
    margin: 0 -4px 0 0;
    text-align: center;
    padding: 5px 0;
}

.rooms-detail .price span i:before {
    content: '｜';
    display: inline-block;
    margin: 0 5px;
    opacity: 0.3;
    font-style: normal;
}

.rooms-detail .price span.c1 {
    color: #666;
}

.rooms-detail .price span.c2 {
    background: #C5DE83;
    color: #26382C;
}

.rooms-detail .price span.c3 {
     background: #3BBDB1;
    color: #ffffff;
}

.rooms-detail .price span.c4 {
    background: #FFE599;
    color: #000;
}

.rooms-detail .price span.c5 {
    background: #FFCFBF;
    color: #000;
}

@media screen and (max-width: 1500px) {
    .stage .slick-prev,
    .stage .slick-next {
        top: 50%;
        margin-top: -25px;
    }
    .stage .slick-prev {
        left: 0;
    }
    .stage .slick-next {
        right: 0;
    }
}

@media screen and (max-width: 1460px) {
    .rooms-list {
        margin: 0 auto;
    }
    .rooms-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 740px) {
    .rooms-list .item {
        width: 100%;
    }
    .rooms-detail .price {
        border: 0;
    }
    .rooms-detail .price span {
        width: 100%;
        display: block;
        float: none;
    }
    .rooms-detail .rooms-header .price span {
        border-bottom: 1px solid #fff;
    }
}

@media screen and (max-width: 600px) {
    .rooms-detail h1.name {
        padding: 0 25px;
    }
    .rooms-detail h1.name:before {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .rooms-list .txt .price {
        float: none;
        width: calc(100%);
    }
    .rooms-list .item {
        padding: 0;
    }
    .stage .slick-prev,
    .stage .slick-next {
        display: none !important;
    }
}

@media screen and (max-width: 350px) {
    .rooms-list .txt .title {
        float: none;
        display: block;
        border-right: none;
        border-bottom: 1px dotted #8C4600;
        margin-bottom: 10px;
        padding: 0 20px 5px;
    }
}
