.dialog-form-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  /* pointer-events: auto; */
}
.dialog-form-box.ontrue {
  display: block !important;
}
#formApp1,
#formApp2,
#formApp3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#formApp1.ontrue,
#formApp2.ontrue,
#formApp3.ontrue {
  display: block;
}

#formApp2 .apply-situation-form-title {
  text-align: center;
  position: relative;
  background: unset;
  color: #384baf;
  font-size: 16px;
  font-family: 'OPPOSansBold';
  line-height: 16px;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
  height: unset;
}

.form-close-new {
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

.form-close-new img {
  width: 26px;
}

#dialog-form .apply-situation-form-box {
  width: 722px;
  height: 420px;
  background: unset;
  border-radius: 8px;
  box-shadow: unset;
  position: relative;
}
#dialog-form #formApp2 {
  width: 390px !important;
  height: auto !important;
}
#dialog-form #formApp2 .apply-situation-form-box-right {
  padding-bottom: 24px;
}

#dialog-form .apply-situation-form-content {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  height: 100%;
}

#dialog-form .apply-situation-form-box-right {
  padding-top: 24px;
  width: 390px;
}

#dialog-form .apply-situation-form-submit {
  padding: 0 24px;
}

.apply-situation-form-box-left {
  width: 330px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#formApp1 .apply-situation-form-box-left,
#formApp3 .apply-situation-form-box-left {
  opacity: 0;
}

#dialog-form .apply-situation-form-box-left.indicate-true {
  -webkit-animation: indicate 1s ease both;
  animation: indicate 1s ease both;
}

@keyframes indicate {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.apply-situation-logo img {
  width: 192px;
}

.apply-situation-applet-info {
  margin-top: 46px;
}

.apply-applet-text-one {
  font-size: 18px;
  text-align: center;
  color: #333333;
  line-height: 18px;
}

.apply-applet-text-two {
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
  color: #8a8a8a;
  line-height: 12px;
}

.apply-applet-img-box {
  display: flex;
  align-items: center;
  margin-top: 38px;
  justify-content: center;
}

.apply-applet-img-one img {
  width: 90px;
}

.apply-applet-img-one {
  margin-right: 10px;
}

.apply-applet-img-one:last-child {
  margin-right: 0;
}

.apply-situation-form-title {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(90deg, #384baf, #648aff 100%);
  border-radius: 8px 8px 0px 0px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.apply-situation-form-submit {
  padding: 16px 22px 0;
}

.apply-form-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
}

.apply-form-item.apply-item-choose {
  border: 1px solid #384baf;
}

.apply-form-item.apply-item-choose.error-tel .apply-form-item-right input::placeholder {
  color: #ff0000;
}

.apply-form-item.apply-item-choose.error-tel {
  border: 1px solid #ff0000;
}

.apply-form-item.apply-item-choose.error-tel .apply-form-select-value {
  color: #ff0000;
}

.apply-form-item.apply-item-choose .apply-form-item-title {
  color: #384baf;
}

.apply-form-item.apply-item-choose.error-tel .apply-form-item-title {
  color: #ff0000;
}

.apply-form-item.apply-item-choose.error-tel .apply-form-item-title::after {
  border-right: 1px solid #ff0000;
}

.apply-form-item.apply-item-choose.error-tel .apply-form-item-right input {
  color: #ff0000;
}

.apply-form-item.apply-item-choose.error-tel .apply-form-select-value .pos-select-img {
  content: url('/web3/img/right_select_err.png');
}

.apply-form-item.apply-item-choose .apply-form-item-title::after {
  border-right: 1px solid #384baf;
}

.apply-form-item.apply-item-choose .apply-form-item-right input {
  color: #384baf;

  font-size: 14px;
}

.apply-form-item:nth-child(4) .apply-form-select-select {
  justify-content: space-between;
}
.apply-form-item:nth-child(4) .apply-form-select-select .apply-form-select-select-item {
  width: 48%;
  margin-right: 0 !important;
}

.apply-form-item:nth-child(4) .apply-form-select-select .apply-form-select-select-item:nth-child(3) {
  margin-right: 0;
}

.apply-form-item:nth-child(4) .apply-form-select-select .apply-form-select-select-item {
  margin-right: 16px;
}

/* .apply-form-item:nth-child(5) .apply-form-select-select .apply-form-select-select-item {
    width: 140px;
    text-align: center;
    padding: 0 6px;
    overflow: hidden;
}

.apply-form-item:nth-child(5) .apply-form-select-select {
    height: 160px !important;
}

.apply-form-item:nth-child(5) .apply-form-select-select .apply-form-select-select-item {
    margin-right: 0;
}

.apply-form-item:nth-child(5) .apply-form-select-select .province-list-item {
    margin-right: 15px;
} */

#belongCity .apply-form-select-select {
  align-items: unset;
}

/* .apply-form-item:nth-child(5) .apply-form-select-select .province-list-item .apply-form-select-select-item {
    margin-bottom: 0;
}

.apply-form-item:nth-child(5) .apply-form-select-select .province-list-item {
    margin-bottom: 10px;
}

.apply-form-item:nth-child(5) .apply-form-select-select .province-list-item:nth-child(2n) {
    margin-right: 0;
} */

.apply-form-item.apply-item-choose .apply-form-item-right input::placeholder {
  color: #384baf;
  font-family: 'OPPOSans';
  font-size: 14px;
}

.apply-form-item.apply-item-choose .apply-form-select-value {
  color: #384baf;
}

.apply-form-item.apply-item-choose .apply-form-select-value .pos-select-img {
  content: url(/web3/img/select_right.svg);
  transform: translateY(-65%) rotateZ(90deg);
  background: unset;
}

.apply-form-item.apply-item-choose .apply-form-select-select {
  display: flex;
  /* max-height: 160px; */
  height: fit-content;
}

.apply-form-item.apply-item-choose.slidedown .apply-form-select-value .pos-select-img {
  transform: translateY(-50%) !important;
}

.apply-form-item.apply-item-choose.slidedown .apply-form-select-select {
  height: 0px !important;
  display: none !important;
}

.apply-form-item-title {
  font-size: 14px;
  text-align: center;
  color: #888888;
  line-height: 40px;
  letter-spacing: 0.01px;
  width: 120px;
  position: relative;
}

.apply-form-item-title::after {
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  height: 28px;
  border-right: 1px solid #cccccc;
  border-radius: 4px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.apply-form-item-right {
  width: calc(100% - 120px);
  height: 100%;
  border-radius: 0px 4px 4px 0;
}

.pos-select-img {
  position: absolute;
  width: 20px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.apply-form-item-right input {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 0px 4px 4px 0;
  padding-left: 20px;
  font-family: 'OPPOSans';
  font-size: 14px;
}

.apply-form-select-value {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 0px 4px 4px 0;
  padding-left: 20px;
  font-size: 14px;
  font-family: 'OPPOSans';
  color: #888888;
  letter-spacing: 0.01px;
  line-height: 38px;
  position: relative;
  overflow: hidden;
  padding-right: 30px;
}

.apply-form-select-select {
  position: absolute;
  left: -1px;
  top: 40px;
  width: 342px;
  background-color: #fff;
  z-index: 8;
  padding: 10px 20px 0px 20px;
  border-radius: 4px;
  height: 0px;
  transition: all 0.4s;
  display: none;
  align-items: center;
  box-shadow: -8px 8px 24px 0px rgba(138, 138, 138, 0.2);
  flex-wrap: wrap;
}

.apply-form-select-select-item {
  margin-right: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #8a8a8a;
  cursor: pointer;
  width: 65px;
  height: 30px;
  background: #eee;
  margin-bottom: 10px;
}

.apply-form-select-select-item:nth-child(4) {
  margin-right: 0;
}

.apply-form-select-select-item.choose {
  color: #fff;
  background-color: #384baf;
}

.apply-form-select-select-item:hover {
  color: #fff;
  background-color: #384baf;
}

.apply-form-item-right input::placeholder {
  font-size: 14px;
  font-family: 'OPPOSans';
  color: #888888;
  letter-spacing: 0.01px;
}

.apply-form-select-province-list {
  height: 140px;
  overflow-y: scroll;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.apply-form-select-province-list::-webkit-scrollbar,
.apply-form-city-con::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

.apply-form-select-province-list::-webkit-scrollbar-thumb {
  background: #384baf;
  border-radius: 12px;
}

.apply-form-city-list {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background: #fff;
  display: none;
  padding: 10px 0 10px 20px;
  border-radius: 4px;
  box-shadow: -8px 8px 24px 0px rgba(138, 138, 138, 0.2);
}

.apply-form-city-con {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 100%;
  width: calc(100% - 20px);
}

.apply-form-city-con::-webkit-scrollbar-thumb {
  background: #384baf;
  border-radius: 10px;
}

.apply-form-city-border {
  width: 0px;
  height: 130px;
  border-right: 1px solid #cccccc;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.apply-form-city-list.show-city-bool {
  display: flex;
  flex-wrap: wrap;
}

.apply-form-city-list-item {
  font-size: 14px;
  color: #8a8a8a;
  letter-spacing: 0.01px;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 140px;
  height: 30px;
  background: #f8f8f8;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}

#dialog-form .apply-form-city-list-item {
  width: 110px;
}

.apply-form-city-list-item:nth-child(2n) {
  margin-right: 0;
}

.apply-form-city-list-item.choose {
  color: #fff;
  background: #384baf;
}

.apply-form-city-list-item:hover {
  color: #fff;
  background: #384baf;
}

/* .apply-form-city-list-item:nth-child(5n + 1){
    margin-right: 0;
} */

.apply-form-btn-box {
  display: flex;
  justify-content: space-between;
}

#dialog-form .apply-form-btn-box {
  margin-top: 24px;
}

#dialog-form .signUp-btn {
  display: block;
  width: 100%;
  height: 40px;
  border: unset;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  font-family: 'OPPOSans';
  background: linear-gradient(270deg, #384baf 0%, #6483dc);
  box-shadow: 0px 8px 16px 0px rgba(78, 134, 247, 0.4);
}

.signUp-btn.ontrue {
  background: #384baf;
  color: #fff;
  border: none;
  line-height: 40px;
}

.apply-form-security-tips {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.apply-form-security-tips img {
  width: 12px;
}

.security-tips-text {
  margin-left: 6px;
  font-size: 12px;
  text-align: LEFT;
  color: #686a71;
  line-height: 12px;
}

/* 试听硕博课表单和试听修业坊样式 */
#dialog-form > #formApp1,
#dialog-form > #formApp3 {
  width: 680px;
}

#formApp1 .apply-form-item-title,
#formApp3 .apply-form-item-title {
  width: 87px;
}

#formApp1 .apply-form-item-right,
#formApp3 .apply-form-item-right {
  width: calc(100% - 87px);
}

#formApp1 .form-close-new,
#formApp3 .form-close-new {
  transition: all 1s;
  right: 320px;
}

#formApp1 .form-close-new.show_close,
#formApp3 .form-close-new.show_close {
  right: -30px;
}

#dialog-form #formApp1 .apply-situation-form-content,
#dialog-form #formApp3 .apply-situation-form-content {
  background: none;
}

#formApp1 .apply-applet-img-box,
#formApp3 .apply-applet-img-box {
  margin-top: 15px;
}

.apply-applet-img-one img {
  width: 110px;
}

#formApp1 .apply-situation-form-box-left,
#formApp1 .apply-situation-form-box-right,
#formApp3 .apply-situation-form-box-left,
#formApp3 .apply-situation-form-box-right {
  display: block;
  border-radius: 8px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}

#formApp1 .apply-situation-form-box-right,
#formApp3 .apply-situation-form-box-right {
  background-color: #fff;
  z-index: 1;
  margin-right: 0px;
  width: 300px;
  transition: all 1s;
  transform: translateX(-330px);
  opacity: 0;
}

#formApp1 .apply-situation-form-box-right.show_right,
#formApp3 .apply-situation-form-box-right.show_right {
  transform: translateX(0);
  width: 330px;
  opacity: 1;
}

#formApp1 .apply-situation-msg,
#formApp3 .apply-situation-msg {
  padding: 25px 25px 15px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}

#formApp1 .apply-situation-applet-info,
#formApp3 .apply-situation-applet-info {
  padding: 15px 25px;
  background-color: #fff;
  margin-top: 0;
  border-radius: 0 0 8px 8px;
}

#formApp1 .apply-situation-img,
#formApp3 .apply-situation-img {
  width: 100%;
  height: 117px;
  margin-bottom: 25px;
}

#formApp1 .apply-situation-img > img,
#formApp3 .apply-situation-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#formApp1 .apply-situation-list,
#formApp3 .apply-situation-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#formApp1 .Date-item,
#formApp3 .Date-item {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
}

#formApp1 .Date-date,
#formApp3 .Date-date {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  line-height: 16px;
  text-align: center;
}

#formApp1 .overallDate,
#formApp3 .overallDate {
  width: 100px;
  background: #e5e5e5;
  font-size: 12px;
  color: #8a8a8a;
  line-height: 23px;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
}

#formApp1 .overallDate::before,
#formApp1 .overallDate::after,
#formApp3 .overallDate::before,
#formApp3 .overallDate::after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #cccccc;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

#formApp1 .overallDate::after,
#formApp3 .overallDate::after {
  left: auto;
  right: -15px;
}

#formApp1 .overallName,
#formApp3 .overallName {
  font-size: 12px;
  font-weight: 700;
  color: #384baf;
  line-height: 12px;
  text-align: center;
}

#formApp1 .apply-applet-text-two,
#formApp3 .apply-applet-text-two {
  margin-top: 0;
}

#formApp1 .apply-situation-form-title,
#formApp3 .apply-situation-form-title {
  text-align: center;
  background: none;
  color: #384baf;
  font-size: 16px;
  font-family: 'OPPOSansBold';
  line-height: 22px;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
  height: auto;
}

#formApp1 .apply-form-select-select,
#formApp3 .apply-form-select-select {
  width: 282px;
}

#formApp1 .apply-form-item:nth-child(5) .apply-form-select-select .apply-form-select-select-item,
#formApp3 .apply-form-item:nth-child(5) .apply-form-select-select .apply-form-select-select-item {
  width: 110px;
}

#formApp1 .apply-form-item:nth-child(4) .apply-form-select-select .apply-form-select-select-item,
#formApp3 .apply-form-item:nth-child(4) .apply-form-select-select .apply-form-select-select-item,
#formApp1 .apply-form-select-select-item:nth-child(4),
#formApp3 .apply-form-select-select-item:nth-child(4) {
  margin-right: 16px;
}

.work-shop-identity-title {
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  letter-spacing: 0.01px;
}

.work-shop-identity-list {
  margin-top: 13px;
}

.work-shop-identity-list-item {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.work-shop-identity-list-item.choose .work-shop-identity-icon {
  width: 10px;
  height: 10px;
  background: #384baf;
  border-radius: 50%;
  border: unset;
}

.work-shop-identity-list-item.choose .work-shop-identity-value {
  color: #384baf;
}

.work-shop-identity-list-item:last-child {
  margin-bottom: 0;
}

.work-shop-identity-icon {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.work-shop-identity-value {
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  letter-spacing: 0.01px;
  margin-left: 14px;
}

.apply-form-logo {
  height: 32px;
  margin-bottom: 25px;
  text-align: center;
}
.apply-form-logo img {
  height: 32px;
}

/* 2025-9-16 */
.yxbd_select {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; */
}

.yxbd_select .apply-form-select-select-item {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}

/* 除了3的倍数 */
.yxbd_select .apply-form-select-select-item:nth-child(3n) {
  margin-right: 0;
}
