body {
    background: #ffffff;
}

/*querySystem.html*/
.header {
    width: 100%;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    position: relative;
}




.query-title {
    position: relative;
}

.query-title > p {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;

}

.query-title > .green {
    width: 32px;
    position: absolute;
    background: #45b487a1;
    height: 4px;
    top: 27px;
}

.content {
    width: 90vw;
    background: #ffffff;
    margin: 0 auto;
}

.queryPic {
    width: 100%;
}

.queryPic > img {
    width: 100%;

}

.query-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.query-item {
    background: #fff;
    width: 36vw;
    padding: 1.5vh 4vw;
    box-shadow: 1px 1px 5px #ebebeb;
    margin: 12px 0;

}

.query-item > img {
    width: 8vw;
    margin-bottom: 1vh;
}

.query-item-title {
    margin: 1vh 0;
}

.query-item-ck {
    color: #9b9b9b;
}

/*examination*/
.back {
    position: absolute;
    left: 3vw;
    font-size: 16px;
}

.home {
    position: absolute;
    right: 3vw;
    font-size: 16px;

}

.btn {
    font-size: 20px;
    width: 100%;
    line-height: 40px;
    background: #46b38a;
    color: #fff;

}

.btn-br {
    border-radius: 20px;
}

.examImg {
    width: 100%;
}

.login {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 14px;
}

.login input {
    width: calc(100% - 40px);
}

.login-icon {
    margin-left: 10px;
}

.exam-info {
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: flex;
    margin: 15px 0;
    line-height: 32px;
    font-size: 14px;
}

.exam-left {
    width: 6em;
    color: #6e6e6e;
}

.exam-right {
    width: calc(100% - 6em);
}

.exam-right input {
    width: 100%;
}

.exam-right textarea {
    width: 100%;
}

.no-exam-img {
    margin: 20px auto;
    display: block;
}

.no-exam-p {
    text-align: center;
    color: #46b38a;
}

/*certificate.html*/

.bc_green {
    background: #45b487;
}

.bc_blue {
    background: #6c95ff;
}

.bc_red {
    background: #f47458;
}

.cer-box {
    width: 100%;
    margin: 10px 0;
    height: 120px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    font-size: 14px;
}

.cer-title {
    padding: 16px;
}

.cer-title > img {
    display: inline-block;
    margin-right: 10px;
}

.cer-img-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cer-img-2 {
    position: absolute;
    right: 10px;
    bottom: 0;
}

.cer-detail {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}

.cer-detail-img {
    position: absolute;
    width: 100vw;
    height: 54.8vw;
    top: calc(50vh - 27.4vw);
}

.cer-detail-p {
    color: #fff;
    position: absolute;
    bottom: 10vh;
    text-align: center;
    width: 100%;
}

.error {
    width: 100%;
    background-color: rgba(255, 0, 0, 0.77);
    color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
}


/*8.18 新增*/

.payerror-p {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.payerror-p2 {

    font-size: 14px;
    text-align: center;
    color: #b5b5b5;
}

.w_35 {
    width: 35%;
}

.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.paysuccess-p{
    color: #45b487;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}
/*.paysuccess-p2{*/
/*    text-align: center;*/
/*}*/
.paysuccess-p3{
    text-align: center;
    color: rgba(221, 45, 34, 1);
    font-size: 12px;

}

.btn-br2 {
    border-radius: 4px;
}
.queryScore-p {
    font-size: 12px;
    color: #6e6e6e;
}
.queryScore-p .gmxz {
    color: rgba(0, 119, 183, 1);

}
.yuan {
    width: 12px;
    height: 12px;
    border: 1px solid #6e6e6e;
    display: inline-block;
    border-radius: 6px;
    vertical-align: text-top;
}
.yuan-active {
    background: #45b487;
}

.cover {
    width: 100%;
    height: 100%;
    background: #00000096;
    position: fixed;
    top: 0;
    left: 0;
}

.cover-content{
    background: #fff;
    position: absolute;
    bottom: 0;
    height: 50vh;
    padding: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow-y:auto
}

.home > img {
    width: 22px;
    height: 22px;
}
.back > img {
    width: 22px;
    height: 22px;
}


.wrap-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
}
.dialog {
    position: relative;
    margin: 60% auto;
    width: 300px;
    background-color: #FFFFFF;
    color: #FFFFFF;
}
.dialog .dialog-message {
    color: #0d0d0d;
}
.dialog .dialog-header {
    height: 20px;
    padding: 10px;
    background-color: #46b38a;
}
.dialog .dialog-body {
    height: 65px;
    padding: 20px;
}
.dialog .dialog-footer {
    padding: 8px;
    background-color: whitesmoke;
}
.btn-confirm {
    width: 100px;
    padding: 2px;
    background-color: #46b38a;
    color: #FFFFFF;
}

.loader-parent {
    display: none;
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgb(0 0 0 / 50%);
    text-align: center;
}

.loader-text {
    position: relative;
    left: 0px;
    top: -200px;
    font-size: 20px;
    color: rgb(255 255 255);
}

.loader {
    position: relative;
    display: inline-block;
    margin: 200px 0;
    width: 40px;
    height: 40px;
    border: 5px solid #46b38a;
    border-radius: 50%;
    -webkit-animation: rotation 0.75s infinite linear;
    animation: spin 0.75s infinite linear;
    z-index: 10000;

}
.loader::before,
.loader::after {
    left: -5px;
    top: -5px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
}


/*
 * LOADER 1
 */
.loader-1 {
    border-top-width: 0;
}


/*
 * LOADER 2
 */
.loader-2 {
    border-top-color: transparent;
}
.loader-2::after {
    display: block;
    left: -5px;
    top: -5px;
    border: inherit;
    transform: rotate(65deg);
}


/*
 * LOADER 3
 */
.loader-3,
.loader-3::before,
.loader-3::after {
    display: inline-block;
    border-color: transparent;
    border-top-color: #46b38a;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.loader-3::before {
    transform: rotate(120deg);
}
.loader-3::after {
    transform: rotate(240deg);
}


/*
 * LOADER 4
 */
.loader-4 {
    border-top-color: transparent;
}
.loader-4::after {
    display: block;
    border-color: transparent;
    border-top-color: #46b38a;
    animation: spin 1.25s infinite linear reverse;
}


/*
 * LOADER 5
 */
.loader-5,
.loader-5::before {
    display: inline-block;
    border-color: transparent;
    border-top-color: #46b38a;
}
.loader-5::before {
    animation: spin 1.5s infinite ease;
}


/*
 * LOADER 6
 */
.loader-6 {
    border-color: transparent;
    border-top-color: #46b38a;
    animation-duration: 3s;
}
.loader-6::after {
    display: block;
    border-color: transparent;
    border-top-color: #46b38a;
    animation: spin 0.75s infinite ease-in-out alternate;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}