<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.register-index {
    padding-top: 10px;
    padding-bottom: 30px;
}

.reg-banner {
    height: 200px;
    padding: 65px 0 0 145px;
    background: url('/statics/epower/img/reg_banner.jpg') no-repeat 50%;
    color: #fff;
}

.reg-banner h1 {
    height: 42px;
    line-height: 40px;
    margin-bottom: 18px;
    font-size: 38px;
    font-weight: 500;
}

.reg-banner .subtit {
    font-size: 16px;
}

.reg-banner .subtit .btn {
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    background: linear-gradient(179deg, #867ffa, #5c5cde);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 4px;
}

.reg-banner .subtit .btn:hover {
    background: linear-gradient(179deg, rgba(134, 127, 250, 0.8), rgba(92, 92, 222, 0.8));
}

.flow {
    margin-bottom: 30px;
}

.flow .item {
    float: left;
    width: 267px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #72b2ff;
    text-align: center;
    position: relative;
}

.flow .item.on {
    background: #ff8e66;
}

.flow .item.on+.last:before {
    border-left-color: #ff8e66;
}

.flow .tri-item {
    float: left;
    width: 30px;
    height: 40px;
    position: relative;
}

.flow .tri-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #ff8e66;
    border-bottom: 20px solid transparent;
    background: transparent;
}

.flow .tri-item:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #ff8e66;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #ff8e66;
    background: transparent;
}

.flow .tri-item.last:after {
    border-top-color: #72b2ff;
    border-bottom-color: #72b2ff;
}

.flow .tri-item.last:before {
    border-left-color: #72b2ff;
}

.reg-form {
    width: 736px;
}

.reg-form .upload-form-item {
    height: 205px;
}

.reg-form .applyer-operate .name {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
}

.register-index .reg-form .add-btn,
.register-index .reg-form .change-btn {
    width: 118px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 30px;
}

.register-index .reg-form .add-btn .iconfont,
.register-index .reg-form .change-btn .iconfont {
    margin: -2px 4px 0 0;
    font-size: 17px;
}

.reg-form .add-btn .iconfont {
    font-size: 15px;
}

.reg-form .uploader-btn {
    width: 130px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    margin-top: 20px;
    border-radius: 20px;
}

.reg-form .demo-wrap {
    margin-left: 45px;
}

.reg-form .upload-notice {
    width: 236px;
    margin-left: 45px;
}

.reg-form .upload-notice p {
    line-height: 18px;
    color: #959595;
    font-size: 12px;
    text-align: justify;
}

.reg-form .popover-icon {
    margin-left: 10px;
    font-size: 14px;
}

.reg-form .login-layer {
    position: absolute;
    top: 6px;
    left: 1px;
    border-radius: 5px;
    width: 406px;
    height: 28px;
    line-height: 28px;
    padding-left: 8px;
    background: #fff;
    color: #9b9b9b;
}

.agent-wrapper {
    position: relative;
    width: 260px;
}

.agent-wrapper .agent {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.agent-wrapper.customfixtop .agent {
    position: fixed;
    top: 70px;
    right: 50%;
    margin-right: -579px;
    z-index: 9;
}

.agent-wrapper.customfixbottom .agent {
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.left-mode {
    width: 760px;
}

.right-mode {
    width: 380px;
    height: 987px;
    padding: 20px;
    margin-top: 10px;
}

.classify-form {
    display: inline-block;
    margin-left: 94px;
}

.classify-form .el-form-item__label {
    font-size: 16px;
}

.classify-form .el-input-group__append {
    width: 84px;
    height: 40px;
    background: #fc6530;
    border: 1px solid #fc6530;
    color: #fff;
}

.classify-form .el-input-group__append .el-button {
    width: 84px;
}

.classify-form .search-input {
    width: 400px;
}

.classify-form .search-input .el-input__icon {
    line-height: 36px;
    font-size: 20px;
}

.classify-form .el-form-item__content,
.classify-form .el-form-item__label {
    line-height: 36px;
}

.classify-form .el-input__inner {
    height: 36px;
    line-height: 36px;
}

.type-radio-group {
    margin: 0 20px;
    vertical-align: top;
}

.type-radio-group .el-radio-button {
    width: 100px;
}

.type-radio-group .el-radio-button .el-radio-button__inner {
    width: 100%;
    border-color: #3c7ee5;
    color: #3c7ee5;
}

.type-radio-group .el-radio-button.is-active .el-radio-button__inner {
    color: #fff;
}

.reset-btn {
    /* width: 130px; */
    vertical-align: top;
}

.tab-wrapper {
    width: 980px;
    margin: 16px 0 0 94px;
}

.tab-wrapper .lis {
    width: 435px;
}

.tab-wrapper .lis .item {
    display: inline-block;
    width: 145px;
    height: 40px;
    margin: 0;
    border-bottom: 2px solid #e0e3e8;
    color: #9b9b9b;
    text-align: center;
    font-size: 16px;
}

.tab-wrapper .lis .item.active {
    border-bottom-color: #fc6530;
    color: #fc6530;
}

.tab-panels {
    width: 1000px;
    margin: 0 0 10px 94px;
}

.tab-panels .el-button {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0 10px 10px 0;
}

.tab-panels .el-button.selected {
    border-color: #1b1b1b;
    color: #1b1b1b;
}

.tab-panels .el-button.cur {
    border-color: #3c7ee5;
    color: #3c7ee5;
}

.history-panels {
    margin: 20px 0 20px 94px;
    font-size: 12px;
}

.history-panels .label {
    width: 115px;
}

.history-panels .item {
    width: 868px;
    margin-left: 115px;
}

.history-panels .item a {
    display: inline-block;
    margin: 0 15px 10px 0;
    cursor: pointer;
}

.classify-item,
.pay-submit {
    margin-top: 10px;
    background: #f4f9ff;
    border: 1px solid #e0e3e8;
}

.classify-item .item-tit,
.pay-submit .item-tit {
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e3e8;
    font-size: 18px;
}

.classify-item .item-tit&gt;div,
.pay-submit .item-tit&gt;div {
    float: left;
    width: 50%;
}

.classify-item .item-tit&gt;div:first-child,
.pay-submit .item-tit&gt;div:first-child {
    width: 60%;
}

.classify-item .item-tit&gt;div:last-child,
.pay-submit .item-tit&gt;div:last-child {
    width: 40%;
}

.classify-item .info-wrapper {
    height: 400px;
    padding: 0 20px 10px;
    margin-left: 6px;
    overflow: hidden;
}

.classify-item .info-wrapper .info-item {
    padding-bottom: 10px;
}

.classify-item .info-wrapper .info-item:last-child {
    border-top: none;
    border-bottom: none;
}

.classify-item .info-wrapper .info-item .el-collapse-item__arrow {
    display: none;
}

.classify-item .info-wrapper .info-item .is-active .icons-tri {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.classify-item .info-wrapper .info-item .el-collapse-item__header,
.classify-item .info-wrapper .info-item .el-collapse-item__wrap {
    background: none;
}

.classify-item .info-wrapper .name {
    width: 100%;
    font-size: 14px;
    line-height: 49px;
}

.classify-item .info-wrapper .name .icons-tri {
    display: inline-block;
    /* margin-right: 10px; */
    /* margin-bottom: 0; */
    margin-left: 3px;
    margin: 0;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.classify-item .info-wrapper .name .icons-close {
    height: 20px;
    /* line-height: 49px; */
    margin-top: 14px;
    color: #fb5555;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
}

.classify-item .info-wrapper .cls-info {
    padding-left: 26px;
}

.classify-item .info-wrapper .cls-info .cls-no {
    width: 34px;
    line-height: 24px;
}

.classify-item .info-wrapper .cls-info .subcls-lis {
    margin-left: 44px;
}

.classify-item .info-wrapper .cls-info .subcls-lis .el-tag {
    padding: 0 12px;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    background: #3c7ee5;
    border: 0;
    color: #fff;
    position: relative;
}

.classify-item .info-wrapper .cls-info .subcls-lis .el-tag .el-icon-close {
    position: absolute;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: transparent;
}

.classify-item .info-wrapper .cls-info .subcls-lis .el-tag:hover {
    background: #9b9b9b;
    text-decoration: line-through;
}

.classify-item .info-wrapper .cls-info .subcls-lis .el-tag:hover .el-icon-close {
    background: none;
}

.classify-item .info-wrapper .el-collapse-item__content {
    padding-bottom: 0;
}

.classify-item .item-empty {
    height: 516px;
    text-align: center;
}

.classify-item .item-empty img {
    margin-top: 167px;
}

.classify-item .item-empty p {
    margin-top: 20px;
    color: #3c7ee5;
}

.pay-submit .value-added-service {
    padding: 30px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e0e3e8;
}

.pay-submit .value-added-service .label-name {
    line-height: 36px;
}

.pay-submit .value-added-service .check-btns {
    margin-left: 70px;
}

.pay-submit .value-added-service .check-btns .el-checkbox {
    margin: 0 0 20px 8px;
    background: none;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    text-align: center;
}

.pay-submit .value-added-service .check-btns .el-checkbox:hover {
    border-color: #fc6530;
    color: #1b1b1b;
}

.pay-submit .value-added-service .check-btns .el-checkbox.is-checked {
    border: 1px solid #fc6530;
    box-shadow: 0 0 1px 1px #fc6530;
}

.pay-submit .value-added-service .check-btns .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #1b1b1b !important;
}

.pay-submit .value-added-service .check-btns .el-checkbox .el-checkbox__input {
    display: none;
}

.pay-submit .value-added-service .info-item {
    margin-left: 80px;
    line-height: 26px;
    color: #9b9b9b;
}

.pay-submit .cost {
    margin: 20px 0 20px 20px;
}

.pay-submit .cost-list {
    margin: 0 0 30px 20px;
}

.pay-submit .submit-btns {
    margin-left: 20px;
}

.pay-submit .submit-btns .el-button {
    width: 150px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
}

.pay-submit .notice {
    line-height: 24px;
    margin: 24px 0 20px 20px;
    color: #9b9b9b;
    font-size: 12px;
}

.pay-submit .notice .index-num {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 14px;
    background: #9b9b9b;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.right-mode {
    border: 1px solid #e0e3e8;
}

.right-mode .el-form-item__content {
    line-height: 30px;
}

.right-mode .quick-form {
    height: 30px;
}

.right-mode .quick-form .el-input {
    width: 248px;
    height: 30px;
}

.right-mode .quick-form .el-input .el-input__inner {
    height: 30px;
    line-height: 30px;
}

.right-mode .quick-form .el-button {
    margin-left: 5px;
}

.right-mode .cls-tit {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin-top: 15px;
    background: #fafafa;
    border: 1px solid #ececec;
    font-size: 16px;
}

.right-mode .cls-tit .icons-tri-down {
    line-height: 20px;
    margin-top: 16px;
}

.right-mode .collapse-wrap {
    width: 100%;
    height: 850px;
    padding: 0 10px 20px;
    background: #fff;
    border: 1px solid #ececec;
    border-top: 0;
    overflow: hidden;
}

.right-mode .collapse-wrap .el-scrollbar__bar.is-horizontal {
    display: none;
}

.right-mode .collapse-wrap .el-collapse-item__header {
    height: 40px;
    line-height: 40px;
}

.right-mode .collapse-wrap .el-collapse-item__header .el-collapse-item__arrow {
    line-height: 40px;
}

.right-mode .collapse-wrap .el-collapse-item {
    background: #fff;
}

.right-mode .collapse-wrap .subcls-tit {
    width: 296px;
    height: 40px;
    line-height: 40px;
}

.right-mode .collapse-wrap .subcls-tit.selected {
    color: #3c7ee5;
}

.right-mode .collapse-wrap .subcls-tit .subcls-name {
    display: inline-block;
    width: 236px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-mode .collapse-wrap .el-collapse-item__content {
    padding-left: 15px;
}

.selected .subcls-tit {
    color: #3c7ee5;
    font-weight: bold;
}

.subcls-item {
    display: inline-block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
    color: #6e6e6e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 13px;
}

p.selected .subcls-item {
    color: #3c7ee5;
    font-weight: bold;
}

.empty-warpper {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}

.empty-warpper .icons .icon {
    font-size: 120px;
}

.empty-warpper .txt {
    padding: 0 40px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}

.empty-warpper .txt p a {
    color: #fc6530;
    text-decoration: underline;
}

.upload-demo {
    width: 115px;
    height: 150px;
    color: #9da0a6;
    border: 1px solid #e0e3e8;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}

.upload-demo img {
    max-width: 96%;
    max-height: 96%;
    vertical-align: middle;
}

.upload-demo {
    line-height: 150px;
}

.upload-demo .i-upload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: -13px 0 0 -13px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.upload-demo .demo-layer {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 99%;
    height: 99%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.upload-btns {
    width: 130px;
    line-height: 30px;
    margin: 120px 0 0 12px;
}

.upload-btns .btn {
    width: 130px;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
}

.tabs-name {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    margin: 10px 0 30px;
    border-left: 4px solid #3c7ee5;
    font-size: 18px;
    color: #3c7ee5;
}


/* dialog弹框 */

.bigimg-dialog {
    z-index: 9999 !important;
}

.bigimg-dialog.el-dialog {
    display: table;
    width: auto;
    max-width: 940px;
    text-align: center;
}

.bigimg-dialog.el-dialog img {
    max-width: 95%;
    max-height: 640px;
}


.el-input-group__prepend {
    min-width: 80px;
}

.type-radio-group .el-radio-button.is-active .el-radio-button__inner {
    color: #fff;
}

.dialog-common .el-table td {
    padding: 0 0;
}

.el-radio-button:first-child .el-radio-button__inner {
    /* border-left: 1px solid #e0e3e8; */
    border-radius: 0 0 0 0;
    box-shadow: none !important;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    background-color: #3c7ee5;
    box-shadow: -1px 0 0 0 #3c7ee5;
}


.el-radio-button:last-child .el-radio-button__inner {
    border-radius: 0 0 0 0;
}

.whole-wrapper .el-pagination.is-background .btn-next,
.whole-wrapper .el-pagination.is-background .btn-prev,
.whole-wrapper .el-pagination.is-background .el-pager li {
    background-color: #fff;
}

.whole-wrapper .el-form-item.is-required .el-form-item__label:before {
    content: " ";
}


.whole-wrapper .el-button--gray {
    background: #9b9b9b;
    border-color: #9b9b9b;
    color: #fff;
}

.whole-wrapper .el-button--gray.is-plain {
    background: none;
    border-color: #9b9b9b;
    color: #9b9b9b;
}

.whole-wrapper .el-button--gray.is-plain:hover {
    background: #9b9b9b;
    border-color: #9b9b9b;
    color: #fff;
}

.whole-wrapper .el-button--gray:hover {
    background: #e0e3e8;
}

.whole-wrapper .el-button--small {
    min-width: 80px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
}

.whole-wrapper .el-button--small.no-padding {
    padding: 0;
}

.whole-wrapper .el-select-dropdown .el-scrollbar {
    padding-bottom: 14px;
}

.classify-form .el-input-group__append {
    height: 36px;
}


/* lx-toast */

.lx-toast {
    position: fixed;
    bottom: 100px;
    left: 50%;
    box-sizing: border-box;
    max-width: 80%;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    animation: show-toast 0.5s;
    -webkit-animation: show-toast 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lx-toast.lx-word-wrap {
    width: 80%;
    white-space: inherit;
    height: auto;
}

.lx-toast.lx-toast-top {
    top: 50px;
    bottom: inherit;
}

.lx-toast.lx-toast-center {
    top: 50%;
    margin-top: -20px;
    bottom: inherit;
}

@-webkit-keyframes show-toast {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes show-toast {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lx-load-mark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.lx-load-box {
    position: fixed;
    z-index: 3;
    width: 7.6em;
    min-height: 7.6em;
    top: 180px;
    left: 50%;
    margin-left: -3.8em;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.lx-load-content {
    margin-top: 64%;
    font-size: 14px;
}

.lx-loading,
.lx-loading-nocontent {
    position: absolute;
    width: 0;
    left: 50%;
    top: 38%;
}

.lx-loading-nocontent {
    top: 50%;
}


/* 图样上传 */

.isColored-upload .upload-box {
    margin-right: 15px;
}


/* agree-pact-dialog */

.agree-pact-dialog p {
    line-height: 24px;
    text-align: justify;
    text-indent: 2em;
    font-size: 1em;
}


/* 增值服务抖动的问题 */

.pay-submit .value-added-service .check-btns .el-radio {
    width: 170px;
}

.pay-submit .cost-num {
    width: 40%;
}

.pay-submit .order-num {
    width: 60%;
}


/* 历史记录 */

.history-panels.active-history .label {
    width: 150px;
}

.history-panels.active-history .item {
    margin-left: 150px;
}

.form-common .el-input,
.form-common .el-textarea,
.form-common .el-textarea .el-textarea__inner {
    width: 408px;
}

.class-check-span {
    font-weight: bold;
}

.classify-form.el-form--inline .el-form-item:last-child {
    margin-right: 2px;
}

.el-input .el-input__clear:hover {
    color: #9b9b9b;
}

.el-input__suffix-inner {
    pointer-events: all;
}

.font-itatic {
    font-style: italic;
}

.quick-form .el-input--medium .el-input__icon {
    line-height: 32px;
}

.agent {
    width: 260px;
    height: auto;
    padding: 0 20px;
    padding-bottom: 25px;
    background: #fff;
}

.agent .tit {
    height: 1px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(60, 126, 229, 0.3);
    font-size: 16px;
    text-align: center;
    margin-bottom: 36px;
}

.agent .tit strong {
    display: inline-block;
    margin-top: -12px;
    padding: 0 10px;
    background: #fff;
    vertical-align: top;
}

.agent .subtit {
    line-height: 20px;
    margin: 36px 0 20px;
    text-align: center;
}

.agent .middle-wrapper .avatar,
.agent .middle-wrapper .ewm {
    width: 120px;
}

.agent .middle-wrapper .avatar .img-wrapper,
.agent .middle-wrapper .ewm .img-wrapper {
    width: 100px;
    height: 100px;
    line-height: 94px;
    border: 1px solid #ececec;
}

.agent .middle-wrapper .avatar .btn {
    width: 120px;
    margin-top: 20px;
    background: #f4f9ff;
    border: 1px solid #55a9ff;
    border-radius: 4px;
    color: #3c7ee5;
    font-size: 12px;
    line-height: 30px;
}

.agent .middle-wrapper .avatar .btn .iconfont {
    margin: -2px 5px 0 0;
    font-size: 14px;
}

.agent .middle-wrapper .avatar .btn:hover {
    background: #55a9ff;
    color: #fff;
}

.agent .middle-wrapper .ewm p {
    margin-top: 35px;
    font-size: 12px;
}

.agent-wrapper {
    position: relative;
    width: 260px;
}

.agent-wrapper .agent {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.agent-wrapper.customfixtop .agent {
    position: fixed;
    top: 70px;
    right: 50%;
    margin-right: -579px;
    z-index: 9;
}

.agent-wrapper.customfixbottom .agent {
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.ad {
    float: right;
    margin-top: 25px;
}

.el-table thead {
    color: #3c7ee5;
    font-weight: 500;
}

.el-table th {
    background-color: #f4f9ff;
}

.el-table {
    color: #1b1b1b;
}

.el-button--text:focus,
.el-button--text:hover {
    color: #6398ea;
}

.el-button--text:active {
    color: #3671ce;
    background-color: transparent;
}

.reg-form .applyer-operate .name {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
}

.el-textarea .el-input__count {
    line-height: normal;
    bottom: 4px;
}

.el-scrollbar__wrap {
    overflow-x: hidden;
}

.agree-pact-dialog .el-dialog__body {
    height: 500px;
}

.register-notice {
    line-height: 26px;
}

.info-item-name b {
    font-weight: bold;
}

.el-scrollbar .el-scrollbar__wrap {
    margin-bottom: 0 !important;
}

.create-image-dialog .el-radio {
    width: 120px;
    text-align: left;
    display: block;
    margin: 0 10px;
    margin-bottom: 10px;
    float: left;
}

.create-image-dialog .el-radio-group {
    margin-top: 4px;
}

.classify-form .el-select__caret.el-input__icon {
    line-height: 36px;
}

.components-pages-register-font-style .el-radio-group .el-radio {
    width: 120px
}

.components-pages-register-font-style .el-radio-group .el-radio:not(:nth-of-type(-n+3)) {
    margin-top: 10px
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #3c7ee5;
    background: #3c7ee5;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #3c7ee5;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #3c7ee5;
    border-color: #3c7ee5;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #3c7ee5;
}

.el-radio {
    color: #1b1b1b;
    cursor: pointer;
    margin-right: 30px;
}

.el-form-item__label {
    vertical-align: middle;
    font-size: 14px;
    color: #1b1b1b;
}

.color-danger {
    color: #fb5555;
}

.td-no-padding td {
    padding: 0;
}

.online-btn {
    width: 120px;
    height: 30px;
    margin-top: 20px;
    background: #f4f9ff;
    border: 1px solid #55a9ff;
    border-radius: 4px;
    color: #3c7ee5;
    font-size: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 29px;
    padding: 0 25px;
}

.online-btn i {
    margin-right: 4px;
    float: left;
}

.online-btn span {
    float: left;
}

.cls-btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0 10px 10px 0;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #606266;
}

.cls-btn.active {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff;
}

.cls-btn:hover,
.cls-btn.hight {
    color: #409EFF;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}

.cls-btn.active:hover {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff;
}

.el-input-group__prepend {
    min-width: 90px;
}

.subcls-item {
    padding: 0;
    margin-left: 10px;
}


.showLayer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 3000;
}

.shareLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3000;
    height: 100%;
}

.share-content {
    position: absolute;
    z-index: 3008;
    box-sizing: content-box;
    /* padding: 10px; */
    width: 523px;
    top: 40px;
    left: 50%;
    margin-left: -261px;
}

.share-content img {
    width: 100%;
    height: auto !important;
}

.share-download {
    width: 210px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    color: #507CF3;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    margin-top: 20px;
    font-size: 18px;
}

.share-download i {
    color: #507CF3;
}

.imgbox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url(/statics/epower/img/imgbox-close.png) top left no-repeat;
    cursor: pointer;
    outline: none;
}

.share-close {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    outline: none;
}

.share-close i {
    color: #000;
}

.dialog-img-a:hover {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
</pre></body></html>