/*顶部内容*/
#headerWrap{
    width: 100%;
    min-width: 1366px;
    height:110px;
    background: url(../../public/img/top_bg.png) no-repeat center top #1A2636;
    background-size: auto 80%;
}
#headerWrap .headerBox1{
    width: 100%;
    height:42px;
    float: left;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#headerWrap .headerBox1 span,#headerWrap .headerBox1 button{
    color: rgba(255,255,255,0.7);
    height: 42px;
    line-height:42px;
    font-size: 14px;
}
#headerWrap .headerBox1 span.fLt{
    margin-left: 30px;
}
#headerWrap .headerBox1 button{
    margin-right: 20px;
}
#headerWrap .headerBox1 span.fRt{
    margin-right: 10px;
    cursor: pointer;
}
#headerWrap .headerBox1 img{
    width: 28px;
    height:28px;
    border-radius: 100px;
    margin-right: 8px;
    margin-top: 8px;
    cursor: pointer;

}
#headerWrap .headerBox2{
    width: 100%;
    height:67px;
    float: left;
}
#headerWrap .headerBox2 .logo{
    width: 211px;
    height:auto;
    margin-top: 23px;
    margin-left: 30px;
}
#headerWrap .headerBox2 ul{
    /*width: 560px;*/
    height:67px;
    float: right;
}
#headerWrap .headerBox2 ul li{
    height:63px;
    border-bottom: 4px solid  #1A2636;
    float: left;
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    margin-right: 10px;
    padding-right: 17px;
}
#headerWrap .headerBox2 ul li.ckd,#headerWrap .headerBox2 ul li:hover{
    border-bottom: 4px solid #fff;
}
#headerWrap .headerBox2 ul li:last-child{
    /*width: 150px;*/
    margin-right: 10px;
}
#headerWrap .headerBox2 ul li img{
    float: left;
    margin-left: 12px;
    opacity: 0.6;
    width: 18px;
    margin-top: 23px;
}
#headerWrap .headerBox2 ul li.ckd img,#headerWrap .headerBox2 ul li:hover img{
    opacity: 1;
}
#headerWrap .headerBox2 ul li a{
    height:63px;
    line-height:63px;
    float: left;
    margin-left: 14px;
    text-align: center;
    color: rgba(255,255,255,0.6);
}
#headerWrap .headerBox2 ul li.ckd a,#headerWrap .headerBox2 ul li:hover a{
    color: #fff;
}
/*中间内容*/
#middleWrap{
    width: 100%;
    height:calc(100vh - 110px);
}
#midLtWrap{
    width: 200px;
    height:100%;
    background: #1A2636;
    float: left;
}
#midLtWrap ul{
    width: 100%;
    height:auto;
    padding-top: 20px;
}
#midLtWrap ul li{
    width: 100%;
    height:50px;
    float: left;
    border-left: 5px solid #1A2636;
    box-sizing: border-box;
    cursor: pointer;
}
#midLtWrap ul li.ckd{
    border-left: 5px solid #FFD658;
    background: #0087FF;;
}
#midLtWrap ul li img{
    width: 18px;
    margin-left: 32px;
    float: left;
    opacity: 0.6;
    margin-top: 16px;
}
#midLtWrap ul li.ckd img,#midLtWrap ul li:hover img{
    opacity: 1;
}
#midLtWrap ul li a{
    float: left;
    height: 50px;
    line-height:50px;
    color:#fff;
    opacity: 0.6;
    margin-left: 16px;
}
#midLtWrap ul li.ckd a,#midLtWrap ul li:hover a{
    opacity: 1;
}
/*右侧公共样式*/
#midRtWrap{
    width: calc(100% - 200px);
    height: 100%;
    overflow-y: auto;
    float: left;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
#midRtWrap #rtCont{
    width: 100%;
    min-height:calc(100vh - 150px);
}
/*错误提示语*/
#WTipPop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 9999;
    display: none;
}
#WTipPop span{
    height:80px;
    line-height:80px;
    padding:0 30px 0 60px;
    display: block;
    background:url(../../public/img/wrongIcn.png) no-repeat 33px center rgba(26,38,54,0.7);
    background-size: 20px;
    position: absolute;
    left: calc(50% + 100px);
    top:50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
}
#WTipPop span.pos2{
    left:50%;
}
/*正确提示语*/
#RTipPop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 9999;
    display: none;
}
#RTipPop span{
    height:80px;
    line-height:80px;
    padding:0 30px 0 60px;
    display: block;
    background:url(../../public/img/rightIcn.png) no-repeat 33px center  rgba(26,38,54,0.7);
    background-size: 20px;
    position: absolute;
    left: calc(50% + 100px);
    top:50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius:2px;
    font-size: 16px;
    font-weight: bold;
}
#RTipPop span.pos2{
    left: 50%;
}
/*一般提示窗*/
#commonPop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 11;
    display: none;
}
#commonPop span{
    height:80px;
    line-height:80px;
    padding:0 30px;
    display: block;
    background:rgba(26,38,54,0.7);
    background-size: 20px;
    position: absolute;
    left: calc(50% + 100px);
    top:50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
}
#commonPop span.pos2{
    left: 50%;
}
/*上传证件照的样式*/
#picturePop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    background: rgba(0,0,0,0.4);
    display: none;
}
#pictureBox{
    width:640px;
    height:580px;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
    position: absolute;
    left: calc(50% + 100px);
    top:50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
#pictureBox .img{
    float: left;
    width: 280px;
    height:178px;
    margin-left: 24px;
}
#pictureBox h2{
    background: #F6F7FB;
    height:40px;
    width: 100%;
    padding-left: 20px;
    line-height:40px;
    border-bottom: 1px solid #D3DAE3;
    font-size: 16px;
    color: #56606F;
    float: left;
}
#pictureBox .close{
    width: 14px;
    position: absolute;
    right:20px ;
    top: 15px;
    cursor: pointer;
}
#pictureBox p{
    float: left;
    width: 100%;
    background: url(../img/setting_menu_icon_shu.png) no-repeat left center;
    background-size: 4px 16px;
    padding-left: 15px;
    font-size: 14px;
    color: #56606F;
    margin: 20px 0 25px 21px;
}
/*分页*/
.pages{
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pages.hide{
    display: none;
}
.pages .nums{
    width: 120px;
    display: inline-block;
    height:26px;
    position: relative;
}
.pages .nums span.txt{
    height:26px;
    line-height:26px;
    float: left;
    font-size: 12px;
    color: #56606F;
    margin-right: 5px;
}
.pages .nums div{
    width: 42px;
    height:26px;
    line-height:26px;
    float: left;
    font-size: 12px;
    color: #56606F;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #CED5DF;
    border-radius: 2px;
    margin-right: 5px;
}
.pages .nums div span{
    width:25px;
    padding-right: 17px;
    height:26px;
    text-align: center;
    float: left;
    cursor: pointer;
    background: url(../../public/img/more.png) no-repeat 25px center;
    background-size: 12px auto;
}
.pages .nums div ul{
    width: 42px;
    height:80px;
    font-size: 12px;
    color: #56606F;
    position: absolute;
    left: -1px;
    bottom:26px;
    background: #FFFFFF;
    border: 1px solid #CED5DF;
    border-radius: 2px;
    display: none;
}
.pages .nums div ul li{
    width: 100%;
    float: left;
    height:20px;
    line-height:20px;
    cursor: pointer;
}
.pages .nums div ul li.ckd{
    color: #56606F;
    background: #CED5DF;
}
.pages button{
    min-width: 26px;
    padding:0 5px;
    height: 26px;
    line-height:26px;
    font-size: 12px;
    color: #56606F;
    margin: 0 5px;
    background: #FFFFFF;
    border: 1px solid #CED5DF;
    border-radius: 2px;
}
.pages button.last,.pages button.next{
    padding:  0 7px;
}
.pages button:last-child{
    margin-right: 20px;
}
.pages button.bit{
    background: none;
    border:0;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.pages .norBtn.ckd{
    color: #56606F;
    background: #CED5DF;
    border: 1px solid #CED5DF;
    border-radius: 2px;
}
/*删除弹窗1*/
#delPop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    background: rgba(26,38,54,0.4);
    display: none;
}
#urlWrongPop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    background: rgba(26,38,54,0.4);
    display: none;
}
#numLimitPop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    background: rgba(26,38,54,0.4);
    display: none;
}
#numLimitGreenPop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    background: rgba(26,38,54,0.4);
    display: none;
}

#delPop #delBox,#urlWrongPop #urlWrongBox{
    width: 360px;
    height:210px;
    border-radius: 2px;
    background:#fff;
    position: absolute;
    left: calc(50% + 100px);
    top:50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
#numLimitPop #numLimitBox{
    width: 490px;
    height:320px;
    border-radius: 2px;
    background:#fff;
    position: absolute;
    left: calc(50% + 100px);
    top:50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
#numLimitPop  .close{
    width: 12px;
    position: absolute;
    right: 14px;
    top:14px;
    cursor: pointer;
}
#numLimitPop #numLimitBox .content{
    height: 72px;
    line-height:28px;
    text-align: left;
    float: left;
    font-size: 16px;
    color: #56606F;
    padding-top: 30px;
    text-indent:25px;
    padding-left: 20px;
    padding-right: 20px;
}
#numLimitPop #numLimitBox button{
    width: 140px;
    height:40px;
    line-height:40px;
    text-align: center;
    float: left;
    font-size: 16px;
}
#numLimitPop #numLimitBox button.green{
    color: #ffffff;
    background: #35c73b;
    border: 1px solid #CED5DF;
}
#numLimitPop #numLimitBox button.continue{
    margin-left: 30px;
}
#numLimitPop #numLimitBox button.disable{
     color: #858787;
     background: rgba(221,225,229,0.65);
     border: 1px solid #CED5DF;
     border-radius: 2px;
}
#numLimitPop #numLimitBox .btn{
    left: calc(50% - 155px);
    position: absolute;
    bottom: 20px;
}

#numLimitGreenPop #numLimitGreenBox{
    width: 490px;
    height:246px;
    border-radius: 2px;
    background:#fff;
    position: absolute;
    left: calc(50% + 100px);
    top:50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
#numLimitGreenPop #numLimitGreenBox .content{
    height: 72px;
    line-height:28px;
    text-align: left;
    float: left;
    font-size: 16px;
    color: #56606F;
    padding-top: 30px;
    text-indent:25px;
    padding-left: 20px;
    padding-right: 20px;
}
#numLimitGreenPop #numLimitGreenBox button{
    width: 140px;
    height:40px;
    line-height:40px;
    text-align: center;
    float: left;
    font-size: 16px;
}
#numLimitGreenPop #numLimitGreenBox button.close{
    left: calc(50% - 70px);
    position: absolute;
    bottom: 20px;
}


#yzmPop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(26,38,54,0.4);
    display: none;
}
#yzmPop #yzmBox{
    width: 490px;
    height: 156px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% + 100px);
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 15px 30px;
    box-sizing: border-box;
}
#yzmPop #yzmBox .btn{
    left: calc(50% - 155px);
    position: absolute;
    bottom: 20px;
}
#yzmPop #yzmBox input{
    width: calc(100% - 200px);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 0 15px;
}
#yzmPop #yzmBox  button{
    width: 140px;
    height:40px;
    line-height:40px;
    text-align: center;
    float: left;
    font-size: 16px;
}
#yzmPop #yzmBox button.sub{
    margin-right: 30px;
}
#yzmPop #yzmBox  button.close{
    color: #858787;
    background: rgba(221,225,229,0.65);
    border: 1px solid #CED5DF;
    border-radius: 2px;
}




#delPop #delBox h2,#urlWrongPop #urlWrongBox h2,#numLimitPop #numLimitBox h2 ,#numLimitGreenPop #numLimitGreenBox h2 {
    background: #F6F7FB;
    height:40px;
    width: 100%;
    padding-left: 20px;
    line-height:40px;
    border-bottom: 1px solid #D3DAE3;
    font-size: 16px;
    color: #56606F;
    float: left;
}
#delPop #delBox span{
    height: 102px;
    line-height:102px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #56606F;
    width: 100%;
}
#urlWrongPop #urlWrongBox span{
    height: 72px;
    line-height:24px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #56606F;
    width: 100%;
    padding-top: 30px;
}
#delPop #delBox button,#urlWrongPop #urlWrongBox button{
    width: 140px;
    height:40px;
    line-height:40px;
    text-align: center;
    float: left;
    font-size: 16px;
}
#delPop #delBox button.qx,#urlWrongPop #urlWrongBox button.qx{
    font-size: 15px;
    color: #858787;
    background: rgba(221,225,229,0.65);
    border: 1px solid #CED5DF;
    border-radius: 2px;
    margin-left: 30px;
    margin-right: 20px;
}
/*查看证书*/
#checkBook{
    width: 100%;
    min-width: 1366px;
    height:100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    background: rgba(26,38,54,0.4);
    display: none;
}
#checkBook .bookBox{
    width: 40%;
    height: calc(100% - 150px);
    background: #fff;
    position: absolute;
    right: 23%;
    bottom: 20px;
    z-index: 10;
    overflow-y: auto;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
    overflow-x: hidden;

}
#checkBook .bookBox h2{
    width: 100%;
    height:44px;
    line-height:44px;
    float: left;
    font-size: 16px;
    color: #56606F;
    padding-left: 24px;
    background: #F6F7FB;
    border-bottom: 1px solid #D3DAE3;
}
#checkBook .bookBox .bigBox{
    width: 100%;
    height: calc(100% - 45px);
    /*min-height: 700px;*/
    float: left;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
}
#checkBook .bookBox .bigBox .box1{
    position: relative;
    height:100%;
    overflow-y: auto;
    width: 100%;
}
#checkBook .bookBox .books{
    width:100%;
    height:auto;
    float: left;
    position: absolute;
    left: 0;
    top:0;
    padding-top: 20px;
}
#checkBook .bookBox .books .bookCont{
    width:48%;
    padding-top: 136%;
    background: url(../img/book1.jpg) no-repeat left top;
    background-size: 100% auto;
    border: 1px solid #CED5DF;
    box-shadow: 0 3px 6px 0 rgba(185,193,204,0.50);
    position: relative;
    float: left;
    box-sizing: border-box;
    margin: 0 1%;
}
#checkBook .bookBox .books.single .bookCont{
    margin: 0 26%;
}
#checkBook .bookBox .books .bookCont2{
    background: url(../img/book2.png) no-repeat left top;
    background-size: 100% auto;
}
#checkBook .bookBox .books .bookCont1 .red{
    width:21%;
    position: absolute;
    right: 13%;
    bottom: 11%;
}
#checkBook .bookBox .books .bookImg{
    width: 80%;
    height: auto;
    float: left;
    padding-top: 30%;
    position: absolute;
    left: 10%;
    top:0;
}
#checkBook .bookBox .books div{
    width: 100%;
    height:auto;
    overflow: hidden;
    margin-bottom:9px;
}
#checkBook .bookBox .books div h3,#checkBook .bookBox .books div span{
    width: 100%;
    float: left;
    font-size: 12px;
    line-height:19px;
    text-align: justify;
}
@media (min-width: 1441px) and (max-width: 1500px) {
    #checkBook .bookBox .books div h3{
        font-size: 12px;
        line-height:19px;
    }
    #checkBook .bookBox .books div span{
        font-size: 12px;
        line-height:19px;
    }
}
@media (min-width: 1501px) and (max-width: 1600px) {
    #checkBook .bookBox .books div h3{
        font-size: 13px;
        line-height:20px;
    }
    #checkBook .bookBox .books div span{
        font-size: 13px;
        line-height:20px;
    }
}
@media (min-width: 1601px) and (max-width: 1800px) {
    #checkBook .bookBox .books div h3{
        font-size: 13px;
        line-height:22px;
    }
    #checkBook .bookBox .books div span{
        font-size: 13px;
        line-height:22px;
    }
}

@media screen and (min-width: 1801px) {
    #checkBook .bookBox .books div h3{
        font-size: 14px;
        line-height:26px;
    }
    #checkBook .bookBox .books div span{
        font-size: 14px;
        line-height:26px;
    }
}
#checkBook .bookBox .bookCont2 .bookImg {
    position: absolute;
    width: 68%;
    left:16%;
    top: 18%;
}
#checkBook .bookBox .bookCont2 .bookImg p{
    color: #000;
    font-size: 14px;
    width:100%;
    line-height:28px;
    display: flex;
}
#checkBook .bookBox .bookCont2 .bookImg p span {
    margin-top: 4px;
}
#checkBook .bookBox .bookCont2 .bookImg p b{
    width: 73%;
    flex-grow: 0; /* default 0 */
}

@media (min-width: 1441px) and (max-width: 1500px) {
    #checkBook .bookBox .bookCont2 .bookImg p{
        font-size: 14px;
        line-height:22px;
    }
    #checkBook .bookBox .bookCont2 .bookImg p span{
        line-height:22px;
    }
}
@media (min-width: 1501px) and (max-width: 1600px) {
    #checkBook .bookBox .bookCont2 .bookImg p{
        font-size: 15px;
        line-height:31px;
    }
    #checkBook .bookBox .bookCont2 .bookImg p span{
        line-height:31px;
    }
}
@media (min-width: 1601px) and (max-width: 1700px) {
    #checkBook .bookBox .bookCont2 .bookImg p{
        font-size: 15px;
        line-height:32px;
    }
    #checkBook .bookBox .bookCont2 .bookImg p span{
        line-height:32px;
    }
}
@media (min-width: 1701px) and (max-width: 1800px) {
    #checkBook .bookBox .bookCont2 .bookImg p{
        font-size: 16px;
        line-height:34px;
    }
    #checkBook .bookBox .bookCont2 .bookImg p span{
        line-height:34px;
    }
}
@media screen and (min-width: 1800px) {
    #checkBook .bookBox .bookCont2 .bookImg p{
        font-size: 16px;
        line-height:36px;
    }
    #checkBook .bookBox .bookCont2 .bookImg p span{
        line-height:36px;
    }
}
#checkBook .bookBox .btmCont{
    width: 100%;
    height:150px;
    overflow: hidden;
    position: relative;
}
#checkBook .bookBox .btmCont.pos2{
    height:90px;
}
#checkBook .bookBox .btmCont .p1{
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
    color: #56606F;
    line-height: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}
#checkBook .bookBox .btmCont .p1 b{
    font-size: 14px;
    color: #56606F;
    border-right: 1px solid #D5D9DF;
    padding-right: 20px;
    margin-right: 20px;
}
#checkBook .bookBox .btmCont.pos2 .p1{
    display: none;
}
#checkBook .bookBox .btmCont div{
    width: 100%;
    margin-top: 20px;
}
#checkBook .bookBox .btmCont.pos2 div{
    top:0;
    padding-top: 20px;
}
#checkBook .bookBox .btmCont  .nameP{
    float: left;
    font-size: 14px;
    color: #56606F;
    line-height: 20px;
    margin-left: 20px;
}
#checkBook .bookBox .btmCont  button{
    height: 40px;
    margin-left: 10px;
    font-size: 14px;
    margin-right: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}
#checkBook .bookBox .close{
    width: 14px;
    position: absolute;
    right:20px ;
    top: 15px;
    cursor: pointer;
}
/*去实名认证弹层和去充值*/

#toSetRealNamePop,#gotoRechargePop{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    background: rgba(26,38,54,0.4);
    display: none;
}
#toSetRealNameBox,#gotoRechargeBox{
    width: 400px;
    height:355px;
    border-radius: 2px;
    background:#fff;
    position: absolute;
    left: calc(50% + 100px);
    top:50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
#toSetRealNameBox h2,#gotoRechargeBox h2{
    background: #F6F7FB;
    height:40px;
    width: 100%;
    padding-left: 20px;
    line-height:40px;
    border-bottom: 1px solid #D3DAE3;
    font-size: 16px;
    color: #56606F;
    float: left;
}
#toSetRealNameBox .close,#gotoRechargeBox .close{
    width: 14px;
    position: absolute;
    right:20px ;
    top: 15px;
    cursor: pointer;
}
#toSetRealNameBox span{
    text-align: center;
    font-size: 12px;
    color: #56606F;
    width: 100%;
    margin-top: 24px;
    float: left;
    line-height:21px;
}
#gotoRechargeBox span{
    text-align: center;
    font-size: 12px;
    color: #56606F;
    width: 100%;
    margin-top: 12px;
    float: left;
    line-height:21px;
}
#gotoRechargeBox b{
    text-align: center;
    font-size: 14px;
    color: #0087FF;
    width: 100%;
    margin-top: 20px;
    float: left;
    line-height:21px;
}
#toSetRealNameBox .bg {
    float: left;
    width: 164px;
    margin-top: 43px;
    margin-left: 118px;
}
#gotoRechargeBox .bg {
    float: left;
    width: 120px;
    margin-top: 43px;
    margin-left: 140px;
}
#toSetRealNameBox button,#gotoRechargeBox button{
    width: 140px;
    height:40px;
    line-height:40px;
    text-align: center;
    float: left;
    font-size: 14px;
    margin-left: 130px;
    margin-top: 16px;
}
