﻿﻿body, html, form {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
}



body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe;
}

.loadingIframe {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100000000;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 100%;
    color: #fff;
}

.loader {
    background: #000;
    background: radial-gradient(#222, #000);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    animation: spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}

.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap:nth-child(1) {
    animation-delay: -50ms;
}

.loader-line-wrap:nth-child(2) {
    animation-delay: -100ms;
}

.loader-line-wrap:nth-child(3) {
    animation-delay: -150ms;
}

.loader-line-wrap:nth-child(4) {
    animation-delay: -200ms;
}

.loader-line-wrap:nth-child(5) {
    animation-delay: -250ms;
}

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: hsl(0, 80%, 60%);
    height: 90px;
    width: 90px;
    top: 7px;
}

.loader-line-wrap:nth-child(2) .loader-line {
    border-color: hsl(60, 80%, 60%);
    height: 76px;
    width: 76px;
    top: 14px;
}

.loader-line-wrap:nth-child(3) .loader-line {
    border-color: hsl(120, 80%, 60%);
    height: 62px;
    width: 62px;
    top: 21px;
}

.loader-line-wrap:nth-child(4) .loader-line {
    border-color: hsl(180, 80%, 60%);
    height: 48px;
    width: 48px;
    top: 28px;
}

.loader-line-wrap:nth-child(5) .loader-line {
    border-color: hsl(240, 80%, 60%);
    height: 34px;
    width: 34px;
    top: 35px;
}

@keyframes spin {
    0%, 15% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.toast {
    position: fixed;
    z-index: 200;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: content-box;
    max-width: 70%;
    min-height: 35px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-size: 14px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.7);
    border-radius: 8px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    display: none;
}

    .toast .text {
        margin-top: 8px;
    }



.van-dialog {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 320px;
    overflow: hidden;
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    transition-property: all;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    display: none;
}

.realNameShowTitle {
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: #333;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.content_dialog {
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

    .content_dialog .content {
        text-align: left;
    }

        .content_dialog .content P:nth-of-type(2) {
            line-height: 20px;
        }

        .content_dialog .content P {
            margin-bottom: 5px;
        }

    .content_dialog .endTime {
        font-size: 24px;
        color: #17181d;
        line-height: 30px;
    }

    .content_dialog .actBtn {
        display: inline-block;
        width: 80%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #f67b29;
        border-radius: 20px;
        margin-top: 20px;
        margin-bottom: 18px;
    }

.footer_tips {
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 21px;
}

.van-dialog__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}

.login, .login .container {
    position: absolute;
    bottom: 0;
    left: 0;
}

#app #gameFrame, .app_pc {
    position: absolute;
    top: 0;
    left: 0;
}


#app #gameFrame {
    border: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,.6);
    display: none;
}


.login {
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255,255,255,1);
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
}

button, input, textarea {
    color: inherit;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
}



.login .container {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    background: hsla(0,0%,100%,.94);
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    padding: 0 37.3px;
    overflow-y: scroll;
}

    .login .container .imgShow {
        position: relative;
        display: block;
        width: 200px;
        height: 60px;
        left: calc(50% - 100px);
        margin: 40px 0;
    }

    .login .container .title {
        text-align: center;
    }

        .login .container .title span {
            font-weight: bold;
            font-size: 16px;
            color: #333;
            letter-spacing: 0;
            text-align: center;
            line-height: 16px;
            position: relative;
            top: -10px;
        }

.inputItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 16px;
    padding: 12px 0;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 22px
}

    .inputItem .input {
        padding-bottom: 2px;
        -webkit-flex: 1;
        flex: 1;
        height: 100%;
        font-size: 14px;
        outline: none;
        background: none !important;
        color: #555;
        min-width: 0 !important;
    }

    .inputItem .forgetPwd {
        font-size: 12px;
        color: #00AAFF;
        letter-spacing: 0;
        margin-top: 2px;
        margin-left: 4px;
    }

    .inputItem .icon {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 5.1px;
    }

    .inputItem .active {
        color: #f67b29 !important;
    }

    .inputItem .get-code {
        color: #f67b29;
    }

    .inputItem .disabled,
    .inputItem .get-code {
        white-space: nowrap;
        font-size: 12px;
        letter-spacing: 0;
        max-width: 78px;
        background: none;
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        text-decoration: none;
    }

    .inputItem .get-code-not {
        color: #969799;
        font-size: 12px;
        letter-spacing: 0;
        max-width: 78px;
        background: none;
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        text-decoration: none;
    }

        .inputItem .get-code:visited, .inputItem .get-code:hover, .inputItem .get-code-not:visited, .inputItem .get-cod-note:hover {
            text-decoration: none;
        }

    .inputItem .disabled {
        text-decoration: none;
    }

.login .container .btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    margin: 30px auto;
    color: #fff;
    background-color: #999;
    border-radius: 20px;
    cursor: pointer;
}

.login .container .activeBtn {
    background-color: #00AAFF;
}

.login .container .hasNoAccount {
    text-align: center;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    line-height: 12px;
}

    .login .container .hasNoAccount .register {
        color: #f67b29;
    }

.login .thirdlogin {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

    .login .thirdlogin .split {
        border-top: 1px solid #ddd;
        width: 80px;
        position: relative;
        top: 5px;
    }

    .login .thirdlogin .desc {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        margin: 0 7.5px;
    }

.login .showthirdloginIcon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .login .showthirdloginIcon .item {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-top: 15px;
    }

        .login .showthirdloginIcon .item.qq {
            background-image: url(data:image/png;base64,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);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 100%;
            margin-right: 50px;
        }

        .login .showthirdloginIcon .item.weixin {
            background-image: url(../images/wx.png);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 100%;
        }


.BallFloat {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left:0px;
    top:0px;
}

#default_drag_comp {
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 1000;
    top: 30px;
    left: -48px;
}

    #default_drag_comp .float-button .img {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: relative;
        -webkit-touch-callout: none;
        opacity: 0.5;
    }

    #default_drag_comp .float-button .imgloading {
        animation: rotate 0.5s infinite linear;
        -webkit-animation: rotate 0.5s infinite linear;
    }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

.g-width {
    width: 100%;
}

.g-vwidth {
    width: 100vw;
}

.g-vwidth-80 {
    width: 80vw;
}

.g-vwidth-60 {
    width: 60vw;
}

.g-width-70p {
    width: 70%;
}

.g-width-75p {
    width: 75%;
}

.g-width-80p {
    width: 80%;
}

.g-width-50 {
    width: 50px;
}

.g-height {
    height: 100%;
}

.g-vheight {
    height: 100vh;
}

.g-height-30 {
    height: 30px;
}

.g-height-36 {
    height: 36px;
}

.g-m-t-0half {
    margin-top: -50%;
}

.g-m-0 {
    margin: 0;
}

.g-m-2 {
    margin: 2px;
}

.g-m-tb-2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.g-m-lr-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.g-m-t-2 {
    margin-top: 2px;
}

.g-m-b-2 {
    margin-bottom: 2px;
}

.g-m-l-2 {
    margin-left: 2px;
}

.g-m-r-2 {
    margin-right: 2px;
}

.g-m-5 {
    margin: 5px;
}

.g-m-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.g-m-lr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.g-m-t-5 {
    margin-top: 5px;
}

.g-m-b-5 {
    margin-bottom: 5px;
}

.g-m-l-5 {
    margin-left: 5px;
}

.g-m-r-5 {
    margin-right: 5px;
}

.g-m-10 {
    margin: 10px;
}

.g-m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.g-m-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.g-m-t-10 {
    margin-top: 10px;
}

.g-m-b-10 {
    margin-bottom: 10px;
}

.g-m-l-10 {
    margin-left: 10px;
}

.g-m-r-10 {
    margin-right: 10px;
}

.g-m-15 {
    margin: 15px;
}

.g-m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.g-m-lr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.g-m-t-15 {
    margin-top: 15px;
}

.g-m-b-15 {
    margin-bottom: 15px;
}

.g-m-l-15 {
    margin-left: 15px;
}

.g-m-r-15 {
    margin-right: 15px;
}

.g-m-18 {
    margin: 18px;
}

.g-m-tb-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.g-m-lr-18 {
    margin-left: 18px;
    margin-right: 18px;
}

.g-m-t-18 {
    margin-top: 18px;
}

.g-m-b-18 {
    margin-bottom: 18px;
}

.g-m-l-18 {
    margin-left: 18px;
}

.g-m-r-18 {
    margin-right: 18px;
}

.g-m-20 {
    margin: 20px;
}

.g-m-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.g-m-tb-20 {
    margin-bottom: 20px;
}

.g-m-t-20,
.g-m-tb-20 {
    margin-top: 20px;
}

.g-m-b-20 {
    margin-bottom: 20px;
}

.g-m-l-20 {
    margin-left: 20px;
}

.g-m-r-20 {
    margin-right: 20px;
}

.g-m-30 {
    margin: 30px;
}

.g-m-t-30 {
    margin-top: 30px;
}

.g-m-b-30 {
    margin-bottom: 30px;
}

.g-m-l-30 {
    margin-left: 30px;
}

.g-m-r-30 {
    margin-right: 30px;
}

.g-m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.g-m-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.g-pd-0 {
    padding: 0;
}

.g-pd-2 {
    padding: 2px;
}

.g-pd-tb-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.g-pd-lr-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.g-pd-t-2 {
    padding-top: 2px;
}

.g-pd-b-2 {
    padding-bottom: 2px;
}

.g-pd-l-2 {
    padding-left: 2px;
}

.g-pd-r-2 {
    padding-right: 2px;
}

.g-pd-5 {
    padding: 5px;
}

.g-pd-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.g-pd-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.g-pd-t-5 {
    padding-top: 5px;
}

.g-pd-b-5 {
    padding-bottom: 5px;
}

.g-pd-l-5 {
    padding-left: 5px;
}

.g-pd-r-5 {
    padding-right: 5px;
}

.g-pd-10 {
    padding: 10px;
}

.g-pd-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.g-pd-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.g-pd-t-10 {
    padding-top: 10px;
}

.g-pd-b-10 {
    padding-bottom: 10px;
}

.g-pd-l-10 {
    padding-left: 10px;
}

.g-pd-r-10 {
    padding-right: 10px;
}

.g-pd-13 {
    padding: 13px;
}

.g-pd-tb-13 {
    padding-top: 13px;
    padding-bottom: 13px;
}

.g-pd-lr-13 {
    padding-left: 13px;
    padding-right: 13px;
}

.g-pd-t-13 {
    padding-top: 13px;
}

.g-pd-b-13 {
    padding-bottom: 13px;
}

.g-pd-l-13 {
    padding-left: 13px;
}

.g-pd-r-13 {
    padding-right: 13px;
}

.g-pd-15 {
    padding: 15px;
}

.g-pd-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.g-pd-tb-15 {
    padding-bottom: 15px;
}

.g-pd-t-15,
.g-pd-tb-15 {
    padding-top: 15px;
}

.g-pd-b-15 {
    padding-bottom: 15px;
}

.g-pd-l-15 {
    padding-left: 15px;
}

.g-pd-r-15 {
    padding-right: 15px;
}

.g-pd-18 {
    padding: 18px;
}

.g-pd-lr-18 {
    padding-left: 18px;
    padding-right: 18px;
}

.g-pd-tb-18 {
    padding-bottom: 18px;
}

.g-pd-t-18,
.g-pd-tb-18 {
    padding-top: 18px;
}

.g-pd-b-18 {
    padding-bottom: 18px;
}

.g-pd-l-18 {
    padding-left: 18px;
}

.g-pd-r-18 {
    padding-right: 18px;
}

.g-pd-20 {
    padding: 20px;
}

.g-pd-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.g-pd-tb-20 {
    padding-bottom: 20px;
}

.g-pd-t-20,
.g-pd-tb-20 {
    padding-top: 20px;
}

.g-pd-b-20 {
    padding-bottom: 20px;
}

.g-pd-l-20 {
    padding-left: 20px;
}

.g-pd-r-20 {
    padding-right: 20px;
}

.g-pd-30 {
    padding: 30px;
}

.g-pd-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.g-pd-tb-30 {
    padding-bottom: 30px;
}

.g-pd-t-30,
.g-pd-tb-30 {
    padding-top: 30px;
}

.g-pd-b-30 {
    padding-bottom: 30px;
}

.g-pd-l-30 {
    padding-left: 30px;
}

.g-pd-r-30 {
    padding-right: 30px;
}

.g-br-100 {
    border-radius: 100px;
}

.g-border-none {
    border: none;
}

.g-border-e5e5e5 {
    border: 1px solid #e5e5e5;
}

.g-border-t-gray {
    border-top: 1px solid #e5e5e5;
}

.g-border-b-gray {
    border-bottom: 1px solid #e5e5e5;
}

.g-border-b-f0f0f0 {
    border-bottom: 1px solid #f0f0f0;
}

.g-border-tb-gray {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.g-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.g-fw-w {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.g-jc-sa {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.g-jc-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.g-jc-fs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.g-jc-fe {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.g-jc-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.g-ai-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.g-ai-fs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.g-ai-fe {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.g-fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.g-fs-0 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.g-full {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}

.g-1of2,
.g-full {
    -webkit-box-flex: 0;
}

.g-1of2 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}

.g-1of3 {
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

.g-1of3,
.g-2of3 {
    -webkit-box-flex: 0;
}

.g-2of3 {
    -webkit-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
}

.g-1of4 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.g-1of4,
.g-3of4 {
    -webkit-box-flex: 0;
}

.g-3of4 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
}

.g-tc {
    text-align: center;
}

.g-tl {
    text-align: left;
}

.g-tr {
    text-align: right;
}

.g-tj {
    text-align: justify;
}

.g-vertical-m {
    vertical-align: middle;
}

.g-underline {
    text-decoration: underline;
}

.g-weight-100 {
    font-weight: 100;
}

.g-weight-200 {
    font-weight: 200;
}

.g-weight-300 {
    font-weight: 300;
}

.g-weight-bold {
    font-weight: 700;
}

.g-lh-18 {
    line-height: 18px;
}

.g-lh-24 {
    line-height: 24px;
}

.g-lh-30 {
    line-height: 30px;
}

.g-lh-36 {
    line-height: 36px;
}

.g-lh-44 {
    line-height: 44px;
}

.g-lh-48 {
    line-height: 48px;
}

.g-ls-1 {
    letter-spacing: 1px;
}

.g-del,
.g-td-lt {
    text-decoration: line-through;
}

.g-fs-10 {
    font-size: 10px !important;
}

.g-fs-12 {
    font-size: 12px !important;
}

.g-fs-13 {
    font-size: 13px !important;
}

.g-fs-14 {
    font-size: 14px !important;
}

.g-fs-15 {
    font-size: 15px !important;
}

.g-fs-16 {
    font-size: 16px !important;
}

.g-fs-18 {
    font-size: 18px !important;
}

.g-fs-20 {
    font-size: 20px !important;
}

.g-fs-22 {
    font-size: 22px !important;
}

.g-fs-24 {
    font-size: 24px !important;
}

.g-fs-26 {
    font-size: 26px !important;
}

.g-fs-28 {
    font-size: 28px !important;
}

.g-fs-30 {
    font-size: 30px !important;
}

.g-fs-38 {
    font-size: 38px !important;
}

.g-fs-40 {
    font-size: 40px !important;
}

.g-c-000 {
    color: #000;
}

.g-c-333 {
    color: #333;
}

.g-c-666 {
    color: #666;
}

.g-c-999 {
    color: #999;
}

.g-c-aaa {
    color: #aaa;
}

.g-c-ccc {
    color: #ccc;
}

.g-c-eee {
    color: #eee;
}

.g-c-fff {
    color: #fff;
}

.g-c-orange {
    color: #f67b29;
}

.g-c-blue {
    color: #4a90e2;
}

.g-c-red {
    color: #f45d5d;
}

.g-bg-gray {
    background-color: #f0f0f0;
}

.g-bg-red {
    background-color: #fa5a5a;
}

.g-bg-orange {
    background-color: #f67b29;
}

.g-bg-white {
    background-color: #fff;
}

.g-bg-f7 {
    background-color: #f7f7f7;
}

.g-bs-bb {
    box-sizing: border-box;
}

.g-block {
    display: block;
}

.g-inline {
    display: inline;
}

.g-ib {
    display: inline-block;
}

.g-relative {
    position: relative;
}

.g-oneline {
    white-space: nowrap;
}

.g-oneline,
.g-twoline {
    overflow: hidden;
    text-overflow: ellipsis;
}

.g-twoline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.g-break,
.g-twoline {
    word-break: break-all;
}

.g-break {
    word-wrap: break-word;
}

.g-zi-10 {
    z-index: 10;
}

.g-zi-100 {
    z-index: 100;
}

.g-absolute-init {
    position: absolute;
    top: 0;
    left: 0;
}

.g-flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

body,
html {
    -webkit-overflow-scrolling: touch;
}

.g-avatar {
    width: 100px;
    height: 100px;
}

.g-avatar,
.g-avatar-s {
    display: block;
    border-radius: 50%;
}

.g-avatar-s {
    width: 40px;
    height: 40px;
}

.g-icon-xs {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.g-icon-s {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.g-icon-sm {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.g-icon-m {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.g-icon-ml {
    width: 26px;
    height: 26px;
    display: inline-block;
}

.g-icon-l {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.g-img-blank {
    width: 270px;
    height: 139px;
    display: inline-block;
}

.g-label {
    padding: 3px 10px 3px 10px;
    background: #f5f5f5;
    color: #333;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 100;
}

.g-label-s {
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.g-label-s,
.g-label-s-circular {
    color: #999;
    font-size: 10px;
    font-weight: 100;
    box-sizing: border-box;
}

.g-label-s-circular {
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 14px;
    border: 1px solid #ccc;
    text-align: center;
}

.g-height-content {
    height: auto;
    min-height: calc(100vh - 45px);
}

.g-btn-orange-s {
    height: 27px;
    line-height: 28px;
    padding: 0 14px;
    color: #fff;
    background: #f67b29;
    border-radius: 14px;
}

.g-btn-orange-s,
.g-btn-orange-s-hollow {
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 2px;
}

.g-btn-orange-s-hollow {
    height: 20px;
    line-height: 18px;
    padding: 0 7px;
    color: #f67b29;
    border: 1px solid #f67b29;
    border-radius: 14px;
}

.g-red-point {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f45d5d;
}

.g-icon-alipay {
    background-image: url(data:image/png;base64,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);
    background-size: 100%;
}

.g-icon-wx {
    background-image: url(https://cdn.zjyushi.com/youximao-play/img/login_icon_weixin@2x.1f238823.png);
    background-size: 100%;
}

.g-btn-orange-auto {
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: url(https://cdn.zjyushi.com/youximao-play/img/button_orange.9865230c.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.g-img-order {
    width: 140px !important;
    height: 140px !important;
    margin: 0 auto;
    background: url(https://cdn.zjyushi.com/youximao-play/img/default_order@3x.467334e6.png) no-repeat 50%;
    background-size: cover;
}

.pay .payWay {
    width: 100%;
    background: transparent;
}

    .pay .payWay .van-cell {
        background: transparent;
        padding: 5px 0;
    }

    .pay .payWay .van-cell__title {
        color: #666;
        line-height: 30px;
    }

    .pay .payWay .van-radio {
        width: 20px;
        float: right;
        margin-top: 5px;
    }

.van-nav-bar .van-icon {
    color: #333 !important;
}

.van-nav-bar__arrow {
    font-size: 18px !important;
}

.van-dialog {
    max-width: 400px !important;
    border-radius: 5px;
}

.van-nav-bar__title {
    font-weight: 400 !important;
}

.Pay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.pay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.6);
}

    .pay .container {
        position: relative;
        width: 319px;
        max-height: 385px;
        background: hsla(0,0%,100%,.94);
        border-radius: 10px;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .pay .cell {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .pay .price {
        font-size: 23px;
    }

    .pay .buttom {
        margin-bottom: 4px;
    }

.antiAddictionContent {
    padding: 0 25px;
}

.coinDesc {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.van-radio-group--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.van-cell {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
}

    .van-cell:after {
        position: absolute;
        box-sizing: border-box;
        content: " ";
        pointer-events: none;
        right: 16px;
        bottom: 0;
        left: 16px;
        border-bottom: 1px solid #ebedf0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .van-cell--borderless:after,
    .van-cell:last-child:after {
        display: none;
    }

.van-cell__label {
    margin-top: 4px;
    color: #969799;
    font-size: 12px;
    line-height: 18px;
}

.van-cell__title,
.van-cell__value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.van-cell__value--alone {
    color: #323233;
    text-align: left;
}

.van-cell__left-icon,
.van-cell__right-icon {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
}

.van-cell__left-icon {
    margin-right: 4px;
}

.van-cell__right-icon {
    margin-left: 4px;
    color: #969799;
}

.van-cell--clickable {
    cursor: pointer;
}

    .van-cell--clickable:active {
        background-color: #f2f3f5;
    }

.van-cell--required {
    overflow: visible;
}

    .van-cell--required:before {
        position: absolute;
        left: 8px;
        color: #ee0a24;
        font-size: 14px;
        content: "*";
    }

.van-cell--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.van-cell--large {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .van-cell--large .van-cell__title {
        font-size: 16px;
    }

    .van-cell--large .van-cell__label {
        font-size: 14px;
    }

.play_toast {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .play_toast .toast_main {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-color: rgba(38,39,41,.86);
        border-radius: 4px;
        font-size: 13px;
        color: #fdfdfd;
        letter-spacing: 0;
    }

    .play_toast .toast_contnet {
        line-height: 18px;
        text-align: center;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 6px 13.6px;
    }

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fade-enter,
.fade-leave-to {
    margin-bottom: 10px;
    opacity: 0;
}

.login .container .icon-back {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 13px;
    height: 13px;
    z-index: 100;
}


.quickRegist .agreements {
    text-align: left;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -30px;
    text-align: center;
    position: relative;
}

.quickRegist .check {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 2px;
    background-position: 50%,50%;
    top: 3px;
    position: absolute;
}

.quickRegist .check1 {
    background: url(../images/check1.png) no-repeat;
    background-size: cover;
}

.quickRegist .check2 {
    background: url(../images/check2.png) no-repeat;
    background-size: auto;
    background-size: cover;
}

.quickRegist .tips {
    background: url(../images/tips.png) no-repeat;
    background-size: auto;
    background-size: cover;
}

.quickRegist .read {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.quickRegist .agreement {
    color: #00AAFF;
}

.inputItem .disabled, .inputItem .getCode {
    font-size: 12px;
    letter-spacing: 0;
    max-width: 64px;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.inputItem .getCode {
    color: #00AAFF;
}

.quickRegist .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow-y: auto;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 0px;
    height: 218px;
}

.users_small_list {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

    .users_small_list tr td {
        width: 33.3333333333333%;
        color: #333333;
        line-height: 15px;
        height: 33px;
        border-bottom: 1px solid #eeeeee;
        vertical-align: middle;
    }

        .users_small_list tr td .enter_game {
            color: #f67b29;
        }

        .users_small_list tr td .del_users_samll {
            color: #f67b29;
        }

.acccountlist {
    position: absolute;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 3px #d3d3d3;
    color: #555;
    top: 100px;
    left: 54px;
    width: 224px;
    background-color: #ffffff;
    display: none;
}

    .acccountlist ul li {
        list-style: none;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 6px;
        padding-right: 6px;
        height: 24px;
        line-height: 24px;
        border-bottom: 1px dashed #e5e5e5;
    }

        .acccountlist ul li:active {
            background-color: #e5e5e5;
        }

        .acccountlist ul li.close {
            text-align: center;
        }

    .acccountlist ul span {
        width: 190px;
        display: inline-block;
    }

    .acccountlist ul img {
        float: right;
        margin-top: 3px;
    }

    .acccountlist ul li:last-child {
        border-bottom: none;
    }

.login .article {
    min-width: 70%;
    max-width: 70%;
    max-height: 70%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
}

    .login .article .btn_article_close {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        right: 5px;
    }


@media (orientation: landscape) {
    .inputItem {
        padding: 5px !important;
    }
    .login .container .btn {
        margin: 15px auto !important;
    }

    .login .container .imgShow {
        margin: 14px 0 !important;
    }
}
