@charset "UTF-8";
/* 定义flex布局 */
/* 定义flex布局 是横向还是纵向布局 */
/*定义flex 超出换行*/
.check-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.check-bottom .check-bottom-left {
  width: 300px;
  height: 60px;
  background-color: #00a09f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  border: none;
}

dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  border-radius: 10px;
}
dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
dialog::-webkit-scrollbar {
  width: 5px;
}
dialog::-webkit-scrollbar-track {
  background: #fff; /* 轨道颜色 */
}
dialog::-webkit-scrollbar-thumb {
  background: #837e7e; /* 滑块颜色 */
  border-radius: 10px; /* 滑块圆角 */
}
dialog::-webkit-scrollbar-thumb:hover {
  background: #837e7e; /* 滑块悬停颜色 */
}

.popup {
  width: 500px;
  padding: 40px;
  background-color: #fff;
  padding-top: 0;
}
.popup .popup-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  position: sticky;
  background-color: #FFF;
  top: 0;
}
.popup .popup-top .popup-top-left {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}
.popup .popup-top .popup-top-left::after {
  position: absolute;
  content: "";
  width: 138px;
  height: 8px;
  left: 0;
  bottom: 2px;
  z-index: -1;
  background-color: #00a09f;
}
.popup .popup-top .popup-top-left-imag {
  width: 20px;
  height: 21px;
}
.popup .form-item {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fafbfc;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup .form-item .input {
  border: 0;
  outline: none;
  margin-left: 20px;
  background-color: transparent;
}
.popup .form-item .input input:focus {
  outline: none;
}
.popup .form-btn {
  width: 500px;
  height: 50px;
  background-color: #00a09f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border: none;
}

.new-center-input {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-center-input .new-center-input-image {
  width: 20px;
  height: 20px;
}
.new-center-input .new-center-input-title {
  font-size: 16px;
  margin-left: 30px;
}

.enroll {
  width: var(--n);
  background-color: #fafbfc;
}
.enroll .enroll-center {
  width: 1200px;
  height: 346px;
  margin: 0 auto;
  padding-top: 60px;
}
.enroll .enroll-center .enroll-center-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.enroll .enroll-center .enroll-center-title::after {
  content: "";
  width: 148px;
  height: 8px;
  background-color: #00a09f;
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.enroll .enroll-center .enroll-center-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enroll .enroll-center .enroll-center-lists .enroll-center-lists-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}

.enroll-bottom {
  width: var(--n);
}
.enroll-bottom .enroll-bottom-left {
  width: 1200px;
  margin: 0 auto;
  height: 119px;
}
.enroll-bottom .enroll-bottom-left .enroll-bottom-left-title {
  font-size: 16px;
  padding-top: 40px;
}
.enroll-bottom .enroll-bottom-left .enroll-bottom-left-text {
  font-size: 14px;
  margin-top: 10px;
}