html,
body {
  background: #F2F5F7;
}

/* 有内容 */
.makeBody {
  margin-bottom: 40px;
}

/* 分类模块 */
.clsBoxGroup {
  margin-bottom: 15px;
  background: #1E9FFF;
  border-radius: 10px;
  font-family: Microsoft YaHei;
  color: white;
}

.clsBoxGroup .actionGroup {
  margin: 0 20px;
  border-bottom: 1px solid #E6E6E6;
}

.clsBoxGroup .actionGroup .txt {
  width: 400px;
  line-height: 54px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.clsBoxGroup .actionGroup .right {
  margin-top: 10px;
  width: 255px;
  text-align: right;
}

.clsBoxGroup .actionGroup .right .goBtn {
  padding: 0 25px;
  height: 34px;
  line-height: 34px;
  background: linear-gradient(270deg, #FF6400, #FF9600);
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.clsBoxGroup .actionGroup .right .goBtn:hover {
  background: #FF6400;
}

/* 分类 */
.classificationGroup {
  padding: 0 20px;
}

.classificationGroup .row {
  padding: 16px 10px 6px 53px;
  position: relative;
}

.classificationGroup .row+.row {
  border-top: 1px solid #E6E6E6;
}

.classificationGroup .row .label {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 10;
}

.classificationGroup .row .item {
  margin: 0 10px 10px 0;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
}

.classificationGroup .row .item.active,
.classificationGroup .row .item:hover {
  color: #1E9FFF;
  background: white;
}

.clsBoxGroup .otherRow {
  margin: 0 20px;
  height: 56px;
  border-top: 1px solid #E6E6E6;
}

.clsBoxGroup .otherRow .leftBox {
  padding-top: 16px;
}

.clsBoxGroup .otherRow .leftBox .item {
  margin-right: 10px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
}

.clsBoxGroup .otherRow .leftBox .item.active,
.clsBoxGroup .otherRow .leftBox .item:hover {
  color: #1E9FFF;
  background: white;
}

.clsBoxGroup .otherRow .leftBox .item.icon_filter {
  padding-right: 23px;
  position: relative;
}

.clsBoxGroup .otherRow .leftBox .item.icon_filter::before {
  content: '';
  margin-top: -6px;
  width: 8px;
  height: 13px;
  background-image: url(/static/web_site/images/icons/icon_filter.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
}

.clsBoxGroup .otherRow .leftBox .item.icon_filter:hover:before,
.clsBoxGroup .otherRow .leftBox .item.icon_filter.active::before {
  background-image: url(/static/web_site/images/icons/icon_filter_active.png);
}

.clsBoxGroup .rightBox {
  padding-top: 16px;
}

.clsBoxGroup .rightBox .item {
  margin-left: 30px;
  font-size: 14px;
}

.clsBoxGroup .rightBox .select,
.clsBoxGroup .rightBox .layui-form-select {
  width: 80px;
  height: 24px;
  color: #1E9FFF;
}

.clsBoxGroup .rightBox .layui-form-select {
  display: inline-block;
  vertical-align: middle;
}

.clsBoxGroup .rightBox .layui-form-select .layui-input {
  height: 24px;
  line-height: 24px;
  border: 1px solid white;
  color: white;
  background: #1E9FFF;
}

.clsBoxGroup .rightBox .layui-form-select dl dd.layui-this {
  background: #1E9FFF;
}


/* 所有试题内容 */
.totalSubjectGroup {
  padding: 0 7px 0 7px;
  background: white
}

.totalSubjectGroup .subjectTitle {
  margin-bottom: 20px;
  padding: 30px 30px 0;
  line-height: 30px;
  font-weight: 400;
  position: relative;
}

.totalSubjectGroup .subjectTitle .txt {
  font-size: 16px;
  color: #333333;
}

.totalSubjectGroup .subjectTitle .addTypeTotal {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
}

.totalSubjectGroup .subjectTitle .addTypeTotal:hover {
  color: #FF6400;
  border-color: #FF6400;
}

/* 没有数据 */
.totalSubjectGroup .noData {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #999999;
}

.totalSubjectGroup .noData .img {
  margin: 0 auto 30px;
  width: 246px;
  height: 193px;
  display: block;
}

.totalSubjectGroup .noData .link {
  color: #3399ff;
  text-decoration: underline;
}

/* 单条题目 */
.subjectGroup {
  margin-bottom: 8px;
  padding-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}

.subjectGroup:hover {
  z-index: 5;
  border-color: #1EA0FF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.subjectGroup.active {
  background: #FAFAFA;
}

.subjectGroup .subjectTop .right {
  margin-top: 7px;
}

.subjectGroup .ct {
  line-height: 24px;
  box-sizing: border-box;
  padding: 15px 20px 10px 40px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #333;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.subjectGroup .ct .subjectNumber {
  width: 30px;
  text-indent: 10px;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 10;
}

/* 题目底部交互 */
.subjectGroup .subjectAction {
  display: none;
  padding: 0 20px 0 40px;
  position: absolute;
  left: 0;
  bottom: 4px;
  right: 0;
  z-index: 20;
}

.subjectGroup:hover .subjectAction {
  display: block;
}

.subjectGroup .subjectAction .label {
  line-height: 30px;
  font-size: 12px;
  color: #666666;
}

.subjectGroup .subjectAction .label+.label {
  margin-left: 40px;
}

.subjectGroup .icon_star {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(/static/web_site/images/icons/icon_star2.png) no-repeat;
  background-size: 100% 100%;
}

.subjectGroup .icon_star.active {
  background-image: url(/static/web_site/images/icons/icon_star2_active.png);
}

.subjectGroup .icon_star+.icon_star {
  margin-left: 1px;
}

.subjectGroup .subjectAction .btn {
  line-height: 26px;
  font-size: 12px;
  color: #1EA0FF;
}

.subjectGroup .subjectAction .btn+.btn {
  margin-left: 26px;
}

.subjectGroup .subjectAction .draftBtn {
  padding: 0 20px;
  line-height: 24px;
  background: #1EA0FF;
  border: 1px solid #1EA0FF;
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
}

.subjectGroup .subjectAction .draftBtn[data-type="reduce"] {
  background: white;
  color: #1EA0FE;
}

/* 分页 */
.u-pagination {
  padding: 40px 0;
  background: white;
}

/* 右侧悬浮 */
.sliderGroup {
  display: none;
  width: 34px;
  background: #FF8333;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 140px;
  right: 40px;
  z-index: 10001;
}

.sliderGroup .label {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.sliderGroup .label .txt {
  margin: 0 auto 10px;
  width: 1.1em;
}

.sliderGroup .label .num {
  margin: 0 auto 10px;
  width: 22px;
  height: 22px;
  border: 1px solid white;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

.sliderGroup .label .arrow {
  margin: auto;
  width: 20px;
  height: 14px;
  background: url(/static/web_site/images/search/arrowRight.png) no-repeat;
  background-size: 100% 100%;
}

/* 版权提示 */
.m-ruleTips {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 4px;
}

.m-ruleTips .title {
  margin-bottom: 20px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  border-left: 3px solid #666666;
  text-indent: 6px;
}

.m-ruleTips .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-ruleTips .txt .link {
  color: #1EA0FE;
  text-decoration: underline;
}

/* 试卷列表 */
.m-examList {
  padding: 10px 0;
  background: white;
}

.m-examList .item {
  padding: 10px 20px;
}

.m-examList .item+.item {
  border-top: 1px solid #F2F2F2;
}

.m-examList .item:hover {
  background: #FAFAFA;
}

.m-examList .img {
  margin-right: 18px;
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.m-examList .img.type1 {
  background-image: url(/static/web_site/images/examindex/articletype/1.png);
}

.m-examList .img.type2 {
  background-image: url(/static/web_site/images/examindex/articletype/2.png);
}

.m-examList .img.type3 {
  background-image: url(/static/web_site/images/examindex/articletype/3.png);
}

.m-examList .img.type4 {
  background-image: url(/static/web_site/images/examindex/articletype/4.png);
}

.m-examList .img.type5 {
  background-image: url(/static/web_site/images/examindex/articletype/5.png);
}

.m-examList .img.type6 {
  background-image: url(/static/web_site/images/examindex/articletype/6.png);
}

.m-examList .img.type7 {
  background-image: url(/static/web_site/images/examindex/articletype/7.png);
}

.m-examList .img.type8 {
  background-image: url(/static/web_site/images/examindex/articletype/8.png);
}

.m-examList .img.type9 {
  background-image: url(/static/web_site/images/examindex/articletype/9.png);
}

.m-examList .img.type10 {
  background-image: url(/static/web_site/images/examindex/articletype/10.png);
}

.m-examList .img.type11 {
  background-image: url(/static/web_site/images/examindex/articletype/11.png);
}

.m-examList .img.type12 {
  background-image: url(/static/web_site/images/examindex/articletype/12.png);
}

.m-examList .img.type13 {
  background-image: url(/static/web_site/images/examindex/articletype/13.png);
}

.m-examList .img.type14 {
  background-image: url(/static/web_site/images/examindex/articletype/14.png);
}


.m-examList .title {
  max-width: 795px;
  line-height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
}

.m-examList .title:hover {
  color: #2b99ff;
}

.m-examList .subjectNum {
  margin-left: 15px;
  width: 60px;
  line-height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.m-examList .time,
.m-examList .count {
  margin-left: 16px;
  width: 90px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.m-examList .download {
  margin: 1px 0 0 16px;
  width: 84px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #1EA0FF;
  border: 1px solid #1EA0FF;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.m-examList .download:hover {
  color: #FFFFFF;
  background: #1EA0FF;
}

/* pt限制 */
.ptLimitGroup {
  padding: 140px 30px 0px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  text-align: center;
  position: relative;
  /* background: rgba(255, 255, 255, 0.85); */
  background: url(/static/web_site/images/examindex/shadowbg.png) no-repeat;
  background-size: 100% 100%;
}

.ptLimitGroup .goVipBtn {
  margin-bottom: 25px;
  display: inline-block;
  padding-right: 20px;
  width: 147px;
  height: 44px;
  line-height: 44px;
  background: linear-gradient(135deg, #FFDAA2 0%, #E6AD61 100%);
  border-radius: 6px;
  font-size: 21px;
  font-weight: 500;
  color: #A66917;
  position: relative;
}

.ptLimitGroup .goVipBtn:hover {
  background: #FFDAA2;
}

.ptLimitGroup .goVipBtn::before {
  content: '';
  margin-top: -9px;
  width: 10px;
  height: 18px;
  background: url(/static/web_site/images/icons/icon_arrow_right2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 5;
}

.ptLimitGroup .txt {
  line-height: 32px;
  font-size: 21px;
  font-weight: 500;
  color: #C18839;
}