:root {
    --primary-color: #165DFF;
    --primary-hover: #4080FF;
    --primary-active: #0E42D2;
    --primary-light: #E8F3FF;
    --success-color: #00B42A;
    --warning-color: #FF7D00;
    --danger-color: #F53F3F;
    --info-color: #86909C;
    --text-primary: #1D2129;
    --text-regular: #4E5969;
    --text-secondary: #86909C;
    --text-disabled: #C9CDD4;
    --border-color: #E5E6EB;
    --bg-color: #F2F3F5;
    --radius-sm: 2px;
    --radius-base: 4px;
    --radius-lg: 8px;
    --radius-round: 50%;
    --btn-font-size: 14px;
    --btn-font-weight: 500;
    --btn-radius: var(--radius-base);
    --btn-height: 36px;
    --btn-padding: 0 16px;
    --header-primary-color: var(--primary-color);
    --header-primary-hover: var(--primary-hover);
    --header-primary-active: var(--primary-active);
    --header-btn-radius: var(--radius-base)
}

.ng-topnav__sign-btn,.ng-topnav__sign-inner,.tpm-btn,.yzButton,[class*=btn-default],[class*=btn-primary] {
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    border-radius: var(--btn-radius);
    height: var(--btn-height);
    line-height: calc(var(--btn-height) - 2px);
    padding: var(--btn-padding);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-10 {
    margin-top: 10px
}

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

.mt-30 {
    margin-top: 30px
}

.page-header .link-style,.page-header .ng-topnav__sign-inner,.page-header .submenu,.page-header .tpm-btn {
    font-size: 14px;
    font-weight: 500
}

.el-dialog__body,.el-dialog__header {
    padding: 0!important;
    position: relative
}

.yz-el-dialog .dialog-title {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding: 14px 18px 13px 20px
}

.discolorheader.page-header {
    height: auto;
    background: 0 0;
    border-bottom: 1px solid rgba(207,207,207,.2)
}

.page-header-parent.whiteheader .discolorheader.page-header {
    background-color: rgba(255,255,255,.41)
}

.page-header-parent.notransparent .discolorheader.page-header {
    background-color: #121a2e
}

.page-header-parent.notransparent {
    height: 92px
}

.page-header {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 56px;
    line-height: 56px;
    min-width: 1170px;
    background-color: #fff;
    border-bottom: 1px solid #e1e6f0;
    box-sizing: border-box;
    margin: 0 auto
}

.page-header>.main {
    margin: 0 auto;
    width: 1170px;
    min-width: 1170px;
    height: auto;
    clear: both;
    display: flex;
    flex-direction: column
}

.page-header>.main .main-bottom,.page-header>.main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-header .bottom-wear-right {
    white-space: nowrap
}

.page-header>.main .main-top {
    height: 40px;
    margin-bottom: 10px
}

.page-header>.main .main-top .top-wear-left {
    width: 340px!important;
    height: 50px!important
}

.page-header .wear-left-logo__wrapper {
    height: 40px;
    width: 140px;
    margin: auto 0;
    margin-right: 16px;
    flex: 0 0 160px;
    overflow: hidden
}

.scg-logo svg {
    width: 100%;
    height: 100%
}

.page-header .wear-left-logo__wrapper>a {
    width: 100%;
    height: 100%;
    display: flex
}

.page-header .wear-left-logo__wrapper .icon_logo {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    background: url(/images/logo2023-blue.gif) no-repeat center;
    background-size: contain
}

.page-header>.main .main-top .top-wear-left .icon_logo {
    height: 100%;
    width: 100%;
    display: inline-block;
    background: url(../../../images/logo2023-white.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 6px
}

.page-header-parent.whiteheader .page-header>.main .main-top .top-wear-left .icon_logo {
    background: url(../../../images/logo2023-blue.gif) no-repeat center;
    background-size: contain
}

.page-header>.main .main-top .top-wear-right .link-style {
    padding-right: 24px;
    color: rgba(255,255,255,.8);
    display: inline;
    vertical-align: top;
    box-sizing: border-box;
    margin: 1px 0;
    transition: all .25s ease-in-out;
    cursor: pointer
}

.page-header-parent.whiteheader .page-header>.main .main-top .top-wear-right .link-style {
    color: #333
}

.page-header>.main .main-top .top-wear-right .link-style.language {
    position: relative
}

.page-header>.main .main-top .top-wear-right .link-style.language .languageselect-wrapper {
    position: absolute;
    width: calc(100% + 30px);
    top: 30px;
    left: 50%;
    transform: translate(-50%,0);
    transition: max-height .25s ease-out,opacity .1s ease-out;
    background: #fff;
    color: #333;
    text-align: center;
    box-shadow: 0 1px 0 0 rgb(0 99 186 / 16%);
    border-radius: var(--header-btn-radius);
    max-height: 0;
    opacity: 0
}

.page-header>.main .main-top .top-wear-right .link-style.language.selected .language-text {
    position: relative
}

.page-header>.main .main-top .top-wear-right .link-style.language.selected .language-text::after {
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    height: 30px;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10
}

.page-header>.main .main-top .top-wear-right .link-style.language .languageselect-wrapper.show {
    height: auto;
    opacity: 1;
    max-height: 120px;
    padding: 10px 0
}

.page-header>.main .main-top .top-wear-right .link-style.language .languageselect-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    top: -16px;
    opacity: 0;
    transition: opacity .25 ease-out
}

.page-header>.main .main-top .top-wear-right .link-style.language.selected .languageselect-wrapper::after {
    opacity: 1
}

.page-header>.main .main-top .top-wear-right .link-style.language .languageselect-wrapper .language-li {
    white-space: nowrap;
    line-height: 22px;
    padding: 3px 0;
    display: none
}

.page-header>.main .main-top .top-wear-right .link-style.language.selected .languageselect-wrapper .language-li {
    display: block
}

.page-header>.main .main-top .top-wear-right .link-style.language .languageselect-wrapper .language-li:hover {
    color: var(--header-primary-color)
}

.page-header>.main .main-top .top-wear-right .link-style.language .languageselect-wrapper .language-li.active {
    color: var(--header-primary-color)
}

.page-header>.main .main-top .top-wear-right .link-style:last-child {
    padding-right: 0
}

.page-header-parent.whiteheader .page-header>.main .main-top .top-wear-right .link-style:hover,.page-header>.main .main-top .top-wear-right .link-style:hover {
    color: #121a2e
}

.page-header-parent.notransparent .page-header>.main .main-top .top-wear-right .link-style:hover,.page-header-parent.whiteheader .page-header>.main .main-top .top-wear-right .link-style:hover {
    color: #e5e5e5
}

.page-header-parent.homepage .page-header>.main .main-top .top-wear-right .link-style:hover,.page-header-parent.whiteheader .page-header>.main .main-top .top-wear-right .link-style:hover {
    color: #e5e5e5
}

.page-header-parent.whiteheader .page-header>.main .main-top .top-wear-right .link-style:hover {
    color: var(--header-primary-color)
}

.glyphicon.glyphicon-chevron-down {
    transition: all .2s ease-in-out;
    transform: scale(.8);
    font-size: 10px
}

.page-header>.main .main-bottom .bottom-wear-left .submenu.is-active .glyphicon.glyphicon-chevron-down,.page-header>.main .main-bottom .bottom-wear-left .submenu.selected .glyphicon.glyphicon-chevron-down,.page-header>.main .main-top .top-wear-right .link-style.selected .glyphicon.glyphicon-chevron-down {
    transform: rotate(-180deg) scale(.8)
}

.page-header>.main .main-bottom .bottom-wear-left ul {
    display: flex;
    color: #ffe;
    line-height: 1;
    margin-bottom: 0;
    flex: 1
}

.page-header .main-bottom .submenu {
    position: relative;
    margin-right: 30px;
    cursor: pointer;
    color: #fff
}

.whiteheader .page-header .main-bottom .submenu {
    color: #333
}

.page-header .main-bottom .submenu.selected {
    position: relative;
    font-weight: 500
}

.page-header-parent.whiteheader .page-header .main-bottom .submenu.selected:not(.activity)::after {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .3))
}

.page-header .main-bottom .submenu.activity .flag {
    width: 34px;
    height: 16px;
    background: #ff902d;
    font-size: 12px;
    margin-left: 4px;
    float: right;
    color: #fff
}

.page-header .main-bottom .button-wrapper .yzButton {
    cursor: pointer;
    height: 32px;
    box-sizing: border-box
}

.page-header .main-bottom .button-wrapper .loginButton {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 16px;
    background: 0 0
}

.page-header-parent.whiteheader .page-header .main-bottom .button-wrapper .loginButton {
    color: var(--header-primary-color);
    border: 1px solid var(--header-primary-color);
    padding: 0 16px;
    background: 0 0
}

.page-header .main-bottom .button-wrapper .loginButton:hover {
    background: rgba(39,153,252,.1)
}

.page-header .main-bottom .button-wrapper .registerButton {
    color: #fff;
    background: var(--header-primary-color);
    padding: 0 22px;
    margin-left: 6px;
    border: none
}

.page-header .main-bottom .button-wrapper .memberButton {
    color: #fff;
    padding: 0 22px;
    border: 1px solid #fff;
    display: none
}

.page-header-parent.whiteheader .page-header .main-bottom .button-wrapper .memberButton {
    color: var(--header-primary-color);
    padding: 0 22px;
    border: 1px solid var(--header-primary-color);
    display: none
}

.page-header-parent.whiteheader .page-header .main-bottom .button-wrapper .memberButton:hover {
    background: rgba(39,153,252,.1)
}

.page-header .main-bottom .button-wrapper .memberButton:hover {
    background: rgba(255,255,255,.1)
}

.nav-menu-dropdown {
    position: absolute;
    top: 110px;
    max-width: 1170px
}

.discolorheader.page-header .nav-menu-dropdown {
    top: 37px;
    left: 50%;
    transform: translate(-50%,0)
}

.discolorheader.page-header .nav-menu-dropdown#nav-product {
    left: -122px;
    transform: translate(0,0);
    width: 1170px
}

.nav-menu-dropdown .nav-menu-wrap {
    margin: 0 auto;
    height: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .7s ease-out,opacity .25s ease-out;
    z-index: 10;
    box-sizing: border-box
}

.nav-menu-dropdown .nav-menu-wrap.show {
    height: auto;
    display: flex!important;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 1px 1px rgb(0 63 186 / 13%);
    border-radius: var(--header-btn-radius);
    opacity: 1;
    max-height: 650px;
    padding: 32px 30px 30px 30px
}

.page-header-parent.whiteheader .nav-menu-dropdown .nav-menu-wrap.show {
    box-shadow: 0 0 1px 1px rgb(0 63 186 / 13%)
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #333
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-title .title-flag {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li {
    position: relative;
    line-height: 1;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li:hover {
    color: var(--header-primary-color)
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li .flag {
    position: relative;
    height: 18px;
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    line-height: 18px;
    box-sizing: border-box;
    margin-left: 10px
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li .flag::after {
    content: '';
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border: 5px solid
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li .flag::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent #fff transparent transparent;
    z-index: 20
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li .flag.hot {
    color: #ff902d;
    border: 1px solid #ff902d
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li .flag.hot::after {
    border-color: transparent #ff902d transparent transparent
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li .flag.new {
    color: #ff290c;
    border: 1px solid #ff290c
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li .flag.new::after {
    border-color: transparent #ff290c transparent transparent
}

.tips_1:after,.tips_:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #fff;
    transform: rotate(45deg);
    top: 34px;
    position: absolute;
    left: 152px
}

.service-side {
    right: 20px!important
}

.service-side li p {
    line-height: 25px
}

.bottom-wear-right .button-wrapper .userInfo-name {
    color: #fff;
    display: flex;
    align-items: center
}

.bottom-wear-right .button-wrapper .hovershow-userName {
    display: none;
    border: 1px solid #909090;
    font-size: 11px;
    padding: 0 13px;
    background: #e1f1ff;
    z-index: 999;
    position: absolute;
    height: 20px;
    align-items: center;
    white-space: nowrap;
    color: #333;
    top: 28px;
    left: 40%
}

.bottom-wear-right .button-wrapper .userInfo-name .userInfo-name-text {
    display: inline-block;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px
}

.bottom-wear-right .button-wrapper .userInfo-name .hc_console_logo {
    width: 32px;
    height: 32px;
    margin-right: 9px;
    border-radius: 50%
}

.whiteheader .bottom-wear-right .button-wrapper .userInfo-name {
    color: #333
}

.whiteheader .bottom-wear-right .button-wrapper .userInfo-name .iconfont {
    color: var(--header-primary-color)
}

.button-wrapper .userInfo {
    position: relative;
    line-height: 31.99px
}

.button-wrapper .userInfo .userInfo-popBox {
    width: 200px;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%,0);
    transition: all .5s ease-out;
    box-shadow: 0 0 8px 1px rgb(26 58 93 / 10%);
    background: #fff;
    color: #333
}

.button-wrapper .userInfo .userInfo-popBox::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translate(-50%,0);
    border: 6px solid;
    border-bottom-color: #fff;
    z-index: 10;
    border-color: transparent transparent #fff transparent;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .3))
}

.button-wrapper .userInfo .userInfo-popBox .popBox-inner .popBox-name {
    font-size: 14px;
    font-weight: 700
}

.button-wrapper .userInfo .userInfo-popBox .popBox-inner .popBox-ul .nav-content-item {
    display: flex;
    align-items: center
}

.button-wrapper .userInfo .userInfo-popBox .popBox-inner .popBox-ul .nav-content-item:not(:last-child) {
    margin-bottom: 18px
}

.banner .container .index-banner-img {
    top: 50%;
    transform: translate(0,-50%)
}

.whiteheader .bottom-wear-right .button-wrapper .userInfo {
    color: #333
}

.bottom-wear-right .button-wrapper .userInfo {
    position: relative;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    display: none
}

.bottom-wear-right .button-wrapper .userInfo::after {
    content: '';
    top: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox {
    position: absolute;
    top: calc(100% + 40px);
    left: 50%;
    transform: translate(-50%,0);
    background: #fff;
    padding: 0 20px;
    font-size: 14px;
    width: 170px;
    box-sizing: content-box;
    height: 0;
    transition: all .25s ease-in;
    opacity: 0;
    color: #333;
    overflow: hidden
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox.show {
    height: 288px;
    opacity: 1
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .popBox-inner {
    margin-top: 15px;
    margin-bottom: 30px
}

.userInfo-popBox-parent {
    position: absolute;
    width: 100%
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox-parent::after {
    content: '';
    display: block;
    opacity: 0;
    transition: all .25s linear;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 30px;
    border: 5px solid transparent;
    border-bottom-color: #fff
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox-parent.show::after {
    opacity: 1
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .popBox-name {
    font-weight: 700;
    margin-bottom: 20px
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .popBox-ul {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 15px
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .popBox-ul li {
    margin-bottom: 20px
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .nav-content-item {
    display: flex;
    align-items: center
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .nav-content-item:hover {
    color: var(--header-primary-color)
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .nav-content-item .iconfont {
    margin-right: 10px;
    font-size: 18px
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .nav-content-item .item-productNum {
    color: #f5212d;
    font-size: 12px
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .nav-content-item .iconfont.icon-hc_console_user {
    font-size: 19px
}

.bottom-wear-right .button-wrapper .userInfo .userInfo-popBox .nav-content-item .iconfont.icon-hc_console_exit {
    font-size: 20px
}

.userInfo-popBox .popBox-inner>a .nav-content-item {
    position: relative;
    margin-bottom: 15px;
    line-height: 20px
}

.popBox-inner .nav-content-item .item-realNameFlag {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 7px;
    font-size: 12px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid;
    display: flex;
    align-items: center
}

.popBox-inner .nav-content-item .item-realNameFlag.realName {
    color: #3fbf70;
    border-color: #3fbf70
}

.popBox-inner .nav-content-item .item-realNameFlag.norealName {
    color: #f5212d;
    border-color: #f5212d
}

.font-weight {
    font-weight: 700
}

.el-yz-message.success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
    line-height: 18px
}

.el-yz-message {
    display: none;
    min-width: 380px;
    box-sizing: border-box;
    border-radius: var(--header-btn-radius);
    border: 1px solid #ebeef5;
    position: fixed;
    left: 50%;
    top: 0;
    opacity: 0;
    transform: translateX(-50%);
    background-color: #edf2fc;
    transition: opacity .3s,transform .4s,top .4s;
    overflow: hidden;
    align-items: center;
    font-size: 14px;
    z-index: -1;
    padding: 15px 15px 15px 20px
}

.el-yz-message .iconfont {
    margin-right: 4px
}

.el-yz-message.show {
    display: flex;
    opacity: 1;
    top: 20px;
    z-index: 9999;
    animation: descent .3s linear 1;
    -webkit-animation: descent .3s linear 1
}

@keyframes descent {
    0% {
        top: 0;
        opacity: 0
    }

    100% {
        top: 20px;
        opacity: 1
    }
}

@-webkit-keyframes descent {
    0% {
        top: 0;
        opacity: 0
    }

    100% {
        top: 30px;
        opacity: 1
    }
}

#editor-text-area .h1,#editor-text-area h1 {
    font-size: 36px
}

#editor-text-area .h2,#editor-text-area h2 {
    font-size: 30px
}

.yz-el-dialog.suggestion .el-dialog {
    max-width: 800px;
    width: 90%
}

.yz-el-dialog.suggestion .el-dialog .dialog-content {
    padding: 0 20px 30px 20px!important
}

.yz-el-dialog.suggestion .el-dialog .dialog-content .el-form {
    padding: 0 10px;
    max-height: 550px;
    overflow: auto
}

.suggestion .el-dialog .dialog-content .notice-wrapper {
    width: 100%;
    background: #e4f0ff;
    border: 1px solid var(--header-primary-color);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #030a1a
}

.suggestion .el-dialog .dialog-content .notice-wrapper .el-icon {
    font-size: 16px;
    font-weight: 700;
    color: var(--header-primary-color)
}

.suggestion .el-dialog .el-dialog__headerbtn {
    font-size: 20px;
    top: 17px
}

.suggestion .el-dialog .uploadButton-wrapper {
    height: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    align-items: center;
    padding-left: 10px
}

.suggestion .el-dialog .uploadButton-wrapper .uploadButton-left {
    flex: 1
}

.suggestion .el-dialog .uploadButton-wrapper .yzButton {
    width: 80px;
    height: 22px;
    background: var(--header-primary-color);
    border: none;
    color: #ffff;
    font-size: 12px;
    white-space: nowrap
}

.suggestion .el-dialog .uploadButton-wrapper .uploadButton-right {
    display: flex;
    align-items: center;
    background: #f5f7fb;
    border-left: 1px solid #e5e5e5;
    height: 100%;
    padding: 0 17px;
    box-sizing: border-box
}

.suggestion .el-dialog .uploadButton-wrapper .uploadButton-right .uploadButton-icon {
    font-weight: 1000;
    font-size: 16px
}

.suggestion .el-dialog .el-form-item__label {
    color: #666
}

.suggestion .el-dialog .el-input .el-input__inner {
    height: 32px;
    line-height: 32px
}

.suggestion .el-dialog .el-form-item__content,.suggestion .el-dialog .el-form-item__label {
    line-height: 32px
}

.suggestion .el-dialog b span,.suggestion .el-dialog strong span {
    font-weight: bolder!important
}

.suggestion .el-dialog .w-e-scroll {
    height: 200px
}

.suggestion .adjunctUpload-wrapper .adjunctUpload-item {
    width: 100%;
    height: 30px;
    background: #eef0f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 9px;
    opacity: 1;
    transition: all ease .3s;
    position: relative;
    left: 0
}

.suggestion .adjunctUpload-wrapper .adjunctUpload-item.leave {
    opacity: 0;
    left: 50px
}

.cursorPoint {
    cursor: pointer
}

.yz-el-dialog.suggestion .el-dialog .submitButton-wrapper {
    padding-left: 100px
}

.yz-el-dialog.suggestion .el-dialog .submitButton-wrapper .yzButton {
    width: 120px;
    height: 40px;
    background: #1394ff;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #fff;
    border: none
}

.yz-el-dialog.suggestion .el-dialog .yzButton.primary.noClick {
    color: #fff;
    border: 1px solid transparent;
    background-color: #7fb7ff;
    cursor: no-drop
}

.w-e-text-container [data-slate-editor] span {
    text-decoration: inherit
}

#editor-text-area,#editor-text-area div,#editor-text-area p #editor-text-area span {
    -webkit-user-select: text
}

.pls-nav-dropdown-content::-webkit-scrollbar {
    display: none
}

.pls-nav-dropdown-content {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.page-header-parent .pls-nav-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 450px;
    transition: height .2s ease-in-out;
    max-height: calc(100vh - 62px);
    overflow: hidden;
    box-shadow: rgb(55 99 170 / 20%) 8px 8px 20px 0,#fff -8px -8px 20px 0;
    background-color: #fff
}

.page-header-parent .pls-nav-dropdown .pls-nav-dropdown__wrapper {
    height: 0;
    transition: transform .2s ease-in-out 0s,opacity .2s ease-in-out 0s;
    opacity: 0;
    transform: translate(0,-100%)
}

.page-header-parent .pls-nav-dropdown .pls-nav-dropdown__wrapper.is-active {
    height: 100%;
    transition: transform .2s ease-in-out 0s,opacity .2s ease-in-out 0s;
    opacity: 1;
    transform: translate(0,0)
}

.pls-nav-dropdown-inner {
    margin: 0 auto;
    max-width: 1460px;
    height: 100%;
    display: none;
    padding-right: 20px
}

.pls-nav-dropdown-inner.is-active {
    display: flex
}

.pls-nav-dropdown-side {
    position: relative;
    width: 220px
}

.pls-nav-dropdown-side:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background: #f7f8fa url(../../../images/scg/bg-navigation@2x.png) right bottom no-repeat;
    background-size: 400px auto
}

.pls-nav-dropdown-side-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 20px;
    padding-top: 40px;
    box-sizing: border-box
}

.pls-nav-cat-menu {
    display: flex;
    flex-direction: column;
    height: 100%
}

.pls-nav-cat-menu.pls-nav-cat-menu__single {
    padding-right: 40px;
    align-items: flex-end
}

.pls-nav-cat-menu .pls-nav-cat-menu-title {
    color: #030a1a;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px
}

.pls-nav-cat-menu .pls-nav-cat-menu-desc {
    margin: 20px 0 30px;
    color: #858c99;
    font-size: 13px;
    line-height: 18px
}

.pls-nav-cat-menu-list {
    position: relative;
    height: 1px;
    flex: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: -20px;
    padding-left: 20px;
    font-size: 0
}

.pls-nav-cat-menu-item {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    cursor: pointer;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    justify-content: flex-end;
    padding-right: 40px
}

.tpm-hero2__ctrl-item-line {
    position: absolute;
    right: -2px;
    left: 0;
    transition: all .4s ease-in-out;
    height: 60px
}

.tpm-hero2__ctrl-item-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%)
}

.tpm-hero2__ctrl-item-line:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 2;
    width: 2px;
    height: 100%;
    background-color: var(--header-primary-color);
    transition: all .3s ease-in-out
}

.pls-nav-cat-menu-item-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #030a1a
}

.pls-nav-cat-menu-item.is-active>.pls-nav-cat-menu-item-link {
    color: var(--primary-color);
    font-weight: 500
}

.pls-nav-dropdown-content {
    flex: 1;
    display: flex;
    overflow-x: auto;
    overflow-y: auto;
    margin-right: -60px;
    padding-right: 30px
}

.pls-nav-dropdown-content-inner {
    display: flex;
    width: 100%;
    min-width: 900px
}

.pls-nav-dropdown-main {
    flex: 1;
    display: none;
    max-width: 1100px;
    box-sizing: border-box;
    padding: 32px;
    max-width: 1168px
}

.pls-nav-dropdown-main.is-active {
    display: flex
}

.pls-nav-dropdown-main .tp-grid__row {
    padding-bottom: 20px
}

.page-header .pls-nav-dropdown-content-inner .nav-menu-dropdown.pls-nav-dropdown-main {
    top: inherit;
    left: inherit;
    transform: none;
    padding: 32px 0
}

.page-header .pls-nav-dropdown-content-inner .nav-menu-dropdown.pls-nav-dropdown-main .nav-menu-wrap {
    height: auto;
    display: flex;
    justify-content: space-between;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    max-height: 100%;
    padding: 0;
    background: 0 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(2,auto);
    grid-gap: 1.5rem
}

.page-header .pls-nav-dropdown-content-inner .nav-menu-dropdown.pls-nav-dropdown-main .nav-menu-wrap .menu-item {
    padding: 0 32px
}

.page-header .pls-nav-dropdown-content-inner .nav-menu-dropdown.pls-nav-dropdown-main .nav-menu-wrap .menu-item .menu-item-title {
    border-bottom: 1px solid #dde8f5;
    font-size: 16px;
    font-weight: 500;
    color: #030a1a;
    line-height: 22px
}

.page-header .pls-nav-dropdown-content-inner .nav-menu-dropdown.pls-nav-dropdown-main .nav-menu-wrap .menu-item .menu-item-category {
    padding: 23px 0 0 0
}

.page-header .pls-nav-dropdown-content-inner .nav-menu-dropdown.pls-nav-dropdown-main .nav-menu-wrap .menu-item .menu-item-category .category-li {
    font-size: 14px;
    font-weight: 400;
    color: #030a1a;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px
}

.page-header .pls-nav-dropdown-content-inner .nav-menu-dropdown.pls-nav-dropdown-main .nav-menu-wrap .menu-item .menu-item-category .category-li:hover {
    color: var(--header-primary-color)
}

.pls-nav-dropdown-main .pls-nav-dropdown-item {
    position: relative;
    height: auto;
    box-shadow: 0 4px 12px 0 rgba(41,57,87,.08);
    border: 2px solid #fff;
    padding: 24px 16px;
    margin-bottom: 16px;
    background-size: cover
}

.pls-nav-dropdown-main .pls-nav-dropdown-item .nav-dropdown-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #030a1a;
    line-height: 20px
}

.pls-nav-dropdown-main .pls-nav-dropdown-item .nav-dropdown-item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #293957;
    line-height: 20px;
    margin-top: 8px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 16px
}

.pls-nav-dropdown-main .pls-nav-dropdown-item .tpm-prod-hero__btn-group-wrapper {
    line-height: 1;
    margin-top: 23px
}

.pls-nav-dropdown-main .pls-nav-dropdown-item .tpm-prod-hero__btn-group-wrapper .tpm-prod-hero__btn-group {
    margin: 0;
    margin-right: 32px
}

.pls-nav-dropdown-main .pls-nav-dropdown-item .tpm-prod-hero__btn-group-wrapper .tpm-prod-hero__btn-group .tpm-btn.tpm-btn--primary {
    margin-right: 8px;
    transition: none;
    color: #fff
}

.pls-nav-dropdown-main .pls-nav-dropdown-item .tpm-prod-hero__btn-group-wrapper .tpm-prod-hero__btn-group .tpm-btn {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    margin-left: 0
}

.pls-nav-dropdown-main .pls-nav-dropdown-item .tpm-prod-hero__btn-group-wrapper .tpm-link.tp-link {
    color: var(--header-primary-color)
}

.page-header-parent .page-header .tpm-btn.tpm-btn--lightTodeep.tpm-btn-header-right {
    background: 0 0;
    border: 1px solid rgba(255,255,255,.6);
    color: #fff;
    border-radius: var(--header-btn-radius)
}

.page-header-parent .page-header .tpm-btn.tpm-btn--lightTodeep.tpm-btn-header-right:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.9)
}

.pls-nav-dropdown-main .pls-nav-dropdown-item .tpm-btn {
    min-width: 104px
}

.main-bottom .bottom-wear-right .ng-topnav__sign-inner,.main-bottom .bottom-wear-right .tpm-btn {
    min-width: auto;
    padding: 0 16px;
    height: 36px!important;
    line-height: 34px!important;
    border-radius: var(--header-btn-radius);
    box-sizing: border-box
}

.page-header .bottom-wear-right .link-style {
    font-size: 14px;
    padding: 0 16px;
    position: relative
}

.page-header .bottom-wear-right .link-style:last-child::after {
    content: '';
    width: 1px;
    height: 20px;
    background: silver;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.page-header .bottom-wear-right .tpm-prod-hero__btn-group {
    margin-top: 0
}

.page-header .bottom-wear-right .button-wrapper {
    margin-left: 16px
}

.page-header .bottom-wear-right .tpm-btn+.tpm-btn {
    margin-left: 6px
}

.page-header .bottom-wear-right .tpm-btn.tpm-btn--primary:hover {
    color: #fff
}

.hot__flag {
    display: inline-block;
    font-weight: 400;
    line-height: 16px;
    width: auto;
    padding: 0 4px;
    height: 16px;
    color: #fff!important;
    font-size: 10px;
    font-family: PingFangSC,PingFang SC,Microsoft YaHei;
    font-style: normal;
    text-align: center;
    background: linear-gradient(184deg,#ff7865,#ff5151);
    border-radius: var(--radius-sm)
}

[v-clock] {
    display: none!important
}

.service-side ul li img {
    margin: 0
}

.yz-el-dialog.suggestion.dialog-suggestion .dialog-title {
    border-bottom: none
}

.page-header>.main .main-bottom .bottom-wear-left ul.zixun-page-list {
    display: none
}

.page-header>.main .main-bottom .bottom-wear-right>ul {
    display: none
}

.page-header .zixun-logo {
    display: none
}

#couponsimg {
    height: 60px;
    position: relative;
    max-width: 1920px;
    margin: auto;
    display: none;
    overflow: hidden
}

#couponsimg .carousel-item-container {
    height: 100%;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    background-size: cover;
    background-image: url(/act/june/img/20240618_active07.png)
}

#couponsimg .close-container {
    height: 100%;
    text-align: right;
    position: relative;
    width: 1170px;
    margin: 0 auto
}

#couponsimg .close-container img {
    position: absolute;
    z-index: 10;
    text-shadow: none;
    font-family: sans-serif;
    width: 30px;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    right: -80px
}

.nav-menu-dropdown .nav-menu-wrap .menu-item .menu-item-category .category-li {
    white-space: nowrap
}

@media (max-width: 1500px) {
    #couponsimg .close-container img {
        right:0
    }

    .page-header .bottom-wear-right .link-style {
        padding: 0 12px
    }

    .page-header .main-bottom .submenu {
        margin-right: 23px
    }

    .page-header-parent .pls-nav-dropdown {
        height: 490px
    }

    .page-header .pls-nav-dropdown-content-inner .nav-menu-dropdown.pls-nav-dropdown-main .nav-menu-wrap .menu-item {
        padding: 0 16px
    }

    .page-header .pls-nav-dropdown-content-inner .nav-menu-dropdown.pls-nav-dropdown-main .nav-menu-wrap .menu-item .menu-item-category {
        padding: 23px 16px 0 16px
    }
}

@media (max-width: 768px) {
    #couponsimg {
        display:none!important
    }

    .container {
        width: 100%!important
    }

    div.col-xs-12 {
        width: 100%
    }

    .navbar.navbar-default .container,footer .container {
        width: 100%!important
    }

    .navbar-header {
        float: none!important
    }

    header .navbar .navbar-header {
        margin-top: 0!important
    }

    header .navbar.navbar-default .navbar-brand {
        width: 130px;
        height: 60px
    }

    header .navbar-default ul.navbar-nav {
        margin: 0;
        width: 100%
    }

    header .navbar-default ul.navbar-nav>li {
        float: none
    }

    header .navbar .navbar-nav>li>a {
        line-height: 35px!important
    }

    footer .Copyright .footer-link {
        color: #fff600
    }

    footer.Last {
        background: #212121
    }

    footer ul.footer_social_links {
        float: left
    }

    .service-side {
        top: 80%!important;
        left: 10px
    }

    .service-side ul>li:first-child {
        display: none
    }

    .service-side ul li .tips_1 {
        display: none
    }

    .service-side ul li .phone_tops {
        display: none
    }

    .sidebox.cd-top.show {
        display: none!important
    }

    .service-side ul li {
        display: none
    }

    .service-side ul li:nth-of-type(2) {
        display: block
    }

    .page-footer {
        display: none
    }
}

.rightIcon-item.iconButton.active svg:first-child {
    display: block
}

.rightIcon-item.iconButton.active svg:last-child {
    display: none
}

.rightIcon-item.iconButton svg:first-child {
    display: none
}

.rightIcon-item.iconButton svg:last-child {
    display: block
}

.nav-menu-dropdown.clearfix {
    display: none
}

.page-header-parent .discolorheader.page-header {
    backdrop-filter: none;
    padding-bottom: 0;
    box-shadow: none;
    border-bottom: none
}

.page-header-parent .discolorheader.page-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.page-header-parent .discolorheader.page-header:hover::before {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    z-index: 1
}

.page-header>.main .main-bottom {
    height: 64px
}

.page-header>.main .main-bottom .bottom-wear-left ul {
    height: 100%
}

.page-header .main-bottom .submenu {
    line-height: 64px;
    height: 100%;
    white-space: nowrap;
    position: relative
}

.page-header>.main {
    width: 100%;
    position: relative;
    min-width: auto;
    padding: 0 24px;
    z-index: 2;
    backdrop-filter: blur(10px);
    background-color: #000
}

.page-header .main-bottom .submenu,.page-header>.main .main-top .top-wear-right .link-style {
    color: rgba(255,255,255,.9)
}

.tpm-prod-hero__bg-inner .tpm-prod-hero__bg-inner-content {
    display: flex;
    height: 100%;
    align-items: center
}

.tpm-prod-hero {
    height: 620px!important
}

.tpm-prod-hero__bg-inner .tpm-prod-hero__bg-inner-content .bg-title {
    font-family: AlimamaShuHeiTi-Bold;
    font-weight: 700;
    line-height: 1.3;
    font-size: 60px;
    font-family: AlimamaShuHeiTi-Bold,AlimamaShuHeiTi;
    font-weight: 700;
    color: #fff;
    line-height: 72px;
    animation: textShine 3s ease-in-out infinite alternate;
    background: linear-gradient(to right,#f4b156 20%,#fbb352 30%,#f9f5a2 70%,#fdb25c 80%);
    background-size: 500% auto;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.tpm-prod-hero__bg-inner .tpm-prod-hero__bg-inner-content .bg-title.bg-title_white {
    color: #fff;
    background: 0 0;
    -webkit-text-fill-color: initial
}

.tpm-prod-hero__bg-inner .bg-desc {
    color: #fff;
    font-size: 16px;
    margin-top: 18px;
    font-family: AlimamaShuHeiTi-Bold,AlimamaShuHeiTi
}

.tpm-prod-hero__bg-inner .bg-inner-content-main {
    margin-left: -54px;
    text-align: left
}

.tpm-prod-hero__bg-inner .tpm-prod-hero__bg-inner-content .bg-title_wrap .bg-title:not(.bg-title_white) {
    animation: textShine 3s ease-in-out infinite alternate;
    background: linear-gradient(to right,#f4b156 20%,#fbb352 30%,#f9f5a2 70%,#fdb25c 80%);
    background-size: 500% auto;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.bg-title_wrap {
    margin-top: 6px
}

.tpm-prod-hero__bg-inner .bg-desc-child {
    position: relative;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px
}

.tpm-prod-hero__bg-inner .bg-desc-child.bg-desc-first {
    z-index: 10;
    color: #ff3b20
}

.tpm-prod-hero__bg-inner .bg-desc-child.bg-desc-first span {
    font-size: 24px;
    margin-left: 10px
}

.tpm-prod-hero__bg-inner .bg-desc-child.bg-desc-second {
    background: 0 0;
    border: 1px solid #fff;
    padding-left: 60px;
    left: -37px
}

.desc_mainColor {
    color: #ff3b20
}

@keyframes textShine {
    0% {
        background-position: 0 50%
    }

    100% {
        background-position: 100% 50%
    }
}

@media (hover: hover) and (pointer:fine) {
    .page-header .main-bottom .submenu.selected:hover:after {
        position:absolute;
        content: "";
        display: block;
        left: -10px;
        top: 17px;
        width: calc(100% + 20px);
        height: 30px;
        border-radius: var(--radius-base);
        transform: scale(1);
        background: hsla(0,0%,100%,.12);
        opacity: 1
    }
}

.modile-header {
    display: none
}

@media (max-width: 768px) {
    .modile-header {
        display:none
    }

    .page-header-parent {
        display: none
    }

    .modile-header.newModile-header {
        display: block;
        color: #333
    }

    .modile-header .navbar {
        border: none;
        margin-bottom: 0;
        position: static;
        padding: unset;
        align-items: baseline
    }

    .navbar-header:after,.navbar-header:before {
        display: none
    }

    .modile-header img {
        max-width: 100%
    }

    .el-yz-message {
        min-width: auto;
        width: calc(100% - 40px);
        margin: auto
    }

    .modile-header .navbar-header {
        position: fixed;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 15px;
        padding-right: 13px;
        background: #000;
        z-index: 999
    }

    .modile-header .navHeader-right .rightIcon-item {
        min-width: 20px;
        min-height: 20px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px
    }

    .modile-header .navHeader-right .rightIcon-item .trigger-inner,.modile-header .navHeader-right .rightIcon-item .trigger-inner::after,.modile-header .navHeader-right .rightIcon-item .trigger-inner::before {
        content: '';
        position: absolute;
        background-color: #333;
        height: 3px;
        width: 17px
    }

    .modile-header .navHeader-right .rightIcon-item .trigger-inner {
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .modile-header .navHeader-right .rightIcon-item .trigger-inner::after,.modile-header .navHeader-right .rightIcon-item .trigger-inner::before {
        content: "";
        left: 0;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s,-webkit-transform .2s
    }

    .modile-header .navHeader-right .rightIcon-item .trigger-inner::before {
        left: 0;
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    .modile-header .navHeader-right .rightIcon-item .trigger-inner::after {
        left: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    .modile-header .navHeader-right .rightIcon-item.active .trigger-inner {
        background-color: transparent!important
    }

    .modile-header .navHeader-right .rightIcon-item.active .trigger-inner::before {
        transform: rotate(45deg)!important
    }

    .modile-header .navHeader-right .rightIcon-item.active .trigger-inner::after {
        transform: rotate(-45deg)!important
    }

    .modile-header .navHeader-left .content-logo {
        width: 94px;
        display: flex
    }

    .modile-header .navHeader-left .content-logo>img {
        width: 100%
    }

    .modile-header .navHeader-right .rightIcon-item .personInfo-userLogo {
        width: 22px;
        height: 22px;
        align-items: center
    }

    .modile-header .navHeader-right .rightIcon-item .personInfo-userLogo .iconfont {
        width: 20px;
        height: 20px;
        border: 2px solid;
        border-radius: 50%;
        display: none;
        align-items: center;
        justify-content: center;
        font-weight: 700
    }

    .modile-header .navHeader-right .rightIcon-item .personInfo-userLogo img {
        display: none;
        border-radius: 50%;
        border: 2px solid #333
    }

    .modile-header .navbar-collapse {
        background: #fff;
        position: fixed;
        padding: 16px 15px;
        top: 50px;
        width: 100%;
        left: 0;
        box-shadow: 1px 4px 6px 0 rgba(51,51,51,.4);
        max-height: inherit;
        z-index: -1;
        opacity: 0;
        transform: translateY(-100%);
        transition: all .3s ease-out
    }

    .modile-header .navbar-collapse.active {
        z-index: 100;
        opacity: 1;
        transform: translateY(0)
    }

    .modile-header .navbar-collapse .navbar-collapse-content a {
        color: #333
    }

    .modile-header .navbar-collapse .navbar-collapse-content .user-info {
        display: none;
        line-height: 1;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 15px
    }

    .modile-header .navbar-collapse .navbar-collapse-content .user-info .userInfo-name-wrapper {
        align-items: center
    }

    .modile-header .navbar-collapse .navbar-collapse-content .user-info .userInfo-name-flag {
        display: flex;
        align-items: center;
        padding: 0 5px;
        box-sizing: border-box;
        height: 18px;
        background: #8dbeff;
        font-size: 12px;
        color: var(--header-primary-color)
    }

    .modile-header .navbar-collapse .navbar-collapse-content .user-info .userInfo-id-wrapper {
        font-size: 12px
    }

    .modile-header .navbar-collapse .navbar-collapse-content .contentMain-ul {
        padding-top: 20px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        margin-bottom: 15px
    }

    .modile-header .navbar-collapse .navbar-collapse-content .nav-content-item {
        display: flex;
        align-items: center;
        line-height: 1
    }

    .modile-header .navbar-collapse .navbar-collapse-content .nav-content-item.exit,.modile-header .navbar-collapse .navbar-collapse-content>a .nav-content-item {
        position: relative;
        margin-bottom: 15px;
        line-height: 20px
    }

    .modile-header .navbar-collapse .navbar-collapse-content .nav-content-item.exit {
        padding-top: 15px;
        border-top: 1px solid #e5e5e5
    }

    .modile-header .navbar-collapse .navbar-collapse-content .contentMain-ul li {
        margin-bottom: 20px
    }

    .modile-header .navbar-collapse .navbar-collapse-content .nav-content-item:hover {
        color: var(--primary-hover)
    }

    .modile-header .navbar-collapse .navbar-collapse-content .nav-content-item .iconfont {
        margin-right: 10px;
        font-size: 18px
    }

    .modile-header .navbar-collapse .navbar-collapse-content .nav-content-item .item-productNum {
        position: absolute;
        right: 0;
        color: #f5212d
    }

    .modile-header .navbar-collapse .navbar-collapse-content .nav-content-item .iconfont.icon-hc_console_user {
        font-size: 19px
    }

    .modile-header .navbar-collapse .navbar-collapse-content .nav-content-item .iconfont.icon-hc_console_user {
        font-size: 20px
    }

    .navbar-collapse .nav-content-item .item-realNameFlag {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 7px;
        font-size: 12px;
        height: 20px;
        box-sizing: border-box;
        border: 1px solid;
        display: none;
        align-items: center
    }

    .navbar-collapse .nav-content-item .item-realNameFlag.norealName {
        color: #f5212d;
        border-color: #f5212d
    }

    .navbar-collapse .nav-content-item .item-realNameFlag.realName {
        color: #3fbf70;
        border-color: #3fbf70
    }

    .navbar-collapse .yzButton-wrapper {
        border-top: 1px solid #e5e5e5;
        padding-top: 16px
    }

    .navbar-collapse .yzButton-wrapper .yzButton {
        flex: 1;
        height: 40px;
        margin: 0;
        box-sizing: border-box;
        padding: 0
    }

    .navbar-collapse .yzButton-wrapper .yzButton a {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        color: inherit
    }

    .navbar-collapse .yzButton-wrapper .yzButton.deep {
        margin-right: 5px;
        background: var(--mainColor);
        color: #fff;
        border: none
    }

    .navbar-collapse .yzButton-wrapper .yzButton.light {
        margin-left: 5px;
        color: var(--mainColor);
        border: 1px solid var(--mainColor)
    }

    .modile-header .navbar-collapse.menuInfo {
        position: fixed;
        bottom: 0;
        padding-top: 0
    }

    .modile-header .navbar-collapse.menuInfo .nav-content-item {
        position: relative;
        height: 46px;
        align-items: center;
        z-index: 100;
        background-color: #fff
    }

    .modile-header .navbar-collapse.menuInfo .nav-item-wrapper.active .nav-content-item {
        color: var(--primary-hover)
    }

    .modile-header .navbar-collapse.menuInfo .navbar-collapse-content a.active {
        color: var(--primary-hover)
    }

    .modile-header .navbar-collapse.menuInfo .nav-item-wrapper:not(.active) .nav-content-item::after,.modile-header .navbar-collapse.menuInfo .nav-item-wrapper[data-name=act] .nav-content-item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e5e5e5
    }

    .modile-header .navbar-collapse.menuInfo .nav-content-item .el-icon-caret-bottom {
        position: absolute;
        right: 0;
        color: #333;
        transition: all .3s linear
    }

    .modile-header .navbar-collapse.menuInfo .nav-item-wrapper {
        position: relative
    }

    .modile-header .navbar-collapse.menuInfo .nav-item-wrapper.active .nav-content-item .el-icon-caret-bottom {
        transform: rotate3d(0,0,1,180deg)
    }

    .modile-header .navbar-collapse.menuInfo .navbar-collapse-content .nav-item-wrapper .nav-ul-wrapper {
        position: relative;
        padding: 8px 24px;
        line-height: 1;
        background: #f4f4f4;
        display: none
    }

    .modile-header .navbar-collapse.menuInfo .navbar-collapse-content .nav-item-wrapper.active .nav-ul-wrapper {
        display: block;
        animation: fadeInTop .3s ease-out
    }

    @keyframes fadeInTop {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0)
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    @-webkit-keyframes fadeInTop {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0)
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    .modile-header .navbar-collapse.menuInfo .navbar-collapse-content .nav-item-wrapper .nav-ul-wrapper .nav-ul-li {
        padding: 8px 0;
        font-size: 13px
    }

    .modile-header .navbar-collapse.menuInfo .navbar-collapse-content .nav-content-item .iconfont {
        margin-right: 6px
    }

    .navModile-wrapper {
        top: 50px
    }

    .tips_1.modile {
        padding-bottom: 10px;
        height: auto!important;
        top: -219px!important
    }

    .tips_1.modile:after {
        top: 208px!important
    }

    .modile-header .navHeader-right .rightIcon-item path,.modile-header .navHeader-right .rightIcon-item svg {
        color: #fff;
        fill: #fff
    }

    .tpm-prod-hero {
        height: 300px!important
    }
}

.page-header.dark-header>.main {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: hsla(0,0%,100%,.1);
    border-color: hsla(0,0%,100%,.2);
    box-shadow: inset 0 4px 4px hsla(0,0%,100%,.005),inset 0 0 68px hsla(0,0%,100%,.01);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: hsla(0,0%,2%,.8)
}

.page-header.dark-header>.main:after {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    z-index: -1;
    background: hsla(0,0%,100%,.05)
}

.language-switcher {
    margin-left: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: rgba(255,255,255,.9)
}

.language-switcher svg,.language-switcher svg path {
    fill: rgba(255,255,255,0.9);
    width: 20px;
    margin-right: 5px
}

.ng-topnav__sign {
    position: relative;
    display: inline-flex;
    align-items: center
}

.ng-topnav__sign-inner {
    width: fit-content;
    background: linear-gradient(270deg,#1568f0,#0052d9);
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.ng-topnav__sign-inner:hover {
    background: linear-gradient(270deg,#1a6ff5,#0062e6)
}

.ng-topnav__sign-dropdown-wrap {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 8px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    z-index: 1000
}

.ng-topnav__sign:hover .ng-topnav__sign-dropdown-wrap {
    opacity: 1;
    pointer-events: auto
}

.ng-topnav__sign-dropdown {
    border-radius: var(--radius-lg);
    border: 1px solid #dce1ec;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(22,51,100,.2);
    padding: 19px;
    min-width: 240px
}

.ng-topnav__sign-btn,.ng-topnav__sign-hd,.ng-topnav__sign-item {
    max-width: 460px
}

.ng-topnav__sign-hd {
    display: flex;
    align-items: center
}

.ng-topnav__sign-icon {
    flex-shrink: 0;
    width: 40px;
    height: 29px;
    background-size: cover;
    background-image: url(../../../img/logo-small.svg);
}

.ng-topnav__sign-title {
    margin-left: 10px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis
}

.ng-topnav__sign-list {
    margin-top: 16px
}

.ng-topnav__sign-item {
    color: rgba(0,0,0,.8);
    font-size: 14px;
    line-height: 22px;
    padding-left: 24px;
    position: relative;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis
}

.ng-topnav__sign-item:before {
    content: "";
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(https://staticintl.cloudcachetci.com/yehe/backend-news/88c6346_qc-topnav-sign-list.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.ng-topnav__sign-item+.ng-topnav__sign-item {
    margin-top: 8px
}

.ng-topnav__sign-ft {
    margin-top: 16px
}

.ng-topnav__sign-btn {
    cursor: pointer;
    width: 100%;
    padding: 7px 24px;
    background: #0052d9;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    border-radius: var(--header-btn-radius)
}

.ng-topnav__sign-btn-text {
    transform: translateX(12px);
    transition: all .3s ease-in-out;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis
}

.ng-topnav__sign-btn:after {
    opacity: 0;
    margin-left: 8px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(https://staticintl.cloudcachetci.com/yehe/backend-news/Af5A219_qc-topnav-sign-btn.svg);
    transition: all .3s ease-in-out
}

.ng-topnav__sign-btn:hover {
    background: #0034b5
}

.ng-topnav__sign-btn:hover .ng-topnav__sign-btn-text {
    transform: translateX(0)
}

.ng-topnav__sign-btn:hover:after {
    opacity: 1
}

.header-lang-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px
}

.header-lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    color: rgba(255,255,255,.8);
    transition: all .2s ease
}

.header-lang-btn:hover {
    color: #fff;
    background-color: rgba(255,255,255,.15)
}

.header-lang-btn svg {
    fill: currentColor
}

body,html {
    font-size: 14px
}

.relative {
    position: relative
}

.discolorheader a:active,.discolorheader a:focus,.discolorheader a:hover,.discolorheader a:link,.discolorheader a:visited,.page-footer a:active,.page-footer a:focus,.page-footer a:hover,.page-footer a:link,.page-footer a:visited {
    outline: 0;
    color: rgba(255,255,255,.9);
    text-decoration: none
}

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

.discolorheader p,.page-footer p {
    margin: 0
}

.mb-10 {
    margin-bottom: 10px
}

.fboxCenter {
    display: flex;
    justify-content: center;
    align-items: center
}

.fboxRow {
    display: flex
}

.fboxCol {
    display: flex;
    flex-direction: column;
    align-items: center
}

.yzButton {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.yzButton:focus {
    border: none
}

.banner-ny-top .banner-ny {
    height: 450px;
    padding: 0;
    padding-top: 120px
}

.banner-ny-top .banner-ny .banner {
    width: 100%;
    height: 100%;
    padding-top: 120px;
    box-sizing: border-box
}

.banner-ny-top .banner-ny .banner .container {
    display: flex;
    position: relative;
    align-items: center;
    height: 304px;
    max-width: 1200px
}

.banner-ny-top .banner-ny .banner .container .index-banner-top ul {
    width: 600px;
    text-align: left;
    box-sizing: border-box
}

.banner-ny-top .banner-ny .banner .container .index-banner-top ul>li {
    list-style: none;
    color: #fff
}

.banner-ny-top .banner-ny .banner .container .index-banner-top ul>li .banner-title {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 500
}

.banner-ny-top .banner-ny .banner .container .index-banner-top ul>li p {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500
}

.banner-ny-top .banner-ny .banner .container .index-banner-top ul>li button {
    float: left;
    padding: 6px 35px;
    background: #ff902d;
    color: #fff;
    border-radius: var(--radius-base);
    font-weight: 600;
    margin-left: 0;
    margin-top: 20px;
    border: none;
    height: 35.5px
}

.banner-ny-top .banner-ny .banner .container .index-banner-top ul>li .contorl button {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 35px;
    margin-left: 8px
}

.banner-activity.yz {
    position: relative;
    z-index: 10
}

.banner-activity.yz .banner-activity-inner {
    height: 50px;
    background: #fff;
    box-shadow: 0 0 11px 0 rgba(45,154,250,.16)
}

.banner-activity.yz .banner-activity-inner .banner-activity-inner-section {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.banner-activity.yz .banner-activity-inner .banner-activity-inner-section .banner-activity-inner-child {
    flex: 1;
    display: flex;
    align-items: center
}

.banner-activity.yz .banner-activity-inner .banner-activity-inner-section .banner-activity-inner-child>a {
    display: flex
}

.banner-activity.yz .banner-activity-inner .inner-wrapper {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    display: flex
}

.banner-activity.yz .banner-activity-inner .inner-wrapper .inner-wrapper-desc {
    width: 71px;
    height: 26px;
    background: #fff;
    border: 1px solid #ff5107;
    border-radius: 0 13px 13px 0;
    color: #ff5107;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 0 8px;
    white-space: nowrap
}

.banner-activity.yz .banner-activity-inner .inner-wrapper .inner-wrapper-text {
    color: #333;
    font-size: 14px;
    position: relative;
    left: -2px
}

.banner-activity.yz .banner-activity-inner .inner-wrapper .inner-wrapper-text .num {
    color: #ff5107;
    font-size: 18px;
    display: inline-block;
    margin: 0 3px
}

@media (max-width: 1200px) {
    .banner-activity.yz .banner-activity-inner .banner-activity-inner-section .banner-activity-inner-child {
        justify-content:center
    }
}

.module-wrapper {
    padding: 80px 0 60px 0;
    background: #fff
}

.module-wrapper .module-title {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    text-align: center
}

.module-wrapper .module-desc {
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    color: #666
}

.module-wrapper .module-content {
    margin-top: 50px
}

.container .row .col {
    padding-left: 10px;
    padding-right: 10px
}

.module-content .module-tabs .tabs-bar .tabs-list {
    position: relative;
    display: flex;
    justify-content: center
}

.module-content .module-tabs .tabs-bar .tabs-list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eee
}

.module-content .module-tabs .tabs-bar .tabs-list .tabs-list-item {
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 0 30px 18px 30px;
    overflow: hidden;
    vertical-align: bottom;
    margin-bottom: -1px;
    margin: 0 55px;
    font-size: 18px;
    color: #333;
    line-height: 1;
    white-space: nowrap
}

.module-content .module-tabs .tabs-bar .tabs-list .tabs-list-item.active {
    color: var(--primary-hover);
    font-weight: 700;
    line-height: 1.1
}

.module-content .module-tabs .tabs-bar .tabs-list .tabs-list-item.active::after {
    display: inline-block;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-hover);
    z-index: 1;
    transition: all .8s linear
}

.module-content .module-tabs .tabs-bar .tabs-list .tabs-list-item.active .tabs-animation {
    font-size: 0;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #e5e8ed;
    background-color: #fff;
    z-index: 10;
    animation: electricity .8s;
    -moz-animation: electricity .8s;
    -webkit-animation: electricity .8s;
    -o-animation: electricity .8s
}

.module-content .module-tabs .tabs-bar .tabs-list .tabs-list-item.active:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--primary-hover);
    border-left: 3px solid var(--primary-hover);
    background-color: #fff;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@keyframes electricity {
    0% {
        left: 0;
        width: 100%
    }

    100% {
        left: 101%;
        width: 0
    }
}

.module-content .module-tabs .tabs-content {
    padding: 20px 0 0
}

.buy-loading__inner {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: center
}

.buy-loading__dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
    text-align: center;
    vertical-align: middle;
    background-color: var(--primary-hover);
    border-radius: 100%;
    -webkit-animation: loadinganimationdelay .7s ease-in-out infinite both;
    animation: loadingAnimationDelay .7s ease-in-out infinite both
}

.buy-loading__dot:first-child {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.buy-loading__dot:nth-child(2) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes loadingAnimationDelay {
    0%,80%,to {
        transform: scale(.6);
        opacity: .4
    }

    40% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes loadingAnimationDelay {
    0%,80%,to {
        transform: scale(.6);
        opacity: .4
    }

    40% {
        transform: scale(1);
        opacity: 1
    }
}

:root {
    --mainColor: var(--primary-color);
    --viceColor: var(--primary-hover);
    --redColor: #FF3C20;
    --titleColor: #191919;
    --vicetitleColor: #3D485D;
    --introduceColor: #293957;
    --placeholderColor: #c0c0c0;
    --deepbannerColor: #f2f2f2;
    --lightbannerColor: #f9fafc
}

a {
    text-decoration: none
}

a:focus,a:hover {
    text-decoration: none;
    color: var(--primary-color)
}

a.tpm-btn--white-hole:focus {
    color: #fff
}

.tpm-product__moreconfig:focus {
    color: #3d485d;
    color: var(--vicetitleColor)
}

* {
    outline: 0
}

li {
    list-style: none
}

.w100 {
    width: 100%!important
}

.w50 {
    width: 50%!important
}

.w35 {
    width: 35%!important
}

.w75 {
    width: 75%!important
}

h3,span {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
}

em,i {
    font-style: normal;
    font-weight: 400
}

.is-hidden-pc {
    display: none
}

.font-bold {
    font-weight: 700
}

body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,input,li,ol,p,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

body,html {
    min-width: 1200px
}

body {
    overflow-x: auto
}

.view-control header {
    z-index: 1
}

button,input[type=button],input[type=submit],select {
    cursor: pointer
}

.fboxYcenter {
    display: flex;
    align-items: center
}

.mainColor {
    color: var(--primary-color);
    color: var(--mainColor)
}

.noShadow {
    box-shadow: none
}

b,strong {
    font-weight: 700
}

.cursorPointer {
    cursor: pointer
}

.page-header-parent.nofloorBg {
    height: 65px
}

.font-18,.font18 {
    font-size: 18px
}

.font-16,.font16 {
    font-size: 16px
}

.font-24,.font24 {
    font-size: 24px
}

.font12 {
    font-size: 12px
}

.pdB-0 {
    padding-bottom: 0!important
}

.mr-16 {
    margin-right: 16px
}

.mr-8 {
    margin-right: 8px
}

.mr-4 {
    margin-right: 4px
}

.mr-10 {
    margin-right: 10px
}

.mr-24 {
    margin-right: 24px
}

.ml-4 {
    margin-left: 4px
}

.ml-8 {
    margin-left: 8px
}

.ml-16 {
    margin-left: 16px
}

.mt-4 {
    margin-top: 4px
}

.mt-8 {
    margin-top: 8px
}

.mt-16 {
    margin-top: 16px
}

.mt-24 {
    margin-top: 24px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-8 {
    margin-bottom: 8px
}

.mt-60 {
    margin-top: 60px
}

.mb-16-i {
    margin-bottom: 16px!important
}

.mb-24-i {
    margin-bottom: 24px!important
}

.overshowSpot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.blockCenter {
    display: block;
    text-align: center
}

.underline {
    text-decoration: underline
}

.document-content-none-icon {
    display: block;
    margin: 0 auto 24px;
    width: 160px;
    height: 160px;
    background: url(images/news/search-none_ccb.svg) no-repeat
}

video {
    width: 100%;
    height: 100%;
    object-fit: contain
}

video:focus {
    outline: 0
}

.bigTitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2
}

.onelevelTitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

.priceText {
    font-size: 28px;
    font-weight: 600
}

.tpm-btn {
    display: inline-block;
    box-sizing: border-box;
    min-width: 104px;
    height: 36px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: var(--primary-color);
    background-color: var(--mainColor);
    border: 1px solid transparent;
    outline: 0 none;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%)
}

.tpm-prod-hero__btn {
    background-color: var(--primary-color);
    background: var(--mainColor);
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    color: #fff;
    min-width: 136px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    -webkit-font-smoothing: auto;
    transition: box-shadow .3s ease-in-out
}

.tpm-btn.noclick {
    color: #fff;
    cursor: default;
    background: linear-gradient(90deg ,#d2cfc9 0,#ada7a1 100%)!important;
    font-weight: 400!important;
    border: none
}

.tpm-btn.isLodding {
    background: #3b86eb!important;
    color: rgba(255,255,255,.5)!important
}

.tpm-btn__key {
    background: linear-gradient(90deg,#ff6854 0,#ff3b20 100%);
    color: #fefefe;
    border: none;
    box-shadow: none!important
}

.receiveCoupon__wrapper .tpm-btn__key,.receiveCoupon__wrapper .tpm-btn__key:hover {
    background: url(images/new-common/cloud_img01_newuser.png) no-repeat center;
    background-size: cover;
    width: 144px;
    height: 36px;
    font-size: 0
}

.tpm-btn .el-icon {
    transition: transform .4s,-webkit-transform .4s
}

.tpm-btn:hover .el-icon.el-icon-arrow-right {
    transform: translateX(4px)
}

#hideInput {
    padding: 0;
    border: none
}

.el-menu {
    border-right: none
}

.el-slider__bar {
    background: var(--primary-color);
    background: var(--mainColor)
}

.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.el-menu-item.is-active,.el-submenu .el-menu-item.is-active {
    color: var(--primary-color)
}

.el-submenu__title {
    padding: 0
}

[class*=tpm-],[class*=tpm-]:after,[class*=tpm-]:before,[class*=tpm-]:focus {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

.tpm-btn:active,.tpm-btn:hover {
    background: linear-gradient(90deg,var(--primary-hover) 0,var(--primary-color) 100%);
    background: linear-gradient(90deg,var(--viceColor) 0,var(--mainColor) 100%);
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%);
    transition: all .3s ease-in-out;
    color: #fff
}

.tpm-prod-hero__btn:hover {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%)
}

.tpm-btn--primary:focus,.tpm-btn--primary:visited,.tpm-prod-hero__btn:visited {
    color: #fff
}

.tpm-btn--white-hole {
    color: #fff;
    background-color: transparent;
    border-color: hsla(0,0%,100%,.6);
    box-shadow: none
}

.tpm-btn--white-hole:active,.tpm-btn--white-hole:hover {
    color: #000;
    border-color: #fff;
    background: #fff
}

.tpm-prod-hero__btn--white {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%),inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
    color: #191919;
    transition: all .3s ease-in-out
}

.tpm-prod-hero__btn--white:hover {
    color: #191919
}

.tpm-prod-hero__btn--white:hover {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%),inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
    background: #fff
}

.tpm-prod-hero .tpm-link+.tpm-link,.tpm-prod-hero__btn+.tpm-link,.tpm-prod-hero__btn+.tpm-prod-hero__btn {
    margin-left: 16px
}

.tpm-btn__key:hover {
    background: linear-gradient(-90deg,#fb2d37 0,#ff6052 100%)
}

.tpm-btn.tpm-btn--lightTodeep:hover {
    background-color: var(--primary-color);
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%);
    color: #fff
}

.tpm-link.tp-link {
    color: var(--primary-color);
    color: var(--mainColor)
}

.tpm-link.tp-link.tp1-link--arrow-bottom::after {
    display: none
}

.tpm-link.tp-link .el-icon-arrow-down {
    transition: all .3s ease-out
}

.tpm-link.tp-link .el-icon-arrow-down.rotate {
    transform: rotate(180deg)
}

.tpm-link:after {
    background-position: 0 100%;
    background-size: 2733.333333333333% auto
}

.tp-link--weak-arrow:after,.tp-link--white-arrow:after,.tp-link:after {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 4px;
    overflow: hidden;
    vertical-align: 0;
    background-image: url(../../img/icon.svg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    content: ""
}

.tpm-faq__item-icon {
    position: absolute;
    right: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url(icon.svg);
    background-position: 98.105263% 51.384615%;
    background-size: 733.3333333333333% auto;
    transition: transform .3s ease-in-out;
    cursor: pointer
}

.is-active .tpm-faq__item-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tp-link--weak-arrow:hover:after,.tp-link--white-arrow:hover:after,.tp-link:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.breadcrumb-item {
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.breadcrumb-item .breadcrumb-item-link {
    color: silver;
    cursor: default
}

.breadcrumb-item:not(:last-child) .breadcrumb-item-link {
    color: var(--primary-color);
    cursor: pointer
}

.breadcrumb .el-icon {
    font-size: 10px;
    color: #444;
    margin: 0 12px
}

.tpm-prod-hero-parent {
    position: relative;
    z-index: 1
}

.tpm-prod-hero {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 450px;
    background-color: #f1f3f4;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px
}

.tpm-prod-hero__bg,.tpm-prod-hero__bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.tpm-prod-hero__bg-wrap {
    overflow: hidden
}

.tpm-prod-hero__bg {
    z-index: 1
}

.tpm-prod-hero__bg-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.tpm-prod-hero__inner {
    z-index: 2;
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding-top: 64px;
    max-width: 1240px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.tpm-prod-hero__content {
    color: #3d485d;
    color: var(--vicetitleColor);
    margin-top: -6px;
    text-align: left
}

.tpm-action-panel .tpm-prod-hero__btn--white {
    color: #191919
}

.tpm-prod-hero__content .tpm-prod-hero__desc {
    color: #191919
}

.tpm-prod-hero__dropdown-wrap {
    margin-bottom: 11px
}

.tpm-prod-hero__event {
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    background: linear-gradient(-90deg,#fb2d37 0,#ff6052 100%);
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-right: 4px
}

.tpm-prod-hero__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.tpm-prod-hero__tit {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tpm-prod-hero__desc {
    font-size: 16px;
    line-height: 30px;
    max-width: 700px
}

.tpm-prod-hero__mainDesc {
    font-size: 20px;
    font-weight: 500
}

.tpm-prod-hero__btn-group {
    margin-top: 40px
}

.tpm-prod-hero__video-card {
    position: absolute;
    right: 10px;
    bottom: -128px;
    box-sizing: border-box;
    width: 324px;
    height: 174px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border-radius: var(--radius-base);
    cursor: pointer;
    transition: all .3s linear
}

.tpm-prod-hero__video-card:hover {
    box-shadow: 0 4px 12px 0 rgb(41 57 87 / 8%)
}

.tpm-prod-hero__video-card .tpm-prod-hero__video-card-inner {
    width: 100%;
    height: 100%
}

.tpm-prod-hero__video-card .tpm-btn {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    width: 104px;
    margin: auto
}

.tpm-prod-hero__notice {
    position: relative;
    padding: 0 10px;
    -webkit-font-smoothing: antialiased;
    min-height: 120px
}

.tpm-prod-hero__notice-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px
}

.tpm-prod-hero.tpm-prod-hero--with-video+.tpm-prod-hero__notice .tpm-prod-hero__notice-inner {
    padding-right: 340px
}

.tpm-prod-hero__notice-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tpm-prod-hero__notice-item {
    width: 33.333%
}

.tpm-prod-hero__notice-item:hover .tpm-prod-hero__notice-tit {
    color: var(--primary-color);
    color: var(--mainColor)
}

.tpm-prod-hero__notice-link {
    padding: 24px 40px 24px 0;
    display: block;
    text-align: center
}

.tpm-prod-hero__notice-tit {
    font-size: 18px;
    color: #191919;
    color: var(--titleColor);
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.tpm-prod-hero__notice-desc {
    font-size: 14px;
    color: #293957;
    color: var(--introduceColor);
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left
}

@media screen and (min-width: 1400px) {
    .tpm-prod-hero {
        transition:margin .4s ease-out,max-width .4s ease-out
    }
}

@media screen and (max-width: 1200px) {
    .tpm-prod-hero__header {
        padding-right:460px
    }

    .tpm-prod-hero__desc {
        max-width: none;
        padding-right: 460px
    }
}

.tpm-section {
    padding: 60px 0
}

.tpm-section.tpm-section__lightBg {
    background: #f9fafc
}

.tpm-section__linearBg {
    background: linear-gradient(180deg,#dce7f3 0,#fff 100%)
}

.tpm-section.tpm-section__datacenter {
    overflow: hidden
}

.tpm-section.tpm-section__deepBg {
    background: #242527
}

.tpm-section__hd {
    margin-bottom: 40px;
    text-align: center;
    -webkit-font-smoothing: antialiased
}

.tpm-section__title {
    font-weight: 500;
    font-size: 28px;
    color: #191919;
    line-height: 40px
}

.tpm-section__desc {
    font-size: 18px;
    font-weight: 400;
    color: #3d485d;
    line-height: 25px
}

.tpm-section.tpm-section__deepBg .tpm-section__title {
    color: #fff
}

.tpm-section__sub {
    margin-top: 12px
}

.view-control .view-column {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.view-control .view-column.no-padding {
    padding-left: 0;
    padding-right: 0
}

.tpm-section.tpm-section__airtcle {
    padding-top: 0
}

.tpm-feature__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-font-smoothing: antialiased
}

.tpm-feature__item.tpm-feature__item-writeBg {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(41,57,87,.08);
    padding: 24px 16px
}

.tpm-feature__item.tpm-feature__item-writeBg:hover {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%),-8px -8px 20px 0 #fff
}

.tpm-feature__item.tpm-feature__item-writeBg:hover .tpm-feature__item-title {
    color: var(--primary-color)
}

.tpm-feature__item-icon {
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 8px
}

.tpm-doc__item__header .font18 {
    color: #191919;
    font-weight: 500
}

.tpm-feature__item-bd {
    -ms-flex: 1;
    flex: 1
}

.tpm-feature__item-title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tpm-feature__item.tpm-feature__item-writeBg .tpm-feature__item-title {
    margin-bottom: 16px
}

.tpm-feature__item-desc {
    font-size: 14px;
    color: #495770;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.tpm-feature__item.tpm-feature__item-writeBg .tpm-feature__item-go {
    padding-top: 24px;
    border-top: 1px solid #f2f2f2
}

.tpm-section.tpm-section__deepBg .tpm-feature__item-desc,.tpm-section.tpm-section__deepBg .tpm-feature__item-title {
    color: #fff
}

.tp-grid__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0
}

[class*=tp-grid__col] {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    -webkit-box-flex: 0
}

.tp-grid__col--8 {
    width: 33.3333333333%
}

.tp-grid__col--24 {
    width: 100%
}

.tp-grid__col--4 {
    width: 16.6666666666%
}

.tp-grid__col--6 {
    width: 25%
}

.tp-grid__col--3 {
    width: 12.5%
}

.tp-grid__col--12 {
    width: 50%
}

.tp-grid__row.tp-grid--gutter-8n {
    margin-bottom: -36px
}

.tp-grid__row.tp-grid--gutter-8n .tp-grid__col {
    margin-bottom: 36px;
    padding-right: 16px;
    padding-left: 16px
}

.tp-grid__row.tp-grid--gutter-8 .tp-grid__col {
    padding-right: 8px;
    padding-left: 8px
}

.tp-grid__row.tp-grid--gutter-6 .tp-grid__col {
    padding-right: 6px;
    padding-left: 6px
}

.pad__row-4 {
    padding: 0 4px
}

.pad__row-6 {
    padding: 0 6px
}

.pad__row-8 {
    padding: 0 8px
}

.pad__row-10 {
    padding: 0 10px
}

.pad__row-12 {
    padding: 0 12px
}

.tp-grid--gutter-4 {
    margin: 0 -4px
}

.tp-grid--gutter-6 {
    margin: 0 -6px
}

.tp-grid--gutter-8 {
    margin: 0 -8px
}

.tp-grid--gutter-8n {
    margin: 0 -16px
}

.tp-module-bottomCenter {
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 1200px;
    right: 0;
    transform: translateY(50%)
}

@media (max-width: 768px) {
    .tp-grid__col--pad-12 {
        display:block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        box-flex: 0
    }
}

@media (max-width: 600px) {
    .tp-grid__col--phone-24 {
        display:block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        box-flex: 0
    }
}

.tl-tabs {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

.tl-tabs__bar {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto
}

.tl-tabs__list {
    position: relative;
    display: inline-block;
    min-width: 100%;
    font-size: 0;
    list-style: none;
    text-align: center;
    vertical-align: top
}

.tl-tabs__item.is-active .tl-tabs__item-cont {
    color: var(--primary-color);
    color: var(--mainColor)
}

.tl-tabs__item-cont {
    position: relative;
    cursor: pointer;
    padding: 0 20px 20px;
    margin: 0 50px;
    text-align: center;
    font-size: 16px;
    color: #495770;
    line-height: 24px
}

.tl-tabs__item {
    display: inline-block
}

.tl-tabs__item.is-active .tl-tabs__item-cont::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid var(--primary-color);
    border-color: var(--mainColor);
    content: "";
    z-index: 1
}

.tl-tabs__cont {
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%),inset -8px -8px 20px 0 #fff;
    padding: 16px 20px 60px
}

.tl-tabs__panel.active {
    transform-origin: center center;
    flex-shrink: 0;
    width: auto;
    height: auto;
    opacity: 1
}

.receiveCoupon__wrapper {
    margin-bottom: 16px;
    background: linear-gradient(270deg,rgba(255,60,33,0) 0,rgb(255 60 33 / 20%) 100%)
}

.receiveCoupon__wrapper .receiveCoupon__text {
    padding: 0 15px;
    color: #ff3b20;
    font-size: 14px;
    font-weight: 400
}

.yz-el-dialog .el-dialog__headerbtn .el-dialog__close {
    color: #000;
    font-weight: 700
}

.el-dialog__headerbtn {
    top: 29px;
    right: 29px
}

.productTable-wrapper .el-table {
    box-shadow: 0 4px 12px 0 rgb(41 57 87 / 8%)
}

.productTable-wrapper .el-table .tpm-btn {
    box-shadow: none
}

.productTable-wrapper .el-table {
    color: #191919
}

.productTable-wrapper .el-table .productColumn__desc {
    color: #293957
}

.productTable-wrapper .el-table .el-table__header-wrapper th {
    background: #f2f2f2;
    font-size: 14px;
    color: #191919
}

.productTable-wrapper .el-table .cell,.productTable-wrapper .el-table--border td:first-child .cell,.productTable-wrapper .el-table--border th:first-child .cell {
    padding-left: 24px;
    display: block
}

.el-table td,.el-table th.is-leaf {
    border-bottom: none
}

.table-column__price {
    font-size: 24px;
    color: #ff3b20
}

.table-column__price .unit {
    font-size: 12px
}

.productTable-wrapper .el-table--enable-row-hover .el-table__body tr:hover>td {
    background: 0 0
}

.productTable-wrapper .el-table tbody tr {
    position: relative
}

.productTable-wrapper .el-table tbody tr:hover::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    background: 0 0;
    box-shadow: 0 4px 12px 0 rgba(41,57,87,.08);
    z-index: 1
}

.productTable-wrapper .el-table tbody tr td .cell>div {
    position: relative;
    z-index: 2
}

.productTable-wrapper .el-table .el-table__body-wrapper {
    transition: height .15s ease-out
}

.pls-nav-tag {
    box-sizing: border-box;
    margin-left: 8px;
    padding: 0 2px;
    height: 12px;
    background: #fff;
    border: 1px solid #ff1f11;
    box-shadow: 2px 2px 4px 0 rgba(55,99,170,.31);
    background: #fff;
    border-radius: var(--radius-base);
    border-bottom-left-radius: 0;
    position: relative;
    top: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff1f11;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px
}

.pls-nav-tag-text {
    height: 12px;
    -webkit-transform: scale(.8333333333);
    transform: scale(.8333333333)
}

.page-header__main .pls-nav-tag {
    position: absolute;
    right: 1px;
    top: 12px;
    margin-left: 0
}

.productTable-wrapper .el-table.skeletontTable tbody tr td .cell>div,.skeletontDom {
    width: 100%;
    font-size: 0;
    border-radius: var(--radius-base);
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    animation: el-skeleton-loading 1.4s ease infinite
}

@keyframes el-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.tp-grid__col .product-item-wrapper {
    position: relative;
    background: #fff;
    box-sizing: border-box
}

.tp-grid__col .product-item-wrapper:hover,.tpm-doc__item:hover {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%),-8px -8px 20px 0 #fff
}

.tp-grid__col .product-item-wrapper.hotProduct::before {
    content: '';
    position: absolute;
    width: 74px;
    height: 66px;
    top: -4px;
    right: -4px;
    background: url(https://www.henghost.com/act/20221111/img/20221111_lable.png) center no-repeat;
    background-size: cover;
    z-index: 10
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-title-wrapper {
    position: relative;
    display: block;
    padding: 20px 16px 24px;
    border: 3px solid #fff;
    border-radius: 0;
    box-shadow: 0 4px 12px 0 rgb(41 57 87 / 8%);
    background: linear-gradient(0deg,#fff 0,#eff8ff 100%)
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-title-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: #fff transparent transparent transparent;
    bottom: -19px;
    filter: drop-shadow(.5px 0 0 rgba(0, 0, 0, .3));
    z-index: 10
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-title-wrapper .item-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-title-wrapper .item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #293957;
    line-height: 21px;
    white-space: nowrap
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-info-wrapper {
    padding: 0 23px 0 23px;
    margin-bottom: 0;
    position: relative;
    box-sizing: border-box
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-info-wrapper .item-info-innerwrapper {
    padding: 22px 0;
    border-bottom: 1px solid #f2f2f2
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-info-wrapper .item-info-innerwrapper .item-info,.yz-el-dialog .option-itemSelect {
    margin: 8px 0
}

.tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-info-wrapper .item-info-innerwrapper .item-info .item-info-val {
    height: 36px;
    line-height: 36px;
    color: #191919;
    white-space: nowrap
}

.tp-grid__col .product-item-wrapper .item-info-innerwrapper .item-info .item-info-key,.yz-el-dialog .option-itemSelect h6 {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #293957;
    min-width: 80px
}

.tp-grid__col .product-item-wrapper .el-icon-arrow-up:before,.yz-el-dialog .el-icon-arrow-up:before {
    content: "\e78f"!important;
    color: #999
}

.productTable-wrapper .el-input__inner,.tp-grid__col .product-item-wrapper .el-input__inner,.yz-el-dialog .el-input__inner {
    border: 1px solid #dde8f5;
    background: linear-gradient(0deg,#fff 0,#eff8ff 100%);
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    border-radius: 0;
    box-shadow: inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%),8px 8px 20px 0 rgb(55 99 170 / 10%)
}

.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled) {
    border-color: var(--primary-color)
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: var(--primary-color);
    background: var(--primary-color);
    border-color: var(--mainColor);
    background: var(--mainColor)
}

.el-select-dropdown__wrap {
    max-height: 300px
}

.product-item-wrapper .el-select:hover .el-input__inner,.yz-el-dialog .el-select:hover .el-input__inner {
    border-color: var(--primary-color);
    border-color: var(--mainColor)
}

.el-select.el-select__timeSelect .el-input__prefix {
    right: 30px;
    left: inherit;
    display: flex;
    align-items: center
}

.el-select.el-select__timeSelect .el-input--prefix .el-input__inner {
    padding-left: 15px
}

.el-select .timeSelect-slot {
    font-size: 12px;
    color: var(--primary-color);
    line-height: 1
}

.el-tabs__item.is-active {
    color: var(--primary-color)
}

.el-tabs__active-bar {
    background: var(--primary-color)
}

.el-tab-pane-label {
    padding: 0 8px
}

.el-tabs__item {
    color: #293957
}

.el-tabs__item:hover {
    color: var(--primary-color)
}

.el-tabs__nav-wrap::after {
    height: 1px;
    border-bottom: 1px solid #dfdfdf
}

.el-pager li,.el-pagination {
    font-size: 12px;
    font-weight: 400;
    color: #191919
}

.el-pager li {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin: 0 4px;
    padding: 0;
    line-height: 32px
}

.el-pager li.active {
    background: 0 0;
    border: none;
    color: var(--primary-color)
}

.el-pager li:hover {
    box-shadow: 0 4px 12px 0 rgba(41,57,87,.08);
    color: var(--primary-color)
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: var(--primary-color)
}

.el-pager li.active+li {
    border-left: 1px solid #dfdfdf
}

.el-pagination__total {
    font-size: 12px;
    font-weight: 400;
    color: #293957
}

.el-pagination .el-select .el-input {
    width: 97px
}

.el-pagination .el-select .el-input .el-input__inner,.el-pagination span:not([class*=suffix]) {
    height: 32px;
    line-height: 32px;
    color: #191919
}

.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    border-color: var(--primary-color);
    border-color: var(--mainColor);
    background-color: var(--primary-color);
    background-color: var(--mainColor)
}

.productTable-wrapper .el-input__icon,.tp-grid__col .product-item-wrapper .el-input__icon,.yz-el-dialog .el-input__icon {
    line-height: 36px
}

.el-select-dropdown__item.hover,.el-select-dropdown__item:hover,.popper__productConfig .el-select-dropdown__item.hover,.popper__productConfig .el-select-dropdown__item:hover {
    background: linear-gradient(0deg,#d0e7ff 0,#eff8ff 100%)
}

.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path,.el-select-dropdown__item.selected,.popper__productConfig .el-select-dropdown__item.selected {
    color: var(--primary-color);
    color: var(--mainColor)
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent {
    position: relative;
    padding-top: 24px;
    overflow: hidden
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .item-priceInfo-bg {
    position: absolute;
    width: 132px;
    height: 132px;
    right: 0;
    bottom: 0
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .item-priceInfo-bg.yun {
    background: url(https://www.henghost.com/act/newUser/img/2022_newUser_img01_02.png) no-repeat center;
    background-size: cover
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .item-priceInfo-bg.gaofang {
    background: url(https://www.henghost.com/act/newUser/img/2022_newUser_img04_02.png) no-repeat center;
    background-size: cover
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .item-priceInfo-bg.general {
    background: url(https://www.henghost.com/act/newUser/img/2022_newUser_img03_02.png) no-repeat center;
    background-size: cover
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .flag-wrapper {
    position: relative;
    padding: 0 16px;
    height: 18px
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .flag-wrapper .flag-li {
    margin-right: 6px;
    height: 18px;
    padding: 0 6px;
    border-radius: var(--radius-sm);
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .flag-wrapper .flag-li.deepRed {
    background: linear-gradient(90deg,#ff9191 0,#ff1f11 100%);
    color: #fff
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .flag-wrapper .flag-li.lightRed {
    color: #ff1f11;
    border: 1px solid #ff1f11
}

.tp-grid__col .product-item-wrapper .item-nologin-price {
    padding: 16px;
    padding-top: 0
}

.tp-grid__col .product-item-wrapper .item-nologin-price .unit-pricing {
    color: #3d485d;
    color: var(--vicetitleColor);
    font-size: 16px
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .item-price-wrapper {
    position: relative;
    padding: 0 16px 16px 16px
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .newprice-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 8px
}

.productDialog-configPrice__price .price-wrapper,.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .newprice-wrapper .newprice {
    color: #ff1f11;
    font-size: 14px;
    vertical-align: baseline
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .newprice-wrapper .newprice-num {
    font-size: 24px
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .newprice-wrapper .newprice-unit__desc {
    color: #191919;
    color: var(--titleColor)
}

.tp-grid__col .product-item-wrapper .tpm-prod-hero__btn {
    width: 100%;
    position: relative;
    z-index: 1
}

.tp-grid__col .product-item-wrapper .item-priceInfo-wrapper-parent .oldPrice {
    font-size: 12px;
    color: #3d485d;
    color: var(--vicetitleColor);
    margin-top: 0;
    text-decoration: line-through;
    margin-left: 0;
    line-height: 1
}

.yz-el-dialog .el-dialog {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 20%);
    border-radius: var(--radius-lg)
}

.yz-el-dialog .el-dialog .dialog-title {
    font-size: 18px;
    border-bottom: none;
    position: relative;
    padding: 20px;
    line-height: 1
}

.yz-el-dialog .order-content .config-wrapper {
    overflow: auto;
    max-height: 620px;
    padding: 0 20px
}

.yz-el-dialog .order-content .current>.title,.yz-el-dialog .order-content .option>.title {
    padding-bottom: 11px;
    border-bottom: 1px solid #eee
}

.yz-el-dialog .detailed-wrapper .detailed-item {
    display: flex;
    line-height: 27px;
    font-size: 12px;
    height: auto;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: -1px
}

.yz-el-dialog .el-dialog__wrapper .detailed-wrapper .detailed-item {
    height: auto;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: -1px
}

.yz-el-dialog .detailed-wrapper .detailed-item .title {
    height: 36px;
    display: flex;
    align-items: center;
    background: #f6f6f6;
    color: #666;
    font-size: 12px;
    padding-bottom: 0;
    padding-left: 20px;
    border-bottom: 1px solid #eee
}

.yz-el-dialog .detailed-wrapper .detailed-item .val {
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 52px
}

.yz-el-dialog .el-dialog .order-content .title h5 {
    font-weight: 400;
    font-size: 14px
}

.yz-el-dialog .order-content .current>.title,.yz-el-dialog .order-content .option>.title {
    padding-bottom: 11px;
    border-bottom: 1px solid #eee;
    text-align: left
}

.yz-el-dialog .detailed-wrapper .el-row {
    display: flex
}

.yz-el-dialog .option-itemSelect h6 {
    font-size: 14px;
    font-weight: 400
}

.yz-el-dialog.el-dialog__wrapper .detailed-wrapper {
    margin-top: 16px
}

.yz-el-dialog.el-dialog__wrapper .order-content .Selective.format {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    width: calc(100% - 40px);
    margin: auto
}

.el-checkbox__label a {
    color: var(--primary-color);
    color: var(--mainColor)
}

.el-table td,.el-table th {
    padding-top: 16px
}

.yz-el-dialog .productDialog-configPrice {
    padding: 30px 40px;
    justify-content: space-between
}

.yz-el-dialog .productDialog-configPrice .tpm-btn.tpm-prod-hero__btn {
    width: 146px
}

.yz-el-dialog .el-input-number {
    line-height: 36px
}

.yz-el-dialog .el-input-number .el-input-number__decrease,.yz-el-dialog .el-input-number .el-input-number__increase {
    line-height: 34px
}

.yz-el-dialog .el-input {
    width: 320px
}

.yz-el-dialog .el-input-number .el-input {
    width: auto
}

.yz-el-dialog .option-itemSelect {
    min-height: 36px;
    line-height: 36px
}

.yz-el-dialog .el-checkbox,.yz-el-dialog .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #293957!important
}

.yz-el-dialog .order-content {
    color: #293957
}

.yz-el-dialog .timeSelect-wrapper .timeSelect-item .item-time {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: var(--radius-base);
    box-sizing: border-box;
    cursor: pointer
}

.yz-el-dialog .timeSelect-wrapper .timeSelect-item {
    width: 60px;
    text-align: center;
    border-radius: var(--radius-base);
    font-size: 12px;
    margin-right: 6px;
    position: relative
}

.yz-el-dialog .timeSelect-wrapper .timeSelect-item .item-sale {
    position: absolute;
    display: block;
    width: 42px;
    height: 20px;
    border-radius: 5px 0 5px 5px;
    background-color: #faa442;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    white-space: nowrap;
    margin: 0;
    top: -14px;
    left: -2px;
    z-index: 10
}

.yz-el-dialog .timeSelect-wrapper .timeSelect-item.active .item-time {
    border: 1px solid var(--primary-color);
    color: var(--primary-color)
}

.productDialog-configPrice__price .price-wrapper {
    font-size: 30px
}

.productDialog-configPrice__price .price-wrapper .unit {
    font-size: 14px
}

.productDialog-configPrice__price .price-title {
    width: 80px
}

.tpm-product__moreconfig {
    margin-top: 24px;
    height: 60px;
    justify-content: center;
    color: #3d485d;
    color: var(--vicetitleColor);
    background: url(images/new-common/cloud_img02.png) center no-repeat;
    background-size: 100% auto
}

.tpm-product__moreconfig:hover {
    color: #3d485d;
    color: var(--vicetitleColor)
}

.infoConfig-wrapper .infoConfig-item {
    text-align: center;
    margin-bottom: 30px
}

.infoConfig-wrapper .infoConfig-item .infoConfig-item-content {
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 10px
}

.infoConfig-wrapper .infoConfig-item .infoConfig-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #3d485d
}

.infoConfig-wrapper .el-col-8 {
    position: relative;
    right: -10px
}

.tpm-list .tpm-list__item {
    padding-left: 28px;
    position: relative
}

.tpm-list .tpm-list__item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 12px;
    background: url(images/new-icon/xg_DDoS_icon03_mainColor.png) center no-repeat;
    background-size: contain;
    background-position: 50%;
    top: 50%;
    transform: translateY(-50%)
}

.tpm-list .tpm-list__item:not(:last-child) {
    margin-bottom: 8px
}

.tpm-list .tpm-list__item .tpm-list__item-text {
    font-size: 14px;
    color: #3d485d;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%
}

.product-item-wrapper .tpm-prod-hero .tpm-link+.tpm-link,.product-item-wrapper .tpm-prod-hero__btn+.tpm-link,.product-item-wrapper .tpm-prod-hero__btn+.tpm-prod-hero__btn {
    margin-left: 0
}

.el-table .sizeProductFlag-wrapper {
    width: 72px;
    height: 18px;
    padding-left: 4px;
    font-size: 12px;
    color: #fff;
    position: absolute!important;
    top: 0;
    left: 0;
    background: url(images/sizeproduct_flag.png) center no-repeat;
    background-size: cover
}

.tpm-section.tpm-section_hot {
    position: relative
}

.tpm-section.tpm-section_hot.noShadow::after {
    box-shadow: none
}

.tpm-section.tpm-section__advantageIntroduce {
    color: #fff;
    position: relative;
    padding-bottom: 0
}

.tpm-section.tpm-section__advantageIntroduce .tpm-section__title {
    color: #fff
}

.tpm-section.tpm-section__advantageIntroduce .advantageIntroduce-content-wrapper .advantageIntroduce-content-inner {
    justify-content: space-between;
    color: #fff;
    margin-bottom: 52px
}

.tpm-section.tpm-section__advantageIntroduce .advantageIntroduce-content-wrapper .advantageIntroduce-content-inner .advantageIntroduce-content-item p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin-top: 18px;
    width: 280px
}

.tpm-section.tpm-section__advantageIntroduce .advantageIntroduce__Bg {
    position: absolute;
    top: 0;
    height: 711px;
    width: 100%;
    left: 0;
    right: 0;
    background: #242527;
    z-index: -1
}

.tl-logos {
    margin-top: 125px
}

.tpm-logo-card__wrap {
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0,38,73,.08);
    padding: 24px 16px
}

.tpm-logo-card__list {
    display: flex;
    flex-wrap: wrap;
    margin: -6px
}

.tpm-logo-card__list>li {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 6px;
    width: 20%;
    box-sizing: border-box;
    height: 83px
}

.tpm-logo-card__list>li .tpm-logo-card__img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 12px 0 rgba(0,38,73,.08);
    background-size: contain!important;
    background-repeat: no-repeat!important
}

.tpm-logo-card__list>li .tpm-logo-card__img:hover {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 20%),-8px -8px 20px 0 #fff
}

.tp-grid__row__productFunction .tpm-feature__item {
    position: relative
}

.tp-grid__row__productFunction .tpm-feature__item::after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--primary-color)
}

.tp-grid__row.tp-grid__row__productFunction {
    margin-bottom: -45px
}

.tp-grid__row__productFunction .tpm-feature__item-bd {
    padding-left: 14px
}

.tp-grid__row.tp-grid__row__productFunction .tp-grid__col {
    margin-bottom: 45px
}

.tp-grid__row.tp-grid__row__productFunction .tp-grid__col:nth-child(2n) {
    padding-left: 40px
}

.tp-grid__row .tpm-feature__item-desc {
    max-width: 520px
}

.tp-grid__row:not(.tp-grid__row__productFunction) .tp-grid__col--12 .tpm-feature__item-desc {
    max-width: 445px;
    display: block
}

.tpm-scenario__item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #3d485d;
    line-height: 20px
}

.tpm-scenario__item-title {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 16px;
    color: #191919
}

.tpm-doc__item {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 12px 0 rgba(41,57,87,.08);
    padding: 24px 18px 40px 24px;
    height: 100%
}

.tpm-doc__item .tpm-doc__item__header {
    justify-content: space-between
}

.tpm-doc__item .tpm-doc__item__content {
    margin-bottom: -20px;
    margin-top: 24px
}

.tpm-doc__item .content-item {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    position: relative
}

.tpm-doc__item .content-item:not(.is-active) {
    cursor: pointer
}

.tpm-doc__item .content-item-title {
    color: #191919;
    font-size: 16px;
    cursor: pointer;
    font-weight: 520
}

.tpm-doc__item .content-item-response {
    font-size: 14px;
    color: #293957;
    color: var(--introduceColor);
    line-height: 20px;
    margin-top: 10px
}

.tpm-doc__item .tpm-doc__item__content__commonIssue .content-item-response {
    display: none
}

.tpm-doc__item .tpm-doc__item__content__commonIssue .is-active .content-item-response {
    display: block
}

.tpm-doc__item .content-item.is-active {
    z-index: 1;
    padding: 20px 0
}

.tpm-doc__item .content-item.is-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: -24px;
    right: -18px;
    bottom: 0;
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%),inset -8px -8px 20px 0 #fff;
    border-radius: var(--radius-base);
    z-index: -1
}

.tpm-doc__item .is-active .tpm-faq__item-icon {
    top: 15px
}

.tpm-doc__item .content-item-title:hover,.tpm-doc__item .content-item:not(.is-active):hover .content-item-title {
    color: var(--primary-color)
}

.tpm-doc__item .news-item {
    font-size: 14px;
    color: #3d485d;
    margin: 4px 0;
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%
}

.tpm-doc__item .news-item .news-item-time {
    color: silver
}

.tpm-doc__item .news-item:hover .news-item-content {
    color: var(--primary-color);
    color: var(--mainColor)
}

.tpm-doc__item.tpm-doc__item__article {
    padding-bottom: 24px
}

.tpm-doc__item.tpm-doc__item__article .tp-grid__layout {
    margin-bottom: -8px
}

.page-footer-register-wrapper {
    display: none
}

.tpm-action-panel {
    position: relative;
    padding: 0 20px;
    height: 180px;
    -webkit-font-smoothing: antialiased
}

.banner-inner-video {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.tpm-action-panel .tpm-action-panel__inner {
    padding-top: 40px;
    position: relative;
    z-index: 2
}

.tpm-action-panel .tpm-action-panel__inner .tpm-action-panel__desc {
    font-size: 24px;
    font-weight: 400;
    color: #191919
}

.tpm-action-panel .tpm-prod-hero__btn-group {
    margin-top: 32px
}

@media screen and (min-width: 1440px) {
    .tpm-view-l .tpm-action-panel {
        padding-left:40px;
        padding-right: 40px
    }
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0
}

[data-aos=fade-up][data-aos=fade-up] {
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0)
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.animation-leftTop-item {
    opacity: 0;
    transform: scale(.6);
    transform-origin: left top
}

.yz-animation-leftTopDom.aos-animate .animation-leftTop-item {
    -webkit-animation: Customers_fly-in__me3lk .4s ease forwards;
    animation: Customers_fly-in__me3lk .4s ease forwards
}

@keyframes Customers_fly-in__me3lk {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.tpm-caseHalf__section .tl-swiper__btn-wrapper {
    padding: 0 0 0 50%;
    position: relative;
    left: 30px
}

.view-control .swiper-pagination-bullet {
    width: 4px;
    background: silver;
    border-radius: var(--radius-sm);
    height: 16px;
    opacity: 1
}

.view-control .swiper-pagination-bullet.lightBlack:not(.swiper-pagination-bullet-active) {
    background: #c4c4c4;
    opacity: .7
}

.view-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 24px;
    background: #fff
}

.view-control .swiper-pagination__flat .swiper-pagination-bullet,.view-control .swiper-pagination__flat .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    width: 40px;
    height: 3px;
    background: rgba(249,250,252,.8)
}

.view-control .swiper-pagination__flat .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 1
}

.view-control .swiper-pagination__flat .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::after {
    opacity: .6;
    width: 100%
}

.view-control .swiper-pagination__flat .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    -webkit-animation: widthAnimat 4s linear forwards;
    animation: widthAnimat 4s linear forwards
}

.view-control .swiper-pagination__flat .swiper-pagination-bullet.swiper-pagination-bullet-active.pagination__mainBaner::after {
    -webkit-animation: widthAnimat 10s linear forwards;
    animation: widthAnimat 10s linear forwards
}

@keyframes widthAnimat {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes widthAnimat {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes opacityAnimat {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes opacityAnimat {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tl-swiper__btn {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    background-image: linear-gradient(0deg,#fff 0,#f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 4px 4px 10px 0 rgb(55 99 170 / 20%),-4px -4px 10px 0 #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.tl-swiper__btn {
    margin-top: 30px;
    top: auto;
    right: auto;
    left: auto;
    transform: translateY(0);
    box-shadow: 8px 8px 20px 0 rgb(18 21 26 / 60%),-8px -8px 20px 0 rgb(54 62 77 / 50%)
}

.tl-swiper__btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 16%);
    border-radius: 50%
}

.tl-swiper__btn-inner:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: linear-gradient(135deg,#dbe2e9 0,#fff 100%)
}

.tpm-caseHalf__section .tl-swiper__btn--next {
    margin-left: 80px
}

.tl-swiper__btn-inner .el-icon {
    font-size: 12px;
    color: #98a3b7;
    position: absolute;
    left: 0;
    right: 0;
    font-weight: 700
}

.tl-swiper__btn:hover .tl-swiper__btn-inner .el-icon {
    color: var(--primary-color)
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon {
    color: var(--primary-color);
    color: var(--mainColor);
    display: inline-block;
    margin-right: 4px
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon::before {
    display: none
}

.my-icon {
    display: inline-block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px
}

.my-icon.icon-close {
    background: url(images/new-smallIcon/lightweightCloud_symbol02.png) center no-repeat;
    background-size: cover
}

.my-icon.icon-line {
    background: url(images/new-smallIcon/lightweightCloud_symbol01.png) center no-repeat;
    background-size: cover
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .my-icon {
    position: relative;
    margin-right: 6px
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon.el-icon-check {
    flex: 0 0 14px;
    width: 14px;
    height: 12px;
    background: url(../../img/home/check.png) center no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 8px!important
}

.tpm-hasFunction-ul.tpm-hasFunction-ul__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li {
    margin-bottom: 12px;
    display: flex;
    align-items: center
}

.tpm-hasFunction-ul.tpm-hasFunction-ul__flex .tpm-hasFunction-ul-li {
    margin-bottom: 20px;
    width: 25%
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li:last-child {
    margin-bottom: 0
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li span:not(.el-icon) {
    font-size: 14px;
    font-weight: 400;
    color: #3d485d;
    line-height: 20px
}

.tpm-scenario__panel {
    position: relative;
    z-index: 2;
    font-size: 0;
    margin: 0 -4px -12px
}

.tpm-scenario__panel>li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    box-sizing: border-box;
    padding: 0 4px;
    margin-bottom: 12px
}

.tpm-scenario__panel>li .tpm-scenario__panel-text {
    display: block;
    box-sizing: border-box;
    height: 40px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0,38,73,.08);
    border-radius: var(--radius-base);
    font-size: 14px;
    color: #3d485d;
    line-height: 40px;
    text-align: center;
    padding: 0 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background .2s ease-in-out,box-shadow .3s ease-in-out
}

.tpm-scenario__panel>li .tpm-scenario__panel-text:hover {
    color: var(--primary-color);
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%),inset -8px -8px 20px 0 #fff;
    border-color: transparent
}

.skeletontDom {
    height: 20px
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li span:not(.el-icon).nocheck,.tpm-hasFunction-ul-li .nocheck {
    color: silver
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon.icon-close {
    color: silver
}

.tpm-hasFunction-ul .tpm-hasFunction-ul-li .el-icon.icon-close::before {
    display: block
}

.tpm-hasFunction-ul-title {
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    line-height: 22px
}

.tpm-sale__item-detail-text {
    color: #191919;
    color: var(--titleColor)
}

@media screen and (max-width: 768px) {
    html {
        min-width:auto
    }

    body {
        min-width: 320px;
        overflow-x: hidden
    }

    .is-hidden-mobile {
        display: none!important
    }

    .is-hidden-pc {
        display: block
    }

    .tpm-section {
        padding: 30px 0
    }

    .tpm-section__title {
        font-size: 20px;
        line-height: 28px
    }

    .view-control .view-column {
        padding-left: 16px;
        padding-right: 16px
    }

    .tpm-feature__item-title {
        font-size: 16px;
        font-weight: 500;
        color: #191919;
        line-height: 22px;
        margin-bottom: 16px
    }

    .tpm-feature__item-desc {
        line-height: 20px
    }

    .tpm-feature__item-icon {
        margin-right: 16px
    }

    .WPA3-SELECT-PANEL#qq_div {
        width: calc(100% - 32px)
    }

    .tpm-prod-hero__btn {
        height: 36px;
        font-size: 14px;
        line-height: 36px
    }

    .receiveCoupon__wrapper .receiveCoupon__text {
        padding: 0;
        font-size: 12px
    }

    .receiveCoupon__wrapper {
        width: calc(100% + 2px)
    }

    .tp-grid__row.tp-grid--gutter-8n .tp-grid__col {
        margin-bottom: 32px
    }

    .tpm-doc__item {
        border: none;
        box-shadow: none;
        padding: 0
    }

    .tpm-doc__item .content-item-title {
        width: 85%
    }

    .tpm-doc__item:not(.tpm-doc__item__commonIssue) .content-item {
        margin-bottom: 16px
    }

    .tpm-doc__item:not(.tpm-doc__item__commonIssue) .tpm-doc__item__content {
        margin-bottom: -16px
    }

    .tp-grid__col .product-item-wrapper:hover,.tpm-doc__item:hover {
        box-shadow: none
    }

    .tpm-section__hd {
        margin-bottom: 24px;
        padding-top: 16px
    }

    .tpm-section.tpm-section_hot::after {
        display: none
    }

    .tpm-doc__item.tpm-doc__item__commonIssue {
        padding-top: 32px
    }

    .tpm-action-panel {
        height: auto;
        padding: 0;
        padding-bottom: 20px
    }

    #qcportal-kit-floatbar {
        display: none
    }

    .tpm-action-panel .tpm-action-panel__inner .tpm-action-panel__desc {
        font-size: 22px
    }

    .tp-link.tpm-link {
        white-space: nowrap
    }

    .tpm-prod-hero {
        height: auto;
        min-height: 314px
    }

    .tpm-prod-hero__bg {
        left: 0;
        right: auto
    }

    .tpm-prod-hero__bg-inner {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 586.4895104895px;
        height: 100%;
        background-size: auto 314px;
        background-position: center top
    }

    .tpm-prod-hero__desc,.tpm-prod-hero__header {
        padding: 0
    }

    .tpm-prod-hero__video-card {
        display: none
    }

    .tpm-prod-hero__dropdown-wrap {
        display: none
    }

    .tpm-prod-hero__inner {
        padding-top: 0
    }

    .tpm-prod-hero__content {
        padding-top: 145px;
        padding-bottom: 16px;
        margin-top: 0
    }

    .tpm-prod-hero__tit {
        font-size: 24px;
        line-height: 33px
    }

    .tpm-prod-hero__header {
        -ms-flex-pack: center;
        justify-content: center
    }

    .tpm-prod-hero__desc,.tpm-prod-hero__tit {
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .tpm-prod-hero__content .tpm-prod-hero__desc {
        font-size: 14px;
        font-weight: 400;
        color: #293957;
        line-height: 20px
    }

    .tpm-prod-hero .tpm-prod-hero__btn-group {
        margin-top: 36px;
        display: flex;
        justify-content: center
    }

    .tpm-prod-hero__notice {
        padding: 0 16px 16px;
        background: linear-gradient(180deg,#eff8ff 0,#fff 100%)
    }

    .tpm-prod-hero.tpm-prod-hero--with-video+.tpm-prod-hero__notice .tpm-prod-hero__notice-inner {
        padding: 0
    }

    .tpm-prod-hero-parent .tpm-prod-hero__notice-item {
        width: 50%
    }

    .tpm-prod-hero-parent .tpm-prod-hero__notice-item:last-child {
        width: 100%
    }

    .tpm-prod-hero__notice-desc {
        -webkit-line-clamp: 3
    }

    .tpm-prod-hero__notice-tit {
        font-size: 16px;
        font-weight: 400;
        line-height: 27px
    }

    .tpm-prod-hero__notice-desc {
        line-height: 20px;
        word-break: break-all
    }

    .tpm-prod-hero__notice-link {
        padding-top: 16px;
        padding-bottom: 8px;
        padding-right: 0
    }

    .tpm-prod-hero-parent .tpm-prod-hero__notice-item:nth-child(2n) {
        padding-left: 20px
    }

    .tpm-activity-banner {
        height: 174px
    }

    .tpm-activity-banner a {
        width: 100%;
        height: 100%
    }

    .tpm-activity-banner .tpm-prod-hero__video-card-inner {
        width: 100%;
        height: 100%;
        position: relative
    }

    .tpm-activity-banner .tpm-btn {
        position: absolute;
        left: 16px;
        bottom: 10px
    }

    .tea-popup {
        position: relative;
        z-index: 200
    }

    .tea-backdrop__overlay {
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease;
        position: fixed;
        inset: 0;
        background-color: #0009;
        z-index: 100
    }

    .tea-backdrop.is-shown .tea-backdrop__overlay {
        visibility: visible;
        opacity: 1
    }

    .tea-popup .tea-popup__container {
        max-height: 70%;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 200;
        transition: all .3s ease
    }

    .tea-popup .tea-popup__container.is-shown {
        display: block
    }

    .tea-popup .tea-popup__container.bottom {
        bottom: 0;
        transform: translateY(100%)
    }

    .tea-popup .tea-popup__container.bottom.is-expanded {
        transform: translateY(0)
    }

    .mobileProduct-select__wrapper {
        border: 2px solid #fff;
        border-bottom: none
    }

    .mobileProduct-select__wrapper .mobileProduct-select {
        padding: 16px;
        background: #f3f5f8;
        font-size: 16px;
        font-weight: 400;
        color: #191919;
        line-height: 22px;
        height: 100%
    }

    .mobileProduct-select__wrapper .el-row {
        display: flex
    }

    .tp-grid__col .product-item-wrapper .item-info-wrapper-parent .item-title-wrapper {
        display: none
    }

    .mobileProduct-select.is-active {
        background: linear-gradient(180deg,#eff8ff 0,#fff 100%)
    }

    .tp-grid__col .product-item-wrapper.hotProduct::before {
        top: 51px
    }

    .tpm-section.tpm-section_hot .tp-grid__col .product-item-wrapper.hotProduct .item-info-wrapper-parent .item-info-wrapper {
        background: #fff;
        border-right: none;
        border-left: none
    }

    .tp-grid__row.tp-grid__row__productFunction .tp-grid__col:nth-child(2n) {
        padding-left: 0
    }

    .tp-grid__row.tp-grid__row__productFunction .tp-grid__col {
        margin-bottom: 32px
    }

    .receiveCoupon__wrapper .tpm-btn__key {
        background: url(images/new-common/cloud_img01@2x.png) no-repeat center!important;
        background-size: contain!important
    }

    .yz-el-dialog .detailed-wrapper .el-row {
        flex-wrap: wrap
    }

    .yz-el-dialog .order-content .config-wrapper {
        padding: 0 10px;
        max-height: 370px;
        overflow-x: hidden
    }

    .yz-el-dialog.el-dialog__wrapper .order-content .Selective.format {
        width: 100%
    }

    .yz-el-dialog .el-dialog .order-content .tpm-btn {
        right: 16px;
        bottom: -24px;
        margin-top: 8px
    }

    .moudle-wrapper-parent .newUser-wrapper .yz-el-dialog .el-dialog .order-content .total {
        box-shadow: 0 4px 12px 0 rgba(41,57,87,.08)
    }

    .tpm-sale__item {
        padding: 16px;
        background: linear-gradient(180deg,#eff8ff 0,#fff 100%);
        box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff
    }

    .tpm-sale__item-tit {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
        color: #191919
    }

    .tpm-sale__item-detail-item {
        line-height: 30px
    }

    .tpm-sale__item-detail-label {
        display: inline-block;
        min-width: 98px;
        color: #293957
    }

    .tpm-sale__item .tpm-sale__item-bottom {
        align-items: center;
        justify-content: space-between;
        margin-top: 16px
    }

    .tpm-section {
        padding-top: 0
    }

    .tl-collapse__panel-hd {
        position: relative;
        padding: 13px 38px 13px 16px;
        background-image: linear-gradient(0deg,#fff 0,#f3f5f8 100%);
        border: 2px solid #fff;
        border-bottom: none;
        box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;
        display: flex;
        align-items: flex-start;
        cursor: pointer
    }

    .tl-collapse__panel-title {
        flex: 1;
        width: 1px;
        padding: 3px 0;
        font-weight: 400;
        font-size: 16px;
        color: #191919;
        line-height: 26px
    }

    .tl-collapse__panel.is-open .tl-collapse__panel-title {
        color: var(--primary-color)
    }

    .tpm-section.tpm-section__datacenter .tl-collapse__panel-bd {
        display: none;
        padding-bottom: 16px
    }

    .tpm-section.tpm-section__datacenter .tl-collapse__panel.is-open .tl-collapse__panel-bd {
        display: block
    }

    .tl-collapse__panel-hd:after {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -4px;
        width: 12px;
        height: 8px;
        background-image: url(/images/new-icon/arrow-down.svg);
        background-repeat: no-repeat
    }

    .tl-collapse__panel.is-open>.tl-collapse__panel-hd:after {
        background-image: url(/images/new-icon/arrow-down_mainColor.svg);
        transform: rotate(180deg);
        transition: all .3s ease-in-out
    }

    .yz-el-dialog .el-input {
        width: auto
    }

    .yz-el-dialog .option-itemSelect .timeSelect-wrapper {
        flex-wrap: wrap
    }

    .yz-el-dialog .timeSelect-wrapper .timeSelect-item:nth-child(n+4) {
        margin-top: 8px
    }

    .yz-el-dialog .productDialog-configPrice {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 16px
    }

    .tpm-doc__item.tpm-doc__item__article {
        box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;
        width: 100vw;
        position: relative;
        padding: 16px 16px 0 16px;
        left: -16px;
        background-image: linear-gradient(0deg,#fff,#f3f5f8)
    }

    .yz-el-dialog .option-itemSelect.option-itemSelect_time {
        height: auto
    }
}

@media screen and (max-width: 375px) {
    .tpm-activity-banner {
        height:165px
    }
}

@media screen and (max-width: 768px) {
    .tpm-prod-hero__bg-inner {
        background-size:cover;
        width: 100%;
        height: 100%;
        background-position: center
    }

    .tpm-prod-hero__content {
        padding-top: 5px
    }

    .tpm-prod-hero {
        height: 300px!important
    }

    .tp-module-bottomCenter {
        max-width: 100%
    }

    .tp-grid__col--6 {
        width: 100%
    }

    .pls-footer-website .pls-footer-inner {
        display: block
    }
}

.swiper-dark .tpm-prod-hero__tit {
    color: hsla(0,0%,100%,.9)
}

.swiper-dark .tpm-prod-hero__content .tpm-prod-hero__desc {
    color: rgba(255,255,255,.7)
}

.swiper-center .tpm-prod-hero__content {
    text-align: center
}

.swiper-center .tpm-prod-hero__header,.swiper-center .tpm-prod-hero__inner {
    justify-content: center
}

.swiper-center .tpm-prod-hero__desc {
    max-width: 100%
}

.index-module__entryCardContainer--3vMTt {
    margin-top: -50px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background-color: #fff;
    border-radius: var(--radius-base)
}

.index-module__entryCards--1PIA4 {
    z-index: 2
}

.kdHXJF {
    position: relative;
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    transition: .3s;
    background-color: rgba(42,104,240,0);
    overflow: hidden;
    border-radius: var(--radius-base)
}

.kdHXJF::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 123px;
    background: #e3e8ee;
    right: 0
}

.kdHXJF .bg {
    pointer-events: none;
    position: absolute;
    right: -4px;
    bottom: -3px;
    width: 400px;
    transition: .3s;
    opacity: 0
}

.kdHXJF .top {
    display: flex;
    flex-direction: column;
    z-index: 1
}

.kdHXJF .subtitle {
    color: var(--color-text-tertiary);
    width: fit-content;
    padding: 2px 5px;
    background: #f5f7fa;
    border-radius: var(--radius-sm);
    margin-bottom: 6px
}

.kdHXJF .link,.kdHXJF .subtitle,.kdHXJF .title {
    transition: .3s
}

.evHvXw {
    height: 6px
}

.index-module__typography-align-inherit--1YkQD {
    text-align: inherit;
    color: #fff
}

.index-module__typography-color-inherit--2vyk- {
    color: inherit
}

.index-module__typography-h6--2S7Fg {
    font-size: 16px;
    line-height: 26px
}

.index-module__typography-font-size-400--O9pey {
    font-weight: 400
}

@media screen and (min-width: 600px) {
    .kdHXJF:hover {
        box-shadow:rgba(21,40,76,.4) 0 7px 12px;
        background-color: #2a68f0;
        transform: scale(1.02)
    }
}

@media screen and (min-width: 600px) {
    .kdHXJF:hover .subtitle {
        background:rgba(255,255,255,.14)
    }
}

@media screen and (min-width: 600px) {
    .kdHXJF:hover .link,.kdHXJF:hover .subtitle,.kdHXJF:hover .title {
        color:#fff
    }
}

@media screen and (min-width: 600px) {
    .kdHXJF:hover .link,.kdHXJF:hover .subtitle,.kdHXJF:hover .title {
        color:#fff
    }
}

@media screen and (min-width: 600px) {
    .kdHXJF:hover .bg {
        animation:.3s ease .15s 1 normal forwards running bgShow
    }
}

@keyframes bgShow {
    100% {
        opacity: 1;
        transform: scale(1.02)
    }
}

.kdHXJF ul {
    display: flex;
    padding-inline-start:0px;margin-block:0px}

.kdHXJF li {
    position: relative;
    margin-right: 16px;
    list-style-type: none
}

.kdHXJF li:last-child::after {
    display: none
}

.kdHXJF li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: rgba(0,0,0,.2);
    right: -8px;
    top: 4px
}

@media screen and (min-width: 600px) {
    .kdHXJF:hover li::after {
        background:rgba(255,255,255,.4)
    }
}

.kdHXJF .link {
    color: #306eff
}

.kdHXJF:last-child::before {
    display: none
}

.gfXati {
    height: 20px
}

@media screen and (max-width: 600px) {
    .kdHXJF {
        width:240px;
        margin-right: 8px;
        background-color: #fff;
        padding: 16px 20px
    }

    .index-module__entryCardContainer--3vMTt {
        margin-top: 0;
        width: 740px;
        background-color: transparent
    }

    .index-module__typography-sm-body2--1lyO6 {
        font-size: 14px;
        line-height: 20px
    }

    .gfXati {
        height: 0
    }

    .kdHXJF::before {
        width: 0
    }

    .swiper-media .container {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-top: -12px
    }
}

.tpm-section_partner {
    background: #f9fbff;
    padding-top: 140px
}

h5.home-partner-title {
    font-size: 14px;
    color: #86909c;
    text-align: center
}

.index-module__container--1mDRH {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.index-module__logoContainer--1mDRH {
    padding: 24px 12px;
    width: 160px;
    height: 46px;
    position: relative;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.index-module__logoImage--1IRMu {
    position: absolute;
    height: 46px;
    left: 50%;
    top: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-filter: grayscale(100%) opacity(80%);
    filter: grayscale(100%) opacity(80%);
    -webkit-transition: all .3s ease;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all .3s ease
}

.index-module__logoImage--1IRMu:hover {
    -webkit-filter: none;
    filter: none
}

.index-module__container--dpYU_ {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.index-module__logoContainer--1e-X6 {
    padding: 12px 0;
    width: 92px;
    height: 26px;
    position: relative;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.index-module__logoImage--zR7H4 {
    position: absolute;
    width: 92px;
    height: 26px;
    left: 50%;
    top: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all .3s ease
}

.flgipb {
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    user-select: none;
    pointer-events: none
}

@media screen and (max-width: 600px) {
    .flgipb {
        height:unset;
        width: unset;
        opacity: unset;
        overflow: unset;
        user-select: unset;
        pointer-events: unset
    }

    .index-module__container--1mDRH {
        flex-wrap: wrap
    }

    .index-module__logoContainer--1mDRH-mobile {
        width: 70px;
        height: 15px;
        padding: 12px 6px
    }
}

.index-module__logoContainer--3yZai {
    padding: 24px 12px;
    width: 160px;
    height: 46px;
    position: relative;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.partner-logo-ct img {
    height: 30px
}

.partner-logo-cogent img {
    height: 35px
}

.partner-logo-hkix img {
    height: 40px
}

.partner-logo-ntt img {
    height: 35px
}

.partner-logo-china-unicom img {
    height: 35px
}

.partner-logo-china-mobile img {
    height: 30px
}

.partner-logo-pccw img {
    height: 35px
}

@media screen and (max-width: 600px) {
    .index-module__logoContainer--3yZai {
        padding:8px 6px;
        width: 70px;
        height: 25px
    }

    .index-module__logoContainer--3yZai img {
        max-width: 60px;
        max-height: 20px
    }
}

.tpm-section.tpm-section_soltion {
    background: #1d2129;
    padding-bottom: 0
}

.index-module__container--2BNfN {
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.index-module__container--2BNfN .index-module__item--2Tgy2 {
    width: 20%
}

.index-module__container--2BNfN .index-module__item--2Tgy2 .index-module__image--1vDhv {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative
}

.index-module__container--2BNfN .index-module__item--2Tgy2 .index-module__image--1vDhv img {
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.index-module__container--2BNfN .index-module__item--2Tgy2 .index-module__image--1vDhv .index-module__imgHover--3kJFf {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0
}

.index-module__container--2BNfN .index-module__item--2Tgy2 .index-module__image--1vDhv img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-module__container--2BNfN .index-module__item--2Tgy2 .index-module__content--URa4z {
    text-align: justify;
    height: 170px;
    padding: 32px 30px 0 38px;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.index-module__container--2BNfN .index-module__item--2Tgy2 .index-module__view--3rpJP {
    padding: 20px 0 20px 38px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.index-module__container--2BNfN .index-module__item--2Tgy2:hover h5 {
    font-weight: 600
}

.index-module__container--2BNfN .index-module__item--2Tgy2:hover .index-module__image--1vDhv .index-module__imgHover--3kJFf {
    opacity: 1
}

.index-module__container--2BNfN .index-module__item--2Tgy2:hover .index-module__content--URa4z {
    background: rgba(22,100,255,.7)
}

.index-module__container--2BNfN .index-module__item--2Tgy2:hover .index-module__view--3rpJP {
    background: var(--color-primary)
}

.index-module__item--2Tgy2:not(:last-child) {
    border-right: 1px solid hsla(0,0%,100%,.1)
}

.index-module__item--2Tgy2:last-child {
    border-right: 1px solid var(--color-text-primary)
}

@media screen and (max-width: 1280px) {
    .index-module__container--2BNfN .index-module__item--2Tgy2 .index-module__content--URa4z {
        height:180px;
        padding: 30px 28px 0 30px;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        transition: all .5s ease-out
    }

    .index-module__container--2BNfN .index-module__item--2Tgy2 .index-module__view--3rpJP {
        padding: 20px 0 20px 30px
    }
}

.index-module__container--2Ncbn {
    width: 100%;
    padding: 0 10px;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column
}

.index-module__container--2Ncbn,.index-module__container--2Ncbn .index-module__column--lWbi6 {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -moz-box-direction: normal;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.index-module__container--2Ncbn .index-module__column--lWbi6 {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.index-module__container--2Ncbn .index-module__column--lWbi6 .index-module__item--3ZnwZ {
    width: 30%;
    background-color: #3d4048;
    border-radius: var(--radius-base)
}

.index-module__container--2Ncbn .index-module__column--lWbi6 .index-module__item--3ZnwZ .index-module__image--XB53b img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.index-module__container--2Ncbn .index-module__column--lWbi6 .index-module__item--3ZnwZ .index-module__content--1qjMm {
    height: 37px;
    padding: 8px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.index-module__item--3ZnwZ:not(:last-child) {
    margin-right: 10px
}

.index-module__containerGrow--3vk_i {
    position: relative;
    max-width: 1328px;
    padding: 0 40px;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

@media screen and (max-width: 1280px) {
    .index-module__containerGrow--3vk_i {
        width:960px;
        padding: 0;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }
}

.index-module__container--3xmSC {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.index-module__container--3xmSC,.index-module__container--3xmSC .index-module__mainNavContainer--2lUWT {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.index-module__container--3xmSC .index-module__mainNavContainer--2lUWT {
    position: relative;
    height: 35px;
    border-radius: var(--radius-base)
}

.index-module__container--3xmSC .index-module__mainNavContainer--2lUWT .index-module__mainNavItem--upmqp {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    padding: 0 16px;
    color: #1d2129;
    z-index: 1;
    -webkit-transition: all .6s cubic-bezier(.16,1,.3,1);
    -o-transition: all .6s cubic-bezier(.16,1,.3,1);
    -moz-transition: all .6s cubic-bezier(.16,1,.3,1);
    transition: all .6s cubic-bezier(.16,1,.3,1)
}

.index-module__container--3xmSC .index-module__mainNavContainer--2lUWT .index-module__mainNavTitle--tCnVD {
    pointer-events: none;
    -webkit-transition: all .6s cubic-bezier(.16,1,.3,1);
    -o-transition: all .6s cubic-bezier(.16,1,.3,1);
    -moz-transition: all .6s cubic-bezier(.16,1,.3,1);
    transition: all .6s cubic-bezier(.16,1,.3,1)
}

.index-module__container--3xmSC .index-module__mainNavContainer--2lUWT .index-module__indicator--3qj0t {
    position: absolute;
    height: 35px;
    width: 71.28px;
    background-color: var(--color-primary);
    border-radius: var(--radius-base);
    -webkit-transition: all .6s cubic-bezier(.16,1,.3,1);
    -o-transition: all .6s cubic-bezier(.16,1,.3,1);
    -moz-transition: all .6s cubic-bezier(.16,1,.3,1);
    transition: all .6s cubic-bezier(.16,1,.3,1)
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    box-shadow: 0 3px 3px rgba(21,40,76,.12),0 -1px 1px rgba(21,40,76,.04),0 6px 8px rgba(21,40,76,.12);
    border-radius: var(--radius-base);
    height: 441px;
    width: 100%;
    overflow: hidden
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__left--1n9DA {
    position: relative;
    width: 47%;
    z-index: 2
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__left--1n9DA .index-module__leftImage--2C13C {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__left--1n9DA .index-module__leftImage--2C13C img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__left--1n9DA .index-module__leftImage--2C13C .index-module__video--3XmBE {
    width: 100%;
    height: 100%
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__left--1n9DA .index-module__leftImage--2C13C .index-module__data--1UyT0 {
    width: 100%;
    position: absolute;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    bottom: 0;
    color: var(--color-primary-reverse);
    background: var(--color-primary)
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__left--1n9DA .index-module__leftImage--2C13C .index-module__data--1UyT0 .index-module__textBlock--1RXjO {
    text-align: center;
    margin: 16px 0
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__left--1n9DA .index-module__leftImage--2C13C .index-module__data--1UyT0 .index-module__textBlock--1RXjO:not(:last-child) {
    border-right: 1px solid hsla(0,0%,100%,.14)
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__left--1n9DA .index-module__leftImage--2C13C .index-module__data--1UyT0 .index-module__textWrap--3Kvsg {
    width: 80%;
    margin: 0 auto
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__left--1n9DA .index-module__active--212HW {
    opacity: 1;
    z-index: 3
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ {
    width: 53%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightTop--1Z-zz {
    width: 80%;
    height: 76%
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightTop--1Z-zz .index-module__icon--3UyQA {
    position: absolute;
    top: 18%;
    left: 9%
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightTop--1Z-zz .index-module__textDisplay--bHgiu {
    width: 84%;
    position: absolute;
    top: 25%;
    left: 16%;
    height: 76%
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightTop--1Z-zz .index-module__textDisplay--bHgiu .index-module__testimonyItem--KQwjb {
    position: absolute;
    width: 100%;
    color: #525f7f;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightTop--1Z-zz .index-module__textDisplay--bHgiu .index-module__testimonyItem--KQwjb .index-module__text--23qxJ {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    width: 84%;
    text-align: justify
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightTop--1Z-zz .index-module__textDisplay--bHgiu .index-module__active--212HW {
    opacity: 1;
    z-index: 4;
    -webkit-animation: index-module__progress--34YtS .5s;
    -moz-animation: index-module__progress--34YtS .5s;
    animation: index-module__progress--34YtS .5s
}

@-webkit-keyframes index-module__progress--34YtS {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes index-module__progress--34YtS {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes index-module__progress--34YtS {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightBottom--1KF0k {
    position: absolute;
    top: 76%;
    left: 15%;
    width: 70%;
    height: 24%;
    border-top: 1px solid var(--color-dividing-reverse)
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightBottom--1KF0k .index-module__sonNavContainer--DJiJu {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightBottom--1KF0k .index-module__sonNavContainer--DJiJu .index-module__sonNavItem--8CSPH {
    position: relative;
    cursor: pointer
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightBottom--1KF0k .index-module__sonNavContainer--DJiJu .index-module__sonNavItem--8CSPH .index-module__logo--1So0T {
    height: 35px;
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightBottom--1KF0k .index-module__sonNavContainer--DJiJu .index-module__sonNavItem--8CSPH .index-module__colours--23Qjd {
    opacity: 0;
    position: absolute;
    top: 0;
    left: unset
}

.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__active--212HW,.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightBottom--1KF0k .index-module__active--212HW,.index-module__container--3xmSC .index-module__mainContent--2k5wu .index-module__right--VzXgQ .index-module__rightBottom--1KF0k .index-module__sonNavContainer--DJiJu .index-module__sonNavItemActive--1dAPd .index-module__colours--23Qjd {
    opacity: 1
}

.index-module__view--3rpJP svg {
    fill: #fff;
    vertical-align: -5px;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.tpm-section.tpm-section_soltion .tpm-section__title {
    color: hsla(0,0%,100%,.9)
}

.tpm-section.tpm-section_soltion .tpm-section__desc {
    color: hsla(0,0%,100%,.7)
}

@media screen and (max-width: 600px) {
    .OkhRG {
        height:0;
        width: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none
    }
}

.qExKa {
    height: 48px
}

.fHKufj {
    height: 10px
}

.index-module__icon-color-textPrimary-reverse--1iauf {
    fill: hsla(0,0%,100%,0.9)
}

@media (max-width: 768px) {
    .Pro_Anchor.stuckMenu.isStuck {
        top:50px!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

.discolorheader.page-header.theme-dark {
    background: rgba(149,149,149,.06)
}

.discolorheader.page-header.theme-dark .main-bottom .submenu,.discolorheader.page-header.theme-dark>.main .main-top .top-wear-right .link-style {
    color: #fff
}

.discolorheader.page-header.theme-dark .main-bottom .button-wrapper .loginButton,.discolorheader.page-header.theme-dark .main-bottom .button-wrapper .memberButton {
    color: #fff;
    border: 1px solid #fff
}

.userInfo-name-text {
    color: #333
}

.discolorheader.page-header {
    z-index: 100;
    background: rgba(239,239,239,.5);
    backdrop-filter: blur(4px)
}

.discolorheader.page-header>.main .main-top .top-wear-left .icon_logo {
    background: url(../../images/logo2023-blue.gif) no-repeat center;
    background-size: contain
}

.discolorheader.page-header.theme-dark>.main .main-top .top-wear-left .icon_logo {
    background: url(../../images/logo.png) no-repeat center;
    background-size: contain
}

.discolorheader.page-header.theme-dark .bottom-wear-right .button-wrapper .userInfo-name .userInfo-name-text {
    color: #fff
}

.page-header>.main .main-top .top-wear-right .link-style:hover {
    color: var(--primary-hover)
}

.discolorheader.page-header .main-bottom .button-wrapper .loginButton,.discolorheader.page-header .main-bottom .button-wrapper .memberButton {
    color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.discolorheader.page-header>.main .main-top .top-wear-left {
    height: 48px;
    width: 140px
}

.container-text .title {
    color: #333!important;
    font-size: 42px!important;
    position: relative
}

.container-text .title:after,.container-text .title:before {
    position: absolute;
    width: 68px;
    height: 24px;
    background: linear-gradient(-90deg,#fb2d37 0,#ff6052 100%);
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
    line-height: 14px;
    top: -35px;
    text-align: center;
    line-height: 24px
}

.container-text .notitle {
    color: #333!important;
    font-size: 42px!important;
    position: relative
}

.container-text .notitle:after {
    content: '';
    left: 78px
}

.container-text .notitle:before {
    content: ''
}

.container-text .notitle:after,.container-text .notitle:before {
    position: absolute;
    width: 68px;
    height: 24px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
    line-height: 14px;
    top: -35px;
    text-align: center;
    line-height: 24px
}

.container-text .desc {
    font-size: 22px!important;
    font-family: Microsoft YaHei;
    font-weight: 400!important;
    color: #333!important;
    line-height: 28px!important
}

.container-text .desc span {
    font-size: 18px;
    margin-top: 5px;
    display: inline-block
}

.container-text .banner-Button {
    background: #edeff2!important;
    margin-top: 0;
    border: 1px solid #333!important;
    color: #333!important
}

.container-text .banner-Button:hover {
    border: 1px solid var(--primary-hover)!important;
    color: var(--primary-hover)!important
}

.carousel-inner .container-text.yz .desc {
    letter-spacing: 1px
}

body {
    overflow-x: hidden
}

.animationBanner:after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 550px 174px;
    background-position: center;
    display: block;
    animation: imgMove .5s linear forwards
}

@keyframes imgMove {
    0% {
        transform: translateY(-50px)
    }

    to {
        transform: translateY(0)
    }
}

.head-title>p.head-title-desc {
    margin-top: 10px
}

.carousel-indicators .indicators-inner {
    padding: 20px 0
}

.index-rj-recommend .carousel-indicators {
    display: flex
}

.index-rj-recommend .carousel-indicators li {
    flex: 1;
    width: auto;
    height: auto;
    line-height: 1
}

.head-title .head-title-desc {
    text-align: center;
    font-size: 18px;
    color: #191919;
    margin-top: 10px
}

.index-rj-recommend .carousel-indicators li,.index-rj-recommend .carousel-indicators li.active,.index-rj-recommend .carousel-indicators li:hover {
    position: relative;
    background: 0 0;
    border: none
}

.index-rj-recommend .carousel-indicators .active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background: var(--primary-hover)
}

.index-rj-recommend .carousel-indicators .active,.index-rj-recommend .carousel-indicators li:hover {
    color: var(--primary-hover)
}

.index-rj-recommend #myCarousel1 .carousel-indicators {
    height: auto
}

.index-rj-recommend .carousel-indicators li .indicators-inner-img {
    width: 64px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: top .3s;
    transition: top .3s;
    top: 0
}

.index-rj-recommend .carousel-indicators li:hover .indicators-inner-img {
    top: -5px
}

.index-rj-recommend .carousel-indicators li .indicators-inner-text {
    font-size: 16px
}

.carousel-inner .carousel-inner-content .content-left {
    width: 380px
}

.carousel-inner .carousel-inner-content .content-left .content-left-top {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 380px;
    background-size: cover;
    line-height: 1;
    padding-top: 30px;
    padding-left: 24px;
    color: #ffffff;
}

.carousel-inner .item:nth-child(1) .carousel-inner-content .content-left .content-left-top {
    background: url(../../img/home/homeproduct_1.png) no-repeat center;
    background-size: cover;
    background-color: #1d2129;
}
.carousel-inner .item:nth-child(2) .carousel-inner-content .content-left .content-left-top {
    background: url(../../img/home/homeproduct_2.png) no-repeat center;
    background-size: cover;
    background-color: #1d2129;
}

.carousel-inner .item:nth-child(3) .carousel-inner-content .content-left .content-left-top {
    background: url(../../img/home/homeproduct_3.png) no-repeat center;
    background-size: cover;
    background-color: #1d2129;
}

.carousel-inner .item:nth-child(4) .carousel-inner-content .content-left .content-left-top {
    background: url(../../img/home/homeproduct_4.png) no-repeat center;
    background-size: cover;
    background-color: #1d2129;
}

.carousel-inner .item:nth-child(5) .carousel-inner-content .content-left .content-left-top {
    background: url(../../img/home/homeproduct_5.png) no-repeat center;
    background-size: cover;
    background-color: #1d2129;
}

.carousel-inner .carousel-inner-content .content-left .content-left-top .left-top-title {
    font-size: 24px;
    font-weight: 500
}

.carousel-inner .carousel-inner-content .content-left .content-left-top .left-top-introduce {
    font-size: 32px;
    margin-bottom: 15px
}

.carousel-inner .item:first-child .carousel-inner-content .content-left .content-left-top .left-top-introduce {
    font-size: 36px;
    margin: 15px 0
}

.carousel-inner .carousel-inner-content .content-left .content-left-top .left-top-desc {
    font-size: 18px;
    margin-bottom: 14px
}

.carousel-inner .item:first-child .carousel-inner-content .content-left .content-left-top .left-top-desc {
    font-size: 16px
}

.carousel-inner .carousel-inner-content .content-left .content-left-top .yzButton {
    position: absolute;
    top: 130px;
    width: 120px;
    height: 32px;
    border: 1px solid #fff;
    background: var(--primary-hover);
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.carousel-inner .item:first-child .carousel-inner-content .content-left .content-left-top .yzButton {
    top: 150px
}

.carousel-inner .carousel-inner-content .content-left .content-left-bottom .yzButton:hover::after,.carousel-inner .carousel-inner-content .content-left .content-left-top .yzButton:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1)
}

.carousel-inner .carousel-inner-content .content-left .content-left-bottom {
    position: relative;
    width: 100%;
    height: 182px;
    background-size: cover;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 18px;
    padding-top: 24px;
    padding-left: 24px;
    background-image: url(https://easyv.assets.dtstack.com/homepage/common/assets/images/price/saas_advanced_newbg.png);
    background-color: #fff4d7
}

.carousel-inner .carousel-inner-content .content-left .content-left-bottom .left-bottom-title {
    color: #161616;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.carousel-inner .carousel-inner-content .content-left .content-left-bottom .left-bottom-desc {
    font-weight: 500;
    margin-top: 10px;
    color: #161616;
    font-size: 14px;
    line-height: 22px;
    opacity: .56
}

.carousel-inner .item:first-child .carousel-inner-content .content-left .content-left-bottom {
    background-color: #f5faff;
    padding: 24px 20px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
    border-radius: 4px;
    background-image: url(../../img/home/saas_personal_newbg.png)
}

.carousel-inner .item:nth-child(3) .carousel-inner-content .content-left .content-left-bottom {
    background-image: url(../../img/home/saas_advanced_newbg.png);
    background-color: #fff4d7
}

.carousel-inner .item:nth-child(4) .carousel-inner-content .content-left .content-left-bottom {
    background-image: url(../../img/home/saas_vip_newbg.png);
    background-color: #1f1f1f
}

.carousel-inner .item:nth-child(2) .carousel-inner-content .content-left .content-left-bottom {
    background-color: #e0e8ff;
    background-image: url(../../img/home/local_newbg.png)
}

.carousel-inner .carousel-inner-content .content-left .content-left-bottom .yzButton {border: none;background: linear-gradient(90deg,#ffefcf 0,#ffe5ae 100%);color: #7f3f00;position: absolute;bottom: 24px;left: 25px}

.carousel-inner .item:first-child .carousel-inner-content .content-left .content-left-bottom .yzButton {
    color: #161616;
    border: 1px solid #161616;
    background: 0 0
}

.carousel-inner .item:nth-child(2) .carousel-inner-content .content-left .content-left-bottom .yzButton {
    color: #fff;
    background: linear-gradient(91.54deg,#8a9ed5,#7e91c8)
}

.carousel-inner .item:nth-child(3) .carousel-inner-content .content-left .content-left-bottom .yzButton {
    color: #fff;
    background: linear-gradient(91.54deg,#393939,#1f1f1f)
}

.carousel-inner .item:nth-child(4) .carousel-inner-content .content-left .content-left-bottom .yzButton {
    color: #161616;
    background: linear-gradient(91.54deg,#fbebc9,#f1d7a8)
}

.carousel-inner .item:nth-child(4) .carousel-inner-content .content-left .content-left-bottom .left-bottom-desc,.carousel-inner .item:nth-child(4) .carousel-inner-content .content-left .content-left-bottom .left-bottom-title {
    color: #fff
}

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

.carousel-inner .carousel-inner-content .content-right {
    flex-wrap: wrap;
    flex: 1
}

.carousel-inner {
    background: 0 0
}

.carousel-inner .carousel-inner-content .content-right .content-right-item {
    width: calc(50% - 16px);
    box-sizing: border-box;
    padding: 24px;
    margin-left: 16px;
    margin-bottom: 16px;
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 4px 8px rgba(130,169,225,.03));
    filter: drop-shadow(0 4px 8px rgba(130, 169, 225, .03));
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
    -o-transition: filter .5s;
    -moz-transition: filter .5s;
    transition: filter .5s;
    transition: filter .5s,-webkit-filter .5s
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-title-wrapper {
    align-items: center;
    line-height: 1
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-title-wrapper .item-title {
    font-size: 18px;
    font-weight: 700;
    color: #191919
}

.carousel-inner .carousel-inner-content .content-right .content-right-item:hover .item-title-wrapper .item-title {
    color: var(--primary-hover)
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-title-wrapper .item-flag {
    position: relative;
    background: #fff;
    border: 1px solid #ff1f11;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ff1f11;
    height: 18px;
    padding: 0 5px
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-title-wrapper .item-flag.lightBorder::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent #fff transparent transparent;
    z-index: 20
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-title-wrapper .item-flag.lightBorder::after {
    content: '';
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent #ff1f11 transparent transparent
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-title-wrapper .item-flag.deepBorder {
    background: #ff1f11;
    color: #fff
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-title-wrapper .item-flag.deepBorder::after {
    content: '';
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent #ff1f11 transparent transparent
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-desc {
    color: #191919;
    font-size: 16px;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 11px
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-area {
    height: 21px;
    box-sizing: border-box;
    padding: 0 9px;
    font-size: 12px;
    color: #999;
    border: 1px solid #dbdbdb
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-opearInfo {
    margin-top: 21px;
    align-items: center;
    justify-content: space-between
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-opearInfo .item-opearInfo-price {
    color: #ff1f11
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-opearInfo .item-opearInfo-price .priceInfo {
    font-size: 24px;
    font-weight: 700
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-opearInfo .item-opearInfo-price .priceInfo.connectKefu {
    font-size: 19px
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-opearInfo .yzButton {
    width: 121px;
    height: 33px;
    background: #fff;
    border: 1px solid var(--primary-hover);
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-hover);
    box-sizing: border-box
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-opearInfo .yzButton:hover {
    background: var(--primary-hover);
    border: none;
    color: #fff
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-opearInfo .yzButton a {
    color: inherit!important
}

.ssl-cp.index-tj.index-rj-recommend {
    position: relative
}

.ssl-cp.index-tj.index-rj-recommend::after {
    content: '';
    position: absolute;
    max-width: 1920px;
    margin: auto;
    left: 0;
    right: 0;
    background: #fff;
    height: 292px;
    top: 0
}

.ssl-cp.index-tj.index-rj-recommend .head-title {
    margin-bottom: 15px
}

.banner-top.index,.carousel-inner.banner.index {
    height: 460px
}

#myCarousel .carousel-indicators.banner {
    bottom: 20px
}

.index-rj-recommend .hot-recommend-left {
    background: url(../../images/newUser_aside_img.png) no-repeat center center!important;
    height: 540px;
    background-size: 247px!important
}

.index-rj-recommend .recommend-right .plan1 {
    padding: 0 5px
}

.recommend-right-price {
    margin: 10px 0 5px 101px;
    text-align: left;
    position: relative
}

.recommend-right-price:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #ff5107;
    border-bottom: 5px solid transparent;
    top: 15px;
    left: -17px
}

.ssl-button span {
    background: #fff;
    border: 1px solid var(--primary-hover);
    color: var(--primary-hover);
    padding: 5px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.free-use-btn.btn-white {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 35px
}

.index-rj-recommend .recommend-right .plan1 {
    border-right: none
}

.index-rj-recommend .recommend-right {
    border-right: 1px #f8f8f8 solid
}

.index-rj-recommend .recommend-right:last-child {
    border-right: none
}

.page-section {
    position: relative
}

.page-section .lead_effect {
    background: url(../../images/lead-max.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-name: slideBgImage;
    animation-name: slideBgImage;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@-webkit-keyframes slideBgImage {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

@keyframes slideBgImage {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

.carousel .carousel-inner {
    background: #f4f6f8
}

.carousel .carousel-inner.banner.index .item {
    height: 100%;
    padding-top: 190px;
    padding-bottom: 70px
}

.carousel .carousel-inner.banner.index .item:nth-child(2) {
    background: url(../../images/home/2022banner02.png) no-repeat;
    background-size: cover;
    background-position: center
}

.carousel .carousel-inner.banner.index .item:nth-child(3) {
    padding-top: 150px;
    background: url(../../images/home/2022banner03.png) no-repeat;
    background-size: cover;
    background-position: center
}

.carousel .carousel-inner.banner.index .item:nth-child(4) {
    background: url(../../images/home/2022banner01.png) no-repeat;
    background-size: cover;
    background-position: center
}

.carousel .carousel-inner.banner.index .item .container>a {
    display: inline-block
}

.carousel .carousel-inner .item .banner-inner-video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    object-fit: cover
}

.space.space-wrapper {
    padding-top: 80px;
    padding-bottom: 50px
}

.client.space.space-wrapper,.ssl-cp.index-tj.index-rj-recommend.space-wrapper {
    background: #f4f6f8
}

.carousel-indicators .active,.carousel-indicators li {
    height: 4px
}

.carousel .carousel-control.left {
    left: 3%
}

.carousel .carousel-control.right {
    right: 3%
}

.tpm-section_hot {
    background: #f9fbff
}

.tpm-section.tpm-section__lightBg {
    background: #f3f5f8
}

.banner-inner-video_wrap .banner-inner-video {
    position: absolute;
    width: 1926px;
    left: -3px;
    right: inherit;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.banner-inner-video_wrap {
    width: 1920px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2
}

.tpm-prod-hero__bg-titleBg_desc {
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    line-height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 43.2%;
    z-index: 1
}

.desc_key {
    color: #ff3b20
}

@media screen and (min-width: 768px) {
    .tpm-prod-hero-parent .tpm-prod-hero__btn-group,.tpm-prod-hero-parent .tpm-prod-hero__desc,.tpm-prod-hero-parent .tpm-prod-hero__dropdown-wrap,.tpm-prod-hero-parent .tpm-prod-hero__header {
        transition:.6s ease-out .1s;
        opacity: 0;
        transform: translateY(40px)
    }

    .tpm-prod-hero-parent .tpm-prod-hero__btn-group {
        transition: .6s ease-out .3s
    }

    .tpm-prod-hero-parent .swiper-slide-active .tpm-prod-hero__btn-group,.tpm-prod-hero-parent .swiper-slide-active .tpm-prod-hero__desc,.tpm-prod-hero-parent .swiper-slide-active .tpm-prod-hero__dropdown-wrap,.tpm-prod-hero-parent .swiper-slide-active .tpm-prod-hero__header {
        opacity: 1;
        transform: translateY(0)
    }
}

#myHomePageBannerSwiper.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 100px;
    left: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    right: 0;
    display: flex;
    justify-content: center
}

.carousel-indicators li {
    text-indent: inherit
}

.index-rj-recommend .carousel-indicators {
    width: 100%;
    top: 0;
    position: inherit;
    margin-bottom: 20px;
    left: 0;
    margin-left: 0;
    text-align: left
}

.carousel-indicators .indicators-inner {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.index-rj-recommend .carousel-indicators .active::after {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 160px;
    height: 2px;
    background: var(--primary-color)
}

.index-rj-recommend .carousel-indicators li .indicators-inner-text {
    color: #191919
}

.content-left-top .tpm-btn.tpm-btn--primary {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%)
}

.index-rj-recommend .carousel-indicators li.active .indicators-inner-text,.index-rj-recommend .carousel-indicators li:hover .indicators-inner-text {
    color: var(--primary-color)
}

.tpm-section__resource .tpm-feature__item.tpm-feature__item-writeBg {
    height: 100%
}

#myCarousel1 .tpm-prod-hero__btn {
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 4px 12px rgba(41,57,87,.08);
    min-width: 128px
}



.carousel-inner .carousel-inner-content .content-right .content-right-item:hover {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%),-8px -8px 20px 0 #fff
}

.carousel-inner .carousel-inner-content .content-left .content-left-bottom .tpm-btn {
    left: 24px;
    bottom: 24px;
    position: absolute
}

.carousel-inner .carousel-inner-content .content-right .content-right-item {
    background-size: cover
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-area {
    height: 20px;
    line-height: 20px;
    border: 1px solid #3d485d;
    color: #3d485d
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-desc {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #293957;
    line-height: 20px
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-title-wrapper .item-title {
    font-weight: 500
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-opearInfo .item-opearInfo-price {
    color: #293957
}

.carousel-inner .item-opearInfo-price .oldPrice {
    color: #5b6786!important;
    font-size: 12px;
    text-decoration: line-through
}

.carousel-inner .carousel-inner-content .content-right .content-right-item .item-opearInfo .item-opearInfo-price span {
    color: #ff3b20
}

.content-left-bottom .el-icon {
    transition: transform .4s,-webkit-transform .4s;
    margin-left: 2px
}

.content-left-bottom .yzButton:hover .el-icon.el-icon-arrow-right {
    transform: translateX(4px)
}

.tpm-feature__item-go .copyData:not(.mainColor) {
    color: #293957
}

.tpm-section__resource {
    overflow-x: hidden
}

.tpm-section__resource .tp-grid__row {
    margin-bottom: -16px
}

.tpm-section__resource .tp-grid__row.tp-grid--gutter-8 .tp-grid__col {
    position: relative;
    margin-bottom: 16px
}

.tpm-feature__item.tpm-feature__item-writeBg {
    width: 100%;
    transition: all .3s ease-in-out
}

.tpm-section__resource .tp-grid__row.tp-grid--gutter-8 .tp-grid__col .tpm-feature__item.tpm-feature__item-writeBg.is-active {
    position: absolute;
    width: 592px;
    height: 100%;
    left: 8px;
    top: 0;
    z-index: 1
}

.tpm-section__resource .tp-grid__layout {
    overflow: hidden
}

.tpm-section__resource .tp-grid__row.tp-grid--gutter-8 .tp-grid__col:nth-child(4n) .tpm-feature__item.tpm-feature__item-writeBg.is-active {
    right: 8px;
    left: auto
}

.tpm-section__resource .tp-grid__row .tpm-feature__item-extend::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    transition: opacity .3s ease-in-out;
    opacity: 0;
    background: url(../../img/home/whybg.png) center no-repeat;
    background-size: cover;
    z-index: -1
}

.tpm-section__resource .tp-grid__row .tp-grid__col .tpm-feature__item-extend.is-active::after {
    opacity: 1
}

.tpm-section__resource .tp-grid__row .tp-grid__col .tpm-feature__item-extend.is-active::before {
    content: '';
    position: absolute;
    border-top: 1px solid #dfdfdf;
    width: 316px;
    height: 0;
    left: 16px;
    bottom: 68px
}

.tpm-section__resource .tp-grid__row .tpm-feature__item-desc {
    margin-bottom: 17px;
    line-height: 20px
}

.tpm-section__resource .tp-grid__row .tp-grid__col .tpm-feature__item-extend.is-active .tpm-feature__item-desc .tpm-feature__item-desc__shrink {
    display: none
}

.tpm-section__resource .tp-grid__row .tpm-feature__item:not(.tpm-feature__item-extend) .tpm-feature__item-desc {
    margin-bottom: 0
}

.tpm-section__resource .tpm-feature__item.tpm-feature__item-writeBg .tpm-feature__item-title {
    line-height: 25px;
    margin-bottom: 6px
}

.tpm-section__resource .tp-grid__row .tpm-feature__item-extend .tpm-feature__item-desc {
    height: 80px
}

.tpm-section__resource .tp-grid__col .tpm-feature__item.tpm-feature__item-writeBg.tpm-feature__item-extend.is-active .tpm-feature__item-go {
    border: none
}

.tpm-feature__item-desc__explode {
    display: none
}

.tpm-feature__item-extend.is-active .tpm-feature__item-desc__explode {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-animation: opacityAnimat .3s .2s linear forwards,fadeToBottom .3s .2s linear forwards;
    animation: opacityAnimat .3s .2s linear forwards,fadeToBottom .3s .2s linear forwards
}

.tpm-feature__item-desc__shrink {
    opacity: 0;
    -webkit-animation: opacityAnimat .3s .2s linear forwards;
    animation: opacityAnimat .3s .2s linear forwards
}

@keyframes fadeToBottom {
    0% {
        bottom: -8px
    }

    to {
        bottom: 0
    }
}

@-webkit-keyframes fadeToBottom {
    0% {
        bottom: -8px
    }

    to {
        bottom: 0
    }
}

.tpm-section.tpm-section__service {
    position: relative
}

.tpm-section.tpm-section__service::before {
    content: '';
    left: 0;
    margin: auto;
    right: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 239px;
    width: 100%;
    max-width: 1920px;
    background: url(../../images/home/home_img03.png) top right no-repeat;
    background-size: auto 100%;
    z-index: -1
}

.tpm-section__service .tpm-section__title {
    text-align: left;
    margin-bottom: 16px
}

.tpm-section__service .tpm-section__desc {
    font-size: 16px;
    font-weight: 400;
    color: #293957;
    line-height: 22px;
    text-align: left;
    max-width: 996px
}

.tpm-section.tpm-section__service .tp-grid__col {
    margin-bottom: 16px
}

.tpm-section.tpm-section__service .tp-grid__layout {
    margin-bottom: -16px
}

.tpm_supplier_wrapper.tpm_supplier_wrapper__lookMore {
    padding-top: 0;
    color: #191919
}

.tpm_supplier_wrapper.tpm_supplier_wrapper__lookMore:hover {
    color: var(--primary-color)
}

.tpm-section__global {
    position: relative;
    z-index: 1;
    padding-bottom: 0
}

.tpm-section__global .tpm-global__item {
    display: flex
}

.tpm-section__global .tpm-global__item .tpm-global__item-inner {
    padding-top: 8px
}

.tpm-section__global .tpm-global__item .item-inner-title {
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    line-height: 20px
}

.tpm-section__global .tpm-global__item .item-inner-content-li {
    font-size: 14px;
    font-weight: 400;
    color: #3d485d;
    line-height: 20px;
    margin-top: 8px
}

.tpm-section__global .tpm-btn {
    min-width: auto;
    padding: 0 16px
}

.tpm-section__global-inner {
    overflow-x: hidden;
    height: 438px
}

.tpm-section__global-inner::before {
    content: '';
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: auto;
    background: url(../../images/home/home_map.png) center no-repeat;
    background-size: cover;
    z-index: -1
}

.tpm-feature__item-logo {
    width: 60px;
    top: 0;
    right: 0;
    opacity: 1;
    box-shadow: 0 4px 12px 0 rgba(41,57,87,.08)
}

.tpm-section__global .tpm-feature__item.tpm-feature__item-writeBg {
    padding: 24px
}

.tpm-section__global .tpm-feature__item.tpm-feature__item-writeBg .tpm-feature__item-title {
    margin-bottom: 8px;
    line-height: 25px
}

.tpm-section__global .tpm-feature__item-desc {
    line-height: 20px
}

.tpm-section__global .tp-grid__row .tpm-feature__item-desc {
    margin-bottom: 16px
}

.tpm-section__global .tp-grid__row .tpm-feature__item-desc {
    height: 100px
}

.tpm-section__documentCenter .tpm-doc__item {
    padding: 16px 16px 20px 16px
}

.tpm-section__documentCenter .tp-grid__col:not(.tp-grid__col--8) {
    width: 100%
}

.tpm-section__documentCenter .tpm-doc__item {
    background: #f3f5f8
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

@media screen and (max-width: 768px) {
    .carousel-inner .carousel-inner-content .content-left {
        width:100%
    }

    .carousel-inner-content.fboxRow {
        display: block
    }

    .carousel-inner .carousel-inner-content .content-right {
        display: block
    }

    .carousel-inner .carousel-inner-content .content-right .content-right-item {
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }

    .index-rj-recommend .carousel-indicators li .indicators-inner-text {
        font-size: 14px
    }

    .tpm-section__hd {
        padding: 20px
    }

    .tp-module-bottomCenter {
        position: relative
    }

    .pls-footer-website .pls-footer-inner {
        display: block
    }

    .pls-footer-website-columns {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-left: 0
    }

    .pls-footer-website-columns>li {
        width: 100%
    }

    .pls-footer-website .pls-footer-website-contact {
        padding-right: 0;
        border-right: 0px;
        border-bottom: 1px solid #3d485d;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding: 20px 10px
    }

    .pls-footer-blogroll .pls-footer-inner {
        display: block
    }

    .pls-footer-blogroll .pls-footer-inner>.fboxYcenter {
        display: block;
        text-align: center
    }

    .pls-footer-blogroll {
        height: 100%;
        padding: 20px
    }

    .pls-footer-blogroll .pls-footer-inner .pls-footer-blogroll-Copyright {
        margin-left: 0;
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center
    }

    ul.pls-footer-blogroll-website.fboxRow {
        justify-content: center
    }

    .pls-footer-service-list>li {
        display: block;
        text-align: center
    }

    .pls-footer-service-item .text-term {
        font-size: 10px
    }

    .pls-footer-service-item .text-title {
        font-size: 14px;
        margin-bottom: 0
    }

    .pls-footer-service .pls-footer-inner {
        padding: 10px;
        padding-bottom: 20px
    }

    .pls-footer-service-item .icon {
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        margin-left: 0
    }

    .pls-footer-service-list>li:last-child {
        width: 20%
    }

    .pls-footer-service-list>li {
        width: 20%
    }

    .tpm-section__resource .tp-grid__row.tp-grid--gutter-8 .tp-grid__col .tpm-feature__item.tpm-feature__item-writeBg.is-active {
        position: static!important;
        width: 100%!important
    }
}
