@font-face {
  font-family: "Insignia";
  src: url("/wp/common/fonts/Insignia.ttf");
}

@font-face {
  font-family: "DIN";
  src: url("/wp/common/fonts/DIN.otf");
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #393f47;
}

input {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

body {
  font-size: 16px;
  font-family: "PINGFANG", "Arial", "Microsoft YaHei", sans-serif;
  word-break: break-all;
  word-wrap: break-word;
  color: #393f47;
}

ul,
li,
dl,
dd,
dt,
p,
ol,
h1,
h2,
h3,
h4,
h5,
body,
div {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

img,
table {
  max-width: 100%;
}

ul li {
  list-style-type: none;
}

i {
  font-style: normal;
}

cite {
  font-style: normal;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.container {
  width: 1200px !important;
  max-width: 1200px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-2,
.col-sm-2,
.col-md-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-3,
.col-sm-3,
.col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-4,
.col-sm-4,
.col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5,
.col-sm-5,
.col-md-5 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-6,
.col-sm-6,
.col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-7,
.col-sm-7,
.col-md-7 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-8,
.col-sm-8,
.col-md-8 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-9,
.col-sm-9,
.col-md-9 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-10,
.col-sm-10,
.col-md-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-11,
.col-sm-11,
.col-md-11 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-12,
.col-sm-12,
.col-md-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.ul-column-5 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.ul-column-5 > li {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.row-main {
  width: 880px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.row-side {
  width: 320px;
  padding: 0 10px;
  box-sizing: border-box;
}

.backgroud-white {
  background-color: #fff;
}

.backgroud-gray {
  background: #f5f5f5;
}

.header-nav-box {
  position: relative;
  min-height: 70px;
}

#headerNav {
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
  box-shadow: 0 2px 10px 0 rgba(47, 51, 56, 0.08);
  background-color: #fff;
}

#headerNav .header-nav {
  display: flex;
  align-items: center;
  height: 70px;
}

#headerNav .header-nav .logo-link {
  margin-right: 30px;
}

#headerNav .header-nav .nav-select {
  z-index: 1;
  position: relative;
  cursor: pointer;
}

#headerNav .header-nav .nav-select .select-text {
  font-size: 14px;
  color: #121314;
}

#headerNav .header-nav .nav-list {
  flex: 1;
  display: flex;
  margin-left: 38px;
}

#headerNav .header-nav .nav-list-item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
  position: relative;
  max-width: 80px;
  height: 70px;
  color: #121314;
}

#headerNav .header-nav .nav-list-item:hover {
  color: #dc5254;
}

#headerNav .header-nav .nav-list-item.active {
  color: #dc5254;
  font-weight: bold;
}

#headerNav .header-nav .nav-list-item.active::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 3px;
  background-color: #dc5254;
}

#headerNav .header-nav .icon-text {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin-right: 40px;
  cursor: pointer;
  font-size: 0;
  line-height: 80px;
}

#headerNav .header-nav .icon-text:hover .header-nav-hover, #headerNav .header-nav .icon-text.active .header-nav-hover {
  display: block;
}

#headerNav .header-nav .icon-text:hover .text {
  color: #dc5254;
}

#headerNav .header-nav .icon-text:hover .icon-svg {
  display: inline-block;
}

#headerNav .header-nav .icon-text:hover .icon-svg .svg1,
#headerNav .header-nav .icon-text:hover .icon-svg .svg2 {
  fill: #dc5254;
}

#headerNav .header-nav .icon-text:hover .icon-svg .svg3 {
  stroke: #dc5254;
}

#headerNav .header-nav .icon-text .text {
  font-size: 14px;
  color: #121314;
}

#headerNav .header-nav .icon-text .icon-svg {
  margin-right: 4px;
}

#headerNav .header-nav .icon-text-app {
  cursor: default;
}

#headerNav .header-nav .button-group {
  display: flex;
}

#headerNav .header-nav .button-group .button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 60px;
  height: 30px;
  border: solid 1px #dc5254;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}

#headerNav .header-nav .button-group .button + .button {
  margin-left: 10px;
}

#headerNav .header-nav .button-group .button__login {
  color: #dc5254;
}

#headerNav .header-nav .button-group .button__register {
  background-color: #dc5254;
  color: #fff;
}

#headerNav .header-nav .login-text {
  font-size: 14px;
  color: #121314;
  cursor: pointer;
}

#headerNav .header-nav .login-text .symbol {
  color: #ebebeb;
}

#headerNav .header-nav .login-text:hover {
  color: #dc5254;
}

#headerNav .header-nav .login-text:hover .symbol {
  color: #dc5254;
}

#headerNav .header-nav .user {
  width: 40px;
  height: 40px;
  position: relative;
}

#headerNav .header-nav .user > a > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  object-fit: cover;
}

#headerNav .header-nav .user .user-list {
  padding-top: 10px;
}

#headerNav .header-nav .user .user-list .user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  width: 84px;
  font-size: 14px;
  color: #393f47;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 10px 0 18px;
}

#headerNav .header-nav .user .user-list-item {
  padding: 0 10px 10px;
}

#headerNav .header-nav .user .user-list-item.out {
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
}

#headerNav .header-nav .user .user-list-item .button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  color: #60656b;
  border-radius: 5px;
  height: 30px;
  cursor: pointer;
}

#headerNav .header-nav .user .user-list-item .button:hover {
  background-color: rgba(245, 245, 245, 0.5);
}

#headerNav .header-nav .user .user-list-item .button .icon {
  margin-right: 8px;
}

#headerNav .header-nav .code-box {
  padding: 24px 19px 20px;
}

#headerNav .header-nav .code-box .code {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: initial;
  width: 162px;
  height: 162px;
  padding: 5px;
  box-sizing: border-box;
}

#headerNav .header-nav .code-box .code-text {
  font-size: 12px;
  color: #60656b;
  text-align: center;
  margin-top: 16px;
}

#headerNav .header-nav-hover {
  z-index: 1;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
  display: none;
}

#headerNav .header-nav-hover::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: none;
  top: -5px;
  filter: drop-shadow(0px -8px 5px rgba(0, 0, 0, 0.1));
}

#headerNav .second-nav {
  position: relative;
  margin: 0 -20px;
  padding: 13px 0;
}

#headerNav .second-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  border-top: 1px solid rgba(235, 235, 235, 0.7);
}

#headerNav .second-nav::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 190px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(235, 235, 235, 0.7);
  border-right: 1px solid rgba(235, 235, 235, 0.7);
  box-sizing: border-box;
  transform: rotate(-45deg);
  background-color: #fff;
}

#headerNav .second-nav .link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  color: #60656b;
  margin: 0 20px;
}

#headerNav .second-nav .link:hover {
  color: #dc5254;
}

#headerNav .second-nav .link.active {
  font-weight: bold;
  color: #dc5254;
}

@media (max-width: 1280px) {
  .layui-layer.layui-login {
    top: 75px !important;
  }
}

.layui-layer.layui-login {
  background-color: #ffffff;
  border-radius: 10px;
  width: 440px !important;
}

.form-code-login {
  height: 360px;
}

.form-password-login {
  height: 330px;
}

.login-modal-box {
  position: relative;
}

.login-modal-box .login-modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.login-modal-box .submit-button {
  margin-top: 40px;
}

.login-modal-box,
.reset-modal-box,
.wx-modal-box,
.data-modal-box {
  display: none;
}

.login-modal[modalType="login"] .login-modal-box {
  display: block;
}

.login-modal[modalType="reset"] .reset-modal-box {
  display: block;
}

.login-modal[modalType="wx"] .wx-modal-box {
  display: block;
}

.login-modal[modalType="data"] .data-modal-box {
  display: block;
}

.wx-modal-box .code-box {
  margin-left: auto;
  margin-right: auto;
  width: 278px;
}

.wx-modal-box .tips {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 5px;
  font-size: 14px;
  color: #797c80;
  margin-top: 20px;
}

.login-modal-header .login-tabs {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 30px;
}

.login-modal-header .login-tabs li {
  position: relative;
}

.login-modal-header .login-tabs li + li::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #f5f5f5;
}

.login-modal-header .login-tabs .link {
  position: relative;
  font-size: 18px;
  line-height: 1;
  color: #60656b;
  display: block;
  padding: 38px 26px 24px;
  box-sizing: border-box;
}

.login-modal-header .login-tabs .link.active {
  color: #dc5254;
  font-size: 20px;
}

.login-modal-header .login-tabs .link.active::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  bottom: 0;
  width: 20px;
  height: 4px;
  background-color: #dc5254;
  border-radius: 3px;
}

.login-modal-content {
  width: 440px;
  padding: 0 40px 40px;
  box-sizing: border-box;
}

.login-modal .title-header {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 1;
  color: #60656b;
  text-align: center;
}

.login-modal .login-form-item {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}

.login-modal .login-form-item-element {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  flex: 1;
  border-radius: 5px;
  border: solid 1px #ebebeb;
  padding: 0 10px;
  height: 50px;
  box-sizing: border-box;
  transition: 0.2s linear;
}

.login-modal .login-form-item-element__error {
  background-color: rgba(220, 82, 84, 0.1);
  border-color: #dc5254 !important;
}

.login-modal .login-form-item-element__error .err-tips {
  display: block !important;
}

.login-modal .login-form-item-element__focus {
  border-color: #dc5254;
}

.login-modal .login-form-item-element .input {
  background-color: transparent;
  color: #60656b;
  width: 100%;
  flex: 1;
  height: 50px;
}

.login-modal .login-form-item-element .input::placeholder {
  color: #949699;
}

.login-modal .login-form-item-element .err-tips {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  line-height: 16px;
  color: #dc5254;
  font-size: 12px;
  display: none;
}

.login-modal .login-form-item-element .err-tips .icon,
.login-modal .login-form-item-element .err-tips .text {
  display: inline-block;
  vertical-align: middle;
}

.login-modal .login-form-item-element .err-tips .text {
  margin-left: 1px;
}

.login-modal .login-form-item-password .eye-box {
  cursor: pointer;
}

.login-modal .login-form-item-password.show-password .icon2 {
  display: block;
}

.login-modal .login-form-item-password.show-password .icon1 {
  display: none;
}

.login-modal .login-form-item-password .icon2 {
  display: none;
}

.login-modal .login-form-tips {
  text-align: right;
  margin-bottom: 40px;
  font-size: 14px;
  color: #60656b;
  cursor: pointer;
  margin-left: auto;
  width: 70px;
}

.login-modal .login-form .code-box {
  font-size: 14px;
  cursor: pointer;
  color: #60656b;
}

.login-modal .login-form .code-box.disabled, .login-modal .login-form .code-box.codeing {
  color: #949699;
  cursor: default;
}

.login-modal .login-form .code-image-box > img {
  width: 120px;
  height: 50px;
  margin-left: 30px;
  border-radius: 5px;
}

.login-modal .login-form .submit-button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  outline: none;
  width: 100%;
  height: 50px;
  background-color: #dc5254;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.login-modal .login-form .submit-button.disabled {
  background-color: rgba(220, 82, 84, 0.5);
  cursor: default;
}

.login-modal .login-form .agreement-tips {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #797c80;
  margin-top: 20px;
}

.login-modal .login-form .agreement-tips .checkbox {
  margin-right: 4px;
  transform: translateY(-2px);
}

.login-modal .login-form .agreement-tips .text {
  line-height: 16px;
}

.login-modal .login-form .agreement-tips .link {
  color: #dc5254;
}

.login-modal .back-login {
  font-size: 14px;
  color: #dc5254;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.login-modal .wx-login {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  border-radius: 0px 0px 10px 10px;
  font-size: 15px;
  color: #60656b;
  line-height: 0;
  cursor: pointer;
  margin-bottom: 40px;
}

.login-modal .wx-login .icon {
  margin-right: 8px;
}

.page-footer {
  background: #ffffff;
  margin-top: 60px;
}

.page-footer .content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding: 0;
  width: 1200px;
  padding-top: 30px;
}

.page-footer .content .ad {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 32px;
}

.page-footer .content .ad .detail {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}

.page-footer .content .ad .detail .app {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-content: center;
  padding-right: 60px;
  border-right: 1px solid #f5f5f5;
  height: 128px;
}

.page-footer .content .ad .detail .app > .text {
  flex: 1;
}

.page-footer .content .ad .detail .app .img {
  width: 120px;
  height: 120px;
  border: 1px solid #f3f4f5;
  box-sizing: border-box;
  border-radius: 3px;
}

.page-footer .content .ad .detail .app .img .image_file {
  width: 100%;
}

.page-footer .content .ad .detail .app .text {
  margin-left: 23px;
}

.page-footer .content .ad .detail .app .text .title {
  height: 33px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #dc5254;
  margin-top: 2px;
}

.page-footer .content .ad .detail .app .text .desc {
  height: 19px;
  font-size: 14px;
  line-height: 20px;
  color: #60656b;
  letter-spacing: 15px;
}

.page-footer .content .ad .detail .app .text .button {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-top: 28px;
}

.page-footer .content .ad .detail .app .text .button .button-link {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #dc5254;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.page-footer .content .ad .detail .app .text .button .button-link .image .fa {
  font-size: 18px;
}

.page-footer .content .ad .detail .app .text .button .button-link .text {
  margin-left: 8px;
  font-size: 12px;
}

.page-footer .content .ad .detail .app .text .button .ios {
  color: #dc5254;
}

.page-footer .content .ad .detail .app .text .button .ios:hover {
  background: #dc5254;
  color: white;
}

.page-footer .content .ad .detail .app .text .button .ios:hover + .android {
  background: white;
  color: #dc5254;
}

.page-footer .content .ad .detail .app .text .button .android {
  background: white;
  color: #dc5254;
  margin-left: 16px;
}

.page-footer .content .ad .detail .app .text .button .android:hover {
  background: #dc5254;
  color: white;
}

.page-footer .content .ad .detail .contact {
  width: 388px;
  min-height: 120px;
}

.page-footer .content .ad .detail .study {
  height: 120px;
}

.page-footer .content .contact {
  margin-left: 60px;
  border-right: 1px solid #f5f5f5;
}

.page-footer .content .contact > .title {
  min-height: 22px;
  font-size: 16px;
  line-height: 26px;
  color: #393f47;
  font-weight: bold;
  padding-bottom: 6px;
}

.page-footer .content .contact .iphone {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-top: 14px;
}

.page-footer .content .contact .iphone .tel_detail {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4px;
}

.page-footer .content .contact .iphone .tel_detail .title {
  display: flex;
  color: #60656b;
  font-size: 14px;
}

.page-footer .content .contact .iphone .tel_detail .title .tip2,
.page-footer .content .contact .iphone .tel_detail .title .tip1 {
  display: inline-block;
  min-width: 80px;
}

.page-footer .content .contact .iphone .tel_detail .title .tip1 {
  flex: 1;
  color: #60656b;
  font-family: "-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,WenQuanYi Micro Hei,SimSun,sans-serif";
}

.page-footer .content .contact .iphone .tel_detail .number {
  color: #60656b;
}

.page-footer .content .contact .tips {
  margin-left: 70px;
  color: #949699;
  font-size: 12px;
  margin-top: 2px;
}

.page-footer .content .study {
  margin-left: 60px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.page-footer .content .study .title {
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #393f47;
  padding-left: 8px;
}

.page-footer .content .study .study_icons {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-top: 20px;
}

.page-footer .content .study .study_icons .icons_item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 65px;
  text-align: center;
  margin-left: 10px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
}

.page-footer .content .study .study_icons .icons_item .img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.page-footer .content .study .study_icons .icons_item .img img {
  width: 100%;
  object-fit: contain;
}

.page-footer .content .study .study_icons .icons_item .text {
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  color: #60656b;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 10px;
}

.page-footer .content .study .study_icons .icons_item:first-child {
  margin-left: 0;
}

.page-footer .content .footer_detail {
  padding: 25px 0;
  color: #949699;
  font-size: 12px;
  height: 97px;
}

.page-footer .content .footer_detail .friend-contact {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}

.page-footer .content .footer_detail .friend-contact .contact_item {
  color: #949699;
  font-size: 12px;
  padding: 0 16px;
  border-right: 1px solid #ebebeb;
}

.page-footer .content .footer_detail .friend-contact .contact_item:hover {
  color: #333;
}

.page-footer .content .footer_detail .friend-contact .contact_item:last-child {
  border-right: none;
}

.page-footer .content .footer_detail .contact_detail {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-top: 3px;
  justify-content: space-between;
  align-items: flex-end;
}

.page-footer .content .footer_detail .contact_detail .left {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  height: 16px;
}

.page-footer .content .footer_detail .contact_detail .left .copyright {
  padding-right: 16px;
  border-right: 1px solid #ebebeb;
  padding-left: 16px;
  display: flex;
  align-items: center;
}

.page-footer .content .footer_detail .contact_detail .left .copyright:first-child {
  padding-left: 0;
}

.page-footer .content .footer_detail .contact_detail .left .copyright:last-child {
  border-right: none;
}

.page-footer .content .footer_detail .contact_detail .left .record {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  padding-left: 16px;
}

.page-footer .content .footer_detail .contact_detail .left .record .url {
  color: #949699;
  font-size: 12px;
}

.page-footer .content .footer_detail .contact_detail .left .record .police {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-left: 16px;
}

.page-footer .content .footer_detail .contact_detail .left .record .police .img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.page-footer .content .footer_detail .contact_detail .contact_item {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}

.page-footer .content .footer_detail .contact_detail .contact_item .item {
  margin-top: 0;
  width: 30px;
  height: 30px;
  background: #f3f4f5;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.page-footer .content .footer_detail .contact_detail .contact_item .item .img {
  color: #a5acc0;
}

.page-footer .content .footer_detail .contact_detail .contact_item .item:last-child {
  margin-right: 0;
}

.look-wei-code {
  z-index: 1;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
  display: none;
}

.look-wei-code:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: none;
  bottom: -5px;
  filter: drop-shadow(0px -8px 5px rgba(0, 0, 0, 0.1));
}

.look-wei-code .code-box {
  padding: 24px 19px 20px;
}

.look-wei-code .code-box .code {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: initial;
  width: 162px;
  height: 162px;
  padding: 5px;
  box-sizing: border-box;
}

.look-wei-code .code-box .code img {
  width: 100%;
  object-fit: contain;
}

.wei-code-box {
  position: relative;
}

.wei-code-box:hover .look-wei-code {
  display: block;
}

body {
  min-width: 1220px;
}

.crumbs {
  justify-content: start;
  -webkit-justify-content: start;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 80px;
  font-size: 14px;
}

.crumbs-item {
  margin-right: 8px;
  color: #797c80;
}

.crumbs-item.disabled {
  color: #949699;
}

.text-lables {
  overflow: hidden;
  white-space: nowrap;
}

.text-lables .lable {
  display: inline-block;
  line-height: 22px;
  background: rgba(68, 138, 255, 0.05);
  border-radius: 2px;
  color: #448aff;
  font-size: 12px;
  vertical-align: middle;
  padding: 0 6px;
  margin-right: 10px;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-lables .lable:nth-child(n + 3) {
  display: none;
}

.price-group {
  font-family: "-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,WenQuanYi Micro Hei,SimSun,sans-serif";
}

.price-group .price-item {
  display: inline-block;
  vertical-align: bottom;
}

.price-group .old-price {
  font-size: 12px;
  color: #949699;
  text-decoration: line-through;
}

.price-group .new-price {
  color: #dc5254;
  font-size: 22px;
  line-height: 1;
}

.price-group .new-price-text {
  display: inline-block;
  transform: translateY(-2px);
  font-size: 12px;
  margin-left: 2px;
}

.price-group .new-price .symbol {
  font-size: 12px;
}

.price-group .text-price {
  color: #dc5254;
  font-size: 20px;
  line-height: 1;
}

.side-card-box {
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}

.side-card-box .side-header .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.side-card {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.side-card + .side-card {
  border-top: 1px solid #f5f5f5;
}

.side-card:nth-child(n + 4) {
  display: none;
}

.side-card .name {
  font-size: 14px;
  line-height: 24px;
  color: #60656b;
  margin-bottom: 8px;
}

.side-card .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.side-card .detail .text,
.side-card .detail .price-group {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50%;
}

.side-card .detail .text {
  font-size: 12px;
  line-height: 14px;
  color: #949699;
}

.side-card .detail .price-group .old-price {
  font-size: 12px;
}

.side-card .detail .price-group .new-price {
  font-size: 16px;
}

.side-card .detail .price-group .new-price .symbol {
  font-size: 12px;
}

.side-card .detail .price-group .text-price {
  font-size: 14px;
}

.side-card-teacher {
  display: flex;
}

.side-card-teacher .teacher-portrait {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  overflow: hidden;
}

.side-card-teacher .teacher-detail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  height: 50px;
}

.side-card-teacher .teacher-detail .name {
  font-size: 16px;
  line-height: 24px;
  color: #60656b;
}

.side-card-teacher .teacher-detail .text {
  font-size: 12px;
  line-height: 16px;
  color: #949699;
}

.side-card-course .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.side-card-course .detail {
  margin-top: 15px;
}

.side-card-book .image {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  float: left;
  width: 48px;
  height: 52px;
  background-color: #f7f9fa;
}

.side-card-book .image > img {
  max-width: 100%;
  max-height: 100%;
}

.side-card-book .content {
  margin-left: 62px;
}

.side-card-book .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-card-questionset .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.side-card-questionset .questionset-detail {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.side-card-questionset .questionset-detail .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 12px;
  color: #949699;
}

.side-card-questionset .questionset-detail .button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 60px;
  min-width: 60px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #dc5254;
  font-size: 12px;
  color: #dc5254;
}

.side-card-questionset .questionset-detail .button:hover {
  background-color: #dc5254;
  border-color: #dc5254;
  color: #fff;
}

.common-swiper:hover .swiper-button-prev,
.common-swiper:hover .swiper-button-next {
  display: flex;
}

.common-swiper .swiper-button-prev {
  left: 0;
  border-radius: 0px 4px 4px 0px;
}

.common-swiper .swiper-button-prev .icon {
  transform: rotate(-180deg);
}

.common-swiper .swiper-button-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.common-swiper .swiper-button-prev,
.common-swiper .swiper-button-next {
  display: none;
  outline: none;
  width: 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.common-swiper .swiper-button-prev::after,
.common-swiper .swiper-button-next::after {
  display: none;
}

.common-swiper .swiper-button-prev:hover,
.common-swiper .swiper-button-next:hover {
  transition: 0.1s ease-out;
}

.common-swiper .swiper-button-prev .icon,
.common-swiper .swiper-button-next .icon {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: initial;
  background-size: initial;
  background-image: url(/wp/common/images/common/swiper-arrow-gray.png);
  width: 6px;
  height: 10px;
}

.page-side-nav {
  z-index: 90;
  position: fixed;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}

.page-side-nav .list-item {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  position: relative;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #e6e9eb;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-side-nav .list-item:nth-child(1) .svg-icon {
  margin-left: 2px;
}

.page-side-nav .list-item-car {
  display: none;
}

.page-side-nav .list-item-car .count {
  position: absolute;
  top: -5px;
  right: -10px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  background: #dc5254;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

.page-side-nav .list-item-download {
  position: relative;
  cursor: default;
}

.page-side-nav .list-item-download:hover .code-box-box {
  display: block;
}

.page-side-nav .list-item-download .code-box-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  display: none;
  padding-right: 12px;
}

.page-side-nav .list-item-download .code-box {
  padding: 24px 19px 20px;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
}

.page-side-nav .list-item-download .code-box .code {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: initial;
  width: 162px;
  height: 162px;
  padding: 5px;
  box-sizing: border-box;
}

.page-side-nav .list-item-download .code-box .code-text {
  font-size: 12px;
  color: #60656b;
  text-align: center;
  margin-top: 16px;
}

.page-side-nav .list-item .text {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  opacity: 0;
  transition: 0.2s ease-out;
}

.page-side-nav .list-item .svg-icon {
  transition: 0.2s ease-out;
}

.page-side-nav .list-item:hover .text {
  color: #dc5254;
  opacity: 1;
  transform: translateY(-4px);
}

.page-side-nav .list-item:hover .svg-icon {
  transform: translateY(-10px);
}

.page-side-nav .list-item:hover .svg-icon path {
  fill: #dc5254;
}

.page-side-nav .list-item:hover .svg-icon .svg-back3 {
  stroke: #dc5254;
  fill: none;
}

.page-side-nav .list-item:hover .svg-icon .download-svg1 {
  fill: #dc5254;
}

.page-side-nav .list-item:hover .svg-icon .download-svg2,
.page-side-nav .list-item:hover .svg-icon .download-svg3 {
  stroke: #dc5254;
}

.page-side-nav .list #scollTopButton {
  visibility: hidden;
}

.page-side-nav .list #scollTopButton.showBox {
  visibility: visible;
}

.pagination {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-bottom: 20px;
}

.pagination-item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-size: 14px;
  font-family: DIN;
  color: #60656b;
}

.pagination-item-hover,
.pagination-item .active {
  cursor: pointer;
}

.pagination-item-hover:hover,
.pagination-item .active:hover {
  background-color: #dc5254;
  border-color: #dc5254;
  color: #fff;
}

.pagination-item.disabled {
  opacity: 0.5;
}

.pagination-item .icon {
  font-weight: bold;
  font-size: 16px;
}

.page-list-title {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 90px;
}

.page-list-title .title {
  font-size: 22px;
  color: #393f47;
  font-weight: bold;
}

.page-list-title .right-content {
  display: flex;
  align-items: center;
}

.page-list-title .search {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 260px;
  height: 36px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  box-sizing: border-box;
}

.page-list-title .search .input {
  flex: 1;
  font-size: 14px;
  margin-right: 10px;
}

.page-list-title .search .input::placeholder {
  color: #949699;
}

.page-list-title .search .icon {
  cursor: pointer;
  transform: translateY(-1px);
}

.page-list-title .search .icon .stroke {
  stroke: #dc5254;
}

.page-list-title .search .svg-icon {
  transform: translateY(-1px);
}

.page-list-title .search .svg-icon .svg1,
.page-list-title .search .svg-icon .svg2 {
  stroke: #dc5254;
}

.page-list-title .my-button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 120px;
  height: 36px;
  background: rgba(220, 82, 84, 0.06);
  border: 1px solid #dc5254;
  border-radius: 20px;
  font-size: 14px;
  color: #dc5254;
  box-sizing: border-box;
  margin-left: 20px;
}

.page-list-title .my-button .svg-icon {
  margin-right: 6px;
}

.page-list-title .my-button .svg-icon .svg0 {
  stop-color: rgba(220, 82, 84, 0.1);
}

.page-list-title .my-button .svg-icon .svg1 {
  stroke: #dc5254;
}

.page-list-title .my-button .svg-icon .svg2 {
  fill: #dc5254;
}

.common-modal {
  border-radius: 10px !important;
  overflow: hidden;
}

.common-modal-header {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.common-modal-header .title .text1 {
  font-size: 18px;
  font-weight: bold;
  color: #393f47;
}

.common-modal-header .title .text2 {
  font-size: 14px;
  color: #949699;
  margin-left: 16px;
}

.common-modal-header .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.common-modal-header .close-button .svg-icon {
  width: 26px;
  height: 26px;
}

.common-modal-header .close-button:hover .svg-icon path {
  opacity: 0.8;
}

.common-modal-content {
  padding-left: 40px;
  padding-right: 40px;
}

.layui-area {
  width: 1020px !important;
}

.layui-area .close-button .svg-icon {
  width: 26px;
  height: 26px;
}

.area-modal {
  padding-bottom: 54px;
}

.area-modal .area-select-title {
  font-size: 22px;
  font-weight: bold;
  color: #393f47;
  margin-bottom: 10px;
}

.area-modal .area-select-subtitle {
  font-size: 14px;
  color: #60656b;
}

.area-select-list {
  margin-top: 40px;
}

.area-select-list .list-header {
  justify-content: start;
  -webkit-justify-content: start;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.area-select-list .list-header .name {
  color: #393f47;
  margin-left: 6px;
}

.area-select-list .list-header .svg-icon path {
  fill: #dc5254;
}

.area-select-list .list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.area-select-list .list > li {
  width: 12.5%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.area-select-list .list .link {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 20px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  color: #60656b;
  box-sizing: border-box;
}

.area-select-list .list .link:hover {
  background-color: #dc5254;
  border-color: #dc5254;
  color: #fff;
}

.area-select-list .list .link.active {
  background-color: #dc5254;
  transition: 0.3s ease-out;
  border-color: #dc5254;
  color: #fff;
}

.common-tips-layer {
  box-shadow: none !important;
  border-radius: 5px !important;
}

.common-tips-layer .common-tips {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 48px;
  padding: 0 35px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 14px;
  color: #393f47;
  box-sizing: border-box;
}

.common-tips-layer .common-tips .icon {
  margin-right: 8px;
}

.common-tips__success {
  background-color: gray;
}

.common-tips__success .common-tips {
  color: #00b38a;
  background-color: rgba(0, 179, 138, 0.06);
  border-color: rgba(0, 179, 138, 0.2);
}

.common-tips__warning .common-tips {
  color: #393f47;
  background-color: rgba(57, 63, 71, 0.06);
  border-color: rgba(57, 63, 71, 0.2);
}

.common-tips__error .common-tips {
  color: #ff6a4d;
  background-color: rgba(255, 106, 77, 0.06);
  border-color: rgba(255, 106, 77, 0.2);
}

.common-tips__tips .common-tips {
  color: #393f47;
  background-color: rgba(68, 168, 255, 0.06);
  border-color: rgba(68, 168, 255, 0.2);
}

.goods-subject-select {
  padding: 10px 48px 10px 30px;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.goods-subject-select .subject-list {
  overflow: hidden;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f5f5f5;
}

.goods-subject-select .subject-list .name {
  float: left;
  width: 70px;
}

.goods-subject-select .subject-list .list {
  margin: 0 -20px -20px;
}

.goods-subject-select .subject-list .list .text {
  display: inline-block;
  margin: 0 20px;
  line-height: 1;
  margin-bottom: 20px;
  color: #393f47;
}

.goods-subject-select .subject-list .list .text.active {
  color: #dc5254;
  font-weight: bold;
}

.goods-subject-select .subject-list .list .text:hover {
  color: #dc5254;
}

.goods-subject-select .subject-list:nth-child(1) {
  border: none;
}

.goods-subject-select .second-subject-list .list .text {
  color: #60656b;
  font-size: 14px;
  line-height: 26px;
  height: 28px;
}

.goods-subject-select .second-subject-list .list .text.active {
  background: rgba(220, 82, 84, 0.05);
  border: 1px solid rgba(220, 82, 84, 0.2);
  color: #dc5254;
  padding: 0 14px;
  border-radius: 14px;
}

.page-empty {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  background: #ffffff;
  position: relative;
}

.page-empty-full {
  height: 680px;
  margin-top: 40px;
}

.page-empty .page-empty-title {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #393f47;
}

.page-empty .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #afb2b5;
  margin-top: 10px;
}

.page-empty .button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 180px;
  height: 44px;
  background: #dc5254;
  border-radius: 3px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 30px;
}

.el-drawer-fade-in {
  animation: el-drawer-fade-in 0.3s;
}

.el-drawer-fade-leave-active {
  animation: el-drawer-fade-leave-active 0.3s;
}

@keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes el-drawer-fade-leave-active {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.e-popover {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform-origin: center top;
  z-index: 2001;
  background: #ffffff;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  z-index: 2000;
  font-size: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
  transform: translateX(-50%);
  display: none;
}

.e-popover .popper__arrow {
  left: 50%;
  top: -12px;
  margin-right: 3px;
  border-top-width: 0;
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-bottom-color: #ebeef5;
  border-style: solid;
  transform: translateX(-50%);
}

.e-popover .popper__arrow::after {
  top: -5px;
  margin-left: -6px;
  border-top-width: 0;
  border-color: transparent;
  border-bottom-color: #ffffff;
  content: " ";
  border-width: 6px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-color: #dc5254 !important;
  background-color: rgba(220, 82, 84, 0.1) !important;
  color: #dc5254 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em:hover {
  color: #dc5254 !important;
}

.layui-laypage .layui-laypage-curr em {
  color: #dc5254 !important;
}

body .layui-laypage a:hover {
  color: #dc5254;
}

.checkbox {
  display: inline-block;
  vertical-align: middle;
}

.checkbox input[type="checkbox"] {
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}

.checkbox input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(148, 150, 153, 0.6);
  border-radius: 2px;
}

.checkbox input[type="checkbox"]:checked::before {
  content: "";
  background-color: #dc5254;
  border: none;
  background-image: url(/wp/common/images/common/agreement_hook.png);
  background-repeat: no-repeat;
  background-position: center;
}

.layui-layer.layui-classTeacher {
  overflow: initial;
}

.layui-layer.layui-classTeacher .layui-layer-content {
  overflow: initial;
}

.layui-layer.layui-classTeacher .close-icon {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
