* { margin: 0; padding: 0; box-sizing: border-box;border: 0;user-select:none}
ol, ul, li { margin: 0; padding: 0; list-style: none; list-style-type: none; }
@font-face {
  font-family: '宋体';
  src: url("https://file.magaoedu.com/31d9eb6facbeb5de05facc4ef172bea2.ttc");
}
#app{
  /*padding-bottom: 30px;*/
}
pre{
  font-size: 18px;
  font-family: '宋体';
}
.el-checkbox ,.el-radio{
  display: flex;
}
.shadeBox{
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #F5F5f5;
}
.shadeContent{
   width: 800px;
  height: 380px;
  padding: 20px;
  position: absolute;
  border-radius: 10px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*background: #FFFFFF;*/
  /*box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)*/
}
.examName{
  margin: 0 auto 30px auto;
  font-size: 28px;
 text-align: center;
  line-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #169BD5;
  font-family: 'microsoft yahei';
  overflow: hidden;
}
.examDesc{
  width: 600px;
  height: 190px;
  overflow: auto;
  margin: 0 auto;
}
.openExam{
  text-align: center;
  margin-top: 20px;
}
.openExam button{
  width: 600px;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  letter-spacing: 10px;
  text-indent: 10px;
  background: #169BD5;
  color: #FFF;
}
.examBox{
  background: #F5F5F5;
  width: 100%;
  min-height: 100vh;
}
.examContent{
  padding-top: 20px;
  width: 1200px;
  margin:auto;
  display: flex;
  justify-content: space-between;
}
.examLeft{
  width: 880px;
}
.examLeft .examLeft_title{
  width: 100%;
  height: 85px;
  background: #FFF;
  padding: 20px;
}
.examLeft .examLeft_title .examLeft_title_examName{
  font-size: 22px;
  padding-bottom:20px ;
  border-bottom:1px solid #E9E9E9 ;
  font-family: '宋体';
}
.examLeft .examLeft_title .examLeft_title_examName .el-tag{
  float: right;
  position: relative;
  bottom: 3px;
}
.examLeft .examLeft_body{
  margin-top: 20px;
  width: 100%;
  background: #FFF;
  min-height: 80vh;
  padding: 20px;
}
.examLeft .examLeft_body .lineText{
  margin-bottom: 10px;
}
.examLeft .examLeft_body .examLeft_body_examTitle{
  margin-bottom: 10px;
  display: flex;
}
.examLeft .examLeft_body .examLeft_body_exam_index {
  width: 35px;
  position: relative;
  font-family: '宋体';
}
.examLeft .examLeft_body .examLeft_body_exam_questionTitle{
  display: flex;
  /* justify-content: ; */
  width: 800px
}
.examLeft_body_examQuestion{
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 30px;
}
.examLeft_body_examQuestion .el-radio{
  margin-bottom: 5px;
}
.examRight{
  width: 300px;
}
.examRight .sheet{
  width: 300px;
  min-height: 300px;
  background: #FFF;
  position: fixed;
  top: 20px;
  padding: 20px;
}
.sheet .sheetTitle{
  padding-bottom: 15px;
  border-bottom: 1px solid #E9E9E9;
}
.sheet .sheetTitle span{
  font-size: 16px;
  border-left: 5px solid #4BBBFA ;
  padding-left: 10px;
}
.sheet .sheetBody{
  display: flex;
  flex-wrap: wrap;
}
.sheet .sheetBody .el-tag{
  margin-top: 10px;
  width: 34px;
  text-align: center;
  margin-right: 3px;
  cursor: pointer;
}
.submitP{
  margin-top: 20px;
  text-align: center;
}
.examRight .timeBox{
  width: 100%;
  height: 90px;
  /*background: #F5F5F5;*/
  margin-top: 20px;
  padding: 10px;
}
.examRight .timeBox .p1{
  font-size: 20px;
}
.examRight .timeBox .p2{
  text-align: center;
  font-size: 40px;
}
