.setbook {
    padding: 20px;
    background: #fff;
}

.tushu {
    position: relative;
    float: right
}

.down_box .item .page_box .page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eiditcolor {
    position: absolute;
    top: -30%;
    right: -48px;
    z-index: 50;
}

.down_box {
    position: relative;
    top: 0;
    width: 6rem;
    height: 8.57142857rem;
}

.testzates {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    border: 0px;
    background: transparent;
    resize: none;
    overflow: hidden;
    display: block;
    border: 1px solid #e0e0e0;
}

.testzates.fm {
    text-align: right;
    font-size: 0.2rem;
    line-height: 0.18rem;
}

.testzates.fm2 {
    text-align: right;
    font-size: 0.4rem;
    line-height: 0.4rem;
}

.moban {
    float: left;
    width: 43%;
    background: #fdf1f1;
    padding: 10px;
    padding-right: 0px;
    height: 857px;
}

.moban li {
    float: left;
    float: left;
    width: 23.5%;
    margin-right: 1%;
    border: 2px solid #f1e9e9;
    margin-bottom: 10px;
}

.moban li h1 {
    text-align: center;
    font-size: 14px;
    padding-bottom: 5px;
    height: 26px;
    line-height: 26px;
}
.moban li.active{border: 2px solid #f60;}
.moban li.active h1{}

.moban li:nth-child(4n) {
    margin-right: 0;
}

.page_box {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: .5rem;
    border: 1px solid #eee;
}

.upimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
}

.editfix {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 20;
    font-size: 12px;
    color: #ffe0de;
    cursor: pointer;
    line-height: 16px;
    padding: 5px 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.editfix3 {
    position: absolute;
    right: 0;
    left: 0;
    top: 2px;
    text-align: center;
    z-index: 20;
    font-size: 14px;
    line-height: 42px;
    color: #f60;
    cursor: pointer;
}

.editfix3 span {
    position: relative;
    display: inline-block;
}

.page_box .page .block {
    overflow: inherit;
    /*border: 1px solid #f4f4f4*/
}

.btnfomfd {
    width: 100px;
    height: 34px;
    font-size: 16px;
    background: #36b100;
    color: #fff;
    border: 0;
    position: absolute;
    top: -6px;
    right: 0;
}

.bookpages {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

.bookpages ul {
    display: inline-block;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.bookpages ul li {
    float: left;
    width: 44px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    background: #eee;
    margin: 0 3px;
}

.bookpages ul li.active {
    background: #c2334f;
    color: #fff;
}

.alertviews {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.alertviews .alertconv {
    background: #fff;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    padding: 15px;
    border-radius: 15px;
    min-height: 100px;
    z-index: 51;
    text-align: center;
}

.alertviews .alertconv h2 {
    font-size: 20px;
}

.alertviews .alertconv .alertbtn {
    margin: 30px auto;
    width: 80px;
    background: #34af4e;
    height: 34px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}