html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    height: 100%;
}

html,body,.layout-wrap,.layout-content{
    height: 100%;
    overflow: hidden;
    background: #f3f3f3;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

img {
    height: auto;
    width: auto;
    max-width: 500px;
}

a {
    background-color: transparent;
}


th {
    text-align: inherit;
    text-align: -webkit-match-parent;

}

a {
    color: #5e72e4;
    font-weight: 300;
    text-decoration: none;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #f56d8f;
    border-radius: 4px;
}

pre code {
    display: block;
    overflow-x: auto;
    padding: 1em;
    background: #282c34;
    color: #abb2bf;
    font-family: monospace, monospace;
    font-size: 1em;
    line-height: 1.5em;
}


td {
    border-color: rgba(255, 255, 255, 0.1);
    padding: 12px 7px;
    vertical-align: middle;
    color: #000;
    display: table-cell;
}

table {
    caption-side: bottom;
    border-collapse: collapse;

}

.table {
    --bs-table-color: #000;
    --bs-table-bg: transparent;
    --bs-table-border-color: #f0f2f5;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #000;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #000;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #000;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table-group-divider {
    border-top: 2px solid currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
    border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-borderless> :not(:first-child) {
    border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped-columns> :not(caption)>tr> :nth-child(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #fbd2e0;
    --bs-table-border-color: #e2bdca;
    --bs-table-striped-bg: #eec8d5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e2bdca;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e8c2cf;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e5e6eb;
    --bs-table-border-color: #cecfd4;
    --bs-table-striped-bg: #dadbdf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cecfd4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d4d5d9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #dbefdc;
    --bs-table-border-color: #c5d7c6;
    --bs-table-striped-bg: #d0e3d1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c5d7c6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cbddcc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #d1e3fa;
    --bs-table-border-color: #bccce1;
    --bs-table-striped-bg: #c7d8ee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bccce1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d2e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fee8cc;
    --bs-table-border-color: #e5d1b8;
    --bs-table-striped-bg: #f1dcc2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5d1b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebd7bd;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #fdd9d7;
    --bs-table-border-color: #e4c3c2;
    --bs-table-striped-bg: #f0cecc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4c3c2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eac9c7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f0f2f5;
    --bs-table-border-color: #d8dadd;
    --bs-table-striped-bg: #e4e6e9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d8dadd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #dee0e3;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #344767;
    --bs-table-border-color: #485976;
    --bs-table-striped-bg: #3e506f;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #485976;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #435572;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    line-height: 1.5em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

ul,
li {
    list-style: none;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    height: auto;
    border: 0;
    resize: none;
}

textarea:focus {
    outline: none;
}

#fixed-block {
    height: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

body {
    font: 14px / 1.5 Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Hiragino Sans GB W3, Microsoft YaHei UI, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

body * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body.whole-screen {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

[data-flex] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[data-flex~="flex:wrap"] {
    flex-wrap: wrap
}

[data-flex~="flex:nowrap"] {
    flex-wrap: nowrap
}

[data-flex]>* {
    display: block;
}

[data-flex]>[data-flex] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[data-flex~="dir:left"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

[data-flex~="dir:right"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
}

[data-flex~="dir:top"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

[data-flex~="dir:bottom"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
}

[data-flex~="main:left"] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[data-flex~="main:right"] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

[data-flex~="main:justify"] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[data-flex~="main:center"] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-flex~="cross:top"] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

[data-flex~="cross:bottom"] {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

[data-flex~="cross:center"] {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-flex~="cross:baseline"] {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

[data-flex~="cross:stretch"] {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

[data-flex~="box:mean"]>*,
[data-flex~="box:first"]>*,
[data-flex~="box:last"]>*,
[data-flex~="box:justify"]>* {
    width: 0;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

[data-flex~="box:first"]>:first-child,
[data-flex~="box:last"]>:last-child,
[data-flex~="box:justify"]>:first-child,
[data-flex~="box:justify"]>:last-child {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[data-flex~="dir:top"][data-flex~="box:mean"]>*,
[data-flex~="dir:top"][data-flex~="box:first"]>*,
[data-flex~="dir:top"][data-flex~="box:last"]>*,
[data-flex~="dir:top"][data-flex~="box:justify"]>*,
[data-flex~="dir:bottom"][data-flex~="box:mean"]>*,
[data-flex~="dir:bottom"][data-flex~="box:first"]>*,
[data-flex~="dir:bottom"][data-flex~="box:last"]>*,
[data-flex~="dir:bottom"][data-flex~="box:justify"]>* {
    width: auto;
    height: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

[data-flex~="dir:top"][data-flex~="box:first"]>:first-child,
[data-flex~="dir:top"][data-flex~="box:last"]>:last-child,
[data-flex~="dir:top"][data-flex~="box:justify"]>:first-child,
[data-flex~="dir:top"][data-flex~="box:justify"]>:last-child,
[data-flex~="dir:bottom"][data-flex~="box:first"]>:first-child,
[data-flex~="dir:bottom"][data-flex~="box:last"]>:last-child,
[data-flex~="dir:bottom"][data-flex~="box:justify"]>:first-child[data-flex~="dir:bottom"][data-flex~="box:justify"]>:last-child {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[data-flex-box="0"] {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[data-flex-box="1"] {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

[data-flex-box="2"] {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2;
}

[data-flex-box="3"] {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    -webkit-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3;
}

[data-flex-box="4"] {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    -webkit-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4;
}

[data-flex-box="5"] {
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    -webkit-flex-shrink: 5;
    -ms-flex-negative: 5;
    flex-shrink: 5;
}

[data-flex-box="6"] {
    -webkit-box-flex: 6;
    -webkit-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
    -webkit-flex-shrink: 6;
    -ms-flex-negative: 6;
    flex-shrink: 6;
}

[data-flex-box="7"] {
    -webkit-box-flex: 7;
    -webkit-flex-grow: 7;
    -ms-flex-positive: 7;
    flex-grow: 7;
    -webkit-flex-shrink: 7;
    -ms-flex-negative: 7;
    flex-shrink: 7;
}

[data-flex-box="8"] {
    -webkit-box-flex: 8;
    -webkit-flex-grow: 8;
    -ms-flex-positive: 8;
    flex-grow: 8;
    -webkit-flex-shrink: 8;
    -ms-flex-negative: 8;
    flex-shrink: 8;
}

[data-flex-box="9"] {
    -webkit-box-flex: 9;
    -webkit-flex-grow: 9;
    -ms-flex-positive: 9;
    flex-grow: 9;
    -webkit-flex-shrink: 9;
    -ms-flex-negative: 9;
    flex-shrink: 9;
}

[data-flex-box="10"] {
    -webkit-box-flex: 10;
    -webkit-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    -webkit-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10;
}

input {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    cursor: text;
    margin: 0em;
    padding: 1px 2px;
    border: none;
    text-indent: 0;
    background: transparent;
    resize: none;
    outline: none;
    -webkit-appearance: none;
    line-height: normal;
}

.input:focus {
    outline: none;
    border-color: none
}

html {
    --zhuluan-white-color: #fff;
    --zhuluan-black-3-color: #333;
    --zhuluan-black-6-color: #666;
    --zhuluan-black-80-color: #808080;
    --zhuluan-custom-e8-color: #e8e8e8;
    --zhuluan-custom-d8-color: #d8d8d8;
    --zhuluan-custom-b8-color: #b8b8b8;
    --zhuluan-custom-ff-color: #f5f6f7;
    --zhuluan-white-f2-color: #f2f2f2;
    --zhuluan-white-f5-color: #f5f5f5;
    --zhuluan-primary-color: #007AFF;
    --zhuluan-neighbor-color: #5A9AF9;
    --zhuluan-primary-color-hover: #0067b2;
    --zhuluan-primary-color-active: #096dd9;
    --zhuluan-primary-rgba-10: rgba(31, 130, 242, .08);
    --zhuluan-primary-rgba-20: rgba(31, 130, 242, .2);
    --zhuluan-border-color: #e2e2e2;
    --zhuluan-border-rgba-4: rgba(225, 225, 225, .4);
    --zhuluan-warning-color: #FD6A53;
    --zhuluan-warning-rgba-10: rgba(253, 106, 83, .08);
    --zhuluan-warning-rgba-20: rgba(253, 106, 83, .2);
    --zhuluan-shadow-color: 51 133 255;
    --zhuluan-switch-size: 15px;
    --zhuluan-switch-box: 30px;
    --zhuluan-primary-border-radius: 5px;
}

body {
    background-color: var(--zhuluan-custom-ff-color)
}

@font-face {
    font-family: "iconfont";
    src: url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype');
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 10
}

.form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shuaxin:before {
    content: "\ec08";
}

.icon-codelibrary:before {
    content: "\ebdb";
}

.icon-jiance:before {
    content: "\e674";
}

.icon-text-add:before {
    content: "\e614";
}

.icon-close:before {
    content: "\e607";
}

.icon-menu:before {
    content: "\e608";
}

.icon-copy:before {
    content: "\e617";
}

.icon-wuguan:before {
    content: "\ec5f";
}

.icon-clear-all:before {
    content: "\e8b6";
}

.icon-wenda:before {
    content: "\e60e";
}

.icon-bangzhu:before {
    content: "\e600";
}

.icon-baobiao:before {
    content: "\e601";
}

.icon-rizhi:before {
    content: "\e602";
}

.icon-pishi:before {
    content: "\e603";
}

.icon-xinwen:before {
    content: "\e604";
}

.icon-yewu:before {
    content: "\e605";
}

.icon-tixing:before {
    content: "\e606";
}

.switch-container {
    height: var(--zhuluan-switch-size);
    width: var(--zhuluan-switch-box);
}

.switch-container label,
.switch-container label:before,
.switch-container label:after {
    display: block;
}

.switch-container label {
    position: relative;
    background-color: var(--zhuluan-custom-e8-color);
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 25px;
}

.switch-container label:before,
.switch-container label:after {
    content: '';
}

.switch-container label:before {
    border-radius: 25px;
    height: 100%;
    width: var(--zhuluan-switch-size);
    background-color: var(--zhuluan-white-color);
    opacity: 1;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.2s;
}

.switch-container label:after {
    position: absolute;
    top: 0;
    right: 0;
    left: var(--zhuluan-switch-size);
    border-radius: 25px;
    height: 100%;
    width: var(--zhuluan-switch-size);
    background-color: white;
    opacity: 0;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
    transition: opacity 0.2s ease;
}

.switch:checked~label:after {
    opacity: 1;
}

.switch:checked~label:before {
    opacity: 0;
}

.switch:checked~label {
    background-color: var(--zhuluan-primary-color);
}

#tooltip {
    display: none;
}

#tooltip[data-show] {
    display: block;
}

.toast {
    top: 50%;
    left: 50%;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 14px;
    z-index: 999999;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.toast.in {
    -webkit-animation-name: contentZoomIn;
    animation-name: contentZoomIn;
}

.toast .iconfont {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    display: block;
}

.toast .iconfont.icon-loading:before {
    display: block;
    -webkit-transform: rotate(360deg);
    animation: rotation 2.7s linear infinite;
}

.toast .text {
    text-align: center;
    max-width: 300px;
    color: #fff;
    font-size: 14px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes contentZoomIn {
    0% {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes contentZoomIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes contentZoomOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes contentZoomOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

a.unlinks-deco {
    color: var(--zhuluan-primary-color);
    text-decoration: none;
}

.layout-header {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: var(--zhuluan-white-color)
}

.layout-header h2 {
    font-size: 1.2em;
}

@media (min-width:700px) {
    .layout-header {
        height: 50px !important;
    }

    .layout-header h2 {
        font-size: 1.5em;
    }
}

.layout-header .logo .links {
    cursor: pointer;
    display: block;
}

.layout-header .logo .links img {
    height: 100%;
}

.layout-header .icon-menu {
    display: none
}

.layout-header .nav .list {
    font-size: 16px;
    font-weight: 600;
    margin-left: 32px;
}

.layout-header .nav .list .links {
    color: var(--zhuluan-black-6-color);
    transition: all .4s
}

.layout-header .nav .list.active .links,
.layout-header .nav .list:hover .links,
.article-box .links:hover {
    color: var(--zhuluan-primary-color)
}

.layout-header .nav .nav-btn {
    padding-left: 35px;
}

.layout-header .nav .btn {
    padding: 6px 12px;
    margin: 0 0 0 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: var(--zhuluan-primary-border-radius);
    color: var(--zhuluan-black-3-color);
    background-color: var(--zhuluan-white-f2-color);
    transition: all .4s;
}

.layout-header .nav .btn.sign {
    color: var(--zhuluan-white-color);
    background-color: var(--zhuluan-primary-color);
    background: linear-gradient(90deg, var(--zhuluan-primary-color), var(--zhuluan-primary-color-hover));
    box-shadow: 0 4px 8px 0 rgb(var(--zhuluan-shadow-color) / 12%);
}

.layout-header .nav .btn:hover {
    opacity: .8;
    box-shadow: none
}

.layout-content {
    padding: 22px 0 50px;
    background-color:#fafafa;
}

.layout-bar {
    font-size: 14px;
    color: var(--zhuluan-black-80-color)
}

.layout-bar .num span {
    margin: 0 6px;
    font-size: 24px;
    font-weight: 300;
    font-family: Open Sans, Arial, sans-serif;
}

.layout-bar .btn {
    outline: none;
    border:none;
    width: 36px;
    margin-left: 14px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: var(--zhuluan-primary-border-radius);
    color: var(--zhuluan-primary-color);
    cursor: pointer;
    transition: all .4s;
    border-radius: 50%;
    font-size: 18px;
}

.layout-bar .layout-bar-left {
    margin-right: -14px;
}

.layout-bar .layout-bar-left .btn {
    margin: 0 14px 0 0
}

.layout-bar .btn .iconfont {
    /*margin-right: 3px;*/
}

.layout-bar .btn .iconfont.icon-wuguan {
    /*margin-right: 5px;*/
}

.layout-bar .btn .iconfont.icon-text-add {
    margin-right: 5px;
    font-size: 17px;
}

.layout-bar .bright-btn {
    color: var(--zhuluan-white-color);
    background-color: var(--zhuluan-primary-color);
    background: var(--zhuluan-primary-color);
    box-shadow: 0 4px 8px 0 var(--zhuluan-shadow-color);
}

.precast-block {
    padding: 5px 12px;
    min-height: 50px;
    /*border: 1px solid;*/
    border-radius: var(--zhuluan-primary-border-radius);
}

.precast-block .title {
    width: 65px;
    text-indent: 10px;
    color: var(--zhuluan-black-80-color);
}

.kw-text {
    padding-top: 10px;
}

#kw-box {
    margin-right: 20px;
}

.kw-btn.btn {
    line-height: 100%;
    color: var(--zhuluan-primary-color);
    cursor: pointer;
}

.kw-btn.btn .iconfont {
    margin-right: 4px;
}

.precast-block .box {
    flex: 1
}

#kw-target-box {
    border-radius: var(--zhuluan-primary-border-radius) var(--zhuluan-primary-border-radius) 0 0;
}

#target-box{
    min-height: 40px;
    border-radius: 20px;
    background: #f2f2f7;   
    padding:0px 12px;

}

#kw-target-box #kw-target {
    max-height: 120px; 
    width: 100%;
    display: block;
    background: #f2f2f7;
    width: 100%;
    background: #f2f2f7;
    /*border-radius: 20px;*/
    font-size: 16px;
    overflow: auto;
    resize: none;
    outline: none;
    line-height: 1.4;
    box-sizing: border-box  !important;
    max-height: 200px;
    -webkit-appearance: none;  /* 禁用iOS默认外观 */
    height: 40px;
    padding-top: 8px;
}
#kw-target-box #kw-target.auto{
    height: auto;
}

#kw-target::-webkit-input-placeholder {
    color: var(--zhuluan-custom-b8-color)
}

#kw-tags {
    border-top: none;
    height: 28px;
    margin-bottom: -6px;
}

#kw-tags #tags-clear-all {
    margin-left: 10px;
}

#kw-box {
    margin-bottom: -8px;
}

#kw-list {
    font-weight: 500;
    font-size: 12px;
    color: var(--zhuluan-black-80-color)
}

#xiezuo-h1 {
    color: var(--zhuluan-black-3-color);
    line-height: 160%;
    margin-bottom: 12px
}

#kw-list .kw,
.locked-kw-tags .tag {
    display: inline-block;
    padding: 6px 25px 4px 10px;
    border-radius: 22px;
    margin: 0 0 8px 8px;
    word-break: keep-all;
    position: relative;
    color: var(--zhuluan-primary-color);
    background-color: var(--zhuluan-primary-rgba-10);
    transition: all 0.4s
}

#kw-list .kw .icon-close,
.locked-kw-tags .tag .icon-close {
    cursor: pointer;
}

#kw-list .kw:hover,
.locked-kw-tags .tag:hover {
    background-color: var(--zhuluan-primary-rgba-20);
}

#kw-list .kw .iconfont,
.locked-kw-tags .tag .iconfont {
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.article .is-created-none,
.article:not(.created) .is-created-block {
    display: none
}

.article:not(.created) .is-created-none,
.article .is-created-block {
    display: block
}

.layout-bar .line-btn {
    color: var(--zhuluan-primary-color);
}

.article.created .xiezuo-header {
    border-radius: 0;
    border-bottom: none
}

.layout-bar .line-btn:hover {
    box-shadow: 0 4px 8px -2px rgb(51 51 51 / 8%)
}

/*.layout-bar .bright-btn:hover {
    background-color: var(--zhuluan-neighbor-color);
    box-shadow: none;
    opacity: .8
}*/


.layout-bar .bright-btn:disabled {
    pointer-events: none;
    /*opacity: 0.8;*/
    box-shadow: none;  
    cursor: not-allowed;
    background: #f2f2f7;
    color: #333;
}


.magnitude #word-count {
    margin-right: 4px
}

.magnitude #word-count .warning {
    color: var(--zhuluan-warning-color)
}

.article {
    width: 100%;
    position: relative;
}

.article .creating-loading {
    display: none;
    position: absolute;
    z-index: 10008;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(52, 53, 65, .68)
}

.article .creating-loading.isLoading {
    display: flex
}

.article .creating-loading .tips {
    margin-top: 10px;
    color: var(--zhuluan-primary-color)
}

.article .layout-article {
    min-height: 420px;
    border-radius: 0 0 var(--zhuluan-primary-border-radius) var(--zhuluan-primary-border-radius);
    border: 1px solid var(--zhuluan-border-color);
    background-color: var(--zhuluan-white-color);
    position: relative;
}

.layout-article .w-e-toolbar,
.layout-article .w-e-text-container {
    border: none !important
}

.layout-article .w-e-toolbar {
    border-bottom: 1px solid var(--zhuluan-border-color) !important;
}

.article-footer-bar {
    padding: 12px 12px 6px;
    height: 15px;
    color: var(--zhuluan-black-80-color)
}

.article-footer-bar .switch-container {
    margin-right: 8px
}

.article-footer-bar .magnitude {
    text-align: right;
    font-size: 14px;
}

.bar-fast-tool .iconfont {
    color: var(--zhuluan-custom-d8-color);
    transition: all .4s;
    cursor: pointer;
}

.bar-fast-tool .iconfont:hover {
    color: var(--zhuluan-primary-color)
}

#think-kw {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid var(--zhuluan-border-color);
    background-color: var(--zhuluan-white-color);
    box-shadow: 0 3px 5px rgba(30, 30, 30, .02)
}

#think-kw .list {
    padding: 12px 10px;
    line-height: 100%;
    border-bottom: 1px solid var(--zhuluan-border-rgba-4);
    transition: all .4s;
    cursor: pointer;
}

#think-kw .list:hover,
#think-kw .list.pitch {
    background-color: var(--zhuluan-warning-rgba-10)
}

#think-kw .list:last-child {
    border: none
}

#think-kw .list .text span {
    color: var(--zhuluan-warning-color)
}

#think-kw .list .num {
    color: var(--zhuluan-black-80-color)
}

.bar-fast-tool .iconfont {
    font-size: 20px;
    margin-left: 5px;
}

.bar-fast-tool .magnitude {
    margin-left: 20px;
}

.layout-site-details {
    padding-top: 70px;
    font-size: 14px;
    color: var(--zhuluan-black-6-color)
}

.layout-site-details h2 {
    font-size: 28px;
    line-height: 120%;
    padding: 0 20px;
    margin: 0 0 60px;
    font-weight: 500;
    text-align: center;
}

.layout-site-details p {
    line-height: 200%;
}

.locked-kw {
    position: relative;
    border: 1px solid var(--zhuluan-border-color);
    border-top: none;
    border-bottom: none;
}

.locked-kw .locked-kw-tags {
    display: block;
    width: 100%;
    border-color: var(--zhuluan-white-color);
    border-radius: var(--zhuluan-primary-border-radius);
    background-color: var(--zhuluan-white-color);
    overflow: hidden;
}

.locked-kw-tags .tag {
    margin: 0 7px 7px 0;
    font-size: 12px;
}

.locked-kw .locked-kw-tags #locked-kw_addTag {
    padding-left: 15px;
    padding-bottom: 15px;
}

.locked-kw .locked-kw-tags #clear-all,
#kw-tags #tags-clear-all {
    color: var(--zhuluan-black-80-color);
    font-size: 12px;
    cursor: pointer;
    transition: all .4s
}

.locked-kw .locked-kw-tags #clear-all:hover,
#kw-tags #tags-clear-all:hover {
    color: var(--zhuluan-black-3-color);
}

.locked-kw .locked-kw-tags .tags_clear {
    display: block;
    margin-bottom: -7px
}

.locked-kw #locked-kw_tag {
    font-size: 12px;
    font-weight: normal;
    padding: 8px 0
}

.footer {
    padding-bottom: 15px
}

.footer p {
    text-align: center;
    margin-bottom: 8px
}

.footer p,
.footer .links {
    color: var(--zhuluan-black-80-color)
}

.footer .foot-menu {
    font-size: 16px
}

.footer .links {
    margin: 0 6px;
    word-break: keep-all;
    transition: all .4s
}

.footer .links:hover {
    color: var(--zhuluan-black-3-color)
}

.content-list {
    padding-bottom: 20px;
}

.content-list li {
    font-size: 16px;
    line-height: 200%;
    text-indent: 32px;
    color: var(--zhuluan-black-80-color)
}

.zhuluan-cms {
    border-bottom: none;
    border-top: none
}

.zhuluan-cms img {
    width: 30%;
    vertical-align: top
}

.anchor-box {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.anchor-box .anchor-content {
    position: absolute;
    width: 420px;
    height: 220px;
    left: 50%;
    top: 50%;
    padding: 35px 25px;
    transform: translate(-50%, -50%);
    background-color: var(--zhuluan-white-color);
    box-shadow: 3px 3px 38px rgba(0, 0, 0, .1), -3px -3px 38px rgba(0, 0, 0, .1);
}

.anchor-box .anchor-content .icon-close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 14px;
    color: var(--zhuluan-black-80-color);
    cursor: pointer;
}

.anchor-box .anchor-content .h4 {
    margin-bottom: 12px;
    font-size: 15px;
}

.anchor-box .anchor-content .h4 span {
    color: var(--zhuluan-black-80-color);
    margin-left: 10px;
    font-size: 12px
}

.anchor-box .anchor-content em {
    font-style: normal;
}

.anchor-box .anchor-content em.warning {
    color: var(--zhuluan-warning-color);
}

.anchor-content .input-list {
    margin-bottom: 10px;
}

.anchor-content .input {
    border: solid 1px var(--zhuluan-border-color);
    padding: 8px 10px;
    width: 100%;
    border-radius: 2px;
    display: block;
}

.anchor-content .input:focus {
    border-color: var(--zhuluan-primary-color);
}

.anchor-content .btn-box {
    color: var(--zhuluan-black-80-color);
}

.anchor-content .btn-box .btn {
    margin-left: 12px;
    cursor: pointer;
    transition: all .4s
}

.anchor-content .btn-box .btn:hover {
    opacity: .6
}

.anchor-content .btn-box .btn.add {
    color: var(--zhuluan-primary-color);
}

.switch-bar .tips {
    margin-left: 10px;
}

.anchor-box {
    position: absolute;
    z-index: 99998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
}

.banner {
    padding-top: 40px;
    height: 460px;
}

.banner .images {
    width: 582px;
    height: 424px;
}

.banner .images img {
    width: 100%;
    height: auto;
}

.banner .title {
    padding-left: 55px;
}

.banner h2,
.title h2 {
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 10px;
}

.banner p {
    margin-top: 6px;
    color: var(--zhuluan-black-6-color)
}

.banner .btn {
    display: block;
    margin-top: 22px;
    width: 120px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    text-align: center;
    color: var(--zhuluan-white-color);
    font-size: 16px;
    background-color: var(--zhuluan-primary-color);
    box-shadow: 0 6px 18px 0 rgb(var(--zhuluan-shadow-color) / 20%);
    cursor: pointer;
    transition: all .4s
}

.banner .btn .iconfont {
    font-size: 18px;
    margin-right: 5px;
}

.banner .btn:hover {
    background-color: var(--zhuluan-primary-color-hover);
    box-shadow: none
}

.xiezuo {
    background-color: var(--zhuluan-white-color);
    padding: 65px 0;
}

.xiezuo .title {
    text-align: center;
}

.xiezuo .title h2 {
    padding-bottom: 6px;
}

.xiezuo .title p {
    color: var(--zhuluan-black-80-color)
}

.xiezuo .content {
    margin-left: -20px;
    box-sizing: border-box;
    width: 100%;
}

.xiezuo .list .icon,
.xiezuo .list .icon img {
    margin: 0 auto;
    width: 120px;
    height: 120px;
}

.xiezuo .list .icon {
    margin-bottom: 12px;
}

.xiezuo .list .icon img {
    opacity: .9
}

.xiezuo .content .list {
    border: 1px solid var(--zhuluan-custom-ff-color);
    border-radius: 5px;
    padding: 25px 10px;
    text-align: center;
    width: calc(19.999999% - 22px);
    margin: 0 0 20px 20px;
    box-sizing: border-box;
}

.xiezuo .list a {
    display: block;
}

.xiezuo .content .list:last-child {
    display: none;
}

.xiezuo .content .list .h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--zhuluan-black-3-color)
}

.xiezuo .content .list p {
    font-family: sans-serif;
    font-size: 18px;
    color: var(--zhuluan-black-80-color);
    text-transform: uppercase
}

.xiezuo .content .list,
.xiezuo .content .list img,
.xiezuo .content .list .h3,
.xiezuo .content .list p {
    transition: all .35s
}

.xiezuo .content .list:hover {
    border-style: dashed;
    border-color: var(--zhuluan-primary-color)
}

.xiezuo .content .list:hover img {
    opacity: .6
}

.xiezuo .content .list:hover .h3 {
    color: var(--zhuluan-primary-color)
}

.xiezuo .content .list:hover p {
    color: var(--zhuluan-black-3-color)
}

.relevance {
    padding-top: 50px;
}

.relevance .ve-clever {
    margin-left: -20px;
    padding-top: 25px;
}

.relevance .list {
    border: 1px dashed var(--zhuluan-custom-ff-color);
    margin: 0 0 20px 20px;
    width: calc(24.999999% - 22px)
}

.relevance .list dt {
    padding: 14px;
    border-bottom: 1px dashed var(--zhuluan-custom-ff-color);
    text-align: center;
    font-size: 16px;
    color: var(--zhuluan-black-6-color)
}

.relevance .list dd {
    padding: 20px 0;
    text-align: center;
    color: var(--zhuluan-black-80-color)
}

.relevance .list dd p {
    width: 49.99999%;
    padding: 8px 35px;
}

.xiezuo-header {
    text-align: center;
    padding: 25px 18px;
    border-radius: var(--zhuluan-primary-border-radius);
    -webkit-border-radius: var(--zhuluan-primary-border-radius);
    -moz-border-radius: var(--zhuluan-primary-border-radius);
    -ms-border-radius: var(--zhuluan-primary-border-radius);
    -o-border-radius: var(--zhuluan-primary-border-radius);
}

.xiezuo-header span {
    color: var(--zhuluan-black-80-color)
}

.xiezuo-header h3 {
    padding: 10px;
    font-size: 24px;
    font-weight: normal;
}

.xiezuo-header li {
    margin: 0 2px 4px 2px;
}

.xiezuo-header li span {
    position: relative;
    margin-left: 3px;
}

.xiezuo-header li span:before {
    content: "#";
    color: var(--zhuluan-custom-d8-color);
    margin-right: 3px;
}

.container {
    /*border:1px solid #dedede;*/
    /*border-radius: 20px;*/
    /*max-width: 1200px;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    /*width: 95%;*/
    /*margin: 30px auto 0;*/
    overflow: hidden;
}

.addImage{
    cursor: pointer;    
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 14px;
    border:1px solid rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: center;
    align-items: center;
}

.addImage .icon-add{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 100;
    border-radius: 50%;
}


/*.addImage .icon-add::after,*/
.addImage .icon-add::before{
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
        background: url(../image/ai-icon/upload.png?v=1.01) no-repeat center;
    background-size: cover;
}

/*.addImage .icon-add::after{
    width: 40%;
    height: 1px;
}
.addImage .icon-add::before{
    height: 40%;
    width: 1px;
}*/

.fileIn{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    opacity: 0;
}

.addImage img{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 300;

}

.chartImage{
    padding:10px;
    line-height: 0;
    background: #eee;
    border-radius: 8px;
    margin-bottom: 10px;
}
.chartImage img{
    max-width: 100%;
}


.loading-icon {
    display: inline-block;
    width:14px;
    height:14px;
    border:2px solid #fff;
    border-bottom:#aaa 2px solid;
    border-radius:50%;
    animation:loadingCircle 1.1s infinite linear;
    -webkit-animation:loadingCircle 1.1s infinite linear;
    -moz-animation:loadingCircle 1.1s infinite linear;
    -o-animation:loadingCircle 1.1s infinite linear;
}


@keyframes loadingCircle {
     from {
      transform:rotate(0deg);
      -ms-transform:rotate(0deg);
    }
    to {
      transform:rotate(360deg);
      -ms-transform:rotate(360deg);
    }
    }@-webkit-keyframes loadingCircle {
      from {
      -webkit-transform:rotate(0deg);
    }
    to {
      -webkit-transform:rotate(360deg);
    }
    }@-moz-keyframes loadingCircle {
      from {
      -moz-transform:rotate(0deg);
    }
    to {
      -moz-transform:rotate(360deg);
    }
    }@-o-keyframes loadingCircle {
      from {
      -o-transform:rotate(0deg);
    }
    to {
      -o-transform:rotate(360deg);
    }
}


@media (max-width:1444px) and (min-width:993px) {
    .xiezuo .content .list {
        width: calc(33.333333% - 22px);
    }

    .xiezuo .content .list:last-child {
        display: block
    }

    .relevance .list dd p {
        padding: 8px 15px;
    }
}

@media (max-width:992px) {
    .layout-header {
        position: relative;
    }

    .layout-header .logo .links img {
        width: auto
    }

    .layout-header .icon-menu {
        display: block
    }

    .header-nav .nav {
        display: none;
    }

    .header-nav.open-menu .nav {
        display: block;
        position: absolute;
        z-index: 10008;
        left: 0;
        right: 0;
        top: 60px;
        width: 100%;
        padding: 15px 0 25px;
        border-top: 1px solid var(--zhuluan-custom-d8-color);
        background-color: var(--zhuluan-white-color);
        box-shadow: 0 6px 6px rgba(30, 30, 30, .06)
    }

    .layout-header .nav .list {
        height: 35px;
        line-height: 35px;
    }

    .layout-header .nav .nav-btn {
        padding-left: 32px;
        padding-top: 15px;
    }

    .layout-header .nav .btn {
        margin: 0 14px 0 0
    }

    .layout-content {
        padding: 18px 0 32px
    }

    .article .creating-loading {
        bottom: 50%;
    }

    /*.layout-content .article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }*/

    .article .layout-article {
        width: 100%;
        margin-bottom: 12px
    }

    .anchor-box .anchor-content {
        width: 92vw
    }

    .banner {
        display: block;
        padding-top: 0;
        height: 400px;
    }

    .banner .images {
        width: 300px;
        height: 200px;
        margin: 0 auto
    }

    .banner h2,
    .title h2 {
        font-size: 24px
    }

    .banner .title {
        padding-left: 25px;
    }

    .xiezuo .content .list {
        width: calc(49.999999% - 22px)
    }

    .xiezuo {
        padding: 40px 0 25px
    }

    .xiezuo .content {
        padding-top: 30px;
        margin-left: -10px;
    }

    .xiezuo .content .list {
        padding: 15px 10px;
    }

    .xiezuo .content .list .icon,
    .xiezuo .content .list .icon img {
        width: 20vw;
        height: 20vw
    }

    .xiezuo .content .list .h3 {
        font-size: 20px;
    }

    .xiezuo .content .list p {
        font-size: 16px;
    }

    .layout-site-details {
        padding-top: 45px;
    }

    .layout-site-details h2 {
        margin-bottom: 40px;
    }

    .xiezuo .content .list:last-child {
        display: block;
    }

    .relevance .list {
        width: calc(49.999999% - 22px)
    }

    .relevance .list dd p {
        padding: 4px 5px;
    }

    .zhuluan-cms img {
        width: 80%;
    }

    #xiezuo-h1 {
        font-size: 18px;
    }

    #kw-tags {
        height: auto;
    }

    #kw-box {
        margin-bottom: 4px;
    }

    .article-box {
        /*margin: 0 -10px;*/
    }
}

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.semi-circle-spin:after {
    content: '';
    position: absolute;
    border-width: 0px;
    border-radius: 100%;
    -webkit-animation: spin-rotate 0.6s 0s infinite linear;
    animation: spin-rotate 0.6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, var(--zhuluan-primary-color) 30%, var(--zhuluan-primary-color) 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, var(--zhuluan-primary-color) 30%, var(--zhuluan-primary-color) 100%);
    width: 100%;
    height: 100%;
}

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ball-clip-rotate-multiple {
    position: relative;
}

.ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-color: #fff transparent #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.codebutton {
    float: right;
    color: #fff;
    /*width: 50px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    border-radius: var(--zhuluan-primary-border-radius);
    cursor: pointer;
    transition: all .4s;
    color: var(--zhuluan-black-3-color);
    background: linear-gradient(90deg, var(--zhuluan-custom-e8-color), var(--zhuluan-custom-d8-color));*/
}


/* add css */

::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 3px;
}

.article{
    display: flex;
    height: 100%;
}


.side-bar{
    /*display: none;*/
    display: flex;
    flex-direction: column;
    background: #fff;
    /*padding: 20px;*/
    background: rgba(0,0,0,.5);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    /*background: #fff;*/
    position: fixed;
    top: 0;
    bottom:0px;
    left:-300px;
    border-radius: 0;
    z-index: 8000;
    width: 260px;   
}


.sideBar-overlay{
    /*background: #fff;*/
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    bottom:0px;
    left:0;
    border-radius: 0;
    z-index: 1000;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.sideBar-overlay.active{
    opacity: 1;
    visibility: visible;   
    transition: opacity 0.3s, visibility 0.3s;

}

.sideBar-overlay.open{
    opacity: 1;
    visibility: visible;   
    transition: opacity 0.3s, visibility 0.3s;

}

.indexMainPage{

    display: flex;
    flex-direction: column;
    background: #fff;
    background: rgba(0,0,0,.5);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    bottom: 0px;
    right: -101%;
    border-radius: 0;
    z-index: 2000;
    width: 375px;
}

.indexMainPage.open{
    right: 0;
    transition: right 0.3s ease;
}

.side-bar.active{
    display: flex;
    left: 0;
    transition: left 0.3s ease;


        /*background: #3385ff*/
}

.side-bar-inner{
    width: 260px;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow:hidden;
    background: #fff;
    padding:0 20px;
}

.side-bar-inner .side-title{
    padding:0 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.side-bar-inner .meta{
    font-size: 12px;
    font-weight: 400;
}

.article-box {
    flex: 1;
    background: #fff;
}

.about_list,.side_list {
    flex:1;
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #eee;
}
.side_list .item{
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.05);
    transition: background-color 0.3s ease 0s;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
}


.side_list .item:hover{
    background: #f3f3f3
}
.container{
    width: 100%;  height: 100%;
    /*position: fixed;
    top: 40px; bottom:40px;
    left: 10%;
    right: 10%;*/
}

.article-header{
    padding: 6px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;   
}

 


.article-header .title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.article-header .meta{
    font-size: 12px;
    font-weight: 400;
}

#article-wrapper{
    padding-top: 15px;
    padding-bottom: 20px;
}
.bottomAction a{
    margin-left: 5px;
    cursor: pointer;
    color: var(--zhuluan-primary-color);
}
.bottomAction a.history{display: none;}

#fixed-block{
    padding: 10px 20% 10px;
    box-sizing: border-box;
    flex-direction: column;
    border-top: 1px solid #e5e5ea;
    position: relative;
    z-index: 900;
}

.flex-between{display: flex; justify-content: space-between;align-items: center;}
.flex-1{flex:1;}
.flex-start{justify-content: flex-start; align-items: center;}
.flex-center{justify-content: center; align-items: center;}
.flex-right{justify-content:flex-end;align-items: center;}
.flex-column{flex-direction: column;}
.flex{display: flex;}
.precast-block{
    /*border:1px solid rgba(0, 0, 0, 0.1);*/
    padding: 10px 0;
    padding-right: 10px;
}

.bottomTop{
    /*margin-bottom: 10px;*/
}
.bottomTop .links{color: #000;margin-left: 10px;cursor: pointer;}
.bottomTop .links:hover{color: #0F7BF1;}


.auto{
    overflow:hidden;
    overflow-y: auto;
}

.layout-bar{
    display: none;
}

.layout-bar.active{
    display: block;   
}
/*#target-box{
    min-height: 40px !important;
}
#kw-target-box #kw-target{
    
}*/

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.ml5{margin-left: 5px;}
.mr15{margin-right: 15px;}
.mr10{margin-right: 10px;}


/*.side_bottom .item{
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    user-select: none;
    outline: none;
    border: none;
    color: #303030;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.05);
    margin-right: 10px;
}

.side_bottom .item.active,.side_bottom .item:hover{
    background-color: #096dd9;
}*/

/*.left_list{display:none;}
.left_list.active{
    display: block;
}*/

.icon{width: 24px; height:24px;display: inline-block;}
.icon-config{background:url(../image/config.png) no-repeat center;background-size: cover;width: 24px; height:24px;display: inline-block;}
.icon-message{background:url(../image/message.png) no-repeat center;background-size: cover;width: 24px; height:24px;display: inline-block;}
.icon-draw{background:url(../image/draw.png) no-repeat center;background-size: cover; width: 24px; height:24px;display: inline-block;}
.icon-list{background:url(../image/list.png) no-repeat center;background-size: cover;width: 24px; height:24px;display: inline-block;}
.icon-logo{background:url(../image/icon-logo.png) no-repeat center;background-size: cover;width: 24px; height:24px;display: inline-block;border-radius: 5px;}
.icon-download{background:url(../image/download.png) no-repeat center;background-size: cover; width: 16px; height:16px;display: inline-block;background-size: 14px 16px;}
.icon-pencil{background:url(../image/pencil.png) no-repeat center;background-size: cover; width: 24px; height:24px;display: inline-block;background-size: 18px auto;}
.icon-center{position: absolute; left: 50%;top: 50%; transform: translate(-50%,-50%);}






.right-btn .icon-draw{background: url(../image/draw_active.png) no-repeat center;background-size: cover; transform: scale(.8);}
.right-btn .icon-message{background:url(../image/message_active.png) no-repeat center;background-size: cover; transform: scale(.8);}


body, p ,a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: normal;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: #555;
    font-family: ProximaNova,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}



.typeAi{ position: relative; z-index: 100; }
.typeAi .item{cursor: pointer;margin-left: 10px; width: 30px; height: 30px;}
.typeAi .item.active .icon-draw{background: url(../image/draw_on.png) no-repeat center;background-size: cover;}
/*,.typeAi .item:hover .icon-draw*/
.typeAi .item.active .icon-message{background:url(../image/message_on.png) no-repeat center;background-size: cover;}
/*.typeAi .item:hover .icon-message*/

.about_list{padding-top: 20px;}
.about_list .item{margin-bottom: 10px;}
.about_list .item a{display: block;background: #fff;border-radius: 30px;padding: 12px 20px; color: #333;cursor: pointer; font-size: 16px;font-weight: bold;}
.about_list .item.active a,.about_list .item a:hover{background: #3385ff;
    background: var(--zhuluan-primary-color);
    color: #fff;}

.cursor{cursor: pointer;}


.document{display: none; width: 100%;background: #fff; flex-direction: column;} 
.document.active{display: flex;}
.document .inner{display: none;max-width: 1000px;margin: 0 auto;}
.copyBox{text-align: right; position: absolute; bottom: -28px;right: 0;}
.repeatBox{text-align: left; position: absolute; bottom: -28px;left: 0;}
.document .inner-content{padding: 20px;overflow-y: auto;}
.inner-content p{margin: 0 0 15px 0;}
.inner-content h3{font-size: 18px;line-height: 24px;margin: 0 0 15px 0;color:#333;}
.inner-content ul{padding-left: 30px;margin: 0 0 15px 0;}


.mb20{margin-bottom: 20px;}
.enter{display: none;font-weight: normal;margin-left: 5px;}
.text-black{color: #000;}
.text-underline{text-decoration: underline;}
.text-bold{font-weight: bold;}
.text-gray{color: #999;}
.text-blue{color: #0067b2;}
.text-success{color: #07c160;}
.text-red{color: #ff1c64;}
.ft12{font-size: 12px;}
.ft14{font-size: 14px !important;}
.ft16{font-size: 16px;}
.ft18{font-size: 18px;}
.ft20{font-size: 20px;}


.article-header .cursor{color: #333;border-radius:3px;width: 30px; height: 30px; display: inline-block; text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.close-btn span,.article-header .cursor:hover{color: #333;
    color: var(--zhuluan-primary-color) ;
}


.head-list{width:30px; height: 30px;display: flex;justify-content: center;align-items: center;border-radius: 3px;}
.head-list.active{border-color: #3385ff;}
.head-list.active .icon{background:url(../image/list_on.png) no-repeat center;background-size: cover;}
.head-list .icon{transform: scale(.7);}


.about_list_pc{display: block;}
.about_list_mb,.head-list-mb{display: none;}
.head-list-mb{ position:relative; }
.head-list-mb::before{content: '';position: absolute;top: 0;right: 0;left: 0;bottom: 0;z-index: 200;}


.suggestList{padding:5px 60px 0;overflow-y: auto; position: fixed; left: 0;right: 0;top:62px;bottom:155px;background: #fff;z-index: 500;}
.suggestList .title{margin-bottom: 8px; margin-top: 8px;color: #000;font-size: 20px;}
/*.suggestList .sologan {color: var(--zhuluan-primary-color);text-align: center; font-weight: bold; font-size: 16px;}*/
.sologan {/*color: var(--zhuluan-primary-color);*/text-align: center; font-weight: normal; font-size: 12px;}
.suggestList .content{padding: 15px 0;
    /*border-radius: 10px;*/
    /*background: #0067b2;
    background: var(--zhuluan-primary-color);*/
}
.suggestList .content .item{color:#fff;cursor: pointer; padding: 3px 10px;margin-bottom: 10px;
display: inline-block;
border-radius: 20px;
border:1px solid var(--zhuluan-primary-color);
color: var(--zhuluan-primary-color);margin-right: 10px;

}




.icon.icon-title{margin-right:5px;width: 22px; height: 22px;}

.inner p{ font-size: 16px; color: #333; word-break: break-all;}

.editbtn,.codebutton,.codebtn,.loadbtn{background: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}

.shareBox{max-width: 470px;margin: 0 auto;padding-top: 10%}
.shareBox input{display: block; border:1px solid #999; border-radius: 3px;padding:  0 10px; width: 100%;}
.shareBox button{ width: 80px; background: var(--zhuluan-primary-color);color: #fff;text-align: center;border-radius: 3px;margin-left: 10px;cursor: pointer;border:none;}
.shareBox input,.shareBox button{ height: 40px; line-height: 40px;border-radius: 30px;}
.shareBox .shareTitle{padding-bottom: 30px;color: #333; font-weight: bold;}
.shareBox .sharecode{padding-top: 30px; margin-bottom: 30px;}
.shareBox .codeImg{width: 200px;}

.ai_type_select_box{ position: absolute; right: -200px; bottom: 42px; background: #fff; z-index: 800; box-shadow: 0 0 15px rgba(0,0,0,.2); opacity: 0;padding:3px;}
.ai_type_select_box.show{ opacity: 1;transition: opacity 0.3s ease, transform 0.3s ease;  transform: translateX(-200px);}

.rel{position: relative;}
.ai_type_select_box .item{ padding: 10px; padding-left: 10px; width: 105px;cursor: pointer;}
.ai_type_select_box .item:hover,.ai_type_select_box .item.active{background: var(--zhuluan-primary-color);color: #fff;}
.ai_type_select_box .item .icon{margin-right: 5px;width:20px; height:20px;display: inline-block;}
.ai_type_select_box .item.gpt-3:hover .icon,.ai_type_select_box .item.active.gpt-3 .icon{background:url(../image/ai-icon/gpt-3-5-w.svg?v=1.01) no-repeat center;background-size: cover;}
.ai_type_select_box .item.gpt-4:hover .icon,.ai_type_select_box .item.active.gpt-4 .icon{background:url(../image/ai-icon/gpt-4-0-w.svg?v=1.01) no-repeat center;background-size: cover;}
.ai_type_select_box .item.dall-3-n:hover .icon,.ai_type_select_box .item.active.dall-3-n .icon{background:url(../image/ai-icon/draw-1-w.svg?v=1.01) no-repeat center;background-size: cover;}
.ai_type_select_box .item.dall-3-v:hover .icon,.ai_type_select_box .item.active.dall-3-v .icon{background:url(../image/ai-icon/draw-2-w.svg?v=1.01) no-repeat center;background-size: cover;}


.ai_type_select_box .item.gpt-3 .icon{background:url(../image/ai-icon/gpt-3-5-g.svg?v=1.01) no-repeat center;background-size: cover;}
.ai_type_select_box .item.gpt-4 .icon{background:url(../image/ai-icon/gpt-4-0-g.svg?v=1.01) no-repeat center;background-size: cover;}
.ai_type_select_box .item.dall-3-n .icon{background:url(../image/ai-icon/draw-1-g.svg?v=1.01) no-repeat center;background-size: cover;}
.ai_type_select_box .item.dall-3-v .icon{background:url(../image/ai-icon/draw-2-g.svg?v=1.01) no-repeat center;background-size: cover;}

.typeAi .item .icon{width:20px; height:20px;}
.icon-gpt-3{background:url(../image/ai-icon/gpt-3-5-g.svg?v=1.01) no-repeat center;background-size: cover;}
.icon-gpt-4{background:url(../image/ai-icon/gpt-4-0-g.svg?v=1.01) no-repeat center;background-size: cover;}
.icon-dall-3-n{background:url(../image/ai-icon/draw-1-g.svg?v=1.01) no-repeat center;background-size: cover;}
.icon-dall-3-v{background:url(../image/ai-icon/draw-2-g.svg?v=1.01) no-repeat center;background-size: cover;}


.ai_type_select.active .icon-gpt-3{background:url(../image/ai-icon/gpt-3-5-b.svg?v=1.01) no-repeat center;background-size: cover;}
.ai_type_select.active .icon-gpt-4{background:url(../image/ai-icon/gpt-4-0-b.svg?v=1.01) no-repeat center;background-size: cover;}
.ai_type_select.active .icon-dall-3-n{background:url(../image/ai-icon/draw-1-b.svg?v=1.01) no-repeat center;background-size: cover;}
.ai_type_select.active .icon-dall-3-v{background:url(../image/ai-icon/draw-2-b.svg?v=1.01) no-repeat center;background-size: cover;}

.icon-chart{width: 14px; height: 14px; display:block; background:url(../image/icon-chart.svg?v=1.01) no-repeat center;background-size: cover;}


 


/*.icon-gpt-3{background:url(../image/ai-icon/gpt-3.5-w.png) no-repeat center;background-size: cover;width: 24px; height:24px;display: inline-block;}
.icon-gpt-4{background:url(../image/ai-icon/gpt-3.5-w.png) no-repeat center;background-size: cover;width: 24px; height:24px;display: inline-block;}
.icon-draw-1{background:url(../image/ai-icon/gpt-3.5-w.png) no-repeat center;background-size: cover;width: 24px; height:24px;display: inline-block;}
.icon-draw-2{background:url(../image/ai-icon/gpt-3.5-w.png) no-repeat center;background-size: cover;width: 24px; height:24px;display: inline-block;}*/




.icon-up{border-width:4px;border-style: solid;border-color: #999 transparent transparent  transparent;}
.ai_type_select{ padding-right: 15px;cursor: pointer;position: relative; z-index: 900;}
.ai_type_select .icon-up{ position: absolute; top: 50%; right: 0; margin-top: -2px;transition: all 0.3s ease;}

.ai_type_select.active .icon-up{transform: rotate(-180deg); margin-top: -6px;transition: all 0.3s ease;border-color: var(--zhuluan-primary-color) transparent transparent  transparent;}
.popBox{ position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 400;background: transparent;display: none; }

.ai_type_select_box::after{
    content: "";
    position: absolute;
    top: 100%;
    right:0px;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent  transparent;
}

.ai_type_select.active{color: var(--zhuluan-primary-color);}

/*.article-header .loading{
    display: none;
    position: absolute;
    bottom:-30px;
    left: 50%;
    transform: translateX(-50%);
}*/

/*#kw-target-box #kw-target{}*/


.loading span{
    display: inline-block;
    width: 5px;
    height: 10px;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 3px;
    background: var(--zhuluan-primary-color);
    -webkit-animation: load 1s ease infinite;
}
@-webkit-keyframes load{
    0%,100%{
        background: #eee;
    }
    50%{
        background: #0067b2;
    }
}
.loading span:nth-child(2){
    -webkit-animation-delay:0.2s;
}
.loading span:nth-child(3){
    -webkit-animation-delay:0.4s;
}
.loading span:nth-child(4){
    -webkit-animation-delay:0.6s;
}
.loading span:nth-child(5){
    -webkit-animation-delay:0.8s;
}

.w100{width: 100%;}
li.article-title .inner{position: relative;background: var(--zhuluan-primary-color);color:#fff;background: #e1f5fe;color: #000;}

   



.popupBox{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 400;background:rgba(0,0,0,.6);display:none; ;z-index: 4000;overflow: auto;}
.popupBox .popForm,.popForm{width:340px; position: absolute; top: 50%;transform: translate(-50%,-50%);left: 50%;box-shadow: 0 0 15px rgba(0,0,0,.1);background: #fff;border-radius: 15px;padding:18px 0 15px;}
.popForm.popForm_login{box-shadow: none;}
.popupBoxForm{height: 90%;background: #fff;border-radius: 10px; width: 90%;position: absolute;top: 50%;left: 5%;transform: translateY(-50%);overflow: hidden;overflow-y: auto;}
.popForm.popFormPay{top: initial;bottom: 0;left: 0;right:0;transform:none;width: 100%;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}

.popupBox .popForm .form{min-height: 200px;}
.popForm.popFormPay .form{padding: 0;}
.popupBox .popTitle,.popTitle{ margin: 0 auto 10px;font-size: 16px;border-bottom: 1px solid #eee;padding-bottom: 10px;color: #000;}

.popupBoxForm .popTitle{margin-bottom: 0;}
/*.popupBox .popTitle span{display: inline-block; width: 100px;text-align: center; padding: 10px 15px; border-radius: 20px;cursor: pointer;}
.popupBox .popTitle span.active{background: var(--zhuluan-primary-color); color: #fff; font-weight: bold;}*/

/*.popupBox.popupBoxPay{display: block;}*/

.baseBg{background: #fff;}
.grayBg{background: #efefef;}

.mb15{margin-bottom: 15px;}
.mb10{margin-bottom: 10px;}
.mb5{margin-bottom: 5px;}
.p10{padding: 10px;}
.p15{padding: 15px;}
.plr15{padding-right: 15px; padding-left: 15px;}
.pt0{padding-top:0 !important;}
.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}
.form{padding:15px 15px 0;}
.form .item{width: 100%;margin-bottom: 15px;}
.form .item .t{margin-bottom: 5px;}
.form .item .code{width: 120px; margin-left: 15px;}
.form .item .ipx{ height: 40px; line-height: 40px;display: block; width: 100%;border: 1px solid rgba(0, 0, 0, 0.1);border-radius:18px;padding: 0 15px;}
.form .btn,.readBtn{background: var(--zhuluan-primary-color);color: #fff;width: 100%;outline:none;border-radius:22px;padding: 12px 0;border:none;cursor: pointer;}
.form .btn:disabled,.readBtn:disabled{cursor: not-allowed;opacity: 1;background: #A4A5B3 !important;border: #A4A5B3 !important;color: #d2d2d2;}
.formLogin a{color: var(--zhuluan-black-3-color);}
.bomClose{position: absolute; bottom:-40px; left:50%; width: 36px; height: 36px;transform: translateX(-50%); }
.bomClose.aboRight{right: 5px;top: 5px;bottom: initial;left: initial;transform: none;}
.bomClose.aboRight a{color: #000;}

.bomClose a{color: #fff;font-size: 22px;}
.bomCloseLogin.bomClose a{font-size: 18px;}
a.link{color: var(--zhuluan-primary-color); cursor:pointer;font-size: 15px;}

.regLogin{background: #fff; height: 100vh;}

.cursor{cursor: pointer;}
.pageTop{height: 40px; position: relative;}
.pageTop .back,.pageTop .rightBar,.pageTop .leftBar{width: 40px; height: 40px; position: absolute;top: 0;bottom: 0;display: flex;justify-content: center; align-items: center;cursor: pointer;}
.pageTop .back::before{content: '';width: 10px; height: 10px;border-top: 1px solid rgba(0,0,0,0.7); border-left: 1px solid rgba(0,0,0,0.7);transform: rotate(-45deg);}

.pageTop .back,.pageTop .leftBar{left: 0;}
.pageTop .rightBar{right: 0;}

.pageTop .pageTitle{font-size: 16px; text-align: center; line-height: 40px;color: #000;}
.error_text{font-size: 12px; color: #f00;margin-bottom: 15px;padding: 0 10px;}

.arrowRight{position: relative;}
.arrowRight::after{position:absolute;content: '';width: 8px; height:8px; margin-top: -5px;top: 50%;right:3px; border-top: 1px solid #555;border-right: 1px solid #555;transform: rotate(45deg);}
.userInfo{line-height: 20px; color: #000;padding-top: 20px; padding-bottom: 20px;}
.userInfo .face{width: 36px; height: 36px;background: rgba(0, 0, 0, 0.05) url(../image/user.png) no-repeat center;background-size: cover;border-radius: 50%;display: inline-block;margin-right: 10px; position: relative;}
.userInfo .face .uFace{width: 36px; height: 36px; display: inline-block;position: absolute;top: 0;left: 0;color: #fff;font-weight: bold;z-index: 10;display: flex;justify-content: center;align-items: center;font-size: 20px;border-radius: 50%;}
.userInfo .face .uFace.isActive{background: #ff4c00;}
.userInfo .email{font-size: 16px; color: #000;}
.userInfo .name{font-size: 14px;color: #666;}


.loginTop .logo img{width:30px;}
.loginTop .subTitle{font-size: 16px;padding-top: 10px;}

.feeTypeList{padding:15px 0;margin-top: -5px;}
.popFormPay .feeTypeList{white-space: nowrap;overflow-x: auto;padding-right: 15px;}
.feeTypeList .itemFee{background: #fff;box-shadow: 0 0 14px rgba(0,0,0,.1); border-radius: 10px;padding: 12px 10px; text-align: center; font-size: 14px;margin-left: 15px;color: #333; position: relative; overflow: hidden;display: inline-block; min-height: 140px;}
/*.feeTypeList .itemFee .titleType{margin-bottom: 10px; }*/
.feeTypeList .itemFee .icon{font-size: 12px;}
.feeTypeList .itemFee .money{width: 88px; font-size: 30px;align-items: flex-end;letter-spacing: -1px;}
.feeTypeList .itemFee .economize{height: 20px;color: #999;}

.feeTypeList .itemFee .best{
    position: absolute;
    top: -30px;
    right: -31px;
    background: #ff4c00;
    z-index: 100;
    width: 61px;
    height: 58px;
    color: #fff;
    font-size: 12px;
    transform: rotate(45deg);
    padding-top: 39px;
}

.feeTypeList .itemFee.active{background:var(--zhuluan-primary-color);color: #fff;}
.feeTypeList .itemFee.active .economize{color: #fff;}
.payList{padding: 10px 15px;display: none;}
.payList .payItem{border-radius: 6px;display: inline-block;border: 1px solid #eee;overflow: hidden;line-height: 0;margin-right: 15px;box-shadow: 0 0 14px rgba(0,0,0,.1);}
.payList .payItem.active{border-color: var(--zhuluan-primary-color);}

.mainPage{height: 100vh;}
[v-cloak] { display: none; }

.orderList .item{padding-bottom: 10px;border-bottom: 1px solid #ebedf0; color: #000;}

.form.contactForm .item{border-bottom: 1px solid #eee;padding: 10px 0;margin-bottom: 0; font-size: 14px;}
.form.contactForm .item .t{margin-bottom: 0;}
.form.contactForm .item,.form.contactForm .item a{ color: #000;}
.form.contactForm .item .ipx{text-align: right;border:none;border-radius: 0;}

.avatorBox{position:relative;line-height: 0;}
.avatorBox .avatorFile{z-index: 200;position: absolute;width: 100%; height: 100%;display: block;top: 0;left: 0;right: 0;bottom: 0; opacity: 0;}

.resultBox{text-align: center;}
.resultBox .img{ padding: 30px 0; }
.resultBox .text{font-size: 16px;}
.resultBox .img .pending,.resultBox .img .success,.resultBox .img .faild,.resultBox .img .timeout{ width: 66px; height: 66px;display: inline-block;}
.resultBox .pending{background: url(../image/pending.png) no-repeat center;background-size: cover;}
.resultBox .success{background: url(../image/success.png) no-repeat center;background-size: cover;}
.resultBox .faild,.resultBox .timeout{background: url(../image/faild.png) no-repeat center;background-size: cover;}

.pendingBox .text{ color:#0082ff}
.successBox .text{ color:#00cf48}
.faildBox .text,.timeoutBox .text{ color:#ff000a;}
.vipBox{padding: 10px;background: #f5f5f5;border-radius: 6px;margin-top: 10px;}
.openBtn{background: linear-gradient(to right, #ffd700, #e5b500);color:#000;outline: none;border-radius: 22px;padding:8px 10px;border: none;cursor: pointer;}
.h100{height: 100%;overflow: hidden;}


.article-header .headBar{width: 50px;}
.userInfoHead .loginPanel,.userInfoHead .loginIcon{display: none;}
.loginPanel a{display: block;background: none;border: 1px solid #333;color: #333;border-radius: 16px;padding: 2px 8px;font-size: 14px;cursor: pointer;transition: background-color 0.2s;}

/*.loginIcon a{display: block;background: none;color: #333;border-radius: 16px;padding: 4px 8px;font-size: 16px;cursor: pointer;transition: background-color 0.2s;}*/
.loginIcon a{display: inline-block;background: none;color: #fff;border-radius: 16px;font-size: 16px;cursor: pointer;transition: background-color 0.2s;background: #ff4c00;height: 24px;line-height: 24px;width: 24px;margin-right:5px;text-align: center;}


.loginIcon a:hover{color: var(--zhuluan-primary-color);}




.layui-layer-shade{opacity: .7 !important;}
.layui-layer{
    /*top: 45%;
    left: 50%;*/
    max-width: 320px;
    overflow: hidden;
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px !important;
}
.layui-layer.layui-layer-msg{
    border-radius: 8px !important;    
}



.layui-layer-title{
    color: #555 !important;
    border-bottom: none !important;
    padding: 26px 0 0 0 !important;
    font-weight: 500;
    height: initial;
    line-height: 24px !important;
    text-align: center;
    font-size: 16px !important;
}

.layui-layer-btn.layui-layer-btn-c{
    border-top:1px solid #ebedf0; 
    display: flex;
    padding: 0 !important;
}

.layui-layer-btn a{flex:1; height: 48px !important; line-height: 48px !important;margin: 0  !important;}


.layui-layer-btn.layui-layer-btn-c .layui-layer-btn0{
    display: block;background: none !important;border:none !important; color:#666 !important;font-size: 16px;
}

.layui-layer-btn.layui-layer-btn-c .layui-layer-btn1{
    display: block;background: none !important;border:none !important; color:#ee0a24 !important;font-size: 16px;
}

.layui-layer-btn.layui-layer-btn-c a:last-child{border-left: 1px solid #ebedf0 !important;color:#ee0a24 !important;}
.layui-layer-btn.layui-layer-btn-c a:active{background: #e5e5e5 !important}

.layui-layer-setwin{display: none !important; }

.layui-layer-page .layui-layer-content{
    padding: 8px 24px 26px 24px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
}

.copyLinkBtn{margin-left: 3px;color: var(--zhuluan-primary-color);font-size: 12px;border-radius: 4px;border: 1px solid var(--zhuluan-primary-color);padding: 2px 5px; cursor: pointer;}
.loadingBox{position: fixed;left: 0;right: 0;bottom: 0;top:0;z-index: 9999;background: rgba(0,0,0,.7);}
/*.loadingBox .loading{border-radius: 10px;background: #fff;width: 100px; height: 100px;}*/


.historyList .item{}
.historyList .item .askItem .time{position: absolute;right: 0;bottom: -25px;white-space: nowrap;}
.historyList .item .questionItem .mode{position: absolute;left: 0;bottom: -25px;white-space: nowrap;}


.historyList .item .askItem{
    margin-bottom: 50px;
    margin-left: 20%;
    margin-right: 50px;
    position: relative;
    text-align: right;

    
}
.historyList .item .uFace{
    right: -40px;
    color: #fff;
    font-weight: bold;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #ff4c00;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: -30px;
}


.historyList .item .askItem .inner{
    position: relative;background: var(--zhuluan-primary-color);color: #fff;
    max-width: 90%;
    display: inline-block;
    /* background: rgba(0, 0, 0, 0.05); */
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    padding: 12px;
    border-radius: 16px;
    border-bottom-right-radius: 4px;
    /* color: #000; */
    font-size: 15px;
    text-align: left;
    background: #e1f5fe;
    color: #000;

}

.texg-gray{
    color: rgba(0,0,0,.4);
}


.historyList .item .questionItem::before{
    left: -40px;
    background: #F2F2F7 url(../image/icon-logo.png) no-repeat center;
    background-size: cover;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    bottom: -30px;

}
.historyList .item .questionItem ol li
{
    list-style-type: decimal;
    margin-left: 20px;
}

.historyList .item .questionItem{
     position: relative;
    /*max-width: 80%;*/
    display: inline-block;
    /* background: rgba(0, 0, 0, 0.05); */
    /*box-shadow: 0 0 5px rgba(0,0,0,0.05);*/
    /*padding: 12px;*/
  
    /* color: #000; */
    font-size: 15px;
    text-align: left;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 20%;
    position: relative;
}

.historyList .item .questionItem .inner
{
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    padding: 12px;
    border-radius: 8px;
    border-radius:16px;
    border-bottom-left-radius: 4px;
    color: #000;
    font-size: 15px;
    text-align: left;
}
pre{
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}


.historyIcon{position: relative;}
.historyIcon span{ display: none; position: absolute;bottom: -40px; left:0;font-size: 12px; color: #fff;padding:6px 12px;border-radius: 4px;background: #000;white-space: nowrap;}
.historyIcon span::before{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
    content: '';
    position: absolute;
    top: -6px;
    left: 5px;
    transform: rotate(-180deg);
}
.historyIcon:hover span{display: block;}
.article-header{z-index: 800;}


.aboutBox{ 
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;

}
.aboutBox h1 {
    color: #1a73e8;
    font-size: 2em;
    margin-bottom: 0.5em;
    text-align: center;
}
.aboutBox strong {color: #000;}
.aboutBox a{font-size: 16px;color: #1a73e8;}

.aboutBox h2 {
    color: #1a73e8;
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
    margin-top: 1.5em;
}
.aboutBox p {
    margin-bottom: 1em;
    margin-top: 1em;
}
.aboutBox ul {
    padding-left: 20px;
}
.aboutBox li {
    margin-bottom: 0.5em;
}
.aboutBox .values li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}
.aboutBox .values li:before {
    content: "•";
    color: #1a73e8;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.aboutBox .contact {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}
.aboutBox .footer {
    margin-top: 30px;
    text-align: center;
    font-size: 0.9em;
    color: #666;
}



@media screen and (max-width:768px) {   
    .indexMainPage{width: 100%;}
    .about_list_pc{display: none;}
    .about_list_mb,.head-list-mb{display: block;}
    .head-list{
        display: flex;
    }
    li.article-title{
        margin-left: 0 !important;
        /*margin-bottom: 15px !important;*/
    }
    li.article-title .inner{
        max-width: 90%;
        /*text-align: left !important;*/
    }
    li.article-content{
        max-width: 90%;
        margin-right:50px !important;
    }
    .layout-bar .btn span{
        display: none;
    }
    .layout-bar .btn{
        max-width: 100px;
        min-width: 40px;
        width: auto;        
    }
    .layout-bar .btn .iconfont.icon-wuguan{
       margin: 0; 
    }
    .container{
        /*position: fixed;
        top: 0;
        bottom:0px;
        left:0;
        right:0;
        border-radius: 0;
        border-color: transparent;*/
    }
    .fixed-block{
        bottom: 0;
    }

    #fixed-block{
        padding: 10px;
        /*bottom: 0 !important;*/
    }   
    .closeTop{
        display: none;
    }
    
    .side-bar{
        top: 0;
        width: 100%;
        left: -110%;
    }
    
    .article-header{
        padding:5px 10px;
    }


    .side-bar-inner{
        width: 100%;
        padding-top: 14px;

    }
    .suggestList{
        padding: 15px 20px 20px;
        top: 55px !important;
        bottom: 125px !important;
    }
    /*.suggestList .content{
        padding:6px 10px;
    }*/
    /*.suggestList .content .item{
        padding: 1px 0;
    }*/

    .precast-block.active .layout-bar .btn span{display: inline-block; margin-left: 5px;}
    .precast-block.active .layout-bar .btn{padding: 0 10px}


    /*.document .inner{width: 100%}*/

    .historyList .item .askItem{
        margin-left: 20px;
    }
    .historyList .item .questionItem{
        margin-right: 20px;
    }

    .suggestList .content .item{width: 100%;}

    /**/

    /*.historyList .item .askItem{margin-right: 20px;}
    .historyList .item .askItem .time{padding-right: 30px; font-size: 13px;}
    .historyList .item .askItem .inner{max-width: 100%;}
    .historyList .item .uFace{width: 24px;height: 24px;font-size: 12px;right: 0;line-height: 20px;}
    .historyList .item .askItem .inner{margin-top: 10px;}
    .historyList .item .questionItem{margin-left: 20px;}
    .historyList .item .questionItem .mode{padding-left: 30px; font-size: 13px;}
    .historyList .item .questionItem::before{left: 0;width: 24px; height: 24px;}
    .historyList .item .questionItem .inner{margin-top: 10px;}*/

    /*#kw-target-box #kw-target{min-height: 20px !important;}*/

}

@media screen and (max-width:375px){
        .tableBox{max-width:300px;overflow: auto;}
        .tableBox th,.tableBox td{white-space: nowrap;}
}

.math-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: block;
}

.math-scroll-wrapper > * {
    display: inline-block;
    min-width: max-content;
}

.article-box,
.document {
    min-width: 0;
}
