html {
    font-size: 100px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

.section {
    background:#1a1a1a url(https://file.mphdx.com/2021/02/05/45307f0184eb49e0a092ca8aa576b5b5.png) no-repeat;
    background-size: 100% 100%;
}
.sec-inner{
    padding: .2rem .2rem 0 .2rem;
}
.img1 {
    display: block;
    width: 2.31rem;
    margin: auto auto .2rem;
}

.section p {
    margin: 0;
    font-size: .14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .2rem;
}

.color {
    color: #0098EC;
    text-decoration: none;
}

.section .last {
    margin-bottom: .3rem;
}

.img2 {
    display: block;
    width: 3.39rem;
    margin: auto auto .2rem;
}

.img3 {
    display: block;
    width: 2.68rem;
    margin: auto auto .2rem;

}

.bod {
    display: flex;
    justify-content: space-around;
    padding-bottom: .24rem;
}

.inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.tu {
    width: .26rem;
    height: .3rem;
    margin-bottom: .1rem;
}

.tu2 {
    width: .3rem;
    height: .24rem;
    margin-top: .03rem;
    margin-bottom: .13rem;
}

.tu3 {
    width: .3rem;
    height: .32rem;
    margin-bottom: .08rem;
}

.t1 {
    height: .2rem;
    margin-bottom: .12rem;
    font-size: .14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .2rem;
}

.t2 {
    height: .17rem;
    font-size: .12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0098EC;
    line-height: .17rem;
}
.mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.82rem;
    background: #010101;
}
.mb-img{
    width: .2rem;
    height: .2rem;
    margin-right: .1rem;
}
.mobile-z{
    height: .28rem;
    font-size: .2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .28rem;
    text-decoration: none;
}

