* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

.wrapper {
    width: 86%;
}

.tabber {
    position: fixed;
    top: 2rem;
    left: 0;
    width: 100%;
    height: 5rem;
    z-index: 100;
    transition: top 0.3s ease;
}

.tabber.hide {
    top: -100px !important;
}

.tabber.sticky {
    top: 0 !important;
}

.tabber .container {
    width: 86%;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
    box-sizing: border-box;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.75);
}
.tabber .container:hover {
    background: #ffffff;
}

.tabber .navbar,
.tabber .contact-language {
    margin-bottom: 0;
    padding-left: 0;
}

.tabber .navbar li p {
    margin-bottom: 0;
}

.tabber nav {
    height: 100%;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabber .logo {
    margin-top: 10px;
    width: 11.25rem;
    height: auto;
}

.tabber .logo>img {
    width: 100%;
}

.tabber .navbar {
    display: flex;
    align-items: center;
    gap: 3.75rem;
    height: 100%;
}

.tabber .navbar li {
    display: flex;
    align-items: center;
    height: 100%;
}

.tabber .navbar li:hover > .pa > a,
.tabber .navbar .nav-item:hover > .nav-item-first .dropDown a {
    color: rgba(255, 100, 113, 1);
}

.tabber .navbar li .dropDown {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tabber .navbar a {
    color: rgba(102, 102, 102, 1);
    font-family: "Alibaba PuHuiTi", Inter, sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.375rem;
}

.tabber .navbar li .dropDown > img {
    width: 0.75rem;
    height: 0.75rem;
    object-fit: contain;
}

.tabber .navbar .nav-item {
    position: static;
}

.tabber .navbar .nav-item-first {
    display: flex;
    align-items: center;
    height: 100%;
}

.tabber .navbar .nav-item-second {
    position: fixed;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    background: #ffffff;
    border-radius: 0 0 3.75rem 3.75rem;
    box-shadow: 0 1.25rem 2.5rem rgba(35, 35, 35, 0.08);
    transition: max-height 0.6s ease, opacity 0.3s ease, top 0.3s ease;
    z-index: 99;
}

.tabber.sticky .navbar .nav-item-second {
    top: 4rem;
}

.tabber .navbar .nav-item:hover .nav-item-second,
.tabber .navbar .nav-item-second.user-menu-nav {
    max-height: 80vh;
    opacity: 1;
    pointer-events: auto;
}

.tabber .navbar .nav-item-second .nav-item-second-inner {
    display: block;
    width: 100%;
}

.tabber .navbar .nav-item-second .box {
    display: block;
    width: 100%;
    height: 1.25rem;
    margin: 0;
    box-shadow: 0 0.375rem 0.5625rem rgba(234, 234, 234, 0.43);
}

.tabber .navbar .nav-item-second .pro-outer {
    width: 80%;
    max-width: 93.75rem;
    margin: 0 auto;
    padding: 3.5rem 0 4rem;
}

.tabber .navbar .nav-item-second .pro-outer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.tabber .navbar .nav-item-second .pro-outer-title {
    color: #222222;
    font-family: "Alibaba PuHuiTi", Inter, sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2;
}

.tabber .navbar .nav-item-second .title-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.tabber .navbar .nav-item-second .title-dot img {
    width: 1.75rem;
    height: auto;
}

.tabber .navbar .nav-item-second .pro-outer-all {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
}

.tabber .navbar .nav-item-second .nav-types-pro {
    width: 100%;
}

.tabber .navbar .nav-item-second .nav-types-pro-other {
    width: calc(100% - 20.75rem);
}

.tabber .navbar .nav-item-second .nav-types-pro-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1875rem 5%;
    width: 100%;
}

.tabber .navbar .nav-item-second .nav-types-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    min-height: 4.375rem;
    padding: 0.9375rem 0 0.9375rem 2.1875rem;
    border-bottom: 1px solid rgba(221, 221, 221, 0.8);
    color: #222222;
    transition: 0.3s ease;
}

.tabber .navbar .nav-item-second .nav-types-title:nth-of-type(3n) {
    margin-right: 0;
}

.tabber .navbar .nav-item-second .proi-type-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 1.875rem;
    flex-shrink: 0;
}

.tabber .navbar .nav-item-second .proi-type-icon span {
    width: 0.625rem;
    height: 0.625rem;
    background: #cccccc;
    transition: 0.3s ease;
}

.tabber .navbar .nav-item-second .proi-text {
    width: calc(100% - 7rem);
    color: #222222;
    font-family: "Alibaba PuHuiTi", Inter, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    transition: 0.3s ease;
}

.tabber .navbar .nav-item-second .proi-type-right {
    position: relative;
    width: 2.8125rem;
    min-height: 1.5rem;
    flex-shrink: 0;
}

.tabber .navbar .nav-item-second .proi-type-right .index {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0;
    color: #666666;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

.tabber .navbar .nav-item-second .proi-type-right .right-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25rem;
    margin: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}

.tabber .navbar .nav-item-second .proi-type-right .right-btn img {
    display: block;
    width: 100%;
    height: auto;
}

.tabber .navbar .nav-item-second .nav-types-title:hover,
.tabber .navbar .nav-item-second .nav-types-title-active {
    background: rgba(255, 100, 113, 1);
    border-color: rgba(255, 100, 113, 1);
    border-radius: 0.625rem;
}

.tabber .navbar .nav-item-second-pro .nav-types-pro-inner:hover .nav-types-title-active:not(:hover) {
    background: transparent;
    border-color: rgba(221, 221, 221, 0.8);
    border-radius: 0;
}

.tabber .navbar .nav-item-second .nav-types-title:hover .proi-type-icon span,
.tabber .navbar .nav-item-second .nav-types-title-active .proi-type-icon span {
    background: #ffffff;
    transform: rotate(180deg);
}

.tabber .navbar .nav-item-second-pro .nav-types-pro-inner:hover .nav-types-title-active:not(:hover) .proi-type-icon span {
    background: #cccccc;
    transform: none;
}

.tabber .navbar .nav-item-second .nav-types-title:hover .proi-text,
.tabber .navbar .nav-item-second .nav-types-title-active .proi-text {
    color: #ffffff;
}

.tabber .navbar .nav-item-second-pro .nav-types-pro-inner:hover .nav-types-title-active:not(:hover) .proi-text {
    color: #222222;
}

.tabber .navbar .nav-item-second .nav-types-title:hover .proi-type-right .index,
.tabber .navbar .nav-item-second .nav-types-title-active .proi-type-right .index {
    opacity: 0;
}

.tabber .navbar .nav-item-second-pro .nav-types-pro-inner:hover .nav-types-title-active:not(:hover) .proi-type-right .index {
    opacity: 1;
}

.tabber .navbar .nav-item-second .nav-types-title:hover .proi-type-right .right-btn,
.tabber .navbar .nav-item-second .nav-types-title-active .proi-type-right .right-btn {
    opacity: 1;
}

.tabber .navbar .nav-item-second-pro .nav-types-pro-inner:hover .nav-types-title-active:not(:hover) .proi-type-right .right-btn {
    opacity: 0;
}

.tabber .navbar .nav-item-second .pro-outer-img {
    width: 18.75rem;
    height: 13.75rem;
    flex-shrink: 0;
}

.tabber .navbar .nav-item-second .pro-outer-img-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
}

.tabber .navbar .nav-item-second .pro-outer-img-inner a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;  /* 非active的a标签不接收点击事件 */
}

.tabber .navbar .nav-item-second .pro-outer-img-inner a.type-active {
    opacity: 1;
    pointer-events: auto;  /* active的a标签可以接收点击事件 */
}

.tabber .navbar .nav-item-second .pro-outer-img-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tabber .navbar .nav-item-second .pro-outer-img-inner:hover a.type-active img {
    transform: scale(1.05);
}

.tabber .contact-language {
    gap: 2rem;
    display: flex;
    align-items: center;
    height: 3rem;
    border-radius: 999px;
    /* background: rgba(255, 100, 113, 1); */
}

.tabber .contact-language li:first-child {
    height: 100%;
    min-width: 8.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi", Inter, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    background: rgba(250, 106, 113, 1);
    border-radius: 999px;
}

.tabber .contact-language li:last-child {
    width: 4rem;
    height: 3rem;
    margin-left: -0.875rem;
    border-radius: 999px;
    background: rgba(255, 100, 113, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    color: rgba(255, 255, 255, 1);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
}

.tabber .contact-language li:last-child img {
    width: 1rem;
    height: 1rem;
}

.tabber .hamburger {
    display: none;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.3125rem;
    cursor: pointer;
}

.tabber .hamburger span {
    width: 1.5rem;
    height: 2px;
    border-radius: 999px;
    background: rgba(102, 102, 102, 1);
}

.contact-section {
    padding-bottom: 4.125rem;
    background: #eef1f2;
}

.contact-section .wrapper {
    width: 86%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 3.3125rem;
    box-sizing: border-box;
}

.contact-section .wrapper .contact-bg-text {
    position: absolute;
    top: -3.125rem;
    right: 0;
    width: 70%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.contact-section .wrapper .section-header {
    display: flex;
    align-items: center;
    gap: 0.43rem;
    margin-bottom: 4.18rem;
}

.contact-section .wrapper .section-header img {
    width: 1.78rem;
    height: 1.78rem;
}

.contact-section .wrapper .section-header h2 {
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 1.87rem;
    line-height: 2.56rem;
}

.contact-section .wrapper .contact-form-container {
    display: flex;
}

.contact-section .wrapper .contact-form-container .contact-form {
    flex: 1;
}

.contact-section .wrapper .contact-form-container .contact-form .form-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.31rem;
}

.contact-section .wrapper .contact-form-container .contact-form .form-row1 input,
.contact-section .wrapper .contact-form .file-row textarea {
    border: none;
    border-radius: 6px;
    background: #ffffff;
    font-size: 1rem;
    outline: none;
}

.contact-section .wrapper .contact-form-container .contact-form .form-row1 input {
    padding: 1.25rem;
}

.contact-section .wrapper .contact-form-container .contact-form .form-row1 input::placeholder,
.contact-section .wrapper .contact-form .file-row textarea::placeholder {
    color: rgba(0, 0, 0, 0.45);
}

.contact-section .wrapper .contact-form .file-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.contact-section .wrapper .contact-form .file-row .file-upload {
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.37rem 2.18rem;
}

.contact-section .wrapper .contact-form .file-row .file-upload .img {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    place-content: center;
    place-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0 1rem;
    border-radius: 16777200px;
    background: #ffffff;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.contact-section .wrapper .contact-form .file-row .file-upload .img img {
    width: 1.5rem;
    height: 1.5rem;
}

.contact-section .wrapper .contact-form .file-row .file-upload p {
    color: #404040;
    font-family: Inter;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.3px;
}

.contact-section .wrapper .contact-form .file-row textarea {
    flex: 1;
    padding: 1rem;
    resize: none;
}

.contact-section .wrapper .contact-form .bottom {
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-items: center;
    gap: 1.25rem;
}

.contact-section .wrapper .contact-form .bottom .tip {
    /* width: 14.75rem; */
    padding: 0 10px;
    height: auto;
    text-align: center;
    color: #7e7e7e;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.contact-section .wrapper .contact-form .bottom .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 16.25rem;
    height: 3.18rem;
    border-radius: 0.25rem 0.25rem 2.62rem 2.62rem;
    background: #fa6a71;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.contact-section .wrapper .contact-form .bottom .btn-submit span {
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.56rem;
}

.contact-section .wrapper .contact-form .bottom .btn-submit img {
    width: 1.5rem;
    height: 1.5rem;
}

.contact-section .wrapper .contact-form .bottom .btn-submit:hover {
    background: #ff3b4f;
}

.contact-section .wrapper .contact-info {
    display: inline-block;
    margin-left: 3.5rem;
    vertical-align: top;
    max-width: 20%;
    
}

.contact-section .wrapper .contact-info .info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 4.43rem;
}

.contact-section .wrapper .contact-info .info-item img {
    width: 2rem;
    height: 2rem;
}

.contact-section .wrapper .contact-info .info-item p {
    color: #565656;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: -0.3px;
}
.contact-section .wrapper .contact-info .info-item:hover p{
  color: #fa6a71;
}


.footer-section {
    padding: 2.5rem 0;
    background: #fff;
    border-top: 1px solid #eee;
}

.footer-section .footer-logo {
    text-align: center;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #e9e9e9;
}

.footer-section .footer-logo img {
    height: 3.75rem;
    object-fit: contain;
}

.footer-section .footer-nav {
    position: static;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 2rem;
    margin-top: 3.1rem;
    margin-bottom: 2.5rem;
    transform: translateX(0);
    flex-wrap: wrap;
}

.footer-section .footer-nav a {
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.875rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section .footer-nav a:hover {
    color: #0096e0;
}

.footer-section .footer-social,
.footer-section .footer-social .social-group-left,
.footer-section .footer-social .social-group-right {
    display: flex;
    align-items: center;
}

.footer-section .footer-social {
    justify-content: space-between;
    padding: 0 7.5625rem;
    margin-bottom: 2.8125rem;
}

.footer-section .footer-social .social-group-left,
.footer-section .footer-social .social-group-right {
    gap: 1.5rem;
}

.footer-section .footer-social a {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.footer-section .footer-social .social-group-left a img {
    width: 1.625rem;
    height: 1.625rem;
    object-fit: contain;
}

.footer-section .footer-social .social-group-right a img {
    width: 4.25rem;
    height: fit-content;
    object-fit: contain;
}

.footer-section .qrcodes-img {
    width: 200px !important;
    height: 200px !important;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: -5px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-80%);
    opacity: 0;
    box-shadow: 0 0 10px #eee;
    transition: 0.5s;
}

.footer-section a:hover .qrcodes-img {
    z-index: 1;
    opacity: 1;
    transform: translateX(-50%) translateY(-100%);
}

.footer-section .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.125rem 7.625rem 0;
    border-top: 1px solid #eee;
}
.footer-section .footer-bottom .footer-info-left,.footer-section .footer-bottom .footer-info-center{
     color: #666;
}
.footer-section .footer-bottom .footer-info-left p,
.footer-section .footer-bottom .footer-info-center p,
.footer-section .footer-bottom .footer-info-right p {
    color: #666;
    font-size: 1.2rem;
    margin: 0;
}

@media (min-width: 1042px) and (max-width: 1300px) {
    .tabber .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }

    .wrapper,
    .contact-section .wrapper {
        width: 90%;
    }

    .contact-section .wrapper .contact-form-container {
        flex-direction: column;
    }

    .contact-section .wrapper .contact-info {
        margin-top: 2rem;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .contact-section .wrapper .contact-form .bottom .tip,
    .contact-section .wrapper .contact-info .info-item p,
    .footer-section .footer-bottom .footer-info-left p,
    .footer-section .footer-bottom .footer-info-center p,
    .footer-section .footer-bottom .footer-info-right p {
        font-size: 1rem;
    }
}

@media (max-width: 1041px) {
    .tabber {
        height: auto;
        min-height: 4rem;
    }

    .tabber .container {
        width: 90%;
        min-height: 4rem;
        display: flex;
        align-items: center;
    }

    .tabber nav {
        width: 100%;
        flex-wrap: wrap;
        position: relative;
        align-items: center;
    }

    .tabber nav>img {
        width: 9.5rem;
    }

    .tabber .contact-language {
        margin-left: auto;
        margin-right: 1rem;
        height: 2.5rem;
    }

    .tabber .contact-language li:first-child {
        min-width: 6.5rem;
        padding: 0 1.25rem;
        font-size: 0.875rem;
    }

    .tabber .contact-language li:last-child {
        width: 3.25rem;
        height: 2.5rem;
        font-size: 0.75rem;
    }

    .tabber .hamburger {
        display: flex;
    }

    .tabber .navbar {
        order: 10;
        width: 100%;
        height: auto;
        max-height: 0;
        overflow: hidden;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: rgba(238, 241, 242, 0.8);
        transition: max-height 0.3s ease;
    }

    .tabber.open .navbar {
        max-height: 25rem;
    }

    .tabber .navbar li {
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgba(238, 241, 242, 1);
    }

    .tabber .navbar li:last-child {
        border-bottom: none;
    }

    .tabber .navbar .nav-item {
        flex-direction: column;
        align-items: stretch;
    }

    .tabber .navbar li .pa,
    .tabber .navbar li .dropDown {
        width: 100%;
        min-height: 3.25rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
    }

    .tabber .navbar li .nav-item-first {
        width: 100%;
    }

    .tabber .navbar .nav-item-second {
        display: none;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .tabber {
        position: static;
    }

    .contact-section .wrapper {
        width: 100%;
        padding: 1.5rem;
    }

    .contact-section .wrapper .section-header {
        justify-content: center;
        margin-bottom: 2.18rem;
    }

    .contact-section .wrapper .section-header h2 {
        font-size: 1.45rem;
        line-height: 2rem;
    }

    .contact-section .wrapper .contact-bg-text {
        width: 100%;
        top: -2.125rem;
    }

    .contact-section .wrapper .contact-form-container,
    .contact-section .wrapper .contact-info {
        flex-direction: column;
    }

    .contact-section .wrapper .contact-form-container .contact-form .form-row1,
    .contact-section .wrapper .contact-form .file-row,
    .contact-section .wrapper .contact-form .bottom {
        grid-template-columns: 1fr;
    }

    .contact-section .wrapper .contact-form .bottom {
        gap: 2rem;
    }

    .contact-section .wrapper .contact-info {
        margin-left: 0;
        display: flex;
    }

    .contact-section .wrapper .contact-info .info-item {
        margin-top: 1rem;
        margin-bottom: 1.43rem;
        display: flex;
        justify-content: flex-start;
    }

    .footer-section {
        padding: 2.5rem 1.5rem;
    }

    .footer-section .footer-logo img {
        height: 2.75rem;
    }

    .footer-section .footer-nav {
        flex-wrap: wrap;
        gap: 1.75rem;
    }

    .footer-section .footer-nav a {
        font-size: 1rem;
    }

    .footer-section .footer-social {
        padding: 0;
        justify-content: center;
    }

    .footer-section .footer-bottom {
        padding: 0;
        flex-direction: column;
        gap: 1rem;
    }

    .footer-section .footer-social .social-group-right{
        gap: 0;
    }
    .footer-section .footer-social .social-group-left{
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .tabber nav>img {
        width: 8rem;
    }

    .tabber .contact-language {
        display: none;
    }

    .tabber.open .contact-language {
        order: 11;
        display: flex;
        width: 100%;
        margin: 0;
        height: auto;
        border-radius: 0;
        background: rgba(238, 241, 242, 0.8);
        padding: 0 1rem;
    }

    .tabber.open .contact-language li:first-child {
        min-width: auto;
        padding: 0;
        height: 3.25rem;
        display: flex;
        align-items: center;
        color: #666;
        font-size: 1rem;
    }

    .tabber.open .contact-language li:last-child {
        width: auto;
        height: 3.25rem;
        margin-left: 1rem;
        border-radius: 0;
        background: transparent;
        color: #666;
    }
}


.headerM {
    z-index: 999;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}

.headerM .header-inner {
    width: 90%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.headerM .header-inner .header-lang {
    display: flex;
    align-items: center;
}

.headerM .header-inner .header-lang-one {
    position: relative;
}

.headerM .header-inner .searchBtn {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

.headerM .header-inner .searchBtn img {
    width: 20px;
    transform: scale(1);
    transition: 0.5s;
}

.headerM .header-inner .searchBtn:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.headerM .header-inner .searchInput {
    position: absolute;
    top: 30px;
    right: 0;
    width: 240px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}

.headerM .header-inner .searchInput .searchInput-inner {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff !important;
}

.headerM .header-inner .searchInput .searchInput-inner .el-icon-search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.headerM .header-inner .searchInput input {
    width: 240px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid rgba(255, 100, 113, 1);
    background: rgba(255, 100, 113, 1);
    border-radius: 6px;
    color: #fff !important;
}

.headerM .header-inner .searchInput input::-webkit-input-placeholder {
    color: #fff;
    text-indent: 0px;
}

.headerM .header-inner .searchInputShow {
    height: 40px;
    opacity: 1;
    z-index: 1000;
    transition: all 0.5s;
}

.headerM .header-inner .langBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

.headerM .header-inner .langBtn .langBtn-img {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 7px;
}

.headerM .header-inner .langBtn .langBtn-img img {
    position: absolute;
    height: 20px;
    left: 0;
    top: 0;
}

.headerM .header-inner .langBtn .langBtnA {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.headerM .header-inner .langBtn .langBtnA img {
    width: 8px;
    margin-right: 0;
    margin-left: 6px;
}

.headerM .header-inner .langBtn .langBtnA:hover {
    color: rgba(255, 100, 113, 1);
    transition: 0.5s;
}

.headerM .header-inner .langList {
    position: absolute;
    top: 30px;
    right: 0;
    width: 100px;
    height: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}

.headerM .header-inner .langList .langList-inner {
    width: 100%;
    background: rgba(255, 100, 113, 1);
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.5s;
}

.headerM .header-inner .langList .langList-inner a {
    padding: 0px 10px;
    text-align: center;
    width: 100%;
    height: 0;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    transition: all 0.5s;
    position: relative;
}

.headerM .header-inner .langList .langList-inner a:hover {
    background: rgba(255, 100, 113, 1);
    transition: all 0.5s;
}

.headerM .header-inner .langList .langList-inner a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 68%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.headerM .header-inner .langList .langList-inner a:hover:after {
    background: transparent;
    transition: 0.5s;
}

.headerM .header-inner .langList .langList-inner .langList-last:after {
    height: 0;
}

.headerM .header-inner .langListShow {
    height: 114px;
    opacity: 1;
    z-index: 1000;
    transition: all 0.5s;
}

.headerM .header-inner .langListShow .langList-inner {
    padding: 8px 0;
    transition: all 0.5s;
}

.headerM .header-inner .langListShow .langList-inner a {
    height: 36px;
    transition: all 0.5s;
}

.headerM .header-inner .action_item {
    width: 34px;
    height: 22px;
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.headerM .header-inner .action_item .action_item_span_line {
    width: 28px;
    height: 2px;
    transform: scaleY(0.5);
    background: #333;
}

.headerM .logo {
    width: auto;
    max-width: 95px;
    display: flex;
    align-items: center;
}

.headerM .logo img {
    width: 100%;
    display: block;
}

.top_nav.show_nav {
    display: block;
    transform: translateY(0);
}

.top_nav {
    display: none;
    overflow: auto;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    height: 100vh;
    transform: translateY(-100vh);
    transition: 0.5s;
    background: #fff;
}

body.top-nav-open {
    overflow: hidden;
    height: 100vh;
}

.top_nav .top_nav_inner {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
}

.top_nav .logo img {
    display: block;
    width: 90px;
}

.top_nav .top_nav_close {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.top_nav .top_nav_close svg {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 0px;
    cursor: pointer;
}

.top_nav .nav {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    background: #fff;
    height: auto;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
}

.top_nav .nav .li {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.top_nav .proMenu-a {
    width: 230px;
    height: 42px;
    background: rgba(255, 100, 113, 1);
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    padding: 0 10px;
}

.top_nav .proMenu-a .proMenu-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.top_nav .proMenu-a .proMenu-icon img {
    width: 100%;
}

.top_nav .proMenu-a:hover {
    transform: rotateY(15deg) rotateX(-15deg) scale(1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.top_nav .nav .li:last-child {
    border-right: none;
}

.top_nav .nav .li .logo {
    width: 150px;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    margin: 0 auto;
}

.top_nav .nav .li .menu {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding: 10px 0;
}

.top_nav .nav .li .menu a {
    width: 40px;
    display: flex;
    height: 20px;
    justify-content: flex-end;
    align-items: center;
}

.top_nav .nav .li .menu p {
    width: 48px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    margin-right: 20px;
    transition: 0.5s;
}

.top_nav .nav .li .menu p:hover {
    transform: translateX(12px);
    transition: 0.5s;
}

.top_nav .nav .li .menu img {
    display: block;
    height: 25px;
    transition: 0.5s;
}

.top_nav .nav .li .menu .index {
    font-size: 18px;
    color: #333;
}

.top_nav .nav .li .menu .name {
    font-size: 18px;
    color: #333;
    width: calc(50%);
    display: flex;
    height: 20px;
    justify-content: flex-start;
    align-items: center;
}

.top_nav .nav .li .menu .name:hover {
    color: rgba(255, 100, 113, 1);
}

.top_nav .nav .li .menu2 {
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 4%;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.5s linear;
}

.top_nav .nav .li .menu2 .item_list {
    width: 100%;
}

.top_nav .nav .li .menu2 .item_val {
    line-height: 24px;
}

.top_nav .nav .li .menu2 .item_val a {
    color: #333;
    display: flex;
    margin-bottom: 6px;
    width: 100%;
}

.top_nav .nav .li .menu2 .item_val a span {
    font-size: 12px;
    margin-right: 8px;
    white-space: nowrap;
}

.top_nav .nav .li .menu2 .item_val a p {
    font-size: 16px;
}

.top_nav .nav .li .menu2 .item_val a:hover {
    color: rgba(255, 100, 113, 1);
}



@media only screen and (max-width: 1300px) {
  .tabber {
    display: none;
  }
  .headerM {
    display: block;
  }
    .headerM .logo {
    max-width: 140px;
  }
    .headerM .logo img{
    max-width: 140px;
  }
  .top_nav {
    display: block;
    z-index: 2900;
  }
  .banner1 {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 850px) {
  .sidefixed {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .footer {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .headerM .header-inner {
    height: 64px;
  }
  .headerM .logo {
    max-width: 100px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 15px;
    line-height: 22px;
  }
  .headerM .header-inner .action_item {
    width: 30px;
    height: 20px;
  }
  .headerM .header-inner .action_item .action_item_span_line {
    width: 24px;
  }
  .top_nav .top_nav_close {
    padding: 16px 22px;
  }
  .top_nav .logo img {
    width: 82px;
  }
  .top_nav .top_nav_close svg {
    width: 26px;
    height: 26px;
    margin-top: 12px;
  }
  .top_nav .nav {
    padding: 0 22px 80px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
    padding: 9px 0;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
    line-height: 22px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    padding: 8px 0;
    margin-bottom: 4px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 14px;
    line-height: 22px;
  }

}

@media only screen and (max-width: 480px) {
  .headerM .header-inner {
    height: 58px;
  }
  .headerM .logo {
    max-width: 100px;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 13px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
}
