* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  color: #333;
  font-family: 'heiti sc', 'pingfang', 'microsoft yahei';
  background: #e6e6e6;
  font-size: 0.6rem;
}
.img-responsive {
  display: block;
  width: 100%;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  padding: 2rem 0;
}
.header {
  height: 12.5rem;
  position: relative;
}
.header .btn_box {
  position: absolute;
  bottom: 0.7rem;
  left: 2.3rem;
  right: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .btn_box .btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 5px;
  background-color: #ed2839;
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(68,68,68,0.1);
          box-shadow: 0 0 3px rgba(68,68,68,0.1);
}
.header .btn_box .btn span {
  font-size: 0.45rem;
}
.panel {
  padding: 0.8rem 0.5rem 0;
}
.panel .panel_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;
}
.panel .panel_title .img {
  width: 3.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel .panel_title .img-right {
  -webkit-transform: scalex(-1);
          transform: scalex(-1);
}
.panel .panel_title .name {
  line-height: 0.95rem;
  font-size: 0.8rem;
  color: #02128b;
  font-weight: bold;
  text-align: center;
}
.panel .panel_title .name span {
  color: #b8060d;
}
.first_panel {
  margin-top: 0.6rem;
  border-top: 5px solid #02128b;
  padding: 0.75rem 0.5rem 1rem;
  background-color: #fff;
}
.first_panel .s_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;
}
.first_panel .s_title .line {
  font-size: 0.5rem;
  color: #02128b;
  font-weight: bold;
}
.first_panel .s_title .line:last-child {
  color: #b8060d;
}
.first_panel .s_title .name {
  font-size: 0.7rem;
  color: #010101;
  font-weight: bold;
}
.first_panel .tip {
  padding: 0.25rem 0 0.75rem;
  font-size: 0.65rem;
  color: #333;
  text-align: center;
}
.first_panel .list {
  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;
}
.first_panel .list .item {
  width: 6.7rem;
  margin-bottom: 0.9rem;
  font-size: 0.6rem;
  color: #333;
  line-height: 0.75rem;
}
.first_panel .list .img {
  display: block;
  width: 100%;
}
.first_panel .list .name {
  padding: 0.4rem 0;
  line-height: 0.6rem;
  text-align: center;
  font-weight: bold;
}
.first_panel .list .txt {
  padding: 0 5px;
}
.first_panel .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first_panel .btn_box .btn {
  padding: 8px 0;
  width: 6.7rem;
  background-color: #e01a22;
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 25px;
}
.course_box {
  margin: 0.6rem 0 0.9rem;
  border-top: 5px solid #02128b;
  padding: 0.75rem 0.5rem 1rem;
  background-color: #fff;
}
.course_box .course_table {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #02128b;
  text-align: center;
  font-size: 0.55rem;
}
.course_box .course_table tr {
  border-bottom: 1px solid #02128b;
}
.course_box .course_table td {
  padding: 0.55rem 0;
  line-height: 0.75rem;
  border-left: 1px solid #02128b;
  color: #020202;
}
.course_box .course_table th {
  height: 1.25rem;
  background-color: #02128b;
  color: #fff;
}
.course_box .course_table a {
  padding: 0 0.5rem;
  display: inline-block;
  color: #e01a22;
}
.course_box .feature_name {
  padding: 0.7rem 0;
  line-height: 0.6rem;
  font-size: 0.6rem;
  color: #020202;
  text-align: center;
  font-weight: bold;
}
.course_box .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course_box .feature_list .item {
  padding-top: 0.55rem;
  width: 4.4rem;
  height: 3.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 5px solid #02128b;
  color: #ed2839;
  font-size: 0.6rem;
  text-align: center;
}
.course_box .feature_list .item:nth-child(1) {
  background:  no-repeat;
  background-size: 100% 100%;
}
.course_box .feature_list .item:nth-child(2) {
  background:  no-repeat;
  background-size: 100% 100%;
}
.course_box .feature_list .item:nth-child(3) {
  background:  no-repeat;
  background-size: 100% 100%;
}
.order_form {
  background-color: #fff;
}
.order_form .title {
  height: 2.5rem;
  line-height: 2.5rem;
  background:  no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
}
.order_form .myform {
  padding: 1.25rem;
}
.order_form .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  padding-right: 8px;
  margin-bottom: 8px;
  background-color: #e6e6e6;
}
.order_form .form_item .icon {
  width: 1.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order_form .form_item .user_icon {
  background:  no-repeat center center;
  background-size: 0.7rem 0.9rem;
}
.order_form .form_item .phone_icon {
  background:  no-repeat center center;
  background-size: 0.9rem 0.85rem;
}
.order_form .form_item .subject_icon {
  background:  no-repeat center center;
  background-size: 0.95rem 0.95rem;
}
.order_form .form_item .city_icon {
  background:  no-repeat center center;
  background-size: 0.75rem 0.85rem;
}
.order_form .form_item .user_val {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 0;
  border: 0;
  background-color: #e6e6e6;
  font-size: 0.6rem;
}
.order_form .form_item ::-webkit-input-placeholder {
  color: #999;
}
.order_form .form_item .user_list {
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.6rem;
  background: #e6e6e6  no-repeat right center;
  background-size: 0.425rem 0.25rem;
}
.order_form .form_item input:focus,
.order_form .form_item select:focus {
  outline: none;
}
.order_form .submit_btn {
  width: 10rem;
  padding: 10px 0;
  margin: 1.2rem auto 0;
  border-radius: 35px;
  background-color: #ed2839;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
}
.case_box {
  margin: 0.6rem 0 0;
  border-top: 5px solid #02128b;
  padding: 0.75rem 0.5rem 1rem;
  background-color: #fff;
}
.case_box .list {
  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;
}
.case_box .item {
  width: 6.75rem;
  margin-bottom: 0.75rem;
  line-height: 1rem;
  font-size: 0.6rem;
  color: #1e1e1e;
}
.case_box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case_box .top .pic {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  border: 1px solid #02128b;
}
.case_box .top .pic1 {
  background: #fff  no-repeat center center;
  background-size: 1.5rem 2.45rem;
}
.case_box .top .pic2 {
  background: #fff  no-repeat center center;
  background-size: 1.5rem 2.25rem;
}
.case_box .top .pic3 {
  background: #fff  no-repeat center center;
  background-size: 1.5rem 2.3rem;
}
.case_box .top .pic4 {
  background: #fff  no-repeat center center;
  background-size: 1.35rem 2.4rem;
}
.case_box .top .name {
  padding-top: 0.5rem;
  font-weight: bold;
}
.case_box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.1rem;
  padding: 0.6rem 0.3rem 0;
  margin-top: -1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e6e6e6;
}
.case_box .info .l_detail {
  padding-top: 1.1rem;
  width: 2.5rem;
  margin-right: 0.6rem;
  text-align: center;
}
.case_box .info .s_name {
  font-weight: bold;
}
.case_box .info .score {
  height: 1rem;
  line-height: 1rem;
  font-weight: bold;
  background-color: #ed2839;
  color: #fff;
}
.case_box .mq_btn {
  width: 10rem;
  padding: 10px 0;
  margin: 0.4rem auto 0;
  border-radius: 35px;
  background-color: #ed2839;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
}
.test_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.9rem 0 0;
  padding: 0 0.7rem 0 0.5rem;
  height: 4.75rem;
  border-top: 5px solid #02128b;
  background:  no-repeat;
  background-size: cover;
}
.test_box .name {
  padding-bottom: 0.7rem;
  line-height: 0.75rem;
  font-size: 0.75rem;
  color: #1e1e1e;
  font-weight: bold;
}
.test_box .txt {
  display: inline-block;
  width: 2.9rem;
  height: 1rem;
  line-height: 1rem;
  background-color: #02128b;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
}
.test_box .btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #ed2839;
  border: 5px solid #f8b4ba;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  font-size: 0.6rem;
  -webkit-animation: pluse 0.7s infinite alternate;
          animation: pluse 0.7s infinite alternate;
}
.gift_box {
  margin: 0.6rem 0 0;
  border-top: 5px solid #02128b;
  padding: 1.3rem 0.5rem;
  background-color: #fff;
}
.gift_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gift_box .list .item {
  width: 4.5rem;
  height: 6.5rem;
  border: 2px solid #02128b;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.gift_box .list .txt {
  padding: 0.4rem 0;
  line-height: 0.75rem;
  font-size: 0.55rem;
  color: #333;
}
.gift_box .list .btn {
  width: 4rem;
  height: 1.25rem;
  margin: 0 auto;
  line-height: 1.25rem;
  background-color: #e01a22;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 15px;
}
.pop_form {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.pop_form.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.pop_form .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 15rem;
}
.pop_form .pop_content .pop_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
@-webkit-keyframes pluse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.gdkc{
  width: 10rem;
  padding: 10px 0;
  margin: 1rem auto 0;
  border-radius: 35px;
  background-color: #ed2839;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
  display: block;
}