.swal-icon--error {
    border-color: #f27474;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

.swal-icon--error__x-mark {
    position: relative;
    display: block;
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

.swal-icon--error__line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.swal-icon--error__line--left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.swal-icon--error__line--right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.swal-icon--warning {
    border-color: #f8bb86;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86
}

.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

.swal-icon--success {
    border-color: #a5dc86
}

.swal-icon--success:after,
.swal-icon--success:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal-icon--success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.swal-icon--success:after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

.swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98, 55%, 69%, .2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.swal-icon--success__hide-corners {
    width: 5px;
    height: 90px;
    background-color: #fff;
    padding: 1px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal-icon--success__line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.swal-icon--success__line--tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.swal-icon--success__line--long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.swal-icon--info {
    border-color: #c9dae1
}

.swal-icon--info:before {
    width: 5px;
    height: 29px;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px
}

.swal-icon--info:after,
.swal-icon--info:before {
    content: "";
    position: absolute;
    left: 50%;
    background-color: #c9dae1
}

.swal-icon--info:after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px
}

.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto
}

.swal-icon:first-child {
    margin-top: 32px
}

.swal-icon--custom {
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0
}

.swal-icon img {
    max-width: 100%;
    max-height: 100%
}

.swal-title {
    color: rgba(0, 0, 0, .65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0
}

.swal-title:first-child {
    margin-top: 26px
}

.swal-title:not(:first-child) {
    padding-bottom: 0
}

.swal-title:not(:last-child) {
    margin-bottom: 13px
}

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0, 0, 0, .64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box
}

.swal-text:first-child {
    margin-top: 45px
}

.swal-text:last-child {
    margin-bottom: 45px
}

.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.swal-button-container {
    margin: 5px;
    display: inline-block;
    position: relative
}

.swal-button {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer
}

.swal-button:not([disabled]):hover {
    background-color: #78cbf2
}

.swal-button:active {
    background-color: #70bce0
}

.swal-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, .29)
}

.swal-button[disabled] {
    opacity: .5;
    cursor: default
}

.swal-button::-moz-focus-inner {
    border: 0
}

.swal-button--cancel {
    color: #555;
    background-color: #efefef
}

.swal-button--cancel:not([disabled]):hover {
    background-color: #e8e8e8
}

.swal-button--cancel:active {
    background-color: #d7d7d7
}

.swal-button--cancel:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, .29)
}

.swal-button--danger {
    background-color: #e64942
}

.swal-button--danger:not([disabled]):hover {
    background-color: #df4740
}

.swal-button--danger:active {
    background-color: #cf423b
}

.swal-button--danger:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165, 43, 43, .29)
}

.swal-content {
    padding: 0 20px;
    margin-top: 20px;
    font-size: medium
}

.swal-content:last-child {
    margin-bottom: 20px
}

.swal-content__input,
.swal-content__textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .14);
    padding: 10px 13px;
    border-radius: 2px;
    transition: border-color .2s
}

.swal-content__input:focus,
.swal-content__textarea:focus {
    outline: none;
    border-color: #6db8ff
}

.swal-content__textarea {
    resize: vertical
}

.swal-button--loading {
    color: transparent
}

.swal-button--loading~.swal-button__loader {
    opacity: 1
}

.swal-button__loader {
    position: absolute;
    height: auto;
    width: 43px;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    pointer-events: none;
    opacity: 0
}

.swal-button__loader div {
    display: inline-block;
    float: none;
    vertical-align: baseline;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    margin: 2px;
    opacity: .4;
    border-radius: 7px;
    background-color: hsla(0, 0%, 100%, .9);
    transition: background .2s;
    -webkit-animation: swal-loading-anim 1s infinite;
    animation: swal-loading-anim 1s infinite
}

.swal-button__loader div:nth-child(3n+2) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.swal-button__loader div:nth-child(3n+3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes swal-loading-anim {
    0% {
        opacity: .4
    }

    20% {
        opacity: .4
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

@keyframes swal-loading-anim {
    0% {
        opacity: .4
    }

    20% {
        opacity: .4
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

.swal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s
}

.swal-overlay:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto
}

.swal-overlay--show-modal .swal-modal {
    opacity: 1;
    pointer-events: auto;
    box-sizing: border-box;
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
    will-change: transform
}

.swal-modal {
    width: 478px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s, -webkit-transform .3s;
    transition: transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s, -webkit-transform .3s
}

@media (max-width:500px) {
    .swal-modal {
        width: calc(100% - 20px)
    }
}

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

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

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

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

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

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

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

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


.header {
    display: flex;
    justify-content: space-around;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center
}

.header_left {
    display: flex;
    align-items: center;
    flex: 1;
    text-align: left;
    cursor: pointer
}

.header_logo {
    width: auto;
    max-height: 50px
}

.header_title {
    flex: 1;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #1f285a;
    text-align: center
}

.header_right {
    flex: 1;
    text-align: right
}

.bottom-navigation[data-v-1129fe84] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(0deg, #fff, #f3f6ff);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999999
}

.bottom-navigation .nav-item[data-v-1129fe84] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center
}

.bottom-navigation .nav-item span[data-v-1129fe84] {
    color: #6478b1;
    margin-top: .08rem
}

.bottom-navigation .nav-item .icon[data-v-1129fe84] {
    font-size: .26667rem;
    font-family: PingFang SC;
    position: relative;
    width: 1.58667rem;
    height: 1.58667rem;
    background-size: contain !important
}

.icon-contact[data-v-1129fe84] {
    background: url(../img/lianxi1.png) no-repeat
}

.icon-home[data-v-1129fe84] {
    background: url(../img/index1.png) no-repeat
}

.icon-game[data-v-1129fe84] {
    background: url(../img/youxi1.png) no-repeat
}

.icon-more[data-v-1129fe84] {
    background: url(../img/gongju1.png) no-repeat
}

.icon-my[data-v-1129fe84] {
    background: url(../img/fabu1.png) no-repeat
}

.router-link-active span[data-v-1129fe84] {
    color: #1b71dc;
    font-weight: 700
}

.router-link-active .icon-contact[data-v-1129fe84] {
    background: url(../img/lianxi2.png) no-repeat
}

.router-link-active .icon-home[data-v-1129fe84] {
    background: url(../img/index2.png) no-repeat
}

.router-link-active .icon-game[data-v-1129fe84] {
    background: url(../img/youxi2.png) no-repeat
}

.router-link-active .icon-more[data-v-1129fe84] {
    background: url(../img/gongju2.png) no-repeat
}

.router-link-active .icon-my[data-v-1129fe84] {
    background: url(../img/fabu2.png) no-repeat
}

.accounts-scroll {
    overflow-y: auto;
    height: 75vh
}

.carousel {
    position: relative;
    width: 100%;
    aspect-ratio: 2.2
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity .5s ease
}

img {
    width: 100%;
    object-fit: cover;
    cursor: pointer
}

.dots {
    position: absolute;
    bottom: 30px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%)
}

.dot {
    display: inline-block;
    width: 24px;
    height: 8px;
    border-radius: 5px;
    background-color: #c4dcff;
    margin: 0 5px;
    cursor: pointer
}

.dot.active {
    background-color: #5d7bff
}

.marquee-container {
    display: flex;
    overflow: hidden;
    padding: 8px !important;
    margin-left: .26667rem !important;
    background: #eef0fa !important;
    color: #6478b1 !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px
}

.marquee {
    white-space: nowrap;
    animation: marquee-scroll linear infinite
}

.noticeimg {
    width: 18px;
    height: 18px
}

.marquee-wrapper {
    overflow: hidden;
    flex: 1
}

.trumpet-icon {
    display: flex;
    margin-right: 15px
}

@keyframes marquee-scroll {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}

.centerArea {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 15px;
    align-items: center
}

.centerArea .lbox .bcontent {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #4a5c95
}

.centerArea .lbox .bcontent .money {
    font-size: 22px;
    font-family: DIN;
    font-weight: 700;
    color: #1f285a
}

.centerArea .robx .item .b_Text {
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1f285a;
    margin-top: .5rem
}

img.menuImg {
    width: 40px
}

.robx .item {
    display: flex;
    align-items: center;
    flex-direction: column
}

.allgame {
    width: 100px
}

.typeMark {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px
}

.allgame img {
    width: 100%
}

.l_img {
    width: 28%
}

.game_item {
    position: relative;
    display: flex;
    flex-basis: calc(33% - 1rem);
    background: linear-gradient(135deg, rgb(248 250 254) 0%, rgb(230 237 255) 100%);
    aspect-ratio: 1;
    padding: 10px 4px 2px;
    margin: 3px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.innerBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.game_name {
    color: #1f285a;
    font-weight: 700;
    font-size: .9rem;
    z-index: 999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.gameText {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #6478b1;
    z-index: 999;
    margin: 10px 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

img.rtop_img {
    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999
}

span.red {
    color: red
}

img.start_img {
    width: 80px;
    z-index: 999
}

.slideimg {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.carousel {
    position: relative;
    width: 100%;
    max-width: 1500px;
    height: auto;
    aspect-ratio: 1500 / 600; /* 保持比例 */
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .carousel {
        aspect-ratio: 370 / 150; /* 在移动设备上保持不同的比例 */
    }
}


img.app_logo {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    border-radius: 15px;
    background: #fff
}

.app_info {
    width: 95%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    justify-content: flex-start
}

.game_item2 {
    position: relative;
    display: flex;
    flex-basis: calc(33% - 20px);
    aspect-ratio: .9;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
    flex-direction: column
}

.gameText2 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #6478b1;
    z-index: 999;
    margin: .3rem 1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.active_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.game_name2 {
    color: #1f285a;
    font-weight: 700;
    font-size: .9rem;
    z-index: 999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin: .5rem 0 0 1rem
}

body {
    display: flex;
    justify-content: center
}

div#app {
    width: 100%;
    max-width: 576px
}

.yxbox img {
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.div.spdiv {
    color: #2f3242;
    font-size: 20px;
    line-height: 2;
    align-items: center
}

.body {
    padding: 5px 5px 70px
}

.gameContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    height: 100%;
    display: flex
}

.gameContent .left_menu {
    width: 7rem
}

.gameContent .left_menu .gmenu_item {
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.5rem
}

.gameContent .left_menu .gmenu_item .item_Img {
    width: 100%;
    height: 100%;
    position: absolute
}

.gameContent .right_gameList {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    overflow: scroll;
    padding-bottom: 2.93333rem;
    display: none
}

.gameContent .right_gameList .innerBox {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gameContent .right_gameList .innerBox .game_item {
    flex-basis: calc(50% - 24px);
    aspect-ratio: 1;
    box-shadow: 0 .08rem .21333rem #0038b61a;
    margin: 5px;
    padding-left: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: .26667rem
}

.gameContent .right_gameList .innerBox .game_item .gamebg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gameContent .right_gameList .innerBox .game_item .red {
    color: #ff3170
}

.gameContent .right_gameList .innerBox .game_item:nth-child(2n) {
    margin-right: 0 !important
}

.gameContent .active {
    display: block
}

.trxWallet {
    border-radius: .4rem;
    overflow: initial;
    left: 50%
}

.trxWallet .topline {
    width: 3.46667rem;
    height: .13333rem;
    background: #237bff;
    border-radius: 0 0 .08rem .08rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto;
    z-index: 9999
}

.trxWallet .notice-bold {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .37333rem;
    border-radius: .42667rem;
    background-color: #fff;
    height: 5.86667rem;
    z-index: 999;
    position: relative
}

.trxWallet .notice-bold .headline {
    color: #1d2548;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: .50667rem;
    font-weight: 500;
    margin-top: .74667rem
}

.trxWallet .notice-bold .notice-content_bottom {
    background-color: #fff;
    height: 4.53333rem
}

.trxWallet .notice-bold .notice-content_bottom .notice-content {
    padding-left: .48rem;
    padding-right: .48rem;
    overflow: scroll;
    overflow-x: hidden;
    color: #2f3242;
    margin-top: .8rem
}

.trxWallet .notice-bold .notice-content_bottom .notice-content .Enter {
    font-size: .42667rem;
    padding-bottom: .4rem;
    border: none;
    border-bottom: .02667rem solid #c6c6ca;
    margin-top: 2.13333rem;
    caret-color: #6072a5;
    width: 6.13333rem
}

.trxWallet .notice-bold .notice-content_bottom .notice-content .pointOut {
    color: #6072a5;
    font-size: .32rem;
    margin-top: .32rem
}

.trxWallet .notice-bold .notice-content_bottom .notice-content .pointOut img {
    margin: 0 auto;
    margin-right: .16rem;
    width: .32rem;
    height: .32rem
}

.trxWallet .notice-bold .notice-content_bottom .DonTip {
    width: 2.66667rem;
    height: .8rem;
    background-color: #eef0f8;
    border-radius: .4rem;
    line-height: .8rem;
    margin: 0 auto;
    margin-top: .8rem;
    margin-bottom: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.trxWallet .notice-bold .notice-content_bottom .DonTip img {
    width: .42667rem;
    height: .42667rem;
    margin: .18667rem 0 .18667rem .18667rem
}

.trxWallet .determined {
    background-color: #eef0f8;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    color: #3084ff;
    font-size: .42667rem;
    z-index: 99;
    border-radius: 0 0 .4rem .4rem;
    -webkit-transform: translateY(-.4rem);
    -ms-transform: translateY(-.4rem);
    transform: translateY(-.4rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

.trxWallet .determined div {
    height: 1.86667rem;
    line-height: 2.4rem;
    text-align: center;
    width: 50%;
    color: #373c4a;
    border-radius: 0 0 .4rem
}

.trxWallet .determined .cancel {
    border-right: .02667rem solid #d3d6eb
}

.trxWallet .determined .save {
    color: #373c4a
}

.trxWallet .determined .typeCSSa {
    color: #fff;
    background: #237bff;
    border-radius: 0 0 0 .4rem
}

.trxWallet .determined .typeCSSb {
    color: #fff;
    background: #237bff;
    border-radius: 0 0 .4rem
}

.game-names {
    z-index: 99;
    position: absolute;
    top: auto;
    left: 2.5rem;
    font-weight: 700;
    color: #1f285a;
    font-size: 15px
}

.gmenu_item img {
    object-fit: contain
}

.activel img:first-child {
    display: block !important
}

.activel img:nth-child(2) {
    display: none !important
}

.gmenu_item img:first-child {
    display: none
}

.gmenu_item img:nth-child(2) {
    display: block
}

.activel .game-names {
    color: #fff !important
}

.game_page img.app_logo {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem
}

img.start_img_game {
    width: 60%
}

.app_info_game {
    width: 95%;
    display: flex;
    flex-direction: row;
    padding: 5px 1px;
    align-items: center;
    justify-content: flex-start
}

.main-2 {
    color: #0d265e
}

.main-2>.title {
    font-size: 18px;
    font-weight: 700;
    margin-left: 3px
}

.main-2 .card {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: 0 4px 10px #2d62d921;
    align-items: center
}

.card-bac3 {
    background-color: #332941;
    color: #fff;
    position: relative
}

.card-bac {
    background: url(../img/gongju12.png);
    background-size: cover;
    color: #fff
}

.card-bac2 {
    background-color: #1b47c3;
    color: #fff;
    position: relative;
    overflow: hidden
}

a {
    text-decoration: none
}

.flex-1 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

img.card-logo {
    width: 4rem
}

.main-2 .card .left {
    width: 2rem;
    height: 2rem
}

.main-2>.card>.card-main>img {
    width: 72px;
    height: 72px;
    margin-right: 20px
}

.main-2>.card>.card-main>.card-info>p:first-child {
    font-size: 1.2rem;
    font-weight: 700
}

.body-my {
    padding: 5px 5px 70px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.box {
    width: 95%;
    margin-top: 20px;
    background-color: #f3f4fa;
    border-radius: 15px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    overflow-x: hidden;
    font-family: \5fae\8f6f\96c5\9ed1;
    color: #1f285a
}

.my_contact {
    margin-top: 20px;
    width: 95%;
    border-radius: 15px
}

.p2 {
    font-size: 1.5rem;
    margin: 15px 0;
    line-height: 2;
    text-align: center
}

.box-1 {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.accounts-list {
    background: #f3f4fa;
    margin: 10px;
    border-radius: 13px;
    padding: 5px
}

.yxbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px
}

.yxbox img {
    width: 60px;
    margin-right: 10px
}

.div.spdiv {
    color: #2f3242;
    font-size: 20px;
    line-height: 2
}

.div .spdivinfo {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.page_item {
    margin: 5px
}

.page_item .item {
    color: #000;
    background-color: #eaebed;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2vw;
    padding: 3vw 5vw;
    margin-bottom: 1vw
}

.page_item .item>.left {
    display: flex;
    flex-direction: column;
    margin-right: 3.5vw
}

.item>.left>.title {
    font-weight: 700;
    font-size: 4.2vw;
    margin-bottom: 1vw
}

.item>.left>.info {
    font-size: 3.5vw;
    margin-bottom: .5vw
}

.item>.left .btn {
    background-color: #000;
    display: flex;
    align-items: center;
    color: #f6b17a;
    font-size: 3.5vw;
    font-weight: 700;
    width: 5rem;
    text-align: center;
    border-radius: 2vw;
    padding: 12px;
    margin: 10px 0;
    justify-content: space-around
}

.btn>img {
    width: 3.9vw
}

img.right {
    width: 80px;
    border: 15px
}