.maxWidth {
    width: 1280px;
    min-width: 1280px;
    margin: 0 auto;
    padding: 96px 32px;
    box-sizing: border-box;
}

.bot {
    cursor: pointer;
    width: 200px;
    height: 200px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 998;
}

@keyframes aptrun {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        bottom: 100%;
    }
}

@media screen and (max-width: 767px) {
    .maxWidth{
        width: 100%;
        min-width: 100%;
    }
    .pc_body {
        display: none;
    }
    .app_body {
        display: block;
    }
    .mBanner2 .mBanner_box .getBtn {
        font-weight: 600;
        font-size: 16px;
    }
    .mBanner .mBanner_box {
        padding: 16px 25px;
    }
    .mBanner .mBanner_box .mBanner_box_sub1 {
        text-align: center;
    }

    #animate-bg .guang:nth-child(1){
        left: 20% !important;
        bottom: 0;
        opacity: 0;
        animation: aptrun 5s 3s linear infinite !important;
        animation-direction: normal;
    }
    #animate-bg .guang:nth-child(3){
        left: 33%;
        bottom: 100px;
        opacity: 0;
        height: 70px;
        animation: aptrun 2.5s 3s linear infinite !important;
    }
    #animate-bg .guang:nth-child(4){
        left: 42%;
        bottom: -100px;
        opacity: 0;
        height: 170px;
        animation: aptrun 2s 2s linear infinite !important;
    }
    #animate-bg .guang:nth-child(5){
        left: 50%;
        bottom: 0;
        animation: aptrun 2s linear infinite !important;
    }
    #animate-bg .guang:nth-child(6){
        left: 60%;
        bottom: 0;
        opacity: 0;
        height: 270px;
        animation: aptrun 6s 4s linear infinite !important;
    }
    #animate-bg .guang:nth-child(7){
        left: 70%;
        bottom: -100px;
        animation: aptrun 3s linear infinite !important;
    }
    #animate-bg .guang:nth-child(8){
        left: 80%;
        bottom: 100px;
        height: 80px;
        animation: aptrun 4s linear infinite !important;
    }
    #animate-bg .guang:nth-child(9){
        left: 90%;
        bottom: -100px;
        opacity: 0;
        animation: aptrun 3s 2s linear infinite !important;
    }
    #animate-bg .guang:nth-child(10){
        left: 96%;
        bottom: 0;
        animation: aptrun 4s linear infinite !important;
    }

    /*页面页脚*/
    .footer {
        padding: 16px 16px 64px 16px;
    }
    .footer .maxWidth {
        padding: 0 16px !important;
    }
    .footer .footer-top {
        display: block !important;
    }
    .footer .footer-top .contactUs {
        display: flex;
        flex-flow: column;
        gap: 24px;
    }
    .footer .footer-top .contactUs .item {
        margin-top: 0;
    }
    .footer .footer-top .footer-code {
        margin-top: 24px;
    }
    .footer .footer-code img:first-child {
        margin-right: 24px;
    }
    .footer .footer-bottom {
        margin-top: 32px;
        padding-top: 32px;
        display: block !important;
    }
    .footer .footer-bottom .website {
        margin-top: 24px;
        transform: translateY(30px);
    }
    .footer .footer-bottom .share {
        transform: translateY(-68px);
    }
    .footer .footer-bottom .website p {
        font-size: 14px;
    }

    /*表单弹窗*/
    .getScheme {
        margin-left: 0 !important;
        margin-top: 0 !important;
        top: 16px !important;
        left: 16px !important;
        width: calc(100% - 32px) !important;
        height: calc(100% - 32px) !important;
        overflow-y: auto;
    }
    .getScheme .close-img {
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 22px;
        right: 22px;
    }
    .getScheme .contactUs {
        width: 100% !important;
        height: auto !important;
        padding: 64px 16px 48px 16px !important;
    }
    .getScheme .contactUs h2 {
        font-size: 30px !important;
        margin-bottom: 6px !important;
    }
    .getScheme .contactUs h3 {
        margin-bottom: 6px !important;
    }
    .getScheme .contactUs h4 {
        display: block !important;
        font-size: 14px;
        color: #01B7DE;
        margin-bottom: 0;
    }
    .getScheme .contactUs .list {
        display: none !important;
    }
    .getScheme .contactUs .way {
        display: none !important;
    }
    .submitForm {
        width: 100% !important;
        padding: 0 16px 48px !important;
        background: #F9FAFB !important;
    }

    .english .mobile-nav-dialog .mobile-nav-btn span {
        padding: 10px 123px;
    }
    .english .mobile-nav-dialog .mobile-nav-content .mobile-item .mobile-menu-children.tool .mobile-children-group .group-content-wenshi .group-content-item .content-item-c div p {
        white-space: normal;
    }
    .english .mobile-nav-dialog .mobile-nav-content .mobile-item .mobile-menu-children.tool .mobile-children-group .group-content-datian .group-content-item .content-item-c div p {
        white-space: normal;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .maxWidth{
        width: 96%;
        min-width: 96%;
    }
    .pc_body {
        display: none;
    }
    .app_body {
        display: block;
    }
    .mBanner .mBanner_box .mBanner_box_sub1 {
        text-align: center;
    }
    .mBody2 .list .item .maxWidth {
        padding: 64px 16px;
    }

    /*页脚*/
    .footer {
        padding: 64px 50px 48px 50px;
    }
    .footer .footer-top {
        gap: 121px !important;
    }

    /*联系我们弹窗*/
    .getScheme {
        width: 726px !important;
        height: 650px !important;
        margin-left: -363px !important;
        margin-top: -325px !important;
        left: 50% !important;
        top: 50% !important;
    }
    .getScheme .close-img {
        display: none;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 22px;
        right: 22px;
    }
    .getScheme .contactUs {
        width: 380px;
        height: 650px;
        float: left;
    }
    .getScheme .contactUs .way .item {
        width: 20px;
        height: 25px;
    }
    .getScheme .contactUs .way .item:nth-child(1) .icon-box .img1 {
        display: none;
    }
    .getScheme .contactUs .way .item:nth-child(1) .icon-box .img2 {
        display: block;
    }
    .getScheme .submitForm {
        width: 345px;
        padding: 38px 20px;
        box-sizing: border-box;
        float: left;
    }

    .english .getScheme .contactUs {
        width: 345px;
        padding: 22px;
    }
    .english .getScheme .contactUs .list {
        margin-bottom: 165px;
    }
    .english .getScheme .submitForm {
        width: 380px;
        padding: 22px 8px;
    }
    .english .footer .footer-top {
        gap: 0 !important;
    }
    .english .footer .footer-code img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .maxWidth{
        width: 950px;
        min-width: 950px;
    }
    .pc_body {
        display: block;
    }
    .app_body {
        display: none;
    }
    .mBanner .mBanner_box .mBanner_box_sub1 {
        text-align: center;
    }
    .mBody2 .list .item .maxWidth {
        padding: 96px 0;
    }
    .footer {
        padding: 64px 70px 48px 70px;
    }
    .getScheme {
        width: 985px !important;
        height: 650px !important;
        margin-left: -492px !important;
        margin-top: -325px !important;
        left: 50% !important;
        top: 50% !important;
    }
    .getScheme .close-img {
        display: none;
    }
    .getScheme .contactUs {
        width: 521px !important;
        height: 650px !important;
    }
    .getScheme .contactUs .way .item {
        width: 20px;
        height: 25px;
    }
    .getScheme .contactUs .way .item:nth-child(1) .icon-box .img1 {
        display: none;
    }
    .getScheme .contactUs .way .item:nth-child(1) .icon-box .img2 {
        display: block;
    }
    .getScheme .submitForm {
        width: 824px;
        padding: 38px 156px;
        box-sizing: border-box;
        float: left;
    }

    .english .getScheme {
        height: 670px !important;
    }
    .english .getScheme .contactUs {
        height: 670px !important;
        padding: 38px 20px;
    }
    .english .getScheme .submitForm {
        padding: 38px 110px;
    }
    .english .footer .footer-top {
        gap: 82px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .maxWidth{
        width: 1200px;
        min-width: 1200px;
    }

    .mBanner .mBanner_box .mBanner_box_sub1 {
         text-align: center;
     }
    .getScheme {
        width: 1216px !important;
        height: 684px !important;
        left: 50% !important;
        top: 50% !important;
        margin-left: -608px !important;
        margin-top: -342px !important;
    }
    .getScheme .contactUs {
        width: 390px !important;
        height: 684px !important;
    }
    .getScheme .close-img {
        display: none;
    }

    .english .footer .footer-top {
        gap: 165px !important;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
    .maxWidth{
        width: 1400px;
        min-width: 1400px;
    }

    .mBanner .mBanner_box .mBanner_box_sub1 {
         text-align: center;
     }
    .footer {
        padding: 64px 200px 48px 200px;
    }
    .getScheme .close-img {
        display: none;
    }

    .english .footer .footer-top {
        gap: 345px !important;
    }
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
    .maxWidth{
        width: 1550px;
        min-width: 1550px;
    }

    .mBanner .mBanner_box .mBanner_box_sub1 {
        text-align: center;
    }
    .getScheme .close-img {
        display: none;
    }

    /*底部*/
    .footer {
        padding: 64px 280px 48px 280px;
    }

    .english .footer .footer-top {
        gap: 460px !important;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .maxWidth{
        width: 1800px;
        min-width: 1800px;
    }
    .mBanner .mBanner_box .mBanner_box_sub1 {
        text-align: center;
    }
    .getScheme .close-img {
        display: none;
    }

    /*底部*/
    .footer {
        padding: 64px 280px 48px 280px;
    }

    .english .footer .footer-top {
        gap: 670px !important;
    }
}

@media screen and (min-width: 2560px) {
    .maxWidth{
        width: 2500px;
        min-width: 2500px;
    }
    .pc-nav-dialog .nav-cont.about .item {
        width: 290px;
    }
    .pc-nav-dialog .nav-cont.about .item .txt-box {
        flex: 0 0 220px;
    }
    .mBanner .mBanner_box .mBanner_box_sub1 {
        text-align: center;
    }
    .getScheme .close-img {
        display: none;
    }
    .footer {
        padding: 64px 300px 48px 300px;
    }
}
