.el-dialog {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    margin: 0 !important;
    min-height: 226px !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px !important
}

.m-view.el-dialog {
    bottom: 0;
    left: 0;
    min-height: 218px !important;
    right: 0;
    top: auto;
    transform: none;
    width: auto !important
}

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

.el-dialog__headerbtn .el-dialog__close {
    color: #bbb;
    font-size: 22px;
    font-weight: 700
}

.el-dialog__headerbtn:hover .el-dialog__close {
    color: #005ddd
}

.el-dialog__header {
    color: #333;
    font-weight: 700;
    height: 60px;
    line-height: 20px;
    padding: 30px 20px 10px;
    text-align: center
}

.el-dialog__body {
    flex: 1;
    padding: 20px 50px
}

.el-dialog__body .body-desc {
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    min-height: 26px;
    text-align: center
}

.el-dialog__footer {
    padding: 0
}

.operationArea{
    align-items: center;
    display: flex;
    height: 102px;
    justify-content: center;
    margin: 0
}

.operationArea .el-button{
    background-color: #004baa;
    border: 1px solid #004baa;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 42px;
    width: 240px
}

.operationArea .el-button:hover {
    background-color: #005ddd;
    border-color: #005ddd;
    color: #fff
}

.el-dialog {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    margin: 0 !important;
    min-height: 300px !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px !important
}

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

.el-dialog__headerbtn .el-dialog__close {
    color: #bbb;
    font-size: 22px;
    font-weight: 700
}

.el-dialog__headerbtn:hover .el-dialog__close {
    color: #005ddd
}

.el-dialog__header {
    color: #333;
    font-weight: 700;
    height: 60px;
    line-height: 20px;
    padding: 30px 20px 10px;
    text-align: center
}

.el-dialog__body {
    flex: 1;
    padding: 20px 50px;
    width: 100%
}

.el-dialog__body .bind-phone .title-lab, .el-dialog__body .company-name .title-lab {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    height: 17px;
    line-height: 17px;
    width: 80px
}

.el-dialog__body .bind-phone .auth-code, .el-dialog__body .bind-phone .name-input, .el-dialog__body .bind-phone .phone-number, .el-dialog__body .company-name .auth-code, .el-dialog__body .company-name .name-input, .el-dialog__body .company-name .phone-number {
    height: 40px;
    margin-top: 16px;
    position: relative
}

.el-dialog__body .bind-phone .auth-code .el-form-item__content .el-input .el-input__inner, .el-dialog__body .bind-phone .name-input .el-form-item__content .el-input .el-input__inner, .el-dialog__body .bind-phone .phone-number .el-form-item__content .el-input .el-input__inner, .el-dialog__body .company-name .auth-code .el-form-item__content .el-input .el-input__inner, .el-dialog__body .company-name .name-input .el-form-item__content .el-input .el-input__inner, .el-dialog__body .company-name .phone-number .el-form-item__content .el-input .el-input__inner {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px
}

.el-dialog__body .bind-phone .auth-code .el-form-item__content .el-input .el-input__inner:focus, .el-dialog__body .bind-phone .name-input .el-form-item__content .el-input .el-input__inner:focus, .el-dialog__body .bind-phone .phone-number .el-form-item__content .el-input .el-input__inner:focus, .el-dialog__body .company-name .auth-code .el-form-item__content .el-input .el-input__inner:focus, .el-dialog__body .company-name .name-input .el-form-item__content .el-input .el-input__inner:focus, .el-dialog__body .company-name .phone-number .el-form-item__content .el-input .el-input__inner:focus {
    border-color: #004baa
}

.el-dialog__body .bind-phone .auth-code .right-area, .el-dialog__body .company-name .auth-code .right-area {
    align-items: center;
    display: flex;
    height: 40px;
    position: absolute;
    right: 17px;
    top: 0;
    width: 75px
}

.el-dialog__body .bind-phone .auth-code .right-area .v-line, .el-dialog__body .company-name .auth-code .right-area .v-line {
    background-color: #ddd;
    height: 20px;
    width: 1px
}

.el-dialog__body .el-form-item.is-error .el-input__inner, .el-dialog__body .el-form-item.is-error .el-input__inner:focus, .el-dialog__body .el-form-item.is-error .el-textarea__inner, .el-dialog__body .el-form-item.is-error .el-textarea__inner:focus {
    border-color: #d0021b
}

.el-dialog__body .el-form-item__error {
    color: #d0021b
}

.el-dialog__footer {
    padding: 0 50px;
    width: 100%
}

.operationArea{
    align-items: flex-start;
    display: flex;
    height: 82px;
    justify-content: center;
    margin: 0
}

.operationArea .el-button{
    background-color: #bbb;
    border-radius: 0;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    margin-top: 5px;
    width: 100%
}

.operationArea .enable-btn{
    background-color: #004baa;
    border: 1px solid #004baa;
    color: #fff
}

.operationArea .enable-btn:hover {
    background-color: #005ddd;
    border-color: #005ddd;
    color: #fff
}

.m-view.el-dialog {
    bottom: 0;
    left: 0;
    min-height: 218px !important;
    right: 0;
    top: auto;
    transform: none;
    width: auto !important
}

.m-view.el-dialog__header {
    padding-top: 20px
}

.m-view.el-dialog__body {
    padding: 10px 25px 20px
}

.m-view.el-dialog__footer {
    padding: 0 25px
}

.product-recom{
    margin-bottom: 17px
}

.product-recom .recom-header{
    align-items: center;
    display: flex;
    height: 20px;
    line-height: 20px
}

.product-recom .recom-header .p-h-block{
    background: #004baa;
    height: 19px;
    width: 5px
}

.product-recom .recom-header span{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-left: 12px;
    text-align: left
}

.product-recom .recom-header .p-h-line{
    background-color: #ddd;
    flex: 1;
    height: 1px;
    margin-left: 12px
}

.product-recom .product-rec-item{
    align-items: center;
    background-color: #fff;
    background: url(/_nuxt/img/recom_background.2404674.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    cursor: pointer;
    display: flex;
    height: 95px;
    justify-content: space-between;
    margin: 15px 0;
    padding: 20px;
    position: relative;
    width: 100%
}

.product-recom .product-rec-item .rec-item-left{
    flex: 1;
    overflow: hidden
}

.product-recom .product-rec-item .rec-item-left .rec-item-title{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: left
}

.product-recom .product-rec-item .rec-item-left .rec-item-desc, .product-recom .product-rec-item .rec-item-left .rec-item-title{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
    width: 100%;
    word-break: break-all
}

.product-recom .product-rec-item .rec-item-left .rec-item-desc{
    color: #595959;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 14px
}

.product-recom .product-rec-item .right-arrow{
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    color: #004baa;
    display: flex;
    height: 26px;
    justify-content: center;
    margin-left: 15px;
    transition: all .3s ease;
    width: 26px
}

.product-recom .product-rec-item .right-arrow i{
    font-size: 18px;
    font-weight: 700;
    margin-left: 2px
}

.product-recom .product-rec-item .right-arrow:hover {
    background-color: #005ddd !important;
    color: #fff !important
}

.product-recom .product-rec-item:hover .rec-item-left .rec-item-desc, .product-recom .product-rec-item:hover .rec-item-left .rec-item-title{
    color: #004baa
}

.product-recom .product-rec-item:hover .right-arrow{
    background-color: #004baa;
    color: #fff
}

.product-recom .product-bottom-line{
    background-color: #ddd;
    height: 1px;
    width: 100%
}

.product-recom .bottom-text{
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.product-recom .look-more{
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 400
}

.product-recom .look-more .btn-text{
    color: #004baa;
    font-size: 14px;
    margin-right: 5px;
    transition: all .2s ease
}

.product-recom .look-more .btn-icon{
    color: #004baa;
    transform: scale(.8);
    transform-origin: 0 50% 0
}

.product-recom .look-more .btn-icon i{
    font-weight: 700;
    margin-left: 1px
}

@media (any-hover: hover) {
    .product-recom .look-more:hover .btn-text{
        color: #005ddd;
        margin-right: 9px
    }

    .product-recom .look-more:hover .btn-icon{
        color: #005ddd
    }
}

.recom-title{
    color: #333;
    font-size: 34px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin-bottom: 50px;
    margin-top: 50px
}

.product-recom{
    align-items: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    display: flex;
    height: 150px;
    position: relative
}

.product-recom .row-item-con{
    align-items: center;
    display: flex;
    height: 100%;
    width: 84%
}

.product-recom .row-item-con .row-item{
    background-color: #fff;
    cursor: pointer;
    flex: 1;
    height: 150px;
    padding-left: 3%;
    padding-right: 20px;
    position: relative;
    transition: all .3s ease;
    width: 33.333%
}

.product-recom .row-item-con .row-item .ritem-desc, .product-recom .row-item-con .row-item .ritem-title{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.product-recom .row-item-con .row-item .ritem-title{
    -webkit-line-clamp: 1;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin-top: 38px;
    transition: all .3s ease
}

.product-recom .row-item-con .row-item .ritem-desc{
    -webkit-line-clamp: 2;
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    transition: all .3s ease
}

.product-recom .row-item-con .row-item .detail-btn{
    background-color: #004baa;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    opacity: 0;
    text-align: center;
    transition: opacity .5s ease;
    width: 90px
}

.product-recom .row-item-con .row-item .detail-btn:hover {
    background-color: #005ddd
}

@media (any-hover: hover) {
    .product-recom .row-item-con .row-item:hover {
        background-color: #fff !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        z-index: 66
    }

    .product-recom .row-item-con .row-item:hover .ritem-title{
        color: #004baa;
        margin-top: 24px
    }

    .product-recom .row-item-con .row-item:hover .ritem-desc{
        color: #004baa;
        margin-top: 10px
    }

    .product-recom .row-item-con .row-item:hover .detail-btn{
        opacity: 1
    }
}

.product-recom .row-item-con .row-item:nth-child(2n) {
    background-color: #f6f7f9
}

.product-recom .row-more{
    align-items: center;
    background: #f6f7f9;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 16%
}

.product-recom .row-more .desc-t{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    transition: color .3s ease
}

.product-recom .row-more .desc-a{
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    color: #004baa;
    display: flex;
    height: 20px;
    justify-content: center;
    margin-left: 10px;
    transition: all .3s ease;
    width: 20px
}

.product-recom .row-more .desc-a i{
    font-weight: 700;
    margin-left: 2px
}

.product-recom .row-more .desc-a:hover {
    background-color: #005ddd !important
}

@media (any-hover: hover) {
    .product-recom .row-more:hover {
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }

    .product-recom .row-more:hover .desc-t{
        color: #004baa
    }

    .product-recom .row-more:hover .desc-a{
        background-color: #004baa;
        color: #fff
    }
}

.product-recom{
    margin-bottom: 17px
}

.product-recom .recom-title{
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center
}

.product-recom .recom-title span{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    height: 20px;
    line-height: 20px
}

.product-recom .product-rec-item{
    background: linear-gradient(180deg, #eef7ff, #fff);
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 127px;
    margin: 0 16px 10px;
    padding: 20px 16px
}

.product-recom .product-rec-item .rec-item-desc, .product-recom .product-rec-item .rec-item-title{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.product-recom .product-rec-item .rec-item-title{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: left;
    width: 100%
}

.product-recom .product-rec-item .rec-item-desc{
    color: rgba(51, 51, 51, .7);
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin-top: 10px;
    width: 100%
}

.product-recom .product-rec-item .detail-btn{
    align-items: center;
    display: flex;
    margin-top: 14px
}

.product-recom .product-rec-item .detail-btn .btn-text{
    color: #004baa;
    font-size: 12px;
    margin-right: 5px
}

.product-recom .product-rec-item .detail-btn .btn-icon{
    color: #004baa;
    transform: scale(.6);
    transform-origin: 0 50% 0
}

.product-recom .product-rec-item .detail-btn .btn-icon i{
    font-weight: 700;
    margin-left: 1px
}

.product-recom .bottom-text{
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.product-recom .look-more{
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 400
}

.product-recom .look-more .btn-text{
    color: #004baa;
    font-size: 12px;
    margin-right: 5px
}

.product-recom .look-more .btn-icon{
    color: #004baa;
    transform: scale(.6);
    transform-origin: 0 50% 0
}

.product-recom .look-more .btn-icon i{
    font-weight: 700;
    margin-left: 1px
}

@media (any-hover: hover) {
    .product-recom .look-more:hover .btn-text{
        color: #005ddd;
        margin-right: 9px
    }

    .product-recom .look-more:hover .btn-icon{
        color: #005ddd
    }
}

.tx_banner{
    align-items: center;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: calc(480px - var(--layout-header-height));
    width: 100%;
    z-index: 4
}

.tx_banner .banner-content{
    width: 100%
}

.tx_banner .banner-content .banner-slogan{
    font-size: 24px;
    line-height: 32px
}

.tx_banner .banner-content .banner-slogan, .tx_banner .banner-content .banner-title{
    color: #333;
    margin-bottom: 16px;
    max-width: 760px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tx_banner .banner-content .banner-title{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px
}

.tx_banner .banner-content .banner-describe{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    max-width: 760px;
    white-space: pre-line;
    word-break: break-word
}

.tx_banner .banner-content .banner-activity{
    background: linear-gradient(270deg, rgba(210, 0, 0, 0), #d20000 43%, #d20000);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
    padding: 4px 32px 4px 12px
}

.tx_banner .cb__button-group{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    min-height: 60px
}

.tx_banner .cb__buttons{
    align-items: center;
    display: flex;
    flex-flow: wrap
}

.tx_banner .cb__button{
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 12px;
    margin-right: 16px;
    padding: 9px 32px
}

.tx_banner .cb__button-primary{
    background-color: var(--color-theme);
    color: #fff
}

@media (any-hover: hover) {
    .tx_banner .cb__button-primary:not(.is-disable):hover {
        background-color: var(--color-theme-light)
    }
}

.tx_banner .cb__button-outline{
    border: 1px solid rgb(144, 84, 161);
    color: rgb(144, 84, 161);
    padding: 8px 31px;
    position: relative;
    transition: all .2s ease
}

@media (any-hover: hover) {
    .tx_banner .cb__button-outline:hover {
        background-color: rgb(103, 86, 140);
        border-color: rgb(103, 86, 140);
        color: #fff
    }
}

.tx_banner .cb_button_tag{
    background-size: 100% 100%;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -10px;
    width: 50px
}

.tx_banner .cb_button_tag.red{
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI5Ni4xODMlIiB5MT0iNTAlIiB4Mj0iMCUiIHkyPSI1MCUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjRjQyMDIwIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0QyMDAwMCIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMTEgMGgzOWwtNSAxMCA1IDEwSDExTDAgMTB6Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iOCIgY3k9IjEwIiByPSIyIi8+PC9nPjwvc3ZnPg==) no-repeat
}

.tx_banner .cb_button_tag.blue{
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIxMDAlIiB5MT0iNTAlIiB4Mj0iMCUiIHkyPSI1MCUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA1REREIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNEJBQSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMTEgMGgzOWwtNSAxMCA1IDEwSDExTDAgMTB6Ii8+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iOCIgY3k9IjEwIiByPSIyIi8+PC9nPjwvc3ZnPg==) no-repeat
}

.tx_banner .cb__button-buy{
    display: flex;
    flex-direction: column;
    position: relative
}

.tx_banner .cb__button-buy.is-disable{
    background-color: #ddd;
    color: #595959;
    cursor: not-allowed;
    font-weight: 400
}

.tx_banner .cb__button-text{
    color: var(--color-theme);
    cursor: pointer;
    font-size: 14px;
    padding: 9px 0
}

@media (any-hover: hover) {
    .tx_banner .cb__button-text:hover {
        color: var(--color-theme-light)
    }
}

.tx_banner .cb__button-text + .cb__button-text{
    margin-right: 16px
}

@media screen and (max-width: 1199px) {
    .tx_banner{
        height: 480px;
        padding-top: var(--layout-header-height)
    }
}

@media (max-width: 767px) {
    .tx_banner{
        background: #eaf0f4 !important;
        height: auto;
        min-height: 280px;
        padding-bottom: 8px;
        position: static
    }

    .tx_banner .banner-content .banner-slogan{
        color: #333;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
        max-width: 100%;
        overflow: hidden
    }

    .tx_banner .banner-content .banner-title{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 24px;
        white-space: normal;
        width: 100%
    }

    .tx_banner .banner-content .banner-describe{
        font-size: 12px;
        line-height: 20px;
        width: 100%
    }

    .tx_banner .banner-content .banner-activity{
        font-size: 12px;
        line-height: 12px;
        padding: 4px 17px 4px 8px
    }

    .tx_banner .cb__button-group{
        margin-top: 24px
    }

    .tx_banner .cb__button{
        border-radius: var(--button-radius);
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 12px;
        margin-right: 12px;
        padding: 6px 29px
    }

    .tx_banner .cb__button-outline{
        padding: 5px 23px
    }

    .tx_banner .cb__button-text{
        padding: 6px 0
    }

    .tx_banner .cb__button-text + .cb__button-text{
        margin-right: 24px
    }
}

.choice_message_box {
    width: 300px
}

.cf__button-group{
    background-color: #fff;
    bottom: -120px;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    font-size: 16px;
    height: 76px;
    left: 0;
    opacity: 0;
    padding: 16px;
    position: fixed;
    transition: all .6s ease-in-out;
    width: 100%;
    z-index: 3
}

.cf__button-group-show{
    bottom: 0;
    opacity: 1
}

.cf__button{
    flex: 1;
    line-height: 42px;
    margin-right: 10px;
    text-align: center
}

.cf__button:last-child {
    margin-right: 0
}

.cf__button-primary{
    background-color: var(--color-theme);
    color: #fff
}

.cf__button-primary.is-disable{
    background-color: #ddd;
    color: #595959
}

.cf__button-outline{
    border: 1px solid var(--color-theme);
    color: var(--color-theme)
}

.tx_nav{
    background-color: #fff;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    z-index: 4
}

.tx_nav .nav_box{
    display: flex;
    position: relative;
    width: 100%
}

.tx_nav .nav_wrap{
    align-items: center;
    background-color: #fff;
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative
}

.tx_nav .nav_next, .tx_nav .nav_prev{
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    justify-content: center;
    width: 30px;
    z-index: 2
}

.tx_nav .nav_next.is_disable, .tx_nav .nav_prev.is_disable{
    color: rgba(51, 51, 51, .1)
}

.tx_nav .nav_prev{
    height: 100%;
    left: -30px;
    position: absolute
}

.tx_nav .nav_scroll{
    overflow: hidden
}

.tx_nav .nav_list{
    align-items: flex-end;
    background-color: #fff;
    display: flex;
    float: left;
    position: relative;
    transition: transform .3s;
    white-space: nowrap;
    z-index: 2
}

.tx_nav .nav_item{
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    margin-right: 40px;
    position: relative
}

.tx_nav .nav_item:after {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: transform .3s ease;
    width: 100%
}

.tx_nav .nav_item:hover {
    color: #004baa
}

.tx_nav .nav_item.is_active{
    font-weight: 600
}

.tx_nav .nav_item.is_active:after {
    transform: scaleX(1)
}

.tx_nav .nav_right{
    background: rgb(172, 130, 180);
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 60px;
    margin: 0;
    width: 160px
}

.tx_nav .nav_right:hover {
    background: rgb(144, 84, 161)
}

.tx_nav .nav_right1{
    background: #004baa
}

.tx_nav .nav_right1:hover {
    background: #005ddd
}

.tx_nav .nav_right_disable{
    background: #ddd;
    border: none;
    border-radius: 0;
    color: #595959;
    cursor: default;
    font-size: 16px;
    height: 60px;
    margin: 0;
    width: 160px
}

.tx_nav .nav_right_disable:hover {
    background: #ddd;
    border-color: #ddd
}

@media screen and (min-width: 767px)and (max-width: 1199px) {
    .tx_nav{
        top: 48px
    }
}

.module_name .title_bottom{
    background: rgb(172, 130, 180);
    margin-left: 10px;
    width: 7rem;
    height: 6px;
}

.module_name .name_cn{
    padding: 0px 14px;
    color: rgb(67, 67, 67);
    font-size: 26px;
    font-weight: 600;
    line-height: 48px
}

.module_name .light .name_cn{
    color: #fff
}

@media (max-width: 767px) {
    .module_name{
        overflow: hidden;
        padding: 24px 0
    }

    .module_name .name_cn{
        color: #333;
        font-size: 18px;
        line-height: 18px;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.base-button-play-blue{
    align-items: center;
    background: rgba(0, 75, 170, .4);
    border: 4px solid var(--color-theme);
    border-radius: 50%;
    display: flex;
    height: 72px;
    justify-content: center;
    transition: border-width .2s ease;
    width: 72px
}

.base-button-play-blue .iconfont{
    color: #fff;
    font-size: 26px;
    transition: font-size .2s ease
}

@media (any-hover: hover) {
    .base-button-play-blue:hover {
        border-width: 0
    }

    .base-button-play-blue:hover .iconfont{
        font-size: 30px
    }
}

.video_plus{
    background: #000;
    height: 100%;
    width: 100%
}

.video_plus .video_plus_video{
    align-items: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.video_plus .video_play{
    cursor: pointer;
    display: block;
    height: 100px;
    width: 100px
}

.video_plus .video_plus_img{
    height: 100%;
    width: 100%
}

.video_plus .video_plus_img > img{
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.video_player{
    align-items: center;
    background: rgba(32, 32, 32, .5);
    cursor: pointer;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.video_player_close{
    color: #fff;
    cursor: pointer;
    font-size: 42px;
    position: absolute;
    right: 40px;
    top: 30px
}

.video_player_video{
    outline: none;
    width: 80%
}

.tx_one_minute{
    padding-bottom: 40px;
    padding-top: 70px
}

.tx_one_minute .one_minute_content{
    margin-top: 30px
}

.tx_one_minute .content_wrapper{
    align-items: center;
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    display: flex
}

@media (any-hover: hover) {
    .tx_one_minute .content_wrapper:hover {
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12)
    }
}

.tx_one_minute .one_minute_left{
    background: #000;
    height: 360px;
    width: 640px
}

.tx_one_minute .one_minute_right{
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px
}

.tx_one_minute .one_minute_title{
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

.tx_one_minute .one_minute_describe{
    /*
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-top: 24px

     */
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 160%;
    color: rgb(90, 90, 90);
    margin-top: 24px
}

.tx_one_minute .one_minute_btn{
    background-color: var(--color-theme);
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 32px;
    padding: 8px 32px;
    transition: background-color .2s ease
}

@media (any-hover: hover) {
    .tx_one_minute .one_minute_btn:hover {
        background-color: var(--color-theme-light)
    }
}

.tx_one_minute .media-375{
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.tx_one_minute .media-375 .understand-video{
    border-radius: 4px;
    height: 193px;
    overflow: hidden;
    width: 100%
}

.tx_one_minute .media-375 .title{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.tx_one_minute .media-375 .understand-desc{
    color: #333;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 24px;
    margin-top: 16px
}

.tx_one_minute .media-375 .understand-button{
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 32px;
    padding: 6px 0;
    width: 100%
}

@media (max-width: 767px) {
    .tx_one_minute{
        background-color: #fff;
        margin-bottom: 14px;
        padding: 0 16px
    }
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .tx_one_minute .one_minute_left{
        height: 216px;
        width: 384px
    }

    .tx_one_minute .one_minute_right{
        padding: 20px 0 20px 24px
    }
}

.tx_advantage{
    padding: 80px 0 20px
}

.tx_advantage .advantage_list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px
}

.tx_advantage .advantage_item{
    display: flex;
    margin-bottom: 62px
}

.tx_advantage .advantage_item_left{
    height: 56px;
    width: 56px
}

.tx_advantage .advantage_icon{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.tx_advantage .advantage_item_right{
    color: #333;
    flex: 1;
    padding: 0 24px
}

.tx_advantage .advantage_title{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

.tx_advantage .advantage_title_no_info{
    font-size: 15px;
    font-weight: 700;
    line-height: 26px
}

.tx_advantage .advantage_describe{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px
}

.tx_advantage .mobile .card{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    display: flex;
    margin-bottom: 16px;
    padding: 24px 16px 32px
}

.tx_advantage .mobile .icon{
    display: block;
    flex-shrink: 0;
    height: 56px;
    width: 56px
}

.tx_advantage .mobile .content{
    margin-left: 24px
}

.tx_advantage .mobile .title{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px
}

.tx_advantage .mobile .title_no_info{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px
}

.tx_advantage .mobile .describe{
    color: #666;
    font-size: 12px;
    line-height: 20px
}

@media (max-width: 767px) {
    .tx_advantage{
        background: #fff;
        margin-bottom: 14px;
        padding: 0
    }

    .tx_advantage .advantage_list{
        padding-top: 0
    }

    .tx_advantage .advantage_item{
        margin-bottom: 27px
    }

    .tx_advantage .advantage_item_left{
        height: 50px;
        width: 50px
    }

    .tx_advantage .advantage_icon{
        height: 100%;
        width: 100%
    }

    .tx_advantage .advantage_item_right{
        padding: 0 0 0 10px
    }

    .tx_advantage .advantage_title{
        font-size: 14px;
        line-height: 14px
    }

    .tx_advantage .advantage_describe{
        font-size: 12px;
        line-height: 22px;
        margin-top: 11px
    }
}

.tx_plat_introduction{
    padding: 80px 0
}

.tx_plat_introduction .pc .subtitle{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding-top: 50px
}

.tx_plat_introduction .pc .plat_introduction_content{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px
}

.tx_plat_introduction .mobile{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 24px 16px 32px
}

.tx_plat_introduction .mobile .subtitle{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px
}

.tx_plat_introduction .mobile .intro{
    color: #666;
    font-size: 12px;
    line-height: 20px
}

@media (max-width: 767px) {
    .tx_plat_introduction{
        padding: 35px 0
    }

    .tx_plat_introduction .plat_introduction_content{
        font-size: 28px;
        line-height: 32px
    }
}

.scene_type_one{
    padding: 0 16px 24px
}

.scene_type_one .title_new{
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 20px!important;
    letter-spacing: 1px!important;
    color: rgb(255, 255, 255)!important;
    background: linear-gradient(267deg, rgb(255 255 255 / 31%), rgb(172, 130, 180) 100%, #ffffff 1%);
}

.scene_type_one .scene_describe{
    color: #333;
    font-size: 12px;
    line-height: 22px;
    padding: 12px 0 19px;
    text-align: left
}

.scene_type_one .scene_img_box{
    width: 100%
}

.scene_type_one .scene_img{
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.scene_type_one .mobile{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 24px 16px 32px
}

.scene_type_one .mobile .describe{
    color: #666;
    font-size: 12px;
    line-height: 22px
}

.scene_type_one .mobile .img{
    display: block;
    margin-top: 32px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .scene_type_one{
        /*align-items: center;*/
        display: flex;
        flex-direction: column;
        padding: 0
    }

    .scene_type_one .scene_describe{
        margin-bottom: 25px;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 160%;
        color: rgb(90, 90, 90);
        padding: 10px 10px;
        text-align: left

        /*
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 160%;
        color: rgb(90, 90, 90);
        padding: 32px 0;
        text-align: left
         */
    }

    .scene_type_one .scene_img_box{
        /*box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1)*/
    }
}

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

.scene_type_two .scene_img_box{
    height: auto;
    width: 710px
}

.scene_type_two .scene_img{
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.scene_type_two .scene_content{
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .07);
    color: #333;
    flex: 1;
    padding: 40px
}

.scene_type_two .scene_title{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 16px
}

.scene_type_two .scene_describe{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 32px
}

.scene_type_two .scene-divider{
    background-color: #ddd;
    height: 1px;
    margin: 24px 0
}

.scene_type_two .scene_ability_list{
    list-style-type: none;
    margin-bottom: 16px
}

.scene_type_two .scene_ability_item{
    display: flex
}

.scene_type_two .scene_ability_icon{
    margin-right: 12px;
    margin-top: 4px
}

.scene_type_two .scene_ability_icon .icon{
    color: var(--color-theme);
    font-size: 20px;
    font-weight: 700
}

.scene_type_two .scene_ability_title{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px
}

.scene_type_two .scene_ability_describe{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px
}

.scene_type_two .scene_related_item{
    align-items: center;
    border: 1px solid var(--color-theme);
    color: var(--color-theme);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center
}

.scene_type_two .scene_related_item:hover {
    background: var(--color-theme);
    color: #fff
}

.scene_type_two .scene_related_text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.scene_type_two .mobile{
    padding: 0 16px
}

.scene_type_two .mobile .img{
    display: block;
    width: 100%
}

.scene_type_two .mobile .content{
    padding: 32px 16px
}

.scene_type_two .mobile .title{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px
}

.scene_type_two .mobile .description{
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px
}

.scene_type_two .mobile .icon{
    color: var(--color-theme);
    font-size: 16px;
    font-weight: 700;
    margin-top: 4px
}

.scene_type_two .mobile .ability-info{
    margin-left: 6px
}

.scene_type_two .mobile .subtitle{
    color: var(--color-theme);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px
}

.scene_type_two .mobile .button{
    border: 1px solid var(--color-theme);
    color: var(--color-theme);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    padding: 5px 0;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .scene_type_two{
        display: flex;
        flex-direction: column;
        padding-top: 30px
    }

    .scene_type_two .scene_img_box{
        width: 100%
    }

    .scene_type_two .scene_content{
        box-shadow: none;
        color: #222;
        padding: 0;
        width: 100%
    }

    .scene_type_two .scene_title{
        font-size: 14px;
        line-height: 18px;
        opacity: .5
    }

    .scene_type_two .scene_describe{
        font-size: 14px;
        line-height: 26px
    }

    .scene_type_two .scene_ability_describe{
        font-size: 12px;
        line-height: 20px;
        opacity: 1
    }
}

@media (max-width: 767px) {
    .scene_type_two{
        padding-bottom: 24px;
        padding-top: 14px
    }

    .scene_type_two .media-375{
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        color: #333;
        overflow: hidden
    }

    .scene_type_two .media-375 .scene-divider{
        background-color: #ddd;
        height: 1px;
        margin: 19px 0 24px
    }
}

.tx_app_scene{
    padding: 60px 0 100px
}

.tx_app_scene .app_scene_tab{
    margin-top: 25px
}

.tx_app_scene .choice_tabs_header{
    border-bottom: 1px solid #ddd;
    color: #333;
    display: flex;
    font-size: 18px;
    list-style-type: none;
    margin-bottom: 20px
}

.tx_app_scene .choice_tabs_item{
    display: flex;
    flex: 1;
    justify-content: center
}

.tx_app_scene .choice_tabs_item.is_tab_active .choice_tabs_text{
    border-bottom-color: var(--color-theme);
    font-size: 20px;
    font-weight: 600
}

.tx_app_scene .choice_tabs_text{
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    padding: 10px 0
}

.tx_app_scene .choice_tabs_content{
    list-style-type: none
}

.tx_app_scene .mobile .tab-header{
    display: flex
}

.tx_app_scene .mobile .tab-header .item{
    display: flex;
    flex: 1;
    justify-content: center
}

.tx_app_scene .mobile .tab-header .item.is-active .inner{
    color: var(--color-theme)
}

.tx_app_scene .mobile .tab-header .item.is-active .inner:after {
    width: 100%
}

.tx_app_scene .mobile .tab-header .inner{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 0;
    position: relative
}

.tx_app_scene .mobile .tab-header .inner:after {
    background: var(--color-theme);
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: width .2s ease;
    width: 0
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .tx_app_scene{
        padding-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .tx_app_scene{
        background: #fff;
        margin-bottom: 14px;
        padding: 0
    }
}

.tx_panorama{
    padding: 50px 0
}

.tx_panorama .panorama_list{
    padding-top: 50px
}

.tx_panorama .panorama_item{
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    margin-bottom: 40px;
    position: relative;
    transition: transform .1s ease-out
}

.tx_panorama .panorama_item .panorama_item_d{
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中，如果也需要水平居中的话 */
    min-height: 215px;
}

.tx_panorama .panorama_img{
    display: block;
    max-width: 405px;
    /*max-width: 345px;*/
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 225px;
    margin: 0 auto;
}

.tx_panorama .panorama_content{
    height: 200px;
    padding: 32px
}

.tx_panorama .panorama_title{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.tx_panorama .panorama_describe{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #666;
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    padding-top: 12px;
    text-overflow: ellipsis;
    word-break: break-word
}

.tx_panorama .panorama_btn_box{
    bottom: -26px;
    display: flex;
    height: 52px;
    justify-content: center;
    position: absolute;
    width: 100%
}

.tx_panorama .panorama_btn{
    background-color: #015aaa;
    border-radius: 0;
    font-size: 16px;
    height: 52px;
    width: 168px
}

.tx_panorama .panorama_btn:hover {
    background-color: #0075dd
}

.tx_panorama .media-375{
    list-style-type: none;
    padding: 0 16px
}

.tx_panorama .media-375 .list-item{
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-bottom: 16px
}

.tx_panorama .media-375 .content{
    padding: 24px 16px 32px
}

.tx_panorama .media-375 .content .title{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px
}

.tx_panorama .media-375 .content .desc{
    color: #333;
    font-size: 12px;
    line-height: 20px
}

.tx_panorama .media-375 .panorama-img{
    border-radius: 4px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    /*width: 100%;*/
    max-width: 225px;
    margin: 0 auto;
}

.tx_panorama .media-375 .panorama-btn-box{
    padding: 16px 0 0
}

.tx_panorama .media-375 .panorama-btn-box > a{
    display: inline-block
}

@media (any-hover: hover) {
    .tx_panorama .panorama_btn_box{
        opacity: 0
    }

    .tx_panorama .panorama_item_box:hover .panorama_item{
        border: none;
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12);
        transform: translateY(-4px)
    }

    .tx_panorama .panorama_item_box:hover .panorama_item .panorama_content .panorama_title{
        color: #004baa
    }

    .tx_panorama .panorama_item_box:hover .panorama_btn_box{
        opacity: 1;
        transition: opacity .1s ease-out
    }
}

@media (max-width: 767px) {
    .tx_panorama{
        background: #fff;
        margin-bottom: 14px;
        padding: 0 0 6px
    }

    .tx_panorama .panorama_content{
        padding: 20px
    }

    .tx_panorama .panorama_item{
        border: 2px solid #1989fa;
        padding: 5px
    }

    .tx_panorama .panorama_item_box{
        margin-bottom: 56px
    }

    .tx_panorama .panorama_item_box .panorama_btn_box{
        bottom: -26px
    }
}

.tx_pain_point{
    padding: 90px 0 20px
}

.tx_pain_point .table-header{
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    line-height: 26px;
    margin-top: 60px;
    position: relative;
    width: 100%;
    z-index: 2
}

.tx_pain_point .table-header .left{
    background: #96acc7;
    height: 54px;
    line-height: 54px;
    padding-left: 40px;
    width: 33.4375%
}

.tx_pain_point .table-header .right{
    background: #004baa;
    height: 78px;
    line-height: 78px;
    padding-left: 40px;
    width: 66.5625%
}

.tx_pain_point .table-list .table-list-item{
    display: flex
}

.tx_pain_point .table-list .table-list-item .left{
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    padding: 32px 40px 32px 68px;
    width: 33.4375%
}

.tx_pain_point .table-list .table-list-item .left .title:before {
    background-color: var(--color-theme);
    border: 5px solid #dceeff
}

.tx_pain_point .table-list .table-list-item .right{
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    padding: 32px 40px 32px 68px;
    width: 66.5625%
}

.tx_pain_point .table-list .table-list-item .right .title:before {
    background-color: #dceeff;
    border: 5px solid var(--color-theme)
}

.tx_pain_point .table-list .table-list-item .title{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    position: relative
}

.tx_pain_point .table-list .table-list-item .title:before {
    border-radius: 50%;
    content: "";
    height: 16px;
    left: -28px;
    position: absolute;
    top: 4px;
    width: 16px
}

.tx_pain_point .table-list .table-list-item .describe{
    color: #333;
    font-size: 14px;
    line-height: 32px
}

.tx_pain_point .table-list .table-list-item:nth-child(odd) .left, .tx_pain_point .table-list .table-list-item:nth-child(odd) .right{
    background: #fff
}

.tx_pain_point .table-list .table-list-item:nth-child(2n) .left{
    background: #f8f8f8
}

.tx_pain_point .table-list .table-list-item:nth-child(2n) .right{
    background: #f2f6fa
}

.tx_pain_point .media-375{
    list-style-type: none;
    padding: 0 16px 6px
}

.tx_pain_point .media-375 .list-item{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-bottom: 16px
}

.tx_pain_point .media-375 .list-item .pain-point{
    padding: 24px 16px
}

.tx_pain_point .media-375 .list-item .pain-point .header{
    align-items: center;
    display: flex;
    margin-bottom: 8px
}

.tx_pain_point .media-375 .list-item .pain-point .icon{
    color: #333;
    font-size: 18px
}

.tx_pain_point .media-375 .list-item .pain-point .title{
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-left: 8px
}

.tx_pain_point .media-375 .list-item .pain-point .desc{
    color: #333;
    font-size: 12px;
    line-height: 20px
}

.tx_pain_point .media-375 .list-item .solution{
    background: var(--color-theme);
    border-radius: 4px;
    color: #fff;
    padding: 24px 16px 32px;
    position: relative
}

.tx_pain_point .media-375 .list-item .solution .header{
    align-items: center;
    display: flex;
    margin-bottom: 8px
}

.tx_pain_point .media-375 .list-item .solution .icon{
    background: #fff;
    border-radius: 50%;
    color: var(--color-theme);
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

.tx_pain_point .media-375 .list-item .solution .title{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-left: 12px
}

.tx_pain_point .media-375 .list-item .solution .desc{
    font-size: 12px;
    line-height: 20px
}

.tx_pain_point .media-375 .list-item .solution .arrow-top{
    border-bottom: 10px solid var(--color-theme);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: block;
    height: 0;
    left: 36px;
    position: absolute;
    top: -10px;
    width: 0
}

@media (max-width: 767px) {
    .tx_pain_point{
        background: #fff;
        margin-bottom: 14px;
        padding: 0
    }
}

.tx_product_advantage{
    padding-top: 90px
}

.tx_product_advantage .advantage_row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px
}

.tx_product_advantage .advantage_col{
    margin-bottom: 30px
}

.tx_product_advantage .advantage_col:hover .advantage_item{
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12);
    transform: translateY(-4px);
    transition: all .1s ease-out
}

.tx_product_advantage .advantage_col:hover .advantage_item .advantage_title{
    color: #004baa
}

.tx_product_advantage .advantage_item{
    background: #fff;
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    height: 100%;
    min-height: 290px;
    padding: 32px
}

.tx_product_advantage .advantage_icon{
    display: block;
    max-height: 120px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 120px
}

.tx_product_advantage .advantage_title{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 24px;
    text-align: center
}

.tx_product_advantage .advantage_describe{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px
}

.tx_product_advantage .media-375{
    grid-column-gap: 9px;
    grid-row-gap: 8px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    display: grid;
    grid-template-columns:1fr 1fr;
    list-style-type: none;
    padding: 0 16px 6px;
    row-gap: 8px
}

.tx_product_advantage .media-375 .list-item{
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    padding: 30px 12px 20px
}

.tx_product_advantage .media-375 .advantage-img{
    height: 60px;
    margin-bottom: 32px;
    width: 60px
}

.tx_product_advantage .media-375 .title{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 9px
}

.tx_product_advantage .media-375 .desc{
    color: #666;
    font-size: 12px;
    line-height: 20px
}

@media (max-width: 767px) {
    .tx_product_advantage{
        background: #fff;
        margin-bottom: 14px;
        padding: 0
    }
}

.tx_case{
    padding: 90px 0 30px
}

.tx_case .tx_case_item{
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 484px;
    margin: 50px 0 0;
    width: 100%
}

.tx_case .tx_case_item .content{
    align-items: flex-start;
    background: linear-gradient(307deg, rgba(171, 132, 181, 0.87), rgba(144, 84, 161, 0.87) 42%, rgba(144, 84, 161, 0.87) 99%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 56px 10% 56px 64px;
    width: 70%
}

.tx_case .tx_case_item .title{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 24px
}

.tx_case .tx_case_item .describe{
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.tx_case .tx_case_item .quota-list{
    color: #fff;
    display: flex
}

.tx_case .tx_case_item .quota-list .quota-item{
    margin-right: 40px
}

.tx_case .tx_case_item .quota-list .quota-head{
    display: flex;
    margin-bottom: 16px
}

.tx_case .tx_case_item .quota-list .quota-num{
    font-size: 40px;
    line-height: 40px
}

.tx_case .tx_case_item .quota-list .quota-name{
    font-size: 14px;
    line-height: 14px
}

.tx_case .tx_case_item .button{
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 32px;
    transition: all .2s ease
}

.tx_case .tx_case_item .button .icon{
    font-weight: 700;
    margin-left: 8px
}

@media (any-hover: hover) {
    .tx_case .tx_case_item .button:hover {
        background: #fff;
        color: var(--color-theme)
    }
}

.tx_case .tx_case_item .play{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 30%
}

@media (max-width: 767px) {
    .module_name .title_bottom{
        background: rgba(142, 125, 182, 0.87);
        width: 20%;
        margin: 15px 40% 0 40%;
        height: 3px;
    }

    .tx_case{
        background: #fff;
        margin-bottom: 14px;
        padding: 0
    }

    .tx_case .media-375 .card{
        padding: 0 16px
    }

    .tx_case .media-375 .banner{
        padding: 0 12px
    }

    .tx_case .media-375 .video-wrapper{
        background: #000;
        border-radius: 4px;
        height: 180px;
        overflow: hidden;
        width: 100%
    }

    .tx_case .media-375 .content{
        align-items: flex-start;
        background: #93549f;
        border-radius: 4px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        color: #fff;
        display: flex;
        flex-direction: column;
        margin-top: -90px;
        padding: 114px 16px 32px
    }

    .tx_case .media-375 .title{
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 16px
    }

    .tx_case .media-375 .desc{
        font-size: 12px;
        line-height: 22px
    }

    .tx_case .media-375 .quota-list{
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(85px, 1fr));
        margin-top: 24px;
        width: 100%
    }

    .tx_case .media-375 .quota-num{
        font-size: 32px;
        line-height: 40px
    }

    .tx_case .media-375 .quota-head{
        margin-bottom: 12px
    }

    .tx_case .media-375 .quota-name{
        font-size: 12px;
        line-height: 14px
    }

    .tx_case .media-375 .button-wrap{
        width: 100%
    }

    .tx_case .media-375 .button-jump{
        align-self: center;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        margin-top: 40px;
        padding: 6px 0;
        width: 100%
    }

    .tx_case .media-375 .pagination-wrap{
        padding: 24px 0
    }
}

.swiper-pagination__choice-case{
    display: flex;
    justify-content: center;
    padding: 12px 0
}

.swiper-pagination__choice-case.swiper-pagination-bullet {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    opacity: 1;
    padding: 4px;
    width: auto
}

.swiper-pagination__choice-case.swiper-pagination-bullet:before {
    background-color: #ddd;
    content: "";
    display: block;
    height: 4px;
    width: 36px
}

.swiper-pagination__choice-case.swiper-pagination-bullet-active:before {
    background-color: var(--color-theme)
}

.choice-case-m-swiper-pagination {
    display: flex;
    justify-content: center
}

.choice-case-m-swiper-bullet {
    background-color: #d8d8d8;
    border-radius: 3px;
    height: 5px;
    margin: 0 3px;
    width: 5px
}

.choice-case-m-swiper-bullet.swiper-pagination-bullet-active {
    background-color: #004baa;
    width: 15px
}

.tx_partner{
    padding: 63px 0 43px
}

.tx_partner .partner-subtitle{
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px
}

.tx_partner .partner-more{
    color: #004baa;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 46px;
    margin-top: 19px
}

.tx_partner .partner__pc{
    overflow: hidden
}

.tx_partner .card-wrapper{
    height: 100%;
    padding: 20px
}

.tx_partner .partner-card{
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    height: 332px;
    padding: 40px 32px 96px;
    position: relative;
    transition: all .1s ease-out
}

.tx_partner .partner-card .partner-logo{
    display: block;
    height: 48px;
    max-width: 336px;
    -o-object-fit: cover;
    object-fit: cover
}

.tx_partner .partner-card .partner-name{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 32px
}

.tx_partner .partner-card .partner-introduce{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 24px;
    word-break: break-all
}

.tx_partner .partner-card .card-inner{
    position: relative;
    z-index: 2
}

.tx_partner .partner-card .c-icon-quote{
    bottom: 32px;
    color: #f1f5f9;
    font-size: 60px;
    position: absolute;
    right: 32px;
    z-index: 1
}

.tx_partner .partner-card-box{
    margin-bottom: 30px
}

@media (any-hover: hover) {
    .tx_partner .partner-card-box:hover .partner-card{
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12);
        transform: translateY(-4px)
    }
}

@media (max-width: 767px) {
    .tx_partner{
        background: #fff;
        margin-bottom: 14px;
        padding: 0 0 6px
    }

    .tx_partner .partner-subtitle{
        font-size: 12px;
        margin-top: 0
    }

    .tx_partner .partner-more{
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 24px;
        margin-top: 16px
    }

    .tx_partner .partner-card-box{
        margin-bottom: 16px
    }

    .tx_partner .partner-card{
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        height: auto;
        min-height: 0;
        padding: 24px 16px 32px
    }

    .tx_partner .partner-card .partner-logo{
        height: 40px
    }

    .tx_partner .partner-card .partner-name{
        color: #333;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        margin-top: 16px
    }

    .tx_partner .partner-card .partner-introduce{
        color: #666;
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px
    }
}

.swiper-pagination__choice-partner{
    display: flex;
    justify-content: center;
    padding: 12px 0
}

.swiper-pagination__choice-partner.swiper-pagination-bullet {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    opacity: 1;
    padding: 4px;
    width: auto
}

.swiper-pagination__choice-partner.swiper-pagination-bullet:before {
    background-color: #ddd;
    content: "";
    display: block;
    height: 4px;
    width: 36px
}

.swiper-pagination__choice-partner.swiper-pagination-bullet-active:before {
    background-color: var(--color-theme)
}

.step_item{
    padding-top: 60px;
    width: 256px
}

.step-icon{
    align-items: center;
    background: linear-gradient(206deg, #fbfdff 16%, #fff 86%);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1), inset 2px 0 8px 0 rgba(0, 0, 0, .1);
    display: flex;
    height: 64px;
    justify-content: center;
    overflow: hidden;
    width: 64px
}

.step-img{
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%
}

.step-num{
    color: var(--color-theme);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

.step_title{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    height: 26px;
    line-height: 26px
}

.step_line_box{
    align-items: center;
    display: flex;
    height: 16px;
    margin: 32px 0;
    width: 100%
}

.step_line_left, .step_line_right{
    border-top: 2px dashed rgba(0, 75, 170, .4);
    flex: 1
}

.step_line_left{
    margin-right: -5px
}

.step_line_left.is_first{
    border: none
}

.step_line_right{
    margin-left: -5px
}

.step_line_right.is_last{
    border: none
}

.step_node{
    background: var(--color-theme);
    border: 5px solid #dceeff;
    border-radius: 50%;
    height: 16px;
    position: relative;
    width: 16px;
    z-index: 2
}

.step_describe{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666;
    display: -webkit-box;
    margin-top: 12px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: break-all
}

.step_describe, .step_jump{
    font-size: 14px;
    line-height: 22px
}

.step_jump{
    color: var(--color-theme);
    margin-top: 16px
}

@media screen and (max-width: 767px) {
    .step_item{
        padding-top: 0;
        width: 100%
    }

    .step_item .media-375{
        display: flex;
        padding-bottom: 32px;
        position: relative;
        text-align: center;
        width: 100%
    }

    .step_item .media-375.is_last:before {
        border: 0
    }

    .step_item .media-375:before {
        border: 1px dashed var(--color-theme);
        content: "";
        height: 100%;
        left: 19px;
        position: absolute;
        top: 0
    }

    .step_item .media-375 .step-icon{
        align-items: center;
        background: linear-gradient(206deg, #fbfdff 16%, #fff 86%);
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1), inset 2px 0 8px 0 rgba(0, 0, 0, .1);
        display: flex;
        flex-shrink: 0;
        height: 40px;
        justify-content: center;
        margin-right: 16px;
        overflow: hidden;
        position: relative;
        width: 40px;
        z-index: 1
    }

    .step_item .media-375 .step-img{
        height: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 50%
    }

    .step_item .media-375 .step-num{
        color: var(--color-theme);
        font-size: 16px;
        font-weight: 700;
        line-height: 32px
    }

    .step_item .media-375 .content{
        text-align: left
    }

    .step_item .media-375 .title{
        color: #333;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 4px
    }

    .step_item .media-375 .describe{
        color: #666;
        font-size: 12px;
        line-height: 20px
    }

    .step_item .media-375 .button-jump{
        color: #009aff;
        font-size: 16px;
        line-height: 19px;
        margin-top: 5px
    }
}

.tx_use_help{
    overflow: hidden;
    padding: 70px 0
}

.tx_use_help .use_help_head{
    align-items: center;
    display: flex;
    justify-content: space-between
}

.tx_use_help .use_help_btns .use_help_btn{
    border: 2px solid #fff;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.tx_use_help .use_help_btns .use_help_btn.is_disable{
    opacity: .2
}

.tx_use_help .step_list{
    display: flex;
    float: left;
    list-style-type: none;
    position: relative;
    transition: transform .3s;
    white-space: nowrap;
    z-index: 2
}

.tx_use_help .media-375 .card{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 24px 16px 0 12px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .tx_use_help{
        background: #fff;
        margin-bottom: 14px;
        overflow: visible;
        padding: 0
    }

    .tx_use_help .media-375{
        padding: 0 16px
    }
}

.nav_wrap, .tx_scroll{
    align-items: center;
    display: flex;
    position: relative
}

.nav_wrap{
    overflow: hidden
}

.scroll_btn_next, .scroll_btn_prev{
    display: flex;
    height: 100%;
    position: absolute;
    z-index: 3
}

.scroll_btn_next:before, .scroll_btn_prev:before {
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.scroll_btn_prev{
    left: -100px;
    width: 200px
}

.scroll_btn_next{
    justify-content: flex-end;
    padding-right: 50px;
    right: -82px;
    width: 225px
}

.nav_next, .nav_prev{
    background: #eef7ff;
    border-radius: 50%;
    color: var(--color-theme);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin-top: 140px;
    text-align: center;
    width: 48px;
    z-index: 3
}

@media (any-hover: hover) {
    .nav_next:hover, .nav_prev:hover {
        background: var(--color-theme);
        color: #fff
    }
}

.nav_prev{
    margin-left: 68px
}

.nav_next{
    right: 32px
}

.nav_scroll{
    overflow: hidden
}

.choice-step-m-swiper-pagination {
    display: flex;
    justify-content: center;
    padding: 24px 0
}

.choice-step-m-swiper-bullet {
    background-color: #d8d8d8;
    border-radius: 3px;
    display: inline-block;
    height: 5px;
    margin: 0 3px;
    width: 5px
}

.choice-step-m-swiper-bullet.swiper-pagination-bullet-active {
    background-color: #004baa;
    width: 15px
}

.choice-step-m-next, .choice-step-m-prev {
    color: #004baa;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 49px
}

.choice-step-m-next.is-disabled, .choice-step-m-prev.is-disabled {
    display: none
}

.choice-step-m-next {
    right: -4px
}

.choice-step-m-prev {
    left: -4px
}

.tx_faq {
    padding-top: 70px
}

.tx_faq .faq_col:hover {
    transition: all .1s ease-out
}

.tx_faq .faq_col:hover .faq_item {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .14);
    transform: translateY(-10px);
    transition: transform .1s ease-out
}

.tx_faq .faq_col:hover .faq_arrow {
    opacity: 1
}

.tx_faq .faq_item {
    box-shadow: 0 0 40px 0 rgba(25, 137, 250, .07);
    cursor: pointer;
    margin-bottom: 30px;
    position: relative
}

.tx_faq .faq_bg_img {
    display: block;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.tx_faq .faq_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    top: 0;
    width: 100%
}

.tx_faq .faq_title {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px
}

.tx_faq .faq_arrow {
    font-size: 26px;
    margin-left: 5px;
    margin-top: 2px;
    opacity: .3
}

.tx_faq .faq_describe {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px
}

@media (max-width: 767px) {
    .tx_faq {
        background: #fff;
        margin-bottom: 14px;
        margin-top: 0;
        padding-top: 0
    }

    .tx_faq .media-375 {
        list-style-type: none;
        padding: 0 16px 6px
    }

    .tx_faq .media-375 .list-item {
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
        margin-bottom: 16px;
        padding: 32px 16px
    }

    .tx_faq .media-375 .list-item .header {
        align-items: center;
        display: flex;
        margin-bottom: 8px
    }

    .tx_faq .media-375 .list-item .icon {
        font-size: 18px;
        font-weight: 700;
        margin-left: 6px
    }

    .tx_faq .media-375 .list-item .title {
        color: #333;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px
    }

    .tx_faq .media-375 .list-item .desc {
        color: #666;
        font-size: 14px;
        line-height: 22px
    }
}

.tx_recommend{
    padding: 60px 0 0
}

.tx_recommend .recommend_col{
    transition: transform .1s ease-out
}

.tx_recommend .recommend_col:hover .product_item{
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .14);
    transform: translateY(-10px);
    transition: transform .1s ease-out
}

.tx_recommend .product_item{
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .07);
    cursor: pointer;
    margin-bottom: 30px;
    min-height: 210px
}

.tx_recommend .product_item .product_img{
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 70px;
    width: 100%
}

.tx_recommend .product_item .product_title{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding: 25px 30px 11px
}

.tx_recommend .product_item .product_content{
    color: #333;
    font-size: 14px;
    line-height: 26px;
    padding: 0 30px 20px
}

@media (max-width: 767px) {
    .tx_recommend{
        background: #fff;
        margin: 0;
        padding: 0
    }

    .tx_recommend .media-375{
        padding: 0 16px 24px
    }

    .tx_recommend .media-375 .list-item{
        background: linear-gradient(180deg, #eef7ff, #fff);
        border: 2px solid #fff;
        border-radius: 4px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
        margin-bottom: 10px;
        padding: 24px 16px
    }
}

.choice-item:nth-child(2n) {
    background-color: #f7fafc
}

.tx_experts .experts_title {
    color: #222;
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    margin: 50px 0
}

.tx_experts .experts_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.tx_experts .experts_item {
    height: 215px;
    margin-right: 3.1%;
    width: 31.25%
}

.tx_experts .experts_item_hover:hover .experts_content {
    height: 145px;
    padding-top: 12px
}

.tx_experts .experts_item_hover:hover .experts_btn {
    opacity: 1
}

.tx_experts .experts_item_nap {
    margin-right: 0
}

.tx_experts .experts_content {
    background: #004baa;
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .2);
    height: 118px;
    margin-top: -70px;
    padding: 24px 16px 12px 176px;
    transition: all .4s;
    width: 100%
}

.tx_experts .experts_img {
    border-radius: 50%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 140px;
    z-index: 2
}

.tx_experts .experts_pager {
    align-items: flex-start;
    display: flex
}

.tx_experts .experts_btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    height: 24px;
    margin-left: 42px;
    margin-top: 14px;
    opacity: 0;
    padding: 0;
    transition: all .4s;
    width: 72px
}

.tx_experts .experts_text {
    color: #004baa;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-left: 36px;
    margin-right: 12px;
    margin-top: 30px;
    max-width: 165px
}

.tx_experts .experts_text2 {
    color: #004baa;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 40px
}

.tx_experts .experts_text3 {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px
}

.tx_experts .experts_text3_con {
    width: calc(100% - 42px)
}

.tx_experts .experts_text3_con .right {
    display: block
}

@media (max-width: 1200px) {
    .tx_experts .experts_img {
        height: 120px;
        width: 120px
    }

    .tx_experts .experts_text {
        margin-left: 20px
    }

    .tx_experts .experts_content {
        margin-top: -55px;
        padding-left: 130px
    }
}

@media (max-width: 1100px) {
    .tx_experts .experts_item {
        width: 46.8%
    }
}

@media (max-width: 767px) {
    .tx_experts .experts_title {
        font-size: 18px;
        line-height: 18px;
        margin: 24px 0;
        text-align: center
    }

    .tx_experts .experts_item_m {
        background: linear-gradient(270deg, #005ddd, #004baa);
        box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        padding: 16px 16px 13px;
        width: 100%
    }

    .tx_experts .experts_img_m {
        border-radius: 50%;
        height: 88px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        width: 88px
    }

    .tx_experts .experts_right_m {
        height: 44px;
        padding-left: 40px;
        width: calc(100% - 90px)
    }

    .tx_experts .experts_text4 {
        display: flex;
        position: relative
    }

    .tx_experts .experts_text4 span {
        color: #fff;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        margin-top: 4px;
        max-width: calc(100% - 64px)
    }

    .tx_experts .experts_text4 i {
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 10px
    }

    .tx_experts .experts_text4 .right {
        font-size: 12px !important;
        margin-left: 8px;
        max-width: 38px
    }

    .tx_experts .experts_text5 {
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 14px;
        margin-top: 3px;
        width: 100%
    }

    .tx_experts .experts_text6 {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #fff;
        display: -webkit-box;
        font-size: 12px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .tx_experts .experts_text6 i {
        margin-right: 10px
    }
}

.el-dialog {
    display: flex;
    flex-direction: column;
    left: 50%;
    margin: 0 !important;
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 560px !important
}

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

.el-dialog__headerbtn .el-dialog__close {
    color: #bbb;
    font-size: 22px;
    font-weight: 700
}

.el-dialog__headerbtn:hover .el-dialog__close {
    color: #005ddd
}

.el-dialog__header {
    color: #333;
    font-weight: 700;
    height: 60px;
    line-height: 20px;
    padding: 32px 20px 2px;
    text-align: center
}

.el-dialog__body {
    flex: 1;
    overflow-y: auto;
    padding: 0 40px
}

.el-dialog__body .el-input {
    width: 100%
}

.el-dialog__body .el-input .el-input__inner {
    border-radius: 0
}

.el-dialog__body .el-input .el-input__inner:focus {
    border-color: #004baa !important
}

.el-dialog__body .el-form-item {
    margin-bottom: 0
}

.el-dialog__body .top-label {
    margin-bottom: 15px;
    margin-top: 30px
}

.el-dialog__body .label {
    color: #333;
    font-size: 16px;
    line-height: 22px
}

.el-dialog__body .custom-type-box {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    height: 40px
}

.el-dialog__footer {
    padding: 0 40px
}

.el-dialog__body .info-text {
    color: #333;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: left
}

.el-dialog__body .has-info .el-form-item__content, .el-dialog__body .has-info .el-form-item__label {
    line-height: 20px
}

.el-dialog__body .line-view {
    background: #ddd;
    height: 1px;
    margin: 32px 0;
    width: 100%
}

.el-dialog__body .agree-content-pc {
    margin-top: 12px
}

.el-dialog__body .agree-content-pc .agree-text-c {
    display: flex
}

.el-dialog__body .agree-content-pc .agree-text-d {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 32px;
    margin-left: 8px;
    margin-top: 9px
}

.el-dialog__body .agree-content-pc .agree-text-d .agree-text {
    color: #004baa;
    cursor: pointer
}

.el-dialog__body .agree-content-pc .agree-text-d .agree-text:hover {
    color: #005ddd
}

.el-dialog__body .agree-checkbox .el-checkbox__inner {
    zoom: .85
}

.el-form-item__label {
    color: #333;
    padding: 0 !important
}

.operationArea{
    align-items: center;
    border-top: 1px solid #ddd;
    display: flex;
    height: 108px;
    justify-content: space-between;
    padding: 32px 0;
    position: relative
}

.operationArea .price-c{
    align-items: center;
    color: #333;
    display: flex;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    text-align: left
}

.operationArea .price-c .prices-value{
    color: #d20000;
    font-size: 20px;
    font-weight: 700
}

.operationArea .button-box{
    display: flex
}

.operationArea .button-box .el-button{
    border: 1px solid #004baa;
    border-radius: 0;
    font-size: 14px;
    height: 38px;
    width: 90px
}

.operationArea .button-box .el-button:hover {
    background-color: #005ddd;
    border-color: #005ddd;
    color: #fff
}

.operationArea .button-box .el-button--info{
    background-color: #fff;
    color: #004baa
}

.operationArea .button-box .el-button--primary{
    background-color: #004baa;
    color: #fff;
    margin-left: 16px;
    width: 120px
}

.choice-buy-page-m{
    background: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100
}

.choice-buy-page-m .nav-titile-m{
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-shrink: 0;
    height: 49px;
    justify-content: center;
    position: relative;
    width: 100%
}

.choice-buy-page-m .nav-titile-m .arrow-btn-m{
    align-items: center;
    color: #004baa;
    display: flex;
    font-size: 22px;
    height: 49px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 42px
}

.choice-buy-page-m .nav-titile-m span{
    color: #333;
    font-size: 14px;
    text-align: center;
    width: 76%
}

.choice-buy-page-m .m-form-box{
    flex: 1;
    overflow-y: auto;
    padding-bottom: 80px;
    width: 100%
}

.choice-buy-page-m .content-box-m{
    padding: 0 16px
}

.choice-buy-page-m .el-input{
    width: calc(100% - 7px)
}

.choice-buy-page-m .el-input.el-input__inner {
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px
}

.choice-buy-page-m .el-input.el-input__inner:focus {
    border-color: #004baa !important
}

.choice-buy-page-m .el-input.el-input__inner::-webkit-input-placeholder {
    font-size: 12px
}

.choice-buy-page-m .el-form-item{
    margin-bottom: 0
}

.choice-buy-page-m .tap-label-m{
    margin-top: 20px
}

.choice-buy-page-m .label-m{
    color: #333;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: left
}

.choice-buy-page-m .custom-info-m{
    margin-top: 8px
}

.choice-buy-page-m .custom-info-m .custom-type-box{
    color: #666;
    font-size: 12px;
    font-weight: 500;
    height: 40px
}

.choice-buy-page-m.el-form-item__label {
    color: #333;
    font-size: 12px;
    margin-right: 7px;
    padding: 0 !important
}

.choice-buy-page-m.el-form-item__content {
    color: #333;
    font-size: 12px
}

.choice-buy-page-m .info-text-m{
    color: #333;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    text-align: left
}

.choice-buy-page-m .has-info-m.el-form-item__content, .choice-buy-page-m .has-info-m.el-form-item__label {
    line-height: 20px
}

.choice-buy-page-m .line-view-m{
    background: #ddd;
    height: 1px;
    margin: 24px 16px;
    width: calc(100% - 32px)
}

.choice-buy-page-m .agree-content-m{
    margin-bottom: 20px;
    margin-top: 10px
}

.choice-buy-page-m .agree-content-m.el-form-item__content {
    display: flex
}

.choice-buy-page-m .agree-content-m .agree-checkbox-m .el-checkbox__inner{
    zoom: .85
}

.choice-buy-page-m .agree-content-m .agree-text-m{
    color: #333;
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    margin-top: 11px
}

.choice-buy-page-m .agree-content-m .agree-text-m .agree-text{
    color: #004baa
}

.choice-buy-page-m .operation-area-m{
    align-items: center;
    background: #fff;
    border-top: 1px solid #ddd;
    bottom: 0;
    display: flex;
    height: 88px;
    justify-content: space-between;
    left: 0;
    padding: 0 16px;
    position: fixed;
    right: 0;
    z-index: 6
}

.choice-buy-page-m .operation-area-m .price-c-m{
    align-items: center;
    color: #333;
    display: flex;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    text-align: left
}

.choice-buy-page-m .operation-area-m .price-c-m .prices-value-m{
    color: #d20000;
    font-size: 16px;
    font-weight: 700
}

.choice-buy-page-m .operation-area-m .confirm-btn-m{
    background-color: #004baa;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 120px
}

.buy-product-view .el-checkbox__input.is-checked .el-checkbox__inner, .buy-product-view .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #004baa !important;
    border-color: #004baa !important
}

.buy-product-view .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #004baa !important
}

.buy-product-view .el-checkbox__inner:hover, .buy-product-view .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #004baa !important
}

.cosmo_choice * {
    touch-action: manipulation
}

.cosmo_choice{
    padding-bottom: 40px
}

@media screen and (max-width: 1199px) {
    .cosmo_choice{
        padding-bottom: 0
    }

    .tx_nav .nav_right{
        display: none;
    }
}