@charset "UTF-8";
p {
  margin-top: 0;
  margin-bottom: 0;
}
.leftsidebar.sidebar-collapsed {
  width: 60px;
}
.contain {
  width: 1000px;
  margin: auto;
  /* height: 710px; */
  min-height: 710px;
  /*background-color: #ffffff;*/
  /*box-shadow: 0px 5px 10px 0px*/
  /*rgba(0, 0, 0, 0.05);*/
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.top-title {
  font-family: ;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.classifyTab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
ul.c1 > li {
  text-align: center;
  width: 100px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  margin-right: 20px;
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1376f8;
  cursor: pointer;
}
.c1 > li.active,
.c2 > li.active {
  background-color: #1376f8;
  color: #fff;
}
.c2 > li.c2-title {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  width: auto;
  margin: 0;
}
.c2 > li {
  text-align: center;
  width: 50px;
  height: 28px;
  line-height: 28px;
  border-radius: 6px;
  margin-right: 20px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1376f8;
  cursor: pointer;
}
.categories-All {
  display: none;
}
.type-item {
  margin-right: 30px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
  cursor: pointer;
}
.type-item.active {
  color: #1376f8;
}
.tab-inner {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 6px;
}
.questionType-top {
  display: flex;
  justify-content: space-between;
}
.questionType-top .questionTypes-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.questionType-top .questionTypes-list li {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
  margin: 0 20px 0 5px;
  cursor: pointer;
}
.questionType-top .questionTypes-list li.active {
  color: #1376f8;
}
.div-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ExportPDF-btn {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  width: 110px;
  height: 28px;
  background-color: #1376f8;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
  border: 0;
}
.ExportPDF-btn:hover {
  color: #ffffff;
}
.c3 > li.sort {
  border-right: 2px solid #e6e6e6;
  padding: 0;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1376f8;
  width: 72px;
  margin: 0;
}
.c3 > li.sort.sentenceP {
  border: 0;
}
.sort .layui-form-select .layui-input {
  text-align: center;
}
.sort .layui-form-selected dl {
  left: 0;
}
.sort.sentenceP .layui-form-select .layui-input {
  color: #1376f8 !important;
}
.sort.sentenceP .layui-form-select .layui-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1376f8 !important;
}
.sort.sentenceP .layui-form-select .layui-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1376f8 !important;
}
.sort.sentenceP .layui-form-select .layui-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1376f8 !important;
}
.sort.sentenceP .layui-form-select .layui-input:-moz-placeholder {
  /* Firefox 18- */
  color: #1376f8 !important;
}

.sort .layui-form-select .layui-edge {
  display: none;
}
.sort .layui-form-select dl dd {
  line-height: 30px;
  text-align: center;
  margin: 0;
}
.sort .layui-form-select dl dd.layui-this {
  background-color: #1376f8;
}
.sort .layui-form-select dl dd.layui-select-tips {
  color: #1376f8;
}
.sort .layui-form-select dl dd.layui-this {
  color: #fff;
}
.c3 {
  display: flex;
  align-items: center;
}
.c3 > li {
  margin-left: 6px;
  cursor: pointer;
  height: 24px;
  background: #fff;
  line-height: 24px;
}
.c3 > li:not(.sort) {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1376f8;
  border-radius: 4px;
  width: 50px;
  height: 24px;
  background: #fff;
  line-height: 24px;
  text-align: center;
}
.c3 > li:not(.sort).active {
  color: #ffffff;
  background-color: #1376f8;
}

.questionType-bottom {
  display: flex;
}
.questionType-bottom h3 {
  width: 66px;
  height: 76px;
  background: url("/images/pic_file.png") no-repeat;
  background-size: 100% 100%;
  font-family: ;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
  line-height: 76px;
  text-align: center;
}
.questionType-bottom .questionType-info {
  margin-left: 20px;
  width: 70%;
}
.questionType-bottom .questionType-info h4 {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.questionType-bottom .questionType-info h4 span {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 72px;
  height: 24px;
  line-height: 24px;
  background-color: #1376f8;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin-left: 8px;
  cursor: pointer;
}
.questionType-bottom .questionType-info p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #333333;
}

.external-content {
  width: 1000px;
  height: auto;
  min-height: 500px;
  background-color: #ffffff;
  border-radius: 6px;
  margin: 10px auto;
  padding: 20px 8px;
}
.external-content-panel {
  width: 100%;
  height: auto;
}
.external-content-panel.panel-scrollbar::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分（位置4）*/
  background: transparent;
  border-radius: 4px;
}
.external-content-panel > li {
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto 10px auto;
  padding: 0 0 10px 0;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
}
.external-content > li ul {
  display: flex;
  flex-direction: column;
}
.external-content-panel > li ul .external-panel-p {
  display: flex;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  justify-content: space-between;
}
.external-content-panel > li ul .external-panel-p p {
  max-width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: ;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.external-content-panel > li.list-isRead ul .external-panel-p p {
  color: #8f9096;
}
.external-content-panel > li:hover ul .external-panel-p p {
  color: #1376f8;
}
.external-content-panel > li ul .external-panel-p .right-label {
  display: flex;
  align-items: center;
}
.external-content-panel > li ul li.external-text {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b3b3b3;
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 80%;
  height: 40px;
}
.external-content-panel > li.list-isRead ul li.external-text {
  color: #8f9096;
}
.external-content-panel > li:hover ul li.external-text {
  color: #333333;
}
.external-content-panel > li ul .external-panel-p span {
  width: 64px;
  height: 24px;
  background-color: #dcdcdc;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: inline-block;
  margin-left: 6px;
}
.external-content-panel > li ul .icon_hot {
  margin: -2px 0 0 8px;
  height: 16px;
  width: auto;
}
.external-bottom {
  display: flex;
  justify-content: space-between;
}
.external-bottom p {
  display: flex;
  align-items: center;
}
.external-bottom p.p-left > i {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.external-bottom p.p-left i.icon_upload {
  background: url("/images/icon_upload.png");
}
.external-bottom p.p-left i.icon_exercise {
  background: url("/images/icon_exercise.png");
}
.external-content-panel
  > li.list-isRead
  .external-bottom
  p.p-left
  i.icon_upload {
  background: url("/images/icon_upload-g.png");
}
.external-content-panel
  > li.list-isRead
  .external-bottom
  p.p-left
  i.icon_exercise {
  background: url("/images/icon_exercise-g.png");
}
.external-content-panel > li:hover .external-bottom p.p-left i.icon_upload {
  background: url("/images/icon_upload.png");
}
.external-content-panel > li:hover .external-bottom p.p-left i.icon_exercise {
  background: url("/images/icon_exercise.png");
}
.external-bottom p span {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
  margin: 0 30px 0 0;
}
.external-content-panel > li.list-isRead .external-bottom p.p-left span {
  color: #cccccc;
}
.external-content-panel > li:hover .external-bottom p.p-left span {
  color: #808080;
}
.external-bottom p button {
  width: 96px;
  height: 36px;
  background-color: #1376f8;
  border-radius: 4px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  border: 0;
  padding: 0;
  margin-left: 10px;
}
.external-bottom p button.withPractice {
  width: 72px;
  background-color: #ff8817;
}
.external-bottom p button.withPractice i {
  width: 11px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  background: url("/images/icon_dailian2.png") no-repeat;
}
.external-bottom p img {
  margin-right: 8px;
  width: auto;
  height: 18px;
}
.external-bottom p span.Collect-info {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1376f8;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.external-bottom p span.Collect-info i {
  font-style: normal;
}
.external-bottom p span.Collect-info.Collect {
  color: #b3b3b3;
}
.panel-div {
  position: relative;
  height: auto;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.panel-div #page {
  position: absolute;
  bottom: 0;
  right: 0;
}
#page .layui-laypage a,
#page .layui-laypage .layui-laypage-spr,
#page .layui-laypage .layui-laypage-curr {
  border: 0;
  color: #1376f8;
  margin-left: 8px;
  height: 36px;
  line-height: 36px;
  width: 36px;
  padding: 0;
  text-align: center;
}
#page .layui-laypage a.layui-laypage-next,
#page .layui-laypage a.layui-laypage-prev {
  width: 72px;
}
#page .layui-laypage a:hover {
  background-color: #1376f8;
  border-radius: 4px;
  color: #ffffff;
}
#page .layui-laypage button {
  width: 64px;
  height: 36px;
  line-height: 36px;
  background-color: #1376f8;
  border-radius: 4px;
  color: #ffffff;
  margin-left: 8px;
}
#page .layui-laypage .layui-laypage-skip {
  background: none;
  height: 36px;
  line-height: 36px;
}
#page .layui-laypage input {
  width: 50px;
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  color: #333333;
}
#page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  width: 36px;
  height: 36px;
  background-color: #1376f8;
  border-radius: 4px;
  padding: 0;
  left: 0;
  top: 0;
}

/*<!--DI免费模板领取 -- 弹窗 -->*/
.DI-FreeTemplate-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.DI-FreeTemplate-popup .DI-FreeTemplate-content {
  width: 320px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 0;
}
.DI-FreeTemplate-popup h4 {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #1376f8;
}
.DI-FreeTemplate-popup p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 10px;
}
.DI-FreeTemplate-popup p span {
  font-family: ;
}
.DI-FreeTemplate-popup h3 {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #1376f8;
}
.DI-FreeTemplate-popup img {
  width: 150px;
  height: 150px;
  margin: 5px auto;
}
.DI-FreeTemplate-popup button {
  width: 200px;
  height: 36px;
  background-color: #1376f8;
  border-radius: 6px;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #ffffff;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
}
