﻿.book {
    width: 1100px;
    /* height: 620px; */
    height:650px;
    text-align: center;
    font-family: 'Microsoft YaHei';
    margin: 0 auto;
}

.book-top {
    width: 100%;
    height: 80px;
}
    .book-top span {
        font-size: 30px;
        font-weight: 400;
        position: relative;
        top: 40px;
    }

    .book-top hr {
        height: 1px;
        width: 60px;
        margin: 0 auto;
        position: relative;
        background:#D2527F;
        top: 50px;
        border: 0;
    }

.book-center {
    /*width: 80%;*/
    /* height: 420px; */
    height:450px;
    margin: 0 auto;
}
.honor {
    height:380px;
    position:relative;
    top:60px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow:3px 0px 3px #808080;
}

.win0 {
    width: 22%;
    /*box-sizing:border-box;*/
    height:316px;
    float: left;
    position: relative;
    top: 80px;
    margin-left: 25px;
    box-shadow:3px 0px 3px #808080;
    overflow:hidden;
}

.win1 {
    width: 44%;
    /*box-sizing:border-box;*/
    height:316px;
    float: left;
    position: relative;
    top: 80px;
    margin-left: 25px;
    box-shadow:3px 0px 3px #808080;
    overflow:hidden;
}

.book-center img {
    /*width:100px;
   height:100px;*/
}

.book-bottom {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    font-size: 18px;
}

.next {
    float: right;
    position: relative;
    top: 10px;
    left: -50px;
    margin-left: 30px;
}

.next1 {
    float: right;
    position: relative;
    top: 10px;
    left: -50px;
    margin-left: 30px;
    border-bottom: 1px solid #D2527F;
}

.count {
    width: 100px;
    float: right;
    position: relative;
    top: 10px;
    left: -50px;
  
}
/*.book-center img {
    max-height:316px;
    max-width:235px;
}*/
.effect {
    background-color:black;
    opacity:0.8;
    width:100%;
    height:100%;
    z-index:500;
}
.win0 img {

    width:236px;
    height:316px;
}

.win1 img {

    width:472px;
    height:316px;
}
.win0 img:hover {

}
.spans {
    width:100%;
    position:relative;
    top:40px;
    font-size:20px;
}


 