.body-bg{position: relative;  background: url(../../images/examPlat/exam-bg.png) no-repeat center top;background-size: cover;min-height: 100vh; overflow: hidden;}
.examPlat-login h3,.examNotice-bg h3{ font-size: 30px;color: #132865; line-height: 40px; letter-spacing: 3px; text-align: justify;font-style: normal; padding: 35px 0 0;}
.loginBox{ width: 370px; padding: 50px; margin:55px 30px 0 0;
    background: linear-gradient(180deg, #FFFFFF, #FFFFFF);
    background:-webkit-linear-gradient(180deg, #FFFFFF, #FFFFFF);
    background:-moz-linear-gradient(180deg, #FFFFFF, #FFFFFF);
    background:-ms-linear-gradient(180deg, #FFFFFF, #FFFFFF);
    box-shadow: 0px 8px 32px 0px rgba(94,160,255,0.5), inset 0px 1px 15px 0px rgba(115,204,255,0.5);
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(8px);
}

.loginBox h4{ text-align: center;color: #3C6CF4; font-size: 22px; margin-bottom: 5px;}
.loginBox h5{ text-align: center;color: #3E4E79; font-size: 14px; font-weight: normal; margin-bottom: 30px;}
.loginBox ul li{ margin-bottom: 15px;border-radius: 6px;border: 1px solid #DDE7F6; height: 44px;}
.loginBox ul li::before{ content: ''; display: inline-block; width: 44px; border-right: 1px solid #E5E5E5; height: 24px; vertical-align: top; margin: 10px 10px 0 0;}
.loginBox ul li.list01::before{ background: url(../../images/examPlat/icon01.png) center center no-repeat;}
.loginBox ul li.list02::before{ background: url(../../images/examPlat/icon02.png) center center no-repeat;}
.loginBox ul li.list03::before{ background: url(../../images/examPlat/icon03.png) center center no-repeat;}
.selectList{ display:inline-block; position: relative; vertical-align: top;appearance: none;-webkit-appearance: none;-moz-appearance: none; width:295px; height: 42px; line-height: 42px;  font-size: 16px; border: none;outline: none;}
.selectList::before{content: '';display: block; width:16px; height: 11px;background: url(../../images/examPlat/icon04.png) right center no-repeat; position: absolute; right:10px; top:16px;}
.loginBox .select-options li::before{border-right: none; width: 0; margin: 0; vertical-align: middle;}
.loginBox .select-options li{border: none; margin-bottom: 0px;padding:5px 10px; height:40px; line-height:32px; font-size: 16px;}
.loginBox .select-header.hvalue{ color: #333;}
.loginBox .select-header{ color: #999;}
.selectList.on::before{ transform: rotate(180deg);}
.loginBox ul li .inputxt{ border: none; width: 285px; height: 40px; line-height: 40px;outline: none;font-size: 16px;}
.loginBox ul li .inputxt::placeholder{ color: #999; font-size: 16px;}
.loginBox .btn{width:370px; display: block; margin: 40px auto 0; text-align: center; line-height: 50px;
    height: 50px;
    background: linear-gradient( 136deg, #F8AD29, #fa8948);
    background:-webkit-linear-gradient(136deg, #F8AD29, #fa8948);
    background:-moz-linear-gradient(136deg, #F8AD29, #FA8948);
    background:-ms-linear-gradient(136deg, #F8AD29, #FA8948);
    border-radius:8px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}
.loginBox .btn:hover{ text-decoration: none;
    background: linear-gradient( 136deg, #fa8948, #F8AD29);
    background:-webkit-linear-gradient(136deg, #fa8948, #F8AD29);
    background:-moz-linear-gradient(136deg, #fa8948, #F8AD29);
    background:-ms-linear-gradient(136deg, #fa8948, #F8AD29);
}

.examNotice-bg{position: relative; background: url(../../images/examPlat/examNoticeBg.png) no-repeat center top;background-size: cover;min-height: 100vh;}
.examNotice-intro {margin-top: 38px;}
.examNotice-intro .box{ width: 592px;height: 310px; background: url(../../images/examPlat/box01.png) no-repeat center top;}
.examNotice-intro .box h4{ font-size: 18px; color: #fff; height: 40px; line-height: 40px;padding-left: 25px;}
/*.examNotice-intro .box dl dt{float:right;width: 152px;height:130px; margin-top: 10px; padding-top: 62px; background: #DDE7EC;border-radius: 6px; text-align: center; color: #666; font-size: 14px; line-height: 22px;}*/
/* 考试页面头像图片-修改dt样式，添加相对定位 */
.examNotice-intro .box dl dt {
    float: right;
    width: 152px;
    height: 130px;
    margin-top: 10px;
    padding-top: 62px; /* 注意：这个可能需要调整或删除 */
    background: #DDE7EC;
    border-radius: 6px;
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    position: relative; /* 添加相对定位 */
    overflow: hidden; /* 隐藏超出部分 */
}

/* 考试页面头像图片-添加新的img样式 */
.examNotice-intro .box dl dt img {
    position: absolute; /* 绝对定位 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例填充，可以改为contain按比例包含 */
    object-position: center; /* 图片居中显示 */
    border-radius: 6px; /* 保持圆角 */
    display: block; /* 消除图片底部间隙 */
}
/* 考试页面22:00弹窗- */
.jfyy .tktit .title-heading {
    border-left: 5px solid #4B8CEA;
    font-size: 19px;
    font-weight: normal;
    padding-left: 15px;
    height: 25px;
    line-height: 22px;
    /* 确保显示为块级元素 */
    display: block;
}
/*温馨提示弹窗2 - 调整文字大小*/
.tips_info2 p {
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    line-height: 24px;
}
.examNotice-intro .box dl{ padding:20px 28px 28px;}
.examNotice-intro .box dl ul li{ height: 36px; line-height: 36px;}
.examNotice-intro .box .list{ padding:20px 28px 28px;}
.examNotice-intro .box .list p{ line-height:36px;padding-left: 20px; position: relative; }
.examNotice-intro .box .list p span{display: block; width:30px; position: absolute; left: 0; top: 0;}

.subject-entry{background: url(../../images/examPlat/examList.png) no-repeat center top #fff; margin-top: 27px;box-shadow: 0px 6px 20px 0px #C2E2FF; border-radius: 18px 18px 0 0;}
.subject-entry h3{ text-align: center; font-size: 20px; color: #fff; padding: 0; height:60px; line-height:60px;}
.subject-entry tr th{ text-align: center; padding:15px 10px; font-size: 16px;}
.subject-entry tr td{text-align: center; padding:10px; font-size: 16px;}
.subject-entry .btn01{ display: inline-block;width: 90px;border-radius: 16px;height: 32px; line-height: 32px; font-size: 14px; color: #fff;
    background: linear-gradient(310deg, #33AEFF, #3A8AFF);
    background:-webkit-linear-gradient(310deg, #33AEFF, #3A8AFF);
    background:-moz-linear-gradient(310deg, #33AEFF, #3A8AFF);
    background:-ms-linear-gradient(310deg, #33AEFF, #3A8AFF); }
.subject-entry .btn02{display: inline-block;width: 90px;height: 32px;border-radius: 16px;line-height: 32px; font-size: 14px; color: #fff;
            background: linear-gradient( 136deg, #F8AD29, #FA8948);
            background:-webkit-linear-gradient(136deg, #F8AD29, #FA8948);
            background:-moz-linear-gradient(136deg, #F8AD29, #FA8948);
            background:-ms-linear-gradient(136deg, #F8AD29, #FA8948); 
}
.subject-entry .hanH{display: inline-block;width: 90px;height: 32px;border-radius: 16px;line-height: 32px; font-size: 14px; color: #fff;
    background: #d1cdc7;
}
.subject-entry a:hover{ text-decoration: none;}

/*.rule-box{background: url(../../images/examPlat/rules-bg.png) no-repeat center top; height:786px; padding-top:105px;}*/
.rule-box{background: url(../../images/examPlat/rules-bg01.png) no-repeat center top #fff;padding-top:60px; border-radius: 30px; padding-bottom: 30px;}
.rule-box h4{ color: #fff; font-size: 30px;text-align: center; height: 50px; line-height: 50px; margin-bottom: 50px;}
.rule-box .con{padding: 0 50px 70px; font-size: 16px; line-height:40px;}
.rule-box .con span,.rule-box .con a{color: #33AEFF;}

/*我已阅读，开始考试--按钮样式(考试须知页)*/
.rule-box .btn02{width: 280px; display: block; margin: 0 auto; text-align: center; line-height: 46px;
    height: 46px;
    background: linear-gradient( 136deg, #F8AD29, #fa8948);
    background:-webkit-linear-gradient(136deg, #F8AD29, #fa8948);
    background:-moz-linear-gradient(136deg, #F8AD29, #FA8948);
    background:-ms-linear-gradient(136deg, #F8AD29, #FA8948); 
    border-radius: 23px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.rule-box .btn02:hover{ text-decoration: none;
    background: linear-gradient( 136deg, #fa8948, #F8AD29);
    background:-webkit-linear-gradient(136deg, #fa8948, #F8AD29);
    background:-moz-linear-gradient(136deg, #fa8948, #F8AD29);
    background:-ms-linear-gradient(136deg, #fa8948, #F8AD29); 
}
/*我已阅读并上传，开始考试--按钮样式(考试须知页)*/
.rule-box .btn01{width: 280px; display: block; margin: -72px auto; text-align: center; line-height: 46px;
    height: 46px;
    background: linear-gradient( 136deg, #F8AD29, #fa8948);
    background:-webkit-linear-gradient(136deg, #F8AD29, #fa8948);
    background:-moz-linear-gradient(136deg, #F8AD29, #FA8948);
    background:-ms-linear-gradient(136deg, #F8AD29, #FA8948);
    border-radius: 23px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.rule-box .btn01:hover{ text-decoration: none;
    background: linear-gradient( 136deg, #fa8948, #F8AD29);
    background:-webkit-linear-gradient(136deg, #fa8948, #F8AD29);
    background:-moz-linear-gradient(136deg, #fa8948, #F8AD29);
    background:-ms-linear-gradient(136deg, #fa8948, #F8AD29);
}








































































































































































