.box-shadow-common {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.box-shadow-primary {
    box-shadow: 0 2px 12px 0 #003f7b
}

* {
    outline: 0;
    box-sizing: border-box;
    flex-shrink: 0
}

html {
    height: 100%
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    overflow: auto;
    position: relative
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    text-align: inherit
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    cursor: pointer
}

.yzm-icon {
    display: inline-block;
    position: relative;
    font-size: inherit;
    color: inherit
}

.w-1200-g {
    width: 1200px;
    margin: 0 auto
}

.the-wrapper-g {
    min-width: 1200px
}

.full-width-g {
    width: 100%
}

.half-full-width-g {
    width: 50%
}

.module-g {
    padding: 76px 0
}

.module-g.white {
    background-color: #fff
}

.module-g.deep-g {
    background: #f3f5f7
}

.module-title-g {
    text-align: center;
    font-size: 48px;
    font-weight: 700
}

.module-title-g .module-desc-g {
    width: 1000px;
    margin: 20px auto 50px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #666
}

.woot-widget-bubble {
    background: #409eff !important
}

@supports (color:rgb(0 0 0 / 0)) and (top:var(--f)) {
    .avatar-container[data-v-b1a9fc9d] {
        color: #409eff !important
    }
}

.inline-flex.items-center.font-medium {
    color: #409eff !important
}

.the-header-g {
    height: 64px;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff
}

.the-header-g.fixed {
    z-index: 30000;
    position: sticky;
    top: 0;
    background: #fff
}

.the-header-g.fixed .the-bottom-header-g {
    border-bottom: 1px solid transparent
}

.the-header-g.large .the-bottom-header-g .bottom-header {
    width: 80%;
    margin: 0 auto;
    min-width: 1200px
}

.the-bottom-header-g {
    height: 64px;
    background: #000;
    color: #333;
    font-size: 16px
}

.the-bottom-header-g.en {
    font-size: 14px !important
}

.the-bottom-header-g.border-bottom {
    border-bottom: 1px solid #ececec
}

.the-bottom-header-g .menu {
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center
}

.the-bottom-header-g .menu .menu-item, .the-bottom-header-g .menu .sub-menu-item {
    display: flex;
    align-items: center;
    color: #fff;
    height: 100%;
    cursor: pointer
}

.the-bottom-header-g .menu .menu-item + .menu-item, .the-bottom-header-g .menu .menu-item + .sub-menu-item, .the-bottom-header-g .menu .sub-menu-item + .menu-item, .the-bottom-header-g .menu .sub-menu-item + .sub-menu-item {
    margin-left: 4px
}

.the-bottom-header-g .menu .menu-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    position: relative;
    padding: 0 12px
}

.the-bottom-header-g .menu .menu-item.current {
    color: #fff;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1)
}

.the-bottom-header-g .menu .menu-item:hover {
    color: #fff;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1)
}

.the-bottom-header-g .menu .sub-menu-item .menu-item {
    padding-right: 20px
}

.the-bottom-header-g .menu .sub-menu-item .yzm-icon-arrow-bottom {
    display: inline-block;
    position: absolute;
    right: 4px;
    transition: .3s
}

.the-bottom-header-g .menu .sub-menu-item:hover .menu-item {
    color: #fff
}

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

.the-bottom-header-g .bottom-header .left {
    display: flex;
    height: 100%;
    width: 0;
    flex-grow: 1
}

.the-bottom-header-g .bottom-header .left .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 40px;
    cursor: pointer
}

.the-bottom-header-g .bottom-header .left .logo img {
    width: 126px;
    height: 24px
}

.the-bottom-header-g .bottom-header .right {
    display: flex;
    height: 100%;
    align-items: center
}

.the-bottom-header-g .bottom-header .right .lang-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.the-bottom-header-g .bottom-header .right .user-icon {
    width: 32px;
    height: 32px
}

.the-bottom-header-g .bottom-header .right .logined, .the-bottom-header-g .bottom-header .right .no-login {
    display: none
}

.the-bottom-header-g .bottom-header .right .logined a, .the-bottom-header-g .bottom-header .right .no-login a {
    color: #fff;
    padding: 10px 8px;
    border: 1px solid transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.the-bottom-header-g .bottom-header .right .logined a:hover, .the-bottom-header-g .bottom-header .right .no-login a:hover {
    background: rgba(255, 255, 255, .1)
}

.the-bottom-header-g .bottom-header .right .logined {
    align-items: center;
    height: 64px;
    position: relative
}

.the-bottom-header-g .bottom-header .right .link {
    color: #000
}

.the-bottom-header-g .bottom-header .right .link + .link {
    margin-left: 40px
}

.the-bottom-header-g .bottom-header .right .link:hover {
    color: #fff
}

.the-bottom-header-g .bottom-header .right .yzm-icon-arrow-bottom {
    color: #333
}

.the-bottom-header-g .bottom-header .right .popover-wrapper-g {
    top: 85%
}

.the-main-g {
    min-height: 1000px
}

.the-footer-g {
    background-color: #000;
    color: #fff;
    min-width: 1200px;
    z-index: 50;
    position: relative
}

.the-footer-g.deep {
    background-color: #f3f5f7
}

.the-footer-g.large .w-1200-g {
    width: 80%;
    margin: 0 auto;
    min-width: 1200px
}

.the-footer-g .advantage {
    position: absolute;
    top: -178px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #141f2e;
    text-align: center
}

.the-footer-g .advantage.deep {
    background-color: #f3f5f7
}

.the-footer-g .advantage .w-1200-g {
    height: 345px;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 1px solid transparent;
    border-radius: 20px;
    background: url("../../web2/images/layout/footer/background.svg") no-repeat center center
}

.the-footer-g .advantage .w-1200-g.deep {
    background: #f3f5f7 url("../../web2/images/layout/footer/background.svg") no-repeat center center
}

.the-footer-g .advantage .title {
    margin-top: 36px;
    font-weight: 700;
    font-size: 48px;
    color: #fff
}

.the-footer-g .advantage .title:after {
    content: "";
    width: 100px;
    border-bottom: 4px solid #fff;
    height: 12px;
    display: block;
    margin: 0 auto
}

.the-footer-g .advantage .row {
    margin: 36px auto;
    display: flex;
    justify-content: center
}

.the-footer-g .advantage .row .item {
    display: block;
    margin: 0 6%;
    font-size: 16px;
    color: #fff
}

.the-footer-g .advantage .row .item div {
    padding-top: 12px
}

.the-footer-g .footer {
    background-color: #141f2e;
    padding-bottom: 40px;
    padding-top: 200px
}

.the-footer-g .footer .title {
    font-size: 16px;
    line-height: 1
}

.the-footer-g .footer .message {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px
}

.the-footer-g .footer .message .icon-img {
    width: 128px;
    height: 30px
}

.the-footer-g .footer .message .message-icon-list {
    display: flex;
    align-items: center
}

.the-footer-g .footer .message .message-icon-list .message-icon-list-item + .message-icon-list-item {
    margin-left: 8px
}

.the-footer-g .footer .footer-menu {
    display: flex;
    justify-content: space-between
}

.the-footer-g .footer .footer-menu .column {
    flex: 1;
    padding-top: 20px
}

.the-footer-g .footer .footer-menu .column.large {
    min-width: 340px;
}

.the-footer-g .footer .footer-menu .column.border {
    border-right: 1px solid #eee;
    margin-right: 80px
}

.the-footer-g .footer .footer-menu .column .column-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.the-footer-g .footer .footer-menu .column .title {
    min-height: 34px;
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.the-footer-g .footer .footer-menu .column .title.en {
    height: 44px
}

.the-footer-g .footer .footer-menu .column .menu-item {
    display: block;
    color: rgba(255, 255, 255, .8);
    margin: 24px 0;
    font-size: 15px
}

.the-footer-g .footer .footer-menu .column .menu-item.customerService {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .8);
    width: 160px;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #fff !important
}

.the-footer-g .footer .footer-menu .column .menu-item.customerService.en {
    width: 225px
}

.the-footer-g .footer .footer-menu .column .menu-item.customerService:hover {
    color: rgba(255, 255, 255, .8) !important;
    background: rgba(255, 255, 255, .1) !important
}

.the-footer-g .footer .footer-menu .column .menu-item.gray {
    color: rgba(255, 255, 255, .7)
}

.the-footer-g .footer .footer-menu .column .menu-item.gray:hover {
    color: rgba(255, 255, 255, .7) !important
}

.the-footer-g .footer .footer-menu .column .menu-item.en {
    width: 180px
}

.the-footer-g .footer .footer-menu .column .menu-item.menu-item-title {
    font-weight: 900
}

.the-footer-g .footer .footer-menu .column .menu-item .share-box {
    display: flex
}

.the-footer-g .footer .footer-menu .column .menu-item .share-box a {
    margin: 0 5px 0 0
}

.the-footer-g .footer .footer-menu .column .menu-item:hover {
    color: #409eff
}

.the-footer-g .footer .copyright {
    margin-top: 20px
}

.the-consult-g {
    position: fixed;
    top: 58%;
    right: 0;
    z-index: 2020;
    transform: translateY(-50%)
}

.the-consult-g .operate-list {
    background: linear-gradient(132.77deg, #78b0ff 0, #076af5 100%)
}

.the-consult-g .operate-list .operate {
    height: 48px
}

.the-consult-g .operate-list .operate.ad {
    height: 160px;
    background: #fff
}

.the-consult-g .operate-list .operate.ad.none {
    display: none
}

.the-consult-g .operate-list .operate + .operate {
    border-top: 1px solid #fff
}

.the-consult-g .operate-list .content-title {
    font-size: 14px
}

.the-consult-g .operate-list .operate-icon {
    width: 24px;
    height: 24px
}

.the-consult-g .operate {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    justify-content: center
}

.the-consult-g .operate:hover {
    background: #409eff
}

.the-consult-g .operate.technology, .the-consult-g .operate.telegram {
    padding: 12px;
    color: #fff;
    cursor: pointer;
    position: relative
}

.the-consult-g .operate.technology .telegram-popover, .the-consult-g .operate.telegram .telegram-popover {
    position: absolute;
    right: 100%;
    display: none;
    top: 0;
    padding-right: 10px
}

.the-consult-g .operate.technology .telegram-popover .content, .the-consult-g .operate.telegram .telegram-popover .content {
    white-space: nowrap;
    background-color: #ededed;
    color: #333;
    line-height: 20px;
    cursor: text;
    font-size: 20px;
    flex-direction: column;
    height: auto !important;
    padding: 16px !important
}

.the-consult-g .operate.technology .telegram-popover .content:before, .the-consult-g .operate.telegram .telegram-popover .content:before {
    content: '';
    position: absolute;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #f3f3f3;
    border-style: solid;
    left: 93%;
    top: 18px
}

.the-consult-g .operate.technology .telegram-popover .content .customer, .the-consult-g .operate.telegram .telegram-popover .content .customer {
    display: flex;
    font-size: 14px;
    align-items: center;
    padding: 4px 0
}

.the-consult-g .operate.technology .telegram-popover .content .customer .name, .the-consult-g .operate.telegram .telegram-popover .content .customer .name {
    width: 90px;
    text-align: left;
    display: block
}

.the-consult-g .operate.technology:hover .telegram-popover, .the-consult-g .operate.telegram:hover .telegram-popover {
    display: block
}

.the-consult-g .operate.info-sub {
    color: #fff;
    cursor: pointer;
    position: relative
}

.the-consult-g .operate.info-sub .info-sub-box {
    position: absolute;
    right: 100%;
    display: none;
    top: 0;
    padding-right: 10px
}

.the-consult-g .operate.back-top {
    position: relative;
    border-bottom-left-radius: 12px;
    opacity: 1;
    left: 0;
    bottom: 0;
    cursor: pointer
}

.info-sub-form {
    border: 1px solid #d5d5d5;
    width: 320px;
    margin-left: 10px;
    padding: 25px 20px;
    background: #fff
}

.info-sub-form .label {
    color: #b1b1b1;
    padding-bottom: 8px;
    padding-top: 12px
}

.info-sub-form .form-input {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    color: #606266;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%
}

.info-sub-form .form-input-code {
    width: 50%
}

.info-sub-form .code-img, .info-sub-form .form-code-img {
    display: inline-block;
    width: 45%;
    height: 34px;
    margin-left: 5%
}

.info-sub-form input::placeholder {
    color: #b1b1b1
}

.info-sub-form > .select-menu {
    position: relative
}

.info-sub-form > .select-menu .popover-wrapper-g {
    width: 100%
}

.info-sub-form > .select-menu .popover-wrapper-g .popover-g {
    border: 1px solid #ddd;
    box-shadow: 0 0 0 0 #fff
}

.info-sub-form textarea {
    width: 100%;
    height: 87px;
    border-color: #dcdfe6;
    border-radius: 4px;
    padding: 5px 15px
}

.info-sub-form .submit1 {
    border-color: #fff !important;
    color: #fff;
    background: #409eff
}

.info-sub-form .submit1:hover {
    background: #409eff
}

.popover-trigger-g:hover .popover-wrapper-g {
    display: block
}

.popover-trigger-g:hover .popover-wrapper-g.fixed {
    position: absolute
}

.the-bottom-header-g .right .popover-trigger-g:after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: -14px
}

.popover-wrapper-g {
    position: absolute;
    top: 85%;
    z-index: 1;
    width: auto;
    padding-top: 8px;
    display: none;
    text-align: left;
    cursor: default
}

.popover-wrapper-g.fixed {
    width: 100%;
    top: 56px;
    left: 0
}

.popover-wrapper-g.no-after {
    min-width: 100%;
    left: 0
}

.popover-wrapper-g.no-after a {
    justify-content: center
}

.popover-wrapper-g.short {
    right: 0 !important
}

.popover-wrapper-g.short .popover-g {
    width: 100px !important
}

.popover-wrapper-g.short a {
    color: #151b26 !important
}

.popover-wrapper-g.short a:hover {
    color: #409eff !important
}

.popover-wrapper-g .sub-menu-block {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
    display: flex
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item {
    line-height: 1.6em;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.flex-large2 {
    flex: 1.7 !important
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.flex-large {
    flex: 1.6 !important
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.flex-big2 {
    flex: 1.4 !important
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.flex-big {
    flex: 1.2 !important
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.card {
    border-radius: 6px;
    background: #fff;
    padding: 30px;
    width: 320px;
    cursor: pointer
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.card.small {
    width: 230px;
    padding: 30px 15px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.card:hover {
    background: #fafcff
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.card:hover .title {
    color: #3773f5;
    cursor: pointer !important
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.card:hover a:hover {
    background-color: transparent
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item + .sub-menu-block-item {
    margin-left: 20px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item .flex-center {
    display: flex;
    align-items: center;
    color: #3773f5 !important
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item .menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item .title, .popover-wrapper-g .sub-menu-block .sub-menu-block-item .title-sub {
    min-height: 24px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #151b26;
    cursor: context-menu
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item .title-sub.en, .popover-wrapper-g .sub-menu-block .sub-menu-block-item .title.en {
    font-size: 14px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item .title {
    line-height: 24px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item .title-sub {
    font-size: 14px !important;
    position: relative;
    border-bottom: 1px solid #ececec
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item .title-sub:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 16px;
    background: #409eff;
    left: 0;
    top: 3px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item .title-icon {
    margin-left: 8px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item .desc {
    margin-top: 8px;
    color: #5c5f66
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list {
    transform: translateX(-10px);
    flex: 1
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .title, .popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .title-sub {
    padding: 0 10px;
    margin-bottom: 20px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .title-sub:hover, .popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .title:hover {
    color: #151b26;
    background-color: transparent
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .title {
    transform: translateX(-2px)
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .title-sub {
    margin-left: 10px;
    padding-left: 16px;
    padding-bottom: 10px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .sub-title {
    max-width: 250px;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    color: #151b26
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .sub-title.short200 {
    width: 200px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .sub-title.short180 {
    width: 180px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .sub-title.short {
    width: 160px
}

.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .sub-title:hover {
    color: #3773f5;
    background: #fafcff !important
}

.popover-wrapper-g .popover-g, .popover-wrapper-g .popover-g-company {
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #ececec !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
    color: #000;
    padding: 10px 0
}

.popover-wrapper-g .popover-g .popover-menu-g a:hover, .popover-wrapper-g .popover-g-company .popover-menu-g a:hover {
    color: #409eff;
    background-color: #f8f8fa
}

.popover-wrapper-g .popover-g .popover-menu-g .popover-menu-item-g, .popover-wrapper-g .popover-g-company .popover-menu-g .popover-menu-item-g {
    min-width: 80px;
    padding: 12px;
    display: flex;
    align-items: center;
    color: #000;
    cursor: pointer;
    white-space: nowrap
}

.popover-wrapper-g .popover-g .popover-menu-g .popover-menu-item-g:first-child, .popover-wrapper-g .popover-g-company .popover-menu-g .popover-menu-item-g:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.popover-wrapper-g .popover-g .popover-menu-g .popover-menu-item-g:last-child, .popover-wrapper-g .popover-g-company .popover-menu-g .popover-menu-item-g:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.popover-wrapper-g .popover-g .popover-menu-g .popover-menu-item-g a:hover, .popover-wrapper-g .popover-g-company .popover-menu-g .popover-menu-item-g a:hover {
    color: #409eff
}

.popover-wrapper-g .popover-g .popover-menu-g .new-box, .popover-wrapper-g .popover-g-company .popover-menu-g .new-box {
    display: flex;
    position: absolute;
    background: #fff;
    color: #000;
    left: -200px;
    top: -1px;
    border: 1px solid #ececec;
    padding: 5px 20px 20px
}

.popover-wrapper-g .popover-g .popover-menu-g .new-box ul, .popover-wrapper-g .popover-g-company .popover-menu-g .new-box ul {
    margin: 0;
    padding: 0
}

.popover-wrapper-g .popover-g .popover-menu-g .new-box ul li:first-child, .popover-wrapper-g .popover-g-company .popover-menu-g .new-box ul li:first-child {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px
}

.popover-wrapper-g .popover-g .popover-menu-g .new-box ul li, .popover-wrapper-g .popover-g-company .popover-menu-g .new-box ul li {
    padding: 10px;
    height: 30px;
    font-size: 12px;
    list-style: none
}

.popover-wrapper-g .popover-g .popover-menu-g .new-box ul li a:hover, .popover-wrapper-g .popover-g-company .popover-menu-g .new-box ul li a:hover {
    background-color: #fff
}

.popover-wrapper-g .popover-g .popover-menu-g .new-box ul li:first-child, .popover-wrapper-g .popover-g-company .popover-menu-g .new-box ul li:first-child {
    pointer-events: none
}

.button-g {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #409eff;
    background: #409eff;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative
}

.button-g.white {
    background: #fff;
    color: #409eff;
    border-color: #fff
}

.button-g.white.plain {
    color: #fff;
    background: 0 0
}

.button-g.transparent {
    min-width: 46px !important;
    background: 0 0;
    color: #409eff;
    border-color: transparent
}

.button-g.black {
    background: #fff;
    color: #000;
    border-color: #fff
}

.button-g.black:hover {
    color: #409eff !important
}

.button-g.black.plain {
    color: #fff;
    background: 0 0
}

.button-g.black.plain:hover {
    background: #409eff !important;
    color: #fff !important
}

.button-g.black-all {
    background: #fff;
    color: #000;
    border-color: #000
}

.button-g.black-all:hover {
    color: #409eff !important
}

.button-g.black-all.plain {
    color: #000;
    background: 0 0;
    border-color: #000
}

.button-g.black-all.plain:hover {
    background: #409eff !important;
    color: #fff !important;
    border-color: #409eff !important
}

.button-g.primary {
    background: #2b85db;
    color: #fff;
    border-color: #2b85db
}

.button-g.primary.plain {
    color: #fff;
    background: 0 0;
    border-color: #2b85db
}

.button-g.primary.plain.black {
    color: #000
}

.button-g + .button-g {
    margin-left: 12px;
    max-width: 120px
}

.button-g + .button-g a {
    max-width: 120px;
    overflow: hidden
}

.button-g.red-linear-gradient {
    color: #fff;
    border-color: #fff;
    border-radius: 8px;
    background: linear-gradient(132.77deg, #78b0ff 0, #076af5 100%)
}

.button-g.red-linear-gradient:hover {
    background: linear-gradient(132.77deg, #076af5 0, #78b0ff 100%)
}

.button-g.yellow {
    background: linear-gradient(132.77deg, #78b0ff 0, #076af5 100%);
    color: #fff;
    border-color: transparent
}

.button-g.yellow:hover {
    background: linear-gradient(132.77deg, #076af5 0, #78b0ff 100%)
}

.button-g.yellow.plain {
    color: #fff;
    background: 0 0
}

.button-g.block {
    width: 100% !important
}

.button-g.round {
    border-radius: 40px;
    padding: 12px 32px;
    min-width: 170px
}

.tabs-wrapper-g > .tab-panels-g > .tab-panel-g {
    display: none
}

.tabs-wrapper-g > .tab-panels-g > .tab-panel-g.checked {
    display: block
}

.banner {
    height: 500px;
    background: #222533
}

.banner .banner-background-g {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .banner-background-g .banner-content-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px
}

.banner .banner-background-g .banner-content-g .banner-left-g {
    max-width: 60%;
    margin-right: 2%
}

.banner .banner-background-g .banner-content-g .banner-left-g .banner-title-g {
    font-size: 40px;
    margin-bottom: 20px;
    color: #409eff
}

.banner .banner-background-g .banner-content-g .banner-left-g .banner-desc-g {
    margin-bottom: 20px;
    font-size: 16px;
    opacity: .7;
    color: rgba(255, 255, 255, .8);
    max-width: 650px
}

.banner .banner-background-g .banner-content-g .banner-left-g .banner-desc-g .content-text {
    color: rgba(255, 255, 255, .8);
    font-weight: 400
}

.banner .banner-background-g .banner-content-g .banner-left-g .banner-desc-g .border-bottom {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(35, 43, 55, .8)
}

.banner .banner-background-g .banner-content-g .banner-left-g .banner-desc-g strong {
    text-decoration: underline
}

.banner .banner-background-g .banner-content-g .banner-left-g .banner-right-g {
    flex-shrink: 0
}

@media (min-width: 1920px) {
    .banner .banner-background-g {
        height: 500px;
        width: 1920px
    }
}

.table-g {
    margin-top: 50px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e5e5e5
}

.table-g th {
    color: #000;
    font-weight: 400;
    text-align: left;
    padding: 20px 10px;
    font-size: 18px;
    border-style: solid;
    border-color: #fff;
    border-width: 0
}

.table-g th:first-child {
    border-left: 1px solid #e5e5e5 !important
}

.table-g th:last-child {
    border-right: 1px solid #e5e5e5 !important
}

.table-g td {
    padding: 22px 8px 22px 12px;
    position: relative
}

.table-g td:first-child {
    border-left-width: 1px
}

.table-g td:last-child {
    border-right-width: 1px
}

.table-g td .hot-tag {
    line-height: 1;
    position: absolute;
    background: #409eff;
    top: 16px;
    padding: 3px 4px;
    border-radius: 5px;
    color: #003f7b;
    font-size: 12px
}

.table-g thead tr {
    background-color: #eaeaea
}

.table-g thead tr th:first-child {
    padding-left: 40px
}

.table-g thead tr.white {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5
}

.table-g tbody tr {
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.table-g tbody tr:hover {
    background: #eaf3ff
}

.table-g tbody tr td:first-child {
    padding-left: 40px
}

.table-g .price-g .num {
    font-size: 24px
}

.table-g .large {
    padding: 11px 40px
}

.table-more {
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.table-more a {
    color: #3773f5;
    margin-left: 2px
}

.table-more a .icon-arrow-left {
    font-size: 12px;
    margin-left: 8px
}

.price-g {
    display: flex;
    line-height: 1;
    align-items: flex-end;
    font-size: 14px
}

.price-g .now {
    color: #2b85db
}

.price-g .num {
    font-size: 28px;
    display: inline-block;
    transform: translate(0, 1px)
}

.price-g .old {
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
    transform: translate(0, -2px)
}

.select-menu {
    position: relative
}

.select-menu .select-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
    background: #fff;
    color: #606266;
    width: 100%
}

.select-menu .select-menu-item .menu-label {
    display: inline-block
}

.info-card {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 40px;
    width: 100%
}

.info-card .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.info-card .items .item {
    display: flex;
    width: 0;
    flex-grow: 1;
    padding: 24px
}

.info-card .items .item:first-child {
    padding: 24px 24px 24px 0
}

.info-card .items .item:last-child {
    padding: 24px 0 24px 24px
}

.info-card .items .item img {
    height: 100%;
    align-self: flex-start
}

.info-card .items .item + .item {
    border-left: 1px solid rgba(202, 209, 220, .4)
}

.info-card .items .item .content {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 0;
    flex-grow: 1
}

.info-card .items .item .content .desc {
    width: 80%
}

.info-card .items .item .content .desc .title {
    font-size: 20px;
    font-weight: 700;
    color: #409eff;
    padding-bottom: 10px
}

.info-card .items .item .content.no-icon {
    padding-left: 0
}

.info-card .items .item .content.no-icon .desc {
    width: 100%;
    text-align: center
}

.info-card .items .item .content.no-icon .title {
    font-size: 24px;
    font-weight: 500;
    color: #409eff;
    padding-bottom: 24px
}

.info-card .items .item .content.with-icon {
    padding-left: 0
}

.info-card .items .item .content.with-icon img {
    padding-right: 10px
}

.info-card .items .item .content.with-icon .title {
    font-size: 24px;
    font-weight: 500;
    color: #409eff;
    display: flex;
    align-items: center;
    padding-bottom: 12px
}

.info-card .items .item .content.with-icon.with-list .title {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 700
}

.info-card .items .item .content.with-icon.with-list .desc ul {
    margin-left: -12px
}

.info-card .items .item .content.with-icon.with-list .desc ul li {
    padding-bottom: 12px
}

.info-card .items .item .content.with-icon.with-list .desc ul li::marker {
    color: #409eff
}

.info-card .items .item.large-image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 0 56px;
    background-color: #fff;
    position: relative;
    height: 282px;
    overflow: hidden;
    border-radius: 20px
}

.info-card .items .item.large-image:hover img {
    transform: scale(1.2)
}

.info-card .items .item.large-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    transition: all .6s
}

.info-card .items .item.large-image .title {
    z-index: 1;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 20px
}

.info-card .items .item.large-image .desc {
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff;
    margin-bottom: 40px
}

.info-card .items .item.large-image + .item {
    border: 0
}

.info-card .items .item.large-image + .large-image {
    margin-left: 24px
}

.info-card .items .item.large {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 80px;
    border: 1px solid #ddd;
    background-color: #fff
}

.info-card .items .item.large .title {
    font-size: 16px;
    color: #333;
    margin: 16px 0 32px 0
}

.info-card .items .item.large .desc {
    font-size: 14px;
    color: #666;
    line-height: 28px
}

.info-card .items .item.large + .item {
    margin-left: 24px
}

.info-card .items + .items {
    border-top: 1px solid #e8e8e8
}

.info-card .items:last-child .item.with-icon {
    padding-bottom: 0
}

.info-card .items.wrap {
    flex-wrap: wrap
}

.info-card .items.wrap .item {
    padding: 40px;
    width: 22.5%;
    display: flex;
    background: #fff;
    margin: 0 2.5% 30px 0;
    justify-content: center;
    align-items: center
}

.info-card .items.wrap .item .desc {
    margin-left: 10px
}

.info-card .items.wrap .item .desc .title {
    color: #409eff;
    font-size: 20px;
    margin-bottom: 5px
}

.info-card .items.wrap .item + .item {
    border: 0
}

.info-card .items.list .item {
    padding: 38px 0;
    font-size: 13px;
    line-height: 40px;
    color: #161d26;
    font-weight: 400;
    display: flex;
    flex-direction: column
}

.info-card .items.list .item div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 35px
}

.info-card .items.list .item div:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 46%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3773f5;
    margin-bottom: 1px;
    margin-right: 16px
}

.product-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1200px;
    margin: auto
}

.product-cards .card {
    position: relative;
    background: #fff;
    transition: .3s;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 24px;
    font-family: 'HarmonyOS Sans SC'
}

.product-cards .card + .card {
    border-left: 1px solid #fff;
    margin-left: 24px
}

.product-cards .card:hover {
    border: 1px solid #559dfc;
    box-shadow: 0 0 10px #559dfc
}

.product-cards .card .tag {
    line-height: 1;
    position: absolute;
    background: #2b85fb;
    top: 32px;
    padding: 4px 10px;
    border-radius: 5px;
    color: #003f7b;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #232b37
}

.product-cards .card .hot-tag {
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 10px;
    color: #232b37;
    border-radius: 4px;
    background: #409eff
}

.product-cards .card .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    color: #333;
    margin-top: 0 !important;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.product-cards .card .title .line-tag {
    margin-left: 8px;
    padding: 2px 6px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 14px;
    color: #fff;
    border-radius: 20px 42px 42px 0;
    background: #409eff
}

.product-cards .card .desc {
    height: 64px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e3e4e5;
    color: #999
}

.product-cards .card .price {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #e3e4e5;
    height: 50px;
    display: flex;
    align-items: flex-end
}

.product-cards .card .price.en {
    height: 52px
}

.product-cards .card .price.en .small-text {
    font-size: 18px
}

.product-cards .card .price .text-gradient {
    color: #ed4242 !important;
    height: 24px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px
}

.product-cards .card .price .del {
    color: #999 !important;
    font-size: 13px;
    text-decoration: line-through;
    padding-left: 5px;
    font-weight: 400
}

.product-cards .card .price .duration {
    font-weight: 400;
    color: #ed4242 !important
}

.product-cards .card .num {
    font-size: 20px
}

.product-cards .card .button-g {
    padding: 10px 24px
}

.product-cards .card .characteristic {
    font-weight: 700;
    color: #003f7b;
    margin-bottom: 12px
}

.product-cards .card .row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-cards .card .row + .row {
    margin-top: 12px
}

.product-cards .card .row div:first-child {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #666 !important;
    margin-right: 5px
}

.product-cards .card .row div:last-child {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333 !important
}

.show-list {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.show-list thead tr {
    display: flex;
    justify-content: flex-start
}

.show-list thead tr th {
    width: 0;
    flex-grow: 1;
    padding: 12px 12px 12px 64px;
    text-align: left;
    color: #fff;
    background-color: #409eff
}

.show-list tbody tr {
    color: #999;
    background: #f9f9fb;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.show-list tbody tr:first-child {
    border-top: 1px solid #e5e5e5
}

.show-list tbody tr .checked {
    color: #333
}

.show-list tbody tr:nth-child(2n-1) {
    background: #fff
}

.show-list tbody tr td {
    text-align: left;
    display: flex;
    width: 0;
    flex-grow: 1;
    align-items: center;
    padding: 12px 12px 12px 64px
}

.show-list tbody tr td img {
    padding-right: 5px
}

.show-list tbody.black tr {
    color: #333;
    background: 0 0
}

.show-list tbody.black tr:nth-child(2n) {
    background-color: rgba(43, 133, 219, .1)
}

.show-list tbody.gray tr {
    color: #333;
    background: 0 0
}

.show-list tbody.gray tr:nth-child(2n) {
    background-color: #f3f7f9
}

.article .content {
    margin-top: 50px;
    display: flex;
    flex-direction: column
}

.article .content .article-items {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.article .content .article-items + .article-items {
    margin-top: 24px
}

.article .content .article-items .article-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    flex: 1
}

.article .content .article-items .article-item + .article-item {
    margin-left: 24px
}

.article .content .article-items .article-item .article-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #409eff
}

.article .content .article-items .article-item .article-item-content {
    background: #fff;
    width: 100%;
    min-height: 620px;
    padding: 0 32px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e5e5e5
}

.article .content .article-items .article-item .article-item-content .article-item-content-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: #161d26;
    padding-top: 32px
}

.article .content .article-items .article-item .article-item-content .article-item-content-title a {
    display: flex;
    align-items: center
}

.article .content .article-items .article-item .article-item-content .article-item-content-title a img {
    margin-right: 10px
}

.article .content .article-items .article-item .article-item-content .article-item-content-title a:hover {
    color: #409eff
}

.article .content .article-items .article-item .article-item-content .article-item-content-more a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    color: #409eff;
    margin: 20px 0
}

.article-card {
    width: 100%;
    padding: 40px 0 0;
    border-bottom: 1px solid #ddd
}

.article-card .top {
    width: 100%;
    display: flex
}

.article-card .top h3 {
    width: 100%
}

.article-card .top h3 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 700;
    color: #161d26;
    position: relative;
    padding-left: 10px;
    width: 100%
}

.article-card .top h3 .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #409eff
}

.article-card .top h3 .title.en:before {
    top: 7px
}

.article-card .top h3 .title:hover {
    color: #409eff
}

.article-card .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.article-card .bottom .left {
    width: 0;
    flex-grow: 1
}

.article-card .bottom .left .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 20px 0 !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    color: #161d26;
    min-height: 40px
}

.article-card .bottom .right {
    height: 80px;
    width: 128px !important;
    margin: 14px 0 13px 25px
}

.article-card .bottom .right img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain
}

.link .content {
    margin-top: 50px;
    display: flex;
    align-items: center
}

.link .content .right .row {
    display: flex;
    align-items: center;
    padding: 24px 48px
}

.link .content .right .row img {
    padding-right: 5px
}

.data-center .info-card {
    margin-top: 0;
    background: 0 0;
    border: 0
}

.benefit .info-card {
    margin-top: 50px
}

.benefit .info-card .items .item {
    width: 33.3%
}

.benefit .info-card .items .item.with-icon {
    padding-top: 0
}

.benefit .info-card .items + .items .item {
    padding-top: 24px
}

.characteristic .info-card {
    margin: 0;
    border: 0;
    padding: 40px 0;
    background-color: transparent
}

.characteristic .info-card.white {
    padding: 24px 0;
    background-color: #fff
}

.characteristic .info-card.gray {
    padding: 20px 0;
    background-color: #f3f5f7;
    border-radius: 20px
}

.hk-product .table-g .large {
    padding: 11px 40px
}

.usa-product .product-cards {
    width: 1200px;
    margin-top: 50px
}

.relevant-introduction .content {
    margin-top: 50px;
    display: flex
}

.relevant-introduction .content .left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 47%
}

.relevant-introduction .content .left img {
    display: block;
    margin-bottom: 12px
}

.relevant-introduction .content .right {
    width: 53%;
    font-size: 18px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.relevant-introduction .content .right span {
    font-weight: 500
}

.relevant-introduction .content .right div:last-child {
    padding-bottom: 12px
}

.flex-g {
    display: flex
}

.align-top {
    align-items: baseline
}

.mt-12-g {
    margin-top: 12px
}

.mt-20-g {
    margin-top: 20px
}

.mb-24-g {
    margin-bottom: 24px
}

.mb-36-g {
    margin-bottom: 30px
}

.button-g {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 8px 12px;
    min-width: 82px;
    line-height: 18px;
    border-radius: 4px;
    color: #333
}

.button-g + .button-g {
    margin-left: 12px
}

.button-g.no-g {
    margin-left: 0 !important
}

.button-g.primary {
    border-color: #409eff;
    background: #409eff;
    color: #fff
}

.button-g.grey {
    border-color: #999;
    background: #999;
    color: #fff;
    cursor: no-drop
}

.button-g.primary.plain {
    border-color: #409eff;
    background: 0 0;
    color: #409eff
}

.button-g.plain {
    background: #2155ff;
    border-color: #2155ff;
    color: #fff
}

.button-g.error {
    border-color: #e53535;
    background: #e53535;
    color: #fff
}

.button-g.error.plain {
    border-color: #e53535;
    background: 0 0;
    color: #e53535
}

.button-g.white {
    border-color: #fff;
    background: #fff;
    color: #409eff
}

.button-g.white.plain {
    border-color: #fff;
    background: 0 0;
    color: #fff
}

.card-g {
    background: #fff;
    width: 0;
    flex-grow: 1;
    padding: 24px;
    transition: .3s;
    position: relative;
    border-width: 1px;
    border-color: transparent;
    border-style: solid
}

.card-row-g {
    display: flex
}

.card-row-g + .card-row-g {
    margin-top: 24px
}

.card-g:hover {
    box-shadow: 0 2px 12px 0 rgba(64, 158, 255, .3);
    z-index: 1;
    border-color: #409eff;
    border-width: 1px;
    transform: scale(1.05);
    border-radius: 8px
}

.cards-g.is-product-card {
    text-align: center;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    display: flex
}

.cards-g.is-product-card .card-g {
    padding: 24px 12px
}

.cards-g.is-product-card .card-g + .card-g {
    border-left-color: #ddd
}

.cards-g.is-product-card .card-g:hover {
    border-left-color: #409eff
}

.cards-g.is-product-card .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px
}

.cards-g.is-product-card .desc {
    color: #666;
    margin-bottom: 24px;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px
}

.cards-g.is-product-card .configs {
    margin-bottom: 24px
}

.cards-g.is-product-card .config {
    display: flex;
    align-items: flex-start;
    line-height: 24px
}

.cards-g.is-product-card .config + .config {
    margin-top: 16px
}

.cards-g.is-product-card .config .label {
    width: 40%;
    text-align: right;
    color: #999
}

.cards-g.is-product-card .config .value {
    width: 0;
    flex-grow: 1;
    text-align: left;
    margin-left: 8px;
    font-weight: 600
}

.cards-g.is-product-card .price-g {
    justify-content: center
}

.cards-g.is-product-card .button-g {
    width: 100%;
    margin-top: 24px
}

.cards-g.is-product-card .card-g:hover .button-g {
    background: #409eff;
    color: #fff
}

.cards-g.is-hover-bg-card .card-g {
    display: flex
}

.cards-g.is-hover-bg-card .card-g:hover {
    background: url("../images/common/hover-bg-card-bg.png") center no-repeat
}

.cards-g.is-hover-bg-card .card-g + .card-g {
    margin-left: 24px
}

.cards-g.is-hover-bg-card .card-g .icon {
    width: 40px;
    height: 40px;
    font-size: 40px
}

.cards-g.is-hover-bg-card .card-g .right {
    width: 0;
    flex-grow: 1;
    margin-left: 24px
}

.cards-g.is-hover-bg-card .card-g .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.cards-g.is-hover-bg-card .card-g .desc {
    line-height: 22px;
    color: #666
}

.cards-g.is-border-card .card-g {
    border-color: #ddd;
    border-radius: 4px
}

.cards-g.is-border-card .card-g:hover {
    border-color: #409eff
}

.cards-g.is-border-card .card-g + .card-g {
    margin-left: 24px
}

.cards-g.is-border-card .header {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.cards-g.is-border-card .icon {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.cards-g.is-border-card .title {
    font-size: 16px;
    font-weight: 600;
    margin-left: 12px
}

.cards-g.is-border-card .desc {
    line-height: 22px;
    color: #666
}

.cards-g.is-vertical-border-card {
    display: flex;
    text-align: center
}

.cards-g.is-vertical-border-card .card-g + .card-g {
    border-left-color: #ddd
}

.cards-g.is-vertical-border-card .card-g:hover {
    border-left-color: #409eff
}

.cards-g.is-vertical-border-card .icon {
    width: 64px;
    height: 64px;
    font-size: 64px;
    margin-bottom: 24px
}

.cards-g.is-vertical-border-card .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px
}

.cards-g.is-vertical-border-card .desc {
    color: #666;
    line-height: 24px
}

.product-tab-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.round-tabs {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e3e4e5
}

.round-tabs .round-tabs-item {
    width: 160px;
    padding: 16px 0;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.round-tabs .round-tabs-item + .round-tabs-item {
    border-left: 1px solid #e3e4e5
}

.round-tabs .round-tabs-item.active {
    background: #2b85fb;
    color: #fff
}

.text-gradient {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #ed4242;
    background-clip: text;
    -webkit-background-clip: text
}

.text-gradient .unit {
    font-size: 18px
}

.text-gradient-green {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 24px;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #f9fea5 0, #20e2d7 100%)
}

.text-gradient-green .unit {
    font-size: 18px
}

.text-gradient-yellow {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 24px;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #ffda23 0, #ffc300 100%)
}

.text-gradient-yellow .unit {
    font-size: 18px
}

.text-gradient-blue {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #005eff 0, #ab61ff 100%)
}

.text-gradient-blue .unit {
    font-size: 18px
}

.text-gradient-blue-2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #005eff 0, #005aeb 50%, #00c6fb 100%)
}

.text-gradient-blue-2 .unit {
    font-size: 18px
}

.gray-card {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gray-card + .gray-card {
    margin-top: 24px !important
}

.gray-card .gray-card-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    border-radius: 8px;
    background: #f3f5f7;
    padding: 24px
}

.gray-card .gray-card-item .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px;
    min-height: 28px
}

.gray-card .gray-card-item .title.en {
    min-height: 56px
}

.gray-card .gray-card-item .content {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    min-height: 80px
}

.gray-card .gray-card-item .content.en {
    min-height: 80px
}

.gray-card .gray-card-item + .gray-card-item {
    margin-left: 24px
}

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

.image-card + .image-card {
    margin-top: 24px
}

.image-card .item {
    display: flex;
    width: 282px;
    height: 140px;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.image-card .item + .item {
    margin-left: 24px
}

.image-card .item .title {
    z-index: 1;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 12px
}

.image-card .item .desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    z-index: 1
}

.image-card .item .desc .ul-list {
    display: flex;
    flex-direction: column
}

.image-card .item .desc .ul-list .li-item {
    position: relative;
    text-align: left;
    line-height: 24px
}

.image-card .item .desc .ul-list .li-item:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #fff
}

.image-card .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    transition: all .6s
}

.image-card .item:hover img {
    transform: scale(1.2)
}

.large-card {
    display: flex;
    flex-direction: row;
    align-items: center
}

.large-card .item {
    display: flex;
    flex: 1;
    padding: 40px 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #091221;
    background: url("../../web2/images/common/large-card-bg.png") no-repeat 0 0;
    background-size: 100% 100%
}

.large-card .item + .item {
    margin-left: 20px
}

.wrapper-card {
    display: flex;
    margin-top: 50px
}

.wrapper-card .item {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 180px;
    padding: 24px 12px 24px 24px;
    background-repeat: no-repeat;
    color: #fff;
    transition: .3s
}

.wrapper-card .item + .item {
    margin-left: 6px
}

.wrapper-card .item.checked {
    width: 0;
    flex-grow: 1;
    align-items: flex-start;
    background-size: 100% 100% !important
}

.wrapper-card .item .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 12px
}

.wrapper-card .item:not(.checked) .button-g, .wrapper-card .item:not(.checked) .desc {
    display: none
}

.wrapper-card .item .desc {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff
}

.wrapper-card .item .desc .pointer {
    position: relative
}

.wrapper-card .item .desc .pointer:before {
    content: '•';
    font-size: 20px;
    color: #409eff;
    margin-right: 5px;
    vertical-align: top
}

.wrapper-card .item .button-g {
    border-color: #fff;
    color: #fff;
    background: 0 0
}

.border-card {
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column
}

.border-card .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    width: 100%
}

.border-card .items + .items {
    border-top: 1px solid #e5e5e5
}

.border-card .items .item {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 24px 50px 36px 36px
}

.border-card .items .item + .item {
    border-left: 1px solid #e5e5e5
}

.border-card .items .item .title {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: #161d26
}

.border-card .items .item .desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #232b37;
    max-width: 480px
}

.border-card .items .item .desc.en {
    min-height: 96px
}

.icon-card {
    display: flex;
    flex-direction: column;
    flex: 1
}

.icon-card .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1
}

.icon-card .items + .items {
    margin-top: 24px
}

.icon-card .items .item {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ededee;
    text-align: center;
    align-items: center;
    justify-content: center
}

.icon-card .items .item + .item {
    margin-left: 24px
}

.icon-card .items .item .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 24px 24px 0 24px;
    justify-content: flex-start;
    align-items: center
}

.icon-card .items .item .bottom {
    width: 100%;
    padding: 14px 24px 24px 24px;
    justify-content: flex-start;
    align-items: center;
    text-align: left
}

.icon-card .items .item .icon {
    width: 24px;
    height: 24px;
    margin-right: 12px
}

.icon-card .items .item .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    color: #091221
}

.icon-card .items .item .desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: rgba(9, 18, 33, .7)
}

.icon-card .items .item .desc.en {
    min-height: 80px
}

.common-problem-cards-g .card {
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5
}

.common-problem-cards-g .q-wrap {
    display: flex;
    align-items: center;
    padding: 24px 0 24px 40px
}

.common-problem-cards-g .q {
    width: 0;
    flex-grow: 1;
    position: relative;
    font-size: 16px;
    padding-left: 26px
}

.common-problem-cards-g .card .q:before, .common-problem-cards-g .card.checked .q:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background: url('../images/common/reduce.svg') center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.common-problem-cards-g .card .q:before {
    background-image: url('../images/common/add.svg')
}

.common-problem-cards-g .a {
    color: #666;
    padding-left: 66px;
    padding-bottom: 24px;
    display: none
}

.common-problem-cards-g .a .arrow-desc {
    color: #409eff !important;
    border-bottom: 1px solid #409eff;
    margin-right: 8px
}

.common-problem-cards-g .card.checked .a {
    display: block
}

.tab-g {
    position: relative
}

.tab-panel-g {
    display: none
}

.tab-panel-g.checked {
    display: block
}

.tabs-wrap-g.radio-button .tabs-g {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.tabs-wrap-g.radio-button .tab-g {
    border-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 12px 24px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #333;
    line-height: 22px;
    transition: .3s;
    background: #fff
}

.tabs-wrap-g.radio-button .tab-g:hover {
    color: #409eff
}

.tabs-wrap-g.radio-button .tab-g:first-child {
    border-radius: 4px 0 0 4px
}

.tabs-wrap-g.radio-button .tab-g:last-child {
    border-right-width: 1px;
    border-radius: 0 4px 4px 0
}

.tabs-wrap-g.radio-button .tab-g.checked {
    background: #409eff;
    border-color: #409eff;
    color: #fff
}

.tabs-wrap-g.radio-button .tab-g.checked + .tab-g {
    border-left-color: #409eff
}

.the-main-g > .product .second-type-tabs .more {
    text-align: center
}

.the-main-g > .product .second-type-tabs .more a {
    color: #999;
    height: 32px;
    line-height: 32px
}

.the-main-g > .product .second-type-tabs .more a:hover {
    color: #409eff
}

.module-anchor-g {
    margin-top: 76px;
    z-index: 2019;
    position: absolute;
    right: calc(47% - 790px)
}

.module-anchor-g .tabs-g {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.module-anchor-g .tab-g {
    padding: 8px 20px;
    height: 64px;
    color: #333;
    font-size: 16px;
    border-left: 3px solid #ddd;
    width: 220px;
    line-height: 30px
}

.module-anchor-g .tab-g.checked {
    color: #409eff;
    border-color: #409eff
}

.module-anchor-g .tab-g.checked:after {
    border: 10px solid #409eff
}

.module-anchor-g.fixed {
    top: 64px
}

.module-anchor-g.fixed .tabs-wrap-g {
    position: fixed;
    top: 64px;
    right: calc(46% - 780px);
    z-index: 2022
}

.module-anchor-g.fixed .tab-g {
    color: #333
}

.module-anchor-g.fixed .tab-g.checked {
    color: #409eff
}

.icon-message-card {
    margin-top: 50px;
    display: flex;
    flex: 1;
    flex-direction: row;
    padding: 0 20px;
    font-family: 'HarmonyOS Sans SC'
}

.icon-message-card .icon-message-card-item {
    display: flex;
    flex: 1;
    flex-direction: row
}

.icon-message-card .icon-message-card-item .left .header-icon {
    width: 45px;
    height: 45px
}

.icon-message-card .icon-message-card-item .right {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 20px
}

.icon-message-card .icon-message-card-item .right .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    color: #333;
    min-height: 28px;
    padding: 14px 0 20px
}

.icon-message-card .icon-message-card-item .right .title.en {
    min-height: 56px
}

.icon-message-card .icon-message-card-item .right .content {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    color: #666;
    min-height: 60px !important
}

.icon-message-card .icon-message-card-item .right .content.en {
    min-height: 60px !important
}

.message-card {
    display: flex;
    flex-direction: column
}

.message-card .items {
    display: flex;
    flex-direction: row
}

.message-card .items .item {
    border-radius: 12px;
    background: url("../../web2/images/common/message-card-bg.png") no-repeat 0 0;
    background-size: 100% 100%;
    border: 1px solid #fff;
    padding: 32px 24px;
    display: flex;
    flex: 1;
    flex-direction: row;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: rgba(9, 18, 33, .7)
}

.message-card .items .item + .item {
    margin-left: 24px
}

.message-card .items .item.pointer {
    position: relative
}

.message-card .items .item.pointer:before {
    content: '•';
    font-size: 20px;
    color: #409eff;
    margin-right: 5px;
    vertical-align: top
}

.message-card .items + .items {
    margin-top: 24px
}

.hover-card {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'HarmonyOS Sans SC'
}

.hover-card .hover-card-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 24px 20px;
    background-color: #fff;
    border-top: 3px solid transparent
}

.hover-card .hover-card-item:hover {
    border-color: #409eff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    background: url('../images/common/hover-card-bg.png') center no-repeat;
    background-size: cover
}

.hover-card .hover-card-item + .hover-card-item {
    margin-left: 24px
}

.hover-card .hover-card-item .icon {
    width: 68px;
    height: 68px
}

.hover-card .hover-card-item .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    color: #333;
    margin: 24px 0 20px
}

.hover-card .hover-card-item .desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    color: #666
}

.alert-dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2030
}

.alert-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 2030
}

.alert-modal {
    z-index: 2033;
    position: fixed;
    top: 25vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 800px;
    background-color: transparent;
    border-radius: 12px
}

.alert-modal .header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.alert-modal .header .close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-bottom: 4px
}

.alert-modal .modal {
    display: flex;
    flex-direction: column
}

.alert-modal .content {
    position: relative
}

.alert-modal .content .close {
    cursor: pointer;
    position: absolute;
    bottom: 65px;
    left: 325px;
    width: 160px;
    height: 53px
}

.domain-box .search-box {
    width: 1200px;
    height: 240px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.domain-box .search-box input {
    display: flex;
    flex: 1;
    margin: 0 12px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 0;
    opacity: 1;
    border: 0
}

.domain-box .search-box textarea {
    line-height: 30px;
    display: flex;
    flex: 1;
    margin: 0 12px;
    padding: 10px 0 10px;
    background: #fff;
    border-radius: 0 0 0 0;
    opacity: 1;
    border: 0;
    resize: none;
    height: 220px;
    overflow-y: auto
}

.domain-box .search-box ::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.domain-box .search-box ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(50, 50, 50, .3)
}

.domain-box .search-box ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(50, 50, 50, 0)
}

.domain-box .search-box .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px 0;
    border-top: 1px solid #eee
}

.domain-box .search-box .footer .num.over {
    color: #f56c6c
}

.domain-box .search-box button {
    width: 160px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 40px;
    border: 0 transparent;
    border-radius: 12px;
    background: #409eff
}

.domain-box .search-box button span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff
}

.domain-box .search-list {
    width: 1200px;
    margin: 20px auto
}

.domain-box .search-list .domain-box {
    display: flex;
    justify-content: space-between;
    height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #ececec
}

.domain-box .search-list .domain-box:first-child {
    border-top: 1px solid #ececec
}

.domain-box .search-list .domain-box .left, .domain-box .search-list .domain-box .right {
    line-height: 70px;
    font-size: 16px
}

.domain-box .search-list .domain-box .right span {
    font-size: 14px
}

.domain-box .search-list .domain-box .right span .money {
    font-size: 24px;
    font-weight: bolder
}

.domain-box .search-list .domain-box .right .fastBuy {
    display: inline-block;
    line-height: normal;
    padding: 8px 15px;
    font-size: 14px;
    margin-left: 15px
}

.domain-box .search-list .domain-box .right .red-linear-gradient {
    color: #fff;
    padding: 8px 25px
}

.domain-box .search-list .border-red {
    cursor: not-allowed
}

.domain-box .search-list .border-blue {
    cursor: default
}

.domain-box .batch-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

.domain-box .batch-box .left {
    font-size: 16px;
    font-weight: 400;
    background: #f3f5f7 !important
}

.domain-box .batch-box .left [yui-radio] {
    background: #f3f5f7 !important
}

.domain-box .batch-box .right a {
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    border-radius: 2px
}

.domain-box .batch-box .right .batch-prohibit {
    cursor: no-drop;
    background: #9a9a9a
}

.domain-box .batch-box .right .register {
    font-size: 16px;
    color: #fff;
    border-color: #fff;
    border-radius: 8px;
    background: linear-gradient(132.77deg, #78b0ff 0, #076af5 100%)
}

.domain-box .batch-box .right .register:hover {
    background: linear-gradient(132.77deg, #076af5 0, #78b0ff 100%)
}
