.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px}
/* iCheck plugin Flat skin, green
----------------------------------- */
.icheckbox_flat-green,
.iradio_flat-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-green {
    background-position: 0 0;
}
    .icheckbox_flat-green.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat-green.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-green.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-green {
    background-position: -88px 0;
}
    .iradio_flat-green.checked {
        background-position: -110px 0;
    }
    .iradio_flat-green.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-green.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-green,
    .iradio_flat-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}
/*@font-face {
    font-family: hya3gj85;
    src:url(/assets/web/fonts/hya3gj85.eot) format('embedded-opentype'),
        url(/assets/web/fonts/hya3gj85.otf) format('opentype'),
        url(/assets/web/fonts/hya3gj85.ttf) format('TrueType'),
        url(/assets/web/fonts/hya3gj85.woff) format('woff'),
        url(/assets/web/fonts/hya3gj85.woff2) format('woff2');
}
@font-face {
    font-family: hya3gj70;
    src:url(/assets/web/fonts/hya3gj70.eot) format('embedded-opentype'),
        url(/assets/web/fonts/hya3gj70.otf) format('opentype'),
        url(/assets/web/fonts/hya3gj70.ttf) format('TrueType'),
        url(/assets/web/fonts/hya3gj70.woff) format('woff'),
        url(/assets/web/fonts/hya3gj70.woff2) format('woff2');
}*/

.right_col {
/*    font-family: hya3gj85, serif;*/
    padding: 0 !important;
/*    background-image: url(/assets/web/images/bg.jpg?v=2023102001) !important;*/
    background-position: top center;
    background-size: 100% !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-color: #072324 !important;
}

img {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

.main-body {
/*    padding-bottom: 50px;*/
    width: 100%;
    min-height: 100vh;
}
.main-white {
    background: #fff;
}
.main-bg-other {
    background-image: url(/assets/web/images/bg-other.jpg) !important;
    background-position: bottom center;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.main-bg-hotel {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/web/images/bg-other.jpg) !important;
    background-position: bottom center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.main-bg-hotel2 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.main-overflow-hidden {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.main-body .row {
    margin-left: 0;
    margin-right: 0;
}

.text-default {
    color: #000;
}

.form-group {
/*    font-family: hya3gj85, serif;*/
    margin: 9px auto !important;
    padding: 9px 0;
    width: calc(100% - 90px);
    font-size: 12px;
    line-height: 32px;
/*    letter-spacing: 1px;*/
}
.form-group * {
    font-weight: normal;
}
.form-control {
    border-radius: 5px;
}

.my-form {
    position: relative;
}
.my-label {
    z-index: 3;
    position: absolute;
/*    top: 11px;*/
    top: 0;
    left: 10px;
    margin-bottom: 0;
/*    padding: 5px;*/
    line-height: 38px;
    font-weight: normal;
    transition: all 0.15s linear;
    transform-origin: 0 50%;
    color: #000;
}
.my-wrapper {
    position: relative;
    margin: 0;
/*    width: 170px;*/
    width: 100%;
    border: 2px solid #eee;
    border-radius: 4px;
    transition: all 0.5s linear;
    display: inline-block;
/*    float: right;*/
}
.my-input, .my-input-value {
    width: 100%;
    border: none;
    background: transparent;
    color: #333;
    border: 1px solid #fff;
    text-indent: 9px;
    border-radius: 10px;
}
.my-input-hover, .my-input-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.my-input-over {
    z-index: 1;
}
.my-error {
    width: 100%;
/*    float: right;*/
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    display: none;
}
.my-info {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    display: none;
}

.my-form.focus .my-label {
    color: #333;
    transform: translateY(-30px) scale(0.85);
}
.my-form.focus .my-wrapper {
    border: 2px solid #0c78c1;
}
.my-form.error .my-wrapper {
    border: 2px solid #ff0000;
}
.my-form.error .my-error {
    display: block;
    color: #ff0000;
}
.my-form.focus .my-info {
    display: block;
    color: #0c78c1;
}
.my-form.focus.error .my-info {
    display: none;
}

.btn-home {
    z-index: 2;
    position: fixed;
    top: 80vh;
    left: calc(100vw - 60px);
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    display: none;
    background-image: url(/assets/web/images/icon-back.png);
    background-size: cover;
}

/* index */
.icon {
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.icon-user {
    background-image: url(/assets/web/images/icon-user.png);
}
.icon-qrcode {
    background-image: url(/assets/web/images/icon-qrcode.png);
}
.icon-calendar {
    background-image: url(/assets/web/images/icon-calendar.png);
}
.icon-hotel {
    background-image: url(/assets/web/images/icon-hotel.png);
}
.icon-policy {
    background-image: url(/assets/web/images/icon-policy.png);
}
.icon-contactus {
    background-image: url(/assets/web/images/icon-contactus.png);
}
.icon-flight {
    background-image: url(/assets/web/images/icon-flight.png);
}
.icon-traffic {
    background-image: url(/assets/web/images/icon-traffic.png);
}
.text-white {
    color: #fff;
}

/* register */
.banner {
    margin-bottom: 20px;
    width: 100%;
}

.register-success {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.strange-wrapper {
    margin-top: 20px;
    width: 140px;
    height: 140px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.policy {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: all 0.2s linear;
    transform: translateY(100vh);
}
.policy-header {
    position: relative;
    padding: 15px 0;
    width: 100%;
    background: #ddd;
    text-align: center;
}
.policy-body {
    width: 100%;
    height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.btn-hide-agreement {
    position: absolute;
    top: 12px;
    right: 15px;
}

.btn-sizes {
    z-index: 1;
    position: absolute;
    top: -2px;
    right: 10px;
    font-size: 28px;
    color: red;
}

.my-popup {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.my-popup img {
    width: 90vw;
}
.btn-sizes-close {
    margin-top: 30px;
    width: 100px;
    border-radius: 10px;
}

/* qrcode  */
.qrcode-wrapper {
    width: 230px;
    height: 230px;
}

/* calendar */
.full-image {
    width: 100%;
}

/* hotels */
.hotel2 {
    position: relative;
    overflow: hidden;
}
.hotel2-btn {
    position: absolute;
    bottom: 35px;
    left: 13%;
    width: 80%;
    height: 25px;
}

/* policy */
.policy1-btn {
    position: absolute;
    bottom: 55px;
    left: 10%;
    width: 60%;
    height: 18px;
}

.blank {
    z-index: 100;
    width: 100%;
    height: 1000px;
}

/* bmw202301 */
.mybtn {
/*    font-family: hya3gj70, serif;*/
    width: 162px;
    line-height: 39px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 39.08px;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 5px;
    color: #fff;
}

.mytitle {
/*    font-family: hya3gj85, serif;*/
    font-size: 38px;
    line-height: 1em;
    letter-spacing: 10px;
}

.mytext-blue {
    color: #00a0e9;
}

.my-radio-label {
    display: flex;
    align-items: center;
}
.my-radio {
    margin-left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: inline-block;
}
.my-radio.selected {
    border: 1px solid #00a0e9;
}
.my-radio.selected::after {
    content: '';
    margin: 1px;
    width: 11px;
    height: 11px;
    background-color: #00a0e9;
    display: block;
    border-radius: 3px;
}

.selector-icon {
    position: absolute;
    top: 6px;
    right: 8px;
    color: #fff;
    opacity: 0.5;
    font-size: 1.3em;
}

.dealer-title {
    margin: 40px auto 0 auto;
    width: 265px;
    height: 16px;
    background-image: url(/assets/web/images/text-bg.png);
    background-size: cover;
/*    font-family: hya3gj85, serifs;*/
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

.form-group2 {
/*    font-family: hya3gj85, serif;*/
    margin: 17px auto 0 auto !important;
    padding-left: 13px;
    width: calc(100% - 140px);
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #fff;
}

.qa {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.qa-mybtn {
    z-index: 1;
    position: absolute;
    bottom: 5.55vh;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.qa-mybtn2 {
    margin: 4.7vh auto;
    display: block;
}

.qa-title {
    margin: 0 auto;
    padding-top: 22.38vh;
/*    font-family: hya3gj85, serif;*/
    font-size: 22.5px;
    line-height: 35px;
    color: #00a0e9;
    width: fit-content;
}
.qa-content {
    margin-top: 26.9vh;
/*    font-family: hya3gj85, serif;*/
    font-size: 12.5px;
    line-height: 22.5px;
    color: #fff;
    width: fit-content;
}

.qa-question {
    margin-left: 58px;
    padding-top: 10vh;
}

.qa-answer {
    margin-top: 23px;
    margin-left: 17vw;
    color: #fff;
    font-size: 14px;
    line-height: 29px;
}
.qa-answer-option {
    width: 7vw;
/*    font-family: hya3gj, serif;*/
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    transform-origin: right bottom;
    transform: skewY(22.86deg);
}
.qa-answer-content {
    margin-left: -6px;
    width: 54.66vw;
    text-indent: 12.66vw;
    border: 1px solid #fff;
    display: inline-block;
}
.qa-answer.selected {
    color: #009fe7;
}
.qa-answer.selected .qa-answer-option {
    border-top: 1px solid #009fe7;
    border-bottom: 1px solid #009fe7;
    border-left: 1px solid #009fe7;
}
.qa-answer.selected .qa-answer-content {
    border: 1px solid #009fe7;
}

.qa-tips {
    position: absolute;
    left: 0;
    bottom: 14.5vh;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #009fe7;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.qa-answer-title {
    padding-top: 7.1vh;
    margin-left: 10.13vw;
    position: relative;
    color: #009fe8;
}
.qa-first-word {
/*    font-family: hya3gj70, serif;*/
    font-size: 96px;
    line-height: 96px;
}
.qa-answer-subtitle {
    position: absolute;
    bottom: 2px;
    left: 96px;
    font-size: 19px;
    line-height: 25px;
    color: #fff;
}

.qa-answer-text {
    margin-left: 10.8vw;
    width: 79.8vw;
    font-size: 13px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.7);
    text-align: justify;
    text-align-last: left;
}
.qa-answer-text span {
    color: #009fe8;
}

.qa1-question {
    padding-bottom: 15px;
    width: 63.07vw;
}
.qa2-question {
    padding-bottom: 15px;
    width: 63.33vw;
}

.qa1-answer-img {
    margin: 17px 0 64px 0;
    width: 87.87vw;
}
.qa2-answer-img {
    margin: 59px 0 62px 0;
    width: 100vw;
}
.qa3-answer-img {
    margin: 19px 0 18px 0;
    width: 100vw;
}
.qa4-answer-img {
    margin: 49px 0 18px 0;
    width: 100vw;
}

.gift-wrapper {
    padding-top: 22.58vh;
}
.gift-bg {
    position: relative;
    margin: 0 auto;
    width: 64.4vw;
    height: 90.8vw;
    background-color: #fff;
    border-radius: 10px;
}
.gift-title {
    width: 100%;
    font-size: 17px;
    line-height: 73px;
    color: #000;
    text-align: center;
}
.gift-title span {
    font-size: 26px;
    color: #009fe7;
}
.gift-line {
    margin-top: -5px;
    margin-left: 4.5%;
    width: 91%;
    height: 5px;
    background-position: bottom;
    background-size: 12px 4px;
    background-repeat: repeat-x;
    background-image: radial-gradient(circle, black 1px, white 2px);
}
.gift-bg::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 58px;
    left: -8px;
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 9px;
}
.gift-bg::after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 58px;
    right: -8px;
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 9px;
}

.gift {
    width: 100%;
    height: calc(100% - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gift-qrcode-wrapper {
    text-align: center;
}
.gift-qrcode {
    margin-bottom: 31px;
    width: 35vw;
    height: 35vw;
}
.gift-name {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    text-align: center;
}

.gift-text1 {
    margin-top: 17.42vh;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}
.gift-text2 {
    margin: 15px auto 17.42vh auto;
    width: 102px;
    height: 20px;
    background-image: url(/assets/web/images/text-bg2.png);
    background-size: cover;
/*    font-family: hya3gj85, serifs;*/
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
}






