.box-shadow-common {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.box-shadow-primary {
    box-shadow: 0 2px 12px 0 #003F7B;
}
* {
    outline: none;
    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: #FFFFFF;
}
.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: #666666;
}
.woot-widget-bubble {
    background: #FFC300 !important;
}
.the-header-g {
    height: 64px;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #FFFFFF;
}
.the-header-g.fixed {
    z-index: 30000;
    top: 0;
    background: #FFFFFF;
}
.the-header-g.fixed .the-bottom-header-g {
    border-bottom: 1px solid #ececec;
}
.the-bottom-header-g {
    height: 64px;
    background: #fff;
    color: #000000;
    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: center;
}
.the-bottom-header-g .menu .menu-item,
.the-bottom-header-g .menu .sub-menu-item {
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.the-bottom-header-g .menu .menu-item + .menu-item,
.the-bottom-header-g .menu .sub-menu-item + .menu-item,
.the-bottom-header-g .menu .menu-item + .sub-menu-item,
.the-bottom-header-g .menu .sub-menu-item + .sub-menu-item {
    margin-left: 20px;
}
.the-bottom-header-g .menu .menu-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.the-bottom-header-g .menu .menu-item.current {
    color: #FFC300;
}
.the-bottom-header-g .menu .menu-item:hover {
    color: #FFC300;
}
.the-bottom-header-g .menu .sub-menu-item {
    position: relative;
}
.the-bottom-header-g .menu .sub-menu-item .yzm-icon-arrow-bottom {
    display: none;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
}
.the-bottom-header-g .menu .sub-menu-item:hover .menu-item {
    color: #FFC300;
}
.the-bottom-header-g .menu .sub-menu-item:hover .yzm-icon-arrow-bottom {
    display: inline-block;
}
.the-bottom-header-g .bottom-header {
    height: 100%;
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.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;
    font-size: 12px;
}
.the-bottom-header-g .bottom-header .user-icon {
    width: 32px;
    height: 32px;
}
.the-bottom-header-g .bottom-header .right .no-login,
.the-bottom-header-g .bottom-header .right .logined {
    display: none;
}
.the-bottom-header-g .bottom-header .right .logined {
    align-items: center;
    height: 64px;
}
.the-bottom-header-g .bottom-header .right .lang-icon {
    margin-right: 4px;
}
.the-bottom-header-g .bottom-header .right .link {
    color: #000000;
}
.the-bottom-header-g .bottom-header .right .link + .link {
    margin-left: 40px;
}
.the-bottom-header-g .bottom-header .right .link:hover {
    color: #FFC300;
}
.the-bottom-header-g .bottom-header .right .yzm-icon-arrow-bottom {
    color: #000000;
}
.the-bottom-header-g .bottom-header .right .popover-wrapper-g {
    top: 119%;
}
.the-bottom-header-g .bottom-header .right .login {

}
.the-bottom-header-g .bottom-header .right .login:hover {
    color: #3773F5;
}
.the-main-g {
    min-height: 1000px;
}
.the-footer-g {
    background-color: black;
    color: #fff;
    min-width: 1200px;
    z-index: 50;
    position: relative;
}
.the-footer-g.deep {
    background-color: #f3f5f7;
}
.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("../../static/images/layout/footer/background.svg") no-repeat center center;
}
.the-footer-g .advantage .w-1200-g.deep {
    background: #f3f5f7 url("../../static/images/layout/footer/background.svg") no-repeat center center;
}
.the-footer-g .advantage .title {
    margin-top: 36px;
    font-weight: 700;
    font-size: 48px;
    color: #333333;
}
.the-footer-g .advantage .title:after {
    content: "";
    width: 100px;
    border-bottom: 4px solid #333333;
    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: #333333;
}
.the-footer-g .advantage .row .item div {
    padding-top: 12px;
}
.the-footer-g .footer {
    background-color: #141f2e;
    padding-bottom: 40px;
    padding-top: 210px;
}
.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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.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 {
    margin-right: 10px;
}
.the-footer-g .footer .footer-menu .column .title {
    min-height: 34px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}
.the-footer-g .footer .footer-menu .column .menu-item {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    margin: 24px 0;
    font-size: 12px;
}
.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 .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(120deg, #ffde7b, #ffcd3a);
}
.the-consult-g .operate-list .operate {
    height: 48px;
}
.the-consult-g .operate-list .operate + .operate {
    border-top: 1px solid #FFFFFF;
}
.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: linear-gradient(120deg, #ffdb70, #f8c224);
}
.the-consult-g .operate.telegram,
.the-consult-g .operate.technology {
    padding: 12px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.the-consult-g .operate.telegram .telegram-popover,
.the-consult-g .operate.technology .telegram-popover {
    position: absolute;
    right: 100%;
    display: none;
    top: 0;
    padding-right: 10px;
}
.the-consult-g .operate.telegram .telegram-popover .content,
.the-consult-g .operate.technology .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.telegram .telegram-popover .content:before,
.the-consult-g .operate.technology .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.telegram .telegram-popover .content .customer,
.the-consult-g .operate.technology .telegram-popover .content .customer {
    display: flex;
    font-size: 14px;
    align-items: center;
    padding: 4px 0;
}
.the-consult-g .operate.telegram .telegram-popover .content .customer .name,
.the-consult-g .operate.technology .telegram-popover .content .customer .name {
    width: 90px;
    text-align: left;
    display: block;
}
.the-consult-g .operate.telegram:hover .telegram-popover,
.the-consult-g .operate.technology: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 0.2s cubic-bezier(0.645, 0.045, 0.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 .popover-g {
    border: 1px solid #DDD;
    box-shadow: 0 0 0 0 #fff;
}
.info-sub-form textarea {
    width: 100%;
    height: 120px;
    border-color: #dcdfe6;
    border-radius: 4px;
    padding: 5px 15px;
}
.info-sub-form .submit1 {
    border-color: #FFFFFF !important;
    color: #161d26 !important;
    background: linear-gradient(180deg, #ffda23 0%, #ffc400 100%) !important;
}
.info-sub-form .submit1:hover {
    background: linear-gradient(-10deg, #ffb500, #ffca15) !important;
}
.popover-trigger-g:hover .popover-wrapper-g {
    display: block;
}
.popover-trigger-g:hover .popover-wrapper-g.fixed {
    position: fixed;
}
.the-bottom-header-g .right .popover-trigger-g:after {
    content: "";
    width: 101%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: -14px;
}
.popover-wrapper-g {
    position: absolute;
    top: 85%;
    left: 0;
    z-index: 1;
    width: auto;
    padding-top: 8px;
    display: none;
    text-align: left;
    cursor: default;
}
.popover-wrapper-g.fixed {
    width: 100vw;
    top: 56px;
}
.popover-wrapper-g.no-after {
    min-width: 100%;
}
.popover-wrapper-g.no-after a {
    justify-content: center;
}
.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.card {
    border-radius: 6px;
    background: #FFFFFF;
    padding: 30px;
    width: 300px;
    cursor: pointer;
}
.popover-wrapper-g .sub-menu-block .sub-menu-block-item.card:hover {
    background: #f3f5f7;
}
.popover-wrapper-g .sub-menu-block .sub-menu-block-item.card:hover .title {
    color: #FFC300;
}
.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: 30px;
}
.popover-wrapper-g .sub-menu-block .sub-menu-block-item .title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #151b26;
}

.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-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);
}
.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .title {
    padding: 0 10px;
    margin-bottom: 10px;
}
.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 .sub-title {
    width: 250px;
    padding: 10px;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #151B26;
}
.popover-wrapper-g .sub-menu-block .sub-menu-block-item.list .sub-title:hover {
    color: #FFC300;
    background: #f3f5f7 !important;
}
.popover-wrapper-g .popover-g,
.popover-wrapper-g .popover-g-company {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #ececec !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    color: #000000;
    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: #FFC300;
    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: #000000;
    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: #FFC300;
}
.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: #FFFFFF;
    color: #000000;
    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: bold;
    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: #FFFFFF;
}
.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: #003F7B;
    background: #003F7B;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.button-g.white {
    background: #fff;
    color: #003F7B;
    border-color: #fff;
}
.button-g.white.plain {
    color: #fff;
    background: transparent;
}
.button-g.black {
    background: #fff;
    color: #000000;
    border-color: #fff;
}
.button-g.black:hover {
    color: #FFC300 !important;
}
.button-g.black.plain {
    color: #fff;
    background: transparent;
}
.button-g.black.plain:hover {
    background: #FFC300 !important;
    color: #FFFFFF !important;
}
.button-g.primary {
    background: #2B85DB;
    color: #fff;
    border-color: #2B85DB;
}
.button-g.primary.plain {
    color: #fff;
    background: transparent;
    border-color: #2B85DB;
}
.button-g.primary.plain.black {
    color: #000000;
}
.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: #333333;
    border-color: #FFFFFF;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffda23 0%, #ffc300 100%);
}
.button-g.red-linear-gradient:hover {
    background: linear-gradient(-10deg, #ffb500, #ffca15);
}
.button-g.yellow {
    background: linear-gradient(180deg, #ffda23 0%, #ffc300 100%);
    color: #333333;
    border-color: transparent;
}
.button-g.yellow:hover {
    background: linear-gradient(-10deg, #ffb500, #ffca15);
}
.button-g.yellow.plain {
    color: #fff;
    background: transparent;
}
.button-g.block {
    width: 100% !important;
}
.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 {
    height: 500px;
    width: 1200px;
    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: #FFC300;
}
.banner .banner-background-g .banner-content-g .banner-left-g .banner-desc-g {
    margin-bottom: 20px;
    font-size: 16px;
    opacity: 0.7;
    color: rgba(255, 255, 255, 0.8);
    max-width: 650px;
}
.banner .banner-background-g .banner-content-g .banner-left-g .banner-desc-g .content-text {
    color: rgba(255, 255, 255, 0.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, 0.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;
}
.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: #000000;
    font-weight: normal;
    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: #FF9800;
    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: rgba(255, 195, 0, 0.1);
}
.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, 0.4);
}
.info-card .items .item .content {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    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: bold;
    color: #003F7B;
    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: #003F7B;
    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: #003F7B;
    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: bold;
}
.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: #003F7B;
}
.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 0.6s;
}
.info-card .items .item.large-image .title {
    z-index: 1;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    color: #ffffff;
    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: #ffffff;
    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: #003F7B;
    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: #FFFFFF;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    border-radius: 0;
    border: 1px solid #ffffff;
    padding: 24px;
    font-family: 'HarmonyOS Sans SC';
}
.product-cards .card + .card {
    border-left: 1px solid #FFFFFF;
    margin-left: 24px;
}
.product-cards .card:hover {
    border: 1px solid #ffc300;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.product-cards .card .tag {
    line-height: 1;
    position: absolute;
    background: #ffc300;
    top: 32px;
    padding: 4px 10px;
    border-radius: 5px;
    color: #003f7b;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #232b37;
}
.product-cards .card .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    color: #333333;
    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: #ffffff;
    border-radius: 20px 42px 42px 0;
    background: #ed4242;
}
.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: #999999;
}
.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: #999999 !important;
    font-size: 13px;
    text-decoration: line-through;
    padding-left: 5px;
    font-weight: 400;
}
.product-cards .card .price .duration {
    font-weight: normal;
    color: #ED4242 !important;
}
.product-cards .card .num {
    font-size: 20px;
}
.product-cards .card .button-g {
    padding: 10px 24px;
}
.product-cards .card .characteristic {
    font-weight: bold;
    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: #666666 !important;
    margin-right: 5px;
}
.product-cards .card .row div:last-child {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333 !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: #003F7B;
}
.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: transparent;
}
.show-list tbody.black tr:nth-child(2n) {
    background-color: rgba(43, 133, 219, 0.1);
}
.show-list tbody.gray tr {
    color: #333;
    background: transparent;
}
.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: bold;
    color: #FFC300;
}
.article .content .article-items .article-item .article-item-content {
    background: #fff;
    width: 100%;
    min-height: 620px;
    padding: 0 32px;
    border-radius: 20px;
    background: #ffffff;
    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: #FFC300;
}
.article .content .article-items .article-item .article-item-content .article-item-content-more a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFC300;
    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: bold;
    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: #FFC300;
}
.article-card .top h3 .title.en:before {
    top: 7px;
}
.article-card .top h3 .title:hover {
    color: #FFC300;
}
.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: transparent;
    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;
}
.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.primary {
    border-color: #409eff;
    background: #409eff;
    color: #fff;
}
.button-g.grey {
    border-color: #999999;
    background: #999999;
    color: #fff;
    cursor: no-drop;
}
.button-g.primary.plain {
    border-color: #409eff;
    background: transparent;
    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: transparent;
    color: #e53535;
}
.button-g.white {
    border-color: #fff;
    background: #fff;
    color: #409eff;
}
.button-g.white.plain {
    border-color: #fff;
    background: transparent;
    color: #fff;
}
/**
* ================================================ 结束 按钮
*/
/**
* ================================================ 开始 通用卡片
*/
.card-g {
    background: #fff;
    width: 0;
    flex-grow: 1;
    padding: 24px;
    transition: 0.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, 0.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, 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;
}
/**
* ================================================ 结束 产品卡片
*/
/**
* ================================================ 开始 hover背景卡片
*/
.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;
}
/**
* ================================================ 结束 hover背景卡片
*/
/**
* ================================================ 开始 边框卡片
*/
.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;
}
/**
* ================================================ 结束 垂直卡片
*/
/**
* ================================================ 开始 圆形tabs
*/
.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: #ffffff;
    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: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.round-tabs .round-tabs-item + .round-tabs-item {
    border-left: 1px solid #e3e4e5;
}
.round-tabs .round-tabs-item.active {
    background: #ffc300;
}
/**
* ================================================ 结束 圆形tabs
*/
/**
* ================================================ 开始 渐变色文字
*/
.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;
    /* 兼容WebKit浏览器 */
}
.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;
    /* 兼容WebKit浏览器 */
    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;
    /* 兼容WebKit浏览器 */
    background-image: linear-gradient(180deg, #ffda23 0%, #ffc300 100%);
}
.text-gradient-yellow .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: #FFFFFF;
    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: #ffffff;
    margin-bottom: 12px;
}
.image-card .item .desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #ffffff;
    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 0.6s;
}
.image-card .item:hover img {
    transform: scale(1.2);
}
/**
* ================================================ 结束 图片卡片
*/
/**
* ================================================ 开始 图片卡片切换
*/
.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: #FFFFFF;
    transition: 0.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: #ffffff;
    margin-bottom: 12px;
}
.wrapper-card .item:not(.checked) .desc,
.wrapper-card .item:not(.checked) .button-g {
    display: none;
}
.wrapper-card .item .desc {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #ffffff;
}
.wrapper-card .item .button-g {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: transparent;
}
/**
* ================================================ 结束 图片卡片切换
*/
/**
* ================================================ 开始 border卡片
*/
.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;
}
/**
* ================================================ 结束 border卡片
*/
/**
* ================================================ 开始 图标卡片
*/
.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;
    padding: 32px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.icon-card .items .item + .item {
    margin-left: 24px;
}
.icon-card .items .item .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.icon-card .items .item .desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    color: #161d26;
    min-height: 60px;
}
.icon-card .items .item .desc span {
    color: #3773f5;
}
.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.checked .q:before,
.common-problem-cards-g .card .q:before {
    content: "";
    /* 必须设置content为空字符串，否则无法使用background-image */
    display: inline-block;
    /* 或者 block，根据需要选择 */
    width: 16px;
    /* 图片宽度 */
    height: 16px;
    /* 图片高度 */
    background-size: cover;
    /* 或者 contain，根据需要选择 */
    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: #666666;
    padding-left: 66px;
    padding-bottom: 24px;
    display: none;
}
.common-problem-cards-g .a .arrow-desc {
    color: #FFC300 !important;
    border-bottom: 1px solid #FFC300;
    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: 0.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: #999999;
    height: 32px;
    line-height: 32px;
}
.the-main-g > .product .second-type-tabs .more a:hover {
    color: #409eff;
}
/**
* ================================================ 结束 标签页
*/
/**
* ================================================ 开始 模块定位
*/
.module-anchor-g {
    height: 64px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 2019;
    position: relative;
}
.module-anchor-g .tabs-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.module-anchor-g .tab-g {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 64px;
    color: #333;
    font-size: 16px;
}
.module-anchor-g .tab-g.checked:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FFC300;
}
.module-anchor-g.fixed {
    top: 64px;
}
.module-anchor-g.fixed .tabs-wrap-g {
    position: fixed;
    top: 64px;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 2022;
}
.module-anchor-g.fixed .tab-g {
    color: #333;
}
/**
* ================================================ 结束 模块定位
*/
/**
* ================================================ 开始 左图标右信息卡片
*/
.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: #333333;
    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: #666666;
    min-height: 60px !important;
}
.icon-message-card .icon-message-card-item .right .content.en {
    min-height: 60px !important;
}
/**
* ================================================ 结束 左图标右信息卡片
*/
/**
* ================================================  开始 hover卡片
*/
.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: #FFFFFF;
    border-top: 3px solid transparent;
}
.hover-card .hover-card-item:hover {
    border-color: #ffc300;
    box-shadow: 0 0 10px rgba(0, 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: #333333;
    margin: 24px 0 20px;
}
.hover-card .hover-card-item .desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    color: #666666;
}
/**
* ================================================ 结束 hover卡片
*/
