.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: 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;
  margin-bottom: calc(30 / 750 * 100vw);
}
.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-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: calc(90 / 750 * 100vw);
}

.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;
width: calc(296 / 750 * 100vw);height: calc(174 / 750 * 100vw);}
.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: 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: calc(2 / 750 * 100vw) solid rgba(123, 171, 214, 0.4);
}
.ej-item-title span {
  display: inline-block;
  font-size: calc(46 / 750 * 100vw);
  padding-bottom: calc(30 / 750 * 100vw);
  color: var(--ej-text-color-primary);
  position: relative;
}
.ej-item-title span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(2 / 750 * 100vw);
  background-color: var(--ej-color-warning);
  position: absolute;
  bottom: calc(-2 / 750 * 100vw);
  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-yixiangfeng {
  padding-top: calc(50 / 750 * 100vw);
}
.ej-yixiangfeng .ej-container{

padding: 0 calc(32 / 750 * 100vw);}
.ej-yixiangfeng-list .item {
  padding: calc(30 / 750 * 100vw) 0;
  border-bottom: 1px solid #c9ced7;
}
.ej-yixiangfeng-list .item .ej-pic-box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}
.ej-yixiangfeng-list .item .right {
  padding: 0 0 0 calc(32 / 750 * 100vw);
}
.ej-yixiangfeng-list .item .right .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;
  text-align: justify;
margin-top: 0;line-height:calc(40 / 750 * 100vw);
margin-bottom: calc(30 / 750*100vw);}
.ej-yixiangfeng-list .item .right .paragraph {
  font-size: calc(24 / 750 * 100vw);
  text-align: justify;
}
.ej-yixiangfeng-list .item .right .date {
  font-size: calc(24 / 750 * 100vw);
  color: #b8b8b8;
  margin-bottom: calc(30 / 750 * 100vw);
}
.ej-yixiangfeng-list .item .right .date.date-primary {
  color: var(--ej-color-primary);
}
.ej-yixiangfeng-list .item .right .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(280 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  background-color: #cccccc;
  font-size: calc(30 / 750 * 100vw);
  color: #ffffff;
  font-weight: bold;
border: 0;border-radius: 0;line-height: calc(80 / 750 * 100vw);}
.ej-yixiangfeng-list .item .right .btn.btn-primary {
  background-color: #fdd100;
  color: var(--ej-text-color-primary);
}
.ej-yiqixue-popover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.ej-yiqixue-popover .ej-popover-content {
  margin: 0;
  padding: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 8px 0px rgba(2, 81, 159, 0.1);
  padding-bottom: calc(120 / 750 * 100vw);
}

.ej-yiqixue-popover .ej-popover-content li {
  padding: 0 calc(32 / 750 * 100vw);
}

.ej-yiqixue-popover .ej-popover-content .title {
  height: calc(100 / 750 * 100vw);
  line-height: calc(100 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  color: #ffffff;
  text-align: center;
  background: url(../images/interaction/yiqixue/popover-title-bg.png) no-repeat right center, linear-gradient(to right, var(--ej-color-primary), #0f86bd);
  position: relative;
  margin-bottom: calc(100 / 750 * 100vw);
}

.ej-yiqixue-popover .ej-popover-content .title img {
  width: calc(30 / 750 * 100vw);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ej-yiqixue-popover .ej-popover-content .item {
  height: calc(88 / 750 * 100vw);
  display: flex;
  align-items: center;
}

.ej-yiqixue-popover .ej-popover-content .item.item:nth-child(n+2) {
  margin-bottom: calc(15 / 750 * 100vw);
}

.ej-yiqixue-popover .ej-popover-content .item.item:last-child {
  margin-top: calc(50 / 750 * 100vw);
}

.ej-yiqixue-popover .ej-popover-content .item label {
  display: inline-block;
  width: calc(128 / 750 * 100vw);
  text-align: right;margin: 0;
font-size: calc(24 / 750 * 100vw);}

.ej-yiqixue-popover .ej-popover-content .item input {
  flex: 1;
  width: calc(480 / 750 * 100vw);
  height: 100%;
  border: solid 1px #dddddd;
  padding: 0 calc(16 / 750 * 100vw);
  box-sizing: border-box;
  font-size: calc(30 / 750 * 100vw);margin-left: calc(15 / 750 * 100vw);
}
.ej-yiqixue-popover .ej-popover-content .item input::-webkit-input-placeholder {
  color: #C1C6C8;
}
.ej-yiqixue-popover .ej-popover-content .item input:focus-visible {
  outline: none;
  border: solid 1px var(--ej-color-primary);
}

.ej-yiqixue-popover .ej-popover-content .item .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(260 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);

  background-color: var(--ej-color-primary);
  color: #fff;
  font-size: var(--ej-font-size-base);
  cursor: pointer;
}

.ej-yiqixue-popover .ej-verification-phone {
  width: calc(686 / 750 * 100vw);
}

.ej-yiqixue-popover .ej-information .submit {
  height: 44px;
  width: 180px;
  margin: 0 auto;
}


.ej-yiqixue-popover .check-box {
  margin-left: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.ej-yiqixue-popover .check-box .check-img {
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
  border-radius: 50%;
  background-color: fff;
  border: 1px solid #dcdfe6;
  vertical-align: middle;
  /* background: url(../images/satisfied-form/icon_08.png) no-repeat center/16px; */
}

.ej-yiqixue-popover .check-box .check-name {
  margin-left: 8px;
  font-size: calc(30 / 750 * 100vw);
}

.ej-yiqixue-popover .check-box input[type=radio] {
  cursor: pointer;
  position: absolute;
  vertical-align: middle;
  left: 0;
  z-index: 99;
  height: 16px;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  top: 5px;
}

.ej-yiqixue-popover .check-box input[type=radio]:checked+.check-img {
  background: url(../images/satisfied-form/icon_08_a.png) no-repeat center/16px;
}
