﻿@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family: "Poppins", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    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');
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.eot');
    src: local('Oswald Bold'), local('Oswald-Bold'),
        url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: local('Poppins Bold'), local('Poppins-Bold'),
        url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* 谷歌翻译后防止与sticky产生冲突 */
.translated-ltr body,
.translated-rtl body {
    margin-top: 40px !important;
}

/* 防止弹窗插件问题 */
.hc_container {
    overflow: hidden;
    --main-color: rgba(119, 162, 192);
    --text-color: #000;
    --flex-padd: 15px;
    --flex-margin: -15px;
}

.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}

/* slick 懒加载图片去边框 */
.slick-loading {
    opacity: 0;
}

/* h1隐藏 */
.fszero {
    display: none;
}

/* 去除input记忆填充底色 */
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;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}

/* 规范 */
.mod_tit45 {
    font-size: 45px;
    line-height: 1.644;
    font-weight: bold;
}

/* 规范-end */

.hd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #f3f3f3;
}

.hd_flex {
    display: flex;
    justify-content: space-between;
}

.hd_logo {
    display: block;
    width: 200px;
}

.hd_logo img {
    width: 100%;
}

.hd_link {
    display: block;
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
}

.hd_item.active .hd_link {
    color: var(--main-color);
    font-weight: bold;
}

.hd_link:hover {
    color: var(--main-color);
}

.hd_logo,
.hd_link,
.hd_search {
    line-height: 80px;
}

.hd_link::before {
    content: attr(title);
    display: block;
    font-weight: bold;
    visibility: hidden;
    height: 0px;
    color: transparent;
    overflow: hidden;
    text-transform: uppercase;
}

.hd_flex {
    display: flex;
}

.hd_list {
    display: flex;
    margin-right: 70px;
}

.hd_right {
    display: flex;
}

.hd_item {
    margin-left: 75px;
}

.hd_item:first-child {
    margin-left: 0;
}

.hd_search,
.hd_language {
    cursor: pointer;
    font-size: 24px;
    position: relative;
}

.hd_search {
    padding-right: 37px;
}

.hd_language {
    padding-left: 37px;
}

.hd_language_text {
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    margin-left: 18px;
    transition: all 0.36s;
}

.hd_search span,
.hd_language span {
    color: var(--main-color);
}

.hd_language {
    display: flex;
    height: 80px;
    align-items: center;
}

.hd_search::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to top, transparent 2px, #cccccc 2px);
    background-size: 100% 4px;
}

.hd_language:hover .hd_language_text {
    color: var(--main-color);
}

.page_banner {
    position: relative;
}

.page_banner img {
    width: 100%;
}

.page_ban_tit {
    font-size: 64px;
    line-height: 1.48;
    font-family: "Oswald";
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #fff;
}

.page_ban_tit span {
    display: inline-block;
    line-height: inherit;
}

.page_ban_tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 18px;
    background-color: var(--main-color);
    z-index: -1;
}

.page_ban_cont {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.page_ban_text {
    width: 545px;
}

.page_ban_text p {
    font-size: 18px;
    color: #333;
    line-height: 1.625;
    font-weight: 500;
    color: #fff;
}

/* bread */
.bread {
    width: 100%;
}

.mod_bread {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 37px;
    margin-bottom: 14px;
}

.stories_main .mod_bread {
    margin-bottom: 44px;
}

.mod_bread_item {
    color: #000000;
    display: flex;
    align-items: center;
    height: 30px;
}

.mod_bread_link {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.mod_bread_item .iconfont {
    font-size: 18px;
}

.mod_bread_item>span {
    margin: 0 6px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.mod_bread_item:last-child>span {
    display: none;
}

.mod_bread_link:hover {
    color: var(--main-color) !important;
}

.mod_bread_item>span {
    margin: 0 8px;
}

.mod_bread_link svg {
    width: 29px;
    margin-right: 15px;
    transition: all 0.36s;
}

.mod_bread_link:hover svg {
    transform: rotate(-180deg);
}

/* bread-end */

.product_tit {
    margin-bottom: 14px;
    text-transform: uppercase;
}

.product_text {
    margin-bottom: 50px;
}

.product_text p {
    font-size: 15px;
    line-height: 1.733;
    color: #666666;
}

.product_img {
    padding-top: 100%;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) 40px;
}

.product_item {
    width: 33.333333%;
    padding: 0 var(--flex-padd);
    margin-bottom: 40px;
}

.product_img_box {
    padding: 24px;
    margin-bottom: 30px;
}

.product_link_tit,
.product_link_text {
    text-align: center;
}

.product_link_tit {
    font-size: 24px;
    line-height: 1.08;
    margin-bottom: 10px;
    font-weight: bold;
    transition: all 0.36s;
    color: #000000;
}

.product_link_text {
    font-size: 18px;
    line-height: 1.444;
    color: #999999;
}

.product_link:hover .product_link_tit {
    color: var(--main-color);
}

.product_link:hover .product_img img {
    transform: scale(1.05);
}

.mod_page_item a {
    font-size: 16px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
    color: #000000;
    border: none !important;
    background-color: #f6f6f6;
}

.mod_page_item.act a {
    background-color: rgba(119, 162, 192);
    border-color: rgba(119, 162, 192);
}

.mod_page_item a:hover {
    background-color: rgba(119, 162, 192);
    border-color: rgba(119, 162, 192);
}

.mod_page_item.next a,
.mod_page_item.prev a {
    font-size: 16px;
}

.mod_page_item.next a span,
.mod_page_item.prev a span {
    font-size: inherit !important;
}

.mod_page .prev span {
    transform: translateY(1px) rotate(180deg);
}

.mod_page .next span {
    transform: translateY(1px) rotate(0deg);
}

.mod_page_item a:hover span {
    color: #fff;
}

.mod_page_item:not(:nth-last-child(2)) {
    margin-right: 20px;
}

.product_cont {
    padding-bottom: 100px;
}

.ft {
    background-color: rgba(119, 162, 192);
}

.ft_top_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #6dbcba;
}

.ft_top_flex .left {
    display: flex;
    align-items: center;
}

.ft_top_tit {
    font-size: 32px;
    font-family: Oswald;
    color: #fff;
    margin-right: 36px;
}

.ft_top_list {
    display: flex;
}

.ft_top_item {
    margin-right: 15px;
}

.ft_top_item:last-child {
    margin-right: 0;
}

.ft_top_link {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px dashed #97d1d0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.ft_top_link:hover {
    border-radius: 50%;
    border-style: solid;
}

.ft_top_link span {
    color: #fff;
}

.ft_top_nav {
    display: flex;
}

.ft_top_nav li {
    margin-left: 68px;
}

.ft_top_nav li:first-child {
    margin-left: 0;
}

.ft_nav_link {
    font-size: 16px;
    color: #fff;
    position: relative;
}

.ft_nav_link::after {
    content: "";
    position: absolute;
    width: 0%;
    left: 0%;
    height: 1px;
    bottom: -3px;
    background-color: #fff;
    transition: all 0.36s;
}

.ft_nav_link:hover::after {
    width: 100%;
}

.ft_bot {
    padding-top: 45px;
    padding-bottom: 80px;
}

.ft_bot .left {
    width: 490px;
    flex-shrink: 0;
}

.ft_bot .right {
    width: 370px;
    flex-shrink: 0;
}

.ft_bot_flex {
    display: flex;
    justify-content: space-between;
}

.ft_bot_cflex {
    display: flex;
}

.ft_bot_cflex .key {
    flex-shrink: 0;
    margin-right: 8px;
}

.ft_bot_cflex .key,
.ft_bot_cflex .value p,
.ft_bot_cflex .value a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    position: relative;
}

.ft_bot_cflex .value a::after,
.ft_bot_info a::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 3px;
    transition: all 0.36s;
}

.ft_bot_cflex .value a:hover::after {
    width: 100%;
}

.ft_bot_contact {
    margin-bottom: 18px;
}

.ft_bot_info p,
.ft_bot_info a {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    position: relative;
    display: inline-block;
}

.ft_bot_infos {
    display: flex;
    align-items: center;
}

.ft_bot_infos img {
    margin-left: 45px;
}

.ft_bot_info a:hover::after {
    width: 100%;
    /* text-decoration: underline; */
}

.ft_right_tit {
    font-size: 28px;
    color: #fff;
    font-family: Oswald;
    margin-bottom: 28px;
}

.ft_form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.ft_form_item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.ft_form_cont {
    position: relative;
    --input: 20px
}

.ft_form_cont label {
    position: absolute;
    left: var(--input);
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    pointer-events: none;
    transition: all 0.36s;
}

.ft_form_cont input {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0 var(--input);
    font-size: 12px;
    color: #fff;
}

.ft_form_cont textarea {
    width: 100%;
    height: 100px;
    padding: 15px var(--input);
    font-size: 12px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.ft_form_item.block {
    width: 100% !important;
}

.ft_form_item.textarea label {
    top: 22px !important;
}

.ft_form_cont.active label {
    top: 0 !important;
}

.ft_form_item.bth .ft_form_cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.ft_form_cont div {
    font-size: 13px;
    color: #fff;
    margin-right: 12px;
}

.ft_form_cont {
    font-size: 16px;
    color: #fff;
}

.prodeta_info {
    padding-bottom: 75px;
}

.prodeta_info_flex {
    display: flex;
    justify-content: space-between;
}

.prodeta_info_flex .left {
    align-items: center;
}

.prodeta_info_flex .left {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.prodeta_info_flex .right {
    width: 44.680851%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prodeta_info_bimg {
    padding-top: 100%;
}

.prodeta_info_blist {
    width: 80.851%;
    height: 100%;
}

.prodeta_info_slist {
    width: 14.1843%;
}

.prodeta_info_slist {
    margin: -9px 0;
}

.prodeta_info_sitem {
    padding: 9px 0;
}

.prodeta_info_scont {
    position: relative;
    cursor: pointer;
}

.prodeta_info_bplay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 26px;
}

.prodeta_info_bplay span {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.prodeta_info_flex .right h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.64444;
    margin-bottom: 14px;
}

.prodeta_info_texts {
    margin-bottom: 60px;
}

.prodeta_info_texts p {
    font-size: 15px;
    line-height: 1.7333;
    color: #666666;
    margin-bottom: 23px;
}

.prodeta_info_texts p {
    margin-bottom: 0;
}

.prodeta_info_gbtn {
    display: flex;
    margin-bottom: 45px;
}

.prodeta_info_btn {
    min-width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222222;
    border-radius: 10px;
    transition: all 0.36s;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
}

.prodeta_info_btn {
    margin-right: 50px;
}

.prodeta_info_btext {
    font-size: 14px;
    margin-left: 13px;
}

.prodeta_info_btn:hover {
    background-color: var(--main-color);
}

.prodeta_share {
    display: flex;
    align-items: center;
}

.prodeta_share_text {
    font-size: 18px;
    margin-right: 5px;
    flex-shrink: 0;
}

.prodeta_tit {
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
    font-family: Oswald;
    margin-bottom: 30px;
}

.prodeta_edit p {
    font-size: 16px;
    line-height: 1.5625;
    color: #666666;
    margin-bottom: 22px;
}

.prodeta_edit p:last-child {
    margin-bottom: 0;
}

.prodeta_details {
    margin-bottom: 75px;
}

.prodeta_inquiry {
    padding-bottom: 60px;
}

.prodeta_tit,
.prodeta_inquiry_tit {
    font-size: 36px;
    line-height: 1.4722;
}

.prodeta_inquiry_tit {
    margin-bottom: 20px;
    font-family: Oswald;
}

.prodeta_inquiry form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin);
    width: initial !important;
}

.prodeta_initem {
    width: 25%;
    padding: 0 var(--flex-padd);
    margin-bottom: 20px;
}

.prodeta_initem_cont {
    position: relative;
    --left: 40px
}

.prodeta_initem_cont label {
    transition: all 0.36s;
    pointer-events: none;
    font-size: 16px;
    color: #999999;
    left: var(--left);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.prodeta_initem_cont input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background-color: #F9F9F9;
    padding: 0 var(--left);
    font-size: 16px;
}

.prodeta_initem.block {
    width: 100% !important;
}

.prodeta_initem_cont textarea {
    width: 100%;
    height: 240px;
    padding: 25px var(--left);
    background-color: #F9F9F9;
}

.prodeta_initem.textarea label {
    top: 32px;
}

.prodeta_initem_cont.active label {
    top: 0;
}

.prodeta_initem.textarea {
    margin-bottom: 40px;
}

.prodeta_initem.btns {
    text-align: center;
}

.prodeta_initem.btns .prodeta_initem_cont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 150px;
    background-color: var(--main-color);
    border-radius: 10px;
}

.prodeta_initem.btns .prodeta_initem_cont {
    font-size: 18px;
    color: #fff;
}

.prodeta_initem.btns .prodeta_initem_cont div {
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}

.prodeta_initem.proname input {
    background-color: #000000;
    color: #fff;
    font-size: 20px;
    height: 70px;
}

.product_main .page_ban_tit,
.product_main .page_ban_text p {
    color: #fff;
}

.tech_cont .product_text {
    margin-bottom: 85px;
}

.tech_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin);
}

.tech_item {
    width: 50%;
    padding: 0 var(--flex-padd);
}

.tech_cont {
    padding-bottom: 80px;
}

.tech_imgbox {
    padding-top: 50.724637%;
}

.tech_link {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.tech_link:hover .tech_imgbox img {
    transform: scale(1.03);
}

.tech_link:hover .tech_more {
    filter: drop-shadow(3px 6px 2px #000);
}


.tech_tits {
    min-width: 160px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 8px;
    overflow: hidden;
    font-family: Oswald;
    top: 30px;
    left: 30px;
    font-size: 24px;
    padding: 0 24px;
}

.tech_more {
    position: absolute;
    right: 30px;
    bottom: 26px;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    transition: all 0.36s;
}

.mod_jumb {
    padding-top: 120px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
}

.mod_jumb img {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    position: absolute;
}

.mod_jumb {
    text-align: right;
}

.mod_jumb_tit {
    font-size: 45px;
    font-family: Oswald;
    color: #fff;
    margin-bottom: 30px;
}

.mod_jumb_text p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.mod_jumb_text {
    width: 512px;
    margin-bottom: 68px;
}

.mod_jumb .hc_cont1410 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mod_jumb_btn {
    min-width: 220px;
    height: 60px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 34px;
}

.bicycle_innovate .product_text {
    margin-bottom: 40px;
}

.bicycle_innovate .tech_more {
    color: #fff;
}

.bicycle_innovate .tech_item:nth-child(even) {
    transform: translateY(30px);
}

.bicycle_innovate .tech_item {
    margin-bottom: 30px;
}

.bicycle_innovate {
    padding-bottom: 110px;
}

.bicycle_info_tit {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.6444;
    text-transform: uppercase;
}

.bicycle_info_tit span {
    color: var(--main-color);
}

.bicycle_info_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.bicycle_info_arrow {
    width: 115px;
    display: flex;
    justify-content: space-between;
}

.mod_prev,
.mod_next {
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #cccccc;
    border-radius: 10px;
    transition: all 0.36s;
}

.mod_prev svg,
.mod_next svg {
    width: 7px;
}

.mod_prev:hover,
.mod_next:hover {
    background-color: var(--main-color);
}

.bicycle_info_list,
.stories_info_list {
    margin: 0 var(--flex-margin);
}

.bicycle_info_item {
    padding: 0 var(--flex-padd);
}

.bicycle_info_img {
    padding-top: 66.6666666%;
    margin-bottom: 30px;
}

.bicycle_info_tits {
    font-size: 20px;
    line-height: 1.65;
    font-weight: bold;
    margin-bottom: 7px;
    color: #000;
    transition: all 0.36s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bicycle_info_text p {
    color: #666666;
    font-size: 15px;
    line-height: 1.533;
}

.bicycle_info {
    padding-bottom: 120px;
}

.custom_item_img {
    padding-top: 58.33333%;
}

.custom_item {
    margin-bottom: 50px;
}

.custom_item:last-child {
    margin-bottom: 0;
}

.custom_item .left {
    width: 48.9361702%;
    padding-top: 4%;
}

.custom_item .right {
    width: 42.553191%;
}

.custom_item_tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
}

.custom_item_text p {
    font-size: 18px;
    line-height: 1.4444;
    color: #999999;
    margin-bottom: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.custom_item_btn {
    border-radius: 10px;
    display: inline-flex;
    min-width: 160px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    background-color: var(--main-color);
}

.custom_link {
    display: flex;
    justify-content: space-between;
}

.custom_item:nth-child(even) .custom_link {
    flex-direction: row-reverse;
}

.custom_link:hover .custom_item_img img {
    transform: scale(1.03);
}

.custom_conts {
    padding-bottom: 100px;
}

.custom_main .mod_jumb_text {
    width: 50%;
}

.custom_info {
    padding: 100px 0;
}

.bicycle_info_cont {
    display: block;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.bicycle_info_cont:hover .bicycle_info_img img {
    transform: scale(1.03);
}

.bicycle_info_cont:hover .bicycle_info_tits {
    color: var(--main-color);
}

.company_video a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 38.29787%;
    cursor: pointer !important;
}

.company_video a:hover img {
    transform: scale(1.03);
}

.company_video {
    position: relative;
}

.company_video svg {
    width: 78px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    pointer-events: none;
}

.company_cont .product_text {
    margin-bottom: 70px;
}

.company_cont {
    padding-bottom: 80px;
}

.company_factory {
    padding-bottom: 70px;
}

.company_factory_tit {
    margin-bottom: 34px;
    text-transform: uppercase;
}

.company_flink_img {
    padding-top: 69.696969%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.company_flink_tit {
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    transition: all 0.36s;
    text-transform: capitalize;
}

.company_flink {
    margin-bottom: 22px;
    display: block;
    cursor: pointer !important;
}

.company_flink:hover .company_flink_tit {
    color: rgba(119, 162, 192);
}

.company_flink:hover .company_flink_img img {
    transform: scale(1.03);
}

.company_flist_control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_flist_dots ul {
    position: static;
    transform: none;
    display: flex;
}

.company_flist_dots li button {
    display: inline-block;
    color: #000;
    transition: all 0.36s;
}

.company_flist_control .mod_prev,
.company_flist_control .mod_next {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin: 0 10px;
}

.company_flist_dots li {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #F6F6F6;
}

.company_flist_dots li.slick-active {
    background-color: rgba(119, 162, 192);
}

.company_flist_dots li.slick-active button {
    color: #fff;
}

.company_flist_dots li:hover button {
    color: #fff;
}

.company_flist_dots li:hover {
    background-color: rgba(119, 162, 192);
}

.company_flist,
.company_team_list,
.stories_video_list {
    margin: 0 var(--flex-margin);
}

.company_fitem,
.stories_video_link {
    padding: 0 var(--flex-padd);
}

.company_flist_control .mod_prev.slick-disabled,
.company_flist_control .mod_next.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.company_team .company_flink_img {
    padding-top: 66.6666666%;
}

.company_team {
    padding: 70px 0 75px;
    background-color: #f9f9f9;
}

.stories_video {
    padding-bottom: 45px;
}

.stories_main {
    background-color: #f9f9f9;
}

.stories_video .bicycle_info_tit {
    text-transform: capitalize;
}

.stories_video .bicycle_info_hd {
    margin-bottom: 25px;
}

.stories_video_img {
    padding-top: 50.72463765%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.stories_video_link {
    cursor: pointer !important;
    display: block;
}

.stories_video_tits {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.stories_video_icon {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
}

.stories_video_icon svg {
    width: 100%;
}

.stories_video_icon .rect1 {
    width: 100%;
}

.rect1 {
    animation: rect1 10s linear infinite;
    transform-origin: center center;
}

@keyframes rect1 {
    to {
        transform: rotate(360deg);
    }
}

.stories_conts {
    padding-top: 50px;
    padding-bottom: 78px;
    background-color: #fff;
}

.stories_conts .bicycle_info_cont:not(:last-child) {
    margin-bottom: 60px;
}

.stories_conts .bicycle_info_tit {
    margin-bottom: 40px;
}

.stories_info_list {
    margin-bottom: 80px !important;
}

.contact_flex {
    display: flex;
}

.contact_flex .left {
    width: 50%;
    padding-right: 15px;
}

.contact_flex .right {
    width: 50%;
    padding-left: 15px;
}

.contact_tits {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
    font-family: Oswald;
}

.contact_item {
    display: flex;
    margin-bottom: 30px;
}

.contact_item:last-child {
    margin-bottom: 0;
}

.contact_item_icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
}

.contact_item_conts {
    display: flex;
    width: 400px;
    margin-top: 6px;
}

.contact_item_conts .key {
    flex-shrink: 0;
    margin-right: 10px;
    font-weight: bold;
    color: var(--main-color);
}

.contact_item_conts .value p,
.contact_item_conts .value a,
.contact_item_conts .key {
    font-size: 16px;
    line-height: 1.75;
    display: inline-block;
    position: relative;
}

.contact_item_conts .value a,
.contact_item_conts .value p {
    color: #000;
}

.contact_item_conts .value a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: var(--main-color);
    bottom: 0px;
    left: 0;
    transition: all 0.36s;
}

.contact_item_conts .value a:hover {
    color: var(--main-color);
}

.contact_item_conts .value a:hover::after {
    width: 100%;
}

.contact_list {
    margin-bottom: 80px;
}

.contact_follow {
    display: flex;
}

.contact_follow .contact_tits {
    margin-bottom: 0 !important;
    margin-right: 45px;
}

.contact_follow_list {
    display: flex;
    align-items: center;
}

.contact_follow_list li {
    margin-right: 20px;
}

.contact_follow_list li:last-child {
    margin-right: 0;
}

.contact_follow_link {
    width: 35px;
    height: 35px;
    background-color: #cccccc;
    display: block;
    transition: all 0.36s;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 18px;
}

.contact_follow_link:hover {
    border-radius: 50%;
    background-color: var(--main-color);
}

.contact_flex .right .contact_tits {
    margin-bottom: 35px;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.contact_form .prodeta_initem {
    width: 50%;
    padding: 0 5px;
}

.contact_form .prodeta_initem_cont input {
    height: 55px;
}

.contact_form {
    width: initial !important;
}

.prodeta_initem_cont textarea {
    border-radius: 10px;
}

.contact_form .prodeta_initem_cont textarea {
    height: 150px;
}

.contact_form .prodeta_initem.btns {
    text-align: left;
}

.prodeta_initem:last-child {
    margin-bottom: 0;
}

.contact_cont {
    padding: 10px 0 100px;
}

.carter01 {
    position: relative;
    overflow: hidden;
}

.carter01::before,
.carter01::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.25);
}

.carter01::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.carter01:hover::before,
.carter01:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.carter02 {
    position: relative;
    overflow: hidden;
}

.carter02::before,
.carter02::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.carter02::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.carter02:hover::before,
.carter02:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.download_link {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 28px;
    border-bottom: 1px dashed #cccccc;
}

.download_item {
    margin-bottom: 40px;
}

.download_item:last-child {
    margin-bottom: 0;
}

.download_left {
    width: calc(100% - 170px);
}

.download_right {
    width: 110px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: flex-end;
}

.download_right_tit {
    font-size: 16px;
    font-family: Oswald;
    color: #000;
    text-transform: uppercase;
    margin-right: 15px;
    transition: all 0.36s;
}

.download_right {
    font-size: 22px;
    color: var(--main-color);
}

.download_tits::after {
    content: attr(title);
    display: block;
    font-size: inherit !important;
    height: 0;
    font-weight: bold;
    overflow: hidden;
    visibility: hidden;
}

.download_tits {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
    transition: color 0.36s;
}

.download_info_item {
    display: flex;
}

.download_info_item .key {
    flex-shrink: 0;
}

.download_info_item .key,
.download_info_item .val {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}

.download_info_item {
    margin-right: 20px;
}

.download_info_item:last-child {
    margin-right: 0;
}

.download_info {
    display: flex;
}

.download_link:hover .download_tits {
    color: var(--main-color);
    font-weight: bold;
}

.download_link:hover .download_right_tit {
    color: var(--main-color);
}

.download_list {
    margin-bottom: 80px;
}

.download_cont {
    padding-bottom: 87px;
}

/* search */
.search_view {
    position: absolute;
    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;
    }
}

/* search-end */
.home_product {
    padding-top: 74px;
}

.home_product_list {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.home_product_item {
    width: 650px;
    padding: 0 15px;
}

.home_product_link {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 20px;
    background-color: #f9f9f9;
    padding: 25px 56px;
    display: flex;
    align-items: center;
}

.home_product_link:hover .hpl_icon {
    background-color: var(--main-color);
}

.home_product_link>img {
    position: absolute;
    width: 340px;
    right: 0;
    bottom: 0;
    display: none;
}

.hc_container {
    padding-top: 80px;
}

.hpl_tit {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-family: Oswald;
    color: #000;
}

.hpl_text {
    font-size: 18px;
    line-height: 1.3;
    color: var(--main-color);
    margin-bottom: 0;
}

.hpl_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.36s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d5d5d5;
    transition: all 0.36s;
}

.hpl_icon svg {
    width: 12px;
}

.hpl_img {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    transition: all 0.7s;
}

.hpl_img img {
    width: 100%;
    transition: all 0.7s;
    transform: scale(0.9);
}

.home_about {
    padding: 100px 0;
}

.homepro {
    /* animation: homepro 0.7s 0.1s both; */
    mix-blend-mode: multiply;
}

.homeproimg {
    /* animation: homeproimg 0.7s 0.1s both; */
}

@keyframes homepro {
    from {
        right: 15px;
    }

    to {
        right: 92px;
    }
}

@keyframes homeproimg {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1.1);
        filter: drop-shadow(20px 40px 30px rgba(0, 0, 0, 0.25));
    }
}

.home_about_img {
    border-radius: 20px;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer !important;
}

.home_about_img:hover img {
    transform: scale(1.03);
}

.home_about_img img {
    width: 100%;
    transition: all 0.36s;
}

.home_about_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_about_flex .left {
    width: 59.929078%;
    padding-right: 40px;
}

.home_about_flex .right {
    width: 450px;
}

.home_about_tit {
    margin-bottom: 11px;
}

.home_about_text p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.7333;
    color: #666666;
}

.home_about_text p:last-child {
    margin-bottom: 0;
}

.home_about_text {
    margin-bottom: 40px;
}

.home_about_btn {
    min-width: 150px;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    background-color: var(--main-color);
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    position: relative;
}

.home_stories .home_about_tit {
    margin-bottom: 0;
}

.c_text1 {
    position: relative !important;
    color: transparent !important;
    background: linear-gradient(to right, #000 50%, transparent 100%);
    -webkit-background-clip: text;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position-x: 200%;
    /* animation: c_text1 2s ease both ; */
}

.tech_container .page_banner .c_text1,
.company_main .page_banner .c_text1,
.stories_main .page_banner .c_text1,
.contact_main .page_banner .c_text1,
.download_mian .page_banner .c_text1,
.mod_jumb .c_text1,
.sitemmap .c_text1 {
    position: relative !important;
    color: transparent !important;
    background: linear-gradient(to right, #ffff 50%, transparent 100%);
    -webkit-background-clip: text;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position-x: 200%;
    /* animation: c_text1 2s ease both ; */
}

.carter_text1 {
    animation: c_text1 2s ease both;
}

.product_tit {
    display: inline-block;
}

@keyframes c_text1 {
    from {
        background-position-x: 200%;
    }

    to {
        background-position-x: 0%;
    }
}

.product_tit span {
    color: var(--main-color);
}

.textcolor {
    animation: textcolor 0.5s ease both;
}

.mod_jumb {
    background-color: #0f1e34;
    position: relative;
    z-index: 1;
}

.mod_jumb svg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -2;
}


@keyframes textcolor {
    from {
        color: transparent;
    }

    to {
        color: var(--main-color);
    }
}

.carter_jumb {
    animation: carter_jumb 1.8s 0.9s ease both;
}

@keyframes carter_jumb {
    from {
        opacity: 0;
        left: -10%;
        transform: translateX(calc(100% + 10%));
    }

    62% {
        left: -10%;
    }

    to {
        transform: translateX(calc(0));
        left: 0px;
        opacity: 1;
    }
}

.company_flist_control {
    margin-top: 20px;
}

.company_factory_tit span {
    color: var(--main-color);
}

.stories_conts .bicycle_info_tit {
    text-transform: capitalize;
}

.stories_video_icon svg {
    width: 78px;
}

.download_mian .mod_bread {
    margin-bottom: 40px;
}

.prodeta_main .mod_bread {
    margin-bottom: 40px;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.home_banner {
    position: relative;
}

.home_banner_arrow {
    position: absolute;
    width: 100%;
    padding: 0 5.7291%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.home_banner_arrow_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 28px;
}

.home_banner_arrow_flex span {
    display: inline-block;
    color: #000000;
    font-weight: bold;
    transition: all 0.36s;
    cursor: pointer !important;
    pointer-events: all;
}

.home_banner_arrow_flex span:hover {
    color: var(--main-color);
}

.home_banner_arrow_flex .left {
    transform: rotate(180deg);
}

.home_banner_conts {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.home_container {
    padding-top: 0 !important;
}

.hd {
    transition: all 0.36s;
}

.home_container .hd {
    background-color: transparent;
}

.home_container .hd.scroll {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.home_banner_llist {
    width: 45.8156028%;
}

.home_banner_ltit {
    font-size: 64px;
    font-family: Oswald;
    line-height: 1.4;
    margin-bottom: 35px;
    opacity: 0;
}

.home_banner_ltext {
    margin-bottom: 74px;
    opacity: 0;
}

.swiper-slide .home_about_btn {
    opacity: 0;
}

.home_banner_ltext p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}

.slide-inner {
    position: relative;
}

.swiper-pagination {
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 40px;
}

.swiper-pagination span {
    width: 13px;
    height: 13px;
    background-color: #F3F3F3;
    margin: 0 8px;
}

.swiper-pagination span {
    width: 13px;
    height: 13px;
    background-color: #F3F3F3;
    opacity: 1 !important;
}

span.swiper-pagination-bullet-active {
    background-color: var(--main-color) !important;
}

.hd_second {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 20px 30px;
    z-index: 11;
    display: none;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    min-width: 180px;
}

.hd_second_item {
    margin-bottom: 8px;
}

.hd_second_item:last-child {
    margin-bottom: 0;
}

.hd_second_link {
    display: inline-block;
    line-height: 1.6;
    font-size: 15px;
    color: #000;
    white-space: nowrap;
}

.hd_item {
    position: relative;
}

.swiper-slide-active .home_banner_ltit {
    animation: homeban 1s ease both;
}

.swiper-slide-active .home_banner_ltext {
    animation: homeban 1s 0.2s ease both;
}

.swiper-slide-active .home_about_btn {
    animation: homeban 1s 0.4s ease both;
}

@keyframes homeban {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.c_pcbtn {
    display: none;
}

.slide-inner>img {
    width: 100%;
}

.ct_aside1 {
    position: fixed;
    top: 64%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.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: #f5f5f5;
    font-size: 24px;
    position: relative;
    color: #000;
}

.ct_aside1_item span {
    transition: none;
}

.ct_aside1_item:hover span {
    color: #fff !important;
}

.shop_icon {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    right: 8px;
    top: 10px;
}

aside .shop_number {
    font-size: 20px;
    transform: translateX(0.5px) scale(0.5);
    color: #fff;
    display: inline-block;
    text-align: center;
}


.ct_aside1_item.active .ct_aside1_link {
    background-color: var(--main-color);
}

.ct_aside1_item:hover .ct_aside1_link {
    background-color: var(--main-color);
}

.ct_aside1_link,
.ct_aside1_switch {
    width: 55px;
    height: 55px;
    border-radius: 10px;
}

.ct_aside1_switch {
    background-color: #2db4b0;
    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: var(--main-color);
    transform: rotate(-180deg);
}

.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, .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: 20px 22px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    white-space: nowrap;
}

/* type-animatelist */
.ct_aside1_list.animatelist {
    transform: translateX(100px);
}

.ct_aside1_list.active {
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px);
}

/* type-animateitem-rotate */
.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);
}

.mod_online_item.gotop .mod_online_link span {
    font-size: 14px;
}

.mod_online {
    background-color: #2db4b0;
}

@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;
    }
}

/* hover */
@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);
    }
}


.mod_online_link {
    position: relative;
}

.mod_online_link:hover .mod_online_qr {
    opacity: 1;
}

.mod_online_qr {
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 6px;
    padding: 2px;
    transition: all 0.36s;
    opacity: 0;
    width: 90px;
    box-sizing: 0 0 10px 0 rgba(0, 0, 0.0.05);
}

.mod_online_qr img {
    width: 100%;
}

.hd {
    background-color: #fff;
}



/* hover */
@media screen and (min-width:1200px) {
    .hd_second_link:hover {
        color: var(--main-color);
    }
}

/* sitemap */
.sitemap_cont {
    padding: 40px 0 60px;
    padding-bottom: 60px !important;
}

.sitemap_cont_list {
    display: flex;
    margin: 0 -10px;
}

.sitemap_cont_item {
    width: 16.666666%;
    padding: 0 10px;
}

.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color:
        var(--main-color);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.sitemap_cont_link:hover {
    text-decoration: underline;
}

.sitemap_second_list {
    margin-top: 15px;
}

.sitemap_second_item {
    margin-bottom: 10px;
}

.sitemap_second_link {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}

.sitemap_second_link:hover {
    color: var(--main-color);
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {
    .sitemap_cont {
        padding: 60px 0 0px;
    }

    .sitemap_cont_link {
        line-height: 45px;
    }

    .sitemap_second_item {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }

    .sitemap_cont_list {
        margin: 0 -8px;
    }

    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }

    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }

    .sitemap_cont {
        padding: 20px 0 40px !important;
    }
}

@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }

    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .sitemap_cont_item {
        width: 33.333333%;
        margin-bottom: 20px;
    }

    .sitemap_cont {
        padding: 10px 0 40px !important;
    }
}

@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 30px 0 0px;
    }

    .sitemap_cont_list {
        flex-direction: column;
    }

    .sitemap_cont_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .sitemap_second_list {
        margin-top: 10px;
    }
}

/* sitemap-end */

/* 搜索页 */
.product_search {
    margin-bottom: 20px;
}

.product_search_tit {
    font-family: Redbold;
    font-size: 22px;
    color: #14151a;
    margin-bottom: 15px;
}

.product_search_text {
    background-color: #f3f5f8;
    padding: 12px 20px;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1440px) {

    /* 搜索页 */
    .product_search_tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_search_text {
        padding: 10px 15px;
    }

    .product_search {
        margin-bottom: 15px;
    }

    /* 搜索页-end */
}

/* shop */
.shop_main {
    padding-top: 40px;
    padding-bottom: 60px;
}

.shop_cont {
    padding-bottom: 10px;
    padding-top: 20px;
}

.shop_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_cheack {
    display: flex;
    align-items: center;
    width: 120px;
    min-width: 70px;
    margin-right: 10px;
}

.shop_photo {
    width: 200px;
    flex-shrink: 0;
}

.shop_photo_img {
    padding-top: 100%;
    border: 1px solid #ecebeb;
    transition: all 0.36s;
    display: block;
    overflow: hidden;
}

.shop_photo_img img {
    transform: scale(0.9);
}

.shop_photo_img:hover img {
    transform: scale(1);
}

.shop_photo_img:hover {
    border: 1px solid var(--main-color);
}

.shop_name {
    width: 30%;
    min-width: 200px;
    padding-right: 20px;
    padding-left: 20px;
}

.shop_list .shop_text {
    transition: all 0.36s;
}

.shop_number {
    width: 180px;
    flex-shrink: 0;
}

.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
    color: #222;
}

.shop_operation {
    width: 140px;
    flex-shrink: 0;
}

.shop_header {
    padding: 20px 0;
    background-color: var(--main-color);
}

.shop_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.shop_cont input[type=checkbox] {
    -webkit-appearance: auto;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 10px;
}

.shop_item .shop_row {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

.shop_operation_btn {
    cursor: pointer;
    padding: 15px;
    box-sizing: content-box;
    display: inline-block;
}

.shop_operation_btn span {
    font-size: 20px;
}

.shop_operation_btn:hover span {
    color: var(--main-color);
}

.shop_operation {
    text-align: center;
}

.shop_number_control {
    display: flex;
    align-items: center;
}

.shop_number_control>div {
    cursor: pointer;
    width: 34px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    transition: all 0.36s;
}

.shop_number_control>div:hover {
    color: #fff;
    background-color: var(--main-color);
}

.shop_number_control input {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1680px) {
    .shop_cheack {
        width: 70px;
        min-width: 70px;
    }

    .shop_main {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1560px) {
    .shop_cheack {
        width: 50px;
        min-width: 50px;
    }

    .shop_number {
        width: 160px;
    }

    .shop_photo {
        width: 190px;
    }
}


@media screen and (max-width: 1440px) {
    .shop_cont input[type=checkbox] {
        width: 15px;
        height: 15px;
    }

    .shop_photo {
        width: 180px;
    }

    .shop_number_text,
    .shop_operation_text,
    .shop_text,
    .shop_photo_text,
    .shop_cheack_text {
        font-size: 15px;
    }

    .shop_number_control>div {
        width: 30px;
        line-height: 28px;
        font-size: 16px;
    }

    .shop_number_control input {
        width: 45px;
        font-size: 14px;
    }

    .shop_operation_btn {
        padding: 12px;
    }

    .shop_operation_btn span {
        font-size: 18px;
    }

    .shop_number {
        width: 125px;
    }

    .shop_header {
        padding: 15px 0;
    }

    .shop_main {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .shop_photo {
        width: 170px;
    }

    .shop_main {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .shop_photo {
        width: 150px;
    }

    .shop_operation {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {

    .shop_header .shop_photo,
    .shop_header .shop_name,
    .shop_header .shop_number,
    .shop_header .shop_operation {
        display: none;
    }

    .shop_header {
        padding: 10px 0;
    }

    .shop_item .shop_row {
        padding: 16px 17px;
    }

    .shop_cont input[type=checkbox] {
        width: 14px;
        height: 14px;
    }

    .shop_row {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .shop_item .shop_row {
        padding-bottom: 60px !important;
        padding: 16px 15px;
    }

    .shop_item {
        margin-bottom: 10px;
    }

    .shop_row>div {
        width: 100%;
    }

    .shop_number_control {
        justify-content: center;
    }

    .shop_name {
        width: 100%;
        text-align: center;
        padding: 15px 0 12px;
    }

    .shop_item .shop_cheack input {
        position: absolute;
        left: 0;
        bottom: 5px;
        margin: 12px !important;
        box-sizing: content-box;
    }

    .shop_item .shop_operation_btn {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .shop_main {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .shop_cont {
        padding-bottom: 0px;
    }
}

/* shop */

/* newdate */
.newdate_info_tit {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}

.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}

.newdate_info {
    padding: 40px 0 20px;
    border-bottom: 1px solid #ccc;
}

.news_info {
    margin-bottom: 50px;
}

.news_primary {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.news_info h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}

.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}

.news_info img {
    height: auto !important;
}

.newdate_main .pdrf_shares {
    margin-top: 50px;
}

.newdate_page {
    margin-top: 40px;
}

.newdate_page a:hover {
    color: #0064ca;
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
}

.pdrf_shares {
    display: flex;
    align-items: center;
}

.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .newdate_info {
        padding: 30px 0 20px;
    }


    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    .pdrf_shares_text {
        font-size: 20px;
    }

    .news_info {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .newdate_info {
        padding: 30px 0 15px;
    }

    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    .newdate_info_date {
        font-size: 14px;
    }

    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .news_info {
        margin-bottom: 30px;
    }

    .pdrf_shares_text {
        font-size: 18px;
    }

    .newdate_page {
        margin-top: 30px;
    }

    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }

    .newdate_prev {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }

    .newdate_info {
        padding: 10px 0 12px;
    }

    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .pdrf_shares_text {
        font-size: 16px;
    }

    .news_info h2 {
        font-size: 18px;
    }
}


@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 0px 0 12px;
    }

    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 24px;
    }

    .news_primary {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
}

/* newdate-end */
.ft {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ft::after {
    content: "";
    z-index: -1;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #2D9C99;
    filter: blur(150px);
    position: absolute;
    left: -90px;
    top: -40px;
    display: none;
}

.ft::before {
    content: "";
    z-index: -1;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #2D9C99;
    filter: blur(150px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    display: none;
}

.hd_conts {
    position: relative;
}

/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 300%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.hd_item:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgba(255, 255, 255, 0.90);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #13317A;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lera:hover span {
    color: var(--main-color);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

@media (max-width: 1536px) {
    .ven2-ler {
        top: 45px;
    }
}

/* --------- */
.pro2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro2-1 {
    width: 23.46%;
    flex: 0 0 auto;
    position: sticky;
    top: 90px;
}

.pro2-2 {
    width: calc(100% - 23.46% - 30px);
}

.pro2-1l {
    position: relative;
    margin-bottom: 20px;
}

.pro2-1l1 {
    border-radius: 4px;
    background: #F7F7F7;
    transition: all 0.5s ease;
}

.pro2-1l.on .pro2-1l1 {
    background: var(--main-color);
}

.pro2-1l1:hover {
    background: var(--main-color);
}

.pro2-1l1a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px;
}

.pro2-1l1a span {
    font-size: 15px;
    line-height: 1.733;
    color: #666666;
    transition: all 0.5s ease;
    padding-right: 6px;
}

.pro2-1l1:hover .pro2-1l1a span {
    color: #FFF;
}

.pro2-1l.on .pro2-1l1a span {
    color: #FFF;
}

.pro2-1l1a i {
    color: rgba(34, 34, 34, 1);
    font-size: 16px;
    transition: all 0.5s ease;
}

.pro2-1l.on .pro2-1l1a i {
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 1);
}

.pro2-1l1:hover .pro2-1l1a i {
    color: rgba(255, 255, 255, 1);
}

.pro2-1l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-1l.on .pro2-1l2 {
    max-height: 800px;
    opacity: 1;
}

.pro2-1l2sa {
    margin-top: 7px;
    border-radius: 4px;
    background: #F7F7F7;
    padding: 24px;
}

.pro2-1l2a {
    display: block;
    margin-bottom: 20px;
    position: relative;

}

.pro2-1l2abox {
    display: block;
    position: relative;
    padding-left: 20px;
}

.pro2-1l2abox::after {
    position: absolute;
    content: "";
    --w: 8px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: var(--main-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro2-1l2a:last-child {
    margin-bottom: 0;
}

.pro2-1l2a .pro2-1l2abox>span {
    font-size: 15px;
    line-height: 1.733;
    color: #666666;
    --size: 1px;
    --color: rgba(19, 49, 122, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro2-1l2a.on .pro2-1l2abox>span {
    color: var(--main-color);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.pro2-1l2a:hover .pro2-1l2abox>span {
    color: var(--main-color);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.pro2-2u {
    margin-right: calc(-.5 * 1.9rem);
    margin-left: calc(-.5 * 1.9rem);
    margin-bottom: 20px;
}

.pro2-2l {
    margin-bottom: 30px;
    padding-right: calc(1.9rem * .5);
    padding-left: calc(1.9rem * .5);
}

.pro2-2limg {
    margin-bottom: 20px;
    overflow: hidden;
    mix-blend-mode: multiply;
    padding-bottom: 76%;
    border-radius: 10px;
}

.pro2-2limg img {
    transition: all 0.5s ease;
}

.pro2-2lbox:hover .pro2-2limg img {
    transform: scale(1.08);
}

.pro2-2lh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.pro2-2lh span {
    color: #222;
    font-family: 'Outfit';
    font-weight: normal;
    font-size: var(--zj-ft2-2lh);
    font-style: normal;
    line-height: calc(var(--zj-ft2-2lh) * 1.25);
    text-transform: capitalize;
    --size: 1px;
    --color: rgba(19, 49, 122, 1);
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro2-2lbox:hover .pro2-2lh span {
    color: rgba(19, 49, 122, 1);
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-2 .sub-page {
    justify-content: flex-end;
}

/*  */
.pro2-1l3 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2-1l2a.on .pro2-1l3 {
    max-height: 800px;
    opacity: 1;
}

.pro2-1l3sa {
    border-radius: 4px;
    background: #FFF;
    padding: 18px;
    margin-top: 20px;
}

.pro2-1l3a {
    display: block;
    margin-bottom: 16px;
}

.pro2-1l3a:last-child {
    margin-bottom: 0;
}

.pro2-1l3a span {
    color: #222;
    font-family: 'Inter';
    font-weight: normal;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    --size: 1px;
    --color: #222;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro2-1l3a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro2-1l3a.on span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .pro2-2u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 10px;
    }

    .pro2-1l1a {
        padding: 12px 12px;
    }

    .pro2-1l3sa {
        padding: 8px;
    }

    .pro2-1l {
        margin-bottom: 10px;
    }

    .pro2-1l2sa {
        padding: 12px;
    }

    .pro2-2l {
        margin-bottom: 20px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }

    .pro2-2limg {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199.9px) {
    .pro_11 {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
    }

    .pro_11a {
        display: flex;
        align-items: center;
        font-size: 15px;
        line-height: 1.733;
        color: #666666;
        padding: 5px 16px;
        border-radius: 6px;
        background: #FFF;
        transition: all 0.3s ease;
        border: 1px solid var(--main-color);
        border-radius: 6px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .pro_11a:hover {
        background: var(--main-color);
        color: #fff;
    }

    .pro_11a.on {
        background: var(--main-color);
        color: #fff;
    }

    .pro2-1 {
        display: none;
    }

    .pro2 {
        flex-direction: column;
    }

    .pro2-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pro2-2l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro_11a {
        padding: 4px 16px;
    }

    .pro1h p {
        letter-spacing: 0;
    }

    .pro2-2l {
        width: 100%;
    }

    .pro1h {
        margin-bottom: 10px;
    }

    .pro1p {
        padding-bottom: 20px;
        margin-bottom: 16px;
    }

    .pro2-2u {
        margin-bottom: 0;
    }
}

.hd_item:nth-child(5) .hd_second .hd_second_item:nth-child(2) {
    display: none !important;
}