.erack_container {
    width: 1200px;
    margin: 126px auto 0 auto;
    min-height: 436px;
}

.erack_title {
    width: 100%;
    position: relative;
}

.erack_titName {
    display: block;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.erack_titBack {
    font-size: 14px;
    color: #666666;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
}

.erack_titBack:hover {
    color: #333333;
    font-weight: bold;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.erack_titShare {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
}

.erack_titShareW {
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
}

.erack_titShareA {
    float: left;
    margin-top: 5px;
    margin-left: 6px;
}

.erack_titShareI {
    display: block;
    width: 23px
}

.hoverShare {
    display: none;
}

.erack_titShareA:hover .yuanShare {
      display: none;
}

.erack_titShareA:hover .hoverShare {
    display: block;
}

.erack_content {
    width: 100%;
    margin-top: 67px;
    position: relative;
}

.erack_listCont {
    width: 100%;
    position: relative;
    margin-top: 65px;
}

.erack_listCont:first-child {
    margin-top: 0;
}

.erack_list {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 30px 0 30px;
    overflow: hidden;
}

.erack_listA {
    float: left;
    width: 207px;
    margin-left: 26px;
    position: relative;
    z-index: 10;
}

.erack_listA:hover .erack_bookF{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.erack_listA:hover .erack_bookName{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #FF4725;
}

.erack_listA:first-child {
    margin-left: 0;
}

.erack_bookF {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
}

.ebookF {
    width: 152px;
    height: 216px;
}

.kbookF {
    width: 207px;
    height: 116px;
}

.erack_bookName {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 30px;
}

.krackList{
    margin-top: 100px;
}

.rackImg {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 226px;
    left: 0;
}

.bds_weixin:hover {
    background: url("../../img/mukedan/hwx.png") no-repeat !important;
}

.bds_sqq:hover {
    background: url("../../img/mukedan/hqq.png") no-repeat !important;
}

.bds_tsina:hover {
    background: url("../../img/mukedan/hwb.png") no-repeat !important;
}

.ydatsImg {
    width: 166px;
    height: 249px;
    position: absolute;
    top: -3px;
    left: 51px;
    z-index: 1001;
}

.ydaImg {
    position: absolute;
    top: 191px;
    left: -156px;
    z-index: 1001;
    cursor: pointer;
    width: 278px;
    height: 117px;
}

/*Òýµ¼ÃÉ²ã*/
.ydMeng {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.ydOver {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 1440px){
    .erack_container {
        width: 1000px;
        margin: 105px auto 0 auto;
    }

    .erack_titName {
        font-size: 22px;
        line-height: 32px;
    }

    .erack_titBack {
        top: 6px;
    }

    .erack_list {
        padding: 10px 25px 0 25px;
    }

    .erack_listA {
        width: 173px;
        margin-left: 20px;
    }
    
    .ebookF {
        width: 126px;
        height: 180px;
    }

    .kbookF {
        width: 173px;
        height: 97px;
    }

    .erack_bookName {
        font-size: 14px;
        margin-top: 20px;
    }
    
    .rackImg {
        height: 17px;
        content: url("/static/pc/img/ebooks/ebookrack/srack.png");
        top: 190px;
    }

    .erack_listCont {
        margin-top: 60px;
    }

    .erack_content {
        margin-top: 54px;
    }

    .krackList{
        margin-top: 83px;
    }

    .ydatsImg {
        content: url("/static/pc/img/ebooks/ebookrack/sydats.png");
        width: 139px;
        height: 208px;
        top: -3px;
        left: 42px;
    }

    .ydaImg {
        content: url("/static/pc/img/ebooks/ebookrack/syda.png");
        position: absolute;
        top: 166px;
        left: -150px;
        width: 232px;
        height: 98px;
    }

}