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(/uploads/image/swiicons/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(/uploads/image/swiicons/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(/uploads/image/swiicons/icon_star2.png) no-repeat;
  background-size: 100% 100%;
}

.subjectgroup .icon_star.active {
  background-image: url(/uploads/image/swiicons/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:  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(/uploads/image/swiearticletype/1.png);
}

.m-examlist .img.type2 {
  background-image: url(/uploads/image/swiearticletype/2.png);
}

.m-examlist .img.type3 {
  background-image: url(/uploads/image/swiearticletype/3.png);
}

.m-examlist .img.type4 {
  background-image: url(/uploads/image/swiearticletype/4.png);
}

.m-examlist .img.type5 {
  background-image: url(/uploads/image/swiearticletype/5.png);
}

.m-examlist .img.type6 {
  background-image: url(/uploads/image/swiearticletype/6.png);
}

.m-examlist .img.type7 {
  background-image: url(/uploads/image/swiearticletype/7.png);
}

.m-examlist .img.type8 {
  background-image: url(/uploads/image/swiearticletype/8.png);
}

.m-examlist .img.type9 {
  background-image: url(/uploads/image/swiearticletype/9.png);
}

.m-examlist .img.type10 {
  background-image: url(/uploads/image/swiearticletype/10.png);
}

.m-examlist .img.type11 {
  background-image: url(/uploads/image/swiearticletype/11.png);
}

.m-examlist .img.type12 {
  background-image: url(/uploads/image/swiearticletype/12.png);
}

.m-examlist .img.type13 {
  background-image: url(/uploads/image/swiearticletype/13.png);
}

.m-examlist .img.type14 {
  background-image: url(/uploads/image/swiearticletype/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(/uploads/image/swiexamindex/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(/uploads/image/swiicons/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;
}