@charset "UTF-8";

@media screen and (min-width: 801px) {
    .aboutUs-dia .home {
        padding-top: 128px;
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal;
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.aboutUs-dia .btns {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .aboutUs-dia .dw .el-dialog {
        width: 80%;
    }

    .aboutUs-dia .btns .el-button {
        width: 40%;
        font-size: 0.43479rem;
        font-weight: 600;
    }

    .aboutUs-dia .partners-b .el-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .aboutUs-dia .partners-b .el-form-item {
        height: 56px;
        background: #fff;
        padding: 7px 16px;
        width: 100%;
        border-bottom: 1px solid #b3b3be;
    }

    .aboutUs-dia .partners-b .el-form-item__label {
        line-height: 0;
        font-size: 12px;
        color: #b3b3be;
        padding: 0;
    }

    .aboutUs-dia .partners-b .el-input__inner {
        border: none;
        background: transparent;
        padding: 0;
    }
}

@media screen and (min-width: 801px) {
    .aboutUs-dia .btns {
        margin: 0 10px;
    }

    .aboutUs-dia .dw .el-scrollbar__bar.is-vertical {
        opacity: 1;
    }

    .aboutUs-dia .dw .el-dialog {
        width: 655px;
    }

    .aboutUs-dia .partners-b .el-form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .aboutUs-dia .partners-b .el-form-item {
        width: 290px;
        height: 56px;
        background: #fff;
        padding: 7px 16px;
    }

    .aboutUs-dia .partners-b .el-form-item__label {
        line-height: 0;
        font-size: 12px;
        color: #b3b3be;
        padding: 0;
    }

    .aboutUs-dia .partners-b .el-input__inner {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #b3b3be;
        background: transparent;
        padding: 0;
    }
}

.aboutUs-dia .dw .el-cascader {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .aboutUs-dia .title {
        font-size: 0.38648rem;
        font-weight: 600;
        color: #000028;
        line-height: 0.53141rem;
        padding-left: 0.43479rem;
        padding-right: 0.24155rem;
        margin-left: 0.24155rem;
    }

        .aboutUs-dia .title:before {
            width: 0.09662rem;
            height: 0.43479rem;
            background: -webkit-gradient(linear, left top, right top, from(#00d7a0), to(#00bedc));
            background: linear-gradient(90deg, #00d7a0, #00bedc);
        }

    .aboutUs-dia .about-us .p-tb {
        padding-top: 0.72465rem;
        padding-bottom: 0.4831rem;
    }
}

@media screen and (min-width: 801px) {
    .aboutUs-dia .about-us .p-tb {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .aboutUs-dia .about-us .about-us-style {
        background-size: 1920px 614px;
    }

    .aboutUs-dia .about-us .partners-b {
        width: 100%;
        background: #fff;
    }

        .aboutUs-dia .about-us .partners-b .btns {
            width: 420px;
        }

        .aboutUs-dia .about-us .partners-b .btns {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
}

@media screen and (max-width: 800px) {
    .aboutUs-dia .dw .el-dialog {
        width: 80%;
    }

    .aboutUs-dia .btns .el-button {
        width: 40%;
        font-size: 0.43479rem;
        font-weight: 600;
    }

    .aboutUs-dia .partners-b .el-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .aboutUs-dia .partners-b .el-form-item {
        height: 56px;
        background: #fff;
        padding: 7px 16px;
        width: 100%;
        border-bottom: 1px solid #b3b3be;
    }

    .aboutUs-dia .partners-b .el-form-item__label {
        line-height: 0;
        font-size: 12px;
        color: #b3b3be;
        padding: 0;
    }

    .aboutUs-dia .partners-b .el-input__inner {
        border: none;
        background: transparent;
        padding: 0;
    }
}

@media screen and (min-width: 801px) {
    .aboutUs-dia .dw .el-dialog {
        width: 655px;
    }

    .aboutUs-dia .partners-b .el-form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .aboutUs-dia .partners-b .el-form-item {
        width: 290px;
        height: 56px;
        background: #fff;
        padding: 7px 16px;
    }

    .aboutUs-dia .partners-b .el-form-item__label {
        line-height: 0;
        font-size: 12px;
        color: #b3b3be;
        padding: 0;
    }

    .aboutUs-dia .partners-b .el-input__inner {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #b3b3be;
        background: transparent;
        padding: 0;
    }
}

.aboutUs-dia .title {
    font-size: 18px;
    font-weight: 600;
    color: #000028;
    line-height: 40px;
    padding-left: 18px;
    position: relative;
}

    .aboutUs-dia .title:before {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 4px;
        width: 4px;
        height: 34px;
        content: "";
        background: -webkit-gradient(linear, left top, right top, from(#00d7a0), to(#00bedc));
        background: linear-gradient(90deg, #00d7a0, #00bedc);
    }

.aboutUs-dia .el-input__suffix {
    pointer-events: none;
}

.aboutUs-dia .el-dialog {
    background: #fff;
    -webkit-box-sizing: border-box;
}

.aboutUs-dia .el-dialog {
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

    .aboutUs-dia .el-dialog.is-fullscreen {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        height: 100%;
        overflow: auto;
    }

.aboutUs-dia .el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}

.aboutUs-dia .el-dialog__header {
    padding: 20px 20px 10px;
}

.aboutUs-dia .el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}

    .aboutUs-dia .el-dialog__headerbtn .el-dialog__close {
        color: #909399;
    }

    .aboutUs-dia .el-dialog__headerbtn:focus .el-dialog__close, .aboutUs-dia .el-dialog__headerbtn:hover .el-dialog__close {
        color: #409eff;
    }

.aboutUs-dia .el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.aboutUs-dia .el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.aboutUs-dia .el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aboutUs-dia .el-dialog--center {
    text-align: center;
}

    .aboutUs-dia .el-dialog--center .el-dialog__body {
        text-align: initial;
        padding: 25px 25px 30px;
    }

    .aboutUs-dia .el-dialog--center .el-dialog__footer {
        text-align: inherit;
    }

.aboutUs-dia .el-icon-loading {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

    .aboutUs-dia .el-icon-loading:before {
        content: "�i";
    }

.aboutUs-dia .v-modal-aboutUs {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

.aboutUs-dia .el-popup-parent--hidden {
    overflow: hidden;
}

.aboutUs-dia .el-form--label-top .el-form-item__label {
    float: none;
    display: inline-block;
    text-align: left;
    padding: 0 0 10px;
}

.aboutUs-dia .el-form-item {
    margin-bottom: 22px;
}

    .aboutUs-dia .el-form-item:after, .aboutUs-dia .el-form-item:before {
        display: table;
        content: "";
    }

    .aboutUs-dia .el-form-item:after {
        clear: both;
    }

    .aboutUs-dia .el-form-item .el-form-item {
        margin-bottom: 0;
    }

.aboutUs-dia .el-form-item--mini.el-form-item, .aboutUs-dia .el-form-item--small.el-form-item {
    margin-bottom: 18px;
}

.aboutUs-dia .el-form-item .el-input__validateIcon {
    display: none;
}

.aboutUs-dia .el-form-item--medium .el-form-item__content, .aboutUs-dia .el-form-item--medium .el-form-item__label {
    line-height: 36px;
}

.aboutUs-dia .el-form-item--small .el-form-item__content, .aboutUs-dia .el-form-item--small .el-form-item__label {
    line-height: 32px;
}

.aboutUs-dia .el-form-item--mini .el-form-item__content, .aboutUs-dia .el-form-item--mini .el-form-item__label {
    line-height: 28px;
}

.aboutUs-dia .el-form-item__label-wrap {
    float: left;
}

    .aboutUs-dia .el-form-item__label-wrap .el-form-item__label {
        display: inline-block;
        float: none;
    }

.aboutUs-dia .el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aboutUs-dia .el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

    .aboutUs-dia .el-form-item__content:after, .aboutUs-dia .el-form-item__content:before {
        display: table;
        content: "";
    }

    .aboutUs-dia .el-form-item__content:after {
        clear: both;
    }

    .aboutUs-dia .el-form-item__content .el-input-group {
        vertical-align: top;
    }

.aboutUs-dia .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before, .aboutUs-dia .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}

.aboutUs-dia .el-form-item--feedback .el-input__validateIcon {
    display: inline-block;
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.aboutUs-dia .el-popper .popper__arrow, .aboutUs-dia .el-popper .popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.aboutUs-dia .el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}

    .aboutUs-dia .el-popper .popper__arrow:after {
        content: " ";
        border-width: 6px;
    }

.aboutUs-dia .el-popper[x-placement^=top] {
    margin-bottom: 12px;
}

    .aboutUs-dia .el-popper[x-placement^=top] .popper__arrow {
        bottom: -6px;
        left: 50%;
        margin-right: 3px;
        border-top-color: #ebeef5;
        border-bottom-width: 0;
    }

        .aboutUs-dia .el-popper[x-placement^=top] .popper__arrow:after {
            bottom: 1px;
            margin-left: -6px;
            border-top-color: #fff;
            border-bottom-width: 0;
        }

.aboutUs-dia .el-popper[x-placement^=bottom] {
    margin-top: 12px;
}

    .aboutUs-dia .el-popper[x-placement^=bottom] .popper__arrow {
        top: -6px;
        left: 50%;
        margin-right: 3px;
        border-top-width: 0;
        border-bottom-color: #ebeef5;
    }

        .aboutUs-dia .el-popper[x-placement^=bottom] .popper__arrow:after {
            top: 1px;
            margin-left: -6px;
            border-top-width: 0;
            border-bottom-color: #fff;
        }

.aboutUs-dia .el-popper[x-placement^=right] {
    margin-left: 12px;
}

    .aboutUs-dia .el-popper[x-placement^=right] .popper__arrow {
        top: 50%;
        left: -6px;
        margin-bottom: 3px;
        border-right-color: #ebeef5;
        border-left-width: 0;
    }

        .aboutUs-dia .el-popper[x-placement^=right] .popper__arrow:after {
            bottom: -6px;
            left: 1px;
            border-right-color: #fff;
            border-left-width: 0;
        }

.aboutUs-dia .el-popper[x-placement^=left] {
    margin-right: 12px;
}

    .aboutUs-dia .el-popper[x-placement^=left] .popper__arrow {
        top: 50%;
        right: -6px;
        margin-bottom: 3px;
        border-right-width: 0;
        border-left-color: #ebeef5;
    }

        .aboutUs-dia .el-popper[x-placement^=left] .popper__arrow:after {
            right: 1px;
            bottom: -6px;
            margin-left: -6px;
            border-right-width: 0;
            border-left-color: #fff;
        }

.aboutUs-dia .el-cascader {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 40px;
}

    .aboutUs-dia .el-cascader .el-input .el-input__inner:focus, .aboutUs-dia .el-cascader .el-input.is-focus .el-input__inner {
        border-color: #409eff;
    }

    .aboutUs-dia .el-cascader .el-input {
        cursor: pointer;
    }

        .aboutUs-dia .el-cascader .el-input .el-input__inner {
            text-overflow: ellipsis;
        }

.aboutUs-dia .el-cascader--medium {
    font-size: 14px;
    line-height: 36px;
}

.aboutUs-dia .el-cascader--small {
    font-size: 13px;
    line-height: 32px;
}

.aboutUs-dia .el-cascader--mini {
    font-size: 12px;
    line-height: 28px;
}

.aboutUs-dia .el-cascader__dropdown {
    margin: 5px 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.aboutUs-dia .el-cascader__tags {
    position: absolute;
    left: 0;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .aboutUs-dia .el-cascader__tags .el-tag {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        margin: 2px 0 2px 6px;
        text-overflow: ellipsis;
        background: #f0f2f5;
    }

        .aboutUs-dia .el-cascader__tags .el-tag:not(.is-hit) {
            border-color: transparent;
        }

        .aboutUs-dia .el-cascader__tags .el-tag > span {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.aboutUs-dia .el-cascader__suggestion-panel {
    border-radius: 4px;
}

.aboutUs-dia .el-cascader__suggestion-list {
    max-height: 204px;
    margin: 0;
    padding: 6px 0;
    font-size: 14px;
    color: #606266;
    text-align: center;
}

.aboutUs-dia .el-cascader__suggestion-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    padding: 0 15px;
    text-align: left;
    outline: 0;
    cursor: pointer;
}

    .aboutUs-dia .el-cascader__suggestion-item:focus, .aboutUs-dia .el-cascader__suggestion-item:hover {
        background: #f5f7fa;
    }

    .aboutUs-dia .el-cascader__suggestion-item.is-checked {
        color: #409eff;
        font-weight: 700;
    }

    .aboutUs-dia .el-cascader__suggestion-item > span {
        margin-right: 10px;
    }

.aboutUs-dia .el-cascader__empty-text {
    margin: 10px 0;
    color: #c0c4cc;
}

.aboutUs-dia .el-cascader__search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 24px;
    min-width: 60px;
    margin: 2px 0 2px 15px;
    padding: 0;
    color: #606266;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .aboutUs-dia .el-cascader__search-input::-webkit-input-placeholder {
        color: #c0c4cc;
    }

    .aboutUs-dia .el-cascader__search-input:-ms-input-placeholder {
        color: #c0c4cc;
    }

    .aboutUs-dia .el-cascader__search-input::-ms-input-placeholder {
        color: #c0c4cc;
    }

    .aboutUs-dia .el-cascader__search-input::-moz-placeholder {
        color: #c0c4cc;
    }

    .aboutUs-dia .el-cascader__search-input::placeholder {
        color: #c0c4cc;
    }

.aboutUs-dia .el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

    .aboutUs-dia .el-input::-webkit-scrollbar {
        z-index: 11;
        width: 6px;
    }

        .aboutUs-dia .el-input::-webkit-scrollbar:horizontal {
            height: 6px;
        }

    .aboutUs-dia .el-input::-webkit-scrollbar-thumb {
        border-radius: 5px;
        width: 6px;
        background: #b4bccc;
    }

    .aboutUs-dia .el-input::-webkit-scrollbar-corner, .aboutUs-dia .el-input::-webkit-scrollbar-track {
        background: #fff;
    }

    .aboutUs-dia .el-input::-webkit-scrollbar-track-piece {
        background: #fff;
        width: 6px;
    }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* === */
.partners-b .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100% !important;
}

.partners-b .el-input__prefix, .partners-b .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}

.partners-b .el-input__inner::-ms-reveal {
    display: none;
}

.partners-b .el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc;
}

.partners-b .el-input__inner:-ms-input-placeholder {
    color: #c0c4cc;
}

.partners-b .el-input__inner::-ms-input-placeholder {
    color: #c0c4cc;
}

.partners-b .el-input__inner::-moz-placeholder {
    color: #c0c4cc;
}

.partners-b .el-input__inner::placeholder {
    color: #c0c4cc;
}

.partners-b .el-input__inner:hover {
    border-color: #c0c4cc;
}

.partners-b .el-input.is-active .el-input__inner, .partners-b .el-input__inner:focus {
    border-color: #409eff;
    outline: 0;
}

.partners-b .el-input__suffix {
    right: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.partners-b .el-input__suffix-inner {
    pointer-events: all;
}

.partners-b .el-input__prefix {
    left: 5px;
}

.partners-b .el-input__icon, .partners-b .el-input__prefix {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.partners-b .el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    line-height: 40px;
}

    .partners-b .el-input__icon:after {
        content: "";
        height: 100%;
        width: 0;
        display: inline-block;
        vertical-align: middle;
    }

.partners-b .el-input__validateIcon {
    pointer-events: none;
}

.partners-b .el-input.is-exceed .el-input__inner {
    border-color: #f56c6c;
}

.partners-b .el-input--suffix .el-input__inner {
    padding-right: 30px;
}

.partners-b .el-input__inner::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.partners-b .el-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.partners-b .el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

    .partners-b .el-button + .el-button {
        margin-left: 10px;
    }

    .partners-b .el-button:focus, .partners-b .el-button:hover {
        color: #409eff;
        border-color: #c6e2ff;
        background-color: #ecf5ff;
    }

    .partners-b .el-button:active {
        color: #3a8ee6;
        border-color: #3a8ee6;
        outline: 0;
    }

    .partners-b .el-button::-moz-focus-inner {
        border: 0;
    }

    .partners-b .el-button [class*=el-icon-] + span {
        margin-left: 5px;
    }

    .partners-b .el-button.is-plain:focus, .partners-b .el-button.is-plain:hover {
        background: #fff;
        border-color: #409eff;
        color: #409eff;
    }

    .partners-b .el-button.is-active, .partners-b .el-button.is-plain:active {
        color: #3a8ee6;
        border-color: #3a8ee6;
    }

    .partners-b .el-button.is-plain:active {
        background: #fff;
        outline: 0;
    }

    .partners-b .el-button.is-loading {
        position: relative;
        pointer-events: none;
    }

        .partners-b .el-button.is-loading:before {
            pointer-events: none;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            right: -1px;
            bottom: -1px;
            border-radius: inherit;
            background-color: rgba(255, 255, 255, 0.35);
        }

    .partners-b .el-button.is-round {
        border-radius: 20px;
        padding: 12px 23px;
    }

    .partners-b .el-button.is-circle {
        border-radius: 50%;
        padding: 12px;
    }

.partners-b .el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

    .partners-b .el-button--primary:focus, .partners-b .el-button--primary:hover {
        background: #66b1ff;
        border-color: #66b1ff;
        color: #fff;
    }

    .partners-b .el-button--primary.is-active, .partners-b .el-button--primary:active {
        background: #3a8ee6;
        border-color: #3a8ee6;
        color: #fff;
    }

    .partners-b .el-button--primary:active {
        outline: 0;
    }

    .partners-b .el-button--primary.is-plain {
        color: #409eff;
        background: #ecf5ff;
        border-color: #b3d8ff;
    }

        .partners-b .el-button--primary.is-plain:focus, .partners-b .el-button--primary.is-plain:hover {
            background: #409eff;
            border-color: #409eff;
            color: #fff;
        }

        .partners-b .el-button--primary.is-plain:active {
            background: #3a8ee6;
            border-color: #3a8ee6;
            color: #fff;
            outline: 0;
        }

.partners-b .el-input {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .partners-b .el-input .el-input__suffix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.about-us .el-scrollbar .el-scrollbar__bar {
    opacity: 1 !important;
}

.about-us .el-scrollbar {
    overflow: hidden;
    position: relative;
}

    .about-us .el-scrollbar:active > .el-scrollbar__bar, .about-us .el-scrollbar:focus > .el-scrollbar__bar, .about-us .el-scrollbar:hover > .el-scrollbar__bar {
        opacity: 1;
        -webkit-transition: opacity 0.34s ease-out;
        transition: opacity 0.34s ease-out;
    }

.about-us .el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
}

.about-us .el-scrollbar__wrap--hidden-default {
    scrollbar-width: none;
}

    .about-us .el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.about-us .el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, 0.3);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .about-us .el-scrollbar__thumb:hover {
        background-color: rgba(144, 147, 153, 0.5);
    }

.about-us .el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.12s ease-out;
    transition: opacity 0.12s ease-out;
}

    .about-us .el-scrollbar__bar.is-vertical {
        width: 6px;
        top: 2px;
    }

        .about-us .el-scrollbar__bar.is-vertical > div {
            width: 100%;
        }

    .about-us .el-scrollbar__bar.is-horizontal {
        height: 6px;
        left: 2px;
    }

        .about-us .el-scrollbar__bar.is-horizontal > div {
            height: 100%;
        }

.about-us .el-cascader-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    font-size: 14px;
}

    .about-us .el-cascader-panel.is-bordered {
        border: 1px solid #e4e7ed;
        border-radius: 4px;
    }

.about-us .el-cascader-menu {
    min-width: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    border-right: 1px solid #e4e7ed;
}

    .about-us .el-cascader-menu:last-child {
        border-right: none;
    }

        .about-us .el-cascader-menu:last-child .el-cascader-node {
            padding-right: 20px;
        }

.about-us .el-cascader-menu__wrap {
    height: 204px;
}

.about-us .el-cascader-menu__list {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .about-us .el-cascader-menu__list li:hover {
        cursor: pointer;
    }

.about-us .el-avatar {
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.about-us .el-cascader-menu__hover-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.about-us .el-cascader-menu__empty-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #c0c4cc;
}

.about-us .el-cascader-node {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 20px;
    height: 34px;
    line-height: 34px;
    outline: 0;
}

    .about-us .el-cascader-node.is-selectable.in-active-path {
        color: #606266;
    }

    .about-us .el-cascader-node.in-active-path, .about-us .el-cascader-node.is-active, .about-us .el-cascader-node.is-selectable.in-checked-path {
        color: #409eff;
        font-weight: 700;
    }

.about-us .el-cascader-node__prefix {
    position: absolute;
    left: 10px;
}

.about-us .el-cascader-node__postfix {
    position: absolute;
    right: 10px;
}

.about-us .el-cascader-node__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-us .btn-green-primary {
    width: 200px;
    height: 44px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

    .about-us .btn-green-primary, .about-us .btn-green-primary:active, .about-us .btn-green-primary:focus, .about-us .btn-green-primary:hover {
        background: -webkit-gradient(linear, left top, right top, from(#00ffb9), to(#00e6dc)) !important;
        background: linear-gradient(90deg, #00ffb9, #00e6dc) !important;
        color: #000028 !important;
    }

.about-us .btn-grey-primary {
    width: 200px;
    height: 44px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

    .about-us .btn-grey-primary, .about-us .btn-grey-primary:active, .about-us .btn-grey-primary:focus, .about-us .btn-grey-primary:hover {
        background: #838383;
    }

.about-us .btn-grey-primary-light {
    width: 200px;
    height: 44px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

    .about-us .btn-grey-primary-light, .about-us .btn-grey-primary-light:active, .about-us .btn-grey-primary-light:focus, .about-us .btn-grey-primary-light:hover {
        background: #f2f2f2;
        color: #000028;
    }
