* {
    font: inherit;
    color: inherit;
    user-select: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: normal;
    border: none;
    outline: none;
}

body {
    color: #444;
    font-size: 0;
    user-select: none;
    font-family: Arial, Helvetica, "Times New Roman", sans-serif;
}
em {
    font-style: italic; /* 默认值，可省略 */
}
.m-preview-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19940618;
    background: rgba(0, 0, 0, 0.4);
}

.m-preview-image {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.m-preview-image.move {
    transition: all 250ms ease-in-out;
}

.viewer-button, .viewer-prev, .viewer-play, .viewer-next, .viewer-toolbar {
    display: none;
}

::placeholder {
    color: #b2b2b2;
}

.fittk-input, .fittk-textarea {
    color: #666666;
}

.fittk-radio-item, .fittk-checkbox-item {
    position: relative;
    background: #ffffff;
}

.fittk-radio-one {
    width: auto !important;
    height: auto !important;
}

.fittk-select-option .fittk-radio-item {
    transform: translateY(-3px);
}

.m-tree-area .fittk-radio-one {
    float: left;
    clear: left;
}

.fittk-radio-one.checked .fittk-radio-item {
    border-color: #2d6fde !important;
    border-color: var(--light-color) !important;
}

.fittk-radio-one.checked .fittk-checkbox-item {
    border: none !important;
}

.fittk-radio-one.checked .fittk-radio-inner {
    background: #2d6fde !important;
    background: var(--light-color) !important;
}

.fittk-checkbox-inner {
    background: url("../img/yes.png") no-repeat 50% 50% #2d6fde !important;
    background: url("../img/yes.png") no-repeat 50% 50% var(--light-color) !important;
    background-size: 12px !important;
}

.fittk-radio-text {
    margin-left: 10px;
    height: auto !important;
}

.fittk-radio-text .red {
    color: #ff3333;
    font: inherit
}

.fittk-radio-text img {
    height: 60px !important;
    vertical-align: top;
    margin-bottom: 10px;
}

input.fittk-input {
    overflow: hidden;
    text-overflow: ellipsis;
}

input.fittk-input:hover {
    text-overflow: clip;
}

.fittk-input-readonly {
    color: #444 !important;
}

.m-open .fittk-input-readonly {
    background: #ffffff !important;
}

.fittk-select-options {
    outline-color: #d4d4d4 !important;
}

.fittk-checkbox-inner {
    transition: none !important;
}

.square .fittk-radio-one {
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.fittk-radio-text span {
    margin-left: 10px;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ff3333;
}

.fittk-radio-text span:before {
    content: '（';
}

.fittk-radio-text span:after {
    content: '）';
}

.m-form-textarea .fittk-textarea {
    padding: 8px 5px !important;
}

.fittk-open {
    border-radius: 6px;
    overflow: hidden;
    outline: none !important;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3);
}

.fittk-open-title {
    background: #ffffff !important;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.fittk-open-title-text {
    color: #444;
}

.fittk-open-close {
    margin-right: 20px !important;
}

.fittk-open-btn {
    margin-top: 19px;
    height: 32px !important;
    line-height: 32px !important;
    outline: 1px solid #2d6fde;
    outline: 1px solid var(--light-color);
}

.v-code-status {
    display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.hide {
    display: none;
}

.gray {
    filter: grayscale(1);
}

.m-toast-area {
    width: 300px;
    max-height: 300px;
    overflow: hidden;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 19930615;
    margin: 0 auto;
}

.m-error-toast {
    width: 300px;
    font-size: 15px;
    line-height: 30px;
    padding: 13px 10px 13px 45px;
    background: url("../img/warn.png") no-repeat 15px 15px #bd362f;
    background-size: auto 20px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 10px;
    position: relative;
    top: 10px;
}

.m-success-toast {
    width: 300px;
    font-size: 15px;
    line-height: 30px;
    padding: 13px 10px 13px 45px;
    background: url("../img/yes.png") no-repeat 15px 15px #51a351;
    background-size: auto 20px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 10px;
    position: relative;
    top: 10px;
}

.m-upload-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 19930415;
    display: none;
}

.m-upload-icon {
    width: 200px;
    height: 200px;
    position: absolute;
    top: calc(50% - 240px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.m-upload-icon img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.m-upload-name {
    width: 500px;
    height: 40px;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #444444;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-upload-process {
    width: 300px;
    height: 40px;
    border-radius: 20px;
    background: #999999;
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.m-upload-size {
    width: 300px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1000001;
}

.m-upload-abort {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: url("../img/matter/close.png") no-repeat 50% 50% #ff3333;
    background-size: 16px 16px;
    position: absolute;
    top: calc(50% + 20px);
    left: 360px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.m-upload-bar {
    width: 0;
    height: 40px;
    border-radius: 20px;
    background: #00b4ed;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 150ms linear;
}

.m-form-image {
    width: 90px;
    height: 90px;
    margin: 12px 5px 3px 5px;
    float: left;
    position: relative;
    overflow: hidden;
}

.m-form-image img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 15px 5px;
}

.m-form-image span {
    width: 90px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.m-form-image-shade {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 60px;
    height: 60px;
    top: 0;
    left: 15px;
    opacity: 0;
    transition: opacity 150ms linear;
    text-align: center;
    line-height: 60px;
}

.m-form-image:hover .m-form-image-shade {
    opacity: 1;
}

.m-form-image-eye {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 3px;
    background: url("../img/upload-eye.png") no-repeat 50% 50%;
    background-size: 20px 20px;
    cursor: pointer;
    vertical-align: middle;
}

.m-form-image-del {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    display: inline-block;
    background: url("../img/upload-del.png") no-repeat 50% 50%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}

.m-body {
    max-width: 1920px;
    min-width: 1680px;
    width: 100%;
    position: absolute;
    background: #ffffff;
    user-select: none;
    display: none;
}

.m-body.m-ghb {
    max-width: unset;
    min-width: unset;
    width: 1200px;
}

.m-config-gray {
    filter: grayscale(1);
}

@media print {
    .fittk-background {
        position: static;
        height: unset;
    }

    .m-body > .fittk-scroll-bar {
        display: none !important;
    }

    .m-body > .fittk-scroll-auto {
        height: unset;
    }
}

.m-body.m-welcome {
    max-width: unset;
    min-width: unset;
    width: 1920px;
}

.m-body.m-welcome2 {
    max-width: unset;
    min-width: unset;
    width: 1920px;
}

.m-welcome2 .m-welcome-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.m-welcome2 .m-welcome-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.m-welcome .m-welcome-top {
    width: 100%;
    height: calc(100% - 200px);
    float: left;
    background: url("../img/welcome/welcome-bg.png") no-repeat 50% 50% / cover;
    position: relative;
}

.m-welcome2 .m-welcome-top {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.m-welcome .m-mask-box {
    width: 360px;
    height: 530px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -400px;
}

.m-welcome2 .m-mask-box {
    width: 418px;
    height: 709px;
    position: absolute;
    top: 140px;
    left: -400px;
    background: url("../img/welcome/mask-bg.png") no-repeat 50% 50% / contain;
}

.m-welcome .m-mask-image {
    width: 340px;
    height: 200px;
    margin: 0 10px;
    float: left;
}

.m-welcome .m-mask-link {
    width: 217px;
    height: 90px;
    margin: 32px 76px 0;
    background: url("../img/welcome/yqb.png?t=1") no-repeat 50% 50% / contain;
    float: left;
    transition: all 150ms linear;
}

.m-welcome .m-mask-link:hover {
    transform: scale(1.1);
}

.m-welcome .m-category-box {
    width: 360px;
    height: 160px;
    margin: 30px 0 0;
    float: left;
    text-align: center;
}

.m-welcome2 .m-category-box {
    width: 330px;
    height: 120px;
    margin: 290px 0 20px 45px;
    float: left;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.m-welcome .m-category-box a {
    width: 160px;
    height: 160px;
    margin: 0 10px;
    display: inline-block;
}

.m-welcome2 .m-category-box a {
    width: 100px;
    height: 120px;
    margin: 0 25px;
    display: inline-block;
}

.m-welcome .m-category-box a img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    float: left;
    transition: all 150ms linear;
}

.m-welcome2 .m-category-box a img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    float: left;
    margin: 19px 22px 5px;
}

.m-welcome .m-category-box a:hover img {
    filter: brightness(1.4)
}

.m-welcome2 .m-category-box a span {
    width: 100px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.m-welcome .m-split-line {
    width: 2px;
    height: 880px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 660px;
    background: url("../img/welcome/split.png") no-repeat 50% 50% / contain;
}

.m-welcome .m-platform-box {
    width: 960px;
    height: 440px;
    position: absolute;
    top: 20px;
    bottom: 0;
    margin: auto 0;
    right: -1000px;
    text-align: center;
}

.m-welcome2 .m-platform-box {
    width: 990px;
    height: 716px;
    position: absolute;
    top: 140px;
    right: -1000px;
    text-align: center;
}

.m-welcome .m-platform-one {
    width: 280px;
    height: 440px;
    margin: 0 20px;
    display: inline-block;
    position: relative;
    transition: all 150ms linear;
    perspective: 1000px;
}

.m-welcome2 .m-platform-one {
    width: 290px;
    height: 716px;
    margin: 0 20px;
    display: inline-block;
    position: relative;
    transition: all 150ms linear;
}

.m-welcome .m-platform-one img {
    width: 280px;
    height: 280px;
    object-fit: contain;
    float: left;
}

.m-welcome .m-platform-bg {
    width: 280px;
    height: 440px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: inherit;
}

.m-welcome2 .m-platform-bg {
    width: 290px;
    height: 716px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/welcome/platform-bg.png") no-repeat 50% 50% / contain;
    transition: inherit;
    opacity: 1;
}

.m-welcome2 .m-platform-one:hover .m-platform-bg {
    opacity: 0;
}

.m-welcome2 .m-platform-active {
    width: 290px;
    height: 716px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/welcome/platform-active.png") no-repeat 50% 50% / contain;
    transition: inherit;
    opacity: 0;
}

.m-welcome2 .m-platform-one:hover .m-platform-active {
    opacity: 1;
}

.m-welcome .m-platform-one:hover .m-platform-bg {
    transform: rotateX(20deg);
}

.m-welcome .m-platform-inner {
    width: 280px;
    height: 200px;
    position: absolute;
    top: 200px;
    left: 0;
    transition: inherit;
    transform-origin: 50% 100%;
    z-index: 100;
}

.m-welcome2 .m-platform-inner {
    width: 290px;
    height: 400px;
    position: absolute;
    top: 245px;
    left: 0;
}

.m-welcome .m-platform-one:hover .m-platform-inner {
    transform: translate3d(0, -30px, 150px);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.m-welcome .m-platform-inner img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 100px;
}

.m-welcome2 .m-platform-inner img {
    width: 105px;
    height: 105px;
    position: absolute;
    top: 0;
    left: 90px;
}

.m-welcome .m-platform-inner span {
    width: 280px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 80px;
    left: 0;
}

.m-welcome2 .m-platform-inner span {
    width: 280px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 125px;
    left: 0;
}

.m-welcome .m-platform-inner:after {
    content: '';
    width: 168px;
    height: 40px;
    position: absolute;
    top: 160px;
    left: 56px;
    background: url("../img/welcome/platform.png") no-repeat 50% 50% / contain;
}

.m-welcome2 .m-platform-inner:after {
    content: '点击进入';
    width: 150px;
    height: 36px;
    position: absolute;
    top: 195px;
    left: 70px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.m-welcome .m-welcome-bottom {
    width: 100%;
    height: 200px;
    float: left;
    background: #ffffff;
    position: relative;
    opacity: 0;
}

.m-welcome2 .m-welcome-bottom {
    width: 100%;
    height: 80px;
    float: left;
    background: rgba(20, 114, 98, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.m-welcome .m-info-sydw {
    width: 80px;
    height: 100px;
    margin: 60px 20px 40px 200px;
    float: left;
    background: url("../img/footer/sydw.png") no-repeat 50% 50%;
    background-size: contain;
}

.m-welcome2 .m-info-sydw {
    width: 70px;
    height: 70px;
    margin: 5px 20px 5px 305px;
    float: left;
    background: url("../img/footer/sydw.png") no-repeat 50% 50% / contain;
}

.m-welcome .m-info-box {
    width: 750px;
    height: 136px;
    box-sizing: border-box;
    padding: 4px 0;
    margin: 32px 0;
    float: left;
}

.m-welcome2 .m-info-box {
    width: 1000px;
    height: 40px;
    box-sizing: border-box;
    margin: 20px 0;
    float: left;
}

.m-welcome .m-info-box span {
    width: 100%;
    font-size: 17px;
    line-height: 34px;
    float: left;
    vertical-align: middle;
}

.m-welcome2 .m-info-box span {
    font-size: 16px;
    line-height: 40px;
    float: left;
    margin: 0 20px;
    vertical-align: middle;
    color: #ffffff;
}

.m-welcome .m-info-box img {
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.m-welcome2 .m-info-box img {
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.m-welcome .m-qrcode-box {
    width: 360px;
    height: 120px;
    position: absolute;
    top: 50px;
    right: 550px;
    text-align: center;
}

.m-welcome2 .m-qrcode-box {
    width: 330px;
    height: 120px;
    margin: 0 0 0 45px;
    float: left;
    text-align: center;
}

.m-welcome .m-qrcode-one {
    width: 80px;
    height: 120px;
    margin: 0 20px;
    display: inline-block;
    cursor: pointer;
}

.m-welcome2 .m-qrcode-one {
    width: 110px;
    height: 120px;
    display: inline-block;
}

.m-welcome .m-qrcode-one img {
    width: 80px;
    height: 80px;
    margin: 0 20px 10px;
    float: left;
}

.m-welcome2 .m-qrcode-one img {
    width: 80px;
    height: 80px;
    margin: 0 15px 10px;
    float: left;
}

.m-welcome .m-qrcode-one span {
    width: 120px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    float: left;
}

.m-welcome2 .m-qrcode-one span {
    width: 110px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    float: left;
    color: #ffffff;
}

.m-welcome .m-logo-box {
    width: 229px;
    height: 229px;
    position: absolute;
    top: -70px;
    right: 220px;
}

.m-welcome .m-logo-box img {
    width: 229px;
    height: 229px;
    float: left;
}

.m-breadcrumb {
    width: 100%;
    height: 50px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    box-sizing: border-box;
    padding: 13px 5px;
    float: left;
}

.m-breadcrumb span {
    margin-right: 10px;
    float: left;
}

.m-breadcrumb a {
    margin-right: 10px;
    float: left;
}

.m-breadcrumb a.active {
    color: #256bc0;
    color: var(--base-color);
}

.m-page-ctrl {
    width: 100%;
    margin: 30px 0 10px;
    float: left;
}

.m-page-ctrl-inner {
    width: fit-content;
    margin: 0 auto;
    display: table;
}

.m-page-ctrl-text {
    font-size: 15px;
    line-height: 36px;
    float: left;
    margin-right: 20px;
}

.yqbg .m-page-ctrl-text {
    color: #ffffff;
}

.m-page-ctrl-item {
    height: 34px;
    outline: 1px solid #d4d4d4;
    margin: 1px 20px 1px 0;
    float: left;
}

.m-page-ctrl-one {
    width: auto;
    box-sizing: border-box;
    padding: 0 8px;
    min-width: 34px;
    height: 34px;
    border-left: 1px solid #d4d4d4;
    float: left;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
}

.m-page-ctrl-one:first-of-type {
    border-left: none;
}

.m-page-ctrl-big {
    width: auto;
    padding: 0 12px;
}

.m-page-ctrl-current {
    background: #2d6fde;
    background: var(--light-color);
    color: #ffffff;
}

.m-page-ctrl-disabled {
    color: #999999;
    cursor: not-allowed;
}

.m-page-ctrl-input {
    width: 34px;
    height: 34px;
    outline: 1px solid #d4d4d4;
    margin: 1px 10px 1px 0;
    float: left;
}

.m-page-ctrl-input input {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 15px;
    line-height: 36px;
    outline: none;
    border: none;
    text-align: center;
}

.m-page-ctrl-btn {
    width: auto;
    height: 36px;
    background: #2d6fde;
    background: var(--light-color);
    color: #ffffff;
    padding: 0 18px;
    font-size: 15px;
    line-height: 36px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.m-article .m-category-top {
    width: 1600px;
    float: left;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

.m-ghb .m-category-top {
    width: 1200px;
}

.m-article.top .m-category-top {
    display: block;
}

.m-article .m-category-top-one {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 35px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    display: inline-block;
    background: #ffffff;
    margin: 15px;
}

.m-article .m-category-top-one:hover {
    color: #256bc0;
    color: var(--base-color);
    border-color: #256bc0;
    border-color: var(--base-color);
}

.m-article .m-category-top-one.active {
    border-color: #2d6fde;
    border-color: var(--light-color);
    background: #2d6fde;
    background: var(--light-color);
    color: #ffffff;
}

.m-article .m-category-left {
    width: 230px;
    float: left;
    margin: 20px 30px 50px 0;
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
    filter: var(--base-shadow);
    background: #ffffff;
    display: none;
}

.m-article.left .m-category-left {
    display: block;
}

.m-article .m-category-left-one {
    width: 100%;
    position: relative;
    padding: 5px 0;
    float: left;
}

.m-article .m-category-left-one a.arrow {
    cursor: pointer;
}

.m-article .m-category-left-one a.arrow:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 200px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
    transform: rotate(45deg);
    transition: all 150ms linear;
}

.m-article .m-category-left-one a.arrow.open:after {
    transform: rotate(135deg);
}

.m-article .m-category-left-one a {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 10px 20px;
    float: left;
    position: relative;
}

.m-article .m-category-left-one a:hover {
    color: #256bc0;
    color: var(--base-color);
}

.m-article .m-category-left-one a.arrow:hover:after {
    border-color: #256bc0;
    border-color: var(--base-color);
}

.m-article .m-category-left-one a.active {
    color: #256bc0;
    color: var(--base-color);
}

.m-article .m-category-left-children {
    width: calc(100% - 20px);
    margin-left: 20px;
    display: none;
}

.m-article .m-category-left-children a {
    font-size: 14px;
    line-height: 24px;
}

.m-article .m-category-left-one a.active:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto 0;
    transform: rotate(45deg);
    background: #ffffff;
}

.m-article .m-list-box {
    width: 1600px;
    margin: 20px 0 50px;
    float: left;
    padding: 30px 50px;
    filter: var(--base-shadow);
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: text;
    user-select: text;
}

.m-ghb .m-list-box {
    width: 1140px;
}

.m-article.left .m-list-box {
    width: 1340px;
    margin: 20px 0 50px 0;
}

.m-ghb.left .m-list-box {
    width: 880px;
    margin: 20px 0 50px 0;
}

.m-article.booth-1 .m-list-box {
    width: 400px;
    margin: 20px 0 0 0;
}

.m-ghb.booth-1 .m-list-box {
    width: 300px;
}

.m-list-box .m-category-name {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 50px;
    padding: 0 24px;
}

.m-list-box .m-category-name:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 32px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    background: #2d6fde;
    background: var(--light-color);
}

.m-list-box .m-article-list {
    width: 100%;
    min-height: 500px;
    float: left;
}

.m-list-box .m-article-one {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    float: left;
    position: relative;
    border-top: 1px solid #d4d4d4;
}

.m-list-box .m-article-one:first-of-type, .m-article.right .m-list-box .m-article-one {
    border-top: none;
}

.m-list-box .m-article-index {
    padding-right: 10px;
    font-size: 18px;
    line-height: 32px;
    float: left;
}

.m-list-box .m-article-title {
    width: calc(100% - 230px);
    font-size: 18px;
    line-height: 32px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-list-box .m-article-one.bold .m-article-title {
    font-weight: bold;
}

.m-list-box .m-article-refine,
.m-list-box .m-article-new {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #ffffff;
    border-radius: 1px;
    margin: 6px 6px 6px 0;
    display: inline-block;
    float: left;
}

.m-list-box .m-article-refine {
    background: #f23a00;
}

.m-list-box .m-article-new {
    background: #00bc35;
}

.m-list-box .m-article-time {
    width: 180px;
    font-size: 18px;
    line-height: 32px;
    float: right;
    text-align: right;
    color: #999999;
}

.m-list-box .m-article-desc {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    box-sizing: border-box;
    margin: 5px 0 0;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-list-box .m-article-empty {
    width: 100%;
    height: 500px;
    background: url("../img/article/empty.png") no-repeat 50% 50% / auto 240px;
    float: left;
}

.m-article .m-detail-box {
    width: 1600px;
    margin: 20px 0 50px;
    float: left;
    padding: 30px 50px;
    filter: var(--base-shadow);
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: text;
    user-select: text;
}

.m-ghb .m-detail-box {
    width: 1140px;
}

.m-article.left .m-detail-box {
    width: 1340px;
    margin: 20px 0 50px 0;
}

.m-ghb.left .m-detail-box {
    width: 880px;
}

.m-article.booth-1 .m-detail-box {
    width: 920px;
    margin: 20px 20px 50px 0;
}

.m-ghb.booth-1 .m-detail-box {
    width: 560px;
}

.m-article.booth-2 .m-detail-box {
    width: 1000px;
    height: 400px;
    overflow: hidden;
    margin: 20px 0;
    padding: 0 20px;
    box-sizing: border-box;
    filter: none;
}

.m-ghb.booth-2 .m-detail-box {
    width: 560px;
}

.m-detail-box .m-article-title {
    width: 100%;
    font-size: 30px;
    line-height: 44px;
    padding: 10px 0;
    text-align: center;
    font-family: SimSun;
    font-weight: bold;
    color: #000000;
    float: left;
}

.m-article.booth-2 .m-detail-box .m-article-title {
    font-size: 28px;
    line-height: 50px;
    padding: 0;
    font-family: inherit;
    font-weight: normal;
    text-align: left;
}

.m-detail-box .m-article-time {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #888888;
    float: left;
    text-align: center;
    position: relative;
}

.m-detail-box .m-article-time span {
    margin: 0 5px;
}

.m-detail-box .m-article-time a {
    cursor: pointer;
}

.m-detail-box .m-article-content {
    width: 100%;
    min-height: 600px;
    margin-top: 20px;
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}

.m-article.booth-2 .m-article-content {
    height: 330px;
    min-height: unset;
}

.m-detail-box .m-article-content-inner {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
}
.m-detail-box .m-article-content-inner div{
   background: none !important;
}
.m-detail-box .m-article-content-inner p{
    background: none !important;
}
.m-detail-box .m-article-content-inner * {
    max-width: 100% !important;
    font-size: inherit;
    line-height: inherit;
    white-space: normal !important;
    text-wrap: normal !important;
    color: inherit;
}

.m-detail-box .m-article-content-inner img {
    height: auto !important;
}

.m-detail-box .m-article-content-inner p {
    width: 100%;
}

.m-detail-box .m-article-content-inner strong {
    font-weight: bold;
}

.m-detail-box .m-article-content-inner video {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.m-detail-box .m-article-content-inner video.audio {
    height: 80px !important;
}

.m-detail-box .m-article-content-inner table {
    width: 80%;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

.m-detail-box .m-article-content-inner table[align='center'] {
    margin: 20px auto;
}

.m-detail-box .m-article-content-inner td {
    font-size: 18px !important;
    line-height: 1.8 !important;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 5px;
    text-align: left;
}

.m-detail-box .m-article-attach {
    width: 100%;
    float: left;
}

.m-detail-box .m-article-attach-title {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    float: left;
    color: #999999;
}

.m-detail-box .m-article-attach-one {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    float: left;
    cursor: pointer;
}

.m-detail-box .m-article-attach-one img {
    width: 40px;
    height: 40px;
    margin-right: 30px;
    float: left;
}

.m-detail-box .m-article-attach-one span {
    max-width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0;
    float: left;
}

.m-detail-box .m-article-recruit {
    width: 600px;
    margin: 30px calc(50% - 300px);
    float: left;
}

.m-detail-box .m-article-recruit span {
    width: 600px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    float: left;
}

.m-detail-box .m-article-recruit a {
    width: 240px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    font-size: 16px;
    margin: 10px 180px 0;
    color: #ffffff;
    background: #2d6fde;
    background: var(--light-color);
    border-radius: 3px;
    cursor: pointer;
}

.m-detail-box .m-article-recruit a.disabled {
    background: #b2b2b2;
    cursor: not-allowed;
}

.m-detail-box .m-article-more {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #d4d4d4;
    float: left;
}

.m-detail-box .m-article-prev {
    max-width: 45%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999999;
}

.m-detail-box .m-article-prev a {
    color: #444444;
}

.m-detail-box .m-article-next {
    max-width: 45%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    color: #999999;
}

.m-detail-box .m-article-next a {
    color: #444444;
}

.m-article .m-href-box {
    width: 400px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
    margin: 20px 0 50px 0;
    float: left;
    filter: var(--base-shadow);
    background: url("../img/article/href.png") no-repeat 300px 50% / 36px auto #ffffff;
    color:#256bc0;
    color: var(--base-color);
    display: none;
}

.m-ghb .m-href-box {
    width: 300px;
    background: url("../img/article/href.png") no-repeat 230px 50% / 36px auto #ffffff;
}

.m-article .m-cover-box {
    width: 560px;
    height: 400px;
    margin: 20px 20px 20px 0;
    float: left;
}

.m-article .m-cover-box img {
    width: 560px;
    height: 400px;
    object-fit: cover;
}

.m-article .m-image-box {
    width: 1340px;
    margin: 20px 130px 50px;
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: text;
    user-select: text;
}

.m-ghb .m-image-box {
    width: 1140px;
    margin: 20px 0 50px;
}

.m-article.left .m-image-box {
    width: 1340px;
    margin: 20px 0 50px 0;
}

.m-ghb.left .m-image-box {
    width: 880px;
    margin: 20px 0 50px;
}

.m-article.booth-2 .m-image-box {
    width: 1600px;
    margin: 20px 0 50px;
}

.m-ghb.booth-2 .m-image-box {
    width: 1140px;
    margin: 20px 0 50px;
}

.m-image-box .m-category-name {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}

.m-image-box .m-article-more {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 20px;
    border: 1px solid #999999;
    border-radius: 40px;
}

.m-image-box .m-article-more:hover {
    color:#256bc0;
    color: var(--base-color);
    border-color:#256bc0;
    border-color: var(--base-color);
}

.m-article.booth-2 .m-image-box .m-category-name {
    text-align: left;
}

.m-image-box .m-input-line {
    width: 600px;
    margin: 20px calc(50% - 300px);
    float: left;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
}

.m-image-box .m-input-line input {
    width: 550px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    background: none;
    border: none;
    outline: none;
    float: left;
}

.m-image-box .m-input-line button {
    width: 48px;
    height: 48px;
    border: none;
    outline: none;
    float: left;
    background: url("../img/header/search.png") no-repeat 50% 50% / 24px auto;
    cursor: pointer;
}

.m-image-box .m-article-list {
    width: calc(100% - 20px);
    margin: 20px 10px;
    float: left;
}

.m-image-box.image-1 .m-article-one {
    width: 640px;
    height: 180px;
    box-sizing: border-box;
    margin: 10px;
    float: left;
    position: relative;
    filter: var(--base-shadow);
    background: #ffffff;
}

.m-ghb .m-image-box.image-1 .m-article-one {
    width: 540px;
}

.m-image-box.image-1 .m-article-one img {
    width: 300px;
    height: 180px;
    float: left;
}

.m-image-box.image-1 .m-article-title {
    width: calc(100% - 300px);
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-image-box.image-1 .m-article-time {
    width: calc(100% - 300px);
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
}

.m-image-box.image-2 .m-article-list {
    overflow: hidden;
    filter: var(--base-shadow);
    background: #ffffff;
}

.m-image-box.image-2 .m-article-one {
    width: 440px;
    height: 420px;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    outline: 1px solid #e8e8e8;
}

.m-ghb .m-image-box.image-2 .m-article-one {
    width: 420px;
}

.m-image-box.image-2 .m-article-one img {
    width: 100%;
    height: 220px;
    float: left;
}

.m-image-box.image-2 .m-article-title {
    width: 100%;
    height: 34px;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    float: left;
    margin: 20px 0 0;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-image-box.image-2 .m-article-desc {
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    float: left;
    margin: 10px 0 0;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-image-box.image-2 .m-article-time {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin: 10px 0 0;
}

.m-image-box.image-3 .m-article-list {
    width: 100%;
    margin: 20px 0;
    float: left;
}

.m-image-box.image-3 .m-article-one {
    width: 280px;
    height: 400px;
    box-sizing: border-box;
    margin: 0 20px;
    float: left;
    position: relative;
}

.m-image-box.image-3 .m-article-one img {
    width: 200px;
    height: 240px;
    object-fit: cover;
    float: left;
    margin: 15px 40px 0;
}

.m-image-box.image-3 .m-article-title {
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0;
    float: left;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-image-box.image-3 .m-article-desc {
    width: 100%;
    height: 96px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    float: left;
    margin: 5px 0 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-image-box .m-article-empty {
    width: 100%;
    height: 500px;
    background: url("../img/article/empty.png") no-repeat 50% 50% / auto 240px;
    float: left;
}

.m-article .m-view-box {
    width: 1340px;
    margin: 20px 130px 50px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.m-ghb .m-view-box {
    width: 1140px;
    margin: 20px 0 50px;
}

.m-view-box .m-category-name {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}

.m-view-box .m-input-line {
    width: 100%;
    line-height: 40px;
    margin: 20px 0;
    text-align: center;
    float: left;
}

.m-view-box .m-input-line input {
    width: 550px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    background: none;
    outline: none;
    display: inline-block;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
}

.m-view-box .m-input-line button {
    height: 48px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 5px;
    background: #2d6fde;
    background: var(--light-color);
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.m-view-box .m-pinyin-line {
    width: 100%;
    height: 24px;
    margin: 10px 0;
    float: left;
    text-align: center;
}

.m-view-box .m-pinyin-line span {
    padding: 0 5px;
    height: 24px;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
}

.m-view-box .m-pinyin-line span:hover {
    color:#256bc0;
    color: var(--base-color);
}

.m-view-box .m-pinyin-line span.active {
    color:#256bc0;
    color: var(--base-color);
}

.m-view-box .m-view-list {
    width: 100%;
    min-height: 500px;
    margin: 30px 0 0;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    overflow: hidden;
}

.m-ghb .m-view-box .m-view-list {
    padding: 0 50px;
}

.m-view-box .m-view-list a {
    width: 240px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 29px 6px 10px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 5px;
    margin: 10px;
    float: left;
    position: relative;
}

.m-view-box .m-view-list a:before {
    content: '';
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #999999;
}

.m-view-box .m-view-list a:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto 0;
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
    transform: rotate(45deg);
}

.m-view-box .m-view-list a:hover {
    color:#256bc0;
    color: var(--base-color);
    border-color:#256bc0;
    border-color: var(--base-color);
}

.m-view-box .m-view-list a:hover:before {
    border-color:#256bc0;
    border-color: var(--base-color);
}

.m-view-box .m-view-list a:hover:after {
    border-color:#256bc0;
    border-color: var(--base-color);
}

.m-view-box .m-article-empty {
    width: 100%;
    height: 500px;
    background: url("../img/article/empty.png") no-repeat 50% 50% / auto 240px;
    float: left;
}

.m-main-box {
    width: 1600px;
    margin: 0 calc(50% - 800px);
    float: left;
}

.m-ghb .m-main-box {
    width: 1140px;
    margin: 0 30px;
}

.m-matter .m-form-box {
    width: 1500px;
    margin: 0 50px;
    padding: 30px;
    background: #ffffff;
    filter: var(--base-shadow);
    box-sizing: border-box;
    float: left;
}

.m-ghb .m-form-box {
    width: 1140px;
    margin: 0;
}

.m-matter .m-form-box:after {
    content: '';
    display: block;
    clear: both;
}

.m-matter .m-form-box.bolder {
    outline: 1px solid #d4d4d4;
}

.m-matter .m-form-area {
    width: 100%;
    display: none;
    float: left;
}

.m-matter .m-form-area form {
    width: 100%;
}

.m-matter .m-form-page {
    width: calc(100% - 20px);
    margin: 0 10px;
    float: left;
    display: none;
    box-sizing: border-box;
}

.m-matter .m-form-segment {
    position: relative;
    width: 100%;
    background: #f8f8f8;
    float: left;
    margin: 20px 0 0;
}

.m-matter .m-form-segment:first-of-type {
    margin: 0;
}

.m-matter .m-form-segment.beforeText {
    padding-bottom: 0;
    border-bottom: none;
}

.m-matter .m-form-paragraph {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
    overflow: hidden;
    float: left;
    color: #256bc0;
    color: var(--base-color);
    border-left: 2px solid #256bc0;
    border-left: 2px solid var(--base-color);
}

.m-matter .m-form-paragraph:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #256bc0;
    border-color: transparent transparent transparent var(--base-color);
}

.m-matter .m-form-line .m-form-paragraph {
    width: calc(100% - 200px);
}

.m-matter .m-form-paragraph span {
    color: #ff3333;
    font-size: 15px;
}

.m-matter .m-form-text {
    position: relative;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    overflow: hidden;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    user-select: text;
}

.m-matter .m-form-text * {
    font: inherit;
}

.m-matter .m-form-text.indent {
    padding-left: 180px;
}

.m-matter .m-form-line {
    position: relative;
    width: 50%;
    padding: 22px 0;
    float: left;
}

.m-matter .m-form-hidden, .m-matter .m-form-other {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    border-bottom: none;
    overflow: hidden;
}

.m-matter .m-form-line.full {
    width: 100%;
}

.m-matter .m-form-line.upload {
    border-bottom: 2px dashed #d4d4d4;
}

.m-matter .m-form-text.last, .m-matter .m-form-line.last {
    border-bottom: none;
}

.m-matter .m-form-label {
    width: calc(100% - 500px);
    height: 40px;
    line-height: 40px;
    margin: 0 20px 0 10px;
    box-sizing: border-box;
    float: left;
}

.m-ghb .m-form-label {
    width: calc(100% - 380px);
}

.m-matter .m-form-line.full .m-form-label {
    width: calc(50% - 500px);
}

.m-matter .m-form-line .m-form-label.full {
    width: 100%;
}

.m-matter .m-form-label-text {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.m-matter .m-form-label-text span {
    font: inherit;
    color: #ff3333;
}

.m-matter .m-form-label-text:before {
    content: ' ';
    display: inline-block;
    font: inherit;
    color: #ff3333;
    width: 10px;
}

.m-matter .required .m-form-label-text:before {
    content: '*';
}

.m-matter .m-form-input {
    width: 400px;
    height: 40px;
    outline: 1px solid #d4d4d4;
    box-sizing: border-box;
    float: left;
    background: #ffffff;
    transition: outline-color 150ms linear;
}

.m-ghb .m-form-input {
    width: 280px;
}

.m-matter .m-form-input.city {
    width: 220px;
}

.m-matter .m-form-textarea {
    width: 680px;
    height: 112px;
    outline: 1px solid #d4d4d4;
    box-sizing: border-box;
    float: left;
    background: #ffffff;
    transition: outline-color 150ms linear;
}

.m-matter .m-form-search {
    width: 80px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;;
    position: absolute;
    right: 0;
    top: 22px;
}

.m-matter .m-form-line.error .m-form-textarea {
    outline-color: #ff3333;
}

.m-matter .m-form-map {
    width: 700px;
    height: 360px;
    margin: 12px 10px 0;
    box-sizing: border-box;
    float: left;
}

.m-matter .m-form-map-frame {
    width: 350px;
    height: 180px;
    float: left;
    transform: scale(2);
    transform-origin: 0 0;
}

.m-matter .m-form-radio {
    width: 970px;
    margin: 5px 0;
    float: left;
    box-sizing: border-box;
}

.m-matter .m-form-numberStep {
    width: 180px;
    margin: 5px 20px 5px 0;
    float: right;
    box-sizing: border-box;
}

.m-matter .m-form-range {
    width: 300px;
    height: 60px;
    margin: 5px 0;
    padding: 18px 0;
    float: left;
    box-sizing: border-box;
}

.m-matter .m-form-range-value {
    width: 100px;
    height: 60px;
    margin: 5px 0;
    padding: 10px 0;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    float: left;
    box-sizing: border-box;
}

.m-matter .no-label .m-form-radio {
    margin: 0 20px;
}

.m-matter .m-form-upload {
    height: 44px;
    color: #666;
    float: right;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    margin: 2px 20px 2px 0;
    box-sizing: border-box;
    padding: 12px 25px;
    text-align: center;
    background: #e8f2fd;
    vertical-align: middle;
    transition: all 200ms linear;
}

.m-matter .m-form-upload:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background: url("../img/matter/upload.png") no-repeat 50% 50%;
    background-size: 20px auto;
    transition: opacity 200ms linear;
}

.m-matter .m-form-upload:hover {
    color: #aaaaaa;
}

.m-matter .m-form-upload:hover:before {
    opacity: 0.5;
}

.m-matter .m-form-attach {
    position: relative;
    float: left;
}

.m-matter .m-form-attach:after {
    content: '';
    display: block;
    clear: both;
}

.m-matter .m-form-attach-title {
    width: 50px;
    font-size: 15px;
    line-height: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #999;
    float: left;
}

.m-matter .m-form-attach-one {
    height: 20px;
    color: #444444;
    float: left;
    position: relative;
    margin: 10px 10px 10px 60px;
    font-size: 15px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    clear: left;
}

.m-matter .m-form-attach-one span {
    color: #256bc0;
    color: var(--base-color);
}

.m-matter .m-form-attach-one .preview, .m-matter .m-form-attach-one .download {
    margin-left: 20px;
    cursor: pointer;
}

.m-matter .m-form-attach-one .preview:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background: url("../img/matter/preview.png") no-repeat 50% 50%;
    background-size: 16px auto;
}

.m-matter .m-form-attach-one .download:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background: url("../img/matter/download.png") no-repeat 50% 50%;
    background-size: 16px auto;
}

.m-matter .m-form-example {
    width: 720px;
    float: left;
}

.m-matter .m-form-example img {
    width: auto;
    height: 280px;
    margin: 0 auto;
    display: block;
}

.m-matter .upload .m-form-example {
    width: auto;
}

.m-matter .upload .m-form-example img {
    height: 140px;
    margin: 15px 20px 5px;
}

.m-matter .m-upload-blank {
    height: 50px;
    width: 0;
    float: left;
    clear: left;
}

.m-matter .m-form-vcode {
    width: 320px;
    height: 36px;
    box-sizing: border-box;
    margin: 15px calc(50% - 160px);
    float: left;
}

.m-matter .m-form-next, .m-matter .m-form-submit {
    width: 300px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    font-size: 15px;
    margin: 30px calc(50% - 150px);
    color: #ffffff;
    background: #2d6fde;
    background: var(--light-color);
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.m-matter .m-form-next.disabled, .m-matter .m-form-submit.disabled {
    background: #b2b2b2;
}

.m-matter .m-form-gray .m-form-radio {
    filter: grayscale(1);
}

.m-matter .m-form-gray .fittk-input, .m-matter .m-form-gray .fittk-textarea {
    color: #999999 !important;
}

.m-matter .m-form-gray .m-form-image-del {
    display: none;
}

.m-matter .m-white-box {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    float: left;
}

.m-matter .m-success-circle {
    width: 100px;
    height: 100px;
    margin: 10px calc(50% - 50px) 30px;
    border-radius: 50%;
    float: left;
    background: url("../img/yes.png") no-repeat 50% 50% / 50px auto #2d6fde;
    background: url("../img/yes.png") no-repeat 50% 50% / 50px auto var(--light-color);
}

.m-matter .m-error-box {
    width: 500px;
    height: 300px;
    margin: 10px calc(50% - 250px) 30px;
    float: left;
    background: url("../img/error.png") no-repeat 50% 50% / contain;
}

.m-matter .m-white-text {
    width: 700px;
    margin: 0 calc(50% - 350px) 10px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    float: left;
    user-select: text;
}
