.h5-header-box {
    display: none;
    color: #FFFFFF;
    position: relative;
    text-align: center;
    position: relative;
}

.h5-header-box .btn-experience {
    width: 1.6rem;
    height: 0.6rem;
    border: 1px solid #1679FF;
    border-radius: 0.4rem;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.6rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #1679FF;
    margin-top: 0.2rem;
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 880px) {
    :root {
        --padding-left: 5%;
    }
    .h5-header-box{
        padding-top: 1.3rem;
    }
    .title {
        font-size: 0.52rem;
        font-weight: bold;
    }

    .des {
        font-size: 0.26rem;
        color: #808080;
        margin-top: 5px;
        text-align: center;
    }

    .page2 .meter_box {
        width: 100%;
        margin: 0.8rem auto 0;
        gap: 0.4rem;
    }

    .meter_box .item {
        flex: none;
        width: 40%;
        margin-bottom: 0;
    }

    .meter_box .item:nth-child(n+5) {
        margin-top: 0;
    }

    /* .meter_box .item:nth-child(even){
        margin-right: 0;
    } */
    .meter_box .item .icon {
        width: 0.64rem;
        height: 0.64rem;
    }

    .meter_box .item .tit {
        font-size: 0.26rem;
    }

    .meter_box .item .des {
        min-width: 0;
        font-size: 0.22rem;
    }

    .page_head {
        padding: 0.4rem 0;
    }

    .page6 .title {
        margin-top: 0.4rem;
    }

    .page6_content {
        padding: 0;
        margin-top: 0.4rem;
        font-size: 0.28rem;
    }

    .page6_content .text span {
        margin: 0 0.3rem;
    }

    .page4 {
        padding: 1rem var(--padding-left) 0;
    }

    .page4 .cover-image {
        flex-direction: column;
    }

    .page4 .cover-image img {
        width: 100%;
    }
    .page4 .title2{
        margin-top: 0.6rem;
    }

    .page4 .h5-title {
        margin: 0.6rem 0 0;
    }

    .page4 .bottom {
        flex-direction: column;
        margin-top: 0;
    }

    .page4 .bottom .item {
        padding: 0;
        border: none;
        width: 100%;
        margin-top: 0.5rem;
        text-align: center;
    }

    .page4 .bottom .item .tit {
        display: inline-block;
        font-size: 0.32rem;
        font-weight: bold;
        background-image: url('/img/site/ic_mini_tit_bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.8;
    }
    .page4 .bottom .item .describe{
        font-size: 0.24rem;
    }
    .page4 .bottom .item:last-of-type{
        padding: 0;
    }

    .page3 .title,
    .page3 .des {
        margin-left: 0.8rem;
    }

    .page3 .title-box {
        left: 0;
        top: 0.5rem;
        max-width: 55%;
    }

    .page3 .des {
        color: #333;
    }

    .page3_manager .t-item:nth-child(1) {
        padding-right: 0.2rem;
        border: none;
    }

    .page3_manager .t-item:nth-child(2) {
        padding-left: 0.2rem;
    }

    .page3_manager .item:first-of-type {
        border: none;
    }

    .page3_manager .item {
        height: 2.5rem;
        margin-top: 0;
    }

    .page3_manager .item .top {
        font-size: 0.26rem;
        color: #000;
    }

    .page3_manager .item .top img {
        width: 0.66rem;
        height: auto;
        object-fit: cover;
        object-position: center;
        margin-right: 0.16rem;
    }

    .page3_manager .item .description {
        font-size: 0.22rem;
    }

    .page3 .step-box {
        padding: 0.6rem var(--padding-left) 0.4rem;
    }
    .page3 .step-box .title{
        text-align: center;
        margin: 0;
    }
    .page3 .step-box .des{
        text-align: center;
        margin: 0;
    }
    .page3 .step-box .bottom {
        align-items: start;
        flex-direction: column;
    }
    .page3 .step-box .bottom .step{
        padding-left: 0.6rem;
    }

    .page3 .step-box .item {
        margin-top: 0.4rem;
        font-size: 0.22rem;
    }

    .page3 .step-box .item .tag {
        font-size: 0.56rem;
    }

    .page3 .step-box .item .tit {
        font-size: 0.27rem;
        font-weight: bold;
    }

    .page3 .step-box img {
        width: 100%;
        margin-top: 0.4rem;
    }

    .page5 .title{
        margin: 0 0 0.7rem;
    }
    .page5 .analyse-head{
        margin-top: 0.4rem;
        border-left: 0.08rem solid #0569E2;
        font-size: 0.3rem;
        font-weight: bold;
        padding-left: 0.12rem;
    }
    .page5 .analyse-head .line{
        display: none;
    }
    .page5 .analyse-body{
        flex-direction: column;
        justify-content: center;
    }
    .analyse-body .tit{
        font-size: 0.24rem;
        font-weight: bold;
        margin-top: 0.18rem;
    }
    .analyse-body .describe{
        font-size: 0.24rem;
    }
    .page5 .analyse-body img{
        width: 100%;
        margin-left: 0;
        margin-top: 0.2rem;
    }
    .page5-btitle{
        margin: 0.7rem 0 0.3rem !important;
    }
    .page5 .imgs-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.2rem;
    }
    .page5 .imgs-box .item{
        flex: 42%;
        margin-right: 0;
    }
}