.my_exam_list>ul>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f2f2f2;padding-bottom:24px;margin-bottom:24px;font-family:PingFang SC}.my_exam_list>ul>li:last-child{border-bottom:none;margin-bottom:0}.my_exam_list>ul>li .my_exam_info>h3{font-weight:600;font-size:18px;color:#171719;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.my_exam_list>ul>li .my_exam_info>h3>span{max-width:600px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my_exam_list>ul>li .my_exam_info>h3>font{font-weight:500;font-size:18px;color:#171719;margin-left:10px}.my_exam_list>ul>li .my_exam_info .info_txt{font-size:14px;color:#171719;margin-top:36px;margin-left:10px}.my_exam_list>ul>li .my_exam_info .info_txt>span{margin-right:15px}.my_exam_list>ul>li .my_exam_info>p{margin-top:15px;font-size:14px;color:#77777f;margin-left:10px}.my_exam_list>ul>li .my_exam_btn .btn_box:first-child{margin-bottom:10px}.my_exam_list>ul>li .my_exam_btn .btn_box .el-button--warning{width:88px;height:36px;background:#5dc2d2;border-color:#5dc2d2;border-radius:8px;font-size:14px;color:#fff;line-height:16px;font-weight:500}.my_exam_list>ul>li .my_exam_btn>p{margin-top:15px;font-size:14px;font-family:PingFang SC;font-weight:400;color:#666;margin-left:10px}.face-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.face-wrapper,.face-wrapper .face{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.face-wrapper .face{width:400px;height:400px;overflow:hidden}.face-wrapper .operate{width:100%;gap:20px;position:relative}.face-wrapper .loading_mask,.face-wrapper .operate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.face-wrapper .loading_mask{position:absolute;width:450px;height:520px;opacity:.5;cursor:wait;background-color:#fff}.face-wrapper .loader{border-radius:50%;border:4px solid rgba(0,0,0,.1);border-left-color:transparent;width:36px;height:36px;-webkit-animation:spin89345 1s linear infinite;animation:spin89345 1s linear infinite}@-webkit-keyframes spin89345{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin89345{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}