.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;
}

#article-wrapper {
    height: calc(100% - 178px);
    overflow-y: auto;
    /*border: 1px solid;*/
    /*border-radius: var(--zhuluan-primary-border-radius);*/
}

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

/*#article-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: lightgrey;
}*/

.article-box {    
    height:100%;
    position: relative;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
}

#fixed-block {
    background-color: #fff;
    /*bottom: 10px;*/
}

#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 {
    position: relative;
    margin-bottom:50px; 
    margin-left: 20%;
    margin-right: 50px;
    position: relative;
    text-align: right;

}

li.article-title .inner{
    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;
    border-radius: 16px;
    border-bottom-right-radius: 4px;
    /*color: #000;*/
    font-size: 15px;
    text-align: left;

}


/*li.article-title pre{
    background: #fff;    
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;

}*/

li.article-content {
    margin-bottom: 50px; 
    margin-left: 50px;
    margin-right: 20%;
    position: relative;

}


li.article-content .inner{
    /*max-width: 80%;*/
    position: relative;
    display: inline-block;
    background:#F2F2F7;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.05);*/
    padding:12px;
    border-radius: 16px;
    border-bottom-left-radius: 4px;
    color: #000;
    font-size: 15px;
    text-align: left;

}


li.article-title .time{font-size:11px;color:#8e8e93; position: absolute;bottom: -25px; right: 0;}
li.article-content .time{font-size:11px;color:#8e8e93; position: absolute;bottom: -25px; left: 0;}

li.article-content::before,
li.article-title::before,
li.article-title .uFace
{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom:-30px;
}


li.article-content::before{
    left: -40px;
    background: rgba(0, 0, 0, 0.05) url(../image/icon-logo.png) no-repeat center;
    background-size: cover;        

}
li.article-title::before{
    right: -40px;
    background: rgba(0, 0, 0, 0.05) url(../image/user.png) no-repeat center;
    background-size: cover;
}

li.article-title .uFace{
    right: -40px;
    color: #fff;
    font-weight: bold;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;    
}

li.article-title .uFace.isActive{
    background: #ff4c00;
}



/*li.article-content p{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;    
    padding:10px 10px;
    border-radius: 10px;
}
*/
li.article-content li {
    list-style-type: decimal;
    margin-left: 20px;
}

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;
    }
}

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

input {
    display: none;
}

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

label::before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

label::after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    background: var(--zhuluan-primary-color);
    transition: all .3s;
    border-radius: 10px;
}

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

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