/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');*/

@font-face {
    font-family: 'DingTalk JinBuTi';
    src: url('../fonts/DingTalk_JinBuTi.ttf') format('truetype');
}

@font-face {
    font-family: 'D-DIN-G';
    src: url('../fonts/D-DIN-G.ttf') format('truetype');
}

@font-face {
    font-family: 'DingTalk Sans';
    src: url('../fonts/DingTalk_Sans.ttf') format('truetype');
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    transition: all .2s linear;
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    transition: background-color 0.5s;
}


.heading, .clients .section-header h2, .section-head h1, .testimonials .section-header h2, .section-head-1 h4 {
    margin: 2rem;
    padding-top: 6rem;
    display: inline-block;
    font-size: 3.5rem;
    color: #002e5f;
    position: relative;
    letter-spacing: .2rem;
}

.heading::before, .heading::after, .clients .section-header h2::before, .clients .section-header h2::after, .section-head h1::before, .section-head h1::after, .testimonials .section-header h2::before, .testimonials .section-header h2::after, .section-head-1 h4::before, .section-head-1 h4::after {
    content: '';
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    border-top: .4rem solid #002e5f;
    border-left: .4rem solid #002e5f;
}

.faq .heading::before, .faq .heading::after {
    border-top: .4rem solid #00bfff;
    border-left: .4rem solid #00bfff;
}

.heading::before, .clients .section-header h2::before, .section-head h1::before, .testimonials .section-header h2::before, .section-head-1 h4::before {
    top: 5.8rem;
    left: -2rem;
}

.heading::after, .clients .section-header h2::after, .section-head h1::after, .testimonials .section-header h2::after, .section-head-1 h4::after {
    bottom: -.5rem;
    right: -2rem;
    transform: rotate(180deg);
}

.row .btn {
    outline: none;
    border: none;
    border-radius: 5rem;
    background: white;
    border-style: groove;
    border-color: #002e5f;
    font-size: 1.5rem;
    cursor: pointer;
    height: 3.5rem;
    width: 15rem;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .3);
}

.communicate .btn {
    outline: none;
    border: none;
    border-radius: 5rem;
    background: white;
    border-style: groove;
    border-color: #002e5f;
    font-size: 1.5rem;
    cursor: pointer;
    height: 3.5rem;
    width: 15rem;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .3);
}

.row .btn:hover {
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #002e5f;
}

.communicate .btn:hover {
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #00bfff;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;

    width: 80%;
    margin-left: 10%;
}

.header .logo {
    width: 10%;
    height: 3rem;
    top: 0;
    left: 0;
    flex-direction: row;
}

.header .logo img {
    margin-top: -1.4rem;
    height: 6rem;
}

.header .nav-close {
    display: none;
}

.header .navbar {
    flex-direction: row-reverse;
}

.header .navbar ul {
    list-style-type: none;
    display: flex;
    align-items: inherit;

    justify-content: space-around;
}

.header .navbar ul li {
    margin: 0 2.5rem;
}

.header .navbar ul li:hover {
    background: url(../images/layouts/nav_select.png) no-repeat center;
    background-size: 100% 100%;
}

.header .navbar .nav-now {
    background: url(../images/layouts/nav_select.png) no-repeat center;
    background-size: 100% 100%;
}

.header .navbar .nav-now a {
    font-family: "Source Han Sans-Bold";
    font-weight: 700;
    color: #1F212C;
    text-decoration: none;
}

.header .navbar ul li a {
    font-family: "Source Han Sans-Regular";
    font-weight: 400;
    font-size: 1.8rem;
    color: #1F212C;
    height: 3rem;
}

.header .navbar ul li a:hover {
    font-family: "Source Han Sans-Bold";
    font-weight: 700;
    color: #1F212C;
    text-decoration: none;
}

.header .logo i {
    padding: 0.5rem;
}

.header .fa-bars {
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}

.home {
    min-height: 390px;
    max-height: 748px !important;
    width: 100vw;
    background-image: url(../images/home/bg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    overflow: hidden !important;
}

.home .home-inc {
    margin-top: 26%;
    margin-bottom: 5%;
}

.home .home-inc img {
    width: 100%;
}

.home .home-inc p {
    width: 100%;
    font-size: 2.2rem;
    padding-top: 3%;
    padding-left: 1.5%;
    text-align: left;
    font-family: PingFang;
    text-transform: none;
}

.home .home-ship img {
    width: 100%;
    margin-top: 25%;
    margin-bottom: 4%;
    margin-left: 7%;
}

.home .row {
    width: 80%;
    margin: auto;
    max-width: 1280px;
}

.about {
    min-height: 55vh;
    width: 100vw;
    top: -3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 10rem;
}

.about .row {
    line-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 4rem;
}

.about .row .content {
    text-align: center;
}

.about .row .content h3 {
    font-size: 3rem;
    color: black;
}

.about .row .content p {
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}

.pt-5 .container .row .section-head p {
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}

.section-head {
    margin-bottom: 60px;
    text-align: center;
    margin-top: -8rem;
}

.section-head p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: -2rem;
    border: 5px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item:hover {
    background: #c8d8e4;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item h6 {
    font-size: 2rem;
}

.item:hover h6,
.item:hover p {
    color: #2b6777;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: yellow;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.2);
    color: #52ab98;
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #52ab98;
}

.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #52ab98;
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #52ab98;
}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #52ab98;
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #52ab98;
}

.item p {
    font-size: 15px;
    line-height: 26px;
}

.item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}

.counters {
    background-image: url(../images/img2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    padding: 40px 20px;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: #fff;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0;
}

.section-head-1 {
    margin-bottom: 60px;
    background-size: 200%;
    background-position: left;

}

.section-head-1 p {
    color: #333;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7 ease 0s;

}

.item:hover {
    background-image: linear-gradient(to bottom right, #66ffcc 0%, #ffccff 100%);
    background-position: right;
    transition: background-position 3s;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.7s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
    color: #2b6777;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: yellow;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.2);
    color: #52ab98;
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #52ab98;

}

.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #52ab98;
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #52ab98;

}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #52ab98;
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #52ab98;
}

.item p {
    font-size: 15px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 26px;
}

.item h6 {
    margin-bottom: 20px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #2f2f2f;
}

.communicate {
    text-align: center;
    align-items: center;
    background-image: url(../images/img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    min-height: 35vh;
    padding: 40px 20px;
}

.communicate h3 {
    margin-top: 3rem;
    font-size: 3rem;
}

.communicate p {
    font-size: 2rem;
}

.home-banner-title div {
    text-align: center;
    margin: 0 auto 8% auto;
    font-size: 3.2rem;
    font-family: 'DingTalk JinBuTi';
    font-weight: 400;
    background: url(../images/layouts/nav_select.png) no-repeat center;
    background-size: 190px 85%;
}

.home-banner-show .open {
    width: 26%;
    margin-left: 2%;
}

.home-banner-show .banner {
    margin-top: -4.5%;
}

.home-banner-show .open img {
    width: 100%;
    margin-top: -28%;
}

.testimonials {
    position: relative;
    padding: 45px 0 60px 0;
    background: url(../images/home/bg2.png);
    background-size: 100% 100%;
}

.testimonials .bg-logo {
    position: absolute;
    top: -25.5%;
    right: -120px;
}

.testimonials .bg-logo img {
    width: 114%;
}

.owl-stage-outer {
    height: 200%;
    padding-top: 8%;
}

.testimonials .testimonial-item {
    overflow: visible !important;
    position: relative;
    margin: 0 4.6% 10% 4.6%;
    background: rgba(255, 255, 255, 0);
}

.testimonials .testimonial-item-phone {
    display: none;
}

.testimonials .testimonial-item:hover {
    transform: scale(1.05);
    z-index: 999;
}

.testimonials .testimonial-img {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 5px rgba(30, 40, 56, 0.1);
    border-radius: 11%/6%;
}

.testimonials .testimonial-text {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .testimonial-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 13px;
    height: 4px;
    background-color: #ddd;
    border-radius: 3px;
}

.testimonials .prev {
    position: relative;
    height: 2%;
    width: 2%;
    margin-top: 14%;
    margin-left: -69%;
    z-index: 99;
    border: 0;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.testimonials .prev img {
    height: 100%;
    width: 100%;
}

.testimonials .next {
    position: relative;
    height: 2%;
    width: 2%;
    margin-top: 14%;
    margin-left: 67%;
    z-index: 99;
    border: 0;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.testimonials .next img {
    height: 100%;
    width: 100%;
}


.testimonials .owl-dot.active {
    background-color: #41ECFF;
}



.clients {
    position: relative;
    padding: 90px 0;
    text-align: center;
    margin-top: -10rem;
    margin-bottom: -10rem;
}

.clients .section-header p {
    padding-bottom: 10px;
    margin-top: 2.5rem;
    text-align: center;
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}

.clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
}

.clients img:hover {
    opacity: .5;
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.clients .owl-dot.active {
    background-color: #4F84C4;
}

.team {
    min-width: 100vw;
    min-height: 95vh;
    text-align: center;
    background-color: #222;
}

.team .heading {
    color: #00bfff;
}

.team .heading::before, .team .heading::after {
    border-color: #00bfff;
}

.team .row {
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.team .row .card {
    height: 35rem;
    width: 25rem;
    background-color: #fff;
    text-align: center;
    margin: 5rem 5rem;
    position: relative;
    overflow: hidden;
    -webkit-box-reflect: below 5px linear-gradient(transparent 70%, #0004);
    transition: 0.5s;
}

.team .row .card:hover {
    transform: translateY(-10px);
    cursor: pointer;
}


.team .row .card .image {
    margin: 1rem 0;
    padding-top: 4rem;
}

.team .row .card .image img {
    height: 13rem;
    width: 13rem;
    border-radius: 50%;
    border: .5rem solid #fff;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .3);
    object-fit: cover;
}

.team .row .card .info h3 {
    font-size: 2rem;
    color: #333;
}

.team .row .card .info span {
    font-size: 1.8rem;
    color: #00bfff;
}

.team .row .card .info .icons a {
    margin-top: 4rem;
    padding-top: 0 1rem;
    font-size: 2rem;
    color: #333;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.team .row .card .info .icons .fa-facebook-f:hover, .footer .icons .fa-facebook-f:hover {
    color: #4267B2;
    text-decoration: none;
}

.team .row .card .info .icons .fa-twitter:hover, .footer .icons .fa-twitter:hover {
    color: #1DA1F2;
    text-decoration: none;
}

.team .row .card .info .icons .fa-instagram:hover, .footer .icons .fa-instagram:hover {
    color: #C13584;
    text-decoration: none;
}

.team .row .card .info .icons .fa-linkedin:hover, .footer .icons .fa-linkedin:hover {
    color: #2867B2;
    text-decoration: none;
}

.team .row .card::before, .team .row .card::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 13.5rem;
    width: 13.5rem;
    z-index: -1;
}

.team .row .card::before {
    background: #00bfff;
    top: -3rem;
    right: -4rem;
}

.team .row .card::after {
    background: #ccc;
    bottom: -3rem;
    left: -4rem;
}

.footer {
    height: 150px;
    position: relative;
    padding: 0 0 30px 0;
    background: #fff;
    color: rgba(31, 33, 44, 0.9);
}

.footer .footer-top {
    width: 100%;
    max-width: 1340px;
    margin: auto;
    height: 150px;
    background: #fff;
}

.footer-mobile {
    display: none !important;
}

.footer-desktop {
    padding-top: 35px;
}

.footer .footer-top .icon img {
    width: 100%;
}

.footer-inc .inc-info {
    font-size: 1.25rem;
    color: rgba(31,33,44,0.9);
    margin: auto;
    padding: 0;
}

.footer-inc .inc-info p {
    margin-bottom: 5px;
}
.footer-inc .inc-info span {
    padding-left: 10px;
    color: rgba(31,33,44,0.3);
}
.footer-inc .inc-info span a {
    color: rgba(31,33,44,0.3);
}

.footer .footer-top .social-links a {
    display: inline-block;
    background: #ffffff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    text-align: center;
    transition: 0.3s;
    width: 25%;
}

.footer .footer-top .social-links a:hover {
}

.footer-contact {
    font-size: 1.3rem;
    display: block;
}

.footer-contact p {
    float: right;
    padding-top: 5%;
}

.footer-contact .icon-qrcode {
    padding-left: 0;
}

.footer-contact .icon-qrcode {
    float: right;
    margin-top: -1%;
}

.footer-contact .icon-qrcode .icon-row {
    float: right;
    width: 50%;
}

.footer-contact .icon-qrcode .qrcode-row {
    display: none;
}

.footer-contact .icon-qrcode .icon-row:hover .qrcode-row {
    display: block;
    position: absolute;
    width: 248px;
    z-index: 999;
    float: right;
    bottom: 110%;
    margin-left: -105px;
}

.footer-contact .icon-qrcode .icon-row .qrcode-row img {
    width: 120px;
}

.footer-contact .icon-qrcode .icon {
    width: 60%;
}

.back-to-top {
    position: fixed;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 44px;
    right: 15px;
    bottom: 18%;
    transition: background 0.3s;
    z-index: 9;
    backdrop-filter: blur(8px);
    border-radius: 22.5px;
}

.back-to-top i {
    color: #ccc;
}

.back-to-top i:hover {
    color: black;
}

.faq {
    min-height: 70vh;
    width: 100vw;
    text-align: center;
    padding: 0 2rem;
    background: url(../images/faq.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.faq .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

.faq .row .accordion-container {
    width: 50%;
    text-align: left;
}

.faq .row .accordion {
    margin-left: 1rem;
    margin-right: 2rem;
}

.faq .row .accordion-container .accordion .accordion-header {
    background-color: #00bfff;
    margin: 1rem 0;
    box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, .3);
    cursor: pointer;
    margin-left: 1rem;
    margin-right: 2rem;
}

.faq .row .accordion-container .accordion .accordion-header span {
    display: inline-block;
    text-align: center;
    height: 4rem;
    width: 5rem;
    line-height: 4rem;
    font-size: 2rem;
    background: #333;
    color: #fff;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.faq .row .accordion-container .accordion .accordion-header h3 {
    display: inline;
    color: #333;
    font-weight: 400;
    padding-left: .5rem;
    font-size: 1.5rem;
}

.faq .row .accordion-container .accordion .accordion-body {
    padding: 1rem;
    color: #444;
    box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, .3);
    background-color: #fff;
    font-size: 1.3rem;
    display: none;
    margin-left: 1rem;
    margin-right: 2rem;
}


/*  ==================================== 响应式配置 ============================= */
@media (max-width: 1200px) {
    .faq {
        min-height: 70vh;
    }
}

@media (max-width: 1000px) {
    html {
        font-size: 50%;
    }

    .header {
        border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    }

    .header .logo {
        width: 33%;
        margin: auto 0 auto -5%;
    }

    .header .logo img {
        width: auto;
    }

    .header .fa-bars {
        display: block;
        color: black;
        margin-right: -2%;
        z-index: 9;
        width: 8vw;
        height: 8vw;
        background: url("../images/layouts/menu_btn.png");
        background-size: 100% 100%;
    }

    .header .fa-bars:hover {
        color: #00bfff;
    }

    .header .nav-close {
        display: block;
        width: 100%;
    }
    .header .nav-close img {
        width: 9%;
        float: right;
        margin: 3%;
    }

    .header .navbar {
        position: fixed;
        top: -1000px;
        left: 0;
        height: auto;
        width: 100%;
        background-color: white;
        z-index: 1000;
        "border-top: .1rem solid rgba(0, 0, 0, .3);
    }

    .header .navbar ul {
        height: 100%;
        width: 100%;
        flex-flow: column;
        margin-bottom: 40px;
    }

    .header .navbar ul li {
        width: 20%;
        min-width: 100px;
        margin: 7% 0 7% -65%;
    }

    .header .navbar ul li a {
        color: #1F212C;
        font-size: 2.4rem;
    }

    /*
    .header .fa-times {
        transform: rotate(90deg);
    }*/

    .header .nav-toggle {
        z-index: 101;
        top: 0;
        background: url(/images/home/mobile_bg1.png);
        background-size: 100% 100%;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 10;
    }

    .home {
        background: url(/images/home/mobile_bg1.png);
        background-size: 100% 100%;
    }

    .home .home-ship img {
        width: 120%;
        margin-left: 10%;
        margin-top: 20%;
    }

    .home .home-inc {
        width: 100%;
        margin-top: 40%;
        margin-left: -10%;
        margin-bottom: -20%;
    }

    .home-banner-title div {
        background-size: 148px 85%;
    }

    .testimonials {
        background: url(../images/home/mobile_bg2.png);
        padding-bottom: 0;
    }

    .testimonials .open {
        display: none;
    }

    .testimonials .prev {
        display: none;
    }

    .testimonials .next {
        display: none;
    }

    .home-banner-show {
        padding-bottom: 5%;
    }

    .owl-carousel .owl-item.center {
        transform: scale(1.18); /* 将中间项目放大 */
    }

    .owl-carousel .testimonial-img {
        box-shadow: 5px 5px 10px rgba(30, 40, 56, 0.2); /* 添加阴影以突出显示 */
        border-radius: 11%/6%;
    }

    .owl-stage-outer {
        padding-top: 15%;
        padding-bottom: 10%;
    }

    .bg-logo {
        display: none;
    }

    .footer-desktop {
        display: none !important;
    }

    .footer-mobile {
        background: rgba(242,243,246,0.85);
        padding: 5%;
        font-size: 1.7rem;
        overflow: hidden;
        display: block !important;
    }

    .footer-mobile .footer-bg-logo {
        position: absolute;
        margin-top: -3%;
        left: 70%;
        overflow: hidden;
    }

    .footer-mobile .footer-bg-logo img {
        width: 120%;
    }

    .footer-mobile .mobile-focus {
        width: 100%;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        color: #aaa;
    }

    .footer-mobile .mobile-links {
        display: block;
        width: 100%;
        margin-top: 5%;
    }

    .footer-mobile .mobile-links-row {
        display: block;
        float: right;
        width: 50%;
        z-index: 5;
        position: relative;
    }
    .footer-mobile .mobile-links-row a {
        display: block;
        width: 100%;
        color: #1F212C;
        padding: 4% 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .footer-mobile .mobile-links-row .link-icon {
        width: 11%;
        margin-right: 5px;
    }

    .footer-mobile .mobile-links-row .link-arrow {
        width: 5%;
    }

    .footer-inc-info {
        font-size: 1.4rem;
        padding: 0;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        color: rgba(31,33,44,0.3);
        margin-top: 33%;
    }

    .footer-inc-info p {
        margin-bottom: 0.2rem;
    }
    .footer-inc-info p a {
        margin-bottom: 0.2rem;
        color: rgba(31,33,44,0.3);
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 40px;
        bottom: 8%;
    }
}

@media (max-width: 840px) {
    .header .logo img {
        height: 10rem;
        margin-top: -3.5rem;
    }
    .home {
        max-height: 960px !important;
    }
    .home .home-ship img {
        width: 130%;
        margin-left: 0;
        margin-bottom: 20%;
    }
    .home .home-inc {
        width: 110%;
        margin-top: 50%;
        margin-left: -10%;
        margin-bottom: -20%;
    }
    .home-banner-title div {
        margin: 0 auto 40px auto;
    }
    .owl-stage-outer {
        padding-top: 8%;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .header .logo img {
        height: 7rem;
        margin-top: -1.9rem;
    }
    .testimonials .testimonial-text {
        padding: 25px;
    }
    .testimonials .testimonial-item-phone {
        display: block;
    }
    .home .home-ship img {
        width: 160%;
        margin-left: 0;
        margin-bottom: -7%;
    }
    .home .home-inc {
        width: 110%;
        margin-top: 40%;
        margin-left: -15%;
        margin-bottom: -20%;
    }
    .home-banner-show .banner {
        padding: 0;
    }

    .owl-stage-outer {
        padding-top: 15%;
        padding-bottom: 10%;
    }


    /*loading*/
    .loading {
        z-index: 99999;
        position: fixed;
        top: 50%; /* 垂直居中 */
        left: 50%; /* 水平居中 */
        transform: translate(-50%, -50%); /* 将元素的中心移动到视口的中心 */
        display: none;
        width: 30px;
        height: 30px;
        border: 2px solid #000;
        border-top-color: rgba(0, 0, 0, 0.2);
        border-right-color: rgba(0, 0, 0, 0.2);
        border-bottom-color: rgba(0, 0, 0, 0.2);
        border-radius: 100%;

        animation: circle infinite 0.75s linear;
    }

    .footer-mobile .mobile-links-row .link-icon {
        width: 16%;
    }

    .footer-mobile .mobile-links-row .link-arrow {
        width: 8%;
    }

    @keyframes circle {
        0% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    /*toast*/
    #toast {
        display: none;
    }
    .toast_content{
        z-index: 99999;
        position: fixed;
        top: 10%; /* 距离页面顶部固定位置 */
        left: 50%; /* 水平居中 */
        transform: translateX(-50%); /* 水平居中调整 */
        display: inline-block;
        width: 40vw;
        height: 30px;
        line-height: 30px; /* 垂直居中 */
        text-align: center; /* 水平居中 */
        align-items: center;
        background: rgba(40, 40, 40, 0.75);
        color: #fff;
        font-size: 2rem;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
        border-radius: 5px; /* 圆角边框 */
        padding: 0 10px; /* 内边距，增加文字左右空间 */
    }

}
