@charset "utf-8";

body {
    font-family: "", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #1e1d28;
    min-height: initial !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}

.slick-loading {
    opacity: 0;
}

.goog-te-gadget-simple {
    border: none !important;
}

.fszero {
    display: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}

:root {
    font-size: 16px;
    --main-color: #029c4a;
    --flex-margin: -15px;
    --flex-padding: 15px;
}

.google-translate {
    min-width: 108px;
}

.fancybox-content {
    height: 800px !important;
}

.c_pcbtn {
    display: none;
}

.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    transition: all 0.5s;
}

.header.active {
    transform: translateY(-35px);
}

@media screen and (min-width: 1680px) {
    .header.active .header-logo {
        width: 250px;
    }

    .header.active .header-center {
        --height: 100px;
    }
}

.header-logo {
    width: 330px;
    display: block;
    line-height: var(--height);
    transition: all 0.5s;
}

.header-logo img {
    width: 100%;
}

.hc_cont1640 {
    width: 1640px;
    max-width: 1920px;
    margin: 0 auto;
}

.header-top {
    --heght: 34px;
    background-color: var(--main-color);
}

.header-top .flex {
    justify-content: flex-end;
    height: 34px;
    display: flex;
    align-items: center;
}

.header-top .collect span {
    font-size: 18px;
    color: #fff;
}

.header-top .share,
.header-top .collect {
    margin-right: 30px;
}

.header-top .share span {
    font-size: 18px;
    color: #fff;
}

.header-top .lanuage {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.header-top .lanuage>.iconfont {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.header-top .lanuage .conts {
    display: flex;
    align-items: center;
}

.header-top .lanuage .conts p {
    font-size: 14px;
    line-height: 1.56;
    color: #fff;
    margin-right: 8px;
    flex-shrink: 0;
}

.header-top .lanuage .conts .iconfont {
    font-size: 14px;
    color: #fff;
}

.header-top .lanuage .list {
    position: absolute;
    background-color: #fff;
    width: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    padding: 15px 10px;
    border: 1px solid #d7d7d7;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

.header-top .lanuage li {
    margin-bottom: 12px;
}

.header-top .lanuage li:last-child {
    margin-bottom: 0;
}

.header-top .lanuage a {
    display: flex;
    align-items: center;
}

.header-top .lanuage a img {
    width: 20px;
    flex-shrink: 0;
    margin-right: 5px;
}

.header-top .lanuage a p {
    flex-shrink: 0;
    font-size: 14px;
    color: #DFDFDF;
    transition: all 0.5s;
}

.header-top .lanuage li.active a p {
    color: #222;
}

@media screen and (min-width: 1200px) {
    .header-top .lanuage a:hover p {
        color: #222;
    }
}

@media screen and (min-width: 1200px) {
    .header-top .lanuage:hover .list {
        opacity: 1;
        pointer-events: all;
    }
}

.header-center {
    --height: 114px;
}

.header-center .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-center .left {
    display: flex;
    align-items: center;
}

.header-center .right {
    display: flex;
    align-items: center;
}

.header-cleft-list {
    margin-left: 125px;
    display: flex;
}

.header-cleft-list .item {
    margin-right: 60px;
    position: relative;
    z-index: 1;
}

.header-cleft-list .item>a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: var(--height);
}

.header-cleft-list .item>a p {
    font-size: 20px;
    color: #000000;
    transition: all 0.5s;
}

.header-cleft-list .item>a .iconfont {
    font-size: 15px;
    color: #000;
    margin-left: 12px;
}

@media screen and (min-width: 1200px) {
    .header-cleft-list .item:hover a p {
        color: var(--main-color);
    }

    .header-cleft-list .item:hover a .iconfont {
        color: var(--main-color);
        transform: rotate(180deg);
    }
}

.header-lsecond {
    position: absolute;
    padding: 24px 22px;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06);
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 2;
    display: none;
}

.header-lsecond .items {
    margin-bottom: 10px;
}

.header-lsecond .items:last-child {
    margin-bottom: 0;
}

.header-lsecond a {
    font-size: 16px;
    color: rgba(41, 15, 14, 0.6);
    line-height: 1.8;
    white-space: nowrap;
}

@media screen and (min-width: 1200px) {
    .header-lsecond a:hover {
        color: var(--main-color);
    }
}

.header-lsecond .items.active a {
    color: var(--main-color);
}

.header-search {
    cursor: pointer;
    margin-right: 70px;
    position: relative;
}

.header-search>.iconfont {
    font-size: 24px;
    color: #000;
}

@media screen and (min-width: 1200px) {
    .header-search:hover>.iconfont {
        color: var(--main-color);
        transform: scale(1.16);
    }
}

.header-login {
    font-size: 20px;
    line-height: 1.56;
    color: #029c4a;
}

@media screen and (min-width: 1200px) {
    .header-login:hover {
        color: var(--main-color);
    }
}

.home_banner {
    position: relative;
    z-index: 1;
    min-height: 45.3125vw;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home_banner .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.home_banner .swiper-slide {
    overflow: hidden;
}

.home_banner .swiper-container {
    width: 100%;
}

.home_banner .swiper-slide {
    overflow: hidden;
}

.home_banner .slide-link {
    position: relative;
    display: block;
}

.home_banner .slide-link img {
    width: 100%;
}

.home_banner .slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home_banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 26px;
    --wh: 17px;
    --interval: 19px;
}

.home_banner .swiper-pagination .swiper-pagination-bullet {
    width: var(--wh);
    height: var(--wh);
    background-color: transparent !important;
    opacity: 0.8 !important;
    margin: 0 var(--interval);
    border: 1px solid #fff;
    transition: all 0.5s;
}

.home_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #fff !important;
}

.home_banner .slide-inner,
.home_banner .slide-inner,
.home_banner .slide-inner img {
    height: 100%;
}

.hc_cont1200 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.home-banner-center {
    background-color: rgba(67, 67, 67, 0.9);
    padding: 40px 50px;
}

.home-banner-center .title {
    text-align: center;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 20px;
}

.home-banner-center .text {
    margin-bottom: 34px;
}

.home-banner-center .text p {
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 1.65;
}

.home-banner-form {
    margin: 0 -15px;
}

.home-banner-form .items {
    padding: 0 15px;
    margin-bottom: 20px;
}

.home-banner-form .items:last-child {
    margin-bottom: 0;
}

.home-banner-form input,
.home-banner-form select {
    background-color: #fff;
    width: 100%;
    height: 54px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px;
    color: #BFBFBF;
    font-size: 22px;
    border-radius: 6px;
}

.home-banner-form button {
    width: 100%;
    height: 54px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
}

.home-banner-form option {
    font-size: 16px;
    color: #444;
}

.home-banner-form .toggle-btnbox {
    text-align: right;
}

.home-banner-form .toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.home-banner-form .toggle-btn .texts {
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.home-banner-form .toggle-btn p {
    font-size: 20px;
    line-height: 1.65;
    color: #fff;
    transition: all 0.5s;
    text-align: right;
}

.home-banner-form .toggle-btn p:last-child {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.home-banner-form .toggle-btn span {
    font-size: 20px;
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .home-banner-form .toggle-btn:hover p {
        color: var(--main-color);
    }
}

.home-banner-form .toggle-btn.open p:last-child {
    opacity: 1;
    pointer-events: all;
}

.home-banner-form .toggle-btn.open p:first-child {
    opacity: 0;
    pointer-events: none;
}

.home-banner-form .toggle-btn.open span {
    transform: rotate(180deg);
}

.home-banner-form .hides {
    display: none;
}

.checkbox-group {
    display: flex;
    align-items: center;
}

.checkbox-group label {
    margin-right: 10px;
    display: block;
}

.checkbox-group label p {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    min-width: 70px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #030608;
    transition: all 0.5s;
}

.checkbox-group label input:checked+p {
    background-color: var(--main-color);
    color: #fff;
}

.home-feature {
    padding-top: 60px;
}

.home-feature .title {
    margin-bottom: 40px;
}

.home-title {
    font-size: 36px;
    line-height: 1.35;
    color: var(--main-color);
    text-align: center;
}

.home-feature-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px -40px;
}

.home-feature-item {
    width: 33.3333333%;
    padding: 0 16px;
    margin-bottom: 40px;
}

.home-feature-link {
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
}

.home-feature-link .img_box {
    padding-top: 60.52631578%;
    flex-shrink: 0;
}

.home-feature-link .img_box .price {
    font-size: 26px;
    color: #222;
    line-height: 1.3;
    padding: 14px 20px;
    min-width: 125px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}

.home-feature-link .tits {
    flex-grow: 1;
    font-size: 22px;
    color: #222;
    line-height: 1.7;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    transition: all 0.5s;
}

.home-feature-link:hover {
    border-color: #fff;
}

.home-feature-link:hover .img_box img {
    transform: scale(1.05);
}

.home-feature-link:hover .tits {
    background-color: var(--main-color);
    color: #fff;
}

.home-browse {
    padding-top: 60px;
    padding-bottom: 80px;
}

.home-browse .title {
    margin-bottom: 40px;
}

.home-browse-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -22px;
}

.home-browse-list li {
    width: 20%;
    padding: 0 8px;
    margin-bottom: 22px;
}

.home-browse-list .conts {
    border: 1px solid var(--main-color);
    padding: 35px 50px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
}

.home-browse-list .conts .imgs {
    width: 112px;
    margin-bottom: 8px;
}

.home-browse-list .conts .img_box {
    padding-top: 43.75%;
}

.home-browse-list .conts .img_box img {
    transition: all 0.5s;
}

.home-browse-list .conts .img_box img:last-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.home-browse-list .conts .tits {
    text-align: center;
    font-size: 16px;
    color: #222;
    line-height: 1.75;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .home-browse-list .conts:hover {
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
    }

    .home-browse-list .conts:hover .img_box {
        padding-top: 43.75%;
    }

    .home-browse-list .conts:hover .img_box img:last-child {
        opacity: 1;
    }

    .home-browse-list .conts:hover .img_box img:first-child {
        opacity: 0;
    }

    .home-browse-list .conts:hover .tits {
        color: #fff;
    }
}

.home-other {
    padding-top: 80px;
    padding-bottom: 85px;
    background-color: #ECEDF2;
}

.home-other-list {
    display: flex;
    justify-content: space-between;
}

.home-other-item {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-other-item .imgs {
    width: 145px;
    margin-bottom: 22px;
}

.home-other-item .imgs img {
    width: 100%;
}

.home-other-item .tits {
    font-size: 20px;
    line-height: 1.4;
    color: var(--main-color);
    margin-bottom: 12px;
    text-align: center;
}

.home-other-item .texts p {
    font-size: 16px;
    text-align: center;
    color: #898989;
    line-height: 1.65;
}

.footer-top {
    padding: 30px 0;
    background-color: var(--main-color);
}

.footer-top ul {
    display: flex;
    justify-content: flex-end;
}

.footer-top li {
    margin-right: 30px;
}

.footer-top li:last-child {
    margin-right: 0;
}

.footer-top a {
    font-size: 16px;
    color: #fff;
    line-height: 1.65;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .footer-top a:hover {
        text-decoration: underline;
    }
}

.footer-center {
    padding: 50px 0;
    background-color: #32B16C;
}

.footer-center .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-center .footer-logo {
    margin-left: -80px;
    display: block;
    width: 190px;
}

.footer-center .footer-logo img {
    width: 100%;
}

.footer-center .list {
    display: flex;
    transform: translateY(2px);
}

.footer-center .list li:not(:last-child) {
    margin-right: 22px;
}

.footer-center .list a {
    font-size: 14px;
    color: #fff;
    line-height: 1.15;
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 1.5px solid #fff;
}

.footer-center .footer-email {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}

.footer-bottom {
    padding: 26px 0;
    background-color: #49544d;
}

.footer-bottom .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom .flex a,
.footer-bottom .flex p {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin: 0 20px;
}

.page_banner {
    position: relative;
}

.page_banner::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(to left, #029c4a 0%, #029c4a 82%, transparent 100%);
}

.page_banner .page_banner_content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.page_banner .page_banner_content .title {
    text-align: right;
}

.page_banner .page_banner_content .title p {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.news-content {
    padding: 85px 0 70px;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -50px;
}

.news-item {
    width: 33.3333333%;
    padding: 50px var(--flex-padding) 0;
    margin-bottom: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 992px) {

    .news-item:nth-child(1),
    .news-item:nth-child(2),
    .news-item:nth-child(3) {
        border-top: none;
        padding-top: 0;
    }
}

@media screen and (min-width: 769px) {

    .news-item:nth-child(1),
    .news-item:nth-child(2) {
        border-top: none;
        padding-top: 0;
    }
}

@media screen and (min-width: 300px) {
    .news-item:nth-child(1) {
        border-top: none;
        padding-top: 0;
    }
}

.news-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: all 0.5s;
}

.news-link .img_box {
    padding-top: 64.47368421%;
    margin-bottom: 16px;
}

.news-link .tits {
    font-size: 18px;
    color: #000000;
    line-height: 1.6666666;
    transition: all 0.5s;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-link .time {
    color: #898989;
    font-size: 16px;
    line-height: 1.65;
    margin-top: 36px;
    padding: 0 15px;
}

@media screen and (min-width: 1200px) {
    .news-link:hover {
        transform: scale(1.04);
    }

    .news-link:hover .tits {
        color: var(--main-color);
    }
}

.newsPageBox ul {
    display: flex;
    justify-content: center;
}

.newsPageBox li {
    margin: 0 5px;
}

.newsPageBox li a,
.newsPageBox>a {
    width: 42px;
    height: 42px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    color: #8D8D8D !important;
    border: 1px solid #BFBFBF;
    transition: all 0.5s;
}

.newsPageBox li a[href="#"] {
    background-color: var(--main-color);
    color: #fff !important;
}

@media screen and (min-width: 1200px) {

    .newsPageBox li a:hover,
    .newsPageBox>a:hover {
        background-color: var(--main-color);
        color: #fff !important;
    }
}

.newsPageBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.newsPageBox>a {
    margin: 0 4px;
    width: auto !important;
}

.newsPageBox>a p {
    font-size: 16px;
    padding: 0 10px;
    font-weight: bold;
    color: #8D8D8D !important;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .newsPageBox>a:hover p {
        color: #fff !important;
    }
}

.newsPageBox>a img {
    width: 18px;
}

.newsdeta-info {
    padding: 85px 0 100px;
    background-color: #F7F8FA;
}

.newsdeta-info .title {
    font-size: 48px;
    color: #000;
    line-height: 1.48;
    margin-bottom: 50px;
    font-weight: bold;
}

.newsdeta-info .time {
    font-size: 24px;
    color: #7D7D7E;
    line-height: 1.2;
    font-weight: bold;
}

.newsdeta-content {
    padding: 70px 0;
    background-color: #fff;
}

.newsdeta-content .edit_active p {
    font-size: 18px;
    line-height: 2.22222222;
    color: #7d7d7e;
    margin-bottom: 20px;
}

.newsdeta-page {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 40px 0;
    background-color: #F7F8FA;
}

.newsdeta-page .flex {
    display: flex;
    justify-content: space-between;
}

.newsdeta-page .item {
    display: flex;
    width: 44%;
}

.newsdeta-page .item .key {
    font-size: 18px;
    line-height: 1.6666666;
    color: #a0a0a0;
    flex-shrink: 0;
    margin-right: 10px;
    transition: all 0.5s;
}

.newsdeta-page .item .val {
    width: calc(100% - 80px);
    font-size: 18px;
    line-height: 1.6666666;
    color: #a0a0a0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .newsdeta-page .item:hover .key {
        color: var(--main-color);
    }

    .newsdeta-page .item:hover .val {
        color: var(--main-color);
    }
}

.help-content {
    padding: 60px 0 0;
}

.help-content .help-title {
    margin-bottom: 20px;
}

.help-content .text {
    margin-bottom: 34px;
}

.help-content .text p {
    font-size: 18px;
    color: #626262;
    line-height: 1.65;
}

.help-contact {
    padding-top: 70px;
    padding-bottom: 80px;
}

.help-contact .help-title {
    margin-bottom: 20px;
}

.help-contact .text {
    margin-bottom: 34px;
}

.help-contact .text p {
    font-size: 18px;
    color: #626262;
    line-height: 1.65;
}

.help-title {
    font-size: 24px;
    color: #222;
    line-height: 1.2;
}

.help-list {
    display: flex;
    margin: 0 var(--flex-margin) 35px;
}

.help-item {
    padding: 0 var(--flex-padding);
    width: 33.33333%;
}

.help-link {
    display: block;
}

.help-link .img_box {
    padding-top: 57.8947368%;
    margin-bottom: 14px;
}

.help-link .tits {
    font-size: 22px;
    line-height: 1.65;
    color: #222;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .help-link:hover .img_box img {
        transform: scale(1.05);
    }

    .help-link:hover .tits {
        color: var(--main-color);
    }
}

.help-more {
    min-width: 130px;
    height: 48px;
    padding: 0 22px;
    background-color: var(--main-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff !important;
}

@media screen and (min-width: 1200px) {
    .help-more:hover {
        transform: translateX(4px);
        color: #fff;
    }
}

.helpList-content {
    padding: 60px 0 90px;
}

.helpList-content .flex {
    display: flex;
    justify-content: space-between;
}

.helpList-content .left {
    width: 315px;
}

.helpList-content .left .title {
    padding-bottom: 16px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 22px;
    color: #000000;
    line-height: 1.75;
    font-weight: bold;
}

.helpList-content .right {
    width: calc(100% - 315px);
    padding-left: 20px;
}

.helpList-content .right .title {
    font-size: 44px;
    color: #333;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 40px;
}

.helpList-content .right .edit_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #626262;
}

.helpList-list {
    padding-left: 18px;
}

.helpList-list .item {
    border-bottom: 1px solid #d0d0d0;
}

.helpList-list .item.active .link {
    color: var(--main-color);
}

.helpList-list .link {
    padding: 16px 0;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    display: inline-block;
}

@media screen and (min-width: 1200px) {
    .helpList-list .link:hover {
        color: var(--main-color);
    }
}

.helpList-second {
    padding-left: 10px;
    padding-bottom: 22px;
}

.helpList-second .itemns {
    margin-bottom: 2px;
}

.helpList-second .itemns a {
    font-size: 16px;
    color: #626262;
    line-height: 1.75;
}

@media screen and (min-width: 1200px) {
    .helpList-second .itemns a:hover {
        color: #000;
    }
}

.helpList-second .itemns.active a {
    color: #000;
}

.helpList-second .itemns:last-child {
    margin-bottom: 0;
}

.helpList-related {
    margin-top: 50px;
}

.helpList-related .tits {
    font-size: 22px;
    color: #000;
    line-height: 1.65;
    margin-bottom: 25px;
    font-weight: 500;
}

.helpList-related li {
    margin-bottom: 4px;
}

.helpList-related li:last-child {
    margin-bottom: 0;
}

.helpList-related a {
    font-size: 16px;
    color: #626262;
    line-height: 1.75;
}

@media screen and (min-width: 1200px) {
    .helpList-related a:hover {
        color: var(--main-color);
    }
}

.contact {
    padding: 80px 0 60px;
}

.contact .title {
    font-size: 44px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 80px;
    text-align: center;
}

.edit_active {
    width: 670px;
    margin: 0 auto 50px;
    max-width: 100%;
}

.contact-help {
    width: 670px;
    margin: 0 auto 50px;
    max-width: 100%;
}

.contact-help-item .tops {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    justify-content: space-between;
}

.contact-help-item .tops .key {
    font-size: 20px;
    color: #1b1b1b;
}

.contact-help-item .tops p {
    font-size: 16px;
    color: #e60012;
}

.contact-help-item .form-control,
.contact-help-item input,
.contact-help-item textarea {
    width: 100%;
    height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #DFDFDF;
    border-radius: 8px;
}

.contact-help-item .form-control {
    padding: 0 10px;
}

.contact-help-item textarea {
    height: 200px !important;
    padding: 20px 15px;
}

.result-list {
    margin-top: 48px;
    padding: 0 30px;
}

.result-list .item a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #cecece;
    font-size: 18px;
    line-height: 1.75;
    color: #1B1B1B;
}

@media screen and (min-width: 1200px) {
    .result-list .item a:hover {
        color: var(--main-color);
    }
}

.result-list .item:last-child a {
    border-bottom: none;
}

.contact-help-item {
    margin-bottom: 40px;
}

.contact-help-item:last-child {
    margin-bottom: 0;
}

.contact-help-form {
    padding-top: 80px;
}

.contact-help-form button {
    min-width: 130px;
    padding: 16px 20px;
    font-size: 18px;
    background-color: var(--main-color);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .contact-help-form button:hover {
        color: #03562A;
    }
}

.about-banner {
    min-height: 47.65625vw;
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 80px;
}

.about-banner>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.about-banner .flex {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.about-banner .flex .left {
    width: 430px;
}

.about-banner .flex .right {
    width: 740px;
}

.about-banner .flex .right .title {
    margin-bottom: 30px;
}

.about-banner .flex .right .title p {
    font-size: 66px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 30px;
    text-align: right;
    font-weight: bold;
}

.about-banner .flex .right .link {
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 60px;
    font-size: 22px;
    color: #fff;
    line-height: 1.65;
    margin-left: auto;
    border-radius: 6px;
}

@media screen and (min-width: 1200px) {
    .about-banner .flex .right .link:hover {
        transform: translateY(2px);
    }
}

.about-banner-form {
    background-color: var(--main-color);
    padding: 24px 26px 30px;
    border-radius: 6px;
}

.about-banner-form .title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.35;
    text-align: center;
}

.about-banner-form .items.select {
    cursor: pointer;
}

.about-banner-form .items {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}

.about-banner-form .items .iconfont {
    position: absolute;
    font-size: 20px;
    color: #444453;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.about-banner-form .items input,
.about-banner-form .items select {
    width: 100%;
    height: 58px;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 20px;
    color: #959595;
}

.about-banner-form .items select {
    padding: 0 18px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.about-banner-form .items input::-webkit-input-placeholder,
.about-banner-form .items select::-webkit-input-placeholder {
    color: #B5B5B5;
}

.about-banner-form .items option {
    font-size: 18px;
}

.about-banner-form .text {
    padding: 5px 30px 10px;
}

.about-banner-form .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
}

.about-banner-form button {
    width: 290px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #03562A;
    font-size: 24px;
    color: #fff;
    border-radius: 6px;
    transition: all 0.5s;
    margin: 20px auto 0;
}

@media screen and (min-width: 1200px) {
    .about-banner-form button:hover {
        background-color: #000;
        color: #fff;
    }
}

.about-section1 {
    padding: 0 0;
    position: relative;
    z-index: 1;
    padding-top: 6.77083333vw;
    padding-bottom: 7.8125vw;
}

.about-section1>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.about-section1 .title {
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.about-section1 .text p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
}

.about-section2 {
    padding: 120px 0;
    background-color: #fff;
}

.about-section2 .title {
    text-align: center;
    font-size: 34px;
    color: var(--main-color);
    line-height: 1.2;
    margin-bottom: 55px;
    font-weight: bold;
}

.about-s2list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -50px;
}

.about-s2list .item {
    width: 33.33333%;
    padding: 0 var(--flex-padding);
    margin-bottom: 50px;
}

.about-s2list .conts .imgs {
    width: 100px;
    margin: 0 auto 20px;
}

.about-s2list .conts .imgs img {
    width: 100%;
}

.about-s2list .conts .texts p {
    font-size: 18px;
    color: var(--main-color);
    line-height: 1.65;
    text-align: center;
}

.about-news {
    padding: 85px 0;
    background-color: #F4F5F9;
}

.about-news .flex {
    display: flex;
    justify-content: space-between;
}

.about-news .left {
    width: 60.8333333%;
}

.about-news .left .img_box {
    padding-top: 74.3243243%;
}

.about-news .right {
    width: 36.6666666%;
    position: relative;
}

.about-news .right .prev,
.about-news .right .next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.about-news .right .prev span,
.about-news .right .next span {
    font-size: 36px;
    color: #E4E5E7;
}

.about-news .right .prev {
    top: -44px;
    transform: translateX(-50%) rotate(180deg);
}

.about-news .right .next {
    bottom: -44px;
}

.about-news-list {
    margin: -26px 0;
}

.about-news-item {
    padding: 26px 0;
}

.about-news-conts {
    display: flex;
    align-items: center;
}

.about-news-conts .imgs {
    width: 240px;
    transform-origin: left center;
    transition: all 0.5s;
}

.about-news-conts .imgs .img_box {
    padding-top: 60.41666666%;
}

.about-news-conts .conts {
    width: calc(100% - 240px);
    padding-left: 20px;
}

.about-news-conts .conts .tits {
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 24px;
    transition: all 0.5s;
}

.about-news-conts .conts .looks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about-news-conts .conts .looks span {
    color: #BFBFBF;
    font-size: 22px;
    margin-right: 8px;
}

.about-news-conts .conts .looks p {
    font-size: 18px;
    color: #BFBFBF;
}

@media screen and (min-width: 1200px) {
    .about-news-conts:hover .imgs {
        transform: scale(1.03);
    }

    .about-news-conts:hover .conts .tits {
        color: var(--main-color);
    }
}

.about-start {
    position: relative;
    z-index: 1;
    padding: 90px 0;
}

.about-start>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.about-start .title {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
}

.about-start .text {
    margin-bottom: 60px;
}

.about-start .text p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.55;
}

.about-start .more {
    width: 260px;
    height: 60px;
    background-color: var(--main-color);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    margin: 60px auto 0;
}

@media screen and (min-width: 1200px) {
    .about-start .more:hover {
        transform: translateY(4px);
    }
}

.about-start-list {
    margin: 0 var(--flex-margin) -30px;
    display: flex;
    flex-wrap: wrap;
}

.about-start-item {
    width: 33.33333%;
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.about-start-conts {
    display: block;
    padding: 0 10px;
    transition: all 0.5s;
}

.about-start-conts .tits {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.about-start-conts .mores {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    line-height: 1.65;
    text-align: center;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .about-start-conts:hover {
        transform: translateY(-8px);
    }
}

.about-dealers {
    padding: 160px 0;
}

.about-dealers .title {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: center;
}

.about-dealers .tits {
    font-size: 22px;
    color: #fff;
    line-height: 1.65;
    text-align: center;
    font-weight: bold;
    margin-bottom: 85px;
}

.about-dealers .scores {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.about-dealers .scores ul {
    display: flex;
    margin-right: 10px;
}

.about-dealers .scores ul li {
    margin-right: 4px;
}

.about-dealers .scores ul li span {
    font-size: 16px;
    color: #fff;
}

.about-dealers .scores ul li.active span {
    color: #F68B39;
}

.about-dealers .scores ul li:last-child {
    margin-right: 0;
}

.about-dealers .scores p {
    font-size: 16px;
    color: #fff;
    line-height: 1.65;
}

.about-dealers .conts .texts {
    text-align: center;
    margin-bottom: 15px;
}

.about-dealers .conts .texts p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.about-dealers .conts .texts2 {
    text-align: center;
}

.about-dealers .conts .texts2 span {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background-color: var(--main-color);
    padding: 6px;
    margin-right: 4px;
    line-height: 1;
}

.about-dealers .conts .texts2 p {
    font-size: 14px;
    color: #fff;
    line-height: 1.65;
}

.about-dealers-content {
    position: relative;
    z-index: 1;
    height: 690px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-dealers-content>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.about-dealers-content .prev,
.about-dealers-content .next {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.about-dealers-content .prev span,
.about-dealers-content .next span {
    font-size: 86px;
    color: rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 1200px) {

    .about-dealers-content .prev:hover span,
    .about-dealers-content .next:hover span {
        color: #ffffff;
    }
}

.about-dealers-content .prev {
    left: 10px;
    transform: translateY(-50%) rotate(90deg);
}

.about-dealers-content .next {
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
}

.about-dealers-list {
    width: 80%;
}

.about-consumers {
    padding-bottom: 70px;
}

.about-consumers .title {
    text-align: center;
    font-size: 34px;
    color: var(--main-color);
    line-height: 1.65;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-consumers .text {
    margin-bottom: 18px;
    text-align: center;
}

.about-consumers .text p {
    font-size: 18px;
    line-height: 1.6666666;
    color: #1B1B1B;
    font-weight: bold;
}

.about-consumers .text2 {
    margin-bottom: 60px;
    text-align: center;
}

.about-consumers .text2 p {
    font-size: 18px;
    color: #1B1B1B;
    line-height: 1.65;
}

.about-consumers-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -30px;
}

.about-consumers-item {
    width: 25%;
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.about-consumers-conts .imgs {
    width: 100px;
    margin: 0 auto 16px;
}

.about-consumers-conts .imgs img {
    width: 100%;
    height: auto;
}

.about-consumers-conts .texts p {
    text-align: center;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.65;
}

.about-cons {
    padding: 90px 0;
    background-color: #F0F3F8;
}

.about-cons .title {
    color: var(--main-color);
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 70px;
}

.about-cons .flex {
    display: flex;
    justify-content: center;
}

.about-cons-list {
    display: flex;
    flex-wrap: wrap;
    width: 440px;
    margin: 0 20px;
}

.about-cons-list .item {
    display: flex;
    margin-bottom: 36px;
}

.about-cons-list .item .dui {
    flex-shrink: 0;
    font-size: 30px;
    color: var(--main-color);
    font-weight: bold;
    margin-right: 15px;
    transform: translateY(2px);
}

.about-cons-list .item .conts .tits {
    margin-bottom: 5px;
}

.about-cons-list .item .conts .tits p {
    font-size: 18px;
    line-height: 1.66;
    color: var(--main-color);
    font-weight: bold;
}

.about-cons-list .item .conts .texts p {
    font-size: 18px;
    line-height: 1.66;
    color: #1b1b1b;
    font-weight: bold;
}

.about-cons-list .item:last-child {
    margin-bottom: 0;
}

.product .flex {
    display: flex;
    justify-content: space-between;
    --leftwidth: 260px;
}

.product .left {
    width: var(--leftwidth);
}

.product .right {
    width: calc(100% - var(--leftwidth));
    padding-left: 10px;
    overflow: hidden;
}

.product-right-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.product-right-controls .amount {
    font-size: 16px;
    color: #000000;
    line-height: 1.65;
    margin-right: 20px;
}

.product-right-controls .controls {
    display: flex;
    align-items: center;
}

.product-right-controls .product-address {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-right: 100px;
}

.product-right-controls .product-address .iconfont {
    font-size: 16px;
    color: var(--main-color);
    margin-right: 8px;
}

.product-right-controls .product-address p {
    font-size: 16px;
    color: var(--main-color);
    line-height: 1.5;
}

.product-right-controls .select {
    display: flex;
    align-items: center;
    position: relative;
}

.product-right-controls .select select {
    font-size: 16px;
    color: #000;
    padding-right: 20px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.product-right-controls .select .iconfont {
    font-size: 18px;
    color: #000;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.product-address-drop .product-address-dropdown {
    opacity: 1;
    pointer-events: all;
    position: static;
}

.product-address-dropdown {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-address-dropdown {
    width: 360px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-address-dropdown .tops {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 60px;
    padding: 0 24px;
}

.product-address-dropdown .tops .close {
    cursor: pointer;
}

.product-address-dropdown .tops .close span {
    font-size: 20px;
    color: #000;
}

.product-address-dropdown .tops .tits {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.product-address-dropdown .tops .clear {
    font-size: 16px;
    color: #000;
    transition: all 0.5s;
}

.product-address-dropdown .tabs {
    display: flex;
}

.product-address-dropdown .tabs .item {
    width: 50%;
    border-bottom: 2px solid #999;
    text-align: center;
    transition: all 0.5s;
    font-size: 16px;
    line-height: 1.65;
    padding: 10px 0;
    cursor: pointer;
}

.product-address-dropdown .tabs .item.active {
    color: var(--main-color);
    border-color: var(--main-color);
}

.product-address-dropdown .tabs-box {
    padding: 20px 24px;
    display: none;
}

.product-address-dropdown .tabs-box .btns {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    .product-address-dropdown .tabs-box .btns:hover {
        background-color: #0f8948;
    }
}

.product-address-dropdown .tabs-box.active {
    display: block;
}

.product-address-dropdown .inputs {
    display: flex;
    border: 2px solid #ccc;
    align-items: center;
    margin-bottom: 20px;
}

.product-address-dropdown .inputs svg {
    width: 22px;
    margin: 0 10px;
}

.product-address-dropdown .inputs .layui-input-wrap {
    width: calc(100% - 44px);
}

.product-address-dropdown .inputs input {
    height: 42px;
}

.product-address-dropdown .distance {
    display: flex;
    align-items: center;
}

.product-address-dropdown .distance .iconfont {
    font-size: 16px;
    color: #222;
    margin-right: 6px;
}

.product-address-dropdown .distance p {
    font-size: 16px;
    line-height: 1.65;
    color: #222;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .product-address-dropdown .distance:hover .iconfont {
        color: var(--main-color);
    }

    .product-address-dropdown .distance:hover p {
        color: var(--main-color);
    }
}

.product-address-dropdown .radius {
    display: none;
}

.product-address-dropdown .radius .tits {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    line-height: 1.65;
    margin-bottom: 10px;
}

.product-address-dropdown .radius .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.product-address-dropdown .radius .list label {
    width: 33.333333%;
    padding: 0 8px;
    cursor: pointer;
    margin-bottom: 16px;
}

.product-address-dropdown .radius .list label input:checked+p {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.product-address-dropdown .radius .list label p {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #222;
    transition: all 0.5s;
}

.region-list .region {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.region-list .region>input:checked+.hds .icons {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.region-list .region>input:checked+.hds p {
    color: var(--main-color);
}

.region-list .region>input:checked~.bds {
    display: block;
}

.region-list .hds {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.region-list .hds .icons {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-clip: content-box;
    padding: 3px;
    background-color: transparent;
    transition: all 0.5s;
    margin-right: 10px;
}

.region-list .hds p {
    font-size: 16px;
    color: #666;
    transition: all 0.5s;
    line-height: 1.75;
}

.region-list .bds {
    padding: 10px 20px 5px;
    display: none;
}

.region-list .bds .bds-item {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.region-list .bds .bds-item input:checked+.icons {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.region-list .bds .bds-item input:checked~p {
    color: var(--main-color);
}

.region-list .bds .bds-item .icons {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-clip: content-box;
    padding: 3px;
    background-color: transparent;
    transition: all 0.5s;
    margin-right: 10px;
}

.region-list .bds .bds-item p {
    font-size: 16px;
    color: #666;
    transition: all 0.5s;
    line-height: 1.75;
}

.img_box {
    display: block;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px -17px;
}

.product-item {
    padding: 0 3px;
    width: 25%;
    margin-bottom: 17px;
}

.product-conts {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(191, 191, 191, 0.2);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.5s;
    display: block;
}

.product-conts .imgs {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.product-conts .imgs .img_box {
    padding-top: 66.66666666%;
}

.product-conts .imgs .small-logo {
    position: absolute;
    width: 15px;
    right: 6px;
    bottom: 6px;
    z-index: 2;
}

.product-conts .imgs .small-logo img {
    width: 100%;
}

.product-conts .imgs .collect {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 6px;
    top: 6px;
    z-index: 2;
    transition: all 0.5s;
    cursor: pointer;
}

.product-conts .imgs .collect span {
    font-size: 15px;
    color: #85858D;
}

.product-conts .imgs .collect.active {
    background-color: var(--main-color);
}

.product-conts .imgs .collect.active span {
    color: #fff;
}

.product-conts .center {
    padding: 10px;
    border: 1.5px solid #EEEEEE;
    flex-grow: 1;
}

.product-conts .center .infos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-conts .center .price .val {
    display: flex;
    align-items: flex-start;
}

.product-conts .center .price .val p {
    font-size: 18px;
    color: #000000;
    margin-right: 8px;
    line-height: 1.3;
}

.product-conts .center .price .val span {
    font-size: 12px;
    color: #a40000;
    text-decoration: line-through;
    line-height: 1.5;
}

.product-conts .center .price .texts {
    font-size: 12px;
    color: #959595;
    line-height: 1.65;
    margin-top: 2px;
}

.product-conts .center .distance {
    font-size: 12px;
    color: #626262;
    line-height: 1.65;
}

.product-conts .center .tits {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 1.55;
    margin-bottom: 15px;
    display: block;
}

.product-conts .center .other {
    display: flex;
    justify-content: space-between;
}

.product-conts .center .other p {
    font-size: 12px;
    color: #959595;
    line-height: 1.65;
}

.product-conts .mores {
    flex-shrink: 0;
    display: flex;
    border: 1.5px solid #EEEEEE;
    border-top: none;
}

.product-conts .mores .mores1 {
    width: calc(100% - 70px);
    height: 30px;
    font-size: 12px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-conts .mores .mores2 {
    width: 70px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    border-left: 1.5px solid #EEEEEE;
}

@media screen and (min-width: 1200px) {
    .product-conts:hover {
        box-shadow: 0px 5px 26px 0px rgba(191, 191, 191, 0.5);
    }

    .product-conts:hover .center .tits {
        color: var(--main-color);
    }
}

.product-jumb {
    padding: 20px 0;
    width: 800px;
    margin: 0 auto;
}

.product-jumb .img_box {
    padding-top: 30%;
}

.product {
    background-color: #FAFAFC;
}

.product .newsPageBox {
    margin-top: 60px;
}

@media screen and (min-width: 992px) {
    .product-nav.active {
        height: calc(100vh - 100px);
        top: 100px;
    }
}

.product-nav {
    height: calc(100vh - 148px);
    position: sticky;
    left: 0;
    top: 130px;
    overflow-x: visible;
    overflow-y: scroll;
    scrollbar-color: #d3d3e5 #eeeef4;
    scrollbar-width: thin;
    background-color: #fff;
    padding: 20px 12px;
    transition: all 0.5s;
}

.product-nav .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-nav .title .val {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    font-weight: bold;
}

.product-nav .title .clear {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    transition: all 0.5s;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .product-nav .title .clear:hover {
        color: var(--main-color);
    }
}

.product-nav .product-make {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
}

.product-nav .product-make p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    font-weight: bold;
    transition: all 0.5s;
}

.product-nav .product-make .iconfont {
    font-size: 20px;
    color: #000;
}

@media screen and (min-width: 1200px) {
    .product-nav .product-make:hover p {
        color: var(--main-color);
    }

    .product-nav .product-make:hover .iconfont {
        color: var(--main-color);
    }
}

.product-xiala {
    margin-top: 18px;
}

.product-modselect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.product-modselect p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    font-weight: bold;
    transition: all 0.5s;
}

.product-modselect .iconfont {
    font-size: 18px;
    color: #000;
}

@media screen and (min-width: 1200px) {
    .product-modselect:hover p {
        color: var(--main-color);
    }

    .product-modselect:hover .iconfont {
        color: var(--main-color);
    }
}

.product-modselect.active .iconfont {
    transform: rotate(180deg);
}

.product-location {
    padding: 10px 0 0;
}

.product-location .items {
    margin-bottom: 10px;
}

.product-location .items .conts {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-location .items .conts .iconfont {
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .product-location .items .conts .iconfont:hover {
        color: #e60012;
    }
}

.product-location .items .conts p {
    font-size: 14px;
    color: #999;
    transition: all 0.5s;
    line-height: 1.65;
}

.product-location .items.active .iconfont {
    opacity: 1;
}

.product-location .product-location-second {
    padding-top: 10px;
}

.product-location .product-location-second .item-second {
    margin-bottom: 10px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-location .product-location-second .item-second .iconfont {
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .product-location .product-location-second .item-second .iconfont:hover {
        color: #e60012;
    }
}

.product-location .product-location-second .item-second p {
    font-size: 14px;
    color: #999;
    transition: all 0.5s;
    line-height: 1.65;
}

.product-location .product-location-second .item-second.active .iconfont {
    opacity: 1;
}

.product-xiala-body {
    display: none;
}

.postcode-input {
    padding: 10px 0;
}

.postcode-input .layui-form {
    position: relative;
}

.postcode-input input {
    height: 40px;
    font-size: 13px;
}

.price-box,
.year-box,
.pro-mod1-box {
    padding: 10px 0 0;
}

.price-box .price-item,
.year-box .price-item,
.pro-mod1-box .price-item,
.price-box .year-item,
.year-box .year-item,
.pro-mod1-box .year-item,
.price-box .pro-mod1-item,
.year-box .pro-mod1-item,
.pro-mod1-box .pro-mod1-item {
    margin-bottom: 10px;
}

.price-box .price-item select,
.year-box .price-item select,
.pro-mod1-box .price-item select,
.price-box .year-item select,
.year-box .year-item select,
.pro-mod1-box .year-item select,
.price-box .pro-mod1-item select,
.year-box .pro-mod1-item select,
.pro-mod1-box .pro-mod1-item select {
    width: 100%;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    transition: all 0.5s;
}

.price-box .price-other-item,
.year-box .price-other-item,
.pro-mod1-box .price-other-item,
.price-box .year-other-item,
.year-box .year-other-item,
.pro-mod1-box .year-other-item {
    width: 100%;
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
    transition: all 0.5s;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 10px;
}

.price-box .price-other-item:last-child,
.year-box .price-other-item:last-child,
.pro-mod1-box .price-other-item:last-child,
.price-box .year-other-item:last-child,
.year-box .year-other-item:last-child,
.pro-mod1-box .year-other-item:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {

    .price-box .price-other-item:hover,
    .year-box .price-other-item:hover,
    .pro-mod1-box .price-other-item:hover,
    .price-box .year-other-item:hover,
    .year-box .year-other-item:hover,
    .pro-mod1-box .year-other-item:hover {
        border-color: #16b777 !important;
        box-shadow: 0 0 0 3px rgba(22, 183, 119, 0.08);
    }
}

.pro-condition-box,
.pro-transmission-box {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -6px;
}

.pro-condition-box .item,
.pro-transmission-box .item {
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 6px;
}

.pro-condition-box .item p,
.pro-transmission-box .item p {
    padding: 6px 6px;
    border: 1px solid #e5e5e5;
    flex-shrink: 0;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 1.2;
    transition: all 0.5s;
}

.pro-condition-box .item input:checked+p,
.pro-transmission-box .item input:checked+p {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.pro-type-box {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -4px -8px;
}

.pro-type-box .item {
    width: 50%;
    padding: 0 4px;
    margin-bottom: 8px;
    cursor: pointer;
}

.pro-type-box input:checked+.conts {
    border-color: var(--main-color);
}

.pro-type-box input:checked+.conts p {
    color: var(--main-color);
}

.pro-type-box .conts {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
    text-align: center;
    transition: all 0.5s;
}

.pro-type-box .conts img {
    width: 86%;
}

.pro-type-box .conts p {
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
    color: #a0a0a0;
    line-height: 1.42;
}

.pro-certified-box,
.pro-contactless-box {
    margin-top: 6px;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 1.65;
    transition: all 0.5s;
    cursor: pointer;
}

.pro-certified-box.active,
.pro-contactless-box.active {
    color: var(--main-color);
    font-weight: bold;
}

.pro-kilometres-item:last-child {
    margin-bottom: 0;
}

.pro-contactless-checkbox {
    cursor: pointer;
    margin-top: 20px;
    display: block;
    width: 100%;
}

.pro-contactless-checkbox input:checked+.pro-contactless-cont .checkbox-box {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.pro-contactless-cont {
    display: flex;
    align-items: center;
}

.pro-contactless-cont .checkbox-box {
    width: 14px;
    height: 14px;
    border: 1px solid #c2c2c2;
    transition: all 0.5s;
    flex-shrink: 0;
    margin-right: 6px;
    background-clip: content-box;
    padding: 2px;
}

.pro-contactless-cont p {
    font-size: 14px;
    color: #434343;
}

.product-filters {
    font-size: 14px;
    color: #898989;
    font-weight: bold;
    line-height: 1.65;
    margin-bottom: 15px;
    margin-top: 40px;
}

.pro-color-box {
    padding: 10px 0;
}

.pro-color-list {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -6px;
}

.pro-color-item {
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 6px;
}

.pro-color-item input:checked+.pro-color-conts .color-box span {
    opacity: 1;
}

.pro-color-conts {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.pro-color-conts .color-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-color-conts .color-box span {
    font-size: 16px;
    color: #fff;
    opacity: 0;
}

.pro-color-conts p {
    font-size: 14px;
    margin-top: 6px;
}

.pro-features-box,
.pro-lifestyles-box,
.pro-fuels-box {
    padding: 10px 0;
}

.pro-features-box .item,
.pro-lifestyles-box .item,
.pro-fuels-box .item {
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 8px;
}

.pro-features-box .item:last-child,
.pro-lifestyles-box .item:last-child,
.pro-fuels-box .item:last-child {
    margin-bottom: 0;
}

.pro-features-box input:checked+.conts .radio-box,
.pro-lifestyles-box input:checked+.conts .radio-box,
.pro-fuels-box input:checked+.conts .radio-box {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.pro-features-box input:checked+.conts p,
.pro-lifestyles-box input:checked+.conts p,
.pro-fuels-box input:checked+.conts p {
    color: var(--main-color);
}

.pro-features-box .conts,
.pro-lifestyles-box .conts,
.pro-fuels-box .conts {
    display: flex;
    align-items: center;
}

.pro-features-box .conts .radio-box,
.pro-lifestyles-box .conts .radio-box,
.pro-fuels-box .conts .radio-box {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #979797;
    background-clip: content-box;
    background-color: transparent;
    transition: all 0.5s;
    flex-shrink: 0;
    margin-right: 10px;
    padding: 3px;
}

.pro-features-box .conts p,
.pro-lifestyles-box .conts p,
.pro-fuels-box .conts p {
    color: #030f1c;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s;
}

.mask-layer {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    left: 0;
    bottom: 0;
    display: none;
    transition: height 0.5s;
}

.mask-layer .mask-layer-content {
    width: 872px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    margin-top: 100px;
}

.mask-layer .mask-layer-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.mask-layer .mask-layer-hd .title {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
}

.mask-layer .mask-layer-hd .close {
    cursor: pointer;
    padding: 4px;
}

.mask-layer .mask-layer-hd .close span {
    color: #222;
    font-size: 28px;
}

@media screen and (min-width: 1200px) {
    .mask-layer .mask-layer-hd .close:hover span {
        color: #e60012;
    }
}

.mask-layer-search {
    position: relative;
    padding: 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
}

.mask-layer-search span {
    font-size: 24px;
    color: #999;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask-layer-search input {
    width: calc(100% - 50px);
    padding: 0 20px;
    font-size: 18px;
    height: 48px;
    padding-left: 0 !important;
}

.mask-layer-listbox {
    height: 390px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 15px;
    position: relative;
    scrollbar-color: #d3d3e5 #eeeef4;
    scrollbar-width: thin;
}

.mask-layer-listbox .tits {
    font-size: 18px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 15px;
    margin-top: 30px;
}

.mask-layer-listbox .tits:first-child {
    margin-top: 0;
}

.mask-layer-listbox .item {
    margin-bottom: 15px;
    cursor: pointer;
    display: block;
}

.mask-layer-listbox .item input:checked+.conts .checkbox {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.mask-layer-listbox .item .conts {
    display: flex;
    align-items: center;
}

.mask-layer-listbox .item .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-clip: content-box;
    padding: 3px;
    border: 1px solid #d3d3e5;
    transition: all 0.5s;
    margin-right: 10px;
}

.mask-layer-listbox .item p {
    font-size: 16px;
    color: #666;
    line-height: 1.65;
}

.mask-layer-group {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.mask-layer-group .clear-btn,
.mask-layer-group .search-btn {
    width: 130px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px;
}

.mask-layer-group .clear-btn {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .mask-layer-group .clear-btn:hover {
        color: #fff;
        background-color: var(--main-color);
    }

    .mask-layer-group .search-btn:hover {
        background-color: #03562A;
    }
}

.mask-layer-group .search-btn {
    background-color: var(--main-color);
    color: #fff;
}

.prodeta {
    padding-top: 30px;
}

.prodeta .goback {
    min-width: 140px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #e0e0e2;
    padding: 0 15px;
    margin-bottom: 20px;
}

.prodeta .goback p {
    font-size: 16px;
    color: #626262;
    line-height: 1.55;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta .goback:hover {
        border: 1.5px solid var(--main-color);
        background-color: var(--main-color);
    }

    .prodeta .goback:hover p {
        color: #fff;
    }
}

.prodeta .flex {
    display: flex;
    justify-content: space-between;
}

.prodeta .flex .left {
    width: 780px;
}

.prodeta .flex .right {
    width: 380px;
}

.prodeta-img {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.prodeta-img .img_box {
    border-radius: 14px;
    padding-top: 67.08860759%;
}

.prodeta-img .prodeta-img-size {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 12px 12px;
    background-color: var(--main-color);
    left: 12px;
    bottom: 16px;
}

.prodeta-img .prodeta-img-size span {
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
}

.prodeta-img .prodeta-img-size p {
    font-size: 15px;
    color: #fff;
}

.prodeta-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.prodeta-item {
    padding: 18px 0;
    margin: 0 22px;
    font-size: 16px;
    transition: all 0.5s;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .prodeta-item:hover {
        color: var(--main-color);
    }
}

.prodeta-item.active {
    color: var(--main-color);
}

.prodeta-details {
    padding-top: 50px;
}

.prodeta-details .s1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.prodeta-details .s1 .title {
    font-size: 24px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
}

.prodeta-details .s1 .prodeta-details-conts {
    height: 270px;
    overflow: hidden;
}

.prodeta-details .s1 .prodeta-details-conts.open {
    height: auto;
}

.prodeta-details .s1 .btns-group {
    display: flex;
    padding-top: 30px;
}

.prodeta-details .s1 .btns-group .btns {
    border-radius: 6px;
    background-color: var(--main-color);
    width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s;
    margin-right: 14px;
}

@media screen and (min-width: 1200px) {
    .prodeta-details .s1 .btns-group .btns:hover {
        background-color: #03562A;
    }
}

.prodeta-details .s1 .lefts {
    width: 220px;
}

.prodeta-details .s1 .lefts .list {
    margin-bottom: 22px;
}

.prodeta-details .s1 .lefts .list li {
    font-size: 16px;
    line-height: 1.75;
    color: #626262;
    margin-bottom: 20px;
}

.prodeta-details .s1 .lefts .list li:last-child {
    margin-bottom: 0;
}

.prodeta-details .s1 .lefts .more {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--main-color);
    cursor: pointer;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta-details .s1 .lefts .more:hover {
        color: #fff;
        background-color: var(--main-color);
    }
}

.prodeta-details .s1 .rights {
    width: 520px;
}

.prodeta-details .s1 .rights .text p {
    font-size: 15.2px;
    line-height: 1.6;
    color: #626262;
}

.prodeta-details .s1 .rights .more p {
    font-size: 16px;
    color: var(--main-color);
    line-height: 1.5;
    margin-top: 30px;
    cursor: pointer;
}

.prodeta-details .s1 .rights .more p:last-child {
    display: none;
}

.prodeta-details .s1 .rights .more.open p:last-child {
    display: block;
}

.prodeta-details .s1 .rights .more.open p:first-child {
    display: none;
}

@media screen and (min-width: 1200px) {
    .prodeta-details .s1 .rights .more:hover {
        text-decoration: underline;
    }
}

.prodeta-details .s2 .flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.prodeta-details .s2 .lefts {
    display: flex;
    align-items: center;
}

.prodeta-details .s2 .lefts .imgs {
    width: 40px;
    margin-right: 16px;
}

.prodeta-details .s2 .rights .tel {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.prodeta-details .s2 .rights .tel .iconfont {
    font-size: 20px;
    color: var(--main-color);
    margin-right: 10px;
}

.prodeta-details .s2 .rights .tel .val p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.prodeta-details .s2 .rights .tel .val p:last-child {
    display: none;
}

.prodeta-details .s2 .rights .tel.active .val p:first-child {
    display: none;
}

.prodeta-details .s2 .rights .tel.active .val p:last-child {
    display: block;
}

.prodeta-details .s2 .rights .btns {
    width: 140px;
    height: 42px;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta-details .s2 .rights .btns:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}

.prodeta-details .s2 .form {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 7px 10px 0px rgba(128, 155, 175, 0.25);
    display: flex;
    padding: 26px;
}

.prodeta-details .s2 .form input {
    flex-grow: 1;
    margin-right: 20px;
    background-color: #EEEEF4;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 16px;
}

.prodeta-details .s2 .form button {
    width: 90px;
    height: 44px;
    border-radius: 6px;
    background-color: var(--main-color);
    transition: all 0.5s;
    color: #fff;
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    .prodeta-details .s2 .form button:hover {
        background-color: #03562A;
    }
}

.prodeta-tits {
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}

.prodeta-confidence {
    padding-top: 55px;
}

.prodeta-confidence .title {
    margin-bottom: 25px;
}

.prodeta-confidence .list {
    display: flex;
    margin: 0 -8px;
}

.prodeta-confidence .item {
    width: 33.333333%;
    padding: 0 8px;
}

.prodeta-confidence .conts {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 7px 10px 0px rgba(128, 155, 175, 0.25);
    padding: 20px 20px;
    height: 100%;
    cursor: pointer;
}

.prodeta-confidence .imgs {
    width: 190px;
    margin: 0 auto 20px;
}

.prodeta-confidence .imgs .img_box {
    padding-top: 70.588235%;
}

.prodeta-confidence .tits {
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 14px;
}

.prodeta-confidence .texts {
    margin-bottom: 14px;
}

.prodeta-confidence .texts p {
    font-size: 14px;
    color: #707070;
    line-height: 1.65;
}

.prodeta-confidence .tips {
    font-size: 15px;
    color: var(--main-color);
    line-height: 1.65;
}

.prodeta-cost {
    padding-top: 55px;
}

.prodeta-cost .title {
    margin-bottom: 25px;
}

.prodeta-cost-content {
    border-radius: 8px;
    box-shadow: 0 8px 16px #14377d26;
    padding: 25px 20px;
}

.prodeta-cost-content .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -30px;
}

.prodeta-cost-content .item {
    width: 33.333333%;
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.prodeta-cost-content .conts .tits {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 1.55;
}

.prodeta-cost-content .conts .texts p {
    font-size: 16px;
    color: #000000;
    line-height: 1.55;
}

.prodeta-cost-tit {
    padding-top: 30px;
}

.prodeta-cost-tit .tits {
    margin-bottom: 15px;
    cursor: pointer;
}

.prodeta-cost-tit .tits p {
    font-size: 14px;
    line-height: 1.65;
    color: #707070;
    transition: all 0.5s;
}

.prodeta-cost-tit .tits p:last-child {
    display: none;
}

@media screen and (min-width: 1200px) {
    .prodeta-cost-tit .tits:hover p {
        color: var(--main-color);
    }
}

.prodeta-cost-tit .texts {
    display: none;
}

.prodeta-cost-tit .texts p {
    font-size: 14px;
    line-height: 1.65;
    color: #707070;
}

.prodeta-cost-tit.active .tits p:last-child {
    display: block;
}

.prodeta-cost-tit.active .tits p:first-child {
    display: none;
}

.prodeta-cost-tit.active .texts {
    display: block;
}

.prodeta-cost {
    padding-top: 50px;
}

.prodeta-cost .title {
    margin-bottom: 25px;
}

.prodeta-cost .list {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 7px 10px 0px rgba(128, 155, 175, 0.25);
    padding: 10px 24px;
}

.prodeta-cost .list .item {
    padding: 14px 0;
    border-bottom: 1px solid #F6F6FA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.prodeta-cost .list .item p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    font-weight: bold;
    padding-right: 20px;
    transition: all 0.5s;
}

.prodeta-cost .list .item .iconfont {
    transform: rotate(-90deg);
    font-size: 17px;
    color: #333;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .prodeta-cost .list .item:hover p {
        color: var(--main-color);
    }

    .prodeta-cost .list .item:hover .iconfont {
        color: var(--main-color);
    }
}

.prodeta-seller {
    padding-top: 55px;
}

.prodeta-seller .mores {
    border: 1.5px solid #d8d8d8;
    width: 120px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin-left: auto;
    color: #222;
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    .prodeta-seller .mores:hover {
        color: #fff;
        background-color: var(--main-color);
        border-color: var(--main-color);
    }
}

.prodeta-seller-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.prodeta-seller-hd .more {
    display: flex;
    align-items: center;
}

.prodeta-seller-hd .more p {
    color: var(--main-color);
    font-size: 16px;
    margin-right: 8px;
}

.prodeta-seller-hd .more span {
    color: var(--main-color);
    transform: rotate(-90deg);
    font-size: 16px;
}

.prodeta-seller-list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.prodeta-seller-item {
    padding: 0 10px;
    width: 33.333333%;
}

.prodeta-seller-item .product-conts .center .tits {
    margin-bottom: 0;
}

.prodeta-seller-item .product-conts {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.product-conts .center {
    padding: 18px 22px;
}

.prodeta-other {
    padding-top: 50px;
    padding-bottom: 100px;
}

.prodeta-other-link {
    width: 215px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
    font-size: 20px;
    margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
    .prodeta-other-link:hover {
        border: 1px solid var(--main-color);
        color: #fff;
        background-color: var(--main-color);
    }
}

.prodeta-other-group {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.prodeta-other-group .item {
    font-size: 17px;
    color: #707070;
    line-height: 1.65;
    cursor: pointer;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta-other-group .item:hover {
        color: var(--main-color);
    }
}

.prodeta-other-group span {
    display: block;
    font-size: 20px;
    color: #707070;
    margin: 0 20px;
}

.prodeta-other .text p {
    font-size: 14px;
    color: #959595;
    line-height: 1.75;
}

.prodeta-other .text p span {
    color: #434343;
    font-weight: bold;
}

.prodeta-controls {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.prodeta-controls .item {
    display: flex;
    align-items: center;
    margin-right: 25px;
    cursor: pointer;
}

.prodeta-controls .item span {
    font-size: 16px;
    color: #626262;
    margin-right: 8px;
}

.prodeta-controls .item p {
    font-size: 16px;
    color: #626262;
    line-height: 1.65;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta-controls .item:hover span {
        color: var(--main-color);
    }

    .prodeta-controls .item:hover p {
        color: var(--main-color);
    }
}

.prodeta .right .title {
    font-size: 34px;
    color: #000000;
    line-height: 1.25;
    margin-bottom: 45px;
}

.prodeta-right-info {
    display: flex;
}

.prodeta-right-info .item {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #EEEEEE;
}

.prodeta-right-info .item .price1 {
    font-size: 14px;
    line-height: 1.5;
    color: #e60012;
    text-decoration: line-through;
    margin-bottom: 10px;
}

.prodeta-right-info .item .price2 {
    font-size: 28px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 5px;
}

.prodeta-right-info .item .tits1 {
    font-size: 12px;
    color: #b5b5b5;
    line-height: 1.5;
}

.prodeta-right-info .item .price3 {
    font-size: 16px;
    color: #000000;
    line-height: 1.75;
    margin-bottom: 10px;
}

.prodeta-right-info .item .tits2 {
    font-size: 14px;
    color: #00a0e9;
    line-height: 1.7;
    margin-bottom: 5px;
}

.prodeta-right-info .item:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.prodeta-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    background-color: #EBFEF4;
    padding: 18px 35px 16px 15px;
    margin-top: 24px;
}

.prodeta-price .lefts {
    width: 170px;
}

.prodeta-price .lefts .tits {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

.prodeta-price .lefts .texts {
    margin-bottom: 14px;
}

.prodeta-price .lefts .texts p {
    font-size: 12px;
    line-height: 1.75;
    color: #626262;
}

.prodeta-price .lefts .btns {
    border-radius: 6px;
    border: 1px solid var(--main-color);
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 12px;
    color: var(--main-color);
    cursor: pointer;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta-price .lefts .btns:hover {
        color: #fff;
        background-color: var(--main-color);
    }
}

.prodeta-price .rights {
    width: 88px;
}

.prodeta-price .rights img {
    width: 100%;
}

.prodeta-check-btn {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta-check-btn:hover {
        background-color: #03562A;
    }
}

.prodeta-rightbox {
    position: sticky;
    top: 130px;
    right: 0;
    z-index: 6;
    padding-bottom: 50px;
}

.share-layout,
.photo-layout,
.form-layout {
    position: fixed;
    width: 100%;
    height: calc(100vh - 124px);
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
    transition: height 0.5s;
    overflow-y: auto;
}

.share-layout.headeractive,
.photo-layout.headeractive,
.form-layout.headeractive {
    height: calc(100vh - 90px);
}

.photo-layout {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}

.photo-layout.active {
    opacity: 1;
    pointer-events: all;
}

.share-layout-box,
.form-layout-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    overflow-y: auto;
}

.share-layout-content {
    width: 570px;
    padding: 25px 24px;
    background-color: #fff;
    position: relative;
}

.share-layout-content .title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.65;
    margin-bottom: 40px;
}

.share-layout-content .close-btn {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
}

.share-layout-content .close-btn span {
    font-size: 20px;
    color: #222;
}

.share-layout-flex {
    display: flex;
    margin-bottom: 50px;
}

.share-layout-flex .imgs {
    width: 150px;
}

.share-layout-flex .tits {
    width: calc(100% - 150px);
    padding-left: 16px;
}

.share-layout-flex .tits p {
    font-size: 18px;
    color: #707070;
    line-height: 2;
}

.share-layout-flex .tits p span {
    font-size: 16px;
    margin-left: 20px;
}

.share-layout-list {
    display: flex;
}

.share-layout-list li {
    margin-right: 24px;
}

.share-layout-list li:last-child {
    margin-right: 0;
}

.share-layout-link {
    display: flex;
    width: 140px;
    height: 46px;
    border: 1px solid #D2D2D2;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
}

.share-layout-link span {
    font-size: 20px;
    color: #707070;
    margin-right: 14px;
}

.share-layout-link p {
    font-size: 16px;
    color: #707070;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .share-layout-link:hover {
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
    }

    .share-layout-link:hover span {
        color: #fff;
    }

    .share-layout-link:hover p {
        color: #fff;
    }
}

.share-tits {
    font-size: 16px;
    color: #707070;
    line-height: 1.65;
    margin-bottom: 15px;
}

.photo-layout-box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-layout-contact .flexs {
    display: flex;
    justify-content: space-between;
}

.photo-layout-contact .lefts {
    width: 800px;
}

.photo-layout-contact .rights {
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
    background-color: #fff;
    position: relative;
}

.photo-layout-contact .rights .photo-collect {
    position: absolute;
    right: calc(100% + 15px);
    top: 15px;
    cursor: pointer;
}

.photo-layout-contact .rights .photo-collect span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    color: #6B6A72;
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
    .photo-layout-contact .rights .photo-collect:hover span {
        background-color: var(--main-color);
        color: #fff;
    }

    .photo-layout-contact .rights .photo-close:hover span {
        color: #e60012;
    }
}

.photo-layout-contact .rights .photo-collect.active span {
    background-color: var(--main-color);
    color: #fff;
}

.photo-layout-contact .rights .photo-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.photo-layout-contact .rights .photo-close span {
    font-size: 26px;
    color: #666;
}

.photo-layout-contact .rights .imgs {
    width: 98px;
    margin-bottom: 10px;
}

.photo-layout-contact .rights .imgs img {
    width: 100%;
}

.photo-layout-contact .rights .proto-show-address {
    text-align: center;
    color: var(--main-color);
    font-size: 14px;
    line-height: 1.75;
    text-decoration: underline;
    margin-bottom: 15px;
}

.photo-layout-contact .rights .tits {
    font-size: 24px;
    color: #000;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.photo-layout-contact .rights .list {
    width: 100%;
}

.photo-layout-contact .rights .list li {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 16px;
    color: #898989;
    margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
    .photo-layout-contact .rights .list li:hover {
        border-color: var(--main-color);
        background-color: var(--main-color);
        color: #fff;
    }
}

.photo-layout-bslick,
.photo-layout-sslick {
    position: relative;
}

.photo-layout-bslick .img_box,
.photo-layout-sslick .img_box {
    padding-top: 67.0731707%;
}

.photo-layout-contact .carter_arrow {
    width: calc(100% + 140px);
}

.photo-layout-contact .prev,
.photo-layout-contact .next {
    cursor: pointer;
    pointer-events: all;
}

.photo-layout-contact .prev span,
.photo-layout-contact .next span {
    color: #B5B5B5;
    font-size: 34px;
}

@media screen and (min-width: 1200px) {

    .photo-layout-contact .prev:hover span,
    .photo-layout-contact .next:hover span {
        color: #fff !important;
    }
}

.photo-layout-contact .prev {
    transform: rotate(90deg);
}

.photo-layout-contact .next {
    transform: rotate(-90deg);
}

.photo-layout-bslick {
    margin-bottom: 15px;
}

.photo-layout-bslick .prev span,
.photo-layout-bslick .next span {
    font-size: 34px;
}

.photo-layout-slist {
    margin: 0 -8px;
}

.photo-layout-slist .item {
    padding: 0 8px;
}

.photo-layout-slist .item .conts {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .photo-layout-slist .item .conts:hover .img_box::after {
        opacity: 0;
    }
}

.photo-layout-slist .item .img_box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.3;
    transition: all 0.5s;
}

.photo-layout-slist .slick-current .conts .img_box::after {
    opacity: 0;
}

.form-layout-content {
    display: flex;
}

.form-layout-content .flexs {
    display: flex;
    background-color: #fff;
}

.form-layout-content .flexs .lefts {
    width: calc(100% - 370px);
    padding: 30px 80px 40px;
    border-right: 1px solid #BFBFBF;
}

.form-layout-content .flexs .lefts .tits {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.form-layout-content .flexs .lefts .texts {
    margin-top: 15px;
}

.form-layout-content .flexs .lefts .texts p {
    font-size: 12px;
    color: #707070;
    line-height: 1.7;
}

.form-layout-content .flexs .rights {
    width: 370px;
    background-color: #FAFAFC;
    padding: 24px 30px;
    position: relative;
}

.form-layout-content .flexs .rights .imgs {
    width: 160px;
    margin-bottom: 20px;
}

.form-layout-content .flexs .rights .imgs img {
    width: 100%;
}

.form-layout-content .flexs .rights .form-tel {
    margin-bottom: 30px;
}

.form-layout-content .flexs .rights .form-tel p {
    font-size: 30px;
    color: #000;
}

.form-layout-content .flexs .rights .form-tel p span {
    font-size: 40px;
}

.form-layout-content .flexs .rights .form-tel p:last-child {
    display: none;
}

.form-layout-content .flexs .rights .form-tel.active p:first-child {
    display: none;
}

.form-layout-content .flexs .rights .form-tel.active p:last-child {
    display: block;
}

.form-layout-content .flexs .rights .form-tel-show {
    width: 150px;
    height: 42px;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 16px;
    color: var(--main-color);
    margin-bottom: 45px;
}

@media screen and (min-width: 1200px) {
    .form-layout-content .flexs .rights .form-tel-show:hover {
        color: #fff;
        background-color: var(--main-color);
    }
}

.form-layout-content .flexs .rights .tits {
    font-size: 22px;
    color: #000;
    line-height: 1.65;
    margin-bottom: 30px;
}

.form-layout-content .flexs .rights .conts .p1 {
    font-size: 12px;
    color: #626262;
    line-height: 1.65;
    margin-bottom: 15px;
}

.form-layout-content .flexs .rights .conts .val {
    padding-left: 30px;
}

.form-layout-content .flexs .rights .conts .val .time,
.form-layout-content .flexs .rights .conts .val .form-address,
.form-layout-content .flexs .rights .conts .val .p2 {
    font-size: 12px;
    color: #626262;
    line-height: 1.65;
    margin-bottom: 5px;
}

.form-layout-content .flexs .rights .conts .val .form-showaddrss,
.form-layout-content .flexs .rights .conts .val .form-dealer {
    margin-top: 10px;
    color: var(--main-color);
    font-size: 12px;
    line-height: 1.65;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 15px;
    display: block;
}

.form-layout-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.form-layout-form .items {
    width: 50%;
    padding: 0 9px;
    margin-bottom: 15px;
}

.form-layout-form .items.block {
    width: 100%;
}

.form-layout-form .conts input {
    width: 100%;
    height: 42px;
    border: 1px solid #D2D2D2;
    padding: 0 15px;
    font-size: 14px;
    color: #707070;
}

.form-layout-form .conts .vals {
    display: flex;
    align-items: center;
}

.form-layout-form .conts .vals .checkbob {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2D2D2;
    margin-right: 8px;
    flex-shrink: 0;
    transition: all 0.5s;
}

.form-layout-form .conts .vals .checkbob span {
    font-size: 14px;
    color: #fff;
    opacity: 0;
}

.form-layout-form .conts .vals p {
    font-size: 14px;
    color: #707070;
    line-height: 1.65;
}

.form-layout-form .conts textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #D2D2D2;
    padding: 15px;
    color: #707070;
    font-size: 14px;
    line-height: 1.75;
}

.form-layout-form .conts button {
    width: 100%;
    height: 50px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.form-layout-form .conts input:checked~.vals .checkbob {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.form-layout-form .conts input:checked~.vals .checkbob span {
    opacity: 1;
}

.form-colse {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.form-colse span {
    color: #444;
    font-size: 24px;
}

@media screen and (min-width: 1200px) {
    .form-colse:hover span {
        color: #e60012;
    }
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.product {
    padding: 30px 0 70px;
}

.search_view {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
}

.search_view form {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    animation: searchtit 1.3s ease both;
}

.search_view_tit {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.search_close {
    position: absolute;
    width: 34px;
    transition: all 0.36s;
    z-index: 1;
    right: 200px;
    top: 100px;
    cursor: pointer;
}

.search_close:hover {
    transform: rotate(-90deg);
}

body.search_open {
    overflow: hidden;
}

@keyframes searchtit {
    from {
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.search_view_cont {
    position: relative;
    width: 1200px;
}

.search_view_cont input {
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    transition: all 0.36s;
}

.search_view_cont input:focus {
    border-bottom: 1px solid #fff;
}

.search_view_cont button {
    padding: 4px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
    .search_view_tit {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .search_view_cont button {
        font-size: 24px;
    }

    .search_close {
        width: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .search_view_cont {
        width: 82.5%;
    }

    .search_view_tit {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .search_view_cont button {
        font-size: 22px;
    }

    .search_close {
        right: 140px;
        top: 100px;
        width: 24px;
    }

    .search_view_cont input {
        height: 45px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .search_close {
        right: 90px;
        top: 100px;
        width: 24px;
    }

    .search_view_tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .search_close {
        right: 40px;
        top: 80px;
        width: 20px;
    }

    .search_view_tit {
        font-size: 20px;
    }

    .search_view_cont button {
        font-size: 18px;
    }

    .search_view_cont input {
        height: 40px;
    }
}

.price-layout.active,
.details-layout.active {
    transform: translateX(0%);
}

.details-layout.headeractive,
.price-layout.headeractive {
    height: calc(100vh - 90px);
}

.details-layout,
.price-layout {
    height: calc(100vh - 124px);
    position: fixed;
    width: 40%;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-right: none;
    padding-left: 50px;
    padding-right: calc((100% - 1400px) / 2);
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: all 0.5s;
}

.details-layout .close-btns,
.price-layout .close-btns {
    position: absolute;
    left: 35px;
    top: 30px;
    cursor: pointer;
}

.details-layout .close-btns span,
.price-layout .close-btns span {
    font-size: 24px;
    color: #222;
}

@media screen and (min-width: 1200px) {

    .details-layout .close-btns:hover span,
    .price-layout .close-btns:hover span {
        color: #e60012;
    }
}

.price-layout .price-interval {
    padding-top: 150px;
    margin-bottom: 30px;
}

.price-layout .price-interval .price-interval-box {
    width: 100%;
    background-image: -moz-linear-gradient(0deg, #029c4a 0%, #bbfad9 50%, #d2f2e2 74%, #e9eaeb 100%);
    background-image: -webkit-linear-gradient(0deg, #029c4a 0%, #bbfad9 50%, #d2f2e2 74%, #e9eaeb 100%);
    background-image: -ms-linear-gradient(0deg, #029c4a 0%, #bbfad9 50%, #d2f2e2 74%, #e9eaeb 100%);
    height: 13px;
    border-radius: 13px;
    margin-bottom: 10px;
    position: relative;
}

.price-layout .price-interval .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-layout .price-interval .text p {
    font-size: 16px;
    color: #000000;
    line-height: 1.65;
}

.price-layout .price-interval-info {
    text-align: center;
    margin-bottom: 24px;
}

.price-layout .price-interval-info .text {
    font-size: 17px;
    color: #626262;
    line-height: 1.65;
    margin-bottom: 10px;
}

.price-layout .price-interval-info .val {
    font-size: 22px;
    color: #000;
    line-height: 1.35;
    margin-bottom: 20px;
    font-weight: bold;
}

.price-layout .price-interval-info .infos-btn {
    font-size: 13px;
    color: var(--main-color);
    line-height: 1.75;
}

.price-layout-advisor .tits {
    font-size: 16px;
    color: #000000;
    line-height: 1.65;
    margin-bottom: 10px;
    font-weight: bold;
}

.price-layout-advisor .texts {
    margin-bottom: 20px;
}

.price-layout-advisor .texts p {
    font-size: 16px;
    color: #626262;
    line-height: 1.65;
}

.price-layout-advisor .btns {
    width: 100%;
    height: 60px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .price-layout-advisor .btns:hover {
        background-color: #03562A;
    }
}

.price-layout-info {
    margin-bottom: 40px;
}

.price-layout-works .tits {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: #000000;
    margin-bottom: 24px;
}

.price-layout-works .texts {
    margin-bottom: 20px;
}

.price-layout-works .texts p {
    font-size: 18px;
    color: #626262;
    line-height: 1.75;
}

.price-layout-works .texts2 p {
    font-size: 14px;
    line-height: 1.75;
    color: #959595;
}

.price-interval-cons {
    position: absolute;
    padding: 10px 10px;
    background-color: var(--main-color);
    left: var(--progress);
    bottom: 45px;
    text-align: center;
}

.price-interval-cons::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: -50%;
    transform: translateX(-50%);
    border-top: 40px solid var(--main-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
}

.price-interval-cons .tits,
.price-interval-cons .texts {
    font-size: 16px;
    color: #fff;
    line-height: 1.65;
    margin-bottom: 10px;
}

.price-interval-cons .price {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #fff;
}

.price-interval-cons .texts {
    margin-bottom: 0;
}

.details-layout .titles {
    font-size: 20px;
    text-align: center;
    line-height: 1.65;
    font-weight: bold;
    margin-bottom: 25px;
}

.details-layout-nav {
    display: flex;
    border-bottom: 2px solid #EEEFF5;
    margin-bottom: 25px;
}

.details-layout-nav .itmes {
    width: 33.3333%;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    padding: 12px 0;
    font-size: 16px;
    color: #444453;
    line-height: 1.65;
    cursor: pointer;
}

.details-layout-nav .itmes::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    z-index: 1;
    background-color: var(--main-color);
    transition: all 0.5s;
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .details-layout-nav .itmes:hover {
        color: var(--main-color);
    }

    .details-layout-nav .itmes:hover::after {
        opacity: 1;
    }
}

.details-layout-nav .itmes.active {
    color: var(--main-color);
}

.details-layout-nav .itmes.active::after {
    opacity: 1;
}

.details-layout-list {
    margin: 0 -15px;
}

.details-layout-item {
    padding: 0 15px;
}

.details-layout-conts .edit table td {
    border: none;
    width: 50%;
}

.details-layout-conts .edit p {
    font-size: 15px;
    margin-bottom: 0;
}

.details-layout-conts .edit2 p {
    font-size: 16px;
    margin-bottom: 0;
}

.details-layout-conts .tits2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 15px;
}

.details-layout-conts .texts2 p {
    font-size: 12px;
    color: #999;
    line-height: 1.65;
}

.header-bottom {
    position: relative;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.header-bottom-list {
    display: flex;
    justify-content: center;
}

.header-bottom-list .item.active .link {
    color: #fff;
    background-color: var(--main-color);
}

.header-bottom-list .link {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 30px;
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    .header-bottom-list .item:hover .link {
        color: #fff;
        background-color: var(--main-color);
    }
}

.ct_aside1 {
    position: fixed;
    top: 65%;
    right: 2px;
    transform: translateY(-50%);
    z-index: 10;
    --wh: 48px;
    --fs: 24px;
}

.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
}

.ct_aside1_item {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child {
    margin-bottom: 0;
}

.ct_aside1_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    font-size: var(--fs);
    color: #fff;
    transition: all 0.36s;
}

.ct_aside1_item.active .ct_aside1_link {
    background-color: #031417;
}

.ct_aside1_item:hover .ct_aside1_link {
    background-color: #031417;
}

.ct_aside1_link,
.ct_aside1_switch {
    width: var(--wh);
    height: var(--wh);
    border-radius: 4px;
}

.ct_aside1_switch {
    background-color: var(--main-color);
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before {
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active {
    background-color: #031417;
    transform: rotate(-135deg);
}

.ct_aside1_cont {
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_cont .qr {
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.ct_aside1_cont .qr img {
    width: 100%;
}

.ct_aside1_cont a {
    display: inline-block;
    padding: 17px 22px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    white-space: nowrap;
}

.ct_aside1_list.animatelist {
    transform: translateX(100px);
}

.ct_aside1_list.active {
    transform: translateX(0px);
}

.ct_aside1_list.animateitem .ct_aside1_item {
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px);
}

.ct_aside1_list.animateitem-rotate .ct_aside1_item {
    /* transform: translateX(80px) rotate(360deg); */
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width: 768px) {
    .ct_aside1_list {
        display: none;
    }

    .ct_aside1 {
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .ct_aside1_switch:hover {
        background-color: #031417;
    }

    .ct_aside1_item:hover .ct_aside1_cont {
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

.page_banner.help::after {
    display: none;
}

.banner-img {
    height: 100%;
}

.home_banner .slide-link {
    height: 100%;
}

.home_banner .slide-inner,
.home_banner .slide-inner,
.home_banner .slide-inner img {
    object-fit: cover;
}

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

.open-product-nav {
    color: #444;
    font-size: 18px;
    font-weight: bold;
}

.mask-layer {
    height: calc(100vh - 124px);
}

.mask-layer.headeractive {
    height: calc(100vh - 90px);
}

.helpList-content .right .edit_active p span {
    white-space: initial !important;
}

.header-top .share {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.header-sharebox {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
}

.header-sharebox.active {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
}

.a2a_kit {
    display: flex;
}

.newsdeta-content .edit_active p span {
    white-space: initial !important;
}

.ct_aside1_link {
    color: #fff !important;
}

.video {
    background-color: #F3F3F3;
    padding: 70px 0;
}

@media screen and (max-width: 1440px) {
    .video {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1200px) {
    .video {
        padding: 55px 0;
    }
}

@media screen and (max-width: 991px) {
    .video {
        padding: 50px 0;
    }
}

.video .newsPageBox {
    margin-top: 30px;
}

@media screen and (max-width: 1680px) {
    .video .newsPageBox {
        margin-top: 20px;
    }
}

.video .title {
    font-weight: bold;
    display: inline-block;
    font-size: 40px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #062147;
}

@media screen and (max-width: 1680px) {
    .video .title {
        font-size: 34px;
    }
}

@media screen and (max-width: 1440px) {
    .video .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .video .title {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .video .title {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .video .title {
        font-size: 24px;
    }
}

.video .list {
    margin-top: 45px;
}

@media screen and (max-width: 1680px) {
    .video .list {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .video .list {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .video .list {
        margin-top: 25px;
    }
}

.video .list li {
    width: 18.48%;
    float: left;
    margin-bottom: 36px;
    margin-right: 1.9%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (max-width: 1680px) {
    .video .list li {
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 1440px) {
    .video .list li {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .video .list li {
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 991px) {
    .video .list li {
        margin-bottom: 16px;
        width: 48.9% !important;
    }
}

@media screen and (min-width: 1200px) {
    .video .list li:hover .play {
        opacity: 1;
    }

    .video .list li:hover .img_box img {
        transform: scale(1.05);
    }
}

.video .list .play {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    position: absolute;
    background: rgba(10, 30, 64, 0.6);
    opacity: 0;
}

.video .list .play img {
    width: 50px;
}

@media screen and (max-width: 1680px) {
    .video .list .play img {
        width: 44px;
    }
}

.video .list li.li_first {
    width: 38.78%;
}

.video .list li.li_first .img_box {
    padding-top: 71.69%;
}

@media screen and (max-width: 991px) {
    .video .list li.li_first .img_box {
        padding-top: 69.3%;
    }
}

.video .list li:last-child,
.video .list li:nth-child(4),
.video .list li:nth-child(5n+7) {
    margin-right: 0;
}

.video .list .img_box {
    padding-top: 69.3%;
}

.video .list .img_box img {
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .video .list li:nth-child(5n+7) {
        margin-right: 1.9%;
    }

    .video .list li:nth-child(even) {
        margin-right: 0;
    }
}

.nav-list {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1680px) {
    .nav-list {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .nav-list {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1200px) {
    .nav-list {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .nav-list {
        margin-top: 26px;
    }
}

.nav-list a {
    height: 32px;
    margin-right: 10px;
    padding: 0 18px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 15px;
    color: #000000;
}

.nav-list a.active {
    background-color: var(--main-color);
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .nav-list a:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}

.hc_cont1610 {
    width: 1610px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media screen and (max-width: 1680px) {
    .hc_cont1610 {
        width: 1320px;
    }
}

@media screen and (max-width: 1440px) {
    .hc_cont1610 {
        width: 1120px;
    }
}

@media screen and (max-width: 1200px) {
    .hc_cont1610 {
        width: 940px;
    }
}

@media screen and (max-width: 991px) {
    .hc_cont1610 {
        width: 100%;
        padding: 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .hc_cont1610 {
        width: 100%;
        padding: 0 20px;
    }
}

.truck {
    padding: 70px 0;
    background-color: #F6F6F6;
}

.truck .flex {
    display: flex;
    justify-content: space-between;
}

.truck .flex .left {
    width: 340px;
}

.truck .flex .left .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 56px;
    background-color: var(--main-color);
}

.truck .flex .left .title .lefts {
    display: flex;
    align-items: center;
}

.truck .flex .left .title .lefts img {
    width: 25px;
    flex-shrink: 0;
    margin-right: 14px;
}

.truck .flex .left .title .lefts p {
    font-size: 18px;
    color: #fff;
    line-height: 1.65;
}

.truck .flex .left .title .iconfont {
    color: #fff;
    font-size: 22px;
    padding: 6px;
    cursor: pointer;
}

.truck .flex .right {
    width: calc(100% - 340px);
    padding-left: 40px;
}

.truck .flex .right .imgs {
    margin-top: 40px;
    width: 100%;
}

.truck .flex .right .imgs img {
    width: 100%;
}

.truck-nav {
    padding: 15px 24px;
    background-color: #fff;
}

.truck-link {
    display: flex;
    align-items: center;
    padding: 9px 0;
}

.truck-link .select {
    width: 15px;
    height: 15px;
    transition: all 0.5s;
    border: 1px solid #ccc;
    padding: 2px;
    background-clip: content-box;
    border-radius: 3px;
    background-color: rgba(2, 156, 74, 0);
    flex-shrink: 0;
    margin-right: 10px;
}

.truck-link p {
    font-size: 14px;
    color: #000;
    transition: all 0.5s;
    line-height: 1.5;
}

.truck-nav-item.active .truck-link .select {
    border: 1px solid rgba(2, 156, 74, 0.8);
    background-color: rgba(2, 156, 74, 0.8);
}

@media screen and (min-width: 1200px) {
    .truck-nav-item:hover .truck-link .select {
        border: 1px solid rgba(2, 156, 74, 0.8);
        background-color: rgba(2, 156, 74, 0.8);
    }
}

.truck-select {
    background-color: #fff;
    padding: 25px 40px 40px;
}

.truck-select .tops {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ECEFF8;
}

.truck-select .tops .lefts {
    display: flex;
    align-items: center;
}

.truck-select .tops .lefts .tits {
    font-size: 18px;
    color: #062147;
    line-height: 1.6666;
    font-weight: bold;
    position: relative;
    padding: 15px 0;
}

.truck-select .tops .lefts .tits::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: var(--main-color);
}

.truck-select .tops .lefts p {
    font-size: 15px;
    line-height: 2;
    color: #062147;
    margin-left: 55px;
}

.truck-select .tops .lefts p span {
    font-weight: bold;
}

.truck-select .tops .links {
    position: relative;
    z-index: 1;
    width: 200px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
}

.truck-select .tops .links img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.truck-select .tops .links p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.truck-select .content {
    padding: 30px 0 0px;
    display: flex;
}

.truck-select .content .tits {
    font-size: 16px;
    flex-shrink: 0;
    line-height: 1.75;
    color: #888;
    margin-right: 30px;
}

.truck-select .content .list {
    display: flex;
    flex-wrap: wrap;
}

.truck-select .content .item {
    margin-bottom: 15px;
    margin-right: 50px;
}

.truck-select .content .item a {
    font-size: 16px;
    line-height: 1.75;
    color: #062147;
}

@media screen and (min-width: 1200px) {
    .truck-select .content .item a:hover {
        color: var(--main-color);
    }
}

.truck-select .content .item.active a {
    color: var(--main-color);
}

.truck-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin: 40px -12px -45px;
}

.truck-item {
    width: 33.33333%;
    padding: 0 12px;
    margin-bottom: 45px;
}

@media screen and (min-width: 1200px) {
    .truck-conts:hover::after {
        width: 100%;
    }
}

.truck-conts {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
}

.truck-conts::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: var(--main-color);
    transition: all 0.5s;
    width: 0;
}

.truck-conts .tops {
    padding: 13px 35px 0;
}

.truck-conts .tops .img_box {
    padding-top: 71.875%;
}

.truck-conts .tops .imgs {
    margin-bottom: 12px;
    margin-top: 0 !important;
}

.truck-conts .tits {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 14px;
    line-height: 1.1;
    color: #062147;
    text-align: center;
    font-weight: bold;
    display: block;
	line-height: 1.55;
}

.truck-conts .tits:hover{
        color: var(--main-color);
    }

.truck-conts .texts {
    padding-top: 5px;
    margin-bottom: 35px;
}

.truck-conts .texts p {
    font-size: 15px;
    line-height: 1.95;
    color: #062147;
}

.truck-conts .bottoms {
    display: flex;
    justify-content: center;
}

.truck-conts .bottoms::before {
    content: "";
    width: 0;
    display: block;
}

.truck-conts .more {
    border: 1px solid #F2F2F2;
    border-right: none;
    width: 48%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.5;
    color: #062147;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .truck-conts .more:hover {
        color: var(--main-color);
    }
}

.img_box {
    display: block;
}

.truck .newsPageBox {
    margin-top: 45px;
}

/* bread */
.bread {
    width: 100%;
    --text-color: #444;
    --text-interval: 6px;
    --text-fontsize: 14px;
    --icon-fontsize: 18px;
    --hover-color: #000;
    margin-bottom: 25px;
}

.mod_bread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.mod_bread_item {
    display: flex;
    align-items: center;
}

.mod_bread_link {
    display: flex;
    align-items: center;
}

.mod_bread_link svg {
    width: 20px;
    height: auto !important;
}

.mod_bread_link svg path {
    transition: all 0.5s;
}

.mod_bread_link .text {
    color: var(--text-color);
    font-size: var(--text-fontsize);
    transition: all 0.36s;
}

.mod_bread_item>span {
    margin: 0 var(--text-interval);
    display: inline-block;
    font-size: var(--text-fontsize);
    color: var(--text-color);
}

.mod_bread_item:last-child>span {
    display: none;
}

@media screen and (min-width: 1200px) {
    .mod_bread_link svg:hover path {
        fill: var(--main-color);
    }

    .mod_bread_link:hover .text {
        color: var(--main-color) !important;
    }

    .mod_bread_link:hover span {
        color: var(--main-color) !important;
    }
}

/* bread-end */
.truckdeta-info {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.truckdeta-info>img {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 17.7083333%;
    max-width: 340px;
}

.truckdeta-info .mod_bread {
    justify-content: flex-start;
}

.truckdeta-info .bread {
    margin-bottom: 30px;
}

.truckdeta-info .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.truckdeta-info .left {
    width: 450px;
}

.truckdeta-info .left .subtit {
    font-size: 22px;
    line-height: 1.75;
    margin-bottom: 8px;
    margin-bottom: 12px;
}

.truckdeta-info .left .titles {
    font-size: 30px !important;
    line-height: 1.2;
    color: #062147;
    font-weight: bold;
    margin-bottom: 35px;
}

.truckdeta-info .left .decs {
    margin-bottom: 40px;
}

.truckdeta-info .left .decs p {
    font-size: 16px;
    line-height: 25px;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.truckdeta-info .left .decs p span {
    font-weight: bold;
    font-size: #4a4a4a;
    font-size: 22px;
    line-height: 25px;
    display: inline-block;
    transform: translateY(2px);
}

.truckdeta-info .left .decs p:last-child {
    margin-bottom: 0;
}

.truckdeta-info .left .group {
    display: flex;
}

.truckdeta-info .left .group .btn1,
.truckdeta-info .left .group .btn2 {
    width: 142px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid #062147;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .truckdeta-info .left .group .btn1:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
        color: #fff;
    }
}

.truckdeta-info .left .group .btn1 {
    color: #062147;
    margin-right: 25px;
}

.truckdeta-info .left .group .btn2 {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.truckdeta-info .right {
    width: calc(100% - 340px);
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.truckdeta-info .right .imgs {
    width: 63%;
    background-color: #FCFCFC;
}

.truckdeta-info .right .imgs .img_box {
    padding-top: 72.5%;
}

.truckdeta-info .right .text {
    width: 33%;
    max-height: 400px;
}

.truckdeta-info .right .text p {
    font-size: 16px;
    line-height: 1.75;
    color: #4a4a4a;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background-color: var(--main-color) !important;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -16px !important;
}

.truckdeta-nav {
    background-color: var(--main-color);
    position: sticky;
    left: 0;
    top: 98px;
    z-index: 10;
}

.truckdeta-nav .flex {
    display: flex;
    justify-content: space-between;
}

.truckdeta-nav .title {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.truckdeta-nav .right {
    display: flex;
}

.truckdeta-nav-list {
    display: flex;
    margin-right: 20px;
}

.truckdeta-nav-item {
    height: 70px;
    padding: 0 40px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
}

.truckdeta-nav-item::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid var(--main-color);
    opacity: 0;
    transition: all 0.5s;
}

.truckdeta-nav-item.active::after {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .truckdeta-nav-item:hover::after {
        opacity: 1;
    }
}

.truckdeta-nav-group {
    display: flex;
    padding: 10px 0;
}

.truckdeta-nav-group .items,
.truckdeta-nav-group .link {
    width: 220px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.5s;
}

.truckdeta-nav-group .items {
    background-color: #FCBB1F;
    color: #fff;
    margin-right: 15px;
}

.truckdeta-nav-group .link {
    border: 1px solid #fff;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .truckdeta-nav-group .link:hover {
        background-color: #FCBB1F;
        border-color: #FCBB1F;
    }
}

.truckdeta-parameters {
    padding: 70px 0;
}

.truckdeta-parameters .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #062147;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.truckdeta-parameters .table table {
    table-layout: fixed;
    width: 100%;
}

.truckdeta-parameters .table td {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.75;
    padding: 8px 10px;
    text-align: center;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: none;
    border-top: none;
}

.truckdeta-parameters .table tr:first-child td {
    background-color: var(--main-color);
    color: #fff;
}

.truckdeta-parameters .table tr {
    background-color: #F9F9F9;
}

.truckdeta-parameters .table tr:nth-child(odd) {
    background-color: #F2F2F2;
}

.truckdeta-case {
    padding-bottom: 70px;
}

.truckdeta-case .flex {
    display: flex;
}

.truckdeta-case .flex .left {
    width: 50%;
}

.truckdeta-case .flex .left .img_box {
    padding-top: 63.75%;
}

.truckdeta-case .flex .right {
    width: 50%;
    background: #F4F4F4;
    position: relative;
    z-index: 1;
    padding: 150px 65px 50px;
}

.truckdeta-case .flex .right>img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.truckdeta-case .flex .right .tits {
    color: #053588;
    font-size: 30px;
    line-height: 1.333333;
    font-weight: bold;
}

.truckdeta-case .title,
.truckdeta-images .title,
.truckdeta-messgae .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #062147;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.truckdeta-images {
    padding-bottom: 70px;
    overflow: hidden;
}

.truckdeta-images .subtit {
    position: relative;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 30px;
}

.truckdeta-images .subtit::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: var(--main-color);
}

.truckdeta-images-slick {
    width: 1180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.truckdeta-images-slick .carter_arrow {
    width: 100%;
    z-index: 3;
}

.truckdeta-images-slick .carter_arrow .prev,
.truckdeta-images-slick .carter_arrow .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4A4A4A;
    cursor: pointer;
    transition: all 0.5s;
    pointer-events: all;
}

.truckdeta-images-slick .carter_arrow .prev svg,
.truckdeta-images-slick .carter_arrow .next svg {
    width: 16px;
    height: auto;
}

.truckdeta-images-slick .carter_arrow .prev svg path,
.truckdeta-images-slick .carter_arrow .next svg path {
    transition: all 0.5s;
    fill: #fff;
}

@media screen and (min-width: 1200px) {

    .truckdeta-images-slick .carter_arrow .prev:hover,
    .truckdeta-images-slick .carter_arrow .next:hover {
        background-color: var(--main-color);
    }
}

.truckdeta-images-slick .carter_arrow .prev {
    transform: rotate(180deg);
}

.truckdeta-images-content .img_box {
    padding-top: 66.66666666%;
}

.truckdeta-images-list {
    margin: 0 -24px;
}

.truckdeta-images-list .slick-list {
    overflow: initial !important;
}

.truckdeta-images-item {
    padding: 0 24px;
}

.truckdeta-messgae {
    padding: 70px 0;
    display: flex;
    position: relative;
    z-index: 1;
    background-color: #F1F1F1;
    overflow: hidden;
}

.truckdeta-messgae .title {
    text-align: left;
}

.truckdeta-messgae>img {
    width: auto;
    height: 100%;
    max-width: 1035px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.truckdeta-messgae .right {
    width: 57.453416%;
    margin-left: auto;
}

.truckdeta-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.truckdeta-form-item.block {
    width: 100%;
}

.truckdeta-form-item {
    padding: 0 6px;
    width: 50%;
    margin-bottom: 12px;
}

.truckdeta-form-item input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 18px;
    font-size: 16px;
}

.truckdeta-form-item textarea {
    width: 100%;
    height: 150px;
    padding: 20px 18px;
    font-size: 16px;
    line-height: 1.65;
    background-color: #fff;
}

.truckdeta-form-item button {
    width: 170px;
    height: 48px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    margin-left: auto;
}

.truckdeta-form-item.checkbox {
    display: flex;
    align-items: flex-start;
}

.truckdeta-form-item.checkbox .icons {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    transition: all 0.5s;
    padding: 3px;
    background-clip: content-box;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 15px;
    transform: translateY(4.2px);
    display: inline-flex;
}

.truckdeta-form-item.checkbox p {
    font-size: 14px;
    line-height: 26px;
    color: #062147;
}

.truckdeta-form-item.checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
}

.truckdeta-form-item.checkbox input:checked~.icons {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.header-search-view {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 50px 40px;
    display: none;
}

.header-search-view .closes {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
    right: 150px;
    top: 40px;
    position: absolute;
    transition: all 0.5s;
    cursor: pointer;
}

.header-search-view .closes span {
    color: #444;
    font-size: 24px;
}

@media screen and (min-width: 1200px) {
    .header-search-view .closes:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .header-search-view .closes:hover span {
        color: #fff;
    }
}

.header-search-view .content {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.header-search-view form {
    width: 100%;
    border-radius: 73px;
    border: 1px solid #999;
    display: flex;
}

.header-search-view form button {
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.header-search-view form button span {
    color: #222;
    font-size: 30px;
}

.header-search-view form input {
    width: calc(100% - 72px);
    padding: 0 30px;
    font-size: 22px;
    color: #222;
}

.header-search-products {
    margin-top: 50px;
}

.header-search-products .tits {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.header-search-products .list {
    display: flex;
    margin: 0 -10px;
}

.header-search-products .item {
    width: 33.333333%;
    padding: 0 10px;
}

.header-search-products .link {
    display: block;
}

.header-search-products .link .img_box {
    padding-top: 80%;
    margin-bottom: 15px;
    background-color: #F5F5F5;
    border-radius: 4px;
}

.header-search-products .link .img_box img {
    object-fit: cover;
}

.header-search-products .link .tits {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    line-height: 1.56;
    transition: all 0.5s;
}

.header-search-products .link .titss {
    font-size: 20px;
    text-transform: capitalize;
    color: #666;
    line-height: 1.65;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .header-search-products .link:hover .tits {
        color: var(--main-color);
    }

    .header-search-products .link:hover .titss {
        color: var(--main-color);
    }
}

.ct_aside1_switch{
    display: none;
}

.ct_aside1_list{
    display: block !important;
}

@media screen and (max-width: 768px) {
    .ct_aside1{
        right: 0 !important;
    }

    .footer{
        padding-bottom: 59px;
    }
}

.footer-media{
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.footer-media .items{
    margin-right: 12px;
}

.footer-media a{
    width: 30px;
    display: block;
}

.footer-media img{
    width: 100%;
}



.mod-cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #009933;
    padding: 20px 0;
    z-index: 20;
    display: none;
}

.mod-cookie-content {
    padding: 0 30px;
}

.mod-cookie-content .text p {
    line-height: 1.75;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.mod-cookie-content .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.mod-cookie-content .btn-group>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 36px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 0 8px;
    cursor: pointer;
}

.mod-cookie-content .btn-group .btn-accept {
    background-color: #FF9900;
}

.mod-cookie-content .btn-group .btn-close {
    background-color: #FFFFFF;
    color: #000;
}

.mod-cookie-content .btn-group .btn-accept:hover,
.mod-cookie-content .btn-group .btn-close:hover {
    background-color: #E6E6E6;
    color: #333;
}

@media screen and (max-width:768px) {
    .mod-cookie {
        padding: 24px 0 30px;
    }

    .mod-cookie-content .text p {
        font-size: 15px;
        line-height: 1.65;
    }
}



.close-maskx{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    right: 0;
    top: 0;
}

.form-layout-box{
    position: relative;
    z-index: 1;
}

.header-navs{
    display: none;
}

/* 移动端导航 */
nav{
    position: absolute;
    width: 100%;
    top: 113px;
    left: 0;
    padding: 25px 40px;
    background-color: var(--main-color);
    display: none;
    max-height: calc(100vh - 113px);
    overflow-y: auto;
    z-index: 100;
    background:var(--main-color);
}

.hd_second {
    padding: 0px 0 0 !important;
}

.hd_item.active .hd_link {
    color: #fff;
}

.hd_item .hd_link {
    color: #fff;
}

.hd_item {
    margin-left: 0px;
    margin-bottom: 10px;
}

.hd_item:last-child {
    margin-bottom: 0;
}

.hd_list {
    display: block;
    margin-right: 0px;
}

.hd_link{
    line-height: 1.9;
    display: inline-block !important;
    padding: 5px 0;
}

.c_pcbtn{
    display: flex;
    align-items: center;
    margin-left: 20px;
    transform: scale(0.9);
}

.hd_conts{
    position: relative;
}

.child>.hd_conts::before,
.child>.hd_conts::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.36s;
    background-color: #fff;
    cursor: pointer;
} 

.child .hd_conts::before{
    width: 14px;
    height: 2px;
    right: 0;
}

.child .hd_conts::after{
    width: 2px;
    height: 14px;
    right: 6px;
}

.hd_second{
    display: none;
    position: static;
    width: 100%;
    transform: none;
    padding: 5px 0 0;
    background-color: transparent !important;
    box-shadow: none;
    transition: none;
    opacity: 1;
    pointer-events: all;
}

.hd_second_link{
    color: #fff;
    line-height: 1;
    padding: 6px 20px;

}

.hd_second_link{
    display: inline-block;
}

.hd_three{
    display: none;
    padding-left: 40px;
}

.hd_three_item{
    margin-bottom: 4px;
}

.hd_three_item:last-child{
    margin-bottom: 0;
}

.hd_three_link{
    color: #fff;
    font-size: 14px;
    line-height: 1.75;
    display: inline-block;
    padding: 4px 0;
}

.hd_second_item.child .hd_conts::before{
    right: 12px;
}

.hd_second_item.child .hd_conts::after{
    right: 18px;
}

.child.open>.hd_conts::after{
    transform: translateY(-50%) rotate(-90deg);
}

.c_pcbtn{
    display: flex;
    align-items: center;
}

.hd_second_link {
    padding: 12px 20px;
}

.hd_item:not(:last-child) {
    margin-right: 0px;
}

.c_pcbtn{
    display: flex;
    align-items: center;
}
/* 移动端导航 */

@media screen and (max-width:1200px) {
    .header-cleft-list{
        display: none;
    }
}

.c_pcbtn{
    display: none;
}

@media screen and (max-width:1200px) {
    .c_pcbtn{
        display: block;
    }
}
.header-top .share:hover .header-sharebox{
    opacity: 1;
    pointer-events: all;
}