html{
    background-color: #17162E;
    margin-top: 0px !important;
}
body{
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.head{
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.web-name a{
    display: flex;
    align-items: center;
    gap: .8rem;
    text-decoration: none;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
}
.web-name .icon{
    width: 2.4rem;
}
.nav ul{
    display: flex;
    gap: 1rem;
}
.nav ul a{
    text-decoration: none;
    color: #FFF;
    font-size: 1.1rem;
}
.nav ul a:hover{
    text-decoration: underline;
}
.wap-nav{
    display: none;
}
main{
    width: 1170px;
    margin: auto;
}
.block-one{
    margin-top: 3rem;
    display: flex;
    gap: 5rem;
    color: #9492AA;
    align-items: center;
}
.text-tit h2{
    color: #FFF;
    margin-bottom: .5rem;
}
.index-down{
    display: flex;
    text-align: center;
    gap: 1rem;
    margin: 2rem 0;
}
.index-down .mad-line{
    padding: .2rem;
    border: solid 2px #424056;
    margin: 1rem 0;
}
.index-down .mad{
    width: 8rem;
    height: 8rem;
    background-color: #424056;
}
.index-down .mad a{
    color: #FFF;
    text-decoration: none;
    display: flex block;
    gap: 1rem;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 8rem;
    height: 8rem;
}
.index-down .mad a svg{
    width: 3rem;
}
.block-one .info{
    font-size: .9rem;
    line-height: 180%;
}
.block-one .info-wap{
    display: none;
    font-size: .9rem;
    line-height: 180%;
}
.block-one .info p{
    margin-bottom: .5rem;
}
.block-one .screenshot{
    width: 30rem;
    flex-shrink: 0;
}

.dot .dot1 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #C92773;
    border-radius: 50%;
    margin-right: 5px;
}
.dot .dot2 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #DC31B2;
    border-radius: 50%;
    margin-right: 5px;
}
.dot .dot3 {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #CB3AD8;
    border-radius: 50%;
    margin-right: 5px;
}
.block-two{
    display: flex;
    gap: 5rem;
    margin-top: 5rem;
}
.block-two .text{
    width: 25rem;
    color: #FFF;
}
.block-two .text h2{
    margin-top: 3rem;
}
.tbg-1{
    background-image: url(../images/num1.png);
    background-repeat: no-repeat;
    background-size: 12rem;
}
.tbg-2{
    background-image: url(../images/num2.png);
    background-repeat: no-repeat;
    background-size: 12rem;
}
.tbg-3{
    background-image: url(../images/num3.png);
    background-repeat: no-repeat;
    background-size: 12rem;
}
.tbg-4{
    background-image: url(../images/num4.png);
    background-repeat: no-repeat;
    background-size: 12rem;
}
footer{
    margin-top: 3rem;
}
.foot{
    width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    margin: auto;
    padding: 1rem 0;
    color: #666;
    font-size: .9rem;
}
.foot-left div{
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
}
.foot-left div svg{
    height: 3rem;
    color: #FFF;
}
.foot-right img{
    width: 5rem;
}
.wap-down{
    display: none;
}
.block-three{
    display: flex;
    gap: 5rem;
    color: #FFF;
    font-size: .9rem;
}
.block-three .text{
    line-height: 180%;
}
.tit{
     color: #FFF;
     margin: 1rem 0;
}
.views-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #CCC;
    gap: 2rem;
}
.views-pic{
    display: block;
    height: 10rem;
    background-repeat: no-repeat;
    background-size: 100%;
}
.views-list h3{
     margin: .8rem 0;
}
.views-list h3 a{
    text-decoration: none;
    color: #FFF;
    font-size: 1.1rem;
}
.views-list h3 a:hover{
    text-decoration: underline;
}
.views-list p{
    font-size: .8rem;
    line-height: 180%;
}
.down{
    text-align: center;
    color: #FFF;
    margin-bottom: 2rem;
}
.down img{
    height: 30rem;
}
.down h1{
    margin: 1rem 0;
}
.down p{
    width: 80%;
    margin: auto;
}
.down-btn a{
    display: block;
    margin: 1rem auto;
    width: 400px;
    height: 3rem;
    background: linear-gradient(60deg, #ff59a7, #d459f9);
    box-shadow: 0px 0.153846rem 0.512821rem 0px rgba(255, 18, 133, 0.15);
    border-radius: 1.5rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 3rem;
    text-decoration: none;
    color: #FFF;
}
.down-btn a:hover{
    background: linear-gradient(60deg, #a81f5f, #8829a5);
}
.more-down{
    display: flex;
    gap: 2rem;
}
.more-down a{
    width: 50%;
    text-decoration: none;
    color: #FFF;
    display: block flex;
    gap: .8rem;
    background-color: #424056;
    padding: 1rem;
    border-radius: .5rem;
}
.more-down a svg{
    width: 3rem;
    flex-shrink: 0;
}
.more-down a h3{
    font-size: 1.4rem;
}
.more-down a p{
    font-size: .9rem;
    color: #CCC;
}
.breadcrumbs{
    width: 1170px;
    font-size: .8rem;
    margin: auto;
    padding: 1rem 0;
    color: #FFF;
}
.breadcrumbs a{
    color: #FFF;
    text-decoration: none;
}
.breadcrumbs a:hover{
    text-decoration: underline;
    color: #09f;
}
.page{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin: 2rem 0;
}
.page a,.current{
    display: block;
    border: solid 1px #fff;
    background-color: #fff;
    padding: .3rem .5rem;
    border-radius: .2rem;
    text-decoration: none;
    color: #000;
    font-size: .8rem;
}
.page a:hover, .current{
    background: #9e2468;;
    color: #FFF;
}
.news{
    width: 750px;
    margin: auto;
    color: #FFF;
}
.content{
    line-height: 200%;
    font-size: 1rem;
    color: #CCC;
}
.content p {
    font-size: 1rem;
}
.content h2, .content h3{
    font-size: 1.2rem;
    color: #FFF;
}
.content a{
    color: #9e2468;
    font-weight: 700;
}
.content img {
    max-width: 750px;
    margin: .8rem auto;
    display: block;
}
.nextorprev{
    font-size: .8rem;
    margin-top: 1rem;
}
.nextorprev a{
    color: #FFF;
    text-decoration: none;
    font-size: .8rem;
}
.nextorprev a:hover{
    text-decoration: underline;
}
.author{
    font-size: .8rem;
    margin: 1rem 0;
}
#faqsu-faq-list .faqsu-faq-question{
    color: #333;
}
@media screen and (max-width: 950px) {
    body{
        background-image: url(../images/wap-bg.png);
    }
    .head{
        width: 100%;
        padding: 1rem .8rem;
        position: relative;
    }
    .nav{
        position: absolute;
        top: 0;
        left: -400px;
        height: 100vh;
        background-color: #9E2468;
        transition: left 0.3s ease-in-out;
        box-shadow: 0 0 20px #000;
        width: 200px;
    }
    .nav.open{
        left: 0;
    }
    .nav.close{
        left: -400px;
    }
    .nav ul{
        margin-top: 5rem;
        flex-direction: column;
        padding: 1rem;
    }
    .nav ul li{
        margin-bottom: 1rem;
    }
    .wap-nav{
        display: block;
    }
    .wap-nav svg{
        width: 2rem;
        color: #FFF;
    }
    main{
        width: 100%;
        padding: .8rem;
    }
    .p-top {
        order: 1 !important;
    }

    .p-bottom {
        order: 2 !important;
    }
    .block-one{
        flex-direction: column;
        gap: 2rem;
        margin-top: 1rem;
    }
    .block-one .screenshot{
        width: 100%;
    }
    .block-two{
        flex-direction: column;
    }
    .index-down{
        display: none;
    }
    .info{
        display: none;
    }
    .block-one .info-wap{
        display: block;
        font-size: .9rem;
        line-height: 180%;
    }
    .wap-down{
        display: block;
        width: 100%;
        height: 3rem;
        background: linear-gradient(60deg, #ff59a7, #d459f9);
        box-shadow: 0px 0.153846rem 0.512821rem 0px rgba(255, 18, 133, 0.15);
        border-radius: 1.5rem;
        text-align: center;
        line-height: 3rem;
    }
    .wap-down a{
        font-size: 1.2rem;
        color: #FFF;
        text-decoration: none;
    }
    .text-tit p{
        color: #fff;
    }
    .foot{
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .foot-right{
        display: none;
    }
    .foot-left div{
        justify-content: center;
    }
    .block-three{
        flex-direction: column;
        gap: 2rem;
    }
    .views-list{
        grid-template-columns: 1fr;
    }
    .views-pic{
        background-size: 100%;
    }
    .down-btn a{
        width: 100%;
    }
    .more-down{
        flex-direction: column;
    }
    .more-down a{
        width: 100%;
    }
    .breadcrumbs{
        padding: .8rem 0;
        width: 100%;
    }
    .news{
        width: 100%;
    }
    .content img{
        max-width: 100%;
    }
}