.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
}
i.layui-icon.layui-icon-rate-solid {
  color: #35d48f;
}
.test-paper {
  background-color: #F5F5F5;
  color: #444444;
}
.main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  background-color: #F5F5F5;
}
.test-nav {
  background-color: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.test-head {
  background-color: #fff;
  padding: 70px 0;
  margin-bottom: 20px;
  height: 186px;
}
.test-head .head-img {
  float: left;
  margin: 0 40px 0 220px;
  width: 360px;
  height: 180px;
}
.test-head .head-img img {
  width: 100%;
  height: 100%;
}
.test-head .head-info {
  margin-right: 40px;
}
.test-head .head-info > h1,
.test-head .head-info .info-inline > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.test-head .head-info h1 {
  font-size: 48px;
  margin-bottom: 30px;
}
.test-head .head-info .info-list .info-inline {
  display: inline-block;
  width: 200px;
  line-height: 24px;
  color: #999;
}
.test-head .head-info .info-list .info-inline > span {
  width: 70px;
  margin-left: 5px;
  text-align: left;
  color: #000;
}
.container {
  position: relative;
  background-color: #fff;
  padding: 80px 30px;
  font-size: 14px;
  box-sizing: border-box;
  width: 65%;
  border-right: 1px solid #E6E6E6;
  min-height: calc(100vh - 437px);
}
.container .startlogo {
  position: absolute;
  width: 36px;
  height: 42px;
  background-color: #35d48f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 4px 12px;
  top: 0;
}
.container .startlogo:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50px;
  border-top: 18px solid #35d48f;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.container .question-list .row-category {
  margin-bottom: 30px;
}
.container .question-list .row-category .category-title {
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  padding: 16px 0;
}
.container .question-list .row-category .category-title .c-type {
  font-size: 18px;
  border-left: 3px solid #35d48f;
  padding-left: 5px;
}
.container .question-list .row-category .s-head {
  color: #7E7E7E;
}
.container .question-list .row-category .s-head .s-number {
  float: left;
  margin-left: -22px;
  margin-right: 10px;
  background: #35d48f;
  color: #fff;
  font-style: normal;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.container .question-list .row-category .s-head .s-title {
  line-height: 22px;
  margin-left: 10px;
  font-size: 16px;
}
.container .question-list .row-category .subjective-row {
  margin: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.container .question-list .row-category .subjective-row:last-child {
  border-bottom: none;
}
.container .question-list .row-category .subjective-row .s-option {
  margin-left: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #7E7E7E;
}
.container .question-list .row-category .subjective-row .s-option dl {
  margin-top: 10px;
}
.container .question-list .row-category .subjective-row .s-option dl dt {
  margin-bottom: 5px;
}
.container .question-list .row-category .subjective-row .s-option dl dd {
  display: flex;
  margin-bottom: 5px;
}
.container .question-list .row-category .subjective-row .s-option dl dd label {
  margin-right: 10px;
  float: left;
}
.container .question-list .row-category .subjective-row .s-option dl dd p {
  flex: auto;
}
.container .question-list .row-category .subjective-row .s-row {
  border-bottom-style: dashed;
  margin-bottom: 0;
}
.container .question-list .row-category .s-row {
  margin-bottom: 20px;
  padding: 20px 15px 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.container .question-list .row-category .s-row:last-child {
  border-bottom: none;
}
.container .question-list .row-category .s-row .s-content {
  margin-left: 20px;
  margin-top: 20px;
}
.container .question-list .row-category .s-row .s-content dd:hover {
  background-color: #f8f8f8;
}
.container .question-list .row-category .s-row .s-content dd > .ioption {
  display: none;
}
.container .question-list .row-category .s-row .s-content dd > label {
  line-height: 30px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.container .question-list .row-category .s-row .s-content dd > label > .optionspan {
  padding-right: 5px;
  margin-left: 30px;
  vertical-align: top;
  float: left;
}
.container .question-list .row-category .s-row .s-content dd > label > .option-content {
  margin-left: 45px;
}
.container .question-list .row-category .s-row .s-content input[type="radio"] + label::before {
  content: '';
  background-image: url(/static/exam/images/radio.png);
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}
.container .question-list .row-category .s-row .s-content input[type="radio"]:checked + label::before {
  background-image: url(/static/exam/images/radio0.png);
}
.container .question-list .row-category .s-row .s-content input[type="radio"].right + label::before {
  background-image: url(/static/exam/images/radio0.png);
}
.container .question-list .row-category .s-row .s-content input[type="radio"].mistake + label::before {
  background-image: url(/static/exam/images/radio1.png);
}
.container .question-list .row-category .s-row .s-content input[type="checkbox"] + label::before {
  content: '';
  background-image: url(/static/exam/images/checkbox.png);
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}
.container .question-list .row-category .s-row .s-content input[type="checkbox"]:checked + label::before {
  background-image: url(/static/exam/images/checkbox0.png);
}
.container .question-list .row-category .s-row .s-content input[type="checkbox"].right + label::before {
  background-image: url(/static/exam/images/checkbox0.png);
}
.container .question-list .row-category .s-row .s-content input[type="checkbox"].mistake + label::before {
  background-image: url(/static/exam/images/checkbox1.png);
}
.container .question-list .row-category .s-row .s-content.option-horizontal dl > dd {
  display: inline-block;
  width: 20%;
  margin-right: 2%;
  vertical-align: top;
}
.container .question-list .nodata {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
.contright {
  position: absolute;
  right: 0;
  box-sizing: border-box;
  font-size: 14px;
  width: 35%;
  background-color: #fff;
  margin-bottom: 20px;
  top: 437px;
  max-height: 100vh;
  overflow: auto;
}
.contright .answer-head {
  padding: 30px 20px;
  border-bottom: 1px solid #E6E6E6;
}
.contright .answer-head .answer-point {
  text-align: center;
}
.contright .answer-head .answer-point .pointdo {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #35d48f;
  border-radius: 2px;
  margin-right: 5px;
}
.contright .answer-head .answer-point .pointno {
  display: inline-block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  margin-right: 5px;
}
.contright .answer-head .answer-point .point-mistake {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #e45c40;
  border-radius: 2px;
  margin-right: 5px;
}
.contright .answer-head .answer-point .pointed {
  display: inline-block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background: deepskyblue;
  border-radius: 2px;
  margin-right: 5px;
}
.contright .answer-head .answer-point span {
  margin-right: 15px;
}
.contright .answer-head .answer-time {
  margin-top: 20px;
  text-align: center;
}
.contright .answer-head .answer-time .reset-time {
  color: #e45c40;
  display: inline-block;
  width: 60px;
}
.contright .answer-head .answer-time .pause-btn {
  cursor: pointer;
  margin-left: 10px;
}
.contright .answer-head .answer-time .pause-btn i {
  margin-right: 10px;
}
.contright .answer-card {
  overflow: auto;
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
}
.contright .answer-card .card-row .card-head {
  border-left: 3px solid #35d48f;
  padding-left: 15px;
}
.contright .answer-card .card-row .card-list {
  padding: 10px 15px;
}
.contright .answer-card .card-row .card-list span {
  display: inline-block;
  cursor: pointer;
  margin: 1px 2px 10px 2px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  border: 1px solid #e6e8ec;
  border-radius: 2px;
  font-size: 13px;
  padding: 0 3px;
  text-align: center;
}
.contright .answer-card .card-row .card-list .answer-mistake {
  background-color: #e45c40;
  border: none;
  color: #fff;
}
.contright .answer-card .card-row .card-list .answer-right {
  background-color: #35d48f;
  border: none;
  color: #fff;
}
.contright .answer-card .card-row .card-list .corrected {
  background-color: deepskyblue;
  border: none;
  color: #fff;
}
.contright .answer-card .card-row .card-list .answer-selected {
  background-color: #35d48f;
  border: none;
  color: #fff;
}
.contright .answer-form {
  padding: 20px 15px;
}
.contright .answer-form .formgo {
  width: 100%;
  background-color: #35d48f;
}
.contright .answer-form .formgo.layui-btn-disabled {
  background-color: #FBFBFB;
}
.pause-test {
  width: 280px;
  height: 160px;
  box-sizing: border-box;
  display: block;
  padding: 20px;
}
.pause-test .start-btn {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.pause-test .start-btn .layui-icon {
  font-size: 48px;
  color: #35d48f;
}
.pause-test .start-btn p {
  font-size: 20px;
}
.s-row .s-analysis {
  margin-top: 20px;
}
.s-row .s-analysis .analysis-head {
  padding: 12px 20px;
  font-size: 15px;
  background-color: #FAFAFA;
}
.s-row .s-analysis .analysis-head .analysis-answer {
  display: inline-block;
  margin-left: 5px;
  margin-right: 15px;
  color: #35d48f;
  line-height: 36px;
}
.s-row .s-analysis .analysis-head .analysis-mistake {
  display: inline-block;
  margin-right: 15px;
  color: #e45c40;
}
.s-row .s-analysis .analysis-head .analysis-right {
  display: inline-block;
  margin-right: 15px;
  color: #35d48f;
}
.s-row .s-analysis .analysis-head .clearfix {
  margin-bottom: 10px;
}
.s-row .s-analysis .analysis-head .clearfix .analysis-span {
  float: left;
  display: inline-block;
  width: 78px;
  line-height: 36px;
  text-align: right;
}
.s-row .s-analysis .analysis-head .clearfix .analysis-mistake {
  padding: 8px 0;
}
.s-row .s-analysis .analysis-info {
  padding: 20px;
  color: #666666;
}
.s-row .s-analysis .analysis-info .analysis-row {
  margin: 10px 0;
  line-height: 22px;
}
.s-row .s-analysis .analysis-info .analysis-row .icon-img {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: bottom;
}
.s-row .s-analysis .analysis-info .analysis-row .analysis-info-label {
  float: left;
}
.s-row .s-analysis .analysis-info .analysis-row .analysis-info-label .icon-score {
  background-image: url(/static/exam/images/score.png);
  margin-right: 5px;
}
.s-row .s-analysis .analysis-info .analysis-row .analysis-info-label .icon-nandu {
  background-image: url(/static/exam/images/nandu.png);
  margin-right: 5px;
}
.s-row .s-analysis .analysis-info .analysis-row .analysis-info-label .icon-tongji {
  background-image: url(/static/exam/images/tongji.png);
  background-size: 80% 80%;
  margin-right: 5px;
}
.s-row .s-analysis .analysis-info .analysis-row .analysis-info-label .icon-jiexi {
  background-image: url(/static/exam/images/jiexi.png);
  background-size: 80% 80%;
  margin-right: 5px;
}
.s-row .s-analysis .analysis-info .analysis-row .diff {
  margin-left: 5px;
}
.s-row .s-analysis .analysis-info .red {
  color: #e45c40;
}
.s-row .s-analysis .analysis-info .analysis-block {
  margin-left: 102px;
}
