.ebookvideo_bj {
    width: 100%;
    height: 100vh;
    background: url("../../img/ebooks/ebookread/bj.png") no-repeat center;
    background-size: cover;
}

.evideo_tit {
    width: 100%;
    box-sizing: border-box;
    padding: 33px 43px 0 49px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hevideo_backA {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hevideo_backAw {
    font-size: 18px;
    color: #ffffff;
}

.evideo_infor {
    width: 100%;
    position: absolute;
    bottom: 143px;
    left: 0;
}

.evideo_player {
    width: 1040px;
    margin: 0 auto;
}

.evideo_video {
    width: 100%;
    display: block;
    outline: none;
}

.evideo_handle {
    width: 100%;
    height: 48px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 25px;
    background: #474747;
    position: relative;
}

.evideo_share {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.evideo_sharew {
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
}

.evideo_sharea {
    margin-left: 16px;
    position: relative;
}

.wxshare_code {
    width: 94px;
    height: 103px;
    display: block;
    background: url("../../img/ebooks/ebookcase/wxsharec.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: -105px;
    left: -22px;
    display: none;
}

.wxsharevideoA {
    height: 48px;
}

.wxsharewxi {
    display: block;
    margin-top: 15px;
}

.wxshare_codei {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
}

.evideo_fast{
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.evideo_fast:hover .fast_content {
    display: block;
}

.evideo_fastA {
    width: 61px;
    display: block;
    height: 26px;
    background: rgba(255,255,255,0.78);
    border-radius: 13px;
    font-size: 14px;
    color: #474747;
    text-align: center;
    line-height: 26px;
}

.fast_content {
    width: 61px;
    position: absolute;
    bottom: 48px;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    display: none;
}

.fast_list {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    text-align: center;
    line-height:35px;
}

.yfast {
    color: #ff6429;
}

.nfast {
    color: #ffffff;
}

.nfast:hover {
    color: #ff6429;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.evideo_detail {
    width: 1040px;
    background-color: #ffffff;
    margin: 0 auto;
}

.evideo_dcont {
    width: 100%;
    height: 102px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 28px 40px 0 26px;
}

.evideo_dtitle {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.evideo_dname {
    color: #333333;
    font-size: 18px;
    display: block;
}

.evideo_dnum {
    font-size: 14px;
    color: #333333;
    display: block;
    margin-top: 15px;
}

.evideo_backA {
    width: 100px;
    height: 39px;
    border: 1px solid #32BBEE;
    border-radius: 20px;
    color: #179FD1;
    border: 1px solid #179FD1;
    text-align: center;
    line-height: 39px;
    margin-top: 5px;
}

.evideo_footer {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #343434;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
}

.evideo_fbei {
    color: rgba(255,255,255,0.5);
}

.evideo_shareqq {
    background:url(/static/pc/img/ebooks/ebookcase/shareqq.png) no-repeat !important;
    width:16px !important;
    height:20px !important;
    margin-top: 13px !important;
    margin-left: 10px!important;
}

@media (max-width: 1440px){
    .evideo_infor {
        bottom: 107px;
    }

    .evideo_player {
        width: 782px;
    }

    .evideo_handle {
        height: 36px;
    }

    .evideo_sharew {
        line-height: 36px;
        font-size: 14px;
    }

    .wxsharevideoA {
        height: 36px;
    }

    .wxsharewxi {
        margin-top: 10px;
    }

    .evideo_shareqq {
        margin-top: 7px !important;
    }

    .evideo_fastA {
        width: 46px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }

    .fast_content {
        bottom: 36px;
    }

    .evideo_detail {
        width: 782px;
    }

    .evideo_dcont {
        height: 77px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 18px 18px 0 18px;
    }

    .evideo_dname {
        font-size: 14px;
    }

    .evideo_dnum {
        font-size: 11px;
        margin-top: 10px;
    }

    .evideo_backA {
        width: 75px;
        height: 29px;
        font-size: 14px;
        line-height: 29px;
    }
}