.studentFiles {
    float: left;
    margin-left: 30px;
}

.studentFiles>li {
    width: 850px;
    background: #FFFFFF;
    margin-bottom: 30px;
    position: relative;

}

.pos_title {
    position: absolute;
    width: 282px;
    height: 54px;
    font-size: 18px;
    color: #FFFFFF;
    background: #019cf9;
    text-align: center;
    line-height: 54px;
    top: 24px;
    left: -10px;
}

.first {
    padding-top: 120px;

}

.first .imgBox {
    margin-right: 55px;
    margin-left: 70px;
    float: left;
}

.first .imgBox img,
.first .imgBox span {
    display: block;
    text-align: center;
    width: 116px;
}

.first .imgBox span {
    font-size: 15px;
    color: #666666;
    margin-top: 10px;
}

.studentFiles_info li .name b,
.studentFiles_info li .sex b {
    font-weight: 0;
    margin-left: 27px;
}

.first .studentFiles_info {
    padding-left: 58px;
    border-left: 1px solid #f8f8f8;
    width: 550px;
    float: left;
    box-sizing: content-box;
}

.studentFiles_info li {
    font-size: 0;
    float: left;
    padding-top: 36px;
}

.studentFiles_info li:nth-of-type(1),
.studentFiles_info li:nth-of-type(2) {
    padding-top: 0
}

.studentFiles_info li:nth-of-type(2n) {
    margin-left: 5px;
}

.studentFiles_info li span {
    display: inline-block;
    vertical-align: top;
}

.studentFiles_info li span:nth-of-type(1) {
    font-size: 14px;
    color: #989898;


}

.studentFiles_info li span:nth-of-type(2) {
    font-size: 14px;
    color: #000;
    width: 200px;

}

.bottom_infos {

    padding-top: 28px;
    border-top: 1px solid #f4f4f4;
    margin: 40px 45px 0 35px;
    padding-bottom: 35px;

}

.bottom_infos ul li {
    float: left;
    position: relative;
}

.bottom_infos ul li::before {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: -55px;
    top: 3px;
    background: #f4f4f4;
}

.bottom_infos ul li:nth-of-type(3)::before {
    width: 0px;
}

.bottom_infos ul li img,
.bottom_infos ul li span {
    display: inline-block;
    vertical-align: middle;
}

.bottom_infos ul li {
    font-size: 0px;
}

.bottom_infos ul li span {
    font-size: 14px;

}

.bottom_infos ul li:nth-of-type(1) {
    margin-left: 40px;
}

.bottom_infos ul li:nth-of-type(2) {
    margin-left: 110px;
}

.bottom_infos ul li:nth-of-type(3) {
    margin-left: 110px;
    cursor: pointer;

}

.bottom_infos ul li:nth-of-type(3) span {
    color: #019CF9;
}

.bottom_infos ul li img {
    margin-right: 8px;
}

.studentFilesNofirst_info {
    padding-top: 115px;
    margin-left: 154px;
}

.studentFilesNofirst_info li span:nth-of-type(2) {
    width: 273px;
}

.studentFiles_info li:nth-of-type(2n) span:nth-of-type(2) {
    width: 190px;
}

.studentFilesNofirst_info li:nth-of-type(2n) span:nth-of-type(2) {
    width: 265px;
}

.studentNoData {
    background: #fff;
    min-height: 549px;
    width: 850px;
}

.studentNoData img,
.studentNoData span {
    display: block;

}

.studentNoData img {
    margin: 50px auto 0;
}

.studentNoData span {
    text-align: center;
    font-size: 20px;
    color: #666666;
}

.detailsBox .layui-layer-title {
    text-align: left !important;
    padding-left: 28px !important;
    font-size: 16px;
    font-weight: bold;
    color: #3C3C3C !important;
}

.detailsBox .layui-layer-content {
    padding: 0 40px;
}

.detailsItem li {
    padding-top: 30px;
    padding-bottom: 9px;
    border-bottom: 1px solid #F2F2F2;
}

.detailsItem li:last-child {
    border-bottom: 0px
}

.detailsItem li div:nth-of-type(1) {
    float: left;
}

.detailsItem li div:nth-of-type(2) {
    float: right;
}

.detailsItem li div:nth-of-type(1) p span:nth-of-type(1) {
    font-size: 16px;
    color: #989898;
    line-height: 16px;
}

.detailsItem li div:nth-of-type(1) p span:nth-of-type(2) {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.detailsItem li div:nth-of-type(1) p:nth-of-type(2) span:nth-of-type(2) {
    color: #019CF9;
}

.detailsItem li div:nth-of-type(1) p {
    margin-bottom: 30px;
}

.detailsItem li div:nth-of-type(2) p:nth-of-type(1) {
    text-align: right;
    font-size: 16px;
    color: #999999;
    line-height: 16px;
}

.canSee {
    width: 116px;
    height: 35px;
    background: #40AAFA;
    border-radius: 17px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 35px;
    margin-top: 40px;
    cursor: pointer;
}

.noSee {
    width: 116px;
    height: 35px;
    background: #D2D2D2;
    border-radius: 17px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 35px;
    margin-top: 40px;
}

.invoiceBox {
    position: fixed;
    width: 800px;
    height: 500px;
    left: 50%;
    top: 150px;
    margin-left: -400px;

    z-index: 999999999999999999999999;
    display: none;
}

.invoiceBox img {
    display: block;
}

.invoiceBox img:nth-of-type(2) {
    width: 50px;
    height: 50px;
    margin: 30px auto 0;
}
.noData_details img{
    margin: 0 auto;
}
.noData_details span {
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: center;
}