@media screen and (max-width: 768px) {

    .header {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }

    .header .logo {
        height: 50px
    }


    #section1 {
        position: relative;
        padding: 0 20px;
        padding-bottom: 3.13vw;
        box-sizing: border-box;
    }

    #section1::before {
        position: absolute;
        content: '';
        top: 0;
        width: 360px;
        height: 180px;
        left: 50%;
        margin-left: -180px;
        background: url(images/bg1.png) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
    }

    #section1 .bg1 {
        position: absolute;
        top: -30px;
        left: 0;
        height: 600px;
        width: 200px;
        background: url(images/bg2.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #section1 .bg2 {
        position: absolute;
        top: -80px;
        right: 0;
        width: 375px;
        height: 375px;
        background: url(images/bg3.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .arrow_cool_down {
        display: block;
        width: 24px;
        height: 24px;
        margin: 20px auto 40px auto;
    }

    #section1 .title_box {
        padding-left: 10px;
        padding-top: 30px;
        font-weight: bold;
    }

    #section1 .title_box .title {
        font-size: 30px;
        color: #FFFFFF;
    }

    #section1 .title_box .title2 {
        height: 40px;
        margin: 16px 0;
    }

    #section1 .title_box .btn_box {
        display: flex;
        align-items: center;
        margin-top: 32px;
    }

    #section1 .title_box .btn_box img {
        height: 40px;
        margin-right: 16px;
    }

    #section2 {
        position: relative;
        padding: 0 30px;
    }

    #section2::before {
        position: absolute;
        content: '';
        top: 14.29vw;
        left: 50%;
        width: 62.55vw;
        height: 41.67vw;
        margin-left: -31.25vw;
        background: url(images/bg44.png) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
    }

    #section2::after {
        position: absolute;
        content: '';
        top: -5vw;
        right: 0;
        width: 60.63vw;
        height: 101.72vw;
        background: url(images/bg444.png) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -2;
        opacity: 0.9;
    }

    #section2 .desc_item {
        display: flex;
        align-items: center;
    }

    #section2 .desc_item .icon {
        width: 48px;
        height: 48px;
        margin-right: 10px;
    }

    #section2 .desc_item .title {
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 6px;
        text-transform: none;
        color: transparent;
        background-image: linear-gradient(315deg, #2BFFFF 0%, #23B6E6 100%);
        -webkit-background-clip: text;
    }

    #section2 .desc_item .desc {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

    #section2 .yin {
        height: 20px;
        margin-top: 24px;
        margin-bottom: 8px;
    }

    #section2 .title2 {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 18px;
        margin-bottom: 30px;
    }

    #section2 .col2 {
        display: block;
    }

    #section2 .col2l {
        flex: 1;
        margin-right: 0;
    }

    #section2 .col2r {
        flex: 1;
    }

    #section2 .icon {
        height: 48px;
        margin-bottom: 1.25vw;
    }

    #section2 .text {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        margin-bottom: 24px
    }


    #section3 {
        position: relative;
        padding-left: 30px;
        overflow: hidden;
        margin-top: 40px;
        margin-bottom: 60px;
    }


    #section3 .bg {
        height: auto;
        width: 100%;
    }

    #section4 {
        position: relative;
        padding: 0 30px;
    }

    #section4 .desc_item {
        display: flex;
        align-items: center;
    }

    #section4 .desc_item .icon {
        width: 48px;
        height: 48px;
        margin-right: 10px;
    }

    #section4 .desc_item .title {
        font-weight: bold;
         font-size: 22px;
        line-height: 28px;
        margin-bottom: 6px;
        text-transform: none;
        color: transparent;
        background-image: linear-gradient(315deg, #2BFFFF 0%, #23B6E6 100%);
        -webkit-background-clip: text;
    }

    #section4 .desc_item .desc {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

    #section4 .yin {
        height: 20px;
        margin-top: 24px;
        margin-bottom: 8px;
    }

    #section4 .title2 {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 18px;
        margin-bottom: 30px;
    }

    #section4 .col2 {
        display: block;
        position: relative;
    }

    #section4 .col2::before {
        position: absolute;
        content: '';
        top: 140px;
        left: -30px;
        right: -30px;
        height: 280px;
        background: url(images/bg6.png) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -2;
    }

    #section4 .col2::after {
        position: absolute;
        content: '';
        top: 140px;
        left: 50%;
        width: 360px;
        height: 180px;
        margin-left: -180px;
        background: url(images/bg7.png) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
    }

    #section4 .col2l {
        flex: 1;
        margin-right: 2.08vw;
    }

    #section4 .col2r {
        flex: 1;
    }

    #section4 .card {
        position: relative;
        height: auto;
        background-color: rgba(40, 40, 40, 0.4);
        border-radius: 10px;
        backdrop-filter: blur(0.73vw);
        padding: 24px 32px;
        margin-bottom: 2.08vw;
    }

    #section4 .arl {
        position: absolute;
        bottom: -2.6vw;
        right: -1vw;
        height: 3.13vw;
    }

    #section4 .card2 {
        height: 80px;
        background-image: url("images/bg5.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #section4 .card2::after {
        content: '';
        position: absolute;
        height: 11.35vw;
        top: 0;
        left: 0;
        right: 0;
        background-image: url("images/bg55.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.4;
    }

    #section4 .card3 {
        height: auto;
    }

    #section4 .icon {
        height: 36px;
        margin-bottom: 10px;
    }

    #section4 .label {
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 20px;
        margin-bottom: 10px;
    }

    #section4 .text {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 20px;
    }

    #section5 {
        position: relative;
        padding: 0 30px;
        margin-top: 60px;
    }

    #section5 .desc_item {
        display: flex;
        align-items: center;
    }

    #section5 .desc_item .icon {
        width: 48px;
        height: 48px;
        margin-right: 10px;
    }

    #section5 .desc_item .title {
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 6px;
        text-transform: none;
        color: transparent;
        background-image: linear-gradient(315deg, #2BFFFF 0%, #23B6E6 100%);
        -webkit-background-clip: text;
    }

    #section5 .desc_item .desc {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

    #section5 .yin {
        height: 20px;
        margin-top: 24px;
        margin-bottom: 8px;
    }

    #section5 .title2 {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 18px;
        margin-bottom: 30px;
    }

    #section5 .icon10 {
        height: 60px;
        margin-bottom: 24px
    }

    #section5 .scroll_box {
        height: 280px;
        margin-right: -30px;
        overflow-x: scroll;
    }

    #section5 .scroll_list {
        width: 100%;
    }

    #section5 .scroll_item {
        padding: 16px 16px;
        width: 240px;
        height: 280px;
        background: rgba(40, 40, 40, 0.8);
        border-radius: 1.56vw;
        backdrop-filter: blur(0.73vw);
        margin-right: 10px
    }

    #section5 .scroll_item .label {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-transform: none;
        color: transparent;
        background-image: linear-gradient(315deg, #2BFFFF 0%, #23B6E6 100%);
        -webkit-background-clip: text;
    }

    #section5 .scroll_item .icon2 {
        height: 36px;
        margin: 16px 0;
    }

    #section5 .scroll_item .desc2 {
        font-size: 14px;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 10px;
    }

    #section5 .scroll_item .text {
        font-size: 14px;
        color: #FFFFFF;
    }

    #section6 {
        position: relative;
        padding: 0 30px;
        margin-top: 9.38vw;
    }

    #section6::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 218px;
        height: 240px;
        background: url(images/bg8.png) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    #section6 .desc_item {
        display: flex;
        align-items: center;
    }

    #section6 .desc_item .icon {
        width: 48px;
        height: 48px;
        margin-right: 10px;
    }

    #section6 .desc_item .title {
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 6px;
        text-transform: none;
        color: transparent;
        background-image: linear-gradient(315deg, #2BFFFF 0%, #23B6E6 100%);
        -webkit-background-clip: text;
    }

    #section6 .desc_item .desc {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

    #section6 .yin {
        height: 20px;
        margin-top: 24px;
        margin-bottom: 8px;
    }

    #section6 .title2 {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 18px;
        margin-bottom: 30px;
    }




    #section6 .card {
        display: block;
        align-items: center;
        justify-content: space-between;
        margin-top:60px;
    }

    #section6 .card .card_item {
        flex: 1;
        text-align: center;
        margin: 16px;
        margin-bottom: 32px;
    }

    #section6 .card .iconc {
        height: 48px;
        margin-bottom: 10px
    }

    #section6 .card .font {
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
    }


    #section7 {
        text-align: center;
        margin-top: 60px;
    }

    #section7 .icon {
        height: 64px;
    }

    #section7 .media {
        height: 80px;
    }

    #section7 .title {
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        text-transform: none;
        color: transparent;
        background-image: linear-gradient(315deg, #2BFFFF 0%, #23B6E6 100%);
        -webkit-background-clip: text;
        margin: 10px 0;
    }

    #section7 .desc {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 16px;
        margin-bottom: 32px;
    }


    .footer {
        position: relative;
        padding: 0 24px;
        margin-top: 60px;
        padding-bottom: 30px
    }

    .footer::after {
        position: absolute;
        content: '';
        background: url(images/fbg.png) no-repeat;
        bottom: 40px;
        height: 400px;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }


    .footer .top_box {
        padding: 32px 0;
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
    }

    .footer .top_box .label {
        font-weight: bold;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 20px;
    }

    .footer .top_box .media_box {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .footer .top_box .media_box img {
        width: 24px;
        margin-right: 16px;
    }

    .footer .flogo {
        height: 40px;
        margin-top: 16px;
        margin-bottom: 16px
    }

    .footer .bottom_box {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .footer .bottom_box .copyright {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        margin-top: 24px;
    }

    .footer .bottom_box .email_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 32px;
        font-weight: bold;
        font-size: 10px;
        color: #FFFFFF;
        background: #2364E6;
        border: 1px solid #24FFAB;
    }

    .footer .bottom_box .icon {
        width: 12px;
        margin-left: 6px;
    }

}