body{
    background-color: #181e25;
}
header{
    background-color: #181a20;
}
a{
    color: #FFF;
    text-decoration: none;
}
a:hover{
    color: #fcd535;
}
.head-main{
    width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main{
    width: 1150px;
    margin: auto;
    overflow: hidden;
}
.nav{
    display: flex;
    gap: 1.5rem;
}
.nav a{
    font-size: 1rem;
}
.user{
    display: flex;
    gap: .8rem;
}
.user a{
    display: block;
    padding: .5rem 1rem;
    font-size: .8rem;
    border-radius: .3rem;
}
.same{
    background-color: #2b3139;
}
.same:hover{
    background-color: #21252a;
}
.appdown{
    background-color: #fcd535;
    color: #000;
}
.appdown:hover{
    background-color: #c6a41c;
    color: #000;
}
.index-top{
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    margin: 2rem 0;
}
.index-top .left h1{
    font-size: 2.4rem;
}
.index-top .left strong{
    color: #F0B90B;
    font-size: 4rem;
}
.index-top .left .show-info{
    font-weight: 700;
    font-size: 2.3rem;
}
.index-top .right{
    width: 200px;
}
.getmail{
    margin-top: 2rem;
    display: flex;
    gap: .5rem;
}
.getmail input{
    width: 300px;
    border-radius: .5rem;
    caret-color: #f0b90b;
    padding:0 .5rem;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    outline: none;
    overflow: hidden;
    border: solid 1px #3a3a3a;
}
.getmail a{
    display: block;
    border-radius: .5rem;
    background-color: #fcd535;
    color: #000;
    padding: .5rem 1rem;
}
.getmail a:hover{
    background-color: #c6a41c;
}
.downs{
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.down a{
    color: #000;
    display: block;
    background-color: #FFF;
    padding: .8rem 1.4rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-radius: .5rem;
}
.down a:hover{
    background-color: #ccc;
}
.tips{
    font-size: .8rem;
    color: #bbb;
}
.tit{
    text-align: center;
}
.tit-lite{
    font-size: 1.8rem;
    font-weight: bold;
}
.tit h2, .tit h3{
    color: #FFF;
}
.tit h2{
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
}
.tit p{
    font-size: .8rem;
    color: #848E9C;
}
.block{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 3rem;
}
.block div{
    margin: 2rem 0;
    text-align: center;
    color: #848E9C;
    line-height: 240%;
}
.block div h3{
    color: #FFF;
    font-size: 1.8rem;
}
.block div img{
    width: 5rem;
}
.block div p{
    font-size: .8rem;
}
.block-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.block-a img{
    width: 298px;
}
.text{
    width: 800px;
    font-size: 1rem;
    color: #FFF;
    line-height: 2.4;
}
.text h3{
    font-size: 2rem;
}

.block-k{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    color: #5e6673;
}
.block-k .k{
    display: flex;
    gap: .8rem;
    align-items: center;
}
.block-k .k svg{
    width: 5rem;
}

footer{
    margin-top: 3rem;
    width: 100%;
    padding: 1rem 0;
}
.foot{
    width: 1150px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    border-top: solid 1px #848E9C;
    margin-top: 1rem;
    padding-top: 1rem;
}
.foot-block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: auto;
    width: 1150px;
}
.lite-tit{
    font-size: 1.1rem;
    color: #FFF;
    font-weight: 700;
}
.foot-views ul{
    line-height: 2;
    margin-top: .5rem;
}
.foot-views ul li{
    font-size: .8rem;
}
.foot-views ul li a{
    color: #eaecef;
}
.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease-out;
    color: #848E9C;
}
.answer p{
    padding: .5rem 1rem .5rem 4rem;
}
.faq{
    color: #FFF;
}
.question{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: .5rem;
    color: #eaecef;
}
.on{
    background-color: #1e2329;
}
.question .num{
    border: solid 1px #2b3139;
    color: #eaecef;
    padding: .2rem .65rem;
    border-radius: .4rem;
    font-weight: 700;
}
.question .q{
    margin-right: auto;
    font-size: 1.2rem;
}
.open{
    font-size: 1.4rem;
    width: 2.1rem;
    height: 2.1rem;
    text-align: center;
    border-radius: 50%;
}
.active{
    background-color: #fcd535;
    color: #000;
}
.register{
    background: #000000;
    margin: 2rem 0;
    padding: 2rem;
    border-radius: .5rem;
}
.register a{
    display: block;
    background: #fcd535;
    color: #000;
    width: 164px;
    height: 48px;
    line-height: 48px;
    margin:2rem auto;
    text-align: center;
    border-radius: .5rem;
}
.block-news{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    color: #848e9c;
    margin: 2rem 0;
}
.block-news div{
    transition: transform 0.1s ease;
}
.block-news div:hover{
    transform: scale(1.005);
}
.block-news img{
    border-radius: 1rem;
    overflow: hidden;
}
.block-news h3{
    font-size: 1.3rem;
    margin: 1rem 0;
}
.block-news p{
    font-size: .8rem;
    line-height: 180%;
}
.block-news span{
    display: block;
    margin-top: 1rem;
    font-size: .8rem;
}
.breadcrumbs{
    color: #848e9c;
    padding: 1rem 0;
    font-size: .8rem;
}
.breadcrumbs a{
    color: #848e9c;
}
.article{
    display: flex;
    justify-content: space-between;
    color: #EAECEF;
}
.article .left{
    width: 830px;
}
.article .left h1{
    color: #FFF;
}
.article .left .uptime{
    font-size: #848E9C;
    margin: 1rem 0;
}
.article .left .content{
    line-height: 2.4;
    color: #B7BDC6;
}
.article .left .content a{
    text-decoration: underline;
    color: #fcd535;
}
.article .left .content img{
    display: block;
    /* max-width: 800px; */
    margin: 1rem auto;
}
.article .left .content h2, .article .left .content h3, .article .left .content h4{
    font-size: 1.2rem;
    color: #EAECEF;
}
.article .left .content iframe{
    height: 315px;
    margin: 1rem auto;
    display: block;
}
.article .right{
    width: 280px;
    overflow: auto;
}
.article-info{
    display: flex;
    gap: .8rem;
    font-size: .8rem;
}
.context{
    margin: 2rem 0;
    color: #848e9c;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.context a{
    color: #848e9c;
}
.context a:hover{
    color: #fcd535;
}
figure {
    margin: 0 auto;
    text-align: center;
}
.media iframe{
    min-height: 315px;
}
.author{
    padding: .8rem;
    background: #232a33;
    border-radius: .5rem;
    margin: 1rem 0;
}
.author-main{
    display: flex;
    gap: .8rem;
}
.author-tit{
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.author-img{
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
    border-radius: .5rem;
    overflow: hidden;
}
.author-info{
    font-size: .9rem;
    color: #848e9c;
}
.author-info span{
    margin-bottom: .5rem;
}
.author-info b{
    color: #EAECEF;
    font-size: 1rem;
}
.author-info p{
    line-height: 160%;
}
.share{
    margin: 1rem 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.hot{
    background: #2b3139;
    border-radius: .5rem;
    padding: 1rem;
    margin-top: 2rem;
}
.hot p{
    margin: 1rem 0;
    font-size: .9rem;
}
.hot svg{
    width: 64px;
    height: 64px;
}
.hot a{
    display: block;
    background: #fcd535;
    color: #000;
    width: 164px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: .5rem;
}
.page{
    overflow: hidden;
}
.page ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
    overflow: hidden;
}
.page ul li a{
    display: block;
    border: solid 1px #2b3139;
    padding: .5rem 1rem;
    border-radius: .2rem;
}
.page ul li a:hover, .page .in{
    background: #fcd535;
    color: #000;
}
.read-table{
    background-color: #2b3139;
    max-width: 300px;
    padding: .2rem 1rem;
    border-radius: .5rem;
    border: solid 1px #6d6d6d;
    margin: 1rem 0;
}
.read-tool{
    font-size: .95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.read-table ul {
    list-style-type: none;
    counter-reset: section;
    font-size: .8rem;
}

.read-table ul li::before {
    counter-increment: section;
    content: counter(section) ". ";
}

.read-table ul ul {
    counter-reset: subsection;
    margin-left: 1rem;
}

.read-table ul ul li::before {
    counter-increment: subsection;
    content: counter(section) "." counter(subsection) " ";
}
.read-list {
    max-height: 1000px;
    transition: max-height 0.2s ease-out;
}
.read-list a{
    color: #EAECEF !important;
    text-decoration: none !important;
}
.read-list.hidden {
    max-height: 0;
    overflow: hidden;
    border-top: none;
}
.toggle-icon {
    transition: transform 0.3s ease;
}
.toggle-icon.rotated {
    transform: rotate(180deg);
}
.list-img{
    display: block;
    height: 12rem;
}
.wap-menu, .wap-nav{
    display: none;
}
.android{
    width: 100%;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: top center;
    overflow: hidden;
    margin-bottom: 3rem;
}
.mask{
    padding-top: 20rem;
    background: linear-gradient(to top, rgba(24, 30, 37, 1), rgba(0, 0, 0, 0));
    overflow: hidden;
}
.down-start{
    text-align: center;
}
.down-start b{
    color: #fcd535;
}
.down-start h1{
    color: #FFF;
    margin: 1rem 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
.down-start p{
    color: #848e9c;
    width: 60%;
    margin: auto;
}
.down-start a{
    display: block;
    background: #fcd535;
    color: #000;
    width: 164px;
    height: 48px;
    line-height: 48px;
    margin: 1rem auto;
    text-align: center;
    border-radius: .5rem;
    font-weight: bold;
}
.down-start a:hover{
    background: #ccaa23;
}
.other_down_main{
    overflow: hidden;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.other_down{
    background-color: #0b0e11;
    border-radius: .5rem;
    padding:1rem 1.4rem;
}
.other_down h3{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #FFF;
}
.other_down p{
    line-height: 180%;
    margin: .5rem 0 1rem 0;
    color: #848e9c;
    font-size: .8rem;
}
.down-btn1 a{
    display: block;
    background: #fcd535;
    color: #000;
    width: 164px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: .5rem;
    font-weight: bold;
}
.logo-link img{
    height: 64px;
}
.reg{
    text-align: center;
    color: #FFF;
    margin-bottom: 5rem;
}
.reg-img{
    width: 300px;
    margin: 1rem auto;
    padding: 1rem;
    border-radius: 1rem;
    border: solid 1px #5e656f;
}
.reg img{
    width: 300px;
    border-radius: .5rem;
}
.auth-views{
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.auth-views img{
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    flex-shrink: 0;
}
.auth-views div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fqas{
    overflow: hidden;
    margin-top: 2rem;
}
.fqas div{
    background: #232a33;
    border: solid 1px #0f1216;
    padding: 15px 15px 20px;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.fqas div h3{
    font-size: 1.5rem;
    border-bottom: 1px solid #0f1216;
    padding-bottom: 0.825rem;
    margin-bottom: 0.825rem;
    position: relative;
    padding-right: 40px;
    color: #EAECEF;
}
.fqas div p{
    font-size: .9rem;
    color: #848e9c;
}
@media screen and (max-width: 750px) {
    .head-main, main, .foot-block, .foot{
        width: 100%;
    }
    .head-main{
        position: relative;
        padding-left: .8rem;
        padding-right: .8rem;
    }
    main{
        padding: 0 .8rem;
    }
    .wap-menu{
        display: block;
        color: #FFF;
    }
    .nav{
        position: fixed;
        flex-direction: column;
        background: #181a20;
        padding: 1rem;
        top: 0;
        left: -400px;
        width: 150px;
        height: 100%;
        z-index: 1;
        transition: left 0.3s ease-in-out;
        box-shadow: 0 0 20px #181a20;
    }
    .wap-nav{
        font-size: 1.4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #FFF;
    }
    .same{
        display: none !important;
    }
    .article{
        flex-direction: column;
    }
    .article .left, .article .right{
        width: 100%;
    }
    .media iframe{
        min-height: 12.5rem;
    }
    .hot {
        margin-bottom: 2rem;
    }
    .hot a{
        width: 100%;
    }
    .block-news{
        grid-template-columns: repeat(1, 1fr);
    }
    footer{
        padding: 0 .8rem 1rem .8rem;
    }
    .foot-block{
        grid-template-columns: repeat(2, 1fr);
    }
    .page ul{
        gap: .2rem;
    }
    .index-top{
        flex-direction: column;
    }
    .index-top .right{
        display: none;
    }
    .downs{
        flex-direction: column;
    }
    .down a{
        justify-content: center;
    }
    .getmail{
        flex-direction: column;
    }
    .getmail input{
        text-align: center;
        width: 100%;
    }
    .getmail a{
        text-align: center;
    }
    .index-top .left{
        text-align: center;
    }
    .index-top .left strong{
        font-size: 3rem;
    }
    .index-top .left .show-info{
        font-size: 1.8rem;
    }
    main .block-a{
        flex-direction: column;
    }
    .text{
        width: 100%;
        font-size: .9rem;
    }
    .block div p{
        line-height: 180% !important;
    }
    .text h3{
        font-size: 1.5rem;
        margin-top: 1rem;
    }
    .other_down_main{
        grid-template-columns: 1fr;
    }
    .down-start a, .down-btn1 a{
        width: 100%;
    }
    .android{
        background-size: 100%;
    }
    .mask{
        padding-top: 16rem;
    }
    .down-start p{
        width: 100%;
    }
    .author-main{
        flex-direction: column;
    }
    .author-tit{
        text-align: center;
    }
    .author-img{
        margin: auto;
    }
    .author-info span{
        display: block;
        text-align: center;
    }
}