/* 页面 */
.page-examsdetail {
  min-height: 500px;
  background: #f2f5f7;
}

/* 试卷内容 */
.makecontent {
  box-sizing: border-box;
  padding: 10px 0px 40px 50px;
  width: 925px;
  min-height: 950px;
  background: white;
  position: relative;
}

.makecontent::before {
  content: '';
  width: 50px;
  height: 943px;
  background: url(/uploads/image/swimake/sealingwire.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}


/* 成绩栏 */
.scoregroup {
  margin-bottom: 15px;
  text-align: center;
}

.scoregroup .table {
  display: inline-block;
  box-sizing: border-box;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}

.scoregroup .col {
  box-sizing: border-box;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: source han sans cn;
  font-weight: 500;
  color: #333333;
  text-align: center;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.scoregroup .col.tit {
  width: 200px;
}

/* 试卷标题 */
.titlegroup {
  margin-bottom: 15px;
}

.titlegroup .title {
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.titlegroup .title .text {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}

.titlegroup .title .text::before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/uploads/image/seiexams/word_jing.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 10;
}

.titlegroup .title .text[data-ty="9"]::before {
  background-image: url(/uploads/image/seiexams/word_ming.png);
}

.titlegroup .subtitle .label {
  padding-left: 25px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}

.titlegroup .subtitle .label .label {
  margin-left: 35px;
}

.titlegroup .subtitle .label.city {
  background-image: ;
}

.titlegroup .subtitle .label.school {
  background-image: url(/uploads/image/swiicons/icon_school.png);
}

.titlegroup .subtitle .label.grade {
  background-image: url(/uploads/image/swiicons/icon_grade.png);
}

.titlegroup .subtitle .label.type {
  background-image: url(/uploads/image/swiicons/icon_type.png);
}

.titlegroup .subtitle .label.diff {
  background-image: url(/uploads/image/swiicons/icon_diff.png);
}

.titlegroup .subtitle .label.time {
  background-image: url(/uploads/image/swiicons/icon_time2.png);
}

/* 单条题目 */
.subjectgroup>.answer .line {
  margin-bottom: 10px;
}

/* 试卷侧边栏 */
.rightct {
  margin-left: 15px;
  width: 260px;
}

/* 功能按钮组 */
.actiongroup {
  padding: 15px 0 30px;
  margin-bottom: 24px;
  background-color: white;
}

.actiongroup .gobtn {
  width: 230px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  box-sizing: border-box;
  background: #1e9fff;
  border: 1px solid #1e9fff;
  border-radius: 4px;
  line-height: 38px;
  font-size: 16px;
  font-family: source han sans cn;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.actiongroup .txt {
  line-height: 14px;
  font-size: 14px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #999999;
  padding: 0 14px;
}

.actiongroup .icon-inline{
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
}
.actiongroup .icon-subcoll{
  background-image: url(/uploads/image/swiicons/icon_testcoll.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.actiongroup .icon-subchecked{
  background-image: url(/uploads/image/swiicons/icon_testchecked.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.actiongroup .icon-subedit{
  background-image: url(/uploads/image/swiicons/icon_testedit.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.actiongroup .active .icon-subcoll,
.actiongroup .f-f0tc .txt:hover .icon-subcoll{
  background-image: url(/uploads/image/swiicons/icon_testcoll_active.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.actiongroup .active .icon-subchecked,
.actiongroup .f-f0tc .txt:hover .icon-subchecked{
  background-image: url(/uploads/image/swiicons/icon_testchecked_active.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.actiongroup .active .icon-subedit,
.actiongroup .f-f0tc .txt:hover .icon-subedit{
  background-image: url(/uploads/image/swiicons/icon_testedit_active.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
 .actiongroup .f-f0tc .active.txt,
 .actiongroup .f-f0tc .txt:hover{
  color: #1ea0ff;
}
/* .actiongroup .txt .txt {
  margin-left: 50px;
} */

/* 广告位 */
.jumpgroup {
  display: block;
  margin-bottom: 15px;
}

.jumpgroup .img {
  display: block;
  width: 100%;
}

/* 统计 */
.statgroup {
  margin-bottom: 15px;
  padding: 20px 15px;
  background: #ffffff;
}

.statgroup .item .item {
  margin-left: 20px;
}

.statgroup .txt {
  line-height: 14px;
  font-size: 14px;
  font-family: source han sans cn;
  font-weight: 400;
  color: #343434;
}

.statgroup .imptxt {
  width: 30px;
  line-height: 14px;
  font-size: 14px;
  font-family: source han sans cn;
  font-weight: 400;
  /* color: #ff6400; */
}

/* 页面功能栏 */
.settinggroup {
  margin-bottom: 10px;
  padding: 10px 0 0px;
  background: #ffffff;
}

.settinggroup .title {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 14px;
  font-family: source han sans cn;
  font-weight: bold;
  color: #333333;
  text-indent: 15px;
  position: relative;
}

.settinggroup .title::before {
  content: '';
  width: 3px;
  height: 14px;
  background: #1ea0ff;
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 10;
}

.settinggroup .tablebox {
  text-align: center;
}

.settinggroup .table {
  display: inline-block;
  margin: 0 auto 30px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.settinggroup .table .row {
  font-size: 0;
  text-align: center;
}

.settinggroup .table .row.head {
  /* background: #edf3ff; */
}

.settinggroup .table .type,
.settinggroup .table .num,
.settinggroup .table .point {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: source han sans cn;
  font-weight: 400;
  color: #343434;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.settinggroup .table .type {
  padding: 0 5px;
  width: 100px;
  text-align: left;
}

.settinggroup .table .num {
  width: 70px;
}

.settinggroup .table .point {
  width: 70px;
}

.settinggroup .table .tbody .type,
.settinggroup .table .tbody .num,
.settinggroup .table .tbody .point {
  font-size: 12px;
}

/* 答案 */
.subjectgroup .answer{
  width: 95%;
  background: #ecf8ff;
  padding: 10px 10px 20px;
  box-sizing: border-box;
  margin: 0 auto 15px;
}
.subjectgroup .answer .answertit{
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.subjectgroup .answerct{
  line-height: 24px;
  font-size: 14px;
}
.subjectgroup.hasanswer .answer{
  display: none;
}
.subjectgroup.show.hasanswer .answer{
  display: block;
}