* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  font-family: 'Heiti SC', 'PingFang', 'Microsoft Yahei';
  background: #0448bb;
  font-size: 0.6rem;
  color: #000;
}
.img-responsive {
  display: block;
  width: 100%;
}
.header_banner{height: 13.5rem}
.bxz {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
}
.main_container .panel_title {
  margin: 0 auto 0.75rem;
  width: 8.8rem;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.main_container .blue_title {
  background: url("../images/title1.png") no-repeat;
  background-size: 100% 100%;
}
.main_container .yellow_title {
  background: url("../images/title2.png") no-repeat;
  background-size: 100% 100%;
}
.main_container .content_btBox {
  text-align: center;
}
.main_container .content_btBox .content_btn {
  display: inline-block;
  width: 7rem;
  height: 1.4rem;
  margin: 0.6rem 0.6rem 0;
  line-height: 1.4rem;
  border-radius: 35px;
  background: -webkit-linear-gradient(-90deg, #f9e14c, #ffd200);
  font-size: 0.55rem;
  font-weight: 700;
  color: #000;
}
.header-banner {
  height: 13.5rem;
}
.mr_space {
  margin-right: 2rem;
}
.superiorty_panel {
  padding: 0.75rem;
  min-height: 10rem;
  background: linear-gradient(30deg, #5f78ee, #3e60ff);
}
.superiorty_panel .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.35rem;
  background-color: #0448bb;
}
.superiorty_panel .info_box .item .s_pic {
  position: relative;
  width: 3.45rem;
  height: 4.2rem;
  -webkit-transform: skewY(-12deg);
          transform: skewY(-12deg);
}
.superiorty_panel .info_box .item .s_pic .img {
  display: block;
  width: 100%;
  border: 2px solid #fff;
}
.superiorty_panel .info_box .item .s_pic .txt {
  position: absolute;
  left: 1px;
  top: 0.4rem;
  width: 3.8rem;
  background-color: #000;
  padding-left: 0.5rem;
  line-height: 1rem;
  color: #fff;
  font-size: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.superiorty_panel .info_box .item .s_pic .txt1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(39,101,178,0.5)), to(#6091ff));
  background: linear-gradient(to right, rgba(39,101,178,0.5), #6091ff);
}
.superiorty_panel .info_box .item .s_pic .txt2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,101,66,0.5)), to(#ff6542));
  background: linear-gradient(to right, rgba(255,101,66,0.5), #ff6542);
}
.superiorty_panel .info_box .item .s_pic .txt3 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(107,229,0,0.5)), to(#5dc700));
  background: linear-gradient(to right, rgba(107,229,0,0.5), #5dc700);
}
.superiorty_panel .info_box .item .name {
  font-size: 0.55rem;
  line-height: 0.75rem;
}
.superiorty_panel .info_box .item .desc {
  font-size: 0.55rem;
  line-height: 0.7rem;
}
.superiorty_panel .info_box .item .btn {
  display: inline-block;
  margin-top: 0.4rem;
  width: 4.05rem;
  padding: 6px 0;
  background-color: #ffe127;
  color: #000;
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
}
.superiorty_panel .info_box .item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem;
  background-color: #fff;
  margin-bottom: 1.2rem;
}
.superiorty_panel .info_box .item1 .s_pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.2rem 1rem 0 0;
}
.superiorty_panel .info_box .item2 {
  width: 5.65rem;
}
.superiorty_panel .info_box .item2 .s_pic {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.superiorty_panel .info_box .item2 .info {
  position: relative;
  margin-top: -1.7rem;
  height: 9rem;
  padding: 2.25rem 0.5rem 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.superiorty_panel .info_box .item2 .info .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.45rem;
  margin: auto;
}
.gift_panel {
  padding: 0.7rem 0.8rem 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f5fff), to(#5e78ef));
  background: linear-gradient(to bottom, #3f5fff, #5e78ef);
}
.gift_panel .gift_container {
  position: relative;
  padding: 0.4rem 0.4rem 1.4rem;
  background-color: #0448bb;
  overflow: hidden;
}
.gift_panel .gift_container .btn {
  display: inline-block;
  width: 4.05rem;
  padding: 6px 0;
  background-color: #ffe127;
  color: #000;
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
}
.gift_panel .gift_container .cell {
  padding: 0.45rem 0.3rem 0;
  height: 8.25rem;
  margin-bottom: 0.35rem;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gift_panel .gift_container .cell .name {
  font-size: 0.65rem;
  line-height: 0.9rem;
}
.gift_panel .gift_container .cell .name span {
  color: #ff6542;
}
.gift_panel .gift_container .cell .name b {
  font-size: 0.75rem;
}
.gift_panel .gift_container .cell .txt {
  padding: 0.15rem 0 0.45rem;
  font-size: 0.6rem;
}
.gift_panel .gift_container .cell .btn {
  position: relative;
  top: -0.7rem;
}
.gift_panel .gift_container .cell2 {
  padding: 0.4rem 0.75rem 0;
  height: 8.25rem;
  margin-bottom: 0.35rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gift_panel .gift_container .cell2 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift_panel .gift_container .cell2 .top .logo {
  width: 3rem;
  height: 3rem;
  margin-right: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gift_panel .gift_container .cell2 .top .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gift_panel .gift_container .cell2 .top .info .name {
  padding-bottom: 0.2rem;
  line-height: 0.6rem;
  font-size: 0.6rem;
}
.gift_panel .gift_container .cell2 .top .info .txt {
  line-height: 0.75rem;
  font-size: 0.55rem;
}
.gift_panel .gift_container .cell2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.3rem 0;
}
.gift_panel .gift_container .cell2 .list .q_li {
  width: 5rem;
  height: 0.75rem;
  line-height: 0.75rem;
  color: #fff;
  text-align: center;
  font-size: 0.55rem;
  margin-bottom: 3px;
}
.gift_panel .gift_container .cell2 .list .yellow_bg {
  background-color: #ff6542;
}
.gift_panel .gift_container .cell2 .list .blue_bg {
  background-color: #0448bb;
}
.gift_panel .gift_container .cell2 .btn {
  display: block;
  margin: 0 auto;
}
.gift_panel .gift_container .swiper-pagination-bullet {
  width: 1rem;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.gift_panel .gift_container .swiper-pagination-bullet-active {
  background: #f4e827;
}
.form_panel {
  margin-top: 0.75rem;
  padding: 0.7rem 0.75rem 0.75rem;
  background-color: #ff6542;
}
.form_panel .f_title {
  display: block;
  width: 11rem;
  margin: 0 auto;
}
.form_panel .txt {
  padding: 0.45rem 0 0.7rem;
  line-height: 0.8rem;
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
}
.form_panel .f_tip{
  padding-top: .4rem;
  line-height: .6rem;
  font-size: .45rem;
  color: #eee
}
.form_panel .myform2 .form_item,
.pop_form_panel .myform2 .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  margin-bottom: 5px;
  background-color: #fff;
}
.form_panel .myform2 .form_item .icon,
.pop_form_panel .myform2 .form_item .icon {
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form_panel .myform2 .form_item .user_icon,
.pop_form_panel .myform2 .form_item .user_icon {
  background: url("../images/user_icon.png") no-repeat center center;
  background-size: 0.75rem 0.85rem;
}
.form_panel .myform2 .form_item .phone_icon,
.pop_form_panel .myform2 .form_item .phone_icon {
  background: url("../images/phone_icon.png") no-repeat center center;
  background-size: 0.75rem 0.75rem;
}
.form_panel .myform2 .form_item .country_icon,
.pop_form_panel .myform2 .form_item .country_icon {
  background: url("../images/country_icon.png") no-repeat center center;
  background-size: 0.85rem 0.65rem;
}
.form_panel .myform2 .form_item .city_icon,
.pop_form_panel .myform2 .form_item .city_icon {
  background: url("../images/city_icon.png") no-repeat center center;
  background-size: 0.65rem 0.75rem;
}
.form_panel .myform2 .form_item .user_val,
.pop_form_panel .myform2 .form_item .user_val {
  -webkit-appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  padding-left: 8px;
  font-size: 0.55rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.form_panel .myform2 .form_item .user_val:focus,
.pop_form_panel .myform2 .form_item .user_val:focus {
  outline: none;
}
.form_panel .myform2 .form_item .userlist,
.pop_form_panel .myform2 .form_item .userlist {
  color: #999;
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1.1rem 0.4rem;
}
.form_panel .myform2 .form_item ::-webkit-input-placeholder,
.pop_form_panel .myform2 .form_item ::-webkit-input-placeholder {
  color: #999;
}
.form_panel .myform2 .form_item .get_yzm,
.pop_form_panel .myform2 .form_item .get_yzm {
  height: 1.5rem;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5rem;
  background-color: #ffe450;
  font-size: 0.55rem;
  color: #000;
  text-align: center;
}
.form_panel .myform2 .city_detail,
.pop_form_panel .myform2 .city_detail {
  margin-bottom: 5px;
  color: #fff;
}
.schedule_panel {
  margin-top: 0.9rem;
  padding: 0.75rem 0.3rem;
  min-height: 15rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #4162fd), color-stop(40%, #fff));
  background: linear-gradient(to bottom, #4162fd 40%, #fff 40%);
}
.schedule_panel .title_tip {
  margin-top: -0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
}
.schedule_panel .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule_panel .list .item {
  width: 2.5rem;
  height: 1.5rem;
  margin-top: 0.6rem;
  line-height: 1.5rem;
  background-color: #fff0e5;
  text-align: center;
  font-size: 0.6rem;
  font-weight: bold;
  color: #000;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%);
}
.schedule_panel .list .item.active {
  background-color: #1a207e;
  color: #fff;
}
.schedule_panel .schedule_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.schedule_panel .schedule_box .left_info {
  padding: 0.6rem 0 0.5rem;
  width: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #1a207e;
}
.schedule_panel .schedule_box .left_info .time_pos {
  padding: 0 0.25rem;
  background-color: #f4e827;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.schedule_panel .schedule_box .left_info .time_pos .time {
  height: 2.05rem;
  line-height: 2.05rem;
  font-size: 1rem;
  border-bottom: 0.5px solid #000;
  font-family: 'Arial';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.schedule_panel .schedule_box .left_info .time_pos .pos {
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.65rem;
}
.schedule_panel .schedule_box .right_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.schedule_panel .schedule_box .right_info .top {
  padding: 0.5rem 0.9rem 0;
  height: 4.45rem;
  background-color: #1a207e;
  color: #fff;
}
.schedule_panel .schedule_box .right_info .top .time {
  padding-left: 1rem;
  font-size: 0.6rem;
  font-weight: bold;
  background: url("../images/s_clock.png") no-repeat left center;
  background-size: 0.55rem 0.55rem;
}
.schedule_panel .schedule_box .right_info .top .pos {
  padding: 0.25rem 0;
  line-height: 0.75rem;
  font-size: 0.5rem;
}
.schedule_panel .schedule_box .right_info .top .phone {
  padding-left: 1rem;
  font-size: 0.5rem;
  background: url("../images/s_phone.png") no-repeat left center;
  background-size: 0.5rem 0.5rem;
  color: #f4e827;
}
.schedule_panel .schedule_box .right_info .top .phone a {
  color: #f4e827;
  text-decoration: underline;
}
.schedule_panel .schedule_box .right_info .btn_box {
  margin-top: -0.55rem;
  padding: 0 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule_panel .schedule_box .right_info .btn_box .btn {
  width: 4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #ff6542;
  font-size: 0.55rem;
  font-weight: bold;
}
.school_panel {
  padding: 1rem 0 0;
}
.school_panel .list {
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  height: 13.5rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.school_panel .list.active {
  height: auto;
}
.school_panel .list .item {
  margin-top: 4px;
  width: 5rem;
  height: 6.5rem;
  padding: 0.4rem 0.4rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e60ff), to(#5f78ee));
  background: linear-gradient(to bottom, #3e60ff, #5f78ee);
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.school_panel .list .item .logo {
  width: 3.05rem;
  height: 3.05rem;
}
.school_panel .list .item .name {
  padding: 0.3rem 0;
  line-height: 0.55rem;
  font-size: 0.55rem;
  white-space: nowrap;
  overflow: hidden;
}
.school_panel .list .item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 0.55rem;
  line-height: 0.6rem;
  overflow: hidden;
}
.school_panel .more_btn {
  margin-top: 2px;
  position: relative;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e60ff), to(#5f78ee));
  background: linear-gradient(to bottom, #3e60ff, #5f78ee);
  font-weight: bold;
  font-size: 0.6rem;
}
.school_panel .more_btn:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  height: 6px;
  background-color: #859aff;
  -webkit-clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%);
          clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%);
}
.school_panel .timer {
  padding: 0.7rem 0;
  font-size: 0.65rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.fixed_btm_form {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  background-color: #fff;
  z-index: 3;
}
.fixed_btm_form .txt {
  padding-right: 0.5rem;
  font-size: 0.6rem;
}
.fixed_btm_form .btm_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 11.8rem;
  height: 1.6rem;
  border: 1px solid #e53700;
}
.fixed_btm_form .btm_form .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  height: 100%;
  line-height: 1.6rem;
  background-color: #e53700;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
}
.fixed_btm_form .btm_form .user_val {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  padding: 0 5px;
  overflow: hidden;
}
.fixed_right_menu {
  position: absolute;
  right: 0;
  top: 15.5rem;
  padding-top: 1rem;
  width: 1.75rem;
  height: 18.75rem;
  background: url("../images/menu_bg.png") no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fixed_right_menu.active {
  position: fixed;
  right: 0;
  top: 2rem;
}
.fixed_right_menu .item {
  padding: 0.3rem 0.55rem;
  line-height: 0.65rem;
  font-size: 0.6rem;
  font-weight: bold;
  border-bottom: 0.5px solid #0448bb;
  color: #fff;
}
.fixed_right_menu .item:last-child {
  border-bottom: 0;
}
.fixed_right_menu .item.active {
  color: #fff008;
}
.pop_form_panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 99;
}
.pop_form_panel .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12.75rem;
  padding-bottom: 0.5rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url("../images/popForm_bg.png") no-repeat top center;
  background-size: 100% 100%;
}
.pop_form_panel .pop_content .f_title {
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.pop_form_panel .pop_content .myform2 {
  padding: 0.85rem 1.25rem 0;
}
.pop_form_panel .pop_content .close {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #0448bb url("../images/close.png") no-repeat center center;
  background-size: 0.6rem 0.6rem;
  border-radius: 50%;
}
