body{min-height: 100vh;min-width: 100vw;background: #F5F7FA;margin:0px;padding:0px;font-size: 0px;}
div{position: relative;font-size: 0px;margin: 0px;padding: 0px;box-sizing: border-box;}
.clear_fix:before{content:"";display:table;}
.cursor_pointer{cursor: pointer}
.__flex_center{display: flex;justify-content: center;align-items: center;}
.__flex_center_start{display: flex;justify-content: center;align-items: flex-start;}
.__flex_start_center{display: flex;justify-content: flex-start;align-items: center;}
.__flex_column{flex-direction: column;}
.banner{width: 100%;height: 120px;}
.banner .img_box{background: url("./new_images/exam_login_banner_cut.png") center center;background-size: auto 100%;width: 422px;height: 120px;z-index: 2;}
.banner .bg_box{width: 100%;position: absolute;left:0px;top:0px;height: 120px;background: linear-gradient(179deg, #7FE384 0%, #44C8CC 100%);}

.box{width: 100%;margin-top: 64px;padding-bottom: 20px;}
.box .login_box{width: 800px;height: 600px;background: #FFFFFF;border-radius: 24px;flex-direction: column;}
.box .login_box .title{margin-top: 48px;height: 80px;width: 100%;font-size: 24px;font-family: PingFangSC, PingFang SC;font-weight: 600;color: #060E1A;}
.box .login_box .tip{height: 32px;font-size: 18px;font-family: PingFangSC, PingFang SC;font-weight: 400;color: #20324D;margin-bottom: 72px;}
.box .login_box .input_block{width: 400px;height: 110px;}
.box .login_box .input_block>div{height: 24px;font-size: 14px;font-family: PingFangSC, PingFang SC;font-weight: 500;color: #20324D;}
.box .login_box .input_block>input{margin-bottom:4px;padding-left:12px;width: 382px;height: 48px;background: #F5F7FA;border-radius: 4px;border: 1px solid #E7E7E7;margin-top: 8px;z-index: 1;outline: none;}
.box .login_box .input_block>input::-webkit-outer-spin-button,
.box .login_box .input_block>input::-webkit-inner-spin-button {-webkit-appearance: none;}
.box .login_box .input_block>input[type='number'] {-moz-appearance: textfield;}
.box .login_box .input_block>img{position: absolute;width: 24px;top:46px;right: 12px;z-index: 2;}
.box .login_box .input_block>span{font-size: 12px;font-family: PingFangSC, PingFang SC;font-weight: 400;color: #F24678;opacity: 0.8;margin-top:2px;}
.box .login_box .button_block{width: 424px;height: 91px;margin-top:10px;}
.box .login_box .button_block_green{background: url("./new_images/exam_login_button.png") center center;background-size: 100% 100%;}
.box .login_box .button_block_gray{background: url("./new_images/exam_login_button_gray.png") center center;background-size: 100% 100%;}
.box .login_box .button_block>span{font-size: 18px;font-family: PingFangSC, PingFang SC;font-weight: 600;color: #FFFFFF;margin-right: 4px;margin-top:  -5px;letter-spacing: 3px;}
.box .login_box .button_block>img{height: 18px;margin-top:  -3px;}

.page_loading{z-index:5;position: fixed;width: 100vw;height: 100vh;background: rgba(255, 255, 255, 0.14);display: flex;justify-content: center;flex-direction:column;align-items: center;top:0px;left:0px;}
.page_loading>img{width: 64px;margin-top: -10%;}
.page_loading>span{font-size: 12px;font-family: 'Source Han Sans CN Regular', 'Microsoft Yahei', 'Arial Black';color: #333;}

.reflash_a{color: #4563EB;text-decoration: none;margin-left: 8px;}

.control_box_new .select_box{width:100%;height:24px;position: relative;display: flex;justify-content: flex-start;align-items: center;z-index: 2;}
.control_box_new .select_box>span{height: 24px;font-size: 14px;max-width:calc(100% - 20px);font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;color: #20324D;}
.control_box_new .select_box>img{height: 12px;margin-left: 4px;}
.control_box_new .select_box>div{position: absolute;top:100%;left:0px;width: 100%;height: 195px;background: #fff;display: none;overflow-y: scroll;overflow-x: hidden;border: 1px solid #F5F7FA;}
.control_box_new .select_box>div>div{height: 28px;width: 100%;line-height: 28px;font-size: 14px;font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;color: #20324D;padding:0 8px;}
.control_box_new .select_box .selected{background: #efefef}