* {
    box-sizing: border-box !important;
}

body {
    max-width: 415px;
    margin: 0 auto;
}

.toast_box {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1100;
    margin-left: -50%;
    justify-content: center;
    display: none;
    -webkit-animation: show-toast 0.1s infinite;
    animation: show-toast 0.1s infinite;
    animation-iteration-count: 1;
    pointer-events: none
}

.toast_box p {
    box-sizing: border-box;
    padding: 0.7rem 0.5rem;
    max-width: 72%;
    width: max-content;
    background: rgba(0, 0, 0, .6);
    color: #FFF;
    font-size: 0.82rem;
    text-align: center;
    border-radius: 0.2rem;
}

.loading2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 9;
}

.loading2 .content {
    position: fixed;
    top: 40%;
    left: 48%;
    text-align: center;
    width: 3.800000rem;
    height: 3.280000rem;
    line-height: 3.280000rem;
    vertical-align: middle;
    margin-left: -1.600000rem;
    margin-top: -0.640000rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0.306667rem;
    color: #fff;
    font-size: 0.926667rem;
}

.loading2 .icon {
    display: inline-block;
    width: 1.853333rem;
    height: 2.280000rem;
    line-height: 1.280000rem;
    background-image: url('https://static.wi-fi.cn/omc/202106/e33b51188f79799ae5ca5df0665483a7c8402bab.gif');
    background-size: 1.853333rem 1.853333rem;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}

.protocol-modal-body {
    background-color: #ffffff;
    border-radius: 8px;
    width: 90%;
    position: relative;
    overflow: hidden;
}

.protocol-modal-content {
    max-height: 60vh;
    overflow: auto;
    font-size: 14px;
}

.protocol-modal-content img {
    width: 100%;
    display: block;
}

.protocol-modal-count {
    color: #ffffff;
    margin-top: 20px;
}

.protocol-modal-btn {
    margin-top: 20px;
    height: 30px;
    width: 30px;
}

#protocol-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1010;
}

.scroll_tips .scroll_box .scroll_item {
    line-height: 1.5rem;
    text-align: center;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .44);
    padding: 0.25rem 0.4rem;
    color: #fff;
    font-size: 1rem;
    margin-right: 0.5rem;
    letter-spacing: 1px;
}

.scroll_tips {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: -1.0rem;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.scroll_tips .scroll_box {
    width: max-content;
}

.form-box {
    width: 100%;
    position: relative;
}

.form-box .phone-box {
    width: 100%;
    position: relative;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
    font-size: 1rem
}

.form-box .msg-box .get-flow-code {
    position: absolute;
    right: 0.7rem;
}

.form-box .msg-box .get-flow-code p {
    background: transparent;
    color: #ff7900;
    height: 1.6rem;
    font-size: 0.85rem;
    width: 5rem;
}

.form-box .msg-box {
    width: 90%;
    margin: 0.5rem 0 1.5rem 0;
    position: relative;
}

.form-box .msg-box input {
    width: 100%;
    font-size: 0.9rem;
}

.form-box .msg-box .hand2 {
    position: absolute;
    display: none;
    z-index: 20;
}

.form-box .msg-box {
    width: 90%;
    margin: 0.5rem 0 1.5rem 0;
    position: relative;
}

.position-x50 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.position-y50 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.position-xy50 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-pack-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-box .msg-box .hand1 {
    position: absolute;
    display: none;
}

.form-box .msg-box .hand2 {
    position: absolute;
    display: none;
    z-index: 20;
}

.phone-box img.hand {
    width: 11rem;
    left: 1rem;
    top: -1.9rem;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    display: none;
}

.form-protocol-list {
    width: 85%;
    padding: 10px;
    display: flex;
    position: relative;
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-size: 16px;
}

.form-protocol-list .check-box {
    padding: 0;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid rgb(255, 102, 0);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.form-protocol-list i {
    font-style: italic;
}

img.hand3 {
    position: absolute;
    display: none;
}
.button_wrap .button_ani {
    -webkit-animation: none;
    animation: none;
}

.button_wrap {
    -webkit-animation: scaleDraw 2s infinite;
    animation: scaleDraw 2s infinite;
}

@-webkit-keyframes scaleDraw {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes scaleDraw {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.popup-close{
    margin-top: 20px;
    height: 30px;
    width: 30px;
    position: absolute;
    transform: translateX(-50%);
    left:50%;
}
#popup-tellphone{
    width: 100%;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 1.5rem;
    padding: 0 1rem;
    font-weight: 700;
    font-size: 1rem;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-modify: read-write-plaintext-only;
}
.popup-button_ani {
    width: 100% !important;
    margin-bottom: 0.3rem;
}


.volcanicH5Popup{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    height: 17rem;
    z-index: 1000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.volcanicH5PopupMask{
    width: 100vw;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1000;
    left: 0;
    top:0;
}

.form-protocol-list > img {
    position: absolute;
    top: -1.9rem;
    left: 0.5rem;
    width: 11rem;
}

