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

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: 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: 1px 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: 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-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: 1px 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 .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: calc(46 / 750 * 100vw);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.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(26 / 750 * 100vw) calc(79 / 750 * 100vw);
  text-align: center;
  box-sizing: border-box;
  border: calc(3 / 750 * 100vw) solid var(--ej-color-primary) !important;
  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: 1px solid #999999;
  border-top: none;
}

.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: 2px 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: 1px 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;
}

ul {
  margin: 0;
  padding: 0;
}

.ej-interactive .ej-yiwenda {
  padding: calc(120 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
}

.ej-interactive .ej-yiwenda .ej-pic-box {
  z-index: 5;
  background: url(../images/interaction/yixiangfeng-pic.jpg);
  background-size: cover;
}

.ej-interactive .ej-yiwenda .ej-pic-box.ej-pic-box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57%;
}

.ej-interactive .ej-yiwenda .text-content .title {
  font-size: calc(46 / 750 * 100vw);
  color: var(--ej-text-color-primary);
  margin: calc(30 / 750 * 100vw) 0;
  line-height: calc(57 / 750 * 100vw);
}

.ej-interactive .ej-yiwenda .text-content .tip {
  font-size: var(--ej-font-size-medium);
  color: #666666;
  padding-bottom: calc(40 / 750 * 100vw);
  border-bottom: 1px solid rgb(153 153 153 / 35%);
  margin: 0;
}

.ej-interactive .ej-yiwenda .text-content .ej-button-default {
  margin: calc(30 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
}

.ej-interactive .ej-yiwenda .text-content .list {
  display: flex;
  justify-content: space-between;
  margin-top: calc(74 / 750 * 100vw);
  display: none;
}

.ej-interactive .ej-yiwenda .text-content .list label {
  font-size: calc(46 / 750 * 100vw);
  color: var(--ej-color-primary);
  line-height: calc(57 / 750 * 100vw);
}

.ej-interactive .ej-yiwenda .text-content .list span {
  font-size: var(--ej-font-size-extra-small);
  color: #999;
  line-height: calc(39 / 750 * 100vw);
}

.ej-interactive .ej-yiqixue {
  height: calc(800 / 750 * 100vw);
  padding-top: calc(226 / 750 * 100vw);
  box-sizing: border-box;
}

.ej-interactive .ej-yiqixue .title {
  margin-bottom: 0;
  font-size: calc(46 / 750 * 100vw);
  color: #fff;
}

.ej-interactive .ej-yiqixue .tip {
  color: #fff;
  font-size: var(--ej-font-size-medium);
  margin-top: calc(70 / 750 * 100vw);
}

.ej-interactive .ej-yiqixue .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(280 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  background-color: #fdd100;
  font-size: calc(30 / 750 * 100vw);
  color: var(--ej-text-color-primary);
  font-weight: bold;
  cursor: pointer;
  margin-top: calc(76 / 750 * 100vw);
  border-radius: 0;
}

.ej-interactive .ej-yixiangfeng {
  padding: calc(50 / 750 * 100vw) 0 0;
}

.ej-interactive .ej-yixiangfeng .text-content {
  padding: calc(30 / 750 * 100vw);
  background: #f8fafd;
}

.ej-interactive .ej-yixiangfeng .text-content .ej-button {
  margin-bottom: 0;
}
