@font-face {
    font-family: '站酷仓耳渔阳体';
    src: url('../font/7vglKeDW7wEf.woff2') format('woff2');
    /* 添加其他格式的字体文件（例如.woff）以增加兼容性 */
}

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

    100% {
        opacity: 0;
    }
}

.fade-out {
    animation: fadeOut 1s ease;
}

html {
    height: 100%;
    /* 让 html 元素高度占满视口 */
}

body {
    margin: 0;
    /* 去除默认的 body 外边距 */
    min-height: 100%;
}

li {
    margin-bottom: 20px;
    border-radius: 10px;
    margin: 5px;
    list-style-type: none;
}

#kw-target-box,
#target-box,
#fixed-block {

    border-radius: 6px;
}

.mjx-chtml {
    word-break: break-all !important;

}

.codebutton {
    border: none;
    border-radius: 3px;
    background: none;
    color: #fff;
}

.codebutton:hover {
    background: #fff;
    color: #202123;
}

.header-logo .welcome {
    line-height: 40px !important;
    font-size: 26px;
    font-weight: 900;
    font-family: Arial, sans-serif;
}

#anniu h3 {
    float: left;
    width: 100px;
    height: 38px;
    border-radius: 5px;
    padding-left: 10px;
    cursor: pointer;
}



.shilitext {
    transition: 0.3s;
}


.shilitext:hover {
    transition: 0.3s;
}

.logo-title {
    text-decoration: none;
}

.titleText {
    float: left;
    margin-left: 5px;

    transition: 0.5s ease-in-out;
    font-family: '站酷仓耳渔阳体' !important;
}

.layout-header .logo .links {
    text-decoration: none;
}

.layout-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    backdrop-filter: blur(5px);
}


.layout-header .nav .list .links {
    color: #fff;
}

.xiezuo-header {
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    min-height: 200px;
}

#article-wrapper {
    /*   height: calc(100vh - 173px); */
    padding-top: 60px;
    padding-bottom: 85px;
    overflow-y: auto;
    border: 1px solid;
    /*  background: #fff; */
    border-radius: var(--zhuluan-primary-border-radius);
    border-radius: 6px;
    border: none;
}

#article-wrapper::-webkit-scrollbar {
    width: 10px;
}

#article-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;

}

.article-box {
    min-height: calc(100vh - 80px) !important;
    position: relative;
    display: flex;
    flex-direction: column;
    /*  background: #eaedf1; */
}

/*.input-group{
    background:#ffd8d8;
}*/
#fixed-block {
    background-color: #40414f;
    bottom: 20px;
}

/*#target-box{
    background:#eaedf1;
}*/
#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;
}


.copyText {
    font-size: 13px;
    cursor: pointer;
}


.shilitext {
    cursor: pointer;
}

.layui-form-switch {
    margin-top: 0px;
}

.botMsgClass {
    float: left;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 10px
}

.userMsgClass {
    float: right;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 10px;
}

li.article-content li {
    list-style-type: decimal;
    margin-left: 20px;
}

.me {
    float: right;
    margin-top: 5px;
    border-radius: 15px 15px 15px 15px;
    padding: 10px;
    font-size: 14px;
    max-width: 71.5%;

}

.onceAgain {
    display: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    color: #fff;
}

.article-title:hover .onceAgain {
    display: inline-block;
}

/* input {
    display: none;
} */

.you {
    float: left;
    margin-top: 20px;
    border-radius: 15px 15px 15px 15px;
    padding: 10px;
    font-size: 14px;
    max-width: 71.5%;
    word-break: break-all;

    /* overflow-x: auto;*/
}

.you:last-child {
    margin-bottom: 20px;
}

.precast-block {
    padding: 8px;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}


input[type="range"] {
    -webkit-appearance: none;
    height: 8px;
    width: 73%;
    background-color: #bbb;
    outline: #16baaa !important;
    border-radius: 5px;
    cursor: pointer;

}

/*.you::-webkit-scrollbar {
    width: 0;
    height: 0;
}		



@media (min-width:700px) {
   .me,.you {
       max-width: 30%;
   }
}*/

/*li.article-title {
    background:#d2f9d1;
    color: #000;
    padding: 14px;
    font-size: 15px;
    font-weight: border;
        display: inline-block;
    width: auto;

}

li.article-content {
    background: #eaeaea;
   color: #000;
    padding: 14px;
    font-size: 15px;
    line-height: 30px;
        display: inline-block;
    width: auto;
}*/

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, 0.68);
    width: 100%;
    height: 100%;
}

.layout-content {
    /* background: #eaedf1; */
    padding: 0 !important;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    #popup {
        height: 350px;
    }

    .image-wrapper img {
        width: 92px;
        height: 139px;
    }

    .tuichu {
        width: 40px !important;
    }

    .infocenter {
        display: none;
    }

    #article-wrapper::-webkit-scrollbar {
        width: 0px;
        /* 设置滚动条宽度 */
        height: 0px;
        /* 设置滚动条高度 */
    }

    .header-logo .welcome {
        line-height: 40px !important;
        font-size: 15px !important;
        font-family: Arial, sans-serif;
    }

    table {
        table-layout: fixed;
        /* 固定表格布局 */
        font-size: 5px !important;
    }
}

@media screen and (min-width:768px) {

    /* 在屏幕宽度大于等于1024像素时应用的CSS样式 */
    #article-wrapper::-webkit-scrollbar {
        width: 3px;
        /* 设置滚动条宽度 */
        height: 5px;
        /* 设置滚动条高度 */

    }

}

@media screen and (max-width: 338px) {
    .titleText {
        display: none !important;
    }
}

pre {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}



label {
    display: block;
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: rgb(164, 165, 179);
    border: 1px solid #a4a5b3;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

label::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    color: red;
}

label::after {
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #202123;
    transition: all 0.3s;
    border-radius: 10px;
    color: red;
}

input:checked+label::before {
    left: 20px;
}

input:checked+label::after {
    width: 100%;
}