* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  font-family: 'heiti sc', 'pingfang', 'microsoft yahei';
  background: #fff;
  font-size: 0.6rem;
  color: #000;
}
.img-responsive {
  display: block;
  width: 100%;
}
.bxz {
  box-sizing: border-box;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
}
.main_container .panel_title {
  margin-bottom: 0.75rem;
  text-align: center;
}
.main_container .panel_title .name {
  margin-bottom: 0.7rem;
  line-height: 0.75rem;
  font-size: 0.75rem;
}
.main_container .panel_title .name span {
  font-size: 0.55rem;
}
.main_container .panel_title .blue_color {
  color: #0d26a0;
}
.main_container .panel_title .white_color {
  color: #fff;
}
.main_container .panel_title .line {
  position: relative;
  width: 7.5rem;
  margin: 0 auto;
  height: 1px;
}
.main_container .panel_title .line:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 1.5rem;
  height: 3px;
  margin-left: -0.75rem;
}
.main_container .panel_title .blue_line {
  background-color: #0d26a0;
}
.main_container .panel_title .blue_line:before {
  background-color: #0d26a0;
}
.main_container .panel_title .green_line {
  background-color: #81fccd;
}
.main_container .panel_title .green_line:before {
  background-color: #81fccd;
}
.main_container .content_btbox {
  text-align: center;
}
.main_container .content_btbox .content_btn {
  display: inline-block;
  width: 6.25rem;
  height: 1.4rem;
  margin: 0 0.6rem;
  line-height: 1.4rem;
  border-radius: 35px;
  background: -webkit-linear-gradient(-90deg, #f9e14c, #ffd200);
  font-size: 0.55rem;
  font-weight: 700;
  color: #000;
}
.main_container .w_270 {
  width: 6.75rem;
}
.main_container .w_560 {
  width: 14rem;
}
.main_container .myform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_container .myform .form_item {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 6px;
  height: 1.5rem;
}
.main_container .myform .form_item .user_val {
  flex: 1;
  padding: 5px 0 5px 10px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0.55rem;
  border: 0;
  background-color: transparent;
}
.main_container .myform .form_item .userlist {
  -webkit-appearance: none;
  appearance: none;
  background:  no-repeat right center;
  background-size: 1rem 0.35rem;
  color: #777;
}
.main_container .myform .form_item .get_yzm {
  width: 5.35rem;
  height: 100%;
  line-height: 1.5rem;
  background-color: #5a72e9;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
}
.main_container .myform .white_bgcolor {
  background-color: #fff;
}
.main_container .myform .gray_bgcolor {
  background-color: #f2f2f2;
}
.main_container .myform2 .form_item {
  display: flex;
  height: 1.5rem;
  margin-bottom: 5px;
  background-color: #fff;
}
.main_container .myform2 .form_item .icon {
  width: 1.5rem;
  flex-shrink: 0;
}
.main_container .myform2 .form_item .user_icon {
  background:  no-repeat center center;
  background-size: 0.7rem 0.8rem;
}
.main_container .myform2 .form_item .phone_icon {
  background:  no-repeat center center;
  background-size: 0.75rem 0.75rem;
}
.main_container .myform2 .form_item .user_val {
  flex: 1;
  border: 0;
  padding-left: 8px;
  font-size: 0.55rem;
  box-sizing: border-box;
}
.main_container .myform2 .form_item .get_yzm {
  height: 1.5rem;
  width: 5rem;
  line-height: 1.5rem;
  background-color: #ffe450;
  font-size: 0.55rem;
  color: #000;
  text-align: center;
}
.header-banner {
  height: 13.75rem;
}
.step_panel {
  height: 14.05rem;
  padding-top: 1rem;
  background:  no-repeat top center;
  background-size: 100% 100%;
}
.step_panel .list {
  margin: 0 0.5rem 0.7rem;
}
.step_panel .list .item {
  display: flex;
  align-items: center;
  height: 2rem;
}
.step_panel .list .item:nth-child(odd) {
  background-color: #f2f2f2;
}
.step_panel .list .item .num {
  margin-left: -0.25rem;
  width: 2.25rem;
  height: 1rem;
  flex-shrink: 0;
  line-height: 1rem;
  background-color: #ff7a19;
  font-size: 0.55rem;
  font-weight: 700;
  color: #fff;
  border-left: 2px solid #ffbb89;
  text-align: center;
}
.step_panel .list .item .txt {
  padding-left: 0.3rem;
  font-size: 0.6rem;
}
.condition_panel {
  padding: 1.5rem 0.3rem;
}
.condition_panel .c_content {
  display: flex;
  margin-bottom: 0.75rem;
}
.condition_panel .c_content .tab {
  width: 3.25rem;
  flex-shrink: 0;
}
.condition_panel .c_content .tab .item {
  padding-left: 0.7rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.35rem;
  background-color: #5a72e9;
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
  border-radius: 35px 0 0 35px;
}
.condition_panel .c_content .tab .item.active {
  color: #0d26a0;
  background-color: #dde3ff;
}
.condition_panel .c_content .info {
  flex: 1;
  padding: 0.9rem;
  background-color: #dde3ff;
  overflow: hidden;
  font-size: 0.55rem;
}
.condition_panel .c_content .info .name {
  padding-left: 0.5rem;
  font-size: 0.65rem;
  line-height: 0.65rem;
  border-left: 3px solid #0d26a0;
  color: #0d26a0;
}
.condition_panel .c_content .info .txt {
  margin: 0.4rem 0;
  line-height: 0.9rem;
  color: #333;
}
.condition_panel .c_content .info .txt b {
  color: #0d26a0;
}
.condition_panel .c_content .info .w_href {
  color: #f00;
  font-weight: 700;
  text-decoration: underline;
}
.condition_panel .c_content .info .line {
  margin: 0.6rem 0;
  border-bottom: 1px dashed #fff;
}
.method_panel {
  padding: 0 5px 0.75rem;
  background:  no-repeat bottom center;
  background-size: 100% 25.075rem;
}
.method_panel .tab {
  padding: 0 0.6rem;
  display: flex;
  justify-content: space-between;
}
.method_panel .tab .item {
  position: relative;
  padding: 7px 4px 0 0;
  width: 3.45rem;
  height: 3.25rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background:  no-repeat top center;
  background-size: cover;
}
.method_panel .tab .item.active {
  background:  no-repeat top center;
  background-size: cover;
}
.method_panel .tab .item.active :after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -8px;
  width: 10px;
  height: 10px;
  background-color: #ff7a19;
  transform: rotate(45deg);
}
.method_panel .tab .item .img {
  height: 1.5rem;
  margin-bottom: 0.3rem;
}
.method_panel .tab .item .icon1 {
  height: 100%;
}
.method_panel .tab .item .icon2 {
  margin-top: 5px;
  height: 1.2rem;
}
.method_panel .tab .item .c_name {
  font-size: 0.6rem;
}
.method_panel .info_box {
  min-height: 9.8rem;
  margin-top: -1.9rem;
  padding-top: 1.9rem;
  background-color: #fff;
}
.method_panel .info_box .cell {
  padding: 0 1rem 0.5rem;
  font-size: 0.6rem;
}
.method_panel .info_box .cell .name {
  padding-top: 0.7rem;
  font-size: 0.6rem;
}
.method_panel .info_box .cell .name span {
  color: #0d26a0;
}
.method_panel .info_box .cell .txt {
  padding: 0.3rem 0 0.5rem;
  line-height: 0.9rem;
  color: #666;
}
.method_panel .info_box .cell .line {
  border-bottom: 1px dashed #d9d9d9;
}
.method_panel .info_box .cell .w_href {
  color: #f00;
  text-decoration: underline;
}
.method_panel .form_title1 {
  padding-top: 1.1rem;
  line-height: 0.75rem;
  font-size: 0.75rem;
  color: #1434a2;
  text-align: center;
}
.method_panel .form_title2 {
  padding: 0.4rem 0 0.7rem;
  line-height: 0.55rem;
  font-size: 0.55rem;
  color: #1434a2;
  text-align: center;
}
.method_panel .myform {
  width: 14rem;
  margin: 0 auto;
}
.method_panel .myform .content_btbox {
  margin-top: 0.5rem;
}
.schedule_panel {
  padding: 1.4rem 0 0.9rem;
  background: #f2f2f2  no-repeat top center;
  background-size: 100% 7.5rem;
}
.schedule_panel .tab {
  margin: 0 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.schedule_panel .tab .item {
  width: 4.75rem;
  height: 1.4rem;
  margin-bottom: 0.5rem;
  line-height: 1.4rem;
  border-radius: 2px;
  text-align: center;
  background-color: #5a72e9;
  font-size: 0.6rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.schedule_panel .tab .item.active {
  text-shadow: 0 0 5px rgba(13,38,160,0.3);
  background: linear-gradient(0deg, #92fe9d, #00c9ff);
}
.schedule_panel .info {
  padding: 0.4rem 0.4rem 0.75rem;
  font-size: 0.6rem;
}
.schedule_panel .info .summary {
  position: relative;
  padding: 0.6rem 1.1rem;
  margin-bottom: 5px;
  line-height: 0.9rem;
  background-color: #fff;
  color: #3d3d3d;
}
.schedule_panel .info .summary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #81fccd transparent transparent transparent;
}
.schedule_panel .info .schedule_box {
  background-color: #fff;
}
.schedule_panel .info .schedule_box .timer_item {
  display: flex;
}
.schedule_panel .info .schedule_box .timer_item:first-child .l_time,
.schedule_panel .info .schedule_box .timer_item:first-child .txt {
  padding-top: 0.5rem;
}
.schedule_panel .info .schedule_box .timer_item:last-child .l_time,
.schedule_panel .info .schedule_box .timer_item:last-child .txt {
  padding-bottom: 0.5rem;
}
.schedule_panel .info .schedule_box .timer_item .l_time {
  flex-shrink: 0;
  width: 4.5rem;
  padding-left: 0.5rem;
  background-color: #5a72e9;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.schedule_panel .info .schedule_box .timer_item .l_time .timer {
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  position: relative;
  height: 1.3rem;
  font-size: 0.55rem;
  line-height: 0.55rem;
  font-weight: 700;
  background: -webkit-linear-gradient(90deg, #0d26a0, transparent);
  background: linear-gradient(90deg, #0d26a0, transparent);
  color: #fff;
}
.schedule_panel .info .schedule_box .timer_item .l_time .timer:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #81fccd;
  border-radius: 50%;
}
.schedule_panel .info .schedule_box .timer_item .txt {
  flex: 1;
  display: flex;
  min-height: 1.3rem;
  align-items: center;
  padding: 0 0.3rem 5px 0.7rem;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0.55rem;
  color: #000;
}
.question_panel {
  padding: 1.4rem 0.4rem 0;
}
.question_panel .info {
  min-height: 15rem;
  padding-bottom: 0.75rem;
  background:  no-repeat bottom center;
  background-size: 100% 17.7rem;
}
.question_panel .info .q_item {
  width: 14.25rem;
  height: 4.75rem;
  margin: 0 auto 0.7rem;
  padding: 0.9rem 0.5rem 0 1.2rem;
  background:  no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.question_panel .info .q_item .name {
  padding-bottom: 0.5rem;
  line-height: 0.6rem;
  font-size: 0.6rem;
  color: #2a409f;
}
.question_panel .info .q_item .txt {
  height: 0.9rem;
  line-height: 0.9rem;
  margin-bottom: 5px;
  padding-left: 0.6rem;
  font-size: 0.55rem;
  color: #fff;
  font-weight: 700;
  background: -webkit-linear-gradient(90deg, #2a409f 30%, transparent 70%);
  background: linear-gradient(90deg, #2a409f 30%, transparent 70%);
}
.question_panel .info .myform2 {
  width: 11.5rem;
  margin: 0.9rem auto 0;
}
.question_panel .info .myform2 .content_btbox {
  margin-top: 0.75rem;
}
.teacher_panel {
  padding: 1.5rem 0.4rem 0;
  background-color: #fdfdfd;
}
.teacher_panel .teacher_container {
  position: relative;
  height: 9rem;
  padding-right: 5px;
  overflow: hidden;
}
.teacher_panel .teacher_container .teacher_item {
  display: flex;
  width: 15rem;
  height: 8rem;
  padding: 0 0.5rem 0 0;
  border: 1px solid #5a72e9;
  background-color: #fff;
  box-shadow: 5px 5px 0 #5a72e9;
  box-sizing: border-box;
}
.teacher_panel .teacher_container .teacher_item .t_photo {
  width: 5.5rem;
  flex-shrink: 0;
  overflow: hidden;
}
.teacher_panel .teacher_container .teacher_item .img {
  width: 100%;
  margin-top: 1rem;
}
.teacher_panel .teacher_container .teacher_item .detail {
  padding: 0.5rem 0 0 0;
  font-size: 0.55rem;
  color: #595959;
}
.teacher_panel .teacher_container .teacher_item .detail .top_txt {
  display: flex;
}
.teacher_panel .teacher_container .teacher_item .detail .top_txt .name {
  padding-right: 0.7rem;
  font-size: 0.6rem;
  color: #000;
}
.teacher_panel .teacher_container .teacher_item .detail .txt {
  padding-top: 0.4rem;
  line-height: 0.75rem;
}
.teacher_panel .teacher_container .teacher_item .detail .btn {
  display: block;
  margin-top: 0.5rem;
  width: 5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  background-color: #5a72e9;
  color: #fff;
  border-radius: 30px;
  text-align: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}
.swiper-pagination-bullet-active {
  background-color: #0d26a0 !important;
}
.evaluate_panel {
  padding: 0.6rem 0.5rem 0;
  height: 13.2rem;
  background:  no-repeat top center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.evaluate_panel .title {
  text-align: center;
  color: #1434a2;
  font-size: 0.75rem;
}
.evaluate_panel .title .num {
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  margin-right: 0.5rem;
  line-height: 1.5rem;
  border-radius: 50%;
  background-color: #1434a2;
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  vertical-align: -5px;
}
.evaluate_panel .form_box {
  margin-top: 0.7rem;
  padding: 0.3rem 0.5rem;
  background-color: #fff;
}
.evaluate_panel .form_box .name {
  line-height: 0.55rem;
  font-size: 0.55rem;
  text-align: center;
  color: #000;
}
.evaluate_panel .form_box .myform {
  margin-top: 0.5rem;
}
.evaluate_panel .form_box .myform .content_btn {
  margin-top: 0.5rem;
}
.superiorty_panel {
  height: 14.85rem;
  padding: 1.8rem 0.5rem 0;
  background: #5f71dc  no-repeat top center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.superiorty_panel .title {
  line-height: 0.75rem;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
}
.superiorty_panel .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.7rem;
}
.superiorty_panel .list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 4.75rem;
  height: 2.5rem;
  background-color: #fff;
  text-align: center;
}
.superiorty_panel .list .item:nth-child(even) {
  background-color: #ffeede;
}
.superiorty_panel .list .item .num {
  line-height: 0.65rem;
  font-size: 0.65rem;
  color: #000;
}
.superiorty_panel .list .item .txt {
  padding-top: 0.3rem;
  line-height: 0.55rem;
  font-size: 0.55rem;
  color: #4c4c4c;
}
.superiorty_panel .list .mb_margin {
  margin-bottom: 0.75rem;
}
.pop_zt_panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 20;
}
.pop_zt_panel .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13.25rem;
  padding-top: 0.75rem;
  transform: translate3d(-50%, -50%, 0);
  background:  no-repeat top center;
  background-size: cover;
}
.pop_zt_panel .pop_content .p_close {
  position: absolute;
  right: 0.4rem;
  top: -1.25rem;
  width: 1rem;
  height: 1rem;
  background: #7e94ff  no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.pop_zt_panel .pop_content .p_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop_zt_panel .pop_content .p_title .name {
  margin: 0 0.4rem;
  font-size: 1rem;
  background-image: -webkit-linear-gradient(-90deg, #eff3ff, #81fccd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop_zt_panel .pop_content .p_title .circle {
  width: 0.45rem;
  height: 0.45rem;
  background:  no-repeat top center;
  background-size: cover;
}
.pop_zt_panel .pop_content .p_title_tip {
  margin-left: 6px;
  line-height: 1.3rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 16px;
  font-weight: 700;
}
.pop_zt_panel .pop_content .myform2 {
  margin: 0.7rem auto 0;
  width: 11.25rem;
}
.pop_zt_panel .pop_content .myform2 .userlist {
  -webkit-appearance: none;
  appearance: none;
  background:  no-repeat right center;
  background-size: 1rem 0.35rem;
  color: #777;
}
.pop_zt_panel .pop_content .myform2 .phone_icon2 {
  background:  no-repeat center center;
  background-size: 0.75rem 0.75rem;
}
.pop_zt_panel .pop_content .myform2 .user_icon2 {
  background:  no-repeat center center;
  background-size: 0.75rem 0.8rem;
}
.pop_zt_panel .pop_content .myform2 .country_icon {
  background:  no-repeat center center;
  background-size: 0.9rem 0.9rem;
}
.pop_zt_panel .pop_content .myform2 .sort_icon {
  background:  no-repeat center center;
  background-size: 0.85rem 0.75rem;
}
.pop_zt_panel .pop_content .myform2 .subject_icon {
  background:  no-repeat center center;
  background-size: 0.9rem 0.9rem;
}
.pop_zt_panel .pop_content .myform2 .language_icon {
  background:  no-repeat center center;
  background-size: 0.9rem 0.85rem;
}
.pop_zt_panel .pop_content .myform2 .content_btbox {
  margin-top: 0.5rem;
  margin-bottom: -0.4rem;
}
