.renzheng-div{
	width: 1400px;
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	margin: 29px auto 0;
	position: relative;
	z-index: 15;
	padding: 42px 52px 70px;
}

.renzheng-div .renzheng-title{
	font-size: 18px;
	font-weight: 500;
	color: rgb(51, 51, 51);
	font-family: 'PingFangSC-Medium-woff2';
	text-align: center;
	display: flex;
    align-items: center;
}
.renzheng-img-left, .renzheng-img-right {
    width: 26px;
    height: 27px;
}
.renzheng-img-left {
    margin-right: -8px;
}
.renzheng-img-right {
    margin-left: -12px;
    z-index: -1;
}
.renzheng-div-top{
	display: flex;
	align-items: end;
}
.renzheng-title1{
	margin-left: 12px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(51, 51, 51);
}
.renzheng-div-data{
	display: flex;
	justify-content: space-between;
	margin-top: 31px;
}
.renzheng-div-data-left{
	width: 800px;
}
.renzheng-div-data-right{
	width: 470px;
	height: 586px;
	border-radius: 14px;
	background-color: rgb(247, 247, 247);
	box-sizing: border-box;
	padding: 20px 26px;
}
.renzheng-form-top-left1 span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(180, 180, 180);
	margin-right: 15px;
	width: 83px;
    text-align: right;
    display: inline-block;
}
.renzheng-form-top-left1 span b{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(215, 30, 21);
	margin-right: 4px;
}
.renzheng-input-text{
    width: 192px;
    height: 42px;
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 12px;
}

/* 设置input框placeholder字体颜色 */
.renzheng-input-text::placeholder {
    color: #bfbfbf;
}

/* 兼容Firefox的写法 */
.renzheng-input-text::-moz-placeholder {
    color: #bfbfbf;
}

/* 兼容IE的写法 */
.renzheng-input-text:-ms-input-placeholder {
    color: #bfbfbf;
}

/* 兼容Chrome/Safari的写法 */
.renzheng-input-text::-webkit-input-placeholder {
    color: #bfbfbf;
}

.mb11{
	margin-bottom: 11px;
}
.renzheng-form-top{
	display: flex;
	justify-content: space-between;
}
.renzheng-form-top-right{
	width: 200px;
	height: 95px;
	border: 1.5px dashed #dddddd;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(100, 128, 255);
	cursor: pointer;
}
.renzheng-form-mid{
	margin-top: 17px;
	display: flex;
	justify-content: space-between;
}
.mt9{
	margin-top: 9px;
}
.renzheng-form-mid1{
	width: 155px;
	height: 213px;
	border: 1.5px dashed #dddddd;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.renzheng-form-mid1 div{
	text-align: center;
}
.renzheng-form-mid1 div img{
	width: 43px;
	height: 34px;
}
.upload-img-title{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(100, 128, 255);
	margin-top: 15px;
}
.renzheng-form-mid-left1 span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(180, 180, 180);
	margin-right: 15px;
	width: 83px;
    text-align: right;
    display: inline-block;
}
.renzheng-form-mid-left1 span b{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(215, 30, 21);
	margin-right: 4px;
}
.renzheng-select{
	border: 1px solid #e8e8e8;
	width: 192px;
    height: 42px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 12px;
}


.renzheng-input-date[type='date']{
    position: relative;
    cursor: pointer;
}
.renzheng-input-date[type='date']::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    padding-left: calc(100% - 40px);
    /*padding-right: 5px;*/
}

.renzheng-form-bom{
	margin-top: 20px;
}
.renzheng-form-bom1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: rgb(153, 153, 153);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.renzheng-form-bom1 b{
	font-weight: normal;
}
.renzheng-form-bom1 span{
	border-bottom: 1px dashed #dddddd;
    display: block;
    width: 100%;
    flex: 1;
}
.renzheng-form-bom2{
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.ml{
	margin-left: 5px;
}
.renzheng-select-city{
	width: auto;
}

.renzheng-select-company{
  appearance: none; /* 清除默认样式 */
  -moz-appearance: none;
  -webkit-appearance: none;
  color: rgb(100, 128, 255);
  border: 1px dashed #dddddd;
}

/* 设置input框placeholder字体颜色 */
.renzheng-select-company:invalid {
    font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(100, 128, 255);
}

/* 兼容Firefox的写法 */
.renzheng-select-company::-moz-placeholder {
    font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(100, 128, 255);
}

/* 兼容IE的写法 */
.renzheng-select-company:-ms-input-placeholder {
    font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(100, 128, 255);
}

/* 兼容Chrome/Safari的写法 */
.renzheng-select-company::-webkit-input-placeholder {
    font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(100, 128, 255);
}



.renzheng-div-data-bom{
	width: 1300px;
	height: 43px;
	border-radius: 0px 0px 10px 10px;
	background-color: rgb(255, 242, 223);
	font-family: PingFangSC-Light-woff2;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	color: rgb(215, 30, 21);
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.renzheng-div-data-right-top{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(15, 15, 15);
	margin-bottom: 20px;
}
.pdf-viewer{
	width: 100%;
	height: 510px;
}
.renzheng-form-button{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-button{
	width: 140px;
    height: 48px;
    border: solid 1px rgb(221, 221, 221);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(100, 128, 255);
}
.form-submit{
	width: 140px;
	height: 48px;
	border-radius: 6px;
	background-color: rgb(48, 116, 252);
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
	border: none;
	cursor: pointer;
	margin-left: 30px;
}

#msgs {
    z-index: 1000;
    width: auto;
    margin-top: -28px;
    background: #333333;
    border-radius: 5px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
     display: none; 
    transform: translate(-50%, 0);
    left: 50%;
    padding: 1px 12px;
    height: auto;
    position: fixed;
    top: 180px;
}



/*认证信息结果页*/
.renzheng-result-top1{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.renzheng-result-top1 .renzheng-result-top1-left{
	font-family: PingFangSC-Medium-woff2;
	font-size: 20px;
	font-weight: 500;
	color: rgb(51, 51, 51);
	margin-right: 20px;
}
.renzheng-result-top1 .renzheng-result-top1-right{
	background: #d71e15;
	border-radius: 3px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 5px;
}
.renzheng-result-top1-right img{
	margin-right: 2px;
}

.renzheng-result-top2{
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.renzheng-result-top2 .renzheng-result-top2-left{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(173, 173, 173);
}
.renzheng-result-top2 .renzheng-result-top2-right{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(0, 0, 0);
}

.renzheng-result-mid1{
	width: 160px;
    height: 210px;
    border: 3px solid #dddddd;
    border-radius: 10px;
    display: unset;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.renzheng-result-mid1 img{
    width: 100% !important;
    height: 100% !important;
    border-radius: 7px;
    display: block;
}
.renzheng-result-mid1 .upload-img-title{
    width: 159px;
    height: 43px;
    border-radius: 0px 0px 6px 6px;
    background-color: rgba(255, 255, 255, 0.32);
    position: absolute;
    bottom: 0;
    line-height: 43px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(48, 116, 252);
}
.renzheng-result-mid .renzheng-form-mid-left1{
    display: flex;
    align-items: center;
}
.renzheng-result-mid .renzheng-form-mid-left1 span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(153, 153, 153);
	margin-right: 25px;
}
.renzheng-result-mid .renzheng-form-mid-left1 div{
	width: 195px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(0, 0, 0);
}
.mb27{
	margin-bottom: 27px;
}
.mt21{
	margin-top: 21px;
}

.renzheng-form-bom2-left1{
	    display: flex;
    align-items: center
}
.renzheng-form-bom2 .renzheng-form-bom2-left1 span {
    font-family: PingFangSC-Regular-woff2;
    font-size: 14px;
    font-weight: 400;
    color: rgb(153, 153, 153);
    margin-right: 25px;
    width: 83px;
    text-align: right;
    display: inline-block;
}
.renzheng-form-bom2-left1 div {
    width: 182px;
    font-family: PingFangSC-Regular-woff2;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}
.mb40{
	margin-bottom: 40px;
}

.uploadnew_download{
	width: 200px;
	height: 48px;
	border-radius: 6px;
	background-color: rgb(48, 116, 252);
	color: white;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}
.uploadnew_download:hover,.uploadnew_download:active{
	color: white;
}

.upload-jianli{
	width: 200px;
	height: 48px;
	border-radius: 6px;
	background-color: white;
	border: 1px dashed #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(48, 116, 252);
	margin-right: 15px;
	cursor: pointer;
}
.uploadnew{
	display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 15px;
}
.pdf-viewer-new{
	width: 100%;
    height: 452px;
    margin-bottom: 14px;
}
.renzheng-div-data-right{
	position: relative;
}
.yixiang-right-span{
	width: 15px !important;
    display: block !important;
    flex: unset !important;
}
.yixiang-right-a{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(48, 116, 252);
}
.yixiang-right-a:hover,.yixiang-right-a:active{
	color: rgb(48, 116, 252);
}


/*模拟考试*/
.renzheng-div-new{
	padding-top: 0;
}
.renzheng-div-top-new{
    width: 1400px;
    height: 64px;
    border-radius: 16px 16px 0px 0px;
    background-color: rgb(247, 247, 247);
    margin-left: -52px;
    align-items: center;
    padding-left: 49px;
    position: relative;
    z-index: -1;
}
.renzheng-div-data-new{
	margin-top: 60px;
}
.renzheng-result-top1-new{
	margin-top: -17px;
}
.renzheng-result-top2-new{
	margin-top: 15px;
}
.renzheng-kaoshi-top-right{
	display: flex;
	align-items: center;
}
.renzheng-kaoshi-top-right-left{
	font-family: PingFangSC-Light-woff2;
	font-size: 12px;
	font-weight: 200;
	color: rgb(215, 30, 21);
	margin-right: 12px;
}
.renzheng-kaoshi-top-right-right{
	height: 40px;
	border-radius: 49px;
	background-color: rgb(234, 234, 234);
	padding: 4px;
}
.renzheng-kaoshi-top-right-right span{
	text-align: center;
	padding: 0 19px 0 17px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(140, 140, 140);
}
.renzheng-kaoshi-top-right-right a{
	    border-radius: 60px;
    background-color: rgb(48, 116, 252);
    font-family: PingFangSC-Regular-woff2;
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 32px;
    height: 32px;
    display: inline-block;
    padding: 0 8px;
}
.renzheng-form-top-new{
	align-items: end;
}
.kaoshi-avatar{
	cursor: unset;
}
.renzheng-kaoshi-mid{
	margin-top: 27px;
}

.renzheng-kaoshi-bom2-data-top{
	width: 253px;
	height: 118px;
	border-radius: 10px 10px 0px 0px;
	background-color: rgb(245, 245, 245);
	padding: 10px;
}
.renzheng-kaoshi-bom2-data-top img{
	width: 100%;
	height: 100%;
}
.renzheng-kaoshi-bom2-data-bom{
	width: 253px;
	height: 42px;
	border-radius: 0px 0px 20px 20px;
	background-color: rgb(215, 30, 21);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.renzheng-kaoshi-bom2-data-bom span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	color: rgb(255, 133, 133);
}
.renzheng-kaoshi-bom2-data-bom div{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}

.renzheng-kaoshi-bom2-data-bom-status1{
	background-color: #fafafa;
}
.renzheng-kaoshi-bom2-data-bom-status1 span{
	color: rgb(102, 102, 102);
}
.renzheng-kaoshi-bom2-data-bom-status1 div{
	color: rgb(48, 116, 252);
}
.renzheng-kaoshi-bom2{
	display: flex;
	flex-wrap: wrap;
}
.renzheng-kaoshi-bom2 a{
	margin-right: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.renzheng-kaoshi-bom2 a:nth-child(3n+3) {
	margin-right: 0;
}

/*考试*/
.exam-div{
	padding: 0;
	background-color: rgb(249, 249, 249);
	padding-bottom: 0px;
	display: flex;
    position: relative;
    height: calc(100vh - 84px - 137px);
    overflow: auto;
    width: 1478px;
}
.exam-div-left-top-pad{
	padding-top: 67px;
    height: calc(100vh - 84px - 137px);
    overflow: auto;
    overflow-x: hidden;
}
.exam-div-left{
	width: 435px;
    min-height: 289px;
    border-radius: 20px 20px 0px 0px;
    background-color: rgb(255, 255, 255);
    margin: 0px 29px 40px 37px;
}
.exam-div-left-top{
	    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-right: 36px;
}
.exam-div-left-top img{
	width: 125px;
}
.exam-div-left-top1{
	text-align: right;
}
.exam-div-left-top1 .exam-div-left-top1-top{
	font-family: PingFangSC-Light-woff2;
	font-size: 24px;
	font-weight: 200;
	color:rgb(0 0 0 / 54%);
	margin-bottom: 7px;
}
.exam-div-left-top1 .exam-div-left-top1-bom{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(0, 0, 0);
}
.exam-div-left-bom{
	display: flex;
	justify-content: space-around;
	margin-top: 45px;
}
.exam-div-left-bom1{
	text-align: center;
}
.exam-div-left-bom1 b{
	display: block;
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: rgb(0, 0, 0);
	margin-bottom: 8px;
}
.exam-div-left-bom1 span{
	display: block;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(153, 153, 153);
}
.exam-div-right{
	width: 960px;
	border-radius: 0px 20px 20px 0px;
	/*background-color: rgb(255, 255, 255);*/
	/*padding: 34px 65px;*/

}
.exam-div-right1{
	width: 960px;
	border-radius: 0px 20px 20px 0px;
	background-color: rgb(255, 255, 255);
	padding: 34px 65px;
	position: relative;
	padding-bottom: 0;
	    height: calc(100vh - 84px - 137px);
    overflow: auto;
    padding-top: 0;
    overflow-x: hidden;
}
.exam-div-right-top{
	width: 825px;
	height: 48px;
	background-color: rgb(249, 249, 249);
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(51, 51, 51);
	padding-left: 30px;
	line-height: 48px;
}
.exam-div-right-title{
    padding: 25px 40px;
}
.exam-div-right-title span{
	background-color: #19abf9;
    color: white;
    font-size: 13px;
    padding: 2px 5px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.exam-div-right-title b{
    font-family: PingFangSC-Regular-woff2;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-weight: normal;
    line-height: 25px;
}


.exam-div-right-bom1{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 5px;
	height: 25px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(98, 98, 98);
}
.exam-div-right-bom1 b{
	font-weight: normal;
	margin: 0 15px;
}
.exam-div-right-bom1 span{
	border-bottom: 1px solid #dddddd;
    display: block;
    width: 100%;
    flex: 1;
}


.exam-div-right-select1{
	display: flex;
	align-items: stretch;
	cursor: pointer;
	margin-bottom: 18px;
}
.exam-div-right-select1 .exam-div-right-select1-div1{
	width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
	background-color: rgb(246, 246, 246);
	padding: 22px 0;
}
.exam-div-right-select1 .exam-div-right-select1-div1 input{
	margin-right: 10px;
}
.exam-div-right-select1 .exam-div-right-select1-div2{
	border-top:1px solid  rgb(246, 246, 246);
	border-right:1px solid  rgb(246, 246, 246);
	border-bottom:1px solid  rgb(246, 246, 246);
	border-radius: 0px 10px 10px 0px;
	background-color: rgb(255, 255, 255);
	flex: 1;
	display: flex;
    align-items: center;
    padding: 15px 22px;

	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(51, 51, 51);
}

.correct .exam-div-right-select1-div1{
	background-color: rgb(255, 0, 0);
	color: white;
}
.correct .exam-div-right-select1-div2{
	background-color: rgb(255, 245, 223);
}

.error .exam-div-right-select1-div1{
	background-color:rgb(128, 173, 80);
	color: white;
}
.error .exam-div-right-select1-div2{
	background-color: rgb(235, 245, 225);
}

.exam-div-right-select-an{
	display: flex;
	justify-content: space-around;
	padding: 50px;
}
.exam-div-right-select-an span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	margin-right: 5px;
}
.exam-div-right-select-an b{
	font-family: PingFangSC-Regular-woff2;
	font-size: 38px;
	font-weight: 400;
	color: rgb(0, 0, 0);
}
.exam-timu-jiexi{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: rgb(0, 0, 0);
	margin-bottom: 30px;
}
.mb20{
	margin-bottom: 20px;
}
.exam-div-right-top1{
	display: flex;
    align-items: center;
    margin-left: -65px;
    margin-top: -29px;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
    padding: 20px 0;
    margin-bottom: 37px;
    width: 960px;
}
.exam-div-right-top1-left{
	border-radius: 0px 6px 6px 0px;
	background-color: rgba(0, 0, 0, 0.082);
	padding: 14px 14px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(115, 115, 115);
}
.exam-div-right-top1-right{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(128, 128, 128);
	margin-left: 19px;
}

.exam-bom-submit{
	width: 963px;
    height: 112px;
    /*border-radius: 0px 0px 15px 15px;*/
    background-color: rgb(245, 245, 245);
	position: sticky;
    bottom: 0;
    z-index: 10;
    padding: 20px 0;
    margin-bottom: 0px;
    margin-left: -67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}
.exam-bom-submit-right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.exam-bom-submit-return{
    width: 127px;
    height: 58px;
    border-radius: 52px;
    background-color: rgb(96, 96, 96);
    display: flex;
    align-items: center;
    justify-content: center;
}
.exam-bom-submit-return span{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-left: 10px;
}

.submit-button{
	width: 237px;
	height: 58px;
	border-radius: 52px;
	background-color: rgb(48, 116, 252);
	border: none;
	cursor: pointer;
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}
.exam-bom-submit-right-right{
	margin-left: 50px;
}
.exam-bom-submit-right-right1 b{
	font-family: PingFangSC-Semibold-woff2;
	font-size: 36px;
	font-weight: 650;
	color: rgb(51, 51, 51);
	margin-right: 3px;
}
.exam-bom-submit-right-right1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(51, 51, 51);
	margin-top: -8px;
}
.exam-bom-submit-right-right2{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(51, 51, 51);
	margin-top: -7px;
}




/*考试通过弹窗*/
.modal-div-exam{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / 62%);
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-title-exam{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(115, 115, 115);
	margin-top: 25px;
	margin-left: 30px;
}
.modal-div-data-exam{
	width: 630px;
	/* height: 250px; */
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
}
.modal-div-data1-exam{
	text-align: center;
	margin-top: 39px;

	font-family: PingFangSC-Medium-woff2;
	font-size: 18px;
	font-weight: 500;
	color: rgb(90, 178, 46);
}
.modal-div-data1-exam img{
	width: 128px;
}
.modal-div-data1-exam div{
	margin-top: 20px;
    margin-bottom: 64px;
}
.modal-div-data2-exam{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(0, 0, 0);
}
.modal-div-cancel-exam{
	width: 237px;
	height: 58px;
	border-radius: 52px;
	background-color: rgb(48, 116, 252);
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 24px;
	cursor: pointer;
	margin-bottom: 35px;
}



/*考试不及格弹窗*/
.modal-div-exam-bjg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / 62%);
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-title-exam-bjg{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 400;
	color: rgb(115, 115, 115);
	margin-top: 25px;
	margin-left: 30px;
}
.modal-div-data-exam-bjg{
	width: 630px;
	/* height: 250px; */
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
}
.modal-div-data1-exam-bjg{
	text-align: center;
	margin-top: 39px;

	font-family: PingFangSC-Medium-woff2;
	font-size: 18px;
	font-weight: 500;
	color: rgb(255, 0, 0);
}
.modal-div-data1-exam-bjg img{
	width: 128px;
}
.modal-div-data1-exam-bjg div{
	margin-top: 20px;
    margin-bottom: 64px;
}
.modal-div-data2-exam-bjg{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(0, 0, 0);
}
.modal-div-cancel-exam-bjg{
	width: 237px;
	height: 58px;
	border-radius: 60px;
	background-color: rgb(215, 30, 21);
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 24px;
	cursor: pointer;
	margin-bottom: 45px;
}