@import url(./iconfont.css);
.studyPage {
  font-family: Microsoft YaHei;
  overflow-x: hidden;
}

.studyPage > .listPage .public-label-img-wrap {
  position: relative;
  text-align: center;
  width: 2.893617rem;
  height: 2.595745rem;
  font-size: .64rem;
  margin: 38px auto 28px;
  background-image: url(../images/j.png);
  background-repeat: no-repeat;
  background-position: center;
}

.studyPage > .listPage .public-label-img-wrap span {
  display: block;
  transform: translate(5%, 60%);
  color: #000000;
  letter-spacing: .4em;
  white-space: nowrap;
}

.studyPage > .listPage .public-label-img-wrap::before {
  content: "";
  position: absolute;
  left: 42%;
  bottom: 38%;
  width: 23px;
  height: 5px;
  background-color: #DC0A1E;
}

.studyPage > .listPage > .choiceness-wrap {
  margin: 0 20px;
  box-sizing: border-box;
}

.studyPage > .listPage > .choiceness-wrap .swiper-container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.studyPage > .listPage > .choiceness-wrap .swiper-container .swiper-slide {
  background: #FFFFFF;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
}

.studyPage > .listPage > .choiceness-wrap .swiper-container .swiper-slide .title-wrap {
  margin: 12px 0;
  display: flex;
  align-items: center;
}

.studyPage > .listPage > .choiceness-wrap .swiper-container .swiper-slide .title-wrap .num {
  font-size: .765957rem;
  color: #DC0A1E;
  padding: 0 .425532rem 0 .297872rem;
}

.studyPage > .listPage > .choiceness-wrap .swiper-container .swiper-slide .title-wrap .title {
  font-size: .55rem;
  padding-right: .340426rem;
  color: #333333;
  font-weight: bolder;
  letter-spacing: .05em;
}

.studyPage > .listPage > .choiceness-wrap .swiper-container .swiper-slide .img-box {
  width: 99%;
  height: 6.340426rem;
  margin: 0 auto;
}

.studyPage > .listPage > .choiceness-wrap .swiper-container .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
}

.studyPage > .listPage > .choiceness-wrap .swiper-container > .swiper-pagination {
  bottom: 5%;
  transform: translateX(-50%) scale(1.2);
}

.studyPage > .listPage > .all-wrap .tab-wrap {
  position: relative;
  width: 100%;
  height: 1.829787rem;
  margin: 0 auto 32px;
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container > .nav-icon {
  position: absolute;
  color: #CCCCCC;
  z-index: 3;
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container > .nav-icon.right {
  right: 0;
  top: 12%;
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container > .nav-icon.left {
  left: 0;
  top: 12%;
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container > .nav-icon .iconfont {
  font-size: 48px;
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container .swiper-wrapper {
  width: 100%;
  display: flex;
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container .swiper-slide {
  text-align: center;
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container .swiper-slide > .item {
  font-size: .6rem;
  color: #999999;
  display: inline-block;
  border-radius: 3px;
  border-bottom: 6px solid transparent;
  white-space: nowrap;
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container .swiper-slide > .item .iconfont {
  font-size: 28px;
}

.studyPage > .listPage > .all-wrap .tab-wrap > .swiper-container .swiper-slide.active > .item {
  color: #DC0A1E;
  border-color: #DC0A1E;
  font-weight: bold;
}

.studyPage > .listPage > .all-wrap > .article-wrap {
  padding: 0 20px;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item {
  display: flex;
  padding: 30px 0;
  background-color: #fdfcfc;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap {
  position: relative;
  padding-right: 12px;
  flex: 1;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap {
  font-size: .6rem;
  font-weight: bold;
  color: #333333;
  line-height: .86rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item {
  height: .72rem;
  padding: 2px 8px;
  line-height: .72rem;
  text-align: center;
  color: #FFFFFF;
  font-size: .45rem;
  margin-right: 10px;
  border-radius: 4px;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item > i {
  font-size: .45rem;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item > i::before {
  content: "\e66f";
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.red {
  background-color: #FC6473;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.red i::before {
  content: "\e66f";
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.blue {
  background-color: #64B5FC;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.blue i::before {
  content: "\e618";
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.green {
  background-color: #1AC888;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.green i::before {
  content: "\e71e";
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.yellow {
  background-color: #FFAB00;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.yellow i::before {
  content: "\e696";
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.purple {
  background-color: #9264FC;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap .title-wrap > .label-item.purple i::before {
  content: "\e6ab";
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap > .msg-box {
  position: absolute;
  bottom: 8px;
  display: flex;
  font-size: .45rem;
  color: #999999;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap > .msg-box > div {
  margin-right: 60px;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item > .msg-wrap > .msg-box > div .iconfont {
  font-size: .45rem;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item .img {
  min-width: 4.212766rem;
  max-width: 4.212766rem;
  height: 2.893617rem;
  overflow: hidden;
}

.studyPage > .listPage > .all-wrap > .article-wrap .article-item .img img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.studyPage > .listPage > .all-wrap > .loading-wrap {
  font-size: .46rem;
  text-align: center;
}

.studyPage > .listPage > .all-wrap > .loading-wrap > div {
  height: 1.06383rem;
  line-height: 1.06383rem;
}

.studyPage > .listPage > .all-wrap > .loading-wrap .withdata-box {
  background-color: #DC0A1E;
  color: #fff;
}

.studyPage > .listPage > .all-wrap > .loading-wrap .empty-box {
  height: 5rem;
  margin-top: 1rem;
  font-size: .46rem;
}

.studyPage > .listPage > .all-wrap > .loading-wrap .empty-box > img {
  width: 3rem;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

.studyPage > .detailPage {
  margin: 0 30px;
}

.studyPage > .detailPage > .main-img {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.16);
}

.studyPage > .detailPage > .main-img img {
  width: 100%;
  height: 100%;
}

.studyPage > .detailPage > .main-title {
  font-size: .8rem;
  font-weight: bold;
  line-height: 60px;
}

.studyPage > .detailPage > .msg-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0;
}

.studyPage > .detailPage > .msg-wrap .msg-item:first-child > span:first-child {
  padding-right: 8px;
  margin-right: 4px;
  border-right: 2px solid #999999;
}

.studyPage > .detailPage > .msg-wrap .msg-item:nth-child(2) {
  transform: translateX(-10%);
}

.studyPage > .detailPage > .msg-wrap .msg-item > .iconfont {
  font-size: 28px;
}

.studyPage > .detailPage > .msg-wrap .msg-item span {
  vertical-align: text-bottom;
  color: #999999;
  font-size: .45rem;
}

.studyPage > .detailPage > .content-wrap {
  font-size: .6rem !important;
}

.studyPage > .detailPage > .content-wrap a,
.studyPage > .detailPage > .content-wrap h1,
.studyPage > .detailPage > .content-wrap h2,
.studyPage > .detailPage > .content-wrap h3,
.studyPage > .detailPage > .content-wrap h4,
.studyPage > .detailPage > .content-wrap h5,
.studyPage > .detailPage > .content-wrap h6,
.studyPage > .detailPage > .content-wrap span,
.studyPage > .detailPage > .content-wrap strong {
  font-size: .6rem !important;
  line-height: 1rem !important;
}

.studyPage > .detailPage > .content-wrap img {
  width: 100% !important;
  height: 100% !important;
}
