.centre {
  /* max-width: 1200px; */
  min-width: 1200px;
  /* width: 1200px; */
}
.zy-header {
  display: flex;
  justify-content: space-between;
  height: 42px;
  border-bottom: 1px solid #eee;
}
.zy-selector {
  display: flex;
  height: 100%;
  position: relative;
  width: 200px;
  align-items: center;
  justify-content: center;
  background: #ff9600;
  text-align: center;
}
.zy-selector-text {
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.zy-selector-list {
  display: none;
  position: absolute;
  width: 100%;
  top: 41px;
  z-index: 10;
  max-height: 300px;
  overflow: auto;
  box-shadow: 0 10px 12px #fee
}

.zy-selector-item {
  padding: 0 16px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  cursor: pointer;
}

.zy-selector-item--active,
.zy-selector-item:hover {
  background: #fdf5eb;
  color: #d07d06;
}

.zy-selector-item--active {
  cursor: auto;
}

.zy-header-countdown {
  padding-right: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}


.zy-header-countdown-text {
  color: #ff9600;
}

.zy-showlist {
  font-size: 0;
}
.zy-showlist-item {
  position:relative;
  padding: 26px 36px;
  display: inline-flex;
  width: calc((100% - 2px) / 3);
}
.zy-showlist-item:nth-child(3n + 1):after,
.zy-showlist-item:nth-child(3n + 2):after {
  position: absolute;
  width: 1px;
  top: 24px;
  right: 0;
  height: 30px;
  background: #eee;
  content: ' ';
}
.zy-showlist-item img{
  width: 26px;
  height: 26px;
}
.zy-showlist-item span{
  margin-left: 24px;
  font-size: 18px;
  font-weight: bold;
}
.zy-gonggao {
  background: #fff1e6;
  font-size: 14px;
  color: #666;
  padding: 8px 20px;
  display: none;
}

.zy-menu {
  padding: 8px;
  /* height: 16px; */
  line-height: 24px;
  min-height: 40px;
}
.zy-menu-item {
  display: inline-block;
  margin-left: 28px;
  padding-left: 8px;;
  border-left: 3px solid transparent;
  cursor: pointer;
}

.zy-menu-item:first-child {
  margin-left: 8px;
}

.zy-menu-item--active {
  color: #ff9600;
  border-left: 3px solid #ff9600;
}

.zy-submenu {
  border-bottom: 1px solid #eee;
}

.zy-submenu-item {
  margin-left: 20px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.zy-submenu-item:hover,
.zy-submenu-item--active {
  color: #ff9600;
  border-bottom: 1px solid #ff9600;
}

.zy-downlist {
  padding: 20px;
}

.zy-downlist-item {
  display: flex;
  height: 40px;
  line-height: 40px;
  border-bottom : 1px solid #eee;
}
.zy-downlist-item-text {
  flex: 1;
  word-wrap: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.zy-down-botton {
  flex-basis: 34px;
}
.zy-menus {
  position: relative;
}
.zy-suggest-time {
  position: absolute;
    right: 28px;
    font-size: 12px;
    bottom: 8px;
    color: #666;
}
.zy-article {
  padding: 20px;
}


/** 书架 */


.sj-menu {
  border-bottom: 1px solid #eee;
}

.sj-menu-item {
  margin-left: 30px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
}
.sj-menu-item:hover,
.sj-menu-item--active {
  color: #ff9600;
  border-bottom: 1px solid #ff9600;
}

.sj-downlist {
  padding: 10px 6px;
}

.sj-downlist-item {
  padding: 0 20px;
  display: inline-flex;
  margin: 20px 0;
  line-height: 0;
  font-size: 0;
  width: 49%;
  height: 160px;
}

.sj-downlist-item-img {
  width: 160px;
}
.sj-downlist-item-img img{
  width: 100%;
  height: 100%;
}

.sj-downlist-item-content {
  position: relative;
  flex: 1;
  padding-left: 16px;
  overflow: hidden;
}

.sj-downlist-item-price {
  font-size: 30px;
  line-height: 1.6;
  margin-top: 10px;
  color: #d02b18;
}


.sj-downlist-item-title {
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sj-downlist-item-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.sj-down-button {
  position: absolute;
  color: #999;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  bottom: 4px;
  width: 100%;
}

.sj-down-button a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #ff9600;
  border-radius: 4px;
}

/** 书架  end */


/** 学习 start */

.xx-lanmu {
  font-size: 0;
  line-height: 0;
}
.xx-lanmu-item {
  position: relative;
  padding: 16px 0;
  display: inline-block;
  width: calc((100% - 3px) / 4);
  text-align: center;
  cursor: pointer;
}
.xx-lanmu-item::after {
  position: absolute;
  height: 70%;
  width: 1px;
  background: #ddd;
  top: 16px;
  left: 0;
  content: ' ';
}
.xx-lanmu-item:nth-child(4n + 1)::after {
  display: none;
}

.xx-lanmu-item img {
  width: 50px;
  height: 50px;
}
.xx-lanmu-item div {
  margin-top: 6px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.xx-lanmu-title {
  padding: 12px 24px;
}
.xx-lanmu-title-text {
  font-weight: 800;
  font-size: 18px;
  padding-left: 10px;
  border-left: 3px solid #ff9600;
}
.xx-downlist {
  padding: 12px;
  font-size: 0;
  line-height: 0;
}
.xx-downlist-item {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 20px;
  width: calc((100% - 24px) / 4);
  margin-left: 8px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  text-align: center;
  height: 114px;
  vertical-align: middle;
}
.xx-downlist-item:hover .xx-down-buttons {
  display: block;
}

.xx-downlist-item:hover .xx-downlist-item-desc {
  display: none;
}

.xx-downlist-item:nth-child(4n + 1) {
  margin-left: 0;
}
.xx-downlist-item-title {
  padding: 0 10px;
  word-wrap: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.4;
}
.xx-downlist-item-desc {
  padding-top: 24px;
  line-height: 1.4;
  font-size: 12px;
  color: #999;
}
.xx-down-buttons {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  display: none;
}
.xx-down-button {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #ff9600;
  border-radius: 4px;
  cursor: pointer;
}
.xx-down-button + .xx-down-button {
  margin-left: 16px;
}

.xx-downlist2-item {
  margin-left: 28px;
  margin-right: 28px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.xx-downlist2-item .xx-downlist2-item-children {
  padding-top: 6px;
  display: none;
}
.xx-downlist2-item.xx-downlist2-item-open .xx-downlist2-item-children {
  display: block;
}
.xx-downlist2-item.xx-downlist2-item-open .jilin-fold {
  display: none;
}
.xx-downlist2-item.xx-downlist2-item-open .jilin-fold-open {
  display: inline;
}
.xx-downlist2-item .jilin-fold-open {
  display: none;
}
.xx-downlist2-item span.text {
  margin-left: 10px;
}
.xx-downlist2-item .xx-downlist2-item-inner {
  font-size: 16px;
  display: flex;
  padding: 4px 0;
  justify-content: space-between;
  cursor: pointer;
}

.xx-downlist2-item .fold {
  color: #f0934a;
}

.xx-downlist2-item-btn a {
  color: #ff9600;
  cursor: pointer;
}

.xx-down-subitem {
  padding: 8px 0 8px 30px;
  display: flex;
  justify-content: space-between;
}

.xx-downlist2 {
  padding: 4px 0;
}
.xx-down-subitem-btn a {
  color: #ff9600;
  cursor: pointer;
}

.exam-countdown {
  color: #ff9600;
margin-right: 4px;
}
.zy-header-countdown-text {
  margin-left: 4px;;
}
.preview-file {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  background: #eee;
  text-align: center;
  height: 100%;
  overflow: auto;
  z-index: 1000;
}
.preview-close {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  font-size: 28px;
  cursor: pointer;
}

/** 学习 end */

/** 直播 */
.zb-content {
  width: 60%;
  padding: 20px 20px;
}
.zb-list {
  padding-right: 8px;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.zb-list-item {
  padding: 4px 0;
  cursor: pointer;
}
.zb-list-item-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zb-list-item-title .jilinicon {
  margin-right: 4px;
}
.zb-list-item-desc {
  padding-left: 20px;
  color: #999;
  font-size: 12px;
}
.zb-list-item--active .zb-list-item-title {
  color: #ff9600;
}
.zb-study-title {
  padding: 8px 18px;
  display: flex;
  justify-content: space-between;
}
.zb-study-change {
  position: relative;
  width: 100px;
}
.zb-study-list-item {
  line-height: 2;
}
.zb-qrcode {
  display: inline-block;
  vertical-align: top;
  width: 39%;
}
.zb-qrcode-img {
  width: 100%;
  height: 100%;
}
.curr-zb-selector {
  padding: 4px 8px;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
}
.curr-zb-selector .jilinicon {
  color: #666;
  margin-left: 4px;
}
.zb-study-list {
  display: none;
  padding: 0 8px;
  border: 1px solid #eee;
  /* display: none; */
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 2;
}
.zb-study-list-item {
  cursor: pointer;
}
.zb-content-wrp {
  display: flex;
  height: 272px;
}
.zb-calendar {
  flex: 1;
}
.calendar table {
  width: 100%;
}
.calendar {
  padding: 0 8px;
}
.calendar-cell {
  position: relative;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666;
  cursor: pointer;
}
.has-data .calendar-cell::after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f6be80;
  left: 50%;
  transform: translateX(-50%);
}
.adjacent-month .calendar-cell {
  color: #999;
}
.calendar .today .calendar-cell > div {
  background: rgba(255,150,0,.16);
  position: absolute;
  width: 25px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #ff9600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clndr-next-button,
.clndr-previous-button {
  font-size: 28px;
  color: #ccc;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.clndr-grid {
  display: flex;
  align-items: center;
}
.calendar,
.clndr,
.clndr-grid {
  height: 100%;
}
.zb-date {
  color: #999;
  font-weight: 400;
}
.zb-title {
  display: flex;
  padding: 14px 10px;
  justify-content: space-between;
  align-items: center;
}
.zb-content-inner {
  box-shadow: 0 0px 4px 4px #eee;
  padding: 16px;
  height: 232px;
  display: none;
}
.zb-title-text {
  font-weight: 800;
  font-size: 16px;
  padding-left: 10px;
}
.zb-title-text .jilinicon {
  color: #ff9600;
}
.zb-article {
  padding: 10px 18px;;
}
.jsicon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.zb-menu {
  border-bottom: 1px solid #eee;
}
.zb-menu .zy-suggest-time {
  bottom: 12px;
}
/** 直播 end */


.shengji {
  text-align: center;
  padding: 20px;
}
.btn-shengji {
  display: inline-block;
  border: 1px solid #eee;
  padding: 4px 8px;
  border-radius: 4px;
}
.empty-status {
  text-align: center;
}
.empty-status p {
  color: #999;
  margin-top: 8px;
  margin-bottom: 24px;
}
.hot-index {
  /* padding: 20px 30px 20px 30px; */
}
.hot-list-right {
  margin-left: 24px;
}
.hot-list-left {
  vertical-align: top;
  display: inline-block;
  width: 480px;
}
.hot-list-left .hot-index-list-title {
  margin-bottom: 8px;
}
.hot-list-right {
  display: inline-block;
}

.hot-list-left .hot-index-ad {
  width: 480px;
  height: 196px;
}
.hot-list-left .hot-index-ad img {
  height: 196px;
}

.hot-index-ad {
  display: inline-block;
  width: 448px;
  height: 182px;
  --swiper-pagination-color: #ccc;
  --swiper-pagination-bullet-inactive-color: #efefef;
}
.hot-index-ad img {
  width: 100%;
  height: 182px;
  border-radius: 4px;
}

.hot-index-ad .swiper-horizontal>.swiper-pagination-bullets,
.hot-index-ad .swiper-pagination-bullets.swiper-pagination-horizontal,
.hot-index-ad .swiper-pagination-custom,
.hot-index-ad .swiper-pagination-fraction {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(151, 151, 151, 0.8);
  padding: 0 6px;
  border-radius: 20px;
}

.hot-index-ad .swiper-button-prev,
.hot-index-ad .swiper-button-next {
  width: 36px;
  height: 36px;
  background: #e5e5e5;
  color: #fff;
  --swiper-navigation-size: 16px;
}
.hot-index-ad .swiper-button-next {
  right: 0;
}
.hot-index-ad .swiper-button-prev {
  left: 0;
}
.hot-index-list-box {
  padding-left: 32px;
  width: 466px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.hot-index-list-title {
  position: relative;
}
.hot-index-list-title img {
  height: 28px;
}
.hot-index-list-item {
  padding: 8px;
  border-bottom: 1px solid #f6f6f6;
  cursor: pointer;
}
.hot-index-list-item.active .title {
  color: #E47877;
}
.hot-index-list-item .title-tip {
  color: #ff9600;
}
.hot-index-list-item.active .desc {
  display: -webkit-box;
}
.hot-index-list-item .title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #494949;
}
.hot-index-list-item .time {
  position: absolute;
  right: 0;
  color: #999;
  font-size: 12px;
}
.hot-index-list-item .desc {
  display: none;
  padding-top: 12px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #888;
}
.zhenxuan-page-list .zhenxuan-item {
  display: inline-block;
  width: 50%;
  padding: 26px 16px;
}
.zhenxuan-page-list .zhenxuan-item-img {
  width: 86px;
  height: 86px;
}
.zhenxuan-page-list .zhenxuan-item-content {
  margin-left: 8px;
  font-size: 14px;
  width: 270px;
}
.zhenxuan-page-list .zhenxuan-item:nth-child(2n):after {
  display: none;
}

.zhenxuan-page-list .zhenxuan-item:after {
  top: 48px;
}

.zhenxuan-swiper .swiper-button-prev,
.zhenxuan-swiper .swiper-button-next {
  width: 22px;
  height: 36px;
  background: #e5e5e5;
  color: #fff;
}

.zhenxuan-swiper {
  --swiper-navigation-size: 22px;
}

.zhenxuan-item-img {
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  vertical-align: middle;
}
.zhenxuan-item {
  padding: 16px;
  position: relative;
}
.zhenxuan-article {
  padding: 16px;
}
.zhenxuan-item.active {
  background: #fff2e5;
}
.zhenxuan-item::after {
  content: ' ';
  position: absolute;
  right: -1px;
  top: 25px;
  width: 1px;
  height: 40px;
  background: #eee;
}
.zhenxuan-item-content {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  width: 220px;
  font-size: 12px;
  /* vertical-align: top;
  padding-left: 16px; */
}
.zhenxuan-item-count {
  margin-bottom: 4px;
  color: #999;
}
.zhenxuan-item-title {
  margin-bottom: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
}
.zhenxuan-item-btn {
  width: 72px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ff9600;
  border-radius: 50px;
  color: #ff9600;
  background: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 16px;
  cursor: pointer;
}
.zhenxuan-item-btn:hover {
  color: #fff;
  background: #ff9600;
}

.zhenxuan-item-desc {
  color: #999;
  overflow: hidden;
  width: 140px;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  text-overflow: ellipsis;
  white-space: nowrap;
}

.beikao {
  width: 406px;
}
.beikao-title {
  position: relative;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 800;
}
.beikao-title::after {
  content: ' ';
  position: absolute;
  bottom: -4px;
  display: block;
  width: 48px;
  height: 2px;
  background-color: #EF8671;
}
.clear {
  clear: both;

  height: 0; line-height: 0; font-size: 0
}
.beikao1,
.beikao2 {
  line-height: 0;
}
.beikao1-item {
  display: inline-block;
}
.beikao1-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.beikao1-item img {
  width: 100%;
  height: 100%;
}

.beikao1-1 {
  float: left;
  width: 190px;
  height: 250px;
}

.beikao1-2 {
  margin-left: 14px;
  margin-bottom: 18px;
  width: 198px;
  height: 117px;
}
.beikao1-3 {
  margin-left: 14px;

  width: 198px;
  height: 114px;
}

.beikao2 {
  margin-top: 18px;
}

.beikao2-item {
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 12px;
  padding-left: 8px;
  width: 116px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #313131;
  background: #f6f6f6;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.beikao2-item:nth-child(3n) {
  margin-right: 0;
}
.beikao2-item:hover {
  color: #fff;
  background: #FF9300;
}

.beikao2-item a,
.beikao2-item a:hover{
  color: currentColor;
}
.beikao2-item img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.beikao2-item span {
  font-size: 13px;
  margin-left: 4px;
  vertical-align: middle;
}
.hot-title {
  position: relative;
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.hot-title-text {
  border-left: 3px solid #ff9600;
  padding-left: 14px;
  font-size: 16px;
  font-weight: 800;
}
.hot-title-content {
  padding-left: 14px;
  font-size: 16px;
  font-weight: 800;
}
.hot-title-zhenxuan {
  border-bottom: none;
}
.hot-title-zhenxuan .hot-title-all {
  right: 12px;
}
.hot-title-all {
  position: absolute;
  font-size: 12px;
  color: #999;
  vertical-align: middle;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.hotxun-left {
  width: 540px;
  display: inline-block;
  vertical-align: top;
}
.hotxun-right {
  width: 400px;
  display: inline-block;
}
.hotxun-list {
  /* width: 540px; */
  /* padding: 0 32px; */
  height: 360px;
  overflow: auto;
}
.hotxun-left {
  padding: 0 28px;
}
.hot-xun-item {
  position: relative;
  padding-right: 40px;
  height: 40px;
  line-height: 40px;
  color: #454449;
  border-bottom: 1px solid #eee;
}
.hot-xun-item .time {
  position: absolute;
  color: #9b9b9b;
  font-size: 12px;
  right: 0;
}
.hot-detail {
  padding: 16px;
}
.hx-menu {
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.hx-menu .zy-menu-item {
  padding-left: 14px;
  font-size: 16px;
  font-weight: 800;
}
.hx-menu .zy-menu-item:first-child {
  margin-left: 0;
}
.hx-left {
  padding: 8px 32px;
}
.hx-content .hot-title {

  border-bottom: none;
}
.hotxun {
  padding: 16px 0;
}
.hot-list-left .hot-index-list-title img {
  height: 40px;
}
.hot-list-detail {
  padding: 20px 30px;
}
.hot-index-sbjt {
  padding: 20px 30px;
}
.hot-article-content {
  padding: 30px 20px;
}
.hot-article {
  padding: 16px;
}
.hot-roadmap {
  padding: 16px;
  background: #eee;
}
.hot-article-title {
  padding: 30px 30px 20px 30px;
  text-align: center;
  border-top: 2px solid #D17400;
  font-size: 30px;
  font-weight: 800;
  margin-top: 20px;
  color: #383838;
}
.hot-article-desc {
  text-align: center;
  color: #999;
  font-size: 14px;
}
.hot-article-desc .author {
  margin-right: 50px;
}
.hot-list-left .hot-index-list {
  max-height: 650px;
  overflow: auto;
}
.hot-zhenxuan-ad {
  position: absolute;
    width: 200px;
    height: 30px;
    left: 115px;
    top: 10px;
}
.hot-zhenxuan-ad img {
	width: 100%;
  height: 100%;
}