@charset "UTF-8";
/* 202309062135 */

/* 手机预约 */

.booking {
    position: fixed;
    display: flex;
    z-index: 13;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.booking.hide {
    display: none;
}

body>.magnify{
    transform: scale(1.5);
}

.booking > .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60rem;
    height: 41rem;
    background-image: url("../images/booking-bg.png");
    background-repeat: repeat-x;
    background-size: auto 41rem;
    font-size: 1rem;
    color: #ffffff;
}

.booking > .content > div {
    display: flex;
    align-items: flex-end;
}

.booking > .content > .title {
    height: 19%;
    width: 100%;
}

.booking > .content > .title > .content {
    justify-content: flex-end;
}

.booking > .content > .title > .content > .down {
    height: 2.7rem;
    width: 2.7rem;
    background-image: url("../images/booking-down.png");
    background-repeat: repeat-x;
    background-size: auto 2.7rem;
    cursor: pointer;
}

.booking > .content > .title > .content > .down:hover {
    transform: scale(0.85);
}

.booking > .content > .time {
    height: 17%;
    width: 100%;
}

.booking > .content > .time > .content {
    justify-content: center;
}

.booking > .content > .time > .content > span {
    padding-left: 11rem;
}

.booking > .content > .name {
    height: 11.5%;
    width: 100%;
}

.booking > .content > .name > .content {
    padding-left: 5.5rem;
    justify-content: center;
}

.booking > .content > .name > .content > span:first-child {
    padding-left: 0.5rem;
    color: #000000;
    display: flex;
    align-items: center;
    text-shadow: -0.05rem -0.05rem 0 white, 0.05rem -0.05rem 0 white, -0.05rem 0.05rem 0 white, 0.05rem 0.05rem 0 white;
    width: 13%;
}

.booking > .content > .name > .content > span:nth-child(2) {
    height: 2rem;
    width: 36%;
}

.booking > .content > .name > .content > span > input {
    font-size: 0.8rem;
    height: 2rem;
    width: 100%;
    text-indent: 0.5rem;
}

.booking > .content > .captcha {
    height: 9%;
    width: 100%;
}

.booking > .content > .captcha > .content {
    padding-left: 5.5rem;
    justify-content: center;
}

.booking > .content > .captcha > .content > span:first-child {
    padding-left: 0.5rem;
    color: #000000;
    display: flex;
    align-items: center;
    text-shadow: -0.05rem -0.05rem 0 white, 0.05rem -0.05rem 0 white, -0.05rem 0.05rem 0 white, 0.05rem 0.05rem 0 white;
    width: 13%;
}

.booking > .content > .captcha > .content > span:nth-child(2) {
    height: 2rem;
    width: 18%;
}

.booking > .content > .captcha > .content > span:nth-child(3) {
    line-height: 2rem;
    height: 2rem;
    width: 18%;
    padding-left: 0.5rem;
}

.booking > .content > .captcha > .content > span > button {
    font-size: 0.8rem;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    background-color: #2c2179;
    border: solid #FFE34BFF 0.1rem;
    cursor: pointer;
}

.booking > .content > .captcha > .content > span > button:hover {
    transform: scale(0.95);
}

.booking > .content > .captcha > .content > span > .forbid {
    color: #d7d7d7;
    background-color: #6b6877;
}

.booking > .content > .captcha > .content > span > .forbid:hover {
    transform: none;
}

.booking > .content > .captcha > .content > span > input {
    font-size: 0.8rem;
    height: 2rem;
    width: 100%;
    text-indent: 0.5rem;
}

.booking > .content > .bookingBtn {
    height: 9%;
    width: 100%;
}

.booking > .content > .bookingBtn > .content {
    padding-left: 11rem;
    height: 66%;
    justify-content: center;
}

.booking > .content > .bookingBtn > .content > .bookingBtn {
    width: 29.5%;
    background-image: url("../images/booking-btn.png");
    background-repeat: repeat-x;
    background-size: auto 2.43rem;
    cursor: pointer;
}

.booking > .content > .bookingBtn > .content > .bookingBtn:hover {
    transform: scale(0.95);
}

.booking > .content > .inquire {
    height: 10%;
    width: 100%;
}

.booking > .content > .inquire > .content {
    padding-left: 12rem;
    text-shadow: -0.05rem -0.05rem 0 white, 0.05rem -0.05rem 0 white, -0.05rem 0.05rem 0 white, 0.05rem 0.05rem 0 white;
    justify-content: center;
}

.booking > .content > .inquire > .content > span > a {
    color: #000000;
}

.booking > .content > div > div {
    display: flex;
    margin: 0 auto;
    width: 80%;
}
