.title {
    margin: 10% 5% 0 5%;

}
.title p {
    font-size: 16px;
    font-weight: bold;
}

.base-info {
    margin-top: 20px;
    

}
.base-info ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.base-info ul li:nth-of-type(1) {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.base-info ul li:nth-of-type(1) span {
    font-weight: bold;
}
.other-info {
    margin-top: 30px;
     border-top: 1px solid #e2e2e2;
    padding: 2% 0;
}
.other-info ul li {
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
}
.m-pdf {
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.title-back {
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 15px;
}

.certificate {
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: #fff;
}

.info-list {
    margin-top: 8px;
    padding: 0 16px;
}
.info-list ul li {
    display: flex !important;
    align-items: center;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.info-list p {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}


.bottom-primary {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    border-color: #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 16px;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #8A00E5;
    border-color: #8A00E5;
    height: 40px;
    width: 150px;
    font-size: 16px;
}
.back-btn {
    display: flex;
    justify-content:center;
    margin-top:5px;
}