@charset "UTF-8";
.ej-container,
.ej-wrapper {
  width: 100%;
  padding: 0;
}
footer {
  margin-top:0;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

a {
  color: inherit;
}

.ej-common-tabs {
  margin: 60px 0;
}
.ej-common-tabs .tabs-list .ej-tabs-btn {
  height: 85px;
  box-sizing: border-box;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  border: solid calc(2 / 750 * 100vw) var(--ej-color-primary);
  border-right: none;
  font-size: var(--ej-font-size-large);
  color: var(--ej-color-primary);
  cursor: pointer;
  position: relative;
  transition: 0.5s all;
  box-sizing: border-box;
}
.ej-common-tabs .tabs-list .ej-tabs-btn svg {
  margin-right: 6px;
  width: 34px;
}
.ej-common-tabs .tabs-list .ej-tabs-btn svg path {
  fill: var(--ej-color-primary);
}
.ej-common-tabs .tabs-list .ej-tabs-btn .on-icon path {
  fill: var(--ej-color-white);
}
.ej-common-tabs .tabs-list .ej-tabs-btn.activity {
  background-color: var(--ej-color-primary);
  color: var(--ej-color-white);
  border-bottom: none;
}
.ej-common-tabs .tabs-list .ej-tabs-btn.activity::before {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--ej-color-warning);
  width: 0;
  width: calc(100% + 2px);
  height: 4px;
}
.ej-common-tabs .tabs-list .ej-tabs-btn.activity-other {
  background-color: var(--ej-color-primary);
  color: var(--ej-color-white);
  border-bottom: none;
}
.ej-common-tabs .tabs-list .ej-tabs-btn.activity-other::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--ej-color-warning);
  width: 0;
  width: calc(100% + 2px);
  height: 4px;
}
.ej-common-tabs .tabs-list .ej-tabs-btn:nth-child(6n) {
  border-right: solid calc(2 / 750 * 100vw) var(--ej-color-primary);
}
.ej-common-tabs .tabs-list .ej-tabs-btn:nth-child(n+7) {
  border-top: none;
}
.ej-common-tabs .tabs-list .ej-tabs-btn:last-child {
  border-right: solid calc(2 / 750 * 100vw) var(--ej-color-primary);
}
.ej-common-tabs .tabs-list .ej-tabs-btn:first-child {
  border-top: solid calc(2 / 750 * 100vw) var(--ej-color-primary);
}
.ej-common-sidebar ul {
  padding: 0;
}
.ej-common-sidebar .sidebar-list {
  width: 100%;
}
.ej-common-sidebar .sidebar-list .sidebar-item {
  display: block;
  width: 100%;
  line-height: 55px;
  margin-bottom: 10px;
  background-color: #f8fafd;
  transition: 0.5s all;
  position: relative;
}
.ej-common-sidebar .sidebar-list .sidebar-item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 34px;
  padding-right: 26px;
  box-sizing: border-box;
  font-size: var(--ej-font-size-large);
}
.ej-common-sidebar .sidebar-list .sidebar-item .title span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ej-common-sidebar .sidebar-list .sidebar-item .title .icon img {
  width: 15px;
}
.ej-common-sidebar .sidebar-list .sidebar-item.acitve {
  background: url(../images/policy-law/check.jpg) no-repeat left top;
  background-size: 100% 55px;
}
.ej-common-sidebar .sidebar-list .sidebar-item.acitve .title {
  color: var(--ej-color-white);
}
.ej-common-sidebar .sidebar-list .sidebar-item.acitve .title .icon {
  display: none;
}
.ej-common-sidebar .sidebar-list .sidebar-item.acitve .children-list {
  max-height: 1000px;
  padding: 20px 0 30px 0;
  transition: all 0.5s;
}
.ej-common-sidebar .sidebar-list .sidebar-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 55px;
  background-color: #ffc819;
}
.ej-common-sidebar .children-list {
  max-height: 0;
  overflow: hidden;
  background-color: #f8fafd;
  transition: all 0.3s;
}
.ej-common-sidebar .children-item .children-title {
  display: flex;
  align-items: center;
  padding: 0 34px;
  height: 40px;
  font-size: var(--ej-font-size-medium);
  color: var(--ej-text-color-primary);
}
.ej-common-sidebar .children-item .children-title span {
  padding-left: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
.ej-common-sidebar .children-item .children-title span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #1eb9e1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ej-common-sidebar .children-item.children-active .children-title span {
  font-weight: bold;
  text-decoration: underline;
}
.ej-common-sidebar .children-item.children-active .children-title span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--ej-color-warning);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ej-common-type .type-list {
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: calc(2 / 750 * 100vw) solid #caddef;
  display: flex;
}
.ej-common-type .type-item a {
  display: block;
  padding: 7px 12px;
  color: var(--ej-color-primary);
  font-size: var(--ej-font-size-medium);
}
.ej-common-type .type-item:nth-child(n+2) {
  margin-left: 30px;
}
.ej-common-type .type-item.active a {
  color: #fff;
  background-color: var(--ej-color-primary);
}
.ej-common-type .type-item:hover a {
  color: #fff;
  background-color: var(--ej-color-primary);
}
.ej-common-type.type-second {
  display: flex;
  justify-content: space-between;
  border-bottom: calc(2 / 750 * 100vw) solid #caddef;
  margin-top: 50px;
}
.ej-common-type.type-second .type-state {
  font-size: 32px;
  letter-spacing: 1px;
  color: var(--ej-color-black);
  position: relative;
}
.ej-common-type.type-second .type-state::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffc819;
}
.ej-common-type.type-second .type-list {
  border: none;
}
.ej-common-title {
  font-size: var(--ej-font-size-large);
  letter-spacing: 1px;
  color: var(--ej-text-color-primary);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ej-common-paragraph {
  font-size: var(--ej-font-size-base);
  color: var(--ej-text-color-regular);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ej-common-date__other {
  font-size: var(--ej-font-size-base);
  color: var(--ej-text-color-regular);
  font-weight: bold;
}
.ej-common-date__other font {
  font-size: var(--ej-font-size-extra-small);
  font-weight: normal;
}
.ej-common-type {
  border-bottom: calc(2 / 750 * 100vw) solid #caddef;
}
.ej-common-type .type-title {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 1px;
  color: var(--ej-color-black);
  position: relative;
  padding-bottom: 18px;
}
.ej-common-type span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffc819;
}
.ej-common-date {
  color: var(--ej-text-color-regular);
  font-size: var(--ej-font-size-extra-small);
  font-weight: normal;
}
.ej-common-banner {
  height: 360px;
}
.ej-common-banner .breadcrumb {
  padding-top: 10px;
  color: #bcccde;
  font-size: var(--ej-font-size-extra-small);
}
.ej-common-banner .breadcrumb span {
  padding: 0 10px;
}
.ej-common-banner p {
  font-weight: lighter;
  font-size: 46px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ej-common-banner-bottom {
  position: absolute;
  bottom: calc(30 / 750 * 100vw);
  left: calc(60 / 750 * 100vw);
}
.ej-common-banner-bottom > div {
  margin-right: 34px;
  color: #bcccde;
}
.ej-common-classroom {
  padding-bottom: 60px;
}
.ej-common-classroom .item-title {
  padding-top: 80px;
  padding-bottom: 30px;
  border-bottom: calc(2 / 750 * 100vw) solid #d8d8d8;
}
.ej-common-classroom .item-title .title {
  font-size: 32px;
  color: var(--ej-text-color-primary);
  position: relative;
}
.ej-common-classroom .item-title .title.title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffc819;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
}

.ej-pagination .ej-pagination-prev,
.ej-pagination .ej-pagination-next {
  min-width: 90px;
}

.ej-pagination .ej-pagination-quick-jumper input {
  width: 70px;
}

.ej-button {
  color: var(--ej-color-primary);
  cursor: pointer;
  border: calc(2 / 750 * 100vw) solid var(--ej-color-primary);
  width: calc(322 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
height: calc(80 / 750 * 100vw);line-height: calc(80 / 750 * 100vw);text-align: center;display: block;}

.ej-button-default {
  display: block;
  padding: 10px 60px;
  text-align: center;
  box-sizing: border-box;
  border: calc(2 / 750 * 100vw) solid var(--ej-color-primary);
  color: var(--ej-color-primary);
  cursor: pointer;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ej-button-default:hover {
  background: var(--ej-color-primary);
  border-color: var(--ej-color-primary);
  color: #ffffff;
}

.ej-pic-box {
  position: relative;
}
.ej-pic-box img {
  position: absolute;
  left: 0;
  top: 0;
}

.ej-float-panel {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 999;
}
.ej-float-panel-wrapper {
  width: 80px;
  border: calc(2 / 750 * 100vw) solid #999999;
  border-top: none;
}
.ej-float-panel-wrapper-item {
  border-top: calc(2 / 750 * 100vw) solid #999999;
  height: 80px;
  background-color: var(--ej-bg-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ej-float-panel-wrapper-item-icon {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/home/imitate-icon1.png) no-repeat center;
  background-size: contain;
}
.ej-float-panel-wrapper-item span {
  color: #666666;
  margin-top: 8px;
  font-size: 14px;
}

.ej-new-dynamic-content {
  border-bottom: calc(2 / 750 * 100vw) solid #caddef;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.ej-new-dynamic-content span {
  position: relative;
  z-index: 99;
  box-sizing: border-box;
  height: 51px;
  font-size: 28px;
  padding-bottom: 18px;
  border-bottom: 2px solid #ffc819;
}
.ej-new-dynamic-content .tabs-content {
  display: flex;
  align-items: center;
}
.ej-new-dynamic-content .tabs-content a {
  transition: 0.5s all;
  text-align: center;
  font-weight: bold;
  display: block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: var(--ej-font-size-medium);
  color: var(--ej-color-primary);
}
.ej-new-dynamic-content .tabs-content a.onCheck {
  color: var(--ej-color-white);
  background-color: var(--ej-color-primary);
}
.ej-new-dynamic-content .tabs-content a:hover {
  color: var(--ej-color-white);
  background-color: var(--ej-color-primary);
}

.ej-tabs-secondary {
  border: none;
  height: auto;
  margin-top: 30px;
}
.ej-tabs-secondary .tabs-content a {
  min-width: 110px;
  margin: 0 !important;
  color: var(--ej-text-color-primary);
  font-weight: normal;
}
.ej-tabs-secondary .tabs-content a.onCheck {
  color: var(--ej-text-color-primary);
  background-color: #dfe8f9;
  font-weight: bold;
}
.ej-tabs-secondary .tabs-content a:hover {
  color: var(--ej-text-color-primary);
  background-color: #dfe8f9;
  font-weight: bold;
}

.ej-item-title {
  border-bottom: 2px solid rgba(123, 171, 214, 0.4);
}
.ej-item-title span {
  display: inline-block;
  font-size: 32px;
  padding-bottom: 20px;
  color: var(--ej-text-color-primary);
  position: relative;
}
.ej-item-title span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: var(--ej-color-warning);
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 3;
}

.ej-eanchor-content {
  background-color: #ffffff;
  border-bottom: calc(2 / 750 * 100vw) solid rgba(0, 0, 0, 0.1);
  position: sticky;
  top: -1px;
  z-index: 99;
}
.ej-eanchor-content .nav-list {
  display: inline-block;
  color: #777777;
  margin-right: 110px;
  padding: 22px 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.ej-eanchor-content .nav-list.active {
  color: var(--ej-color-primary);
}
.ej-eanchor-content .nav-list.active::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: var(--ej-color-primary);
}
.ej-eanchor-content #current-seat {
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: var(--ej-color-primary);
}

.active-notline .nav-list.active::before {
  display: none;
}

.ej-banner-content .swiper {
  height: calc(420 / 750 * 100vw);
  /*去掉默认CSS样式*/
  /*显示当前活动块*/
}
.ej-banner-content .swiper .swiper-button-prev,
.ej-banner-content .swiper .swiper-button-next {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  transition: 0.5s all;
}
.ej-banner-content .swiper .swiper-button-prev:after,
.ej-banner-content .swiper .swiper-button-next:after {
  display: none;
}
.ej-banner-content .swiper .swiper-button-prev:hover,
.ej-banner-content .swiper .swiper-button-next:hover {
  background-color: rgba(255, 200, 25, 0.5);
}
.ej-banner-content .swiper .swiper-button-prev {
  left: 103px;
  top: 50%;
  background-image: url(../images/home/btn_l.png);
}
.ej-banner-content .swiper .swiper-button-next {
  background-image: url(../images/home/btn_r.png);
  top: 50%;
  right: 103px;
}
.ej-banner-content .swiper .swiper-pagination-bullet {
  border-radius: 0%;
}
.ej-banner-content .swiper .swiper-pagination .swiper-pagination-bullet {
  width: calc(60 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  background-color: var(--ej-color-white);
  opacity: 0.88;
  transition: 0.3s all;
}
.ej-banner-content .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: calc(60 / 750 * 100vw);
  height: calc(4 / 750 * 100vw);
  background-color: #ffc819;
}
.ej-banner-content .swiper .ej-banner-img {
  width: 100%;
  height: 100%;
}
.ej-banner-content .swiper .ej-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
main{
  width: 100%;
}
.ej-tabs {padding: calc(120 / 750 * 100vw) calc(32 / 750 * 100vw);}
.ej-tabs .ej-tabs-content .ej-tabs-btn {
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  line-height: 65px;
  width: 262px;
  height: 65px;
  background-color: rgb(255, 255, 255);
  border: solid calc(2 / 750 * 100vw) var(--ej-color-primary);
  font-size: var(--ej-font-size-large);
  color: var(--ej-color-primary);
  position: relative;
  transition: 0.5s all;
}
.ej-tabs .ej-tabs-content .ej-tabs-btn svg {
  width: 34px;
}
.ej-tabs .ej-tabs-content .ej-tabs-btn svg path {
  fill: var(--ej-color-primary);
}
.ej-tabs .ej-tabs-content .ej-tabs-btn .on-icon path {
  fill: var(--ej-color-white);
}
.ej-tabs .ej-tabs-content .ej-tabs-btn span {
  margin-left: 6px;
}
.ej-tabs .ej-tabs-content .ej-tabs-btn.ej-tabs-activity {
  background-color: var(--ej-color-primary);
  color: var(--ej-color-white);
  border-bottom: none;
}
.ej-tabs .ej-tabs-content .ej-tabs-btn.ej-tabs-activity::before {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--ej-color-warning);
  width: 0;
  width: 102%;
  height: 4px;
}
.ej-tabs .ej-audio-content {
  margin-top: calc(40 / 750 * 100vw);
}
.ej-tabs .ej-audio-content .video-content .header {
  height: auto;
}
.ej-tabs .ej-audio-content .video-content .header .img-box {
  display: block;
  width: 100%;
  position: relative;
}
.ej-tabs .ej-audio-content .video-content .header .img-box::before {
  position: absolute;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.ej-tabs .ej-audio-content .video-content .header .img-box .img {
  width: 100%;
  height: calc(384 / 750 * 100vw);
  object-fit: cover;
}
.ej-tabs .ej-audio-content .video-content .header .img-box .ej-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  object-fit: cover;
  width: calc(80 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
}
.ej-tabs .ej-audio-content .video-content .header .img-box .ej-bottom-tag {
  position: absolute;
  z-index: 10;
  left: calc(20 / 750 * 100vw);
  top: calc(20 / 750 * 100vw);
  display: inline-block;
  color: var(--ej-color-white);
  padding: 0 calc(12 / 750 * 100vw);
  height: calc(48 / 750 * 100vw);
  text-align: center;
  line-height: calc(48 / 750 * 100vw);
  background-color: var(--tag-bg-color);
  font-size: calc(24 / 750 * 100vw);
  display: none;
}
.ej-tabs .ej-audio-content .video-content .header .text-box {
  display: block;
  padding: calc(30 / 750 * 100vw);
  box-sizing: border-box;
  height: 100%;
  background-color: #f9fafe;
}
.ej-tabs .ej-audio-content .video-content .header .text-box > h3 {
  font-size: calc(36 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}
.ej-tabs .ej-audio-content .video-content .header .text-box .content {
  height: auto;
  color: #999;
}
.ej-tabs .ej-audio-content .video-content .header .text-box .content > span {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ej-tabs .ej-audio-content .video-content .header .text-box > .time {
  margin-top: calc(30 / 750 * 100vw);
  color: #999;
}
.ej-tabs .ej-audio-content .video-content .vidoe-list-box {
  margin-top: calc(30 / 750 * 100vw);
display: flex;flex-wrap: wrap;justify-content: space-between;}
.ej-tabs .ej-audio-content .video-content .vidoe-list-box a.ej-col-8{
  width:calc(50% - calc(15 / 750 * 100vw));
}
.ej-tabs .ej-audio-content .video-content .vidoe-list-box .vidoe-list-img {
  position: relative;
  height: calc(185 / 750 * 100vw);
}
.ej-tabs .ej-audio-content .video-content .vidoe-list-box .vidoe-list-img::before {
  position: absolute;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.ej-tabs .ej-audio-content .video-content .vidoe-list-box .vidoe-list-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ej-tabs .ej-audio-content .video-content .vidoe-list-box .vidoe-list-img .ej-icon {
  position: absolute;
  left: calc(20 / 750 * 100vw);
  bottom: calc(20 / 750 * 100vw);
  z-index: 8;
  object-fit: cover;
  width: calc(40 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
}
.ej-tabs .ej-audio-content .video-content .vidoe-list-box .vidoe-list-img .ej-bottom-tag {
  position: absolute;
  z-index: 10;
  left: calc(20 / 750 * 100vw);
  top: calc(20 / 750 * 100vw);
  display: inline-block;
  color: var(--ej-color-white);
  padding: 0 calc(12 / 750 * 100vw);
  height: calc(48 / 750 * 100vw);
  text-align: center;
  line-height: calc(48 / 750 * 100vw);
  background-color: var(--tag-bg-color);
font-size: calc(24 / 750 * 100vw);display: none;
}
.ej-tabs .ej-audio-content .video-content .vidoe-list-box .bottom-content > .time {
  margin-top: calc(30 / 750 * 100vw);
  color: #999;
line-height: 1;}
.ej-tabs .ej-audio-content .video-content .vidoe-list-box .bottom-content > span {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
line-height: calc(40 / 750 * 100vw);}
.ej-tabs .ej-audio-content .audio-content .header .img-box::before {
  display: none;
}
.ej-tabs .ej-audio-content .audio-content .vidoe-list-box .vidoe-list-img {
  height: calc(190 / 750 * 100vw);
}
.ej-tabs .ej-audio-content .audio-content .vidoe-list-box .bottom-content {
  margin-bottom: calc(30 / 750 * 100vw);
}
.ej-tabs .ej-audio-content .audio-content .vidoe-list-box .ej-col-8:last-child .bottom-content{
  margin-bottom: 0;
}
.ej-tabs .ej-audio-content .audio-content .vidoe-list-box .ej-col-8:nth-last-child(2) .bottom-content{
  margin-bottom: 0;
}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-left {
  display: block;
  height: 100%;
margin-bottom: calc(30 / 750 * 100vw);}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-left .img-box {
  height: calc(384 / 750 * 100vw);
  display: block;
  position: relative;
}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-left .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-left .img-box .ej-bottom-tag {
  position: absolute;
  z-index: 10;
  left: calc(20 / 750 * 100vw);
  top: calc(20 / 750 * 100vw);
  display: inline-block;
  color: var(--ej-color-white);
  padding: 0 calc(12 / 750 * 100vw);
  height: calc(48 / 750 * 100vw);
  text-align: center;
  line-height: calc(48 / 750 * 100vw);
  background-color: var(--tag-bg-color);display: none;
}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-left .text-box {
  display: block;
  background-color: #F9FAFE;
  padding: calc(30 / 750 * 100vw);
  box-sizing: border-box;
}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-left .text-box > h3 {
  font-size: calc(36 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
margin: 0;line-height: calc(48 / 750 * 100vw);}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-left .text-box > span {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
color: #999;line-height: calc(48 / 750 * 100vw);}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-left .text-box > .time {
  margin-top: calc(30 / 750 * 100vw);
  color: #999;
}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-right .cartoon-item-box:nth-of-type(n+3) {
  margin-top: calc(30 / 750 * 100vw);
}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-right .vidoe-list-img {
  position: relative;
  height: calc(190 / 750 * 100vw);
}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-right .vidoe-list-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-right .vidoe-list-img .ej-bottom-tag {
  position: absolute;
  z-index: 10;
  left: calc(20 / 750 * 100vw);
  top: calc(20 / 750 * 100vw);
  display: inline-block;
  color: var(--ej-color-white);
  padding: 0 calc(12 / 750 * 100vw);
  height: calc(48 / 750 * 100vw);
  text-align: center;
  line-height: calc(48 / 750 * 100vw);
  background-color: var(--tag-bg-color);
font-size: calc(24 / 750 * 100vw);
display: none;}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-right .bottom-content > .time {
  margin-top: calc(30 / 750 * 100vw);
  color: #999;
line-height: 1;}
.ej-tabs .ej-audio-content .cartoon-content .cartoon-right .bottom-content > span {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ej-tabs .ej-audio-content-bottom {
  margin-top: calc(70 / 750 * 100vw);
  margin-bottom: 0;
}

.ej-wealth {
  padding: calc(60 / 750 * 100vw) calc(32 / 750 * 100vw) calc(120 / 750 * 100vw);
  box-sizing: border-box;
}
.ej-wealth-title {
  font-size: calc(46 / 750 * 100vw);
}
.ej-wealth-more {
  color: var(--ej-color-primary);
font-size: calc(24 / 750 * 100vw);display: flex;align-items: center;}
.ej-wealth-more-icon {
  margin-left: 5px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/home/icon_round_arrow_right_active2.png) no-repeat center;
  background-size: cover;
}
#teachTabs{
  border-bottom: calc(2 / 750 * 100vw) solid var(--ej-color-primary);
}
.ej-container-tab {
  width:100%;
  overflow-x: auto;
  padding-left: 0;
  height: calc(64 / 750 * 100vw);
  }
.nav-overflow{
  width: 100%;
  height: 100%;overflow: auto;
  display: inline-block;
  position: relative;
}
#wealthTabs{
    max-width: 250%;
    width: 250%;height: 100%;
    white-space: nowrap;display: inline-block;border-bottom: calc(2 / 750 * 100vw) solid #005096;}
.ej-wealth-tabs .tabs-item {
  font-size: calc(28 / 750 * 100vw);
  color: var(--ej-text-color-primary);
  line-height: calc(40 / 750 * 100vw);
padding-bottom: calc(30 / 750 * 100vw);display: inline-block;
    margin-right: calc(70 / 750 * 100vw);
    box-sizing: border-box;
    position: relative;
    }
.ej-wealth-tabs .tabs-item.tabs-item {
  margin-right: calc(70 / 750 * 100vw);
  cursor: pointer;
height: 100%;}
.ej-wealth-tabs .tabs-item.tabs-item:last-child {
  margin-right: 0px;
}
.ej-wealth-tabs .active {
  font-size: calc(32 / 750 * 100vw);
  color: #333;
}
/* .ej-wealth-tabs .active::before{
  content: "";
  width: 100%;
  position: absolute;
  bottom: calc(-2 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  background-color: #ffc819;
z-index: 3;} */

.ej-wealth-tabs__line {
  width: calc(180 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  background-color: var(--ej-color-warning);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.ej-wealth-tabs__line#wealthTabsLine {
  width: calc(180 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  background-color: var(--ej-color-warning);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s;
}
.ej-wealth .ej-wealth-article {
  margin-top: calc(40 / 750 * 100vw);
}
.ej-wealth .ej-wealth-article .ej-article-content {
  display: flex;
  flex-direction: column;
  align-items: center;
margin-bottom: calc(30 / 750 * 100vw);}
.ej-wealth .ej-wealth-article .ej-article-content .ej-article-image-box {
  width: 100%;
  height: calc(384 / 750 * 100vw);
  margin-bottom: calc(30 / 750 * 100vw);
}
.ej-wealth .ej-wealth-article .ej-article-content .ej-article-image-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ej-wealth .ej-wealth-article .ej-article-content .ej-article-bottom {
  width: 100%;
  display: block;
}
.ej-wealth .ej-wealth-article .ej-article-content .ej-article-bottom .ej-article-title {
  margin-bottom: calc(30 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.ej-wealth .ej-wealth-article .ej-article-content .ej-article-bottom .ej-article-text {
  text-align: justify;
  line-height: calc(48 / 750 * 100vw);
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
font-size: calc(30 / 750 * 100vw);}
.ej-wealth .ej-wealth-article .ej-article-content .ej-article-bottom .ej-article-time {
  padding: calc(30 / 750 * 100vw) 0;
  color: #999999;
  border-bottom: calc(2 / 750 * 100vw) solid #dadada;
font-size: calc(24 / 750 * 100vw);}
.ej-wealth .ej-wealth-article .ej-article-content:last-child .ej-article-bottom .ej-article-time{
  margin-bottom: 0;
}
.ej-activity {
  padding: calc(60 / 750 * 100vw) 0;
  box-sizing: border-box;
}
.ej-activity h3 {
  font-size: calc(46 / 750 * 100vw);
  color: var(--ej-color-white);
margin-bottom: calc(30 / 750 * 100vw);}

.ej-activity-top .ej-activity-top-img {
  display: block;
  width: 100%;
  height: calc(394 / 750 * 100vw);
}
.ej-activity-top .ej-activity-top-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ej-activity-top .ej-activity-top-right {
  color: var(--ej-color-white);
}
.ej-activity-top .ej-activity-top-right .ej-right-content .time-content {
  width: 100%;
  margin-top: calc(30 / 750 * 100vw);
}
.ej-activity-top .ej-activity-top-right .ej-right-content .time-content > .title {
  position: relative;
  font-weight: bold;
  padding-bottom: calc(30 / 750 * 100vw);
  box-sizing: border-box;
  border-bottom: calc(2 / 750 * 100vw) solid #ffc819;
  z-index: 999;
line-height: 1;}
.ej-activity-top .ej-activity-top-right .ej-right-content .time-content > .title span {
  font-size: calc(24 / 750 * 100vw);}
.ej-activity-top .ej-activity-top-right .ej-right-content .time-content > div:nth-child(2) {
  text-align: right;
font-size: calc(24 / 750 * 100vw);line-height: 1;}
.ej-activity-top .ej-activity-top-right .ej-right-content .time-content::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #1eb9e1;
  height: calc(2 / 750 * 100vw);
}
.ej-activity-top .ej-activity-top-right .ej-right-title {
  display: -webkit-box;
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(48 / 750 * 100vw);overflow: hidden;
  text-overflow: ellipsis;
-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ej-activity-top .ej-activity-top-right .ej-right-title:hover,.ej-activity-top .ej-activity-top-right .ej-right-text:hover{
  color: #fff;
}
.ej-activity-top .ej-activity-top-right .ej-right-text {
  display: block;
  line-height: calc(48 / 750 * 100vw);
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ej-activity .ej-activity-bottom {
  margin-top: calc(30 / 750 * 100vw);
  color: var(--ej-color-white);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.ej-activity .ej-activity-bottom .ej-bottom-item {
  margin-bottom: calc(30 / 750 * 100vw);
  width: calc(50% - calc(15 / 750 * 100vw));
}
.ej-activity .ej-activity-bottom .ej-bottom-item:hover{
  color: #fff;
}
.ej-activity .ej-activity-bottom .ej-bottom-item:nth-last-child(1),
.ej-activity .ej-activity-bottom .ej-bottom-item:nth-last-child(2){
  margin-bottom: 0;
}
.ej-activity .ej-activity-bottom .ej-bottom-item > img {
  width: 100%;
  height: calc(187 / 750 * 100vw);
  object-fit: cover;
}
.ej-activity .ej-activity-bottom .ej-bottom-item .ej-text-bottom > div {
  margin: calc(30 / 750 * 100vw) 0 0;
}
.ej-activity .ej-activity-bottom .ej-bottom-item .ej-text-bottom > div > div {
  flex: 1;
  opacity: 0.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
font-size: calc(24 / 750 * 100vw);margin-bottom: calc(30 / 750 * 100vw);}
.ej-activity .ej-activity-bottom .ej-bottom-item .ej-text-bottom > div > span {
  font-size: calc(24 / 750 * 100vw);
  opacity: 0.7;
}
.ej-activity .ej-activity-bottom .ej-bottom-item .ej-text-bottom > span {
  line-height: calc(40 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: calc(30 / 750 * 100vw);
}
.ej-activity .ej-activity-bottom .ej-bottom-item-last .ej-item-content {
  text-align: center;
  background: url(../images/home/activity-bottom-bag.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.ej-activity .ej-activity-bottom .ej-bottom-item-last .ej-item-content span {
  width: 100%;
  text-align: center;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  top: calc(80 / 750 * 100vw);
  left: 0;
  display: block;
  text-align: center;
opacity: 0.5;}
.ej-activity .ej-activity-bottom .ej-bottom-item-last .ej-item-content div {
  width: calc(248 / 750 * 100vw);
  margin: 0 auto;
  margin-top: calc(30 / 750 * 100vw);
  font-size: var(--ej-font-size-medium);
  color: var(--ej-color-black);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.ej-activity .ej-activity-bottom .ej-bottom-item-last .ej-item-content > .time {
  position: absolute;
  bottom: calc(30 / 750 * 100vw);
  display: block;
  color: #999;
}
.ej-activity .ej-get-more {
  margin-top: calc(60 / 750 * 100vw);
}
.ej-activity .ej-get-more .ej-button {
  color: var(--ej-color-white);
  border: calc(2 / 750 * 100vw) solid var(--ej-color-white);
}
.ej-activity .ej-get-more .ej-button::after {
  background: url("../images/home/arrow-right-white.svg") no-repeat;
}

.ej-expert {
  padding: calc(120 / 750 * 100vw) 0;
  box-sizing: border-box;
}
.ej-expert-title {
  font-size: calc(46 / 750 * 100vw);
}
.ej-expert-left {
  padding: calc(30 / 750 * 100vw);
  box-sizing: border-box;
  margin-top: calc(30 / 750 * 100vw);
  max-width: 100%;

  background-color: #f8fafd;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.ej-expert-left-top-time {
  padding-bottom: calc(18 / 750 * 100vw);
  border-bottom: calc(2 / 750 * 100vw) solid var(--ej-text-color-disabled);
}
.ej-expert-left-top-time span {
  color: var(--ej-color-primary);
  font-weight: bold;
}
.ej-expert-left-top-time div {
  color: #999;
}
.ej-expert-left-top-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(36 / 750 * 100vw);
  margin-top: calc(30 / 750 * 100vw);
color: #333;}
.ej-expert-left-top-content {
  margin-top: calc(30 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: calc(48 / 750 * 100vw);
  color: #666666;
}
.ej-expert-left-bottom > img {
  width: 100%;
  height: calc(346 / 750 * 100vw);
  object-fit: cover;
}
.ej-expert-right {
  margin-top: calc(30 / 750 * 100vw);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ej-expert-right-list {
  padding: calc(30 / 750 * 100vw) 0;
  border-bottom: calc(1 / 750 * 100vw) solid #dadada;
}
.ej-expert-right-list-left {
  width: calc(250 / 750 * 100vw);
  height: calc(144 / 750 * 100vw);
}
.ej-expert-right-list-left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ej-expert-right-list-right {
  flex: 1;
  margin-left: calc(30 / 750 * 100vw);
}
.ej-expert-right-list-right-time span {
  flex: 1;
  color: var(--ej-color-primary);
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
font-size: calc(24 / 750 * 100vw);}
.ej-expert-right-list-right-time div {
  color: #999;
font-size: calc(24 / 750 * 100vw);}
.ej-expert-right-list-right-title {
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
line-height: calc(40 / 750 * 100vw);}

.ej-imitate {
  background-color: var(--ej-bg-color-page);
  padding: calc(60 / 750 * 100vw) 0 0;
  box-sizing: border-box;
}
.ej-imitate .ej-imitate-left-content,
.ej-imitate .ej-imitate-right-content {
  margin-top: calc(35 / 750 * 100vw);
}
.ej-imitate .ej-imitate-left-content a,
.ej-imitate .ej-imitate-right-content a {
  width: calc(50% - calc(15 / 750 * 100vw));
}
.ej-imitate .ej-imitate-left-content a > img,
.ej-imitate .ej-imitate-right-content a > img {
  width: 100%;
  height: calc(137 / 750 * 100vw);
}
.ej-imitate .ej-imitate-left-content a > span,
.ej-imitate .ej-imitate-right-content a > span {
  margin-top: calc(30 / 750 * 100vw);
  display: block;
  text-align: center;
  font-size: calc(30 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ej-imitate .ej-imitate-left-content a:nth-of-type(n + 3),
.ej-imitate .ej-imitate-right-content a:nth-of-type(n + 3) {
  margin-top: calc(60 / 750 * 100vw);
}
.ej-imitate-right-content-item {
  height: calc(172 / 750 * 100vw);
  background-color: var(--ej-bg-color);
padding-top: calc(30 / 750 * 100vw);}
.ej-imitate-right-content-item-icon {
  width: calc(83 / 750 * 100vw);
  height: calc(83 / 750 * 100vw);
}
.ej-imitate-right-content-item-icon > img {
  width: 100%;
  object-fit: cover;
}
.ej-imitate-right-content-item-title {
  margin-left: calc(30 / 750 * 100vw);
  width: calc(175 / 750 * 100vw);
align-items: flex-start;}
.ej-imitate-right-content-item-title span {
  font-size: var(--ej-font-size-medium);
  color: var(--ej-color-primary);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ej-imitate-right-content-item-title div {
  margin-top: calc(14 / 750 * 100vw);
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
font-size: calc(24 / 750 * 100vw);}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  cursor: pointer;
}
.ej-expert-right-btn{
  margin-top: calc(60 / 750 * 100vw);
}
footer .ej-footer{
  margin-top: 0;
}
