/* 入住须知 start*/

.ban_title {
    width: 26.97%;
    left: 36.515%;
    top: 22.415%;
}

.guide_box {
    margin: 5% auto;
}

.con_guide {
    display: flex;
    margin-bottom: 5%;
}

.con-left {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.con-left img {
    width: 35px;
    height: 35px;
}

.con_num {
    height: 35px;
    width: 35px;
    /* background: url(../images/guide/num_border.png) no-repeat;
    background-size: cover; */
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.con_right p {
    font-size: 18px;
    margin-top: 5px;
    line-height: 26px;
}


/* 入住须知 end*/


/* 便利服务 start */

.swiper-container2 .swiper-slide .server {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background: rgba(0, 0, 0, .5);
    padding-left: 20px;
}


/* 便利服务 end */


/* 常见问题 start*/

.problem {
    display: flex;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid #9c948a;
    cursor: default;
}

.problem div {
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}

.shou {
    width: 27px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.answer {
    padding: 10px 0 20px;
    background-color: #f1ebe2;
    border-bottom: 1px solid #9c948a;
    display: none;
    cursor: pointer;
}

.answer p {
    font-size: 14px;
    cursor: pointer;
    line-height: 50px;
}


/* 常见问题 end*/

@media (min-width: 1500px) {
    .con_right p {
        font-size: 20px;
        line-height: 40px;
        cursor: pointer;
        margin-left: 10px;
    }
    .problem div {
        font-size: 20px;
        cursor: pointer;
    }
    .answer p {
        font-size: 18px;
        line-height: 40px;
        cursor: pointer;
        margin-left: 10px;
    }
}

@media (min-width: 1350px) and (max-width: 1500px) {
    .con_right p {
        font-size: 18px;
        line-height: 40px;
        margin-left: 10px;
        cursor: pointer;
    }
    .problem div {
        font-size: 18px;
        cursor: pointer;
    }
    .answer p {
        font-size: 16px;
        line-height: 40px;
        cursor: pointer;
        margin-left: 10px;
    }
}