@charset "utf-8";
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 2444528 */
  src: url('//at.alicdn.com/t/c/font_2444528_a4b4rb04r68.woff2?t=1711951760328') format('woff2'), url('//at.alicdn.com/t/c/font_2444528_a4b4rb04r68.woff?t=1711951760328') format('woff'), url('//at.alicdn.com/t/c/font_2444528_a4b4rb04r68.ttf?t=1711951760328') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.bg-f8 {
  background: #f8f8f8;
}
button {
  border: 0;
  background: unset;
}
body {
  max-width: 640px;
  margin: auto !important;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.top-header {
  padding-top: 48px;
}
.top-header.opacity0 {
  padding: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.top-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  max-width: 640px;
  width: 100%;
  height: 48px;
  padding: 12px;
  background: #fff;
}
.top-head-logo {
  display: block;
  height: 24px;
}
.top-header-name {
  max-width: calc(100% - 170px);
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #262626;
  line-height: 23px;
  margin-left: 8px;
  float: left;
}
.top-head-logo img {
  height: 100%;
}
.top-head-city {
  margin-left: 6px;
  display: block;
  padding-right: 12px;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
  background: url(../img/arrow-solid-down.svg) no-repeat right center;
  background-size: 9px 9px;
}
.top-head-search {
  width: 24px;
  height: 24px;
  background: url(../img/search.svg) no-repeat center center;
  background-size: 18px 18px;
}
.top-head-dropdown {
  margin: 0 -3px 0 6px;
  position: relative;
  cursor: pointer;
}
.head-nav-drop-btn {
  width: 24px;
  height: 24px;
  background: url(../img/top-drop.svg) no-repeat center center;
  background-size: 18px 18px;
}
.head-nav-dropdown-list {
  position: absolute;
  top: 48px;
  right: 3px;
  padding: 0 0 18px 14px;
  width: 144px;
  background: #fff;
  border-radius: 6px;
}
.head-nav-dropdown-list li {
  margin: 18px 0 0;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #333;
}
.head-nav-dropdown-list li a {
  color: #333;
}
.top-head-dropdown.hide .head-nav-dropdown-list {
  display: none;
}
.jglist-column {
  padding: 13px 12px 14px;
  background: #FFFFFF;
}
.jglist-column ul {
  display: flex;
  align-items: center;
}
.jglist-column ul li {
  margin-right: 32px;
}
.jglist-column ul li a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 15px;
  color: #8C8C8C;
  line-height: 21px;
}
.jglist-column ul li.active a {
  position: relative;
  color: #E40F0F;
}
.jglist-column ul li.active a::after {
  content: '';
  width: 28px;
  height: 3px;
  background: linear-gradient(270deg, rgba(228, 15, 15, 0) 0%, #E40F0F 100%);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.type-select-nav {
  position: relative;
  z-index: 50;
  height: 44px;
  line-height: 44px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-width: thin;
  cursor: pointer;
}
.type-select-nav li {
  position: relative;
  float: left;
  width: 33.3%;
  height: 43px;
  font-size: 14px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.type-select-nav li span {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  max-width: calc(100% - 14px);
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.type-select-nav li .arrow {
  position: absolute;
  top: 14px;
  right: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-mask: url(../img/arrow-solid-down.svg) no-repeat;
  mask: url(../img/arrow-solid-down.svg) no-repeat;
  background-color: #ccc;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.classright {
  background: #fff;
  position: absolute;
  z-index: 999;
  height: 312px;
  width: 100%;
  display: none;
  overflow: hidden;
}
.sortleft {
  width: 30%;
  float: left;
  background: #fff;
  overflow-y: auto;
  height: 310px;
  box-sizing: border-box;
}
.sortleft ul li {
  padding: 0 15px 0 18px;
  margin-top: 15px;
  height: 20px;
  line-height: 21px;
  font-size: 13px;
  color: #333;
}
.sortleft ul li.online {
  color: #E40F0F;
}
.sortmid {
  width: 35%;
  float: left;
  background: #f8f8f8;
}
.sortmiddle {
  height: 310px;
  overflow-y: auto;
  display: none;
  box-sizing: border-box;
}
.sortmiddle ul li {
  padding: 0 15px;
  margin: 20px 0 0;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #262626;
}
.sortmiddle ul li.online {
  color: #E40F0F;
}
.sortrightdiv {
  width: 35%;
  float: left;
}
.sortright {
  height: 310px;
  overflow-y: auto;
  background: #fff;
  display: none;
  box-sizing: border-box;
}
.sortright ul li {
  padding: 0 18px 0 15px;
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sortright ul li a {
  color: #262626;
  font-size: 14px;
}
.sortright ul li.online a {
  color: #E40F0F;
}
.bgceng {
  background: #000;
  width: 100%;
  position: absolute;
  top: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 5;
}
.qucontent {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
}
.qu-left {
  width: 30%;
  float: left;
  background: #fff;
  height: 300px;
  overflow-y: auto;
}
.qu-left ul li {
  margin: 20px 0 0;
  padding-left: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #262626;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.qu-left ul li.online {
  color: #E40F0F;
}
.qu-right {
  float: left;
  width: 35%;
  display: none;
  position: relative;
  height: 310px;
  background: #f8f8f8;
  overflow-y: auto;
  box-sizing: border-box;
}
.bottomdiv {
  height: 500px;
  position: fixed;
  z-index: 2;
  opacity: 0.5px;
  background: #000;
  bottom: 0;
}
.qu-right dl dd {
  margin: 20px 0 0;
  padding-left: 30px;
  padding-right: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #262626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.qu-right dl dd a {
  color: #262626;
  display: block;
}
.qu-right dl dd.online a {
  color: #FF9901;
}
.courlist-change {
  width: 100%;
  height: 300px;
  background: #fff;
  position: absolute;
  z-index: 999;
  display: none;
}
.courlist-change a {
  display: block;
  margin: 20px 20px 0;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
}
.courlist-change a.on {
  color: #E40F0F;
}
.courlist-chose-type.fixed {
  position: fixed;
  top: 0;
  z-index: 98;
  padding-top: 48px;
  width: 100%;
  max-width: 640px;
  height: 90px;
  margin: 0;
}
.qu-left-new {
  width: 100%;
  background: #fff;
}
.qu-left-new dl {
  overflow: hidden;
}
.qu-left-new dd {
  border: #E40F0F solid 1px;
  border-radius: 4px;
  color: #E40F0F;
  padding: 0 10px;
  line-height: 26px;
  height: 28px;
  float: left;
  margin: 9px 13px;
  min-width: 70px;
  text-align: center;
  box-sizing: border-box;
}
.qu-left-new dd.online {
  background: #E40F0F;
}
.qu-left-new dd a {
  font-size: 12px;
  color: #E40F0F;
}
.qu-left-new dd.online a {
  color: #FFF;
}
.top-city-list {
  padding: 12px 12px 0;
  display: flex;
  flex-wrap: wrap;
}
.top-city-list li {
  width: calc((100% - 32px) / 5);
  height: 28px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E40F0F;
  margin-right: 8px;
}
.top-city-list li:nth-child(5n) {
  margin-right: 0;
}
.top-city-list li:nth-child(n+6) {
  margin-top: 8px;
}
.top-city-list li a {
  display: block;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #E40F0F;
  text-align: center;
  line-height: 26px;
}
.jglist-container {
  margin-top: 12px;
}
.jglist-container li {
  background: #FFFFFF;
  padding: 16px 12px 0;
}
.jglist-container li.next-block-li {
  padding-top: 20px;
}
.jglist-container li.prev-block-li > div {
  padding-bottom: 20px;
}
.jglist-container li:first-child {
  padding: 20px 12px 0;
}
.jglist-container li > div {
  padding-bottom: 16px;
  border-bottom: 1px solid #F8F8F8;
}
.jglist-container li:last-child {
  padding-bottom: 20px;
}
.jglist-container li:last-child > div {
  border: 0;
  padding: 0;
}
.jglist-container li .jg-item-box {
  display: flex;
}
.jglist-container li .jg-item-box .jg-item-logo {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.jglist-container li .jg-item-box .jg-item-logo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.jglist-container li .jg-item-box .jg-item-r {
  flex: 1;
  min-width: 0;
}
.jglist-container li .jg-item-box .jg-item-r .jg-item-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jglist-container li .jg-item-box .jg-item-r .jg-item-name h2,
.jglist-container li .jg-item-box .jg-item-r .jg-item-name h2 a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #262626;
  line-height: 24px;
}
.jglist-container li .jg-item-box .jg-item-btn {
  display: flex;
  margin-left: 6px;
}
.jglist-container li .jg-item-box .jg-item-btn div {
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.jglist-container li .jg-item-box .jg-item-btn div img {
  width: 100%;
  height: 100%;
}
.jglist-container li .jg-item-box .jg-item-info {
  margin-top: 3px;
  display: flex;
  align-items: center;
}
.jglist-container li .jg-item-box .jg-item-info em {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  padding: 0 3px;
  background: #E40F0F;
  margin-right: 6px;
  border-radius: 5px;
}
.jglist-container li .jg-item-box .jg-item-info span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #262626;
  line-height: 17px;
  margin-right: 6px;
}
.jglist-container li .jg-item-box .jg-item-xq {
  margin-top: 3px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
}
.jglist-container li .jg-item-box .jg-item-label {
  display: flex;
  align-items: center;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  width: fit-content;
  padding: 0 4px;
  margin-top: 8px;
}
.jglist-container li .jg-item-box .jg-item-label dd {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #595959;
  line-height: 18px;
  margin-right: 11px;
  position: relative;
  white-space: nowrap;
}
.jglist-container li .jg-item-box .jg-item-label dd:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0;
}
.jglist-container li .jg-item-box .jg-item-label dd:last-child::after {
  content: none;
}
.jglist-container li .jg-item-box .jg-item-label dd::after {
  content: '';
  width: 1px;
  height: 8px;
  background: #ABABAB;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
.jglist-container li .jg-item-course {
  padding: 10px 12px;
  margin-top: 12px;
  background: #F8F8F8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jglist-container li .jg-item-course dl {
  flex: 1;
  min-width: 0;
}
.jglist-container li .jg-item-course dl dd {
  margin-top: 6px;
}
.jglist-container li .jg-item-course dl dd a {
  display: flex;
  align-items: center;
}
.jglist-container li .jg-item-course dl dd:first-child {
  margin-top: 0;
}
.jglist-container li .jg-item-course dl dd em {
  width: 16px;
  height: 16px;
  background: #E40F0F;
  border-radius: 3px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
  line-height: 15px;
  margin-right: 4px;
}
.jglist-container li .jg-item-course dl dd span {
  flex: 1;
  min-width: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #262626;
  line-height: 16px;
}
.jglist-container li .jg-item-course button {
  width: 104px;
  margin-left: 12px;
  border: 0;
  background: unset;
}
.jglist-container li .jg-item-course button img {
  width: 100%;
}
.jg-guess-box {
  margin: 12px 12px 0;
  background: linear-gradient(270deg, #F56464 0%, #E40F0F 100%);
  border-radius: 6px;
  padding: 0 2px 2px;
}
.jg-guess-box .jg-guess-title {
  padding: 12px 10px 11px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 21px;
}
.jg-guess-box .jglist-container {
  border-radius: 0 0 4px 4px;
  margin-top: 0;
}
.jg-guess-box .jglist-container li:last-child {
  border-radius: 0 0 4px 4px;
}
.jg-guess-box .jglist-container li .jg-item-box .jg-item-logo {
  width: 68px;
  height: 68px;
}
.jg-guess-box .jglist-container li .jg-item-box .jg-item-r .jg-item-name {
  align-items: flex-start;
}
.jg-guess-box .jglist-container li .jg-item-box .jg-item-xq {
  margin-top: 0;
}
.jg-guess-box .jglist-container li .jg-item-box .jg-item-r .jg-item-name h2,
.jg-guess-box .jglist-container li .jg-item-box .jg-item-r .jg-item-name h2 a {
  font-size: 15px;
  line-height: 21px;
}
.jglist-container .jglist-block {
  margin: 8px 0;
}
.jglist-container .jglist-block,
.jglist-block {
  margin-top: 8px;
  background: #FFFFFF;
  padding: 0;
}
.jglist-container .jglist-block .jglist-block-title,
.jglist-block .jglist-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px 12px;
  border: 0;
}
.jglist-container .jglist-block .jglist-block-title p,
.jglist-block .jglist-block-title p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #262626;
  line-height: 25px;
}
.jglist-container .jglist-block .jglist-block-title a,
.jglist-block .jglist-block-title a {
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
}
.jglist-container .jglist-block .jglist-block-title a i,
.jglist-block .jglist-block-title a i {
  color: #8C8C8C;
  font-size: 16px;
  line-height: 16px;
  transform: translateY(-1px);
}
.jglist-container .jglist-course {
  padding: 0 12px 16px;
  border: 0;
  overflow: hidden;
}
.jglist-container .jglist-course li {
  width: 156px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F5F6F7;
  margin-right: 10px;
  padding: 8px;
}
.jglist-container .jglist-course li:last-child {
  margin-right: 0;
}
.jglist-container .jglist-course li .course-logo {
  width: 100%;
  height: 84px;
  border-radius: 3px;
}
.jglist-container .jglist-course li .course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.jglist-container .jglist-course li h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  margin-top: 8px;
}
.jglist-container .jglist-course li p {
  display: flex;
  align-items: center;
  margin-top: 1px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
}
.jglist-container .jglist-course li p i {
  font-size: 12px;
  margin-right: 2px;
  line-height: 16px;
  transform: translateY(-1px);
}
.jglist-container .jglist-course li button {
  width: 100%;
  margin-top: 8px;
  height: 28px;
  background: #FFF4F5;
  border-radius: 3px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 13px;
  color: #E40F0F;
  line-height: 28px;
}
.jg-news-nav {
  padding: 0 12px;
  display: flex;
}
.jg-news-nav dd {
  padding-bottom: 8px;
  margin-right: 32px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 15px;
  color: #8C8C8C;
  line-height: 21px;
}
.jg-news-nav dd:last-child {
  margin-right: 0;
}
.jg-news-nav dd.active {
  color: #E40F0F;
  position: relative;
}
.jg-news-nav dd.active::after {
  content: '';
  width: 28px;
  height: 3px;
  background: linear-gradient(270deg, rgba(255, 41, 56, 0) 0%, #FF2938 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news-swiper {
  overflow: hidden;
}
.news-swiper li {
  padding: 0 12px;
}
.news-swiper li:last-child {
  margin-right: 0;
}
.news-swiper dd {
  padding-bottom: 16px;
  border-bottom: 1px solid #F8F8F8;
  margin-top: 16px;
}
.news-swiper dd:last-child {
  border-bottom: 0;
}
.news-swiper dd a {
  display: flex;
}
.news-swiper dd a .news-left {
  flex: 1;
  min-width: 0;
}
.news-swiper dd a .news-left h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #262626;
  line-height: 22px;
}
.news-swiper dd a .news-left p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
  margin-top: 3px;
}
.news-swiper dd a .news-left div {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.news-swiper dd a .news-left div span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ABABAB;
  line-height: 15px;
}
.news-swiper dd a .news-logo {
  width: 110px;
  height: 66px;
  border-radius: 5px;
  margin-left: 16px;
}
.news-swiper dd a .news-logo img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.clearflow {
  overflow: hidden;
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
  *display: inline;
}
.fr {
  float: right;
  *display: inline;
}
.index-footer {
  padding: 9px 0;
  margin: 8px 0 0;
  background: #fff;
}
.index-bread {
  margin: 0 12px;
  font-size: 12px;
  color: #A9A9A9;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.index-bread a {
  color: #A9A9A9;
  padding: 2.5px;
}
.index-bread span {
  color: #A9A9A9;
  padding: 2.5px;
}
.index-bread i {
  font-size: 14px;
}
.index-footer-nav {
  margin: 24px 0 0 12px;
}
.index-footer-nav li {
  float: left;
  margin-right: 24px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.index-footer-nav li a {
  color: #666;
}
.index-footer-nav li.on {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.index-footer-nav li.on a {
  color: #333;
}
.index-footer-list {
  padding: 9px 0 0;
}
.tab-list {
  display: none;
}
.tab-list.show {
  display: block;
}
.index-footer-list dd {
  width: calc(50% - 48px);
  margin: 9px 12px 0;
  float: left;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-footer-list dd a {
  display: block;
  color: #999;
}
.index-footer-bottom-link {
  margin: 30px 0 0;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  text-align: center;
}
.index-footer-bottom-link a {
  color: #666;
  margin: 0 9px;
}
.index-footer-bottom-logo {
  width: 101px;
  margin: 9px auto 0;
  display: block;
}
.index-footer-bottom-copy {
  margin: 9px 0 0;
  font-size: 12px;
  color: #A9A9A9;
  line-height: 18px;
  text-align: center;
}
