* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  font-family: 'Heiti SC', 'PingFang', 'Microsoft Yahei';
  background: #ef0837;
  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 {
  height: 1.75rem;
  line-height: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  background: url("../images/panel_bg.png") no-repeat bottom center;
  background-size: 7.5rem 0.85rem;
  color: #fff;
}
.main_container .panel_title .t_name {
  background-image: linear-gradient(to bottom, #ba0328 60%, #000 60%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.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 {
  position: relative;
  height: 13.5rem;
}
.header_banner .timer {
  position: absolute;
  left: 1.75rem;
  bottom: 1.45rem;
}
.header_banner .timer .txt {
  line-height: 0.9rem;
  font-size: 0.6rem;
  font-weight: bold;
}
.header_banner .timer .txt span {
  color: #bb0227;
}
.mr_space {
  margin-right: 2rem;
}
.superiorty_panel {
  padding: 0.75rem;
  min-height: 10rem;
  margin-top: 0.25rem;
  background: #fff;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}
.superiorty_panel .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.superiorty_panel .list .item {
  width: 6rem;
  height: 7.25rem;
  margin: 0.6rem 0 0;
  padding: 0.95rem 0 0;
  background: #f2f2f2;
  border-radius: 0 1.25rem 0 1.25rem;
  text-align: center;
  font-weight: 0.6rem;
}
.superiorty_panel .list .item:nth-child(2),
.superiorty_panel .list .item:nth-child(3) {
  border-radius: 1.25rem 0 1.25rem 0;
}
.superiorty_panel .list .item .name {
  font-size: 0.65rem;
}
.superiorty_panel .list .item .line {
  position: relative;
  width: 3.75rem;
  height: 1px;
  margin: 0.4rem auto 0.5rem;
  background-color: #000;
}
.superiorty_panel .list .item .line:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  height: 3px;
  width: 0.9rem;
  margin: 0 0 0 -0.4rem;
  background-color: #000;
  border-radius: 10px;
}
.superiorty_panel .list .item .txt {
  line-height: 0.9rem;
}
.superiorty_panel .list .item .btn {
  display: inline-block;
  width: 4rem;
  height: 1.4rem;
  margin-top: 0.45rem;
  line-height: 1.4rem;
  background-color: #ef0837;
  color: #fff;
  border-radius: 35px;
  font-weight: bold;
}
.gift_panel {
  margin-top: 0.25rem;
  padding: 0.7rem 0.75rem 0.8rem;
  background: #fff;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}
.gift_panel .gift_container {
  position: relative;
  padding: 1rem 0 1.4rem;
  overflow: hidden;
}
.gift_panel .gift_container .btn {
  display: inline-block;
  width: 4.05rem;
  padding: 6px 0;
  background-color: #ff6542;
  color: #fff;
  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;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.gift_panel .gift_container .cell .name {
  font-size: 0.65rem;
  line-height: 0.9rem;
}
.gift_panel .gift_container .cell .name span {
  color: #ba0328;
}
.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 .g_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gift_panel .gift_container .g_title .line {
  flex: 1;
  height: 0.5px;
  background-color: #000;
}
.gift_panel .gift_container .g_title .name {
  padding: 0 0.3rem;
  font-size: 0.6rem;
}
.gift_panel .gift_container .g_list {
  margin: 0.55rem 0 0.25rem;
  display: flex;
  justify-content: space-between;
}
.gift_panel .gift_container .g_list .item {
  width: 6rem;
  height: 7.5rem;
  padding-top: 0.5rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 0.6rem;
}
.gift_panel .gift_container .g_list .item .name {
  line-height: 0.65rem;
  font-size: 0.65rem;
}
.gift_panel .gift_container .g_list .item .discount_box {
  margin: 0.35rem 0.45rem;
  background-color: #f2f2f2;
  font-size: 0.55rem;
}
.gift_panel .gift_container .g_list .item .discount_box .p1 {
  line-height: 1.2rem;
}
.gift_panel .gift_container .g_list .item .discount_box .price {
  width: 4rem;
  line-height: 1.5rem;
  margin: 0 auto;
  background-color: #ff6542;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.gift_panel .gift_container .g_list .item .discount_box .price span {
  font-weight: normal;
  font-size: 0.55rem;
}
.gift_panel .gift_container .g_list .item .discount_box .p3 {
  line-height: 1.2rem;
  font-weight: bold;
}
.gift_panel .gift_container .swiper-pagination-bullet {
  width: 1rem;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #d9d9d9;
  opacity: 1;
}
.gift_panel .gift_container .swiper-pagination-bullet-active {
  background: #ff6542;
}
.form_panel {
  margin-top: 0.25rem;
  padding: 0.7rem 0.75rem 0.75rem;
  background-color: #ba0328;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}
.form_panel .f_title {
  display: block;
  width: 11rem;
  margin: 0 auto;
}
.form_panel .txt {
  padding: 0.45rem 0 0.7rem;
  line-height: 0.6rem;
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
}
.form_panel .myform2 .form_item,
.pop_form_panel .myform2 .form_item {
  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;
  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;
  flex: 1;
  border: 0;
  padding-left: 8px;
  font-size: 0.55rem;
  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;
  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;
}
.lecture_panel {
  margin-top: 0.25rem;
  padding: 0.7rem;
  background: #fff;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}
.lecture_panel .lecture_item {
  display: flex;
  align-items: center;
  height: 5.5rem;
  padding: 0.3rem 0.65rem 0 0.8rem;
  margin-bottom: 0.4rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.lecture_panel .lecture_item .left_info {
  flex: 1;
}
.lecture_panel .lecture_item .left_info .l_name {
  line-height: 0.65rem;
  font-size: 0.65rem;
}
.lecture_panel .lecture_item .left_info .timer {
  padding: 0.6rem 0 0.9rem;
  line-height: 0.85rem;
  font-size: 0.85rem;
}
.lecture_panel .lecture_item .left_info .btn {
  display: inline-block;
  width: 4.05rem;
  padding: 6px 0;
  background-color: #ef0837;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
}
.lecture_panel .lecture_item .right_info {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 3.5rem;
  height: 100%;
  padding-bottom: 0.65rem;
  flex-shrink: 0;
  text-align: center;
  font-size: 0.6rem;
  background: url("../images/person.png") no-repeat;
  background-size: 12.9rem 5.15rem;
}
.lecture_panel .lecture_item .right_info .t_name {
  padding-bottom: 0.25rem;
}
.lecture_panel .lecture_item .right_info .job {
  width: 3rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.lecture_panel .lecture_item .l_people1 {
  background-position: 0 0;
}
.lecture_panel .lecture_item .l_people2 {
  background-position: -4.5rem 0;
}
.lecture_panel .lecture_item .l_people3 {
  background-position: -9.35rem 0;
}
.schedule_panel {
  margin-top: 0.9rem;
  padding: 0.75rem 0.3rem;
  min-height: 15rem;
  background: #fff;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}
.schedule_panel .list {
  display: flex;
  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;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%);
}
.schedule_panel .list .item.active {
  background-color: #ba0328;
  color: #fff;
}
.schedule_panel .last_list {
  justify-content: flex-start;
}
.schedule_panel .last_list .item {
  margin-right: 0.3rem;
}
.schedule_panel .schedule_box {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.schedule_panel .schedule_box .left_info {
  padding: 0.6rem 0 0.5rem;
  width: 3rem;
  flex-shrink: 0;
  background-color: #ba0328;
}
.schedule_panel .schedule_box .left_info .time_pos {
  padding: 0 0.25rem;
  background-color: #fccb22;
  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';
  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 {
  flex: 1;
}
.schedule_panel .schedule_box .right_info .top {
  padding: 0.5rem 0.9rem 0;
  height: 4.45rem;
  background-color: #ba0328;
  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: flex;
  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: #ef0837;
  font-size: 0.55rem;
  font-weight: bold;
}
.offer_panel {
  padding: 1rem 0 0;
  background-color: #ba0328;
}
.offer_panel .g_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 1.75rem 0.7rem;
}
.offer_panel .g_title .line {
  flex: 1;
  height: 0.5px;
  background-color: #fff;
}
.offer_panel .g_title .name {
  padding: 0 0.3rem;
  font-size: 0.6rem;
  color: #fff;
}
.offer_panel .country_tab {
  display: flex;
  justify-content: space-between;
  margin: 0 0.3rem 0.2rem;
}
.offer_panel .country_tab .item {
  width: 3rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 0.6rem;
  font-weight: bold;
}
.offer_panel .country_tab .item.active {
  background-color: #ef0837;
}
.offer_panel .offer_box {
  position: relative;
  margin: 0 0.3rem;
  padding: 1rem 1rem 0;
  height: 9.75rem;
  background-color: #fff;
}
.offer_panel .offer_box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4.8rem;
  height: 100%;
  background-color: #fccb17;
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%);
}
.offer_panel .offer_box .offer_container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.offer_panel .offer_box .offer_container .offer_list {
  display: flex;
  justify-content: space-between;
}
.offer_panel .offer_box .offer_container .offer_list .item {
  width: 4.125rem;
  height: 7.25rem;
}
.offer_panel .offer_box .offer_container .swiper-pagination-bullet-active {
  background: #ff6542;
}
.school_panel {
  padding: 1rem 0 0;
}
.school_panel .list {
  margin-top: 0.7rem;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  height: 11.5rem;
  transition: all 1s;
  transform-origin: left top;
}
.school_panel .list.active {
  height: auto;
}
.school_panel .list .item {
  margin-top: 4px;
  width: 5rem;
  height: 5.5rem;
  padding: 0.4rem 0.4rem 0;
  background: #fff;
  text-align: center;
  color: #333;
  box-sizing: border-box;
}
.school_panel .list .item .logo {
  width: 3.25rem;
  height: 3.25rem;
}
.school_panel .list .item .name {
  padding: 0.3rem 0;
  line-height: 0.65rem;
  font-size: 0.55rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.school_panel .more_btn {
  margin-top: 2px;
  position: relative;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(to bottom, #bc0328, #ef0837);
  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: #ef0837;
  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: flex;
  justify-content: 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: flex;
  width: 11.8rem;
  height: 1.6rem;
  border: 1px solid #ef0837;
}
.fixed_btm_form .btm_form .btn {
  flex-shrink: 0;
  width: 4rem;
  height: 100%;
  line-height: 1.6rem;
  background-color: #ef0837;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
}
.fixed_btm_form .btm_form .user_val {
  flex: 1;
  border: 0;
  padding: 0 5px;
  overflow: hidden;
  font-size: 0.6rem;
}
.fixed_right_menu {
  position: absolute;
  right: 0;
  top: 15.5rem;
  padding-top: 1.3rem;
  width: 1.75rem;
  height: 18.75rem;
  background: url("../images/menu_bg.png") no-repeat;
  background-size: 100% 100%;
  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 #89001c;
  color: #fff;
}
.fixed_right_menu .item:last-child {
  border-bottom: 0;
}
.fixed_right_menu .item.active {
  color: #facb00;
}
.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;
  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: #ef0837 url("../images/close.png") no-repeat center center;
  background-size: 0.6rem 0.6rem;
  border-radius: 50%;
}
