
.header {
    width: 100%;
    height: 48px;
    top: 0px;
    left: 0px;
    background-color: #1C1C1E;
    position: fixed;
    z-index: 1000;
}

.header-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.logo {
    width: 90px;
    height: 18px;
    margin-top: 15px;
    margin-right: 20px;
}

    .logo img {
        width: 100%;
        height: 100%;
    }

.header-menu {
    display: flex;
    flex: 1;
}

.header .menu {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    margin-left: 60px;
    color: white;
    text-align: center;
}

    .header .menu:hover {
        font-size: 16px;
        font-weight: 600;
    }

        .header .menu:hover .submenu {
            display: block;
        }

.header .lang {
    width: 60px;
    line-height: 48px;
    margin-right: 20px;
    text-align: right;
    color: white;
    cursor: pointer;
}

.header .purchase {
    line-height: 52px;
    width: 60px;
    text-align: right;
}

    .header .purchase img {
        width: 16px;
        height: 16px;
    }

.header .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    min-height: 200px;
    padding-bottom: 30px;
    background-color: #1C1C1E;
}

.header .submenu-list {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.header .submenu-item {
    min-width: 180px;
    margin-right: 20px;
    margin-top: 40px;
}

    .header .submenu-item a:hover {
        font-weight: bold;
    }

.header .item-title {
    color: gray;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    pointer-events: none;
}

.header .item-name {
    display: block;
    margin-top: 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}


.footer {
    height: 300px;
    width: 100%;
    background-color: #1C1C1E;
    position: relative;
}

.footer-box {
    width: 1200px;
    margin: 0 auto;
}

.footer-content {
    padding: 40px 0 44px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
}

.footer .menu-list {
    display: flex;
    flex: 1;
}

    .footer .menu-list a:hover {
        font-weight: bold;
    }

.footer .menu {
    font-size: 12px;
    cursor: pointer;
    margin-right: 60px;
}

    .footer .menu .title {
        color: #FFFFFF;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        font-style: normal;
        text-decoration: none;
        text-align: left;
        margin-bottom: 16px;
    }

    .footer .menu .name {
        display: block;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        font-style: normal;
        text-decoration: none;
        text-align: left;
    }

.footer .market {
    width: 200px;
}

    .footer .market p {
        color: #FFFFFF;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        font-style: normal;
        text-decoration: none;
        text-align: left;
        margin-bottom: 16px;
    }

    .footer .market img {
        width: 77px;
        height: 33px;
    }

.footer-bottom {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    padding-top: 20px;
}

    .footer-bottom a {
        color: rgba(255, 255, 255, 0.6);
    }

        .footer-bottom a:hover {
            color: white;
        }

.contact {
    margin-left: 100px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    display: flex;
}

    .contact p {
        margin-bottom: 16px;
    }

.contact-name {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.contact img {
    margin-left: 30px;
    margin-top: 30px;
    width: 76px;
    height: 76px;
}

.contact-title-content {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    /* margin-top: 25px; */
    margin-bottom: 16px;
}

.contact-title {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

/***
    home
*/

.home_div .top {
    margin-top: 48px;
    padding: 0;
    width: 100%;
    position: relative;
    height: auto;
    background-color: #000000;
    text-align: center;
}

    .home_div .top video {
        width: 100%;
        height: 100%;
        background-color: #000000;
    }

    .home_div .top .img_bg {
        width: 100%;
        height: 100%;
        background-color: #000000;
        object-fit: cover;
        display: inline-block;
        vertical-align: middle;
    }

.home_div .top-content {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 66px;
}

.home_div .top-content-title {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 52px;
    line-height: 52px;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}

.home_div .top-content-detail {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
}

.home_div .top-content-buy {
    display: block;
    width: 112px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    margin: 20px auto;
    line-height: 32px;
    color: #FFFFFF;
}

.home_div .new-prodcut {
    width: 100%;
    height: 920px;
    color: black;
    text-align: center;
    padding-top: 66px;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.home_div .morr-sky {
    width: 100%;
    height: 600px;
    color: black;
    background-color: #FBFAFD;
    text-align: center;
    padding-top: 132px;
    padding-bottom: 132px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.home_div .product-title {
    color: #FF9A00;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.home_div .product-name {
    font-weight: 600;
    font-size: 56px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.home_div .product-detail {
    margin-top: 12px;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.home_div .product-more {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_div .product-photo {
    height: 553px;
}

    .home_div .product-photo img {
        width: 788px;
        height: 553px;
    }

.home_div .logo-photo {
    margin-bottom: 49px;
}

    .home_div .logo-photo img {
        width: 572px;
        height: 82px;
    }

.home_div .product-list {
    width: 100%;
    min-height: 638px;
    padding: 10px;
    display: flex;
}

.home_div .mini-product {
    width: 100%;
    min-height: 618px;
    text-align: center;
    padding-top: 56px;
    display: flex;
    flex-direction: column;
}

    .home_div .mini-product.right {
        color: black;
        background-color: white;
    }

    .home_div .mini-product.left {
        color: white;
        background-color: black;
        margin-right: 10px;
    }

    .home_div .mini-product .product-name {
        font-size: 42px;
        line-height: 1.1;
        padding: 18px 0 10px 0;
    }

    .home_div .mini-product .product-detail {
        font-size: 20px;
    }

    .home_div .mini-product .product-photo {
        height: 352px;
    }

        .home_div .mini-product .product-photo img {
            width: 590px;
            height: 352px;
        }

.home_div .home-bottom {
    position: relative;
    background-color: white;
    height: 358px;
    width: 100%;
}

.home_div .menu-box {
    margin: 0 auto;
    width: 900px;
    height: 100%;
    display: flex;
}

.home_div .menu {
    width: 200px;
    text-align: center;
}

.home_div .menu-icon {
    margin-top: 111px;
}

    .home_div .menu-icon img {
        width: 72px;
        height: 72px;
    }

.home_div .menu-title {
    /* purchase channel */
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    margin-top: 4px;
}

.home_div .menu-more {
    /* View Detail */
    color: #0066CC;
    font-weight: 400;
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 0px;
    font-style: normal;
    text-decoration: none;
}

    .home_div .menu-more:hover {
        color: #2897FF;
    }

/***
    download
*/

.download_div .top {
    width: 100%;
    background-color: #1C1C1E;
}

.download_div .download-center {
    margin: 0 auto;
    width: 1200px;
    height: 230px;
}

.download_div .download-title {
    margin-top: 48px;
    padding-top: 49px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 32px;
    font-style: normal;
    text-decoration: none;
}

.download_div .download-detail {
    margin-top: 5px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

    .download_div .download-detail span {
        cursor: pointer;
    }

.download_div .content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 148px;
}

.download_div .download {
    margin: 0 auto;
    width: 1200px;
}

.download_div .left {
    background-color: #FFFFFF;
    width: 284px;
    margin-right: 20px;
    min-height: 438px;
    padding-bottom: 15px;
}

.download_div .right {
    flex: 1;
    background-color: #FFFFFF;
    width: 896px;
    padding: 48px;
}

.download_div .title {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    /*line-height: 68px;
            height: 68px;*/
    min-height: 68px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 24px;
    cursor: pointer;
}

.download_div .left .title span {
    flex: 1;
}

.download_div i.tit_arrow {
    width: 16px;
    height: 16px;
    background-image: url('/src/assets/images/support/icon_arrow_up.png');
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

    .download_div i.tit_arrow.i_down {
        background-image: url('/src/assets/images/support/icon_arrow_down.png');
    }

.download_div .app-list {
    display: flex;
    flex-direction: column;
    color: #3B3E40;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.download_div .item {
    width: 100%;
    min-height: 48px;
    line-height: 1.2;
    padding: 15px 5px;
    cursor: pointer;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}

    .download_div .item:hover {
        border-right: 2px solid #000000;
        background-color: #F7F9FA;
    }

    .download_div .item.active {
        border-right: 2px solid #000000;
        background-color: #F7F9FA;
    }

.download_div .app-info {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.download_div .product-info {
    padding-top: 40px;
    padding-bottom: 40px;
}

.download_div .app-logo {
    width: 80px;
    height: 80px;
}

    .download_div .app-logo img {
        width: 80px;
        height: 80px;
    }

.download_div .app-content {
    flex: 1;
    margin-left: 26px;
}

.download_div .app-name {
    color: #000000;
    font-weight: 500;
    font-size: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.download_div .app-detail {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    white-space: normal;
}

.download_div .app-download {
    margin-top: 40px;
    display: flex;
    cursor: pointer;
}

.download_div .store {
    width: 180px;
    text-align: center;
}

.download_div .store-address {
    margin: 0 auto;
    width: 120px;
    height: 40px;
    margin-bottom: 15px;
}

    .download_div .store-address img {
        width: 120px;
        height: 40px;
    }

.download_div .store-version {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.download_div .store-minisys {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    margin-top: 8px;
}

.download_div .store-supported {
    color: #2897FF;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    margin-top: 8px;
}

.download_div .product-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.download_div .product-logo {
    display: flex;
    margin-top: 15px;
}

    .download_div .product-logo span {
        color: #000000;
        font-weight: 500;
        font-size: 24px;
        line-height: 80px;
        margin-left: 24px;
    }

    .download_div .product-logo img {
        width: 80px;
        height: 80px;
    }

.download_div .product-download {
    margin-top: 32px;
    margin-left: 104px;
}

.download_div .product-firmwares {
    margin-top: 17px;
    display: flex;
    padding-bottom: 25px;
}

.download_div .firmware {
    flex: 1;
    display: flex;
}

    .download_div .firmware .firmware-content {
        margin-left: 5px;
        flex: 1;
    }

.download_div .firmware-logo {
    width: 64px;
    height: 64px;
}

    .download_div .firmware-logo img {
        width: 64px;
        height: 64px;
    }

.download_div .firmware-name {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.download_div .firmware-date {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.download_div .firmware-path {
    color: #2897FF;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    display: flex;
    align-items: center;
}

.download_div .a-img {
    height: 16px;
    margin-left: 2px;
}

.download_div .firmware-path span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.download_div .firmware-path a {
    color: #2897FF;
    font-size: 14px;
}

    .download_div .firmware-path a:hover {
        color: #0066CC;
    }

.download_div .firmware-file {
    background-color: #F7F9FA;
    display: flex;
    height: 48px;
    width: 100%;
    margin-top: 15px;
    padding-right: 13px;
    justify-content: space-between;
}

.download_div .download_file .firmware-file {
    background-color: white;
    margin-top: 0;
    border-bottom: 1px solid #ebeef5;
}

    .download_div .download_file .firmware-file:hover {
        background-color: #F7F9FA;
    }

.download_div .file-name {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 48px;
    margin-left: 13px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download_div .file-date {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
}

.download_div .file-path {
    color: #2897FF;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    display: flex;
    align-items: center;
}

    .download_div .file-path a {
        color: #2897FF;
        font-size: 14px;
    }

.download_div .file-path_btn {
    width: 16px;
    height: 16px;
    background: url(/src/assets/images/support/icon_download.png) center no-repeat;
    background-size: 100% auto;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-left: 5px;
}

.download_div .file-path .file-path_btn {
    margin-left: 10px;
}

.download_div .file-path_btn:active {
    border: 0;
    outline: 0;
}

.download_div .file-path_btn:hover {
    opacity: 0.8;
}

.download_div .file-path a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.download_div .file-path a:hover {
    color: #0066CC;
}

.download_div .file-more {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding-left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 24px;
    margin-top: 20px;
    cursor: pointer;
}

    .download_div .file-more .tit_arrow {
        margin-left: 8px;
    }

    .download_div .file-more .tit_arrow {
        background-image: url(/src/assets/images/support/icon_arrow_down.png);
    }

        .download_div .file-more .tit_arrow.i_down {
            background-image: url(/src/assets/images/support/icon_arrow_up.png);
        }

.download_div .download_file.d_hide {
    height: 49px;
    overflow: hidden;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

    .download_div .download_file.d_hide.d_show {
        height: auto;
    }
/***
    Product
*/

.product_div .top {
    margin-top: 48px;
    padding: 0;
    width: 100%;
    position: relative;
    height: auto;
    background-color: #000000;
    text-align: center;
}

    .product_div .top video {
        width: 100%;
        height: 100%;
        background-color: #000000;
    }

    .product_div .top .img_bg {
        width: 100%;
        height: 100%;
        background-color: #000000;
        object-fit: cover;
        display: inline-block;
        vertical-align: middle;
    }

.product_div .top-content {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 66px;
}

.product_div .top-content-title {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 52px;
    line-height: 52px;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}

.product_div .top-content-detail {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
}

.product_div .top-content-buy {
    display: block;
    width: 112px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    margin: 20px auto;
    line-height: 32px;
    color: #FFFFFF;
}


.product_div .product-mirror {
    position: relative;
    background-color: #000000;
    width: 100%;
    margin: 0 auto;
    /*
    width: 1200px;
        height: 969px;*/
}

    .product_div .product-mirror .product-mirror_img {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.product_div .mirror-bg {
    top: 0px;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    width: 1200px;
    height: 727px;
}

    .product_div .mirror-bg img {
        width: 1200px;
        height: 727px;
    }

.product_div .mirror-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.product_div .content-title {
    margin-top: 86px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.product_div .content-img {
    height: 732px;
    width: 386px;
    margin: 0px auto;
}

    .product_div .content-img img {
        width: 386px;
        height: 732px;
        margin-top: 60px;
    }

.product_div .product-info {
    width: 100%;
    height: 920px;
    display: flex;
}

    .product_div .product-info .product-info_img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        display: inline-block;
        vertical-align: middle;
    }

    .product_div .product-info .product-info_imgbg {
        display: flex;
        align-items: center;
    }

.product_div .info1 {
    background-color: #f1f1f3;
    color: #000;
}

.product_div .info2 {
    background-color: #000000;
}

.product_div .info3 {
    background-color: #000000;
}

.product_div .info-content {
    width: 560px;
    /*padding-top: 300px;*/
    padding-right: 120px;
    padding-bottom: 50px;
    white-space: normal;
    display: flex;
    align-self: center;
}

.product_div .info-title {
    font-weight: 600;
    font-size: 56px;
    color: #000;
    line-height: 1.1;
    padding: 15px 0 30px;
}

.product_div .info-detail {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

.product_div .product-attachments {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background-color: #FFFFFF;
}

.product_div .attachments-list {
    width: 1204px;
    margin: 0 auto;
    display: flex;
}

.product_div .attachments-list-item {
    width: 388px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product_div .attachments-item {
    width: 388px;
    height: 100%;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    overflow: hidden;
}

    .product_div .attachments-item.c_white {
        color: white;
    }

    .product_div .attachments-item .attachments-item_bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

.product_div .attachment1 {
    height: 434px;
    border-radius: 20px;
}

.product_div .attachment2 {
    height: 434px;
    border-radius: 20px;
}

.product_div .attachment3 {
    height: 506px;
    border-radius: 20px;
}

.product_div .attachment4 {
    height: 364px;
    border-radius: 20px;
}

.product_div .attachment5 {
    height: 434px;
    border-radius: 20px;
}

.product_div .attachment6 {
    height: 434px;
    border-radius: 20px;
}

.product_div .item-title {
    /* margin-top: 48px;*/
    font-weight: 400;
    font-size: 26px;
    font-style: normal;
    text-decoration: none;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 10;
}

.product_div .item-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: none;
}

    .product_div .item-button img {
        width: 50px;
        height: 50px;
    }

.product_div .product-intr {
    padding-top: 60px;
    padding-bottom: 100px;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.product_div .product-img {
    margin: 40px auto;
    width: 1200px;
}

    .product_div .product-img img {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.product_div .tabbar {
    margin: 20px auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
}

.product_div .tab {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    padding: 11px 25px;
}

.product_div .tab-active {
    font-weight: 600;
    color: #000000;
    border-bottom: 2px solid #000000;
}

.product_div .tab-content {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    width: 708px;
    white-space: normal;
    margin: 0 auto;
}

.product_div .banner {
    width: 100%;
    background-color: #000000;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
}

.product_div .banner-tabbar {
    margin: 0px auto;
    width: 226px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
}

.product_div .banner-tab {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    padding: 0px 10px;
}

.product_div .banner-tab-active {
    font-weight: 600;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.product_div .banner-content {
    margin-top: 40px;
    width: 100%;
    flex: 1;
}

.product_div .banner_swiper_con {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.product_div .banner_swiper_tit {
    position: absolute;
    left: 40px;
    bottom: 20px;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 20px;
    line-height: 48px;
    z-index: 1;
}

.product_div .banner_swiper_con img {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
}
/***
    productSupport
*/

.page_div .page {
    width: 100%;
    min-height: 100vh;
    padding-top: 48px;
    padding-bottom: 148px;
}

.page_div .top {
    width: 1200px;
    margin: 0 auto;
}

.page_div .product-img {
    width: 220px;
    height: 220px;
    margin: 15px auto;
}

    .page_div .product-img img {
        width: 220px;
        height: 220px;
        object-fit: cover;
    }

.page_div .product-title {
    color: #000000;
    font-weight: 600;
    font-size: 32px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.page_div .product-desc {
    color: #0066CC;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

    .page_div .product-desc a {
        color: #0066CC;
    }

        .page_div .product-desc a:hover {
            color: #409eff;
            cursor: pointer;
        }

.page_div .tab {
    margin: 50px auto;
    display: flex;
    height: 40px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    justify-content: center;
}

.page_div .btn {
    /* 矩形 */
    height: 40px;
    border-radius: 20px;
    color: rgba(0, 0, 0, 0.65);
    background-color: rgba(0, 0, 0, 0.04);
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

.page_div .btn-active {
    height: 40px;
    border-radius: 20px;
    color: #FFFFFF;
    background-color: #1C1C1E;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

.page_div .content {
    width: 1200px;
    margin: 0 auto;
}

.page_div .product-video {
    width: 1200px;
    margin: 0 auto;
}

.page_div .video-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.page_div .video-item {
    width: 284px;
    height: 268px;
    background-color: #FFFFFF;
    margin-right: 16px;
    margin-bottom: 16px;
}

.page_div .video-cover {
    width: 284px;
    height: 172px;
    background-color: #CED3D5;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    /* 设置背景图像大小以覆盖整个容器 */
    background-repeat: no-repeat;
    /* 禁止背景图像重复 */
    background-position: center;
    /* 将背景图像定位在容器的中心 */
    position: relative;
}

.page_div .video-shaow {
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.page_div .video-play {
    width: 52px;
    height: 52px;
    cursor: pointer;
}

    .page_div .video-play img {
        width: 52px;
        height: 52px;
    }

.page_div .video-title {
    width: 90%;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    padding: 8px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin: 0 auto;
}

.main_page {
    width: 100%;
    padding: 50px 0 0 0;
    text-align: center;
}

.page_div .el-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    display: none;
}

.page_div .el-overlay-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}

.page_div .el-dialog {
    font-size: 14px;
    position: relative;
    margin: 15vh auto 50px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04),0px 8px 20px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 16px;
    width: 50%;
    overflow-wrap: break-word;
}

.page_div .el-dialog__header {
    padding-bottom: 16px;
}

    .page_div .el-dialog__header.show-close {
        padding-right: 16px;
    }

.page_div .el-dialog__title {
    line-height: 24px;
    font-size: 16px;
    color: #303133;
}

.page_div .el-dialog__headerbtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 55px;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}

.page_div .el-icon {
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: #909399;
    font-size: inherit;
}

.page_div .el-dialog__headerbtn .el-dialog__close {
    color: #909399;
}

.page_div .el-dialog__headerbtn:hover .el-dialog__close {
    color: #0066CC;
}

.page_div .el-icon svg {
    height: 1em;
    width: 1em;
}

.page_div .el-dialog__body {
    color: #606266;
    font-size: 14px;
}


/***
    param-content
*/


.page_div .param-content {
    margin-top: 50px;
    margin-bottom: 65px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.page_div .param-item {
    display: flex;
    width: 600px;
    line-height: 60px;
}

.page_div .param-title {
    width: 128px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    /*line-height: 48px;*/
    font-style: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 20px;
    line-height: 1.5;
    padding: 10px 0;
}

.page_div .param-value {
    margin-left: 64px;
    flex: 1;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    /*line-height: 48px;*/
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 1.5;
    padding: 10px 0;
}


/***
    question-list
*/

.page_div .question-content {
    display: flex;
}

.page_div .product-list {
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    color: #3B3E40;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    width: 284px;
}

.page_div .item {
    width: 100%;
    /*height: 24px;
    padding-left: 20px;
    margin-bottom: 20px;*/
    min-height: 24px;
    padding: 3px 0 3px 20px;
    box-sizing: border-box;
}

.page_div .active {
    border-left: 2px solid #000000;
    color: #000000;
    font-weight: 600;
}

.page_div .question-list {
    margin-top: 46px;
    flex: 1;
}

.page_div .question-title {
    flex: 1;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.page_div .el-collapse {
    --el-collapse-border-color: #ebeef5;
    --el-collapse-header-height: 48px;
    --el-collapse-header-bg-color: #ffffff;
    --el-collapse-header-text-color: #303133;
    --el-collapse-header-font-size: 13px;
    --el-collapse-content-bg-color: #ffffff;
    --el-collapse-content-font-size: 13px;
    --el-collapse-content-text-color: #303133;
}

.page_div .el-collapse-item {
    border-top: 1px solid var(--el-collapse-border-color);
    border-bottom: 1px solid var(--el-collapse-border-color);
}

    .page_div .el-collapse-item:last-child {
        margin-bottom: -1px;
    }

.page_div .el-collapse-item__header {
    width: 100%;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    height: var(--el-collapse-header-height);
    line-height: var(--el-collapse-header-height);
    background-color: var(--el-collapse-header-bg-color);
    color: var(--el-collapse-header-text-color);
    cursor: pointer;
    font-size: var(--el-collapse-header-font-size);
    font-weight: 500;
    transition: border-bottom-color var(--el-transition-duration);
    outline: 0;
}

.page_div .el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    transition: transform var(--el-transition-duration);
    background: url(/src/assets/images/support/icon_arrow_down.png) center no-repeat;
    background-size: 16px auto;
    transform: rotate(-90deg);
    font-weight: 300;
}

    .page_div .el-collapse-item__arrow.is-active {
        transform: rotate(0);
    }

.page_div .el-icon {
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}

.page_div .el-collapse-item__wrap {
    will-change: height;
    background-color: var(--el-collapse-content-bg-color);
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid var(--el-collapse-border-color);
}

.page_div .el-collapse-item__content {
    padding-bottom: 25px;
    font-size: var(--el-collapse-content-font-size);
    color: var(--el-collapse-content-text-color);
    line-height: 1.7692307692;
    background-color: #F5F5F7;
}

/***
    support
*/

.support_div .top {
    width: 100%;
    background-color: #1C1C1E;
}

.support_div .support-center {
    margin: 0 auto;
    width: 1216px;
    height: 230px;
}

.support_div .support-title {
    margin-top: 48px;
    padding-top: 49px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 32px;
    font-style: normal;
    text-decoration: none;
}

.support_div .support-detail {
    margin-top: 5px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

    .support_div .support-detail span {
        cursor: pointer;
    }

.support_div .content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 148px;
    background-color: #FFFFFF;
}

.support_div .product {
    margin: 0 auto;
    width: 1216px;
    display: flex;
}

.support_div .left {
    background-color: #FFFFFF;
    width: 284px;
    min-height: 438px;
    padding-bottom: 15px;
    margin-right: 20px;
}

.support_div .right {
    flex: 1;
    background-color: #FFFFFF;
    width: 912px;
    padding-top: 16px;
    padding-bottom: 48px;
}

.support_div .title {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 68px;
    height: 68px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}

.support_div .product-list {
    display: flex;
    flex-direction: column;
    color: #3B3E40;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.support_div .item {
    width: 100%;
    min-height: 48px;
    line-height: 1.2;
    padding: 15px 5px;
    cursor: pointer;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}

    .support_div .item:hover {
        border-right: 2px solid #000000;
        background-color: #F7F9FA;
    }

.support_div .active {
    border-right: 2px solid #000000;
    background-color: #F7F9FA;
}

.support_div .product-title {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.support_div .list {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
}

.support_div .product-item {
    display: block;
    width: 288px;
    height: 340px;
    margin-right: 16px;
    margin-bottom: 16px;
    background-color: rgb(245, 245, 247);
    cursor: pointer;
}

.support_div .item-img {
    width: 224px;
    height: 224px;
    margin: 30px auto;
}

    .support_div .item-img img {
        width: 224px;
        height: 224px;
        object-fit: cover;
    }

.support_div .item-name {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}

.support_div .product-item:hover .item-name {
    font-weight: bold;
}



/***
    about
*/

.about_div .introduce {
    width: 100%;
    min-height: 942px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../assets/images/about/bg_1.jpg'); /* 替换 'background.jpg' 为你的背景图像的路径 */
    background-size: cover; /* 设置背景图像大小以覆盖整个容器 */
    background-repeat: no-repeat; /* 禁止背景图像重复 */
    background-position: center; /* 将背景图像定位在容器的中心 */
    /* 可以添加其他样式，比如背景颜色 */
}

.about_div .intr-content {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    width: 634px;
    white-space: normal;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about_div .story {
    width: 100%;
    min-height: 942px;
    display: flex;
}

.about_div .story-content {
    background-color: #000000;
    padding-left: 360px;
    padding-top: 320px;
    padding-right: 60px;
    padding-bottom: 60px;
}

.about_div .content-title {
    /* 故事文化 */
    color: #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.about_div .content-detail {
    margin-top: 60px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    white-space: normal;
    width: 550px;
}

    .about_div .content-detail p {
        margin-top: 12px;
    }

.about_div .story-img {
    flex: 1;
    background-image: url('../assets/images/about/bg_2.jpg'); /* 替换 'background.jpg' 为你的背景图像的路径 */
    background-size: cover; /* 设置背景图像大小以覆盖整个容器 */
    background-repeat: no-repeat; /* 禁止背景图像重复 */
    background-position: center; /* 将背景图像定位在容器的中心 */
    /* 可以添加其他样式，比如背景颜色 */
}

.about_div .develop {
    width: 100%;
    min-height: 942px;
    display: flex;
    background-color: #FFFFFF;
}

.about_div .develop-list {
    flex: 1;
    margin-left: 360px;
    display: flex;
}

.about_div .develop-item {
    width: 144px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.about_div .item-title {
    margin-top: 106px;
    margin-left: 12px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 46px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.about_div .item-content {
    display: none;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 12px;
    flex: 1;
}

.about_div .item-img {
    width: 576px;
    margin-left: 7px;
    display: none;
}

    .about_div .item-img img {
        width: 576px;
        height: 360px;
    }

.about_div .active {
    width: 600px;
}


.about_div .item-content {
    display: block;
}

.about_div .item-img {
    display: block;
}

.about_div .item-title {
    color: #000;
    font-size: 56px;
    margin-top: 100px;
}

.about_div .tabbar {
    position: absolute;
    left: 64px;
    top: 292px;
    width: 165px;
    z-index: 10;
}

.about_div .logo {
    width: 124px;
    height: 23px;
    margin-bottom: 20px;
}

.about_div .tab {
    display: flex;
    height: 48px;
    cursor: pointer;
}

.about_div .indicator {
    width: 2px;
    height: 24px;
    background-color: #CAFF0A;
}

.about_div .tab_title {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    margin-left: 12px;
}

.about_div .nor_b {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.about_div .nor_w {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.about_div .sel_b {
    color: #000000;
    font-weight: 600;
}

.about_div .sel_w {
    color: #FFFFFF;
    font-weight: 600;
}
/***
    download
*/
