* {
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    margin: 0;
}
.head {
    height: 3.97rem;
    padding-top: .4rem;
    background: linear-gradient(180deg, #0A0E84 0%, #04064D 100%);
    box-sizing: border-box;
    text-align: center;
}

.head-title {
    height:.31rem;
    margin-bottom: .1rem;
    font-size: .24rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .31rem;
    text-align: center;
}

.head-sub-title {
    height: .24rem;
    margin-bottom: .2rem;
    font-size: .18rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: .24rem;
    text-align: center;
}

.head-img {
    width: 2.88rem;
    margin-left: .23rem;
}

.section {
    padding: .3rem .15rem .3rem;
    background: #FAFAFA;
}

.section-title {
    height: .33rem;
    margin-bottom: .2rem;
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: .33rem;
    text-align: center;
}

.section-body {
    font-size: .16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .22rem;
    text-align: justify;
    text-indent: 2em;
}

/*.section3-img {*/
/*    display: block;*/
/*    width: 660;*/
/*}*/

.section-img {
    display: block;
    width: 3.01rem;
    margin: .2rem auto;
}

.section-img2 {
    display: block;
    width:3.30rem;
    margin: auto;
}

.section2 {
    background-color: #FFFFFF;
}

.section-sub-title {
    height: .2rem;
    margin-bottom: .2rem;
    font-size: .14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .2rem;
    text-align: center;
}

.img-row {
    display: flex;
    justify-content: space-between;
    padding: 0 .32rem;
    margin-bottom: .2rem;
}

.row-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.row-img {
    width: .41rem;
    height: .4rem;
}

.img-tex {
    height: .28rem;
    font-size: .14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .28rem;
}

.section3 {
    padding: .4rem 0 .6rem;
    width: 100%;
    height: 5.59rem;
    background: url('https://file.mphdx.com/2021/01/23/8373bb8cac3f480cb9fa694651d9a562.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.section3 .section-title,
.section3 .section-sub-title {
    color: #fff;
}

.section4 {
    background-color: #fff;
    padding-bottom: .2rem;
}

.section5 .img-row,
.section4 .img-row {
    padding: 0;
    margin-bottom: .15rem;
}

.section4 .row-img {
    width: 1.65rem;
    height: 1.65rem;
}

.section4 .img-tex {
    height: .22rem;
    margin-top: .07rem;
    font-size: .16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .22rem;
}

.section5 .row-img {
    width: 1.08rem;
    height: 1.08rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.06);
}
.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;
}