@charset "UTF-8";

:root {
    --headerBg: rgb(16, 33, 43);
    --headerBgHover: rgb(96, 124, 148);
}

@font-face {
    font-family: "Station-mc";
    /* 自定义字体名称:站酷高端黑 */
    src: url("./fonts/Station-mc.ttf") format('truetype');
    /* 字体文件路径及格式 */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Han Sans CN', Helvetica, Arial, sans-serif;
}

ul li {
    list-style: none;
}

/* 产品开始加载动画样式*/
#loading {
    display: block;
    background: #FFF url(./../img/loading_pc.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    height: 100%;
}

.load_main {
    width: auto;
}

.load_main {
    position: relative;
    background-size: cover;
    min-height: calc(100vh);
    min-height: -moz-calc(100vh);
    min-height: -webkit-calc(100vh);
}

.load_text {
    position: absolute;
    left: 0px;
    top: 75%;
    width: 100%;
    font-size: 18px;
    color: #ff0000;
    text-align: center;
}

.load_text #loading_text {
    font-size: 24px;
}

.load_line {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 82%;
    height: 6px;
    background: #000;
}

.load_line span {
    display: block;
    text-indent: -9999px;
    width: 0px;
    height: 6px;
    background: #ff0000;
}

#mani-box {
    display: none;
    background-size: cover;
    width: 100%;
    min-height: calc(100vh);
    min-height: -moz-calc(100vh);
    min-height: -webkit-calc(100vh);
}

/* 导航栏样式 */
/* PC端 */
.header_menu {
    background-color: var(--headerBg);
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    min-width: 1280px;
    z-index: 9999999;
}

.nav_box {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}

.logo {
    width: 15%;
}

.logo a {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 80px;
}

.menu {
    width: 85%;
}

.menu ul {
    list-style: none;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin: 0;
    padding: 0;
    height: 100%;
}

.menu ul li {
    text-align: center;
    line-height: 80px;
}

.menu-active {
    background-color: var(--headerBgHover);
}

.menu ul li a {
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.menu ul li.menu-active a {
    color: #fff;
}

.header_menu .parallelogram {
    width: 120px;
    height: 80px;
}

.flex-set {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 移动端 */
.mobile-header {
    display: none;
}

.baner {
    margin-top: 79px;
}

.baner img,
.cardimgbox img {
    width: 100%;
}

#sP2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: center;
}

.footer {
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    font-weight: bold;
}

.footer a {
    margin-left: 30px;
    font-weight: bold;
}

.img_icon {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.modal-body {
    padding: 0;
    position: relative;
}

.colsediv {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-body img {
    width: 100%;
}

.incon_d {
    position: absolute;
    right: 0;
    bottom: 0;
}

.incon_d img {
    width: 60px;
}

.btn-close {
    font-size: 30px;
}

#back-to-top {
    display: none;
}

.appd {
    background: url('../img/app_bg.jpg') no-repeat center;
    background-size: cover;
}

.appdA {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.appdA img {
    margin: 25px 0;
    width: 35%;

}

#leftsead {
    display: block;
    bottom: 0;
    bottom: 50px;
    width: 150px;
    right: 0px;
    position: fixed;
    overflow: hidden;
    z-index: 11;
}

#leftsead ul {
    margin: 0;
    padding: 0;
}

#leftsead li {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 0 3px 0;
}

#leftsead li img {
    width: 100%;
}

#back-to-top {
    background: rgba(0, 0, 0, .4)
}

.common_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.color_details {
    background-image: url('../img/bg_color_pc.png');
    width: 100%;
    aspect-ratio: 1920 / 831;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.color_show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34%;
    height: 100%;
    gap: clamp(12px, 1vw, 16px);
    padding-left: 8%;
    color: #fff;
}

.color_show img {
    width: 100%;
}

.color_icon {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.color_icon div {
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.75rem);
}

.color_show .content h2 {
    font-size: clamp(1.3rem, 2.2vw, 2.5rem);
    font-weight: 800;
}

.color_show .content p {
    line-height: 2;
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    word-break: break-all;
}

.details_show {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 831;
    background-image: url("../img/bg_detail_pc.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.titleh {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: clamp(10px, 2%, 15px);
    text-align: center;
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    font-weight: bold;
    margin-bottom: 2%;
    padding-top: 2%
}

.titleh img {
    width: 1em;
}

.titleh p {
    margin-bottom: 0;
}

.special_swiper {
    width: 83%;
    position: relative;
    margin: 0 auto;
    align-items: stretch;
}

.special_swiper .swiper-slide {
    flex: 1 0 auto;
    aspect-ratio: 460 / 595;
    overflow: hidden;
}

.special_swiper .swiper-slide img {
    width: 100%;
}

.swiper_text {
    padding: 15px 15px 0;
    height: 100%;
    background-color: #646E75;
    container-type: inline-size;
}

.swiper_text h3 {
    font-size: clamp(18px, 6cqw, 24px);
    color: #fff;
    font-weight: bold;
    margin-bottom: clamp(2px, 3%, 15px);
}

.swiper_text p {
    font-size: clamp(10px, 5cqw, 16px);
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: unset;
    overflow-wrap: break-word;
}

.swiper-pagination-bullet {
    width: 3.5rem;
    height: 0.5rem;
    background-color: #798895;
    opacity: 1;
    border-radius: 0;
}

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

.design_download {
    background-image: url('../img/bg_standard_pc.png');
}

.table_style {
    position: relative;
    width: 83%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #fff;
    line-height: 2;
    padding-bottom: 3%;
}

.abs_img {
    width: 100%
}

.two_table {
    display: flex;
    width: 100%;
    padding: 0 30px;
    flex-wrap: wrap;
    gap: 2%
}

.table_style table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 3px;
    font-size: 17px;
}

.left_table tr td:first-child,
.right_table tr td:first-child {
    background-color: #7393AF;
    padding: 5px 0 5px 20px;
}

.left_table tr td:nth-child(2),
.right_table tr td:nth-child(2) {
    background-color: #26323B;
    padding: 5px 0 5px 20px;
}

.left_table,
.right_table {
    width: 49%;
    position: relative;
}

.left_table td,
.right_table td {
    color: #fff;
}

.left_table tr td:first-child,
.right_table tr td:first-child {
    width: 35%;
}

.left_table tr td:nth-child(2),
.right_table tr td:nth-child(2) {
    width: 65%;
}

.activity {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.activity picture {
    width: 100%;
}

.activity img {
    width: 100%;
}

.activity_abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 3.5rem);
}

.download_box {
    background-image: url("../img/bg_download_pc.png");
}

.download_container {
    width: 100%;
    display: flex;
}

.download_container .common {
    width: 52.5%;
}

.download_container .common a {
    width: 100%;
    display: block;
    position: relative;
}

.download_container .common img {
    width: 100%;
}

.download_container .common .icon {
    position: absolute;
    width: 50px;
    bottom: 5%;
}

.download_container .common.left .icon {
    left: 5%
}

.download_container .common.right .icon {
    right: 5%
}

.download_container .left {
    margin-top: 4%;
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.download_container .right {
    margin-left: -5%;
    margin-bottom: 4%;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width:1720px) and (min-width:991px) {

    /* .swiper_text h3 {
        margin-bottom: 15px;
    } */
}

@media screen and (max-width:1367px) and (min-width:991px) {

    /* .swiper_text h3 {
        font-size: 20px;
    }

    .swiper_text p {
        font-size: 14px;
        line-height: 24px;
    } */

    .header_menu {
        min-width: 990px;
    }
}


@media screen and (max-width:1100px) and (min-width:991px) {

    /* .swiper_text {
        min-height: 350px;
    } */


}

@media screen and (min-width: 200px) and (max-width: 991px) {

    ol,
    ul {
        margin: 0;
        padding: 0;
    }

    .header_menu {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    #header {
        position: relative;
    }

    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 71px;
        z-index: 103;
        background-repeat: repeat-x;
        background-color: var(--headerBg);
    }

    .mobile-header .mobile-header-inner {
        display: table;
        width: 100%;
        /* padding: 0.5em 0; */
    }


    .mobile-header .mobile-menu-toggle {
        display: table-cell;
        vertical-align: middle;
    }

    .mobile-header .logo {
        position: absolute;
        width: 30%;
        z-index: 104;
        left: 19%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .mobile-header .logo a {
        display: block;
    }

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

    .mobile-header .mobile-menu-toggle {
        position: absolute;
        top: 15px;
        right: 8px;
        width: 47px;
        height: 35px;
        display: block;
    }

    #toggle-nav {
        padding: 3px 5px;
        position: absolute;
        z-index: 9999;
        width: 17px;
        height: 17px;
        background: transparent;
        margin: 0;
        border: none;
        outline: none;
        cursor: pointer;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    #toggle-nav>span {
        background: #fff;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0;
        -webkit-transition: all 150ms ease;
        transition: all 150ms ease;
    }

    #toggle-nav .top-line {
        top: 0;
    }

    #toggle-nav .middle-line {
        top: 50%;
        margin-top: -1px;
    }

    #toggle-nav .bottom-line {
        bottom: 0;
    }

    #toggle-nav.active .top-line {
        top: 50%;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    #toggle-nav.active .middle-line {
        opacity: 0;
    }

    #toggle-nav.active .bottom-line {
        top: 50%;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    .mobile-navigation {
        display: none;
        position: fixed;
        z-index: 100;
        left: 0;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-nav-content {
        background-color: rgb(1, 35, 106, 0.8);
    }

    .mobile-navigation ul li {
        position: relative;
        z-index: 10;
    }

    .mobile-navigation ul li span.arrow_carrot-right {
        position: absolute;
        right: 4%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2em;
        color: #fff;
    }

    .mobile-navigation ul li .sub-menu {
        display: none;
        padding-left: 20px;
    }


    .mobile-navigation ul li .sub-menu li {
        width: 49%;
        float: left;
    }

    .mobile-navigation ul li .sub-menu li a {
        border-bottom: 0px none;
        font-size: 12px;
        color: #616161
    }

    .mobile-navigation ul li.dropdown-open .expander>i {
        -webkit-transform: rotateZ(180deg) translate3d(-2px, 0px, 0);
        transform: rotateZ(180deg) translate3d(-2px, 0px, 0);
    }

    .mobile-navigation .expander {
        font-size: 32px;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 50px;
        height: 50px;
        width: 50px;
        text-align: right;
        color: #000
    }

    .mobile-navigation .expander i {
        display: inline-block;
        -webkit-transition: all 150ms ease;
        transition: all 150ms ease;
    }

    .mobile-navigation a {
        font-size: 16px;
        /*border-bottom: 1px solid #efefef;*/
        color: #fff;
        padding: 10px 20px;
        display: block;
        position: relative;
        line-height: 18px;
        text-decoration: none;
    }

    .mobile-navigation {
        display: none;
        position: fixed;
        top: 71px;
        height: 100%;
        width: 100%;
        background-color: rgb(11, 30, 47, 0.9);
    }

    .mobile-navigation ul li {
        padding: 10px 20px;
        border-bottom: 1px solid rgba(242, 242, 242, 0.15);
    }

    .mobile-navigation ul li a {
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }

    .footer a {
        display: block;
        font-size: 13px;
        margin: 0;
    }

    .footer span {
        font-size: 13px;
    }

    .baner {
        margin-top: 71px;
    }

    #loading {
        background: #FFF url(./../img/loading_sp.jpg) no-repeat center top;
    }

    #back-to-top {
        display: none;
        position: fixed;
        right: 0px;
        bottom: 7%;
        width: 40px;
        z-index: 999;
    }

    #back-to-top img {
        width: 100%;
    }

    .appdA img {
        width: 70%;
    }

    .footer {
        font-size: 14PX;
    }

    #leftsead {
        top: auto;
        width: 80px;
        height: 250px;
    }

    .titleh {
        width: 100%;
        margin: 0 auto 30px;
    }
    
    .color_show {
        width: 100%;
    }

    .left_table,.right_table,.table_style {
        width: 100%;
    }

    .special_swiper {
        width: 100%;
        padding: 0 12px;
    }

    .design_download,
    .details_show,
    .download_box {
        padding-top: 60px;
    }

    .table_style {
        padding: 0 12px;
        /* margin-bottom: 60px; */
    }

    .two_table {
        padding: 0 15px;
    }
    
    /* .swiper_text {
        min-height: 330px;
    } */

    .color_details {
        background-image: url('../img/bg_color_sp.png');
        aspect-ratio: 750 / 1333;
    }

    .color_show {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 8%;
        padding-right: 8%;
    }

    .color_icon {
        flex-direction: row;
        gap: 5px;
        justify-content: flex-start;
    }

    .color_icon picture {
        width: clamp(60px, 19vw, 98px);
    }

    .color_icon div {
        text-align: left;
    }

    .details_show {
        aspect-ratio: 750 / 1274;
        background-image: url("../img/bg_detail_sp.png");
    }

    .design_download {
        background-image: url('../img/bg_standard_sp.png');
    }

    .download_box {
        background-image: url("../img/bg_download_sp.png");
    }

    .download_container {
        flex-direction: column;
        gap: 16px;
    }

    .download_container .common {
        width: 100%;
    }

    .download_container .left {
        margin-top: 0;
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    }

    .download_container .right {
        margin-left: 0;
        margin-bottom: 0;
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    }

    .left_table td, .right_table td {
        font-size: 13px;
    }

}


@media screen and (min-width: 200px) and (max-width: 400px) {
    .cardimg_title {
        top: 40%;
    }

    .footer {
        font-size: 14PX;
    }

    .color_font_show {
        font-size: 30px;
    }
}