.nhpdf-item-bg{
    margin-top: 68px;
}
.nhpdf-item{
    min-height: 600px;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.nhpdf-item .container-top{
    height: 110px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 60px;
}
.container-top .logo{
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 14;
}
.container-top .h1{
    font-size: 26px;
    font-weight: bold;
    color: #1B1B1B;
    position: absolute;
    top: 13px;
    left: 155px;
}
.container-top .h2{
    font-size: 14px;
    font-weight: 400;
    color: #434343;
    position: absolute;
    top: 53px;
    left: 155px;
}
.container-top .level{
    position: absolute;
    bottom: 14px;
    left: 155px;
    display: flex;
}
.container-top .level .h{
    font-size: 14px;
    font-weight: 400;
    color: #434343;
    line-height: 14px;
}
.container-top .level .star-group{
    display: flex;
}
.container-top .level .star-group .star{
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.container-bottom{
    height: 478px;
    width: 100%;
    background: #323232;
    border-radius: 15px;
    margin-top: 20px;
    display: flex;
}
.container-bottom .left{
    width: 144px;
    height: 478px;
    background: #161616;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: scroll;
    position: relative;
}
::-webkit-scrollbar {
    display: none;
}
.container-bottom .left .iv-left{
    width: 103px;
    height: 743px;
    position: absolute;
    top: 14px;
    left: 20px;
}
.container-bottom .left .red-sel{
    width: 102px;
    height: 56px;
    border: 2px solid #ff5b29;
    position: absolute;
    top: 14px;
    left: 19px;
}
.container-bottom .middle{
    width: 722px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-bottom .middle .cover{
    width: 701px;
    height: 395px;
}
.container-bottom .middle .pages{
    width: 135px;
    height: 34px;
    background: #535353;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 13px;
}
.middle .pages .arrows-left{
    width: 9px;
    height: 15px;
    background-image: url(../img/nhpdf/icon-arrows-left.png);
    background-size: 9px 15px;
}
.middle .pages .num{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.middle .pages .arrows-right{
    width: 9px;
    height: 15px;
    background-image: url(../img/nhpdf/icon-arrows-right.png);
    background-size: 9px 15px;
    cursor: pointer;
}
.middle .pages .arrows-right:hover{
    width: 9px;
    height: 15px;
    background-image: url(../img/nhpdf/icon-arrows-right-sel.png);
    background-size: 9px 15px;
    cursor: pointer;
}
.container-bottom .right{

    width: 334px;
    background: #161616;
    display: flex;
    flex-direction: column;
    border-radius: 0 15px 15px 0px;
}
.container-bottom .right .text{
    height: 66px;
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 66px;
    text-align: left;
    padding-left: 26px;
}
.container-bottom .right .pdf{
    width: 100%;
    height: 100%;
    background: #323232;
    position: relative;
    border-radius: 0 0px 15px 0px;
}
.container-bottom .right .pdf .pdf-item{
    width: 300px;
    height: 73px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pdf-item .pdf-icon{

    width: 38px;
    height: 47px;
    margin-left: 17px;
    margin-right: 13px;

}
.pdf-item .pdf-title{
    font-size: 14px;
    font-weight: 400;
    color: #1B1B1B;
}
.container-bottom .right .pdf .total{
    font-size: 14px;
    font-weight: bold;
    color: #C9C9C9;
    position: absolute;
    top: 117px;
    left: 27px;
}
.container-bottom .right .pdf .download{

    position: absolute;
    top: 103px;
    right: 20px;
    width: 91px;
    height: 37px;
    background: #535353;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.container-bottom .right .pdf .download:hover{
    background: #ff5b29;
}
.download .download-icon{

    width: 11px;
    height: 13px;
    margin-right: 10px;
}
.download .download-text{

    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}