header {
    position: relative;
}

header .fix_menu-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 5px 2px #eee;
    transition: 1.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

header .fix_menu-new img {
    display: block;
    width: 190px;
}

header .fix_menu-new ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    width: 48%;
    margin-left: 2%;
    padding: 20px 0;
}

header .moblie_menu-new {
    width: 100%;
    background: #fff;
}

header .moblie_menu-new {
    display: none;
}

header .moblie_menu-new .menu-link {
    float: left;
    margin-left: 5px;
}

header .moblie_menu-new .menu-link img {
    display: none;
}

header .moblie_menu-new .menu-link span {
    font-size: 15px;
    color: #fff;
    transform-origin: unset;
    float: unset;
    display: unset;
    width: unset;
    height: unset;
    background: unset;
}

header .fix_menu-new .menu-button {
    display: none;
}

header .top_menu {
    display: none;
}

.mobile-link-button {
    display: none;
}


.visible_body1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 999;
    transition: 1s;
}

.visible_body1 .body_confirm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 290px;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.visible_body1 .body_confirm .confirm_top p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: unset;
}

.visible_body1 .body_confirm .confirm_top p:nth-of-type(1) {
    color: #088dce;
    font-size: 20px;
    font-weight: bold;
}

.visible_body1 .body_confirm .confirm_top p:nth-of-type(2) {
    text-align: justify;
    line-height: 1.5em;
    margin-top: 10px;
}

.visible_body1 .body_confirm .confirm_bottom {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
}

.visible_body1 .body_confirm .confirm_bottom span {
    padding: 10px 8px;
    border-radius: 5px;
    display: block;
    width: 80px;
    text-align: center;
    font-size: 15px;
}

.visible_body1 .body_confirm .confirm_bottom span:nth-of-type(1) {
    color: #00a6f7;
    background: #e4e4e4;
}

.visible_body1 .body_confirm .confirm_bottom span:nth-of-type(2) {
    color: white;
    background: #00a6f7;
}

.visible_body1 .body_confirm .confirm_bottom .button-book {
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
}

.visible_body1 .body_confirm .confirm_bottom .button-false {
    width: 80px;
    background: #eaeaea;
    color: #a0a0a0;
}

.visible_body1 .body_confirm .confirm_bottom .button-true {
    display: block;
    width: 120px;
    background: #0283f9;
    color: #fff;
}

.wechatbook-button #wechat-cancel {
    background: #eaeaea;
    color: #a0a0a0;
}

.wechatbook-button #wechat-sure {
    background: #0283f9;
    margin-left: 15px;
    color: #fff;
}

.wechat-remind .process-gif {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.wechat-remind .wechatbook-icon {
    display: none;
}

.wechat-remind-mb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.wechat-remind {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #efefef;
    box-shadow: 0px 0px 5px 2px #eee;
    padding: 5% 2%;
    border-radius: 10px;
    text-align: center;
    width: 80%;
    background: #fff;
    z-index: 1000;
}

.wechat-remind h2 {
    font-size: 22px;
    margin-bottom: 6%;
    color: #0783f8;
}

.wechat-remind p {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
}

.wechatbook-button {
    text-align: center;
    margin-top: 30px;
}

.wechatbook-button button,
.wechatbook-button a {
    font-size: 16px;
    border: unset;
    outline: unset;
    padding: 12px 28px;
    border-radius: 5px;
}

@keyframes menutop {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: rotateZ(-45deg);
    }
}

@keyframes menumiddle {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }

    100% {
        transform: translateX(-30px);
        opacity: 0;
    }
}

@keyframes menubottom {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: rotateZ(45deg);
    }
}

@keyframes menutop_r {
    0% {
        transform: rotateZ(-45deg);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes menumiddle_r {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes menubottom_r {
    0% {
        transform: rotateZ(45deg);
    }

    100% {
        transform: translate(0, 0);
    }
}

@media screen and (max-width:1024px) {
    header .fix_menu-new ul {
        width: unset;
    }

    header .fix_menu-new ul li {
        padding-right: 8px;
    }
}

@media screen and (max-width:768px) {
    header .fix_menu-new {
        justify-content: space-between;
        padding: 1% 2%;
    }

    header .fix_menu-new ul {
        display: none;
    }

    header .fix_menu-new .menu-button {
        display: block;
    }

    header .fix_menu-new .menu-button span {
        display: block;
        width: 28px;
        height: 2px;
        background: #0078FF;
        border-radius: 5px;
    }

    header .fix_menu-new .menu-button span:nth-child(1) {
        transform-origin: center right;
    }

    header .fix_menu-new .menu-button span:nth-child(2) {
        margin: 8px 0;
    }

    header .fix_menu-new .menu-button span:nth-child(3) {
        transform-origin: center right;
    }

    header .top_menu {
        position: fixed;
        display: none;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: #4688af;
        z-index: 998;
    }

    .top_menu>img {
        position: absolute;
        top: 9px;
        left: 6px;
        width: 167px;
    }

    header .top_menu ul {
        padding-top: 120px;
    }

    header .top_menu ul li {
        font-size: 22px;
        text-align: center;
        color: #fff;
        transition: 1s;
    }

    header .top_menu ul li:not(:nth-of-type(1)) {
        margin-top: 7%;
    }

    header .top_menu .top_logo {
        width: 250px;
        margin: 10% auto 0;
    }

    header .top_menu .top_logo img {
        width: 100%;
    }

    .mobile-link-button {
        display: flex;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 997;
        background-color: #fff;
        padding: 2px 0;
        box-shadow: 0 0 12px 2px #eee;
    }

    .mobile-link-button .book-button:nth-of-type(1),
    .mobile-link-button .book-button:nth-of-type(2) {
        width: 25%;
    }

    .mobile-link-button .book-button:nth-of-type(3) {
        width: 50%;
    }

    .mobile-link-button .book-button:nth-of-type(2) {
        position: relative;
    }

    .mobile-link-button .book-button:nth-of-type(2)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 2px;
        height: 36px;
        background-color: #4d84a3;
    }

    .mobile-link-button .book-button:nth-of-type(2)::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 2px;
        height: 36px;
        background-color: #4d84a3;
    }

    .mobile-link-button .phonebook,
    .mobile-link-button .whatsappbook {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 16px;
        text-align: center;
    }

    .mobile-link-button .phonebook img,
    .mobile-link-button .whatsappbook img {
        width: 35px;
        aspect-ratio: 1/1;
    }

    .mobile-link-button .phonebook span,
    .mobile-link-button .whatsappbook span {
        font-size: 14px;
        font-weight: bold;
        width: 100%;
    }

    .mobile-link-button .wechatbook {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-link-button .wechatbook img {
        width: 50px;
        aspect-ratio: 1/1;
    }

    .mobile-link-button .wechatbook span {
        font-size: 16px;
        font-weight: bold;
        margin-left: 5px;
        margin-top: 21px;
    }

}