.ej-container,
.ej-wrapper {
  width: 100%;
}

/* main .ej-container,
main .ej-row {
  --ej-gutter-x: 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 1px 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 1px 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 1px var(--ej-color-primary);
}
.ej-common-tabs .tabs-list .ej-tabs-btn:first-child {
  border-top: solid 1px var(--ej-color-primary);
}
.ej-common-sidebar ul {
  padding: 0;
}
.ej-common-sidebar .sidebar-list {
  width: 95%;
  position: absolute;
  top: calc(80 / 750 * 100vw);
  z-index: 99;display: none;background: #fff;}

.ej-common-sidebar .sidebar-list .sidebar-item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: calc(32 / 750 * 100vw);
  padding-right: calc(32 / 750 * 100vw);
  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;
  font-size: calc(30 / 750 * 100vw);}
.ej-common-sidebar .sidebar-list .sidebar-item .title .icon img {
  width: 15px;
}
.ej-common-sidebar .sidebar-list .sidebar-item.acitve {


  color: #005096;}
.ej-common-sidebar .sidebar-list .sidebar-item.acitve .title {
  color: var(--ej-color-primary);
}
.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: 0;
  transition: all 0.5s;
}

.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 calc(32 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  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: calc(20 / 750 * 100vw);

  display: flex;
  width: 100%;}
.ej-common-type .type-item a {
  display: block;
  padding: calc(16 / 750 * 100vw) 0;
  color: var(--ej-color-primary);
  font-size: var(--ej-font-size-medium);
  width: calc(136 / 750 * 100vw);text-align: center;}
.ej-common-type .type-item:nth-child(n+2) {
  margin-left: 0;
}
.ej-common-type .type-item.active a {
  color: #333;
  background-color: #DFE8F9;
  width: calc(144 / 750 * 100vw);}
.ej-common-type .type-item:hover a {
  color: #333;
  background-color: #DFE8F9;
}
.ej-common-type.type-second {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px 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-medium);
  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 .type-title {
  display: inline-block;
  font-size: calc(46 / 750 * 100vw);
  letter-spacing: 1px;
  color: var(--ej-color-black);
  position: relative;
  padding-bottom: calc(30 / 750 * 100vw);
}
.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;
  margin-top: calc(30 / 750 * 100vw);}
.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-bottom {
  position: absolute;
  bottom: 20px;
}
.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: 1px 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 {
  display: inline-flex;
  align-items: center;
  color: var(--ej-color-primary);
  cursor: pointer;
}
.ej-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/home/arrow-right.svg") no-repeat;
  background-size: 10px 10px;
  margin-left: 8px;
}

.ej-button-default {
  display: block;
  padding: calc(18 / 750 * 100vw) calc(44 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  border: 2px 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: sticky;
  right: 20px;
  bottom: 10%;
  z-index: 999;
}
.ej-float-panel-wrapper {
  width: 80px;
  border: 1px solid #999999;
  border-top: none;
  margin-top: -400px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.ej-float-panel-wrapper-item {
  border-top: 1px 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(1 / 750 * 100vw) solid #caddef;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.ej-new-dynamic-content span {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  font-size: calc(46 / 750 * 100vw);
  padding-bottom: calc(30 / 750 * 100vw);
  border-bottom: 0;
}
.ej-new-dynamic-content span::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #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: calc(144 / 750 * 100vw);
  height: calc(64 / 750 * 100vw);
  line-height: calc(64 / 750 * 100vw);
  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: calc(30 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  display: block;}
.ej-tabs-secondary .tabs-content a {
  min-width: calc(60 / 750 * 100vw);
  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: normal;
  width: calc(144 / 750 * 100vw);}
.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;
  position: sticky;
  top: -1px;
  z-index: 99;
}
.ej-eanchor-content .nav-list.active {
  color: var(--ej-color-primary);
  /* border-bottom: 1px solid #005096; */
}
.ej-eanchor-content .nav-list.active::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: 1px;
  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-common-tabs .tabs-list .ej-tabs-btn:hover {
  background-color: var(--ej-color-primary);
  color: var(--ej-color-white);
  border-bottom: none;
}
.ej-common-tabs .tabs-list .ej-tabs-btn:hover::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-classroom {
  margin-top: calc(50 / 750 * 100vw);}
.ej-classroom-title {
  height: calc(280/ 750 * 100vw);
  padding-left: calc(34 / 750 * 100vw);
  margin-bottom: calc(30 / 750 * 100vw);
  background: url(../images/fortune-school/classroom-title-bg.jpg) no-repeat top center;
  vertical-align: middle;padding-top: calc(108 / 750 * 100vw);}
.ej-classroom-title.title-other {
  background: url(../images/fortune-school/classroom-title-bg1.jpg) no-repeat top center;
  background-size: cover;}
.ej-classroom-title.title-other span {
  display: inline-block;
  color: #fff;
  padding: 0;
}
.ej-classroom-title.title-other span::after {
  display: none;
}
.ej-classroom-title span {
  display: block;
  font-size: calc(43 / 750 * 100vw);
  font-style: italic;
  color: #fff;
  padding-bottom: calc(20 / 750 * 100vw);
  position: relative;
}
.ej-classroom-title span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url(../images/fortune-school/classroom-title-line.png) no-repeat top left;
}
.ej-classroom-nopicture {
  padding-top: 10px;
}
.ej-classroom-nopicture .nopicture-item {
  margin-top: 20px;
  height: 140px;
  background-color: #f8fafd;
  padding: 30px 40px;
}
.ej-classroom-nopicture .title {
  font-size: 22px;
  color: var(--ej-text-color-primary);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ej-classroom-nopicture .date {
  font-size: var(--ej-font-size-base);
  color: var(--ej-text-color-regular);
}
.ej-classroom-picture .picture-item {
  padding: calc(30 / 750 * 100vw) 0;
  border-bottom: 1px solid #e3e8f4;
  margin: 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.ej-classroom-picture .picture-item .ej-pic-box{
  width: calc(247 / 750 * 100vw);
  height: calc(145 / 750 * 100vw);}
.ej-classroom-picture .picture-item .left {
  display: flex;align-items: center;padding-left: 0;flex-direction: row;flex-wrap: wrap;width: 63%;}
.ej-classroom-picture .picture-item .left .title {
  font-size: calc(30 / 750 * 100vw);
  color: var(--ej-text-color-primary);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: calc(30 / 750 * 100vw);
}
.ej-classroom-picture .picture-item .left .date {
  font-size: calc(24 / 750 * 100vw);
  color: var(--ej-text-color-regular);
}
.ej-classroom-picture .picture-item .ej-pic-box.ej-pic-box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}
.ej-classroom-picture1 .picture-item .left .title {
  position: relative;
  padding-left: calc(32 / 750 * 100vw);
  width: 100%;}
.ej-classroom-picture1 .picture-item .left .title::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--ej-color-primary);
  position: absolute;
  left: 0;
  top: calc(20 / 750 * 100vw);
  transform: translateY(-50%);
}
.ej-classroom-picture1 .picture-item .left .date {
  padding-left: calc(32 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);margin-top: calc(30 / 750 * 100vw);}

.ej-classroom-swiper {
  padding-bottom: 30px;
}
.ej-classroom-swiper .swiper-slide .ej-slide-pic {
  position: relative;
}
.ej-classroom-swiper .swiper-slide .ej-slide-pic.ej-slide-pic::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57%;
}
.ej-classroom-swiper .swiper-slide .ej-slide-pic img {
  position: absolute;
  left: 0;
  top: 0;
}
.ej-classroom-swiper .swiper-slide .ej-slide-text {
  width: 100%;
  padding: 0 calc(30 / 750 * 100vw);
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.ej-classroom-swiper .swiper-slide .ej-slide-text p {
  font-size: calc(46 / 750 * 100vw);
  letter-spacing: 1px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: calc(30 / 750 * 100vw);
}
.ej-classroom-swiper .swiper-slide .ej-slide-text span {
  font-size: calc(24 / 750 * 100vw);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.ej-classroom-swiper .swiper-slide .ej-slide-text span img {
  margin-left: calc(12 / 750 * 100vw);
  width: calc(13 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
}
.ej-classroom-swiper .swiper-pagination {
  bottom: 0;
}
.ej-classroom-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: rgba(0, 80, 150, 0.88);
  opacity: 1;
  border-radius: 0;
  transition: 0.3s;
}
.ej-classroom-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  height: 3px;
  background-color: #ffc819;
}
.ej-classroom-swiper .swiper-button-next,
.ej-classroom-swiper .swiper-button-prev {
  width: 26px;
  height: 54px;
  margin-top: -15px;
  transform: translateY(-50%);
}
.ej-classroom-swiper .swiper-button-next {
  right: 0;
  background: rgba(0, 0, 0, 0.3) url(../images/fortune-school/classroom-swiper-right.png) no-repeat center center;
}
.ej-classroom-swiper .swiper-button-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.3) url(../images/fortune-school/classroom-swiper-left.png) no-repeat center center;
}
.ej-classroom-swiper .swiper-button-next:after,
.ej-classroom-swiper .swiper-button-prev:after {
  display: none;
}
.ej-classroom-update .update-item {
  padding: calc(30 / 750 * 100vw) 0;
  border-bottom: 1px solid #e3e8f4;
}
.ej-classroom-update .update-item .ej-pic-box.ej-pic-box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}
.ej-classroom-update .update-item .ej-pic-box img {
  position: absolute;
  left: 0;
  top: 0;
}
.ej-classroom-update .text {
  padding: 0 0 0 calc(32 / 750 * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ej-classroom-update .text .title {
  font-weight: bold;
  font-size: var(--ej-font-size-extra-small);
  color: var(--ej-color-primary);
  padding-bottom: calc(30 / 750 * 100vw);}
.ej-classroom-update .text .paragraph {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: calc(40 / 750 * 100vw);
}
.ej-classroom-hot .top {
  /* height: calc(538 / 750 * 100vw); */
  margin-top: calc(30 / 750 * 100vw);
  display: flex;align-content: flex-start;}
.ej-classroom-hot .top .ej-pic-box {
  position: relative;
  height: calc(391 / 750 * 100vw);}
.ej-classroom-hot .top .ej-pic-box.ej-pic-box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57%;
}
.ej-classroom-hot .top .ej-pic-box img {
  position: absolute;
  left: 0;
  top: 0;
}
.ej-classroom-hot .hot-item .text {
  border-bottom: 1px solid #e3e8f4;
  background: none;
}
.ej-classroom-hot .text {

  display: flex;
  justify-content: space-between;

  padding: calc(30 / 750 * 100vw) 0;
  border-bottom: 1px solid #e3e8f4;
}
.ej-classroom-hot .text .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(32 / 750 * 100vw);
  height: calc(32 / 750 * 100vw);
  background-color: var(--ej-color-primary);
  font-size: calc(24 / 750 * 100vw);
  color: #ffffff;
  font-weight: bold;
}
.ej-classroom-hot .text .paragraph {
  margin-top: -4px !important;
  flex: 1;
  padding: 0 calc(30 / 750 * 100vw);
  font-size: var(--ej-font-size-medium);
  color: var(--ej-text-color-primary);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
padding-bottom: calc(20 / 750 * 100vw);}
.ej-classroom-book .book-item {
  padding-top: calc(60 / 750 * 100vw);
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.ej-classroom-book .book-item a{
  width:calc(50% - calc(17 / 750 * 100vw));
}
.ej-classroom-book .book-item .ej-pic-box.ej-pic-box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 133%;
}
.ej-classroom-book .book-item .ej-pic-box img {
  z-index: 2;
}
.ej-classroom-book .book-item .ej-pic-box.ej-pic-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  position: absolute;
  left: calc(5 / 750 * 100vw);
  top: calc(5 / 750 * 100vw);
}
.ej-classroom-book .book-item .book-bottom {
  padding-top: calc(30 / 750 * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding-bottom: calc(60 / 750 * 100vw);}
.ej-classroom-book .book-item .book-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(30 / 750 * 100vw);}
.ej-eanchor-content .ej-col-24{

display: inline-block;
    max-width: 900%;
    width: auto;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
#issues_list {
  border: none;
  border-bottom: 1px solid #005096;
  width: 100%;
  background-color: transparent;
  text-align: left;
  height: calc(80 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(30 / 750 * 100vw) 0;
}
.Learn-more{
  font-size: calc(30 / 750 * 100vw);
  width: calc(322 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  line-height: calc(80 / 750 * 100vw);
  margin: calc(64 / 750 * 100vw) auto 0;
  text-align: center;
  border: calc(2 / 750 * 100vw) solid #005096;
  color: #005096;
}
.Learn-more.margin0{
  margin: 0 auto;
}
.plr30{padding: 0 calc(30 / 750 * 100vw);}
.swiper-slide{
  width: 70% !important;
  height: calc(320 / 750 * 100vw);
}
.swiper-slide-active{
  width: 70% !important;
  height: calc(320 / 750 * 100vw);
}
.ej-eanchor-content .ej-container {
  width: 100%;
  overflow-x: auto;
  border-bottom: 0;
  padding-left: 0;
  margin-left: calc(var(--ej-gutter-x) * 0.5);
  /* height: calc(80 / 750 * 100vw);
  line-height: calc(80 / 750 * 100vw); */
}
