.hotel-reservation {
    width: 100%;
    background-color: #C9B081;
    height: 160px;
}

@media (min-width: 1265px) {
    .reservation {
        width: 1265px;
        height: 100%;
        margin: 0 auto;
    }

    .product-list {
        width: 1265px;
        margin: 0 auto;
    }

}

@media (max-width: 1265px) {
    .reservation {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .product-list {
        width: 100%;
        margin: 0 auto;
    }
}

.reservation-con {
    width: 100%;
    height: 100%;
    padding-top: 65px;
    font-size: 16px;
    color: #fff;
    background-image: url('../images/reservation.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
}

.reservation-tit {
    display: flex;
    align-items: center;
    margin-left: 110px;
    line-height: 20px;
}

.reservation-tit .iconfont {
    font-size: 26px;
    margin-right: 14px;
}

.reservation-form .form-inline {
    width: 548px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 50px;
}

.reservation-form .form-group {
    color: #fff;
    font-weight: normal;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.reservation-form .form-group label {
    color: #fff;
    font-weight: normal;
}

.form-inline .form-control {
    color: #fff;
}

.form-inline .form-control {
    max-width: 136px;
    background: none !important;
}

.form-group .number-input {
    max-width: 76px;

}

.form-inline .btn-default {
    color: #fff;
    background: none;
}

/* 修改占位符颜色 */

input::input-placeholder {
    color: #fff;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19  */
    color: #fff !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10  */
    color: #fff !important;
}


/*  */
.reservation-tel {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 10%;
    margin-right: 10%;
}

.reservation-tel div a {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.reservation-tel .iconfont {
    font-size: 48px;
    margin-right: 10px;
}

@media (min-width:970px) and (max-width:1265px) {
    .hotel-reservation {
        height: auto;
        min-height: 160px;
    }

    .reservation-con {
        height: 100%;
        min-height: 160px;
        background-image: url('../images/form-bg_03.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }

    .reservation-tit {
        margin: 0;
    }

    .reservation-form .form-inline {
        margin-left: 0;
    }

    .reservation-tel {
        margin: 0;
    }

}

@media (max-width:970px) {
    .hotel-reservation {
        height: auto;
        min-height: 160px;
    }

    .reservation-con {
        height: 100%;
        min-height: 160px;
        padding: 20px 0;
        background-image: url('../images/form-bg_03.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
    }

    .reservation-form {
        margin: 20px 0;
    }

    .reservation-tit {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .reservation-tit .iconfont {
        display: none;
        font-size: 14px;
    }

    .reservation-form .form-inline {
        margin-left: 0;
    }

    .reservation-tel {
        margin: 0;
    }

}

@media (max-width:600px) {
    .reservation-form .form-inline {
        width: 100%;
        padding: 0 5%;
        align-items: center;
        flex-wrap: wrap;
    }

    .form-group {
        width: 48%;
        margin: 5px 1% 0;
    }

    .form-inline .form-control {
        width: 100%;
        max-width: 100%;
    }

    .form-group .btn {
        margin-top: 15px;
        width: 100%;
        margin-left: 50%;
    }
}


/* 产品列表 */
.product-list {
    padding: 43px 0;
}

.product-tit {
    width: 170px;
    height: 36px;
    margin: 0 auto;
    background: url('../images/tel_bg_03.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C69924;
    line-height: 36px;
    text-align: center;
}

.product-info {
    margin-top: 31px;
    padding-right: 65px;
}

.product>ul>li:nth-child(2n-1) .product-info {
    display: flex;
    align-items: flex-start;
}

.product>ul>li:nth-child(2n),
.product .recommend {
    background-image: url('../images/bg_02.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.product>ul>li:nth-child(2n) .product-info {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.product-info-left {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product>ul>li:nth-child(2n-1) .product-info-left {
    margin-right: 27px;
}

.product>ul>li:nth-child(2n) .product-info-left {
    margin-left: 27px;
}

.product-info-left-tit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
}

.product-info-left-con {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.product-info-left-more {
    align-self: end;
    width: 120px;
    height: 32px;
    margin-right: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    background: #AC0000;
    border: 1px solid #C13232;
}

.product-info-right img {
    width: 100%;
}

@media (min-width:970px) and (max-width:1265px) {
    .product-info {
        padding: 0 32px;
    }

}

@media (max-width:970px) {
    .product-info {
        padding: 0 10px;
    }

    .product-info-right {
        width: 50%;
    }


}

@media (max-width:768px) {

    .product-info {
        flex-direction: column !important;
    }

    .product-info-left {
        width: 100%;
        margin-left: 0 !important;
    }

    .product-info-right {
        margin-top: 10px;
        width: 100%;
    }


}

/* 轮播图 */
.product-list-swiper {
    padding-left: 10px;
    /* padding-right: 32px; */
}

.swiper {
    width: 95%;
    height: 100%;
    margin-top: 34px;
    overflow: hidden;
}

.swiper-slide {
    /* width: auto !important; */
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.product-swiper-img{
    width: 100%;
}
.swiper-slide img {
    width: 100%;
}

.product-swiper-tit {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #033333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-swiper-txt {
    width: 100%;
    margin-top: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-slide {
    padding: 17px 21px 34px 19px;
}

.product-swiper-btn {
    cursor: pointer;
    width: 121px;
    height: 30px;
    margin-top: 17px;
    background-image: url('../images/swiper-btn_03.png');
    background-position: center;
    background-size: cover;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C13232;
    line-height: 30px;
    text-align: center;
}

@media (max-width:970px) {
    .swiper {
        width: 95%;
        height: 100%;
        margin: 34px auto 0;
        overflow: hidden;
        
    }
    .product-list-swiper {
        padding-left:0px;
        /* padding-right: 32px; */
    }
}

@media (max-width:768px) {
    .swiper {
        width: 80%;
        height: 100%;
        margin: 34px auto 0;
        overflow: hidden;
        
    }
    .product-list-swiper {
        padding-left:0px;
        /* padding-right: 32px; */
    }
}