* {
  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-color: #dbebff;
}
.img-responsive {
  display: block;
  width: 100%;
}
.header {
  padding-top: 2rem;
}
.panel_title {
  padding: 0 0.75rem;
}
.panel_title .name {
  font-size: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
}
.panel_title .white {
  color: #fff;
}
.panel_title .blue {
  color: #2c4e96;
}
.panel_title .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0 0.7rem;
}
.panel_title .line .span2 {
  width: 4.5rem;
  height: 4px;
  background-color: #97deff;
  border-radius: 10px;
}
.panel_title .line .span1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #97deff;
}
.country_panel {
  margin-top: -4rem;
}
.country_panel .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.75rem;
}
.country_panel .box .tab {
  width: 3.1rem;
  margin-right: 0.55rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.6rem 0;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}
.country_panel .box .tab li {
  padding: 0.6rem 0;
  font-size: 0.7rem;
  color: #1e59c2;
  text-align: center;
}
.country_panel .box .tab li.active {
  background-color: #1e59c2;
  color: #fff;
}
.country_panel .box .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.7rem 0.75rem;
  background-color: #fff;
  border-radius: 10px;
}
.country_panel .box .info .name {
  text-align: center;
  color: #064b8b;
  font-size: 0.75rem;
}
.country_panel .box .info .name span {
  position: relative;
  padding: 0 0.5rem;
}
.country_panel .box .info .name span:before,
.country_panel .box .info .name span:after {
  content: '';
  position: absolute;
  bottom: 0;
}
.country_panel .box .info .name span:before {
  left: 0;
  width: 1rem;
  height: 1rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .name span:after {
  right: 0;
  width: 0.7rem;
  height: 0.85rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .method {
  padding: 0.65rem 0 1rem;
  border-bottom: 1px dashed #baefff;
}
.country_panel .box .info .method .tip {
  position: relative;
  margin: 0.7rem 0 0.45rem;
  padding-left: 0.5rem;
  font-size: 0.55rem;
}
.country_panel .box .info .method .tip:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background-color: #5384ea;
  border-radius: 50%;
}
.country_panel .box .info .method .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 0.55rem;
  color: #fff;
}
.country_panel .box .info .method .list .cell1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.75rem;
  height: 5.3rem;
}
.country_panel .box .info .method .list .cell2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 4.2rem;
}
.country_panel .box .info .method .list .li1 {
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .method .list .li2 {
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .method .list .li3 {
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .method .list .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.85rem;
  height: 1.7rem;
}
.country_panel .box .info .method .list .btn_area {
  width: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.country_panel .box .info .method .list .btn {
  margin-top: 0.25rem;
  width: 4rem;
  padding: 5px 0;
  background-color: #ffd800;
  color: #695107;
  border-radius: 35px;
  font-size: 0.5rem;
}
.country_panel .box .info .condition {
  padding-top: 0.65rem;
}
.country_panel .box .info .condition .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;
  padding: 0.5rem 0.5rem 0;
}
.country_panel .box .info .condition .list li {
  padding-left: 1.2rem;
  margin-bottom: 0.4rem;
  line-height: 1rem;
  text-decoration: underline;
  color: #1249bc;
  font-size: 0.6rem;
}
.country_panel .box .info .condition .list li.li1 {
  background:  no-repeat 2px center;
  background-size: 0.65rem 0.95rem;
}
.country_panel .box .info .condition .list li.li2 {
  background:  no-repeat left center;
  background-size: 0.95rem 0.95rem;
}
.country_panel .box .info .condition .list li.li3 {
  background:  no-repeat left center;
  background-size: 0.95rem 0.85rem;
}
.country_panel .box .info .condition .list li.li4 {
  background:  no-repeat left center;
  background-size: 0.85rem 0.95rem;
}
.country_panel .box .info .word_href {
  margin-top: 0.4rem;
  font-size: 0.65rem;
  font-weight: bold;
  color: #ffb400;
  text-decoration: underline;
  text-align: center;
}
.form_panel {
  padding-top: 2.2rem;
}
.form_panel .form_box {
  width: 14.5rem;
  height: 14.75rem;
  margin: 0 auto;
  padding: 0.75rem 1.15rem 0;
  background:  no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form_panel .form_box .txt {
  color: #fff;
  text-align: center;
  font-size: 0.65rem;
  line-height: 0.65rem;
}
.form_panel .form_box .name {
  margin-top: 5px;
  margin-bottom: 0.65rem;
  color: #fffd49;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: bold;
  text-align: center;
}
.form_panel .form_box .btn {
  margin-top: 0.75rem;
}
.form_box .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.7rem;
  margin-bottom: 0.55rem;
  border-radius: 5px;
  background-color: #fff;
}
.form_box .form_item .icon {
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form_box .form_item .icon.icon1 {
  background:  no-repeat center center;
  background-size: 0.75rem 0.75rem;
}
.form_box .form_item .icon.icon2 {
  background:  no-repeat center center;
  background-size: 0.6rem 0.75rem;
}
.form_box .form_item .icon.icon3 {
  background:  no-repeat center center;
  background-size: 0.65rem 0.75rem;
}
.form_box .form_item .icon.icon4 {
  background:  no-repeat center center;
  background-size: 0.8rem 0.8rem;
}
.form_box .form_item .icon.icon5 {
  background:  no-repeat center center;
  background-size: 0.8rem 0.75rem;
}
.form_box .form_item .icon.icon6 {
  background:  no-repeat center center;
  background-size: 0.9rem 0.8rem;
}
.form_box .form_item .icon.icon7 {
  background:  no-repeat center center;
  background-size: 0.65rem 0.8rem;
}
.form_box .form_item .user_val {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background-color: transparent;
  font-size: 0.6rem;
}
.form_box .form_item .user_val::-webkit-input-placeholder {
  color: #aaa;
}
.form_box .form_item .user_list {
  color: #aaa;
  background:  right center no-repeat;
  background-size: 1.6rem 0.3rem;
}
.form_box .btn {
  padding: 8px 0;
  border-radius: 35px;
  text-align: center;
  font-size: 0.65rem;
  color: #4b2c03;
  background-color: #ffd800;
}
.school_panel {
  padding-top: 2.1rem;
}
.school_panel .tab_container {
  height: 2.25rem;
  width: 100%;
  overflow: hidden;
}
.school_panel .tab-wrapper {
  width: 100%;
  padding-left: 0.75rem;
  height: 2.25rem;
  padding-bottom: 0.5rem;
  margin-bottom: -0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.school_panel .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25rem;
}
.school_panel .tab li {
  position: relative;
  width: 3.1rem;
  margin-right: 5px;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  background-color: #226adf;
  color: #fff;
  color: #fff;
  font-size: 0.6rem;
}
.school_panel .tab li.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 10px;
  height: 10px;
  background-color: #226adf;
  -webkit-transform: rotate(45deg) translate3d(-50%, 0, 0);
          transform: rotate(45deg) translate3d(-50%, 0, 0);
}
.school_panel .box {
  padding: 0 0.75rem;
}
.school_panel .box table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.55rem;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.school_panel .box table th {
  padding: 8px 0;
  background-color: #b2dfff;
  color: #0f3769;
}
.school_panel .box table .t1 {
  width: 1.85rem;
}
.school_panel .box table .t2 {
  width: 4.4rem;
}
.school_panel .box table .t3 {
  width: 4.6rem;
}
.school_panel .box table td {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #e9e9e9;
}
.school_panel .box table tr {
  border-bottom: 1px solid #e9e9e9;
}
.school_panel .box table a {
  color: #ffb400;
  font-size: 0.6rem;
  font-weight: bold;
  text-decoration: underline;
}
.banner_form {
  margin: 1.3rem auto;
  width: 14.8rem;
  height: 2.75rem;
  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;
  padding: 0 1rem 0 1.25rem;
  background:  no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner_form .txt {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
}
.banner_form .txt span {
  color: #fffc01;
  font-size: 0.95rem;
}
.banner_form .btn {
  width: 4rem;
  padding: 8px 0;
  background-color: #ffd800;
  color: #4b2c03;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 35px;
}
.case_panel {
  padding-bottom: 2rem;
}
.case_panel .case_container {
  height: 9.4rem;
  width: 100%;
  padding-right: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.case_panel .case_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-left: 0.75rem;
}
.case_panel .case_box .case_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 13.7rem;
  height: 9.4rem;
  padding: 0.3rem;
  margin-right: 5px;
  background-color: #b2dfff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.case_panel .case_box .case_item .name {
  display: block;
  padding: 5px 0;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.7rem;
  color: #2c4e96;
  font-weight: bold;
  text-decoration: underline;
  overflow: hidden;
}
.case_panel .case_box .case_item .info {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 0.65rem 0;
  background-color: #fff;
  border-radius: 5px;
}
.case_panel .case_box .case_item .info .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.55rem;
  line-height: 1rem;
}
.case_panel .case_box .case_item .info .txt b {
  white-space: nowrap;
}
.case_panel .case_box .case_item .info .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  width: 4.6rem;
  padding: 8px 0;
  margin: auto;
  border-radius: 35px;
  text-align: center;
  background-color: #226adf;
  color: #fff;
}
.case_panel .btm_btn {
  margin: 0.95rem auto 0;
  width: 10.5rem;
  padding: 10px 0;
  border-radius: 35px;
  background-color: #ffd800;
  color: #4b2c03;
  font-size: 0.6rem;
  text-align: center;
}
.pop_form {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 100;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pop_form.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pop_form .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 12.75rem;
  padding: 1rem 0 0.75rem;
  border-radius: 5px;
  background: #dbebff;
}
.pop_form .pop_content .pop_close {
  position: absolute;
  right: 0;
  top: -2.25rem;
  width: 1.35rem;
  height: 2.25rem;
  background:  no-repeat center center;
  background-size: 1.35rem 2.25rem;
  z-index: 2;
}
.pop_form .pop_content .form_box {
  margin: 0.8rem 1.1rem 0;
}
.pop_form2 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 100;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pop_form2.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pop_form2 .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 12.75rem;
  padding: 0 0 0.9rem;
  border-radius: 10px;
  background-color: #dbebff;
}
.pop_form2 .pop_content .pop_close {
  position: absolute;
  right: 0;
  top: -2.25rem;
  width: 1.35rem;
  height: 2.25rem;
  background:  no-repeat center center;
  background-size: 1.35rem 2.25rem;
  z-index: 2;
}
.pop_form2 .pop_content .top_detail {
  height: 6.7rem;
  padding-top: 0.7rem;
  background:  no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pop_form2 .pop_content .top_detail .name {
  margin: 0;
}
.pop_form2 .pop_content .top_detail .txt {
  padding: 0 0.4rem;
  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;
  text-align: center;
  font-size: 0.55rem;
  color: #fff;
  line-height: 0.85rem;
  height: 1.7rem;
}
.pop_form2 .pop_content .top_detail .w_href {
  display: block;
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.55rem;
  color: #ffd800;
  font-weight: bold;
  text-decoration: underline;
}
.pop_form2 .pop_content .f_name {
  margin-top: 0.5rem;
  color: #2c4e96;
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-align: center;
}
.pop_form2 .pop_content .tip {
  margin-top: 0.4rem;
  color: #333;
  font-size: 0.55rem;
  text-align: center;
}
.pop_form2 .pop_content .form_box {
  margin: 0.6rem 1.2rem 0;
}
