* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 12px;
  font-family: "Microsoft Yahei";
  color: #666;
}

html {
  font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 微软雅黑, STHeiti, MingLiu;
}

a {
  text-decoration: none;
}

.top_banner_box {
  width: 100%;
}

.top_banner_box img {
  width: 100%;
}

.logo_box img {
  height: 100%;
}

.input_box input,
.select_box select {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
}

.form_box form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.select_info_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

@media screen and (min-width:751px) {
  .m {
    display: none;
  }
  .pc {
    display: block;
  }
  .zxtf_box {
    width: 100%;
    min-height: 100vh;
    background-color: #FFE6CC;
    padding-bottom: 40px;
  }
  .logo_box {
    width: 100%;
    height: 60px;
    padding-left: 22%;
    box-sizing: border-box;
    background-color: #fff;
  }
  .form_box {
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .form_box p:first-of-type,
  .form_box .form_title span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    color: #2f3e3b;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
  }
  .form_box .form_title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form_font {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .input_box {
    display: inline-block;
    width: calc(50% - 5px);
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
    height: 35px;
    background-color: #fff;
  }
  .input_name {
    position: absolute;
    left: 10px;
    line-height: 35px;
    font-size: 16px;
  }
  .select_box {
    width: 100%;
    height: 35px;
    margin-top: 10px;
  }
  .select_box select {
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
  }
  .botton_box {
    display: inline-block;
    width: calc(25% - 10px);
    height: 80px;
    background-color: #F3AB00;
    border-radius: 8px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    white-space: nowrap;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
  }
  .input_left_box {
    display: inline-flex;
    width: 75%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content_info_box {
    width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
  }
  .flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .study_img {
    width: 260px;
  }
  .study_img1 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .info_font_style {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    line-height: 36px;
    color: #2f3e3b;
    font-weight: bold;
  }
  .num_style {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #F3AB00;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    color: #fff;
  }
  .title_font {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    color: #2f3e3b;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    margin: 20px 0;
    font-weight: bold;
  }
  .process_box {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 60px;
    box-sizing: border-box;
  }
  .process_box img {
    width: 100%;
  }
  .special_bottom {
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
  }
  .select_back {
    width: 700px;
    height: auto;
    padding: 40px 10px 80px 10px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .select_title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: #2f3e3b;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .choose_age_box {
    margin-top: 20px;
    width: 80%;
    margin: 10px auto;
    height: 55px;
    display: flex;
    align-items: center;
    background-color: #FEF6ED;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    flex-wrap: wrap;
  }
  .choose_age_box img {
    width: 20px;
    margin-right: 10px;
  }
  .button_icon {
    position: absolute;
    right: 10px;
  }
  .choose_title {
    font-size: 16px;
    color: #E94829;
  }
  .url_box {
    width: calc(60% - 10px);
    margin: 0 auto;
    display: none;
  }
  .url_box a {
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #FEF6ED;
    margin-bottom: 10px;
    color: #E94829;
    border-radius: 5px;
    font-size: 14px;
  }
  .tip_box {
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
  }
  .class_tip {
    display: inline-block;
    vertical-align: text-top;
    color: #666666;
    font-size: 14px;
  }
  .div_box1 {
    margin-left: 25px;
  }
  .div_box2 {
    margin-right: 25px;
  }
  .join_button {
    width: 700px;
    margin: 0 auto;
    height: 50px;
    background-color: #F3AB00;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 20px;
    letter-spacing: 10px;
    text-indent: 10px;
    cursor: pointer;
  }
}