.dialog-mobile-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.dialog-mobile {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 10001;
    width: 20em;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.dialog-mobile .dialog-content {
    padding: 2.5em 1em;
    text-align: center;
    color: #26201f;
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    word-break: break-word;
    position: relative
}

.dialog-mobile .dialog-title {
    padding: .8em 1em .5em;
    text-align: center;
    color: #333;
    font-weight: 700;
    border-radius: 5px 5px 0 0
}

.dialog-mobile .dialog-title+.dialog-content {
    padding: 1.5em 1em 2em
}

.dialog-mobile .dialog-content:after {
    content: "";
    position: absolute;
    z-index: 10002;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CCC;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.dialog-mobile .dialog-button {
    width: 80%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 35px;
    color: #fff;
    margin: 0 auto 1em;
    background-color: #000;
}

.dialog-mobile .dialog-sure-button,
.dialog-mobile .dialog-cancel-button {
    float: left;
    height: 3em;
    width: 50%;
    line-height: 3em;
    text-align: center;
    background: #EEE
}

.dialog-mobile .dialog-sure-button {
    color: #1C86EE;
    border-radius: 0 0 5px 0;
    position: relative
}

.dialog-mobile .dialog-sure-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #CCC;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5)
}

.dialog-mobile .dialog-cancel-button {
    color: #000;
    border-radius: 0 0 0 5px
}

.dialog-mobile-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10001;
    width: 100%;
    color: #333;
    background-color: #fff;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding-bottom: 1em;
    overflow: hidden
}

.dialog-mobile-bottom .bottom-btn-title {
    background: #FFF;
    padding: 1.5em 0 1em;
    text-align: center;
    margin-bottom: .1em;
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0
}

.dialog-mobile-bottom .bottom-btn-item {
    text-align: center
}

.dialog-mobile-bottom .bottom-btn-item.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.bottom-btn-item .dialog-item-btn {
    background: #FFF;
    padding: .5em 0;
    border-bottom: 1px solid #EEE
}

.bottom-btn-item .dialog-item-btn .dialog-item-img {
    width: 100%;
    padding: 0 .5em;
    box-sizing: border-box
}

.bottom-btn-item .dialog-item-btn:last-child {
    border-bottom: none
}

.dialog-mobile-toast {
    position: fixed;
    bottom: 10em;
    z-index: 10
}

.dialog-mobile-toast .toast-content {
    padding: .5em 1em;
    color: #FFF;
    border-radius: 2px;
    background-color: #333
}

.mobile-loading-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mobile-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    min-width: 2em;
    min-height: 2em;
    padding: 1em 1.6em;
    text-align: center;
    color: #FFFFF0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mobile-loading .loading-content {
    font-size: 14px;
    margin-top: 2vw
}

.mobile-record {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    text-align: center;
    border-radius: 2px;
    color: #FFFFF0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0) translate(-50%, 0);
    transform: translate3d(0, 0, 0) translate(-50%, 0);
    display: flex;
    flex-direction: column;
    background: url(../images/dialog/dialog_large.png) no-repeat center;
    background-size: 100% 100%;
    user-select: none;
    -webkit-user-select: none;
}

.mobile-record-header {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 1em;
    position: relative
}

.mobile-record-header-title {
    flex: 1;
    align-items: center;
    justify-content: center;
    font-size: 6vw;
    font-weight: 700
}

.mobile-record-header-back {
    position: absolute;
    right: -4vw;
    top: -4vw;
    height: 10vw
}

.mobile-record-content {
    flex: 1;
    padding: 0 1em 1em;
    overflow-y: auto
}

.mobile-record-content-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .5em 0;
    text-align: center
}

.mobile-record-content-empty {
    padding: 1em 0;
    text-align: center;
    color: rgba(157, 76, 4, 0.74);
    font-size: 4vw
}

.mobile-prizes-header {
    height: 7vw
}

.mobile-prizes-white {
    font-size: 4vw;
    color: #fff;
    text-align: left
}

.mobile-prizes-yellow {
    font-size: 4vw;
    color: #ff0;
    text-align: left;
    margin-top: 2vw
}

.mobile-prizes-button {
    width: 80%;
    margin: 4vw auto;
    text-align: center;
    padding: 3vw 4vw;
    color: #c52a1d;
    font-size: 4vw;
    border-radius: 35px;
    background: linear-gradient(to left, #fae6b3, #f4c37a)
}

.mobile-prizes-attention {
    font-size: 4vw;
    color: #00fff0;
    text-align: left;
    margin-top: 3vw
}

.mobile-record-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.mobile-record-foot-img {
    width: 100%;
    vertical-align: top
}

.mobile-bonus-bg,
.mobile-record-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mobile-vip-bg,
.mobile-result-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s
}

.mobile-vip,
.mobile-result {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
}

.mobile-vip .mobile-vip-content {
    width: 70vw;
    background-color: #fcecd4;
    border-radius: 10px;
    padding: 1vw
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child {
    padding: 4vw;
    border: 1px solid #e3613b;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    color: #c52e22;
    font-size: 4vw;
    line-height: 1.5
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child .mobile-vip-title {
    text-align: center;
    font-size: 8vw;
    font-weight: 700;
    padding-bottom: 4vw
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child .mobile-vip-text-2 {
    font-weight: 700
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child .mobile-vip-close {
    text-align: center;
    color: #fff;
    width: 80%;
    padding: 3vw;
    border-radius: 35px;
    margin: 4vw auto 0;
    background-color: #e3613b
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child table {
    text-align: center;
    margin-top: 2vw;
    background-color: #faccb4;
    border-radius: 5px;
    border-collapse: collapse
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child table tr {
    border-bottom: 1px solid #f39d97
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child table td {
    width: 50%;
    font-size: 3.5vw;
    color: #df645a;
    padding: 1vw 0
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child table tr:last-child {
    border: none
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child table tr:first-child td {
    color: #c52e22 !important
}

.mobile-vip .mobile-vip-content .mobile-vip-content-child table tr td:first-child {
    border-right: 1px solid #f39d97
}

.mobile-result-content {
    width: 95vw;
    height: 120vw;
    background: url(../images/dialog/simple_tips.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 50vw;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.mobile-result-content-big {
    width: 95vw;
    height: 140vw;
    background: url(../images/dialog/ten_tips.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 45vw;
    padding-left: 13vw;
    padding-right: 13vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.mobile-result-content .mobile-result-list,
.mobile-result-content-big .mobile-result-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.mobile-result-content .mobile-result-list .mobile-result-list-one,
.mobile-result-content-big .mobile-result-list .mobile-result-list-one {
    width: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 35vw;
    margin: 4vw auto 0;
    background: url(../images/dialog/card.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 4vw;
    writing-mode: vertical-lr;
    color: #e3613b
}

.mobile-result-content-big .mobile-result-list .mobile-result-list-item {
    width: 16vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
    background: url(../images/dialog/card.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 4vw;
    writing-mode: vertical-lr;
    color: #e3613b;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-result-content-big .mobile-result-list .mobile-result-list-item:nth-child(4n) {
    margin-right: 0
}

.mobile-result-content .mobile-result-close,
.mobile-result-content-big .mobile-result-close {
    text-align: center;
    color: #fff;
    width: 80%;
    padding: 3vw;
    border-radius: 35px;
    margin: 4vw auto;
    background-color: #e3613b;
    font-size: 4vw
}

.mobile-bonus {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    min-width: 100vw;
    min-height: 90vw;
    padding: .8em 1.6em;
    text-align: center;
    border-radius: 2px;
    color: #FFFFF0;
    background-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mobile-bonus-picture-container {
    position: absolute;
    top: 24vw;
    width: calc(100% - 3.2em);
    height: 23vw;
    text-align: center;
    padding: .8em 1.6em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.mobile-bonus-text-container {
    margin-top: .7em;
    color: #f24849
}

.mobile-bonus-picture {
    height: 100%
}

.mobile-bonus-bg-img {
    width: 100%
}

.mobile-bonus-button {
    position: absolute;
    width: 42vw;
    bottom: 8vw;
    left: 50%;
    margin-left: -21vw
}

.animation-zoom-in,
.animation-zoom-out,
.animation-bottom-in,
.animation-bottom-out,
.animation-bg-fadeIn {
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-duration: .3s;
    animation-fill-mode: both
}

.animation-fade-in,
.animation-fade-out {
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.animation-zoom-in {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.animation-zoom-out {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.animation-fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animation-fade-out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.animation-bottom-in {
    -webkit-animation-name: bottomIn;
    animation-name: bottomIn
}

.animation-bottom-out {
    -webkit-animation-name: bottomOut;
    animation-name: bottomOut
}

.animation-bg-fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }

    90% {
        -webkit-transform: scale(0.3, 0.3)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0, 0)
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0, 0)
    }

    to {
        opacity: 1;
        transform: scale(1, 1)
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
        transform: scale(1, 1)
    }

    90% {
        transform: scale(0.3, 0.3)
    }

    to {
        opacity: 0;
        transform: scale(0, 0)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    30% {
        opacity: .3
    }

    to {
        opacity: 0
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    30% {
        opacity: .3
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes bottomIn {
    from {
        bottom: -1000px
    }

    to {
        bottom: 0
    }
}

@-webkit-keyframes bottomOut {
    from {
        bottom: 0
    }

    to {
        bottom: -1000px
    }
}

@keyframes bottomIn {
    from {
        bottom: -1000px
    }

    to {
        bottom: 0
    }
}

@keyframes bottomOut {
    from {
        bottom: 0
    }

    to {
        bottom: -1000px
    }
}