/* 页面 */
.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(/static/web_site/images/make/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(/static/exams/images/exams/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(/static/exams/images/exams/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: url(/static/web_site/images/icons/icon_city.png);
}

.titleGroup .subtitle .label.school {
  background-image: url(/static/web_site/images/icons/icon_school.png);
}

.titleGroup .subtitle .label.grade {
  background-image: url(/static/web_site/images/icons/icon_grade.png);
}

.titleGroup .subtitle .label.type {
  background-image: url(/static/web_site/images/icons/icon_type.png);
}

.titleGroup .subtitle .label.diff {
  background-image: url(/static/web_site/images/icons/icon_diff.png);
}

.titleGroup .subtitle .label.time {
  background-image: url(/static/web_site/images/icons/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(/static/web_site/images/icons/icon_testcoll.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.actionGroup .icon-subchecked{
  background-image: url(/static/web_site/images/icons/icon_testchecked.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.actionGroup .icon-subedit{
  background-image: url(/static/web_site/images/icons/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(/static/web_site/images/icons/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(/static/web_site/images/icons/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(/static/web_site/images/icons/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;
}