* {
    filter: none !important;
}
html {
    font-size: 100px;
    background: #000;
}
a {
    text-decoration: none; /* 去除下划线样式 */
    color: inherit; /* 继承父元素的字体颜色 */
    cursor: pointer; /* 可选：改变鼠标悬停时的样式为手型 */
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: Microsoft YaHei;*/
    font-family:
        -apple-system,
        SF UI Text,
        PingFang SC,
        Hiragino Sans GB,
        Microsoft YaHei,
        WenQuanYi Micro Hei,
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
}

.page {
    background: url(../picture/bg@2x.png);
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    width: 7.5rem;
    height: 100%;
    overflow: hidden;
    z-index: -2;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-top: 0.17rem;
    padding-bottom: 1rem;
}
.index-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
}
.logo {
    width: 1.85rem;
    height: 1.85rem;
    /* margin: auto; */
    /* margin-top: 0.2rem; */
}
.desc {
    width: 5.21rem;
    height: 1.86rem;
    /* margin: auto; */
    margin-top: 0.2rem;
}
.flex {
    display: flex;
}
.download-list {
    width: 5.9rem;
    /* margin: auto; */
    margin-top: 1rem;
    justify-content: space-around;
}
.download-button {
    width: 2.8rem;
    height: 1rem;
    background: #ffcb87;
    border-radius: 0.2rem;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.download-icon {
    width: 0.42rem;
    height: 0.42rem;
}
.download-icon img {
    width: 100%;
}
.download-a {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.download-version {
    /*width: 2.8rem;*/
    height: 0.24rem;
    font-family:
        PingFangSC,
        PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #ffcb87;
    text-align: center;
    font-style: normal;
    text-transform: none;
    flex: 1;
}
.code {
    /* margin: auto; */
    margin-top: 0.6rem;
    width: 3rem;
    height: 3.3rem;
    background: #17130d;
    border-radius: 0.26rem;
    border: 0.06rem solid #ffcb87;
}
.code-img {
    width: 2rem;
    height: 2rem;
    margin: auto;
    margin-top: 0.3rem;
}
.code-desc {
    font-family:
        PingFangSC,
        PingFang SC;
    font-weight: 500;
    font-size: 0.32rem;
    color: #ebebeb;
    line-height: 0.45rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 0.2rem;
}
.help {
    width: 4.23rem;
    height: 0.65rem;
    /* margin: auto; */
    margin-top: 0.3rem;
    font-family:
        PingFangSC,
        PingFang SC;
    font-weight: 400;
    font-size: 0.28rem;
    /* color: #EBEBEB; */
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: url(../picture/desc_bg@2x.png);
    background-size: cover;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.help-a {
    /*color: #FFCB87;*/
    color: #000000;
    /*text-decoration: underline;*/
}
.help-a-border {
    /*border-bottom: 0.01rem solid #FFCB87;*/
    border-bottom: 0.01rem solid #000000;
}
.foot {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
/*.ios-link:hover{*/
/*    display: none;*/
/*}*/
.ios-link:hover .ios-desc {
    display: none;
}
.ios-link:hover .download-icon {
    display: none;
}
.ios-link:hover #ios-desc {
    display: block;
}
#ios-desc {
    display: none;
    position: absolute;
}
@media (min-width: 750px) {
    .page {
        height: auto;
        min-height: 100%;
    }
}
.beian {
    width: 100%;
    height: 0.5rem;
    /* position: absolute; */
    /* bottom: 0.2rem; */
    font-size: 0.24rem;
    /* left: 50%; */
    display: flex;
    flex-direction: column;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

/* 针对实际高度小于 548 手机适配 */
.min-page .code {
    width: 2.5rem;
    height: 2.8rem;
    padding: 0.2rem;
}
.min-page .code .code-img {
    width: 100%;
    margin-top: 0;
}
.min-page .code .code-desc {
    font-size: 0.24rem;
    line-height: unset;
    margin-top: 0.1rem;
}

.min-page .download-list {
    margin-top: 0.8rem;
}
.min-page .download-button {
    height: 0.8rem;
}
.min-page .download-icon {
    width: 0.4rem;
    height: 0.4rem;
}
.min-page .download-desc {
    font-size: 0.28rem;
}

.min-page .desc img {
    width: 96%;
}

.download-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}
.mask-box {
    max-width: 500px;
    position: absolute;
    width: 86%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f9f9f9;
    height: auto;
    padding: 3%;
    border-radius: 11px;
}

#download-mask-id {
    display: none;
}
.now-download {
    width: 100%;
    color: #000;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}

.a1,
.a2 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 17px;
}

.a2 {
    font-weight: 500;
    color: #f33;
    text-align: center;
}

.a2 span {
    color: rgb(0, 164, 255);
}

.close-btn {
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 3;
    background: url("../picture/close-mask-btn.png") no-repeat top left/28px 28px;
    top: auto;
    bottom: -35px;
    left: 50%;
    margin-left: -14px;
}

.gif-box {
    max-width: 100%;
}

.gif-img {
    width: 100%;
    max-width: 100%;
}

.gif-btn {
    max-width: 340px;
    height: 44px;
    line-height: 44px;
    padding: 0 11px;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #ff7b52, #f7c46b);
}
