/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/common.css ***!
  \****************************************************************************************************************/
@charset "UTF-8";
/*---Public CSS---*/
html, body, div, applet, object, iframe, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, select, textarea, img, table, th, td, article, aside, footer, header, hgroup, menu, nav, section, audio, video, a, i {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0 none;
    font-family: "Source Han Sans", "Montserrat", -apple-system, BlinkMacSystemFont, "Open Sans", "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, "Helvetica Neue", "Hiragino Sans GB", Arial, sans-serif !important
}

:root {
    --theme-color: rgba(145, 72, 255, 1);
    --theme-color-hover: rgba(145, 72, 255, 1);
    --theme-color-green: rgba(89, 226, 112, 1);
    --gray-color: #f9f9f9;
    --main-color: var(--theme-color, rgba(145, 72, 255, 1));
    --main-color-hover: var(--theme-color-hover);
    --main-color-green: var(--theme-color-green, rgba(89, 226, 112, 1));
    --base-gray: var(--gray-color, #f9f9f9);
}

.theme-color {
    color: rgba(145, 72, 255, 1);
    color: var(--main-color);
}

.theme-color-green {
    color: rgba(89, 226, 112, 1);
    color: var(--main-color-green);
}

.bg-gray {
    background: var(--base-gray);
}

.btn-mini {
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 14px;
}

.btn-default {
    background: #fff;
    border: 1px solid #333;
}

.btn-primary {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}

.btn-primary span {
    color: #fff;
}

.btn-default:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}

.btn-default:hover span {
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--main-color-green);
    border: 1px solid var(--main-color-green);
    color: #fff;
}

h1, h2, h3 {
    line-height: 1.2;
}

article, aside, footer, header, menu, nav, section, img {
    display: block;
}

html {
    font-size: 100%;
}

body {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5 !important;
    width: 100%;
    height: 100%;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    top: 0px !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.pic-view:after {
    content: "";
    width: 0;
    display: inline-block;
    padding-top: 100%;
    vertical-align: middle;
}

.pic-view img {
    display: inline-block;
}

/* @media (max-width:768px) {
  body{
    overflow-x: hidden;
  }
} */

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.54)
}

button, input, select, textarea, img, .button {
    vertical-align: middle;
    outline: 0
}

button {
    font-weight: 500;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.mobile {
    display: none;
}

.between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

li {
    list-style: none
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: 0
}

a:hover {
    color: #000;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

em {
    font-style: normal
}

b, .bold {
    font-weight: bold;
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.fixed {
    position: fixed;
}

.no-event {
    pointer-events: none;
}

.overflow-hide {
    overflow: hidden;
}

.unit-wrapper {
    position: relative;
    clear: both;
}

.unit-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.unit-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.unit-wrapper .unit-image {
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    -o-background-size: cover;
    background-size: cover;
}

/*---transition---*/

.transition {
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    -moz-transition: all .36s ease;
    transition: all .36s ease;
}

.transition-sp1 {
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* 超出不换行 */
.multi-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*---分页样式---*/
.page-wrap {
    margin: 48px auto;
    overflow: hidden;
    position: relative;
}

.page-inwrap {
    display: table;
    margin: 0 auto
}

.page li {
    float: left;
    margin: 0 4px;
}

.page li:last-child a, .page li:first-child a {
    font-size: 16px;
    color: #333;
}

.page li:last-child {
    margin-left: 9px;
    margin-right: 0;
    font-weight: bold
}

.page li:first-child {
    margin-left: 0;
    margin-right: 9px;
    font-weight: bold
}

.page li a.focus,
.page li.active a {
    color: var(--main-color-green);
}

.page li a:hover {
    color: var(--main-color-green);
}

.page li a.focus:after,
.page li.active a:after {
    content: '';
    display: block;
    width: 15px;
    background: var(--main-color-green);
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6px;
}

.page li a {
    text-align: center;
    line-height: 32px;
    color: #282828;
    display: block;
    width: 36px;
    height: 36px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.page li .icon-arrow-right:hover {
    color: #333;
}

.page li .page-end:hover, .page li .page-end {
    color: #D8D8D8 !important;
}

.blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
}

.layui-layer-dialog .layui-layer-content {
    word-break: normal !important;
}

/* 文字动效 */
.animation-item {
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
}

.animation-item.animation {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.wrapper {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.learn-more {
    display: block;
    width: 240px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    position: relative;
    outline: 2px solid var(--main-color);
}

.learn-more span {
    font-size: 24px;
    text-align: center;
    display: block;
}

.learn-more:hover {
    background: var(--main-color);
    color: #fff;
}
  

/* dialog */
.layui-layer-shade {
    background-color: rgba(245, 245, 247, .6) !important;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}

.normal-dialog {
    top: 0;
    left: 0px;
    background: transparent;
    box-shadow: none;
    width: 100%;
    height: 100%;
    --outer-padding: 80px;
}

.tech-dialog [class*='-dialog'] {
    height: inherit;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
}

.modal-box {
    background: #fff;
}

.btn {
    color: #333;
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1;
    overflow: hidden;
}


@media (-moz-touch-enabled: 0), (hover: hover) {
    .btn:not([disabled])::before {
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: -o-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)
    }

    .btn:not([disabled]):hover::before {
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.btn-circle {
    border-radius: 30px;
}

.video-btn {
    font-size: 20px;
}

.join-btn {
    margin-top: 10px;
}

/* cookie css */

.consent-drawer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: calc(10% / 2);
    right: calc(10% / 2);
    padding: 16px 40px;
    overflow: auto;
    background-color: white;
    box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 2147483650;
    opacity: 0;
    transition: opacity .1s ease;
    z-index: 1;
}

.consent-drawer.drawshow {
    opacity: 1;
    z-index: 99;
}

.consent-drawer i.icon-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    cursor: pointer;
    padding: 12px;
}

.consent-drawer .headerline {
    font-size: 20px;
    font-weight: 700;;
    margin-bottom: 12px;
}

.consent-drawer .content {
    margin-bottom: 24px;
    font-size: 16px;
}

.actions .button-bar {
    display: flex;
    flex: auto 0 0;
    flex-direction: row;
    width: 100%;
}

.button-bar button {
    flex-basis: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 24px;
    flex: 1;
    max-width: 368px;
    opacity: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}

.button-bar button a {
    display: block;
    width: 100%;
    height: inherit;
}


@media (max-width: 1100px) {
    .wrapper {
        padding: 0 24px;
    }

    .download-wrapper {
        padding-top: 48px;
    }

    .learn-more {
        width: 192px;
        height: 44px;
        line-height: 44px;
    }

    .learn-more span {
        font-size: 20px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction {
        right: 10%;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 24px;
    }

    .consent-drawer {
        padding: 16px 32px;
    }
}
 


b {
    font-weight: 500;
}

.top-wrapper {
    text-align: center;
}

.download-wrapper {
    font-size: 100px;
    padding-top: 1.22em;
    padding-bottom: 1.34em;
    background: none center no-repeat;
    background-image: url(../../images/bg.png);
    background-size: cover;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.download-wrapper h1 {
    margin-bottom: 38px;
    font-size: 0.64em;
    line-height: 1;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.download-wrapper .version {
    font-size: 0.26em;
    line-height: 1;
    font-weight: 500;
    color: #666;
    margin-bottom: 3.846153em;
    display: block;
}


.main-wrapper {
    position: relative;
    max-width: 15.1em;
    margin-left: auto;
    margin-right: auto;
}

.cards-center {
    display: inline-flex;
    justify-content: center;
    position: relative;
    width: 100%;
    align-items: flex-start;
}

.card-item {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    padding: 0;
}


.card-item .after-hover-text {
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all .2s ease;
}
.card-item .link-wrap {
    align-items: center;
    background: #fff;
    border-radius: 0.16em;
    box-shadow: 0px 0px 0.2em 0px #F1F4FA;
    display: inline-flex;
    width: 100%;
    max-width: 2.4em;
    justify-content: center;
    margin-bottom: 38px;
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.card-item .link-wrap img {
    display: block;
    width: 100%;
    max-width: 2em;
}

.card-item a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    padding-bottom: 100%;
}

.link-text {
    color: #333;
    font-size: 0.24em;
    line-height: 1;
    text-align: center;
}

.link-des {
    display: block;
    font-size: 0.16em;
    line-height: 1.3;
    color: #999;
    margin-top: 8px;
    width: 60%;
}

.link-text .link-des {
    font-size: 0.6666666667em;
}

.card-item .link-text:first-child {
    font-weight: 500;
}

.link-wrap p {
    color: #999;
    font-size: 0.24em;
}

.card-item .before-hover-text,
.card-item .hover-down-icon {
    opacity: 1;
    transition: all .2s ease;
}


.after-hover-show .hci-app-download {
    opacity: 0;
    transition: all .2s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.card-item:hover .hover-down-icon {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.card-item:hover .before-hover-text {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
}

.card-item:hover .after-hover-show .hci-app-download {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.card-item:hover .after-hover-text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
}

.p1 {
    margin: 12px auto;
}

.content-ul {
    margin-left: 35px;
    list-style: disc;
}

.content-ul li {
    list-style: disc;
}

.d-table {
    line-height: 25px;
    padding-left: 5px;
}

.clear-table {
    clear: both;
    width: 100%;
    height: 5px;
}

.d-row {
    padding-left: 3px;
    border: 1px solid black;
    width: 49%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    float: left;
}

.d-title {
    border-bottom: none;
    border-right: 1px solid black;
}

.d-row-r {
    border-right: none;
}

.t-row {
    display: flex;
    line-height: 30px;
}

.t-r1 {
    margin-left: 20px;
    margin-right: 10px;
}

.privacy {
    border-left: 1px solid #808080;
    padding-left: 30px;
}

.table-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.table-row:first-child .table-col {
    border-bottom: none;
}

.table-col {
    width: 50%;
    border: 1px solid black;
    padding-left: 3px;
}
.table-col:last-child {
    border-left: none;
}

@media (max-width: 1560px) {
    .download-wrapper, .download-dialog {
        font-size: 80px;
    }
}

@media (max-width: 1023px) {
    .download-wrapper, .download-dialog {
        font-size: 60px;
    }

    .link-text {
        font-size: 0.2em;
    }

    .download-wrapper .version {
        font-weight: 400;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .windows-download,
    .macos-download {
        display: none;
    }

    /* .card-item {
        width: 50%;
    } */

    .link-des { 
        width: 80%;
    }

}

@media (min-width: 767px) and (max-width: 1023px) {
    .main-wrapper {
        display: flex;
        justify-content: center;
    }

    /* .cards-center {
        max-width: 80%;
    } */
}
 

@media (max-width: 767px) {
    .consent-drawer {
        padding: 16px 24px;
    }

    .consent-drawer .headerline {
        font-size: 18px;
    }

    .actions .button-bar {
        flex-direction: column;
    }

    .button-bar button {
        margin-bottom: 16px;
    }

    .button-bar button:last-child {
        margin-bottom: 0;
    }

    .consent-drawer .content {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .learn-more {
        width: 120px;
        height: 36px;
        line-height: 36px;
        outline: 1px solid var(--main-color);
    }

    .learn-more span {
        font-size: 16px;
    }

    .download-wrapper, .download-dialog {
        font-size: 50px;
    }

    .download-wrapper h1 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .download-wrapper .version {
        font-size: 0.26em;
        margin-bottom: 2.71428571em;
        line-height: 1.2;
    }

    .download-wrapper {
        padding: 0.84em 0.48em 1.8em;
    }

    .card-item .link-wrap {
        max-width: 1.8em;
        margin-bottom: 25px;
    }

    .link-text {
        font-size: 0.28em;
    }

    .link-des {
        font-size: 12px;
    }

    .card-item .link-wrap img {
        max-width: 1.04em;
    }
 

    .link-wrap p {
        font-size: 14px;
    }

    .wrapper {
        padding: 0 16px;
    }
}
 
