.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-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: 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: 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: 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;
}
.ej-yiqixue-top {
  padding-top: calc(80 / 750 * 100vw);
  padding-bottom: calc(50 / 750 * 100vw);
}
.ej-yiqixue .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: calc(523 / 750 * 100vw);
  padding: 0 calc(32 / 750 * 100vw);}
.ej-yiqixue .answer-questions {

}
.ej-yiqixue .answer-questions .title {
  font-size: var(--ej-font-size-medium);
  color: var(--ej-text-color-primary);
}
.ej-yiqixue .answer-questions .title span {
  font-size: 28px;
  font-weight: bold;
  color: var(--ej-color-primary);
}
.ej-yiqixue .answer-questions .btn {
  display: flex;

  width: 100%;height: calc(80 / 750 * 100vw);
  align-items: center;
  justify-content: center;
  font-size: calc(30 / 750 * 100vw);
  color: #ffffff;
  cursor: pointer;
  background-color: var(--ej-color-primary);
  margin-top: calc(50 / 750 * 100vw);}
.ej-yiqixue .rules-activity {

  margin-top: calc(50 / 750 * 100vw);}
.ej-yiqixue .rules-activity .item-content {
  margin-bottom: 0;

  align-items: flex-start;
  padding: calc(50 / 750 * 100vw)  calc(40 / 750 * 100vw);
  font-size: var(--ej-font-size-base);
  line-height: calc(38 / 750 * 100vw);
  color: var(--ej-text-color-primary);
}
.ej-yiqixue .rules-activity .item-content label {
  margin-top: 20px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: var(--ej-color-primary);
}
.ej-yiqixue .rules-activity .item-content li {
  margin-bottom: calc(20 / 750 * 100vw);
  position: relative;
  padding-left: calc(26 / 750 * 100vw);font-size: calc(24 / 750 * 100vw);}
.ej-yiqixue .rules-activity .item-content li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--ej-color-warning);
  position: absolute;
  top: calc(14 / 750 * 100vw);
  left: 0;
}
.ej-yiqixue .rules-activity .item-content li.list-style-none::after {
  display: none;
}
.ej-yiqixue .rules-activity .item-content li:last-child {
  margin-bottom: 0;
}
.ej-yiqixue .lucky-draw {
  height: calc(1041 / 750 * 100vw);
  background: url(../images/interaction/yiqixue/lucky-draw-bg.png) no-repeat top center;
  background-size: cover;}
.ej-yiqixue .lucky-draw .title {
  height: calc(74 / 750 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(36 / 750 * 100vw);
  color: #f8fafd;
}
.ej-yiqixue .lucky-draw .btn {

  width: 100%;height: 38px;
  margin: calc(62 / 750 * 100vw) calc(48 / 750 * 100vw) 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/interaction/yiqixue/lucky-draw-line.png) no-repeat center center;
  background-size: contain;}
.ej-yiqixue .lucky-draw .btn span {
  display: inline-block;
  width: calc(193 / 750 * 100vw);
  height: calc(38 / 750 * 100vw);
  text-align: center;
  line-height: calc(38 / 750 * 100vw);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: calc(20 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  color: var(--ej-color-warning);
  cursor: pointer;
  font-weight: bold;}
.ej-yiqixue .lucky-draw .btn img {
  margin-right: calc(10 / 750 * 100vw);
  width: calc(20 / 750 * 100vw);}
.ej-yiqixue .lucky-draw .turntable {
  position: relative;
  display: flex;
  justify-content: center;
}
.ej-yiqixue .lucky-draw .turntable .content {
  width: calc(601 / 750 * 100vw);
  height: calc(601 / 750 * 100vw);
  border-radius: 50%;
  background: #3b56d7 url(../images/interaction/yiqixue/lucky-draw-lamp.png) no-repeat center;
  background-size: contain;position: relative;
  z-index: 3;
  padding: calc(40 / 750 * 100vw);
  position: relative;
}
.ej-yiqixue .lucky-draw .turntable .content .lottery {
  width: 100%;
  height: 100%;
  background-color: #1f2069;
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
  flex-shrink: 0;
  top: 50%;left: 50%;transform: translate(-50%, -50%);}
.ej-yiqixue .lucky-draw .turntable .content .lottery-list {
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ej-yiqixue .lucky-draw .turntable .content .lottery-list .lottery-item {
  width: 50%;
  height: 50%;
  font-size: var(--ej-font-size-base);
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform-origin: center bottom;
  margin-left: -25%;
  padding-top: calc(70 / 750 * 100vw);
}
.ej-yiqixue .lucky-draw .turntable .content .lottery-list .lottery-item span {
  max-width: 50%;
  height: calc(40 / 750 * 100vw);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  font-size:calc(28 / 750 * 100vw);
}
.ej-yiqixue .lucky-draw .turntable .content .lottery-list .lottery-item img {
  max-height: 40%;
  max-height: 30%;
  object-fit: cover;
}
.ej-yiqixue .lucky-draw .turntable .content .start {
  width: calc(175 / 750 * 100vw);
  height: calc(199 / 750 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  background: url(../images/interaction/yiqixue/lucky-draw-start.png) center no-repeat;
  background-size: cover;font-size: calc(32 / 750 * 100vw);
  font-weight: bold;color: #ffffff;
  cursor: pointer;
  transform-origin: center center;
  padding-top: 10px;
}
.ej-yiqixue .lucky-draw .turntable .shadow {
  width: calc(422 / 750 * 100vw);
  height: calc(110 / 750 * 100vw);
  position: absolute;
  z-index: 2;
  bottom: calc(-50 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/interaction/yiqixue/lucky-draw-shadow.png) no-repeat center center;
  background-size: contain;}
.ej-yiqixue .lucky-draw .count {
  text-align: center;
  font-size: calc(30 / 750 * 100vw);
  letter-spacing: 1px;
  color: #f8fafd;
  margin-top: calc(50 / 750 * 100vw);
}
.ej-yiqixue .lucky-draw .count span {
  font-size: calc(36 / 750 * 100vw);
  font-weight: bold;
  color: var(--ej-color-warning);
}

.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: 50px;
}
.ej-yiqixue-popover .ej-popover-content li {
  padding: 0 calc(30 / 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: #fff;
  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: 19px;
  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-top: calc(30 / 750 * 100vw);
}
.ej-yiqixue-popover .ej-popover-content .item.item:last-child {
  margin-top: 30px;
}
.ej-yiqixue-popover .ej-popover-content .item label {
  display: inline-block;
  min-width: calc(146 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);text-align: right;line-height: 1;
  margin: 0;white-space: nowrap;}
.ej-yiqixue-popover .ej-popover-content .item input {
  flex: 1;
  width: calc(296 / 750 * 100vw);
  height: 100%;
  border: solid 1px #dddddd;
  padding: 0 calc(16 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
}
.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 .code-img-box {
  width: 132px;
  height: 100%;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-left: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ej-yiqixue-popover .ej-popover-content .item .code-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.ej-yiqixue-popover .ej-popover-content .item .code-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 100%;
  margin-left: 5px;
  border: solid 1px var(--ej-color-primary);
  color: var(--ej-color-primary);
  font-size: var(--ej-font-size-base);
  cursor: pointer;
}
.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);
  margin: 0 auto;
  background-color: var(--ej-color-primary);
  color: #fff;
  font-size: calc(30 / 750 * 100vw);
  cursor: pointer;
}
.ej-yiqixue-popover .ej-verification-phone {
  width: calc(686 / 750 * 100vw);
  box-sizing: border-box;}
.ej-yiqixue-popover .ej-chance {
  width: calc(686 / 750 * 100vw);
  text-align: center;
}
.ej-yiqixue-popover .ej-chance .title {
  margin-bottom: 20px;
}
.ej-yiqixue-popover .ej-chance .face {
  height: 164px;
  background: url(../images/interaction/yiqixue/popover-face.png) no-repeat center top;
}
.ej-yiqixue-popover .ej-chance .tip {
  font-size: var(--ej-font-size-medium);
  color: var(--ej-text-color-primary);
  font-weight: bold;
  margin: calc(30 / 750 * 100vw) 0;
}
.ej-yiqixue-popover .ej-chance .describe {
  font-size: calc(30 / 750 * 100vw);
  color: var(--ej-text-color-regular);
  line-height: calc(40 / 750 * 100vw);
}
.ej-yiqixue-popover .ej-chance .describe a {
  color: var(--ej-color-primary);
}
.ej-yiqixue-popover .ej-chance .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(280 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  background-color: var(--ej-color-primary);
  font-size: var(--ej-font-size-medium);
  color: #fff;
  margin: calc(50 / 750 * 100vw) auto 0 auto;
  cursor: pointer;
  border-radius: 0;
}
.ej-yiqixue-popover .ej-win-prize .face {
  padding-top: 40px;
  height: 176px;
  background: none;
}
.ej-yiqixue-popover .ej-win-prize .tip {
  color: #FFC819;
}
.ej-yiqixue-popover .ej-win-prize .ej-pic-box {
  width: 67px;
  margin: 0 auto;
}
.ej-yiqixue-popover .ej-win-prize .ej-pic-box.ej-pic-box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 180%;
}
.ej-yiqixue-popover .ej-information .submit {
  height: 44px;
  width: 180px;
  margin: 0 auto;
}
.ej-yiqixue-popover .ej-record .ej-container,
.ej-yiqixue-popover .ej-record .ej-row {
  --ej-gutter-x: 0;
}
.ej-yiqixue-popover .ej-record .item {
  flex-wrap: wrap;
  height: auto;
}
.ej-yiqixue-popover .ej-record .item table td {
  height: calc(80 / 750 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(24 / 750 * 100vw);
  text-align: center;}
.ej-yiqixue-popover .ej-record .item table thead {
  background-color: #f9fafe;
  color: #666666;
}
.ej-yiqixue-popover .ej-record .item table thead tr {
  border: 1px solid #ebedf5;
}
.ej-yiqixue-popover .ej-record .item table thead tr td {
  border-right: 1px solid #ebedf5;
}
.ej-yiqixue-popover .ej-record .item table thead tr td:last-child {
  border-right: none;
}
.ej-yiqixue-popover .ej-record .item table tbody {
  color: var(--ej-text-color-primary);
}
.ej-yiqixue-popover .ej-record .item table tbody tr {
  border: 1px solid #ebedf5;
  border-top: none;
}
.ej-yiqixue-popover .ej-record .item table tbody tr td {
  border-right: 1px solid #ebedf5;
}
.ej-yiqixue-popover .ej-record .item table tbody tr td:last-child {
  border-right: none;
}
.ej-yiqixue-popover .ej-record .item table img {
  margin-right: 5px;
}
.ej-yiqixue-popover .ej-record .item table .operation {
  cursor: pointer;
}
.ej-yiqixue-popover .ej-record .item table .operation:hover {
  color: var(--ej-color-primary);
}
.ej-yiqixue-popover .ej-record .item table .operation-disabled {
  color: #666666;
  pointer-events: none;
}
.ej-yiqixue-popover .ej-record .item .not-record {
  display: block;
  width: 100%;
  text-align: center;
  font-size: var(--ej-font-size-medium);
  color: #666666;
  margin: 70px 0 20px 0;
}

footer {
  margin-top: 0;
}
