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: #1781ea;
    --zhuluan-neighbor-color: #5A9AF9;
    --zhuluan-primary-color-hover: #3385ff;
    --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;
}


.logo-title {
    color: #fff;
    text-decoration: none
}

.layout-header .logo .links {
    text-decoration: none;
}

.layout-header {
    background: #202123;
}

.layout-header .nav .list .links {
    color: #fff;
}

.xiezuo-header {
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    min-height: 200px;
}

#ad_etc_whiteboard_tool_mod_chatgpt_article-wrapper {
    height: calc(100vh - 178px);
    overflow-y: auto;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: var(--zhuluan-primary-border-radius);
}

/*#ad_etc_whiteboard_tool_mod_chatgpt_article-wrapper::-webkit-scrollbar {
    width: 10px;
}

#ad_etc_whiteboard_tool_mod_chatgpt_article-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: lightgrey;
}*/

.article-box {
    min-height: calc(100% - 0px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#fixed-block {
    /*background-color: #40414F;*/
    background-color: #FFFFFF;
    bottom: 20px;
}

#ad_etc_whiteboard_tool_mod_chatgpt_article_kw-target-box {
    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);
}

#popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid var(--zhuluan-border-color);
    width: 70%;
    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);
}

#popup-close {
    font-size: 24px;
    color: #666;
    float: right;
    cursor: pointer;
}

.popup-header {
    height: 30px;
}

.pop-title {
    font-size: 24px;
}

.popup-content {
    margin-top: 20px;
}

.image-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.image-wrapper img {
    width: 40%;
}

.popup-footer {
    margin-top: 10px;
    text-align: center;
}

#count-down {
    font-size: 20px;
    color: red;
}

#sure-pay {
    margin-top: 10px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--zhuluan-border-color);
    border-radius: var(--zhuluan-primary-border-radius);
    background-color: #0188fb;
    color: #fff;
    -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);
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    cursor: pointer;
}

li.article-title {
    background: #FFFFFF;
    padding: 14px;
    /*color: #fff;*/
    font-size: 15px;
}

li.article-content {
    background: rgba(243,244,246,1);
    padding: 14px;
    /*color: #fff;*/
    font-size: 15px;
    line-height: 30px;
}

li.article-content img {
    width: 100%;
}

.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);
    width: 100%;
    height: 100%;
}

.layout-content {
    padding: 0 !important;
}

@media screen and (max-width:768px) {
    #popup {
        height: 350px;
    }

    .image-wrapper img {
        width: 92px;
        height: 139px;
    }
}

.article-title > pre {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 100%;
}



/*////////////////////////////////////////////////////////////////////////////////////////*/

.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 {
    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;
    margin-bottom: 0;
}

.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: linear-gradient(90deg, var(--zhuluan-primary-color), var(--zhuluan-primary-color-hover));
    box-shadow: 0 4px 8px 0 var(--zhuluan-shadow-color);
}



.precast-block {
    padding: 5px 12px;
    min-height: 50px;
    border: 1px solid rgba(0,0,0,.125);
    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
}

#ad_etc_whiteboard_tool_mod_chatgpt_article_kw-target-box {
    border-radius: var(--zhuluan-primary-border-radius) var(--zhuluan-primary-border-radius) 0 0;
}

#ad_etc_whiteboard_tool_mod_chatgpt_article_kw-target-box #ad_etc_whiteboard_tool_mod_chatgpt_article_kw-target {
    display: block;
    width: 100%;
    padding-left: 13px;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    height: auto;
    border: 0;
    resize: none;
    margin-bottom: 0;
}

#ad_etc_whiteboard_tool_mod_chatgpt_article_kw-target:focus {
    outline: none;
}

#ad_etc_whiteboard_tool_mod_chatgpt_article_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-content  > span li::marker {
    content: counter(list-item) ". ";
    font-size: 15px;
}*/
/*.article-content  > span li::before {   
    counter-increment: section;
    content:  counter(section) ". ";
  }*/
  
  .article-content  > span  ol {
      counter-reset: section;
      display: block;
      /*list-style-type: decimal;*/
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px;
  }

  
  .span_typed {

    text-align: left;
    font-family: "Courier New", "Lucida Console", monospace;
    /*vertical-align: text-bottom;*/
}

.span_typed::after{
    content: "|";
    font-size: 150%;
    line-height: 30px;
    animation: blink .75s step-end infinite;
}

@keyframes blink {
    from, to { color: transparent }
    50% { color: rgb(0, 0, 0) }
}


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;
}

.codebutton {
    float: right;
    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));
}