@font-face {
  font-family: "webmo";
  font-display: swap;
  src: url("https://qiniu.youjiangtai.com/fontface/webmo.eot");
  src: url("https://qiniu.youjiangtai.com/fontface/webmo.eot?#iefix") format("embedded-opentype"), url("https://qiniu.youjiangtai.com/fontface/webmo.woff2") format("woff2");
}

em,
cite,
i {
  font-style: normal;
}

.course-list-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.course-list-box .course-list-item {
  position: relative;
  width: 290px;
  height: 235px;
  margin-right: 29px;
  margin-bottom: 40px;
  background-color: #fff;
  transition: all 0.3s linear;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.course-list-box .course-list-item .course-thumb {
  width: 290px;
  height: 124px;
  float: left;
}

.course-list-box .course-list-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
}

.course-list-box .course-list-item .course-charge {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 30px;
  padding-bottom: 15px;
}

.course-charge .discount {
  width: 60px;
  height: 20px;
  text-align: center;
  border: 1px solid rgba(242, 13, 13, 0.2);
  border-radius: 2px;
  font-size: 12px;
  margin-right: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(242, 13, 13, 0.6);
}

.course-charge .charge-value {
  color: #F01414;
}

.course-charge .charge-value-origin {
  color: #6D7278;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 12px;
}

.course-list-box .course-list-item .course-thumb span {
  display: block;
  width: 290px;
  height: 124px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
  opacity: 0;
}

.course-list-box .course-list-item .course-thumb span:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 42px;
  left: 125px;
  transform: scale(0);
  transition: all 0.3s linear;
  background: url(http://video.nine123.cn/images/2021/01/29/b24ab347a33cc.png) center no-repeat;
  background-size: 40px;
}

.course-list-box .course-list-item:hover .course-thumb span {
  opacity: 1;
}

.course-list-box .course-list-item:hover .course-thumb span:after {
  transform: scale(1.2);
}

.course-list-item .course-title {
  font-size: 14px !important;
  color: #1c1f21;
  font-weight: 500;
}

.course-list-item .course-title:hover {
  color: #0080FF;
}

.course-category {
  display: flex;
  flex-wrap: nowrap;
}

.course-user-count span {
  display: block;
  float: left;
  height: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #1c1f21;
  padding-left: 22px;
  background: url(http://video.nine123.cn/images/2021/01/29/12f09a720a12a.png) left center no-repeat;
  background-size: 15px;
}

.course-user-count span:hover {
  text-decoration: underline;
}

.course-category em {
  display: block;
  float: right;
  height: 20px;
  line-height: 24px;
  font-size: 12px !important;
  color: #9199a1;
  font-style: normal;
}

.course-category em i {
  margin: 0 3px;
  font-style: normal;
}

.slider-box-new {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  background: #ffffff;
}

.left-banner {
  width: 947px;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.right-courses {
  width: 300px;
  height: 403px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.right-courses .course:last-child {
  margin-bottom: 0;
}

.right-courses .course {
  width: 300px;
  height: 128px;
  margin-bottom: 10px;
}

.right-courses .course img {
  width: 300px;
  height: 128px;
  border-radius: 4px;
}

.announcement-block {
  position: relative;
  margin: 0 auto;
  width: 1257px;
}

.announcement-block .announcement {
  width: 100%;
  height: 52px;
  background: #fff9d7;
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.announcement-block .announcement a {
  color: #de7a0b;
}

.sub-title {
  line-height: 30px;
  font-size: 24px;
  color: #1c1f21;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 33px;
  background: url(http://video.nine123.cn/images/2021/01/30/136187aeab6a4.png) left center no-repeat;
  background-size: 25px;
  font-family: webmo, serif !important;
}

.banner-title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  float: none;
  height: auto;
}

.banner-title em {
  display: block;
  border-bottom: 1px solid #79a9f1;
  width: 50px;
  margin: -5px auto;
}

.banner-title p {
  font-size: 16px;
  color: #999;
  line-height: 16px;
  margin: 20px 0;
  font-weight: 200;
}

.main-title {
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
}

.main-title a {
  font-size: 28px;
  line-height: 44px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
}

.main-title a:hover {
  letter-spacing: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.nex_statistic_container {
  width: 100%;
  min-width: 1240px;
  padding-top: 30px;
  background: #f8f8f8;
}

.nex_sta_col_item ul {
  display: flex;
  justify-content: center;
}

.nex_sta_col_item ul li {
  float: left;
  width: 208px;
  padding: 0 20px;
}

.nex_sta_col_item ul li i {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
}

.nex_sta_col_item ul li h5 {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  color: #0080FF;
  font-family: webmo, serif !important;
}

.nex_sta_col_item ul li p {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  color: #888;
}

.nexfooter {
  margin-top: 0;
  width: 100%;
  height: 210px;
  background: url(http://video.nine123.cn/images/2021/01/29/1c622f8bfa5da.jpg) repeat;
}

.nexfttop {
  padding: 30px 0;
  width: 100%;
  min-width: 1240px;
}

.nex_ft_left {
  float: left;
}

.nex_ft_logotxt {
  width: 194px;
  margin-bottom: 20px;
}

.nex_ft_logotxt img {
  width: 194px;
}

.nex_ft_sums {
  max-height: 110px;
  line-height: 22px;
  font-size: 12px;
  color: #888;
  overflow: hidden;
}

.nex_ft_middle_top ul {
  height: 22px;
  overflow: hidden;
}

.nex_ft_middle_top ul li {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #888;
}

.nex_ft_middle_top ul li:nth-child(5) {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0;
}

.nex_ft_middle_top ul li a {
  font-size: 14px;
  color: #ccc;
}

.nex_ft_middle_top ul li a:hover {
  color: #fff;
}

.nex_ft_middle_btm ul li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 12px;
  color: #888;
}

.nex_ft_middle_btm ul li a {
  font-size: 12px;
  color: #888;
}

.nex_ft_middle_btm ul li a:hover {
  color: #fff;
}

.nex_ft_right ul {
  display: table;
  margin: 0 auto;
}

.nex_ft_right ul li {
  float: left;
  width: 100px;
  margin: 0 0 0 30px;
}

.nex_ft_qcode_img {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}

.nex_ft_qcode_img img {
  width: 100px;
  height: 100px;
}

.nex_ft_right ul li p {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #888;
  text-align: center;
  overflow: hidden;
}

ul li {
  list-style: none !important;
}

.clear {
  clear: both;
}

.pills-tab-box {
  justify-content: center;
}

.pills-tab-box .nav-item .nav-link {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  margin: 0 5px;
}

.pills-tab-box .nav-item .active {
  color: #fff;
  border: 1px solid #4775FF;
  background: #4775FF;
}

.all-course a {
  display: block;
  width: 200px;
  margin: 20px auto;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #787878;
  font-weight: 600;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s linear;
  box-shadow: 0px 4px 10px rgba(20, 20, 20, 0.1);
  letter-spacing: 2px;
}

.classes-list-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.course_path_box:hover {
  transform: translateY(-6px);
}

.course_path_box {
  width: 395px;
  height: 200px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 12px 20px rgba(20, 20, 20, 0.15);
  padding: 15px;
  transition: all 0.3s linear;
  margin: 0 15px 50px 0;
}

.course_path_box .course_path_title {
  width: 100%;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}

.course_path_box .course_path_desc {
  width: 100%;
  font-size: 14px;
  min-height: 42px;
}

.course_path_box .course_path_tags {
  padding: 10px 0;
}

.course_path_box .course_path_tags span {
  background: #f3f9ff;
  border-radius: 2.2px;
  font-size: 12px;
  color: #39f;
  letter-spacing: 0;
  line-height: 12px;
  padding: 5px 6px;
  margin-right: 10px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 3px;
}

.course_path_box .course_path_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.course_path_box .course_path_bottom .left .teacher {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.course_path_box .course_path_bottom .left .teacher .img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.course_path_box .course_path_bottom .left .teacher .nick {
  font-size: 12px;
  margin-top: 2px;
}

.course_path_box .course_path_bottom .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.course_path_box .course_path_bottom .right .price {
  font-weight: bold;
  color: #F01414;
}

.course_path_box .course_path_bottom .right .category {
  font-size: 12px;
}

.course_path_box:before {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 4px;
  right: 4px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.course_path_box:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 8px;
  right: 8px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.classes_tags {
  margin-bottom: 5px;
}

.classes_tags span {
  background: #f3f9ff;
  border-radius: 2.2px;
  font-size: 12px;
  color: #39f;
  letter-spacing: 0;
  line-height: 12px;
  padding: 5px 6px;
  margin-right: 10px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

.teacher-box {
  width: 395px;
  height: 200px;
  border-radius: 5px;
  position: relative;
  padding: 15px;
  margin-bottom: 50px;
  transition: all 0.3s linear;
  background: #ffffff;
}

.teacher-box .info {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.teacher-box .info .avatar {
  position: relative;
  width: 60px;
  height: 60px;
}

.teacher-box .info .avatar img {
  width: 100%;
  height: 100%;
}

.teacher-box .info .other {
  position: relative;
  margin-left: 10px;
  width: 300px;
}

.teacher-box .info .other .job {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}

.teacher-box .info .other .name {
  font-weight: bold;
  font-size: 14px;
}

.teacher-box .info .other .name span {
  font-size: 12px;
  margin-left: 10px;
  color: #ff6600;
}

.qrcode-show {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.qrcode-show img {
  width: 100%;
  height: 100%;
}

.about_us_nav {
  background: #ffffff;
}

.about_us_nav .nav-link {
  position: relative;
  background: #ffffff !important;
  color: #333;
  padding: 0 30px;
  font-size: 16px;
  line-height: 52px;
  height: 52px;
  cursor: pointer;
  font-weight: bold !important;
  border-radius: 0 !important;
}

.about_us_nav .nav-link:hover {
  background: #3945F9 !important;
  color: #ffffff !important;
}

.about_us_nav .active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 32px;
  width: 0;
  border-right: 3px solid #3945F9;
  opacity: 1;
}

.about_us_nav .active {
  background: #ffffff !important;
  color: #3945F9 !important;
}

.jumbotron-bg {
  background: url(http://video.nine123.cn/images/2021/01/31/428a6e5fb7720.jpg) center no-repeat;
  margin-bottom: 0;
  padding: 3rem 2rem;
}

.jumbotron-bg p {
  font-size: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.about_us_content {
  background: #ffffff !important;
  padding: 20px;
}

.about_us_content .title_wrap {
  height: 25px;
  line-height: 25px;
  margin-bottom: 30px;
  position: relative;
}

.about_us_content .title_wrap em {
  font-style: normal;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  color: #333;
  padding-left: 30px;
  background: url(http://video.nine123.cn/images/2021/01/31/57fa6be5d126c.jpg) left center no-repeat;
}

.about_us_content p {
  text-indent: 2rem;
}

.nex_index_tab_switch {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 1px 12px 3px #eee;
}

.nex_index_tab_switch ul {
  padding: 0;
  margin: 0;
}

.nex_index_tab_switch ul a li {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #757575;
  padding-left: 45px;
  border-radius: 4px;
  cursor: pointer;
}

.nex_index_tab_switch ul a li.on {
  color: #fff;
}

.nex_index_tab_switch ul a:nth-child(1) li {
  background: url(/images/nex_tab_icon1.png?2d79e0a2583804f5ff8bc7ff3a2cff4c) 10px center no-repeat;
}

.nex_index_tab_switch ul a:nth-child(2) li {
  background: url(/images/nex_tab_icon2.png?db05fd5b56b64a12d23e8a4faae252ed) 10px center no-repeat;
}

.nex_index_tab_switch ul a:nth-child(3) li {
  background: url(/images/nex_tab_icon3.png?52b0de8dc7c63b1277c0ae3efac3a703) 10px center no-repeat;
}

.nex_index_tab_switch ul a:nth-child(4) li {
  background: url(/images/nex_tab_icon4.png?436a8a7f5b5c9e16813ae8817869937d) 10px center no-repeat;
}

.nex_index_tab_switch ul a:nth-child(1) li.on {
  background: #3945F9 url(/images/nex_tab_icon1_w.png?38fff5841d3da4dd8dfacfb636530765) 10px center no-repeat;
}

.nex_index_tab_switch ul a:nth-child(2) li.on {
  background: #3945F9 url(/images/nex_tab_icon2_w.png?fd7329639e552e970383406237b75ed7) 10px center no-repeat;
}

.nex_index_tab_switch ul a:nth-child(3) li.on {
  background: #3945F9 url(/images/nex_tab_icon3_w.png?f393ce77c5930dff12bf5fbfd5621cc6) 10px center no-repeat;
}

.nex_index_tab_switch ul a:nth-child(4) li.on {
  background: #3945F9 url(/images/nex_tab_icon4_w.png?80ec9006a64a2d3436158f80e5b95280) 10px center no-repeat;
}

.nex_focus_us {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 1px 12px 3px #eee;
}

.nex_focus_us_title {
  width: 100%;
  height: 60px;
  background: url(/images/nex_tab_bg.png?22570fc73ef6156d04034fe829889320) center no-repeat;
  background-size: cover;
}

.portal_block_summary {
  position: relative;
  background: #ffffff;
}

.portal_block_summary .nex_focus_qcode {
  width: 130px;
  height: 130px;
  margin: 0 auto 10px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 5px;
}

.portal_block_summary .nex_focus_qcode img {
  width: 120px;
  height: 120px;
  border-radius: 6px;
}

.nex_focus_txt h5 {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  font-weight: bold;
}

.nex_focus_txt p {
  text-align: center;
  height: 32px;
  line-height: 16px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
}

.nex_index_mains {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.nex_bn_tops {
  height: 30px;
}

.nex_bn_tops .nex_span_recoms {
  padding-left: 43px;
  background: url(/images/nex_tab_b1.png?09f6542a2b9dbcb67461f008d34c3391) left center no-repeat;
}

.nex_bn_tops .nex_span_recoms1 {
  padding-left: 43px;
  background: url(/images/nex_tab_b2.png?f2d2c5125ba5a00c30a6b6d558cda3b3) left center no-repeat;
}

.nex_bn_tops .nex_span_recoms2 {
  padding-left: 43px;
  background: url(/images/nex_tab_b3.png?3fb63fa05896ef10d043f0386e9e9730) left center no-repeat;
}

.nex_bn_tops .nex_span_recoms3 {
  padding-left: 43px;
  background: url(/images/nex_tab_b4.png?b2850e788eafd1508830a647c4b987cb) left center no-repeat;
}

.nex_bn_tops span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.nex_index_sd {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 2px 1px 12px 3px #eee;
}

.nex_index_sd_title {
  height: 20px;
  margin-bottom: 20px;
  position: relative;
}

.nex_index_sd_title span {
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  position: relative;
}

.nex_index_sd_title span:after {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  background: #3945F9;
  position: absolute;
  top: 2px;
  left: -20px;
}

.nex_index_sd_title a {
  display: block;
  float: right;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}

.nex_finance_newslist {
  width: 100%;
  background: #ffffff;
  padding: 0 20px;
}

.nex_finance_newslist ol,
.nex_finance_newslist ul,
.nex_finance_newslist dl {
  margin: 0;
  padding: 0;
}

.nex_finance_newslist ul {
  padding: 0;
  margin: 0;
}

.nex_finance_newslist ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.nex_main_line_top {
  height: 24px;
  margin-bottom: 15px;
}

.nex_main_line_top_l {
  float: left;
}

.nex_main_line_top_l a {
  display: block;
  float: left;
}

.nex_main_line_top_l a img {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  transition: all 0.3s linear;
}

.nex_main_line_top_l a:hover img {
  transform: rotate(60deg);
}

.nex_main_line_top_l a em {
  display: block;
  float: left;
  margin-left: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}

.nex_main_line_top_l a:hover em {
  text-decoration: underline;
  color: #3945F9;
}

.nex_main_line_top_l span {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #767676;
  font-size: 14px;
  margin-left: 10px;
  padding-left: 10px;
  background: url(/images/nex_icon_sq.png?bc6b8a01a39a9ac3d5e99d22d306eb37) left center no-repeat;
}

.nex_main_line_top_r {
  float: right;
}

.nex_main_line_top_r a {
  display: block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  background: #FFB772;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
}

.nex_main_line_top_r a:hover {
  background: #FF6038;
}

.nex_main_line_mid_long .nex_main_line_mid_l {
  float: none !important;
  width: 100% !important;
}

.nex_main_line_mid {
  margin-bottom: 12px;
}

.nex_main_line_mid_l {
  float: left;
  width: 530px;
}

.nex_main_line_mid_l h5 {
  max-height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.nex_main_line_mid_l h5 a {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.nex_main_line_mid_l h5 a:hover {
  color: #3945F9;
}

.nex_main_sums {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  color: #6c757d;
}

.nex_main_sums label {
  display: none;
}

.nex_main_line_mid_r {
  float: right;
  width: 110px;
  height: 70px;
}

.nex_main_line_mid_r a img {
  display: block;
  width: 110px;
  height: 70px;
  border-radius: 4px;
}

.nex_main_line_btm {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.nex_main_line_btm ol span {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #757575;
}

.nex_main_line_btm ol span.nex_main_line_heats {
  padding-left: 25px;
  background: url(/images/nex_index_heat.webp?af484ccacb2d32d1e20127721cc2655b) left center no-repeat;
  background-size: 15px;
}

.nex_main_line_btm ol span.nex_main_line_replies {
  padding-left: 25px;
  background: url(/images/nex_index_reply.webp?02967b9678b9b8540fe77aa5f0b3c520) left center no-repeat;
  background-size: 13.5px;
}

.nex_main_line_btm ol span.nex_main_line_views {
  padding-left: 15px;
  background: url(/images/nex_icon_sq.png?bc6b8a01a39a9ac3d5e99d22d306eb37) left center no-repeat;
}

.nex_main_line_btm ol span.nex_main_line_views em {
  margin-left: 5px;
}

.nex_load_more p {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-top: 20px;
}

.nex_load_more a {
  display: block;
  margin: 20px auto 0px;
  width: 188px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ccc;
  color: #999;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s linear;
}

.nex_load_more a:hover {
  background: #3945F9;
  color: #fff;
  border: 1px solid #3945F9;
}

.nex_ranklist_box {
  margin: 0;
  padding: 0;
}

.nex_ranklist_box li em.nex_rk_num1 {
  border: 1px solid #3945F9;
  color: #fff;
  background: #3945F9;
}

.nex_ranklist_box li em {
  display: inline-block;
  width: 20px;
  height: 14px;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  color: #1458d4;
  border: 1px solid #1458d4;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 6px;
}

.nex_ranklist_box li a {
  font-size: 14px;
  color: #333;
}

.nex_ranklist_box li span {
  font-size: 12px;
  color: #666666;
}

a {
  text-decoration: none;
}

.article_content {
  width: 100%;
  background: #ffffff;
  padding: 20px;
}

.comment-tip-box {
  width: 100%;
}

.comment-tip-box p {
  text-align: center;
  font-size: 16px;
  color: #333333;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

