.flipbook-viewport {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 720px;
}

.flipbook-viewport .container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
}

.flipbook-viewport .flipbook {
    width: 1000px;
    height: 652px;
    left: -500px;
    top: -326px;
}

.flipbook-viewport .page {
    width: 500px;
    height: 652px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.flipbook .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}



/* 书本内样式 */

#cover {
    background: url('../images/book.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 0 5px 5px 0;
}

.pageLeft {
    background: url('../images/bookleft.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 5px 0 0 5px;
}

.pageRight {
    background: url('../images/bookright.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 0 5px 5px 0;
}

.flipbook ul {
    padding-top: 30px;
    padding-bottom: 20px;
}

.flipbook ul li {
    display: inline-block;
    height: 110px;
    margin-left: 30px;
    padding-top: 20px;
    /* border-bottom: 1px solid #d8c9b2; */
    text-align: left;
    overflow: hidden;
}

.post-format-content {
    position: relative;
    width: 110px;
    margin-right: 20px;
    background: rgb(189, 11, 11);
    float: left;
}

.content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    display: table-cell;
    width: 100%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.entry-title {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}

.edit-link {
    z-index: 2;
}

.featured-image {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background: rgba(189, 11, 11, 0.8);
    color: #fff;
    text-decoration: none;
    z-index: 1;
    transition: opacity .25s ease-in-out, background .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out, background .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out;
}

.featured-image:hover {
    background: rgba(189, 11, 11, 0.5);
}

.post-format-content img {
    display: block;
    width: 110px;
    max-width: 100%;
    height: 110px;
}

.txt-box {
    float: left;
    width: 300px;
    height: 110px;
}

.txt-box i.visible {
    display: inline-block;
    width: 0px;
    height: 100%;
    font-size: 0;
    vertical-align: middle;
}

.txt-box h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 24px;
    text-align: left;
}

.txt-box h5 a {
    display: inline;
    vertical-align: middle;
    color: #555;
    font-size: 18px;
    /* font-weight: normal; */
    line-height: 24px;
    /* text-align: left; */
}

.txt-box h5 a:hover {
    color: #c6000d;
}


