.booknow_box{
    height: 100%;
    width: 100%;
}
.booknow_box_img1{
    display: block;
    width: 100%;
    min-width: 1682px;
    /* margin: 0 auto; */
}
.booknow_box_content{
    margin: 10px auto;
    width: 100%;
    min-width: 1682px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 1px;
}
.booknow_box_content li{
    width: 968px;
    margin: 30px auto;
    height: 730px;
    /* background-color: aqua; */
    display: flex;
    justify-content: space-between;
    position: relative;
}
.booknow_box_content li .content{
    width: 100%;
    height: 145px;
    position: absolute;
    /* background: #ccc; */
    bottom: 32px;
    left: 0;
    box-sizing: border-box;
    padding: 30px 50px;
    letter-spacing: 2px;
}
.booknow_box_content li .content p{
    font-size: 35px;
    font-weight: 300;
}
.booknow_box_content li .content span{
    float:right;
}
.booknow_box_content li .content h1{
    font-weight: 600;
    line-height: 50px;
}
.booknow_box_content li .content span{
    width: 240px;
    height: 50px;
    color: #fff;
    background-image: url(../images/booknow/phone.png);
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}
.booknow_box_content li .last_li_content{
    width: 790px;
    height: 760px;
    /* background-color: #ccc; */
    position: absolute;
    top: 110px;
    left: 75px;
    letter-spacing: 4px;
}
.last_li_content h1{
    font-size: 35px;
    font-weight: 300;
    color: #ddb086;
    line-height: 80px;
}
.last_li_content p{
    font-size: 25px;
    line-height: 40px;
}
.last_li_content p{
    color: #f9d4b2;
}
.last_li_content_span1{
    color: #ddb086;
    line-height: 30px; 
    font-size: 15px;
}
.last_li_content_span2{
    display: block;
    margin-top: 200px;
    line-height: 34px;
}

display: block;
    margin-top: 200px;
    line-height: 34px;


