html,
body {
    /* width: 100%; */
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
}

a,
a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

button {
    box-shadow: none !important;
}

.flex {
    display: flex;
    align-items: center;
    height: 100%;

}
.submitBg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 300;
    color: #16A34A;
}
.form-modal{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all 5s;
    z-index: 300; 
}

.form-modal .formContent{
    width: 500px;
    background-color: #fff;
    /* padding: 20px; */
    border-radius: 15px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}
.form-modal .formContent .submitBtn{
    width: 100%;
    font-size: 18px;
    background-color: #22C55E;
    color: #fff;
    border-radius: 15px;
    padding: 8px 0;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    outline: none;
}
.form-modal .formContent .form{
    padding:20px 55px;
}
.form-modal .formContent .form .formItem input{
    width: 100%;
    padding:15px 10px;
    padding-left: 40px;
    border-radius: 5px;
    border:none;
    font-size: 15px;
    border: 1px solid #DBDBDB;
    outline:none;
}
.form-modal .formContent .form .formItem .inputIcon{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
}
.form-modal .formContent .form .formItem{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}
.form-modal .formContent .form .formItem .nameValid{
    color: red;
    position: absolute;
    bottom: -6px;
    left: 7px;
    font-size: 13px;
    display: none;
}
.form-modal .formContent .form .formItem .companyValid{
    color: red;
    position: absolute;
    bottom: -6px;
    left: 7px;
    font-size: 13px;
    display: none;
}
.form-modal .formContent .form .formItem .phoneValid{
    color: red;
    position: absolute;
    bottom: -6px;
    left: 7px;
    font-size: 13px;
    display: none;
}
.form-modal .formContent .form .formItem .codeValid{
    color: red;
    position: absolute;
    bottom: -6px;
    left: 7px;
    font-size: 13px;
    display: none;
}

.form-modal .formContent .form .telPhone{
    position: relative;
}
.form-modal .formContent .form .telPhone .phoneCode{
    position: absolute;
    right: 20px;
    cursor: pointer;
    padding: 6px 0;
    border: none;
    background-color: #fff;
}


.free-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 300;
}

.free-modal .code-img {
    width: 300px;
}

.free-modal .free-modal-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
}
.form-modal .form-modal-btn{
    font-size: 22px;
    color: #999;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 22px;
    top: 22px;
    cursor: pointer;
}
.form-modal .form-modal-btn img{
    width: 100%;
    height: 100%;
}

.free-modal .modal-wrapper {
    width: 300px;
    position: relative;
}
.apply{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 300;
}
.apply .modal-wrapper {
    width: 300px;
    position: relative;
}
.apply .code-img {
    width: 300px;
}
.apply .modal-wrapper .ifreme{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
.apply .apply-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
}
.db-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 300;
}

.successModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 居中 */
    color: #4CAF50;
    background-color: #fff;
    box-shadow: 0 0 4px -2px #333;
    padding: 5px 50px;
    padding-left: 55px;
    border-radius: 5px;
    z-index: 1000;
}
.successModal img{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 20px;
    bottom: 19px;
}
.db-modal .db-img {
    width: 90%;
    margin: 0 auto;
    background: url(images/dp.jpeg) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 3;
}

.db-modal .db-modal-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    z-index: 10;
}

.db-modal .modal-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    height: 100%;
}

.home-page {
    display: flex;
    flex-direction: column;
}

.home-page .header-wrapper {
    height: 56px;
    background: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}

.home-page .header {
    width: 1920px;
    max-width: 100%;
    box-sizing: border-box;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 20px;
}

.home-page .phone {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.home-page .phone img {
    width: 20px;
    height: 20px;
    animation: shake-rotate 3s ease-in-out infinite;
    margin-right: 5px;
}

.home-page .logo {
    height: 52px;
}

.home-page .menus {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 30px;
}

.home-page .menus .menu-item {
    margin: 0 15px;
    line-height: 56px;
    padding:0 5px;
    text-align: center;
    font-weight: 600;
}
.home-page .menus .more {
    display: none;
    background-color: #fff;
    position: absolute;
    width: 120px;
    left: -15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    top: 56px;
    z-index: 100;
    transition: all 0.5s;
    box-shadow: 0 10px  12px -10px #000;
}
.home-page .menus .more .join{
    height: 45px;
    line-height: 45px;
}
.home-page .menus .getMore{
    position: relative;
    cursor: pointer;    
}
.home-page .menus .getMore .join a:hover{
    color: #16A34A;
}
.home-page .menus .getMore:hover .more {
    display: block;
    cursor: pointer;
}

.home-page .menus .menu-item a,
.home-page .menus .menu-item a:hover,
.home-page .menus .menu-item a:active {
    color: #333;
}

.home-page .menus .menu-item.active a,
.home-page .menus .menu-item.active a:hover,
.home-page .menus .menu-item.active a:active {
    color: #16A34A;
}
.home-page .menus .menu-item.join a,
.home-page .menus .menu-item.join a:active {
    color: #000;
}
.home-page .menus .menu-item.active {
    border-bottom: 3px solid #16A34A;
    color: #16A34A;
}

.home-page .menus .menu-item:hover {
    color: #16A34A;
}

.home-page .header .login-btn {
    background: #16A34A;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    width: 100px;
    height: 40px;
    cursor: pointer;
    margin-left: 20px;
}

.home-page .header .login-btn:hover {
    background: #15803D;
}

.home-page .logo-case {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

.home-page .logo-case .swiper-wrapper{
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

.home-page .logo-group-title {
    color: #333;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.logo-group-title .title-num {
    font-size: 30px;
    color: #000;
}

.home-page .logo-case .image-item {
    width: auto;
    height: 45px;
}

.home-page .logo-case .image-item img {
    width: 14rem;
    max-height: 100%;
    margin-right: 2rem;
    /*box-shadow: 2px 0 2px #ccc;*/
    /* height: 100%; */
}

.home-page .container {
    /* width: 100%; */
    position: relative;
    z-index: 1;
}

.home-page .container .bg {
    height: 600px;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, #F0FDF4, #DCFCE7);
}

.home-page .content {
    position: relative;
    z-index: 2;
    /* max-width: 1200px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.home-page .content .slogan {
    font-size: 3.2rem;
    color: #565657;
    margin-top: 130px;
    margin-bottom: 10px;
}

.home-page .content .slogan-desc {
    font-size: 24px;
    margin-top: 30px;
    color: #525967;
}

.home-page .content .btns {
    display: flex;
    margin-top: 20px;
}

.home-page .content .free-btn {
    background: #22C55E;
    color: #fff;
    font-size: 17px;
    height: 44px;
    width: 140px;
    border-radius: 22px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    line-height: 44px;
}

.home-page .content .free-btn:hover {
    background: #15803D;
}

.home-page .content .appointment-btn {
    background: transparent;
    color: #22C55E;
    font-size: 17px;
    height: 44px;
    width: 140px;
    border-radius: 22px;
    border: 2px solid #22C55E;
    margin-left: 20px;
    cursor: pointer;
    font-weight: bold;
    line-height: 44px;
}

.home-page .content .appointment-btn:hover {
    background: #ffffff5c;
}

.home-page .desc-list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.home-page .desc-list>div {
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.home-page .desc-list>div:before {
    content: '';
    display: inline-block;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.home-img-0 {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    box-shadow: 2px 0 20px #DCFCE7;
    width: 1200px;
    height: 855px;
    max-width: 1200px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 0px 5px #c9c9c9;
}

.home-page .customer-label {
    margin-top: 100px;
    font-size: 3rem;
    font-weight: bold;
    font-weight: normal;
}

.home-page .customer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
    max-width: 1200px;
}

.home-page .customer-list img {
    margin: 0 15px;
}

.home-page .introduct {
    display: flex;
    align-items: center;
    margin-top: 60px;
    justify-content: space-between;
}

.home-page .introduct .desc-wrapper {
    width: 370px;
    margin-right: 40px;
}

.home-page .introduct .title {
    font-size: 27px;
}

.home-page .introduct .desc {
    font-size: 17px;
    color: #666;
    margin-top: 20px;
}

.home-page .introduct2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    margin-top: 100px;
    width: 100%;
    max-width: 1200px;
}

.home-page .introduct2 .desc {
    font-size: 27px;
    margin-bottom: 30px;
}

.home-page .introduct2-right {
    width: 60%;
    padding: 0 90px;
    box-sizing: border-box;
}

.home-page .introduct2 .phone {
    width: auto;
    height: 650px;
    box-shadow: 2px 0 20px #ccc;
}

.home-page .introduct2 .pc {
    width: auto;
    height: 350px;
    box-shadow: 2px 0 20px #ccc;
}

.home-page .introduct3 {
    display: flex;
    align-items: center;
    margin-top: 60px;
    justify-content: space-between;
}

.home-page .introduct3 .desc-wrapper {
    width: 370px;
    margin-left: 40px;
}

.home-page .introduct3 .title {
    font-size: 27px;
}

.home-page .introduct3 .desc {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.home-page .introduct3 .home-img-1 {
    width: 650px;
    box-shadow: 2px 0 20px #ccc;
}

.home-page .evaluate {
    width: 100%;
}

.home-page .evaluate .title {
    font-size: 30px;
    text-align: center;
    margin: 80px 0 50px 0;
}

.home-page .evaluate .swiper-container {
    width: 100%;
    height: 100%;
    padding: 20px 20px 50px;
    box-sizing: border-box;
    max-width: 1200px;
}

.home-page .evaluate .swiper-slide {
    width: 33%;
    padding: 40px 30px;
    height: 265px;
    font-size: 18px;
    background: #fff;
    box-shadow: 0px 0 5px #ccc;
    box-sizing: border-box;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.home-page .evaluate-title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.home-page .evaluate-cont {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-page .evaluate-user-wrapper {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.home-page .evaluate-user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}

.home-page .evaluate-user-name {
    font-size: 14px;
    color: #22C55E;
}

.home-page .evaluate-user-position {
    color: #999;
    font-size: 14px;
}

.home-page .contact-us {
    height: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #BBF7D0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-page .contact-us .desc1 {
    font-size: 26px;
}

.home-page .contact-us .desc2 {
    font-size: 18px;
    color: #454545;
    margin: 20px 0;
}

.home-page .contact-us .contact-btn {
    border: none;
    width: 120px;
    height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: #16A34A;
    font-size: 1.2rem;
}

.footer {
    background: #f8f8f8;
}

.footer .footer-nav {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 20px;
    padding-top: 30px;
}

.footer .footer-nav .gzh {
    width: 130px;
    height: 130px;
    border: 1px solid #f0f0f0;
}

.footer .footer-nav .douyin {
    width: 130px;
    height: 130px;
}

.footer-nav .code-list {
    display: flex;
    margin-top: 10px;
}

.footer-nav .code-item {
    text-align: center;
    margin-left: 30px;
}

.footer-nav .code-item:first-child {
    margin-left: 0;
}

.footer-left>div {
    margin-top: 6px;
}

.footer-nav .title {
    font-weight: bold;
    margin-top: 20px;
}

.footer .copyright {
    text-align: center;
    margin: 20px 0;
    color: #999;
}

.footer-right {
    display: flex;
    overflow: auto;
}

.footer-right>div {
    margin: 0 50px;
}

.footer-right-menu > div:nth-child(2) {
    margin: 0 50px;
}

.footer-right p {
    line-height: 20px;
}

.mobile-header {
    display: none;
}

button.reset-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.menu-hamburger {
    width: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    height: 55px;
    margin: 0 14px;
}

.menu-hamburger.active .hamburger-1 {
    transform-origin: bottom;
    transform: rotate(45deg) translate(13px);
}

.menu-hamburger.active .hamburger-2 {
    transform-origin: top;
    transform: rotate(-45deg);
}

.menu-hamburger.active .hamburger-3 {
    transform-origin: bottom;
    width: 10px;
    transform: translate(2px, -10px) rotate(45deg);
}

.menu-hamburger span {
    background-color: #333;
    border-radius: 10px;
    height: 2px;
    margin: 2px 0;
    transition: var(--el-transition-all);
    width: 20px;
}

.menu-hamburger span.hamburger-1 {
    width: 10px;
}

.menu-hamburger span.hamburger-3 {
    width: 15px;
}


.full-screen-container {
    margin: 0 auto;
    padding: 24px 0 96px;
    max-width: 100%;
    box-sizing: border-box;
}

.full-screen-menu__item {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.full-screen-menu__item .is-menu-link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    transition: color 3s;
}

.full-screen-menu__item .link-item {
    display: flex;
    align-items: center;
}

.functionality {
    background: #ECFDF3;
    width: 100%;
    padding: 40px 40px 150px;
    margin-top: 40px;
    box-sizing: border-box;
}

.functionality .customer-label {
    text-align: center;
}

.functionality-content {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 40px auto 0;
}

.functionality-left {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    width: 420px;
}

.functionality-menu-item {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    opacity: 1;
    padding: 4px 28px;
    width: 248px;
    height: 68px;
    cursor: pointer;
}

.functionality-menu-item:last-child {
    margin-bottom: 0;
}

.functionality-menu-item.active {
    color: #16A34A;
    /* background: #bde0ff; */
    border: 1px solid hsla(0, 0%, 100%, .12);
    border-radius: 8px;
    background: hsla(0, 0%, 100%, .6);
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(20, 30, 49, .08), inset 0 1px 1px 0 #fff, inset 0 -1px 1px 0 hsla(0, 0%, 100%, .5);
}

.functionality-menu-item img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.functionality-right .swiper-slide {
    background: hsla(0, 0%, 100%, .6);
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    display: none;
}

.functionality-right img {
    border-radius: 8px;
    /* height: 100%; */
    margin-bottom: 2px;
    /* max-height: 456px; */
    max-width: 808px;
    width: 100%;
    /* height: auto; */
    /* width: auto; */
}

.functionality-right .go-detail {
    align-items: center;
    background: #16A34A;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    width: 168px;
    color: #fff;
    border: none;
}

.about-page .content {
    width: 1200px;
}

.home-page .video {
    width: 1200px;
    height: 675px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .home-page .content {
        max-width: 100%;
    }

    .home-page .header {
        width: 100%;
    }

    .pc-tips{
      right: 20px !important;
    }

    .pc-header {
        display: none;
    }
    .pc-menus {
        display: none !important;
    }

    .mobile-header {
        display: block;
    }

    .home-page .header {
        width: 100%;
        padding: 0 .75rem;
        box-sizing: border-box;
    }

    .home-page .customer-label {
        margin-top: 3rem !important;
        font-size: 2rem !important;
    }

    .home-page .customer-list,
    .home-page .logo-case {
        max-width: 100% !important;
    }

    .home-page .logo-group-title {
        padding: 0 20px;
        height: auto;
        line-height: 36px;
        margin: 0;
    }

    .logo-case {
        margin-bottom: 50px;
    }

    .logo-group {
        margin: 0 20px;
        overflow: hidden;
    }

    .home-page .slogan {
        font-size: 1.6rem !important;
        margin-top: 9rem !important;
    }

    .home-page .slogan-desc {
        font-size: 1.2rem !important;
        padding: 0 3rem;
        text-align: center;
    }

    .home-page .desc-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-page .desc-list>div {
    }

    .home-page .free-btn {
        width: 8rem !important;
    }

    .home-page .appointment-btn {
        width: 8rem !important;
    }

    .home-page .desc-list>div {
        margin: 0 0.5rem !important;
    }

    .home-img-0 {
        width: 90%;
        height: auto;
    }

    .home-page .container .bg {
        height: 34rem;
    }

    .home-page .introduct {
        width: 90%;
        margin-top: 3rem;
        flex-direction: column;
        align-items: center;
    }

    .home-page .introduct .desc-wrapper {
        width: 95%;
        margin-right: 0.5px;
    }

    .home-page .introduct .title {
        font-size: 1.1rem;
    }

    .home-page .introduct .desc {
        font-size: 0.8rem;
        margin-top: 0.5rem
    }

    .home-img-1 {
        width: 100% !important;
        margin-top: 20px;
    }

    .home-page .introduct2 {
        flex-direction: column;
        align-items: center;
        margin-top: 3rem;
    }

    .home-page .introduct2-right {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .home-page .introduct2 .desc {
        font-size: 1.1rem;
    }

    .home-page .introduct2 .phone {
        width: 15rem;
        height: 24rem;
        margin-top: 2rem;
    }

    .home-page .introduct2 .pc {
        height: 15rem;
    }

    .home-page .introduct3 {
        width: 90%;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 2rem;
    }

    .home-page .introduct3 .desc-wrapper {
        width: 95%;
        margin-left: 0;
        margin-top: 20px;
    }

    .home-page .introduct3 .title {
        /* font-size: 1.4rem; */
    }

    .home-page .introduct3 .desc {
        font-size: 0.8rem;
        margin-top: 0.5rem
    }

    .home-page .evaluate .title {
        font-size: 1.4rem;
        margin: 2rem 0;
    }

    .home-page .evaluate .swiper-container {
        padding: 20px 20px 40px;
        box-sizing: border-box;
    }

    .home-page .evaluate .swiper-slide {
        width: 100%;
        padding: 2rem 1rem;
        box-sizing: border-box;
        height: 17rem;
    }

    .home-page .contact-us {
        margin-top: 3rem;
        height: 13rem;
    }

    .home-page .contact-us .desc1 {
        font-size: 1.5rem;
        text-align: center;
        padding: 0 1rem;
    }



    .home-page .video {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .functionality {
        padding: 40px 10px;
    }

    .functionality-left {
        display: none !important;
    }

    .functionality-right {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .functionality-right img {
        width: 100%;
        height: auto;
        display: block !important;
    }

    .functionality-right .go-detail {
        margin-top: 30px;
        font-size: 16px;
    }

    .functionality-right .swiper-slide {
        padding: 20px 20px 45px;
        display: flex !important;
    }

    .footer {
        padding: 0 20px;
    }

    .footer .footer-nav {
        max-width: 100%;
        flex-direction: column;
    }

    .footer .footer-nav .gzh {
        width: 5rem;
        height: 5rem;
    }

    .footer .footer-nav .douyin {
        width: 5rem;
        height: 5rem;
    }

    .footer-right {
        margin-top: 10px;
        flex-direction: column;
    }

    .footer-right>div {
        margin-right: 0;
        margin-left: 0;
    }

    .footer-right-menu > div:nth-child(2) {
        margin-left: 2rem;
    }

    .footer-right p {
        line-height: 1rem;
        white-space: nowrap;
    }

    .free-modal .code-img {
        width: 200px;
    }
    .free-modal .modal-wrapper {
        width: 200px;
    }
    .apply .code-img {
        width: 200px;
    }
    .apply .modal-wrapper {
        width: 200px;
    }

    .db-modal .db-img {
        transform: rotate(90deg) scale(1.65);
    }
    .form-modal .formContent{
        width: 380px;
        
    }
}

.customer-list>img {
    width: 120px;
}

.step-1,
.step-2,
.step-3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.customer-label {
    font-weight: bold !important;
}


@keyframes shake-rotate {
    89% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    90% {
        -webkit-transform: translate(0) rotate(15deg);
        transform: translate(0) rotate(15deg)
    }

    91% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    92% {
        -webkit-transform: translate(0) rotate(-15deg);
        transform: translate(0) rotate(-15deg)
    }

    93% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    94% {
        -webkit-transform: translate(0) rotate(15deg);
        transform: translate(0) rotate(15deg)
    }

    95% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    96% {
        -webkit-transform: translate(0) rotate(-15deg);
        transform: translate(0) rotate(-15deg)
    }

    97% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    98% {
        -webkit-transform: translate(0) rotate(15deg);
        transform: translate(0) rotate(15deg)
    }

    99% {
        -webkit-transform: translate(0) rotate(-15deg);
        transform: translate(0) rotate(-15deg)
    }

    0%,to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}


.tips{
    z-index: 100;
    position: fixed;
    bottom:300px;
    right: 50px;
    background-color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.tips .item{
    padding: 10px 5px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.tips .item:hover{
    background-color: #DCFCE7;
    color: #22C55E;
}
.tips .formDemo{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.tips .chat{
    position: relative;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
}
.tips .chat:hover .chatImg{
    display: block;
}
.tips .chat .chatImg{
    position: absolute;
    padding: 20px 0;
    border-radius: 12px;
    font-size: 16px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    display: none;
    top: -135px;
    left: -210px;
    width: 200px;
    background-color: #fff;
}
.tips .telPhone{
    display: block;
    position: relative;
}
.tips .chat .chatImg img{
    margin-top: 20px;
    width: 60%;
    height: 60%;
}
.tips .telPhone .myPhone{
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 20px;
    top: 5px;
    left: -200px;
}
.tips .telPhone:hover .myPhone{
    display: block;
}

.tips .item .icons{
    width: 30px;
    height: 30px;
}


.full-screen {
    position: fixed;
    top: 56px; /* 从头部下方开始 */
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%); /* 改为垂直方向动画 */
    transition: transform 0.3s ease-out;
    z-index: 101;
    overflow-y: auto;
    background-color: #fff;
    padding: 10px;
}

.full-screen.active {
    transform: translateY(0); /* 正确显示位置 */
}

/* 调整右侧按钮组位置 */
.tips {
    bottom: 150px; /* 下移按钮组 */
    right: 20px;
}

@media (max-width: 768px) {
    .tips {
        bottom: 80px !important;
        right: 10px !important;
    }
    .tips .item {
        padding: 8px; /* 缩小按钮间距 */
    }
}

/* 确保头部始终在最前 */
.header-wrapper {
    z-index: 100;
    position: relative;
}
