body{
    background-color: #ded9c5;
}
.reading-wrap{
    position: relative;
    background-color: #f9f7f0;
    /*width: 100%;*/
    height: auto;
    /*padding-top: 100px;*/
}
.reading-main{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    /*height: 200px;*/
    /*background-color: #3a8ee6;*/
}
.reading-header{
    padding-top: 50px;
}
.reading-header h1{
    font-size: 30px;
    margin-bottom: 30px;
}
.reading-header .info-list{
    display: inline-block;
}
.reading-header .info-list span{
    color: #90816b;
    font-size: 14px;
}
.reading-main .reading-content{
    padding: 0 20px;
}
.container .more{
    position: absolute;
    right: -103px;
    top: 50px;
    background-color: #cbc5af;
    padding: 10px;
}

.container .back {
    position: absolute;
    left: -77px;
    top: 50px;
    background-color: #cbc5af;
    padding: 10px;
}

@font-face {
    font-family: "iconfont"; /* Project id 3705435 */
    src: url('../font/font_3705435_1lr4xrm699f.woff2') format('woff2'),
    url('../font/font_3705435_1lr4xrm699f.woff?t=1665716517776') format('woff'),
    url('../font/font_3705435_1lr4xrm699f.ttf?t=1665716517776') format('truetype');
}

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

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

.el-drawer__header{
    background-color: #f9f7f0;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px #e8e5db solid;
}


.el-drawer__header span {
    font-weight: bold;
    color: #000000;
}
.el-drawer__body{

}

.drawer-wrap{
    margin: 20px;
}

.drawer-wrap li{
    float: left;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 5%;
    width: 45%;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.drawer-wrap .act{
    color: #000;
    font-weight: bold;
}
.reading-main .change-chapter{
    margin: 0 auto;
    text-align: center;
}
.btn{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    background:rgba(0,0,0,0);
}
.el-button:hover{

}
.btn-blue{
    background-color: blue;
    background-image: linear-gradient(to right,#1c8bff,#01c8ff);
    color: #ffffff;
}

.btn-orange{
    background-color: #FA6725;
    color: #ffffff;
}