#app {
    max-width: 640px;
    margin: 0 auto;
    z-index: 2;
    min-height: 100%;
    background: url(../images/bg.png) center top repeat-y;
    background-size: 100% auto;
}
#app .d_zone {
    position: relative;
}
#app .d_zone .buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    left: 0;
    top: 0;
}
#app .d_zone .buttons a {
    width: 100%;
    overflow: hidden;
    text-indent: -999em;
    font-size: 0;
    cursor: pointer;
}
#window {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    max-height: 0;
    overflow: hidden;
}
#window .bg {
    width: 100vw;
    height: 100vh;
    position: relative;
    background: #000;
    opacity: 0;
    transition: all 0.6s;
}
#window .box {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 40px;
    opacity: 0;
    transition: all 0.6s;
}
#window .content {
    max-width: 640px;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#window .img_box {
    margin: 0 auto;
    position: relative;
}
#window .xr_button {
    height: 30vw;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
}
#window.show {
    max-height: 100vh;
}
#window.show .bg {
    opacity: 0.6;
}
#window.show .box {
    opacity: 1;
    top: 0;
}

#app #xr_back {
    display: block;
    width: 20vw;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
#app .top {
    position: relative;
}
#trust {
    position: absolute;
    left: 0;
    width: 100vw;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 11111;
}
#app .slider {
    position: relative;
}
#app #slider {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100vw;
}
#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#certify .swiper-slide {
    width: 170px;
    text-align: center;
}
#certify .swiper-slide img {
    display: block;
    margin: 0 auto;
}
#cs {
    position: fixed;
    right: 10px;
    bottom: 18vw;
    display: block;
    cursor: pointer;
    width: 24vw;
    z-index: 11111;
}
#app .slider.contentBanner {
    margin-top: -60px;
    bottom: 0vw;
    left: 5%;
    width: 91%;
}
#app .d_zone .bg {
    display: flex;
}
#app .d_zone .bg a {
    animation: toggleSize 0.4s infinite;
}
#app .and_show {
    padding-bottom: 15px;
}
#app .d_zone .bg a:last-child {
    animation-delay: 0.2s;
    width: 100%;
}
#app .d_zone.and_show .bg a {
    margin: 0 auto;
    padding-bottom: 0;
}
/* #app .cesu {background: linear-gradient(to bottom,#2D1A0C,#1A100F);} */
#app .cesu .list {
    margin: 0 2vw;
    padding-top: 10px;
}
#app .cesu .list dl {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}
#app .cesu .list dl dt {
    background: #a70503;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 18vw;
    text-align: center;
    flex-shrink: 0;
    border: red 1px solid;
    border-right: none;
}
#app .cesu .list dl dd {
    flex-grow: 1;
}
#app .cesu .list dl dd.btns {
    flex-grow: 0;
    flex-shrink: 0;
    width: 22vw;
    padding-left: 14px;
}
#app .cesu .list dl dd.btns button {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    background: red;
    border-radius: 6px;
    color: #fff;
    border-bottom: #a70503 3px solid;
}
#app .cesu .list dl dt + dd {
    background: #e8e8e8;
    line-height: 30px;
    position: relative;
}
#app .cesu .list dl dt + dd cite {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    background: #d6d6d6;
    color: #666;
    height: 14px;
    line-height: 14px;
    font-style: normal;
    padding: 0 4px;
}
#app .cesu .list dl dt + dd span {
    display: block;
    padding-left: 40px;
    font-size: 14px;
}
#app .cesu .list dl dt + dd span b {
    color: red;
    font-weight: 400;
}
#xrBox {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: -9999;
    transition: none;
    touch-action: pan-y;
}
#xrBox.show {
    z-index: 9999990;
    visibility: visible;
    opacity: 1;
    transition: all 1.3s;
}
#xrBox .close {
    width: 100%;
    height: 14vw;
    left: 0;
    top: 0;
    cursor: pointer;
    position: absolute;
}
#xrBox .install {
    width: 100%;
    height: 24vw;
    left: 0;
    bottom: 0;
    cursor: pointer;
    position: fixed;
}
#open_safari {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
#open_safari .w640 {
    padding: 30px;
}
#open_safari a#copyBtn {
    max-width: 30vw;
    display: block;
    margin: 10px auto;
}
#open_safari .safari_info {
    max-width: 70vw;
    margin: 20px auto;
}
#loaded {
    padding-bottom: 5px;
}
.mbody {
    float: left;
    width: 100%;
    padding: 10px 10px 10px;
    border-radius: 15px;
}
.mbody .c {
    float: left;
    width: 100%;
}
.mbody .c li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.mbody .c li b {
    float: left;
    width: 19%;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0;
    color: #fff;
    background: #540da9;
    font-weight: normal;
    border-radius: 4px 0 0 4px;
    padding-left: 5px;
    text-align: center;
}
.mbody .c li em {
    float: left;
    width: 60%;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0;
    color: #540da9;
    background: #fff;
    font-style: normal;
    border-radius: 0 4px 4px 0;
    padding-left: 5px;
}
.mbody .c li a {
    float: right;
    width: 20%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background: #540da9;
    margin-left: 1%;
    border-radius: 4px;
    font-weight: normal;
}
@media (max-width: 500px) {
    .mbody .c li b {
        float: left;
        width: 19%;
        font-size: 14px;
        line-height: 40px;
        margin: 0 0 0;
        color: #fff;
        background: #540da9;
        font-weight: normal;
        border-radius: 4px 0 0 4px;
        padding-left: 5px;
        text-align: center;
    }
    .mbody .c li em {
        float: left;
        width: 60%;
        font-size: 14px;
        line-height: 40px;
        margin: 0 0 0;
        color: #540da9;
        background: #fff;
        font-style: normal;
        border-radius: 0 4px 4px 0;
        padding-left: 5px;
    }
    .mbody .c li a {
        float: right;
        width: 20%;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        background: #540da9;
        margin-left: 1%;
        border-radius: 4px;
        font-weight: normal;
    }
}
.mbody .c li .color1 {
    background-color: #9104b4;
    padding: 4px;
    color: #fff;
    margin-right: 4px;
}
.mbody .c li .color2 {
    background-color: #0421b4;
    padding: 4px;
    color: #fff;
    margin-right: 4px;
}
.mbody .c li .color3 {
    background-color: #064804;
    padding: 4px;
    color: #fff;
    margin-right: 4px;
}
.mbody .c li .color4 {
    background-color: #a2ce06;
    padding: 4px;
    color: #fff;
    margin-right: 4px;
}
.mbody .c li .color5 {
    background-color: #0ea3e9;
    padding: 4px;
    color: #fff;
    margin-right: 4px;
}
.mbody .c li a img {
    width: 100%;
}
.mbody .c li .level1 {
    background-color: #06fc1a;
}
.mbody .c li .level2 {
    background-color: #14e7a8;
}
.mbody .c li .level3 {
    background-color: #11899e;
}
.mbody .c li .level4 {
    background-color: #88a12c;
}
.mbody .c li .level5 {
    background-color: #2b8de9;
}

#down_btn {
    position: relative;
    margin: auto !important;
    width: 60% !important;
}

#down_btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 0.4rem;
    /* font-size: 16px; */
    font-weight: bold;
    text-align: center;
}

#app .d_zone .bg a.no_animation {
    animation: none;
}

#app .d_zone .bg > a[v-cloak] {
    display: none;
}

.disabled {
    pointer-events: none !important;
    filter: grayscale(1) !important;
}

.download_channel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px;
}

/* Download channel css */
.download_channel label {
    position: relative;
    width: calc(50% - 20px);
}

.download_channel label input {
    width: 100%;
    height: 100%;
}

.download_channel label img {
    width: 100%;
    height: 100%;
}

.download_channel label span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #664308;
    font-size: 0.3rem;
    font-weight: 500;
    text-align: center;
    margin-top: 2px;
}

/* Hide download channel radio */
.download_channel [type="radio"] {
    position: absolute;
    opacity: 0;
}

/* Download channel radio image style */
.download_channel [type="radio"] + img {
    cursor: pointer;
    /* filter: brightness(0.5); */
    pointer-events: none;
    -webkit-touch-callout: none;
}

/* Download channel radio checked image style */
.download_channel [type="radio"]:checked + img {
    filter: brightness(1);
}
