@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.shuji {
    text-align: center;
    position: relative;
}

.shuji h5 {
    text-align: center;
    color: black;
}

.shuji .jiaobiao {
    width: 50px;
    text-align: center;
    background-color: rgb(223, 0, 0);
    color: rgb(255, 255, 255);
    position: absolute;
    right: 2%;
    top: 2%;
}


/*书籍里面的按键*/
.shuji .anjian {
    margin-left: 0px;
    text-align: left;
    position: relative;

}

.shuji .anjian .anjianLeft {
    padding: 5px 15px 5px 15px;
    border: 1px solid rgb(110, 110, 110);
    border-radius: 50px;
    position: absolute;
    left: 3%;
    top: 1%;

}

.shuji .anjian .anjianLeft:hover {
    background-color: #FF0206;
    border: none;
}

.shuji .anjian .anjianLeft:hover a {
    color: #FFFFFF;

}


.shuji .anjian .anjianRight {
    padding: 5px 15px 5px 15px;
    border: 1px solid rgb(110, 110, 110);
    border-radius: 50px;
    position: absolute;
    right: 3%;
    top: 1%;
}

.shuji .anjian .anjianRight:hover {
    background-color: #FF0206;
    border: none;

}

.shuji .anjian .anjianRight:hover a {
    color: #FFFFFF;

}

.wenzhang div {
    width: 100%;
}

.wenzhang p {
    text-indent: 2em;
    width: 100%;
}