* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  color: #323232;
  font-family: 'heiti sc', 'microsoft yahei';
  background: #45c7f6;
  font-size: 0.6rem;
}
.img-responsive {
  display: block;
  width: 100%;
}
.main_container {
  padding: 2rem 0 1rem;
  background:  no-repeat bottom center;
  background-size: 100% 114rem;
}
.header_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.35rem 1rem 0 0;
  height: 6.15rem;
  background:  no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.panel_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0.75rem;
}
.panel_title .name {
  padding: 0 9px;
  line-height: 0.9rem;
  color: #004870;
  font-size: 0.9rem;
}
.panel_title .squre {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.panel_title .squre:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.panel_title .squre:nth-child(1) {
  border-left: 2px solid #fff;
  border-radius: 10px 0 0 10px;
}
.panel_title .squre:nth-child(1):before {
  left: 8px;
}
.panel_title .squre:nth-child(3) {
  border-right: 2px solid #fff;
  border-radius: 0 10px 10px 0;
}
.panel_title .squre:nth-child(3):before {
  right: 8px;
}
.panel {
  padding: 1rem 0.75rem;
}
.panel .txt-center {
  text-align: center;
}
.content_btn {
  padding: 8px 0;
  width: 7.5rem;
  margin-bottom: 0.3rem;
  background-color: #f21d1d;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  font-size: 0.6rem;
}
.superiorty_box {
  padding: 0.9rem;
  background-color: #fff;
  border-radius: 8px;
}
.superiorty_box .superiorty_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;
}
.superiorty_box .superiorty_list li {
  width: 25%;
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 0.6rem;
}
.superiorty_box .superiorty_list img {
  display: block;
  margin: 0 auto 5px;
  width: 2rem;
}
.superiorty_box .content_btn {
  margin: 0 auto;
}
.method_panel .item {
  padding: 0.3rem 0.7rem 0.7rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 8px;
  font-size: 0.6rem;
}
.method_panel .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 5px;
  border-bottom: 0.5px solid #999;
}
.method_panel .item_title .en {
  font-weight: 500;
  font-size: 1.45rem;
  color: rgba(49,199,246,0.1);
}
.method_panel .item_title .name {
  font-size: 0.75rem;
  color: #0295cb;
}
.method_panel .item_title img {
  height: 0.9rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.method_panel .condition_info {
  padding: 5px 0 0.6rem;
}
.method_panel .condition_info .txt {
  display: table;
  line-height: 1rem;
  font-size: 0.6rem;
}
.method_panel .condition_info .txt b {
  display: table-cell;
  white-space: nowrap;
  color: #0295cb;
}
.method_panel .href_link {
  color: #f21d1d;
  text-decoration: underline;
}
.method_panel .method_info {
  padding: 0 0 0.6rem;
  line-height: 1rem;
}
.method_panel .method_info .name {
  padding-top: 5px;
  font-size: 0.6rem;
  color: #0696cb;
}
.method_panel .method_info .name span {
  color: #f7a349;
}
.schedule_panel {
  padding-bottom: 0.25rem;
  font-size: 0.6rem;
}
.schedule_panel .s_tip {
  color: #f21d1d;
}
.schedule_panel .schedule_tab {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule_panel .schedule_tab .item {
  padding: 10px 0;
  width: 7rem;
  color: #fff;
  text-align: center;
  background-color: #004870;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}
.schedule_panel .schedule_tab .item.active {
  background-color: #fff;
  color: #0295cb;
}
.schedule_panel .white_bg {
  margin: 0 -0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
}
.schedule_panel .schedule_box {
  height: 3.85rem;
  padding: 0.9rem 0 0 1.1rem;
  overflow: hidden;
}
.schedule_panel .schedule_box .cell {
  width: 100%;
  height: 3.85rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.schedule_panel .schedule_box .st {
  height: 3.85rem;
  width: 7.5rem;
  display: inline-block;
  background:  no-repeat right center;
  background-size: 1.05rem 1rem;
  vertical-align: middle;
}
.schedule_panel .schedule_box .st:last-child {
  background: none;
}
.schedule_panel .schedule_box .info {
  position: relative;
  width: 6.3rem;
  height: 3.85rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.schedule_panel .schedule_box .num {
  position: absolute;
  left: -1px;
  top: 4px;
  color: #fff;
  font-weight: bold;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
  font-size: 0.45rem;
}
.schedule_panel .schedule_box .timer {
  height: 1.4rem;
  line-height: 1.5rem;
  color: #004870;
  text-align: center;
}
.schedule_panel .schedule_box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.2rem;
  padding: 0 5px 0 0.5rem;
  line-height: 0.65rem;
  font-size: 0.55rem;
  white-space: normal;
}
.schedule_panel .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 1rem 0;
}
.schedule_panel .btn_area .content_btn {
  width: 6.3rem;
}
.school_panel .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.6rem;
}
.school_panel .tab .item {
  position: relative;
  width: 4.6rem;
  padding: 8px 0;
  background-color: #004870;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
}
.school_panel .tab .item.active {
  background-color: #fff;
  color: #004870;
}
.school_panel .tab .item.active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
}
.school_panel .list {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.school_panel .list .item1 {
  background:  no-repeat top center;
  background-size: 100% 3.45rem;
}
.school_panel .list .item2 {
  background:  no-repeat top center;
  background-size: 100% 3.45rem;
}
.school_panel .list .item3 {
  background:  no-repeat top center;
  background-size: 100% 3.45rem;
}
.school_panel .list .item4 {
  background:  no-repeat top center;
  background-size: 100% 3.45rem;
}
.school_panel .list .item5 {
  background:  no-repeat top center;
  background-size: 100% 3.45rem;
}
.school_panel .list .item6 {
  background:  no-repeat top center;
  background-size: 100% 3.45rem;
}
.school_panel .list .item {
  padding-top: 1.85rem;
  width: 4.6rem;
  height: 7.5rem;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.school_panel .list .item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5px;
  height: 1.3rem;
  line-height: 0.65rem;
  color: #2768fb;
  font-size: 0.6rem;
  text-align: center;
}
.school_panel .list .item .txt {
  margin-top: 0.6rem;
  padding: 0 8px;
  line-height: 0.8rem;
  font-size: 0.55rem;
  color: #333;
}
.school_panel .content_btn {
  margin: 0.5rem auto 0;
}
.case_container {
  position: relative;
  height: 16.25rem;
  margin-right: -0.5rem;
  overflow: hidden;
}
.case_container .case_wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.case_container .case_slider {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 13.2rem;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.55rem;
}
.case_container .name {
  padding-bottom: 0.6rem;
  color: #000;
  text-align: center;
}
.case_container .info {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem;
  border-radius: 8px;
  background-color: #fff;
  white-space: normal;
}
.case_container .info:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -0.5rem;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #45c7f6;
}
.case_container .info .href_link {
  color: #f21d1d;
}
.case_container .info .txt {
  padding: 0.7rem 0 0.7rem 0.7rem;
  border-bottom: 0.5px dashed #e0e0e0;
}
.case_container .info .txt:nth-child(1) {
  background:  no-repeat left center;
  background-size: 1.3rem 1.45rem;
}
.case_container .info .txt:nth-child(2) {
  background:  no-repeat left center;
  background-size: 1.7rem 1.7rem;
}
.case_container .info .txt:nth-child(3) {
  background:  no-repeat left center;
  background-size: 1.4rem 1.4rem;
}
.case_container .info .txt:nth-child(4) {
  background:  no-repeat left center;
  background-size: 1.45rem 1.5rem;
}
.case_container .info .txt:nth-child(5) {
  border-bottom: 0;
  background:  no-repeat left center;
  background-size: 1.7rem 1.05rem;
}
.question_panel .question_box {
  height: 9.45rem;
  padding: 0.8rem 1.1rem;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.question_panel .q_content {
  height: 100%;
  overflow: hidden;
}
.question_panel .txt {
  padding: 0 0 0.7rem 1.8rem;
  background:  no-repeat left top;
  background-size: 1.3rem 1.3rem;
  font-size: 0.5rem;
}
.question_panel .btm_form {
  margin: 0.8rem 0;
}
.question_panel .btm_form .content_btn {
  margin: 0 auto;
}
.question_panel .btm_form .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.question_panel .btm_form .form_item .user_val {
  width: 6.75rem;
}
.question_panel .btm_form .user_val {
  height: 1.6rem;
  margin-bottom: 0.5rem;
  padding: 6px 4px 6px 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 0.6rem;
}
.question_panel .btm_form .u_name {
  background: #fff  no-repeat 0.65rem center;
  background-size: 0.65rem 0.9rem;
}
.question_panel .btm_form .u_phone {
  background: #fff  no-repeat 0.65rem center;
  background-size: 0.75rem 0.85rem;
}
.question_panel .btm_form .u_question {
  width: 100%;
  background: #fff  no-repeat 0.65rem center;
  background-size: 0.75rem 0.7rem;
}
.pop_form_panel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 10;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pop_form_panel.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.pop_form_panel .p_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14.7rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  border-radius: 8px;
}
.pop_form_panel .p_content .name {
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #004870;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}
.pop_form_panel .p_content .p_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  background:  no-repeat center center;
  background-size: 0.5rem 0.5rem;
}
.pop_form_panel .myform {
  padding: 1.5rem 1.3rem;
}
.pop_form_panel .content_btn {
  margin: 0 auto;
}
.pop_form_panel .icon1 {
  background:  no-repeat left center;
  background-size: 0.75rem 0.7rem;
}
.pop_form_panel .icon2 {
  background:  no-repeat left center;
  background-size: 0.75rem 0.8rem;
}
.pop_form_panel .icon3 {
  background:  no-repeat left center;
  background-size: 0.8rem 0.8rem;
}
.pop_form_panel .icon4 {
  background:  no-repeat left center;
  background-size: 0.8rem 0.8rem;
}
.pop_form_panel .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6rem;
}
.pop_form_panel .form_item .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 1rem;
  width: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.6rem;
  color: #333;
}
.pop_form_panel .form_item .user_val {
  height: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 8px;
  border-radius: 2px;
  border: none;
  background-color: #eceef7;
  font-size: 0.6rem;
}
.pop_form_panel .form_item .user_list {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #eceef7  no-repeat right center;
  background-size: 1rem 0.3rem;
}
