* {
  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: #e7e7ff;
}
.img-responsive {
  display: block;
  width: 100%;
}
.header {
  padding-top: 2rem;
}
.content_btn {
  border-radius: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe35e), to(#fc0));
  background: linear-gradient(-180deg, #ffe35e, #fc0);
}
.panel_title {
  text-align: center;
}
.panel_title span {
  position: relative;
  padding-bottom: 0.2rem;
  font-size: 0.95rem;
  color: #1d19b2;
  background:  no-repeat bottom center;
  background-size: 6.3rem 0.9rem;
}
.panel_title span:before,
.panel_title span:after {
  content: '';
  position: absolute;
}
.panel_title span:before {
  left: -0.5rem;
  top: 0;
  width: 0.95rem;
  height: 1.2rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.panel_title span:after {
  right: -0.5rem;
  top: 0;
  width: 1rem;
  height: 1.2rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.form_panel {
  position: relative;
  z-index: 1;
  margin: -0.5rem auto 0;
  width: 15rem;
  padding: 0.75rem 0.65rem 1rem;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form_panel .txt {
  padding: 0.4rem 0;
  font-size: 0.55rem;
  color: #666;
  text-align: center;
  line-height: 1rem;
}
.form_panel .txt span {
  color: #5300d0;
  font-size: 0.65rem;
  font-weight: bold;
}
.form_panel .form_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_panel .form_line .half {
  width: 6.45rem;
}
.form_box .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #bfbfbf;
  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.8rem 0.75rem;
}
.form_box .form_item .icon.icon2 {
  background:  no-repeat center center;
  background-size: 0.7rem 0.8rem;
}
.form_box .form_item .icon.icon3 {
  background:  no-repeat center center;
  background-size: 0.8rem 0.8rem;
}
.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.7rem 0.8rem;
}
.form_box .form_item .icon.icon6 {
  background:  no-repeat center center;
  background-size: 0.8rem 0.8rem;
}
.form_box .form_item .icon.icon7 {
  background:  no-repeat center center;
  background-size: 0.65rem 0.85rem;
}
.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.55rem;
}
.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: 1rem 0.3rem;
}
.form_box .btn {
  padding: 8px 0;
  border-radius: 35px;
  text-align: center;
  font-size: 0.65rem;
  color: #5b4900;
}
.country_panel {
  padding-top: 1.5rem;
}
.country_panel .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.7rem 0.3rem 0 0;
}
.country_panel .box .tab {
  width: 3.7rem;
  margin-right: 0.5rem;
  padding: 0.6rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}
.country_panel .box .tab li {
  padding: 0.6rem 0;
  text-align: center;
  color: #5f3ce1;
  font-size: 0.7rem;
  border-radius: 0 5px 5px 0;
}
.country_panel .box .tab li.active {
  background-color: #5f3ce1;
  color: #fff;
  font-weight: 700;
}
.country_panel .box .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.3rem 0.75rem;
  background-color: #fff;
  border-radius: 5px;
}
.country_panel .box .info .name {
  text-align: center;
}
.country_panel .box .info .name span {
  position: relative;
  font-size: 0.7rem;
  font-weight: bold;
  color: #5300d0;
}
.country_panel .box .info .name span:before,
.country_panel .box .info .name span:after {
  content: '';
  position: absolute;
}
.country_panel .box .info .name span:before {
  left: -0.5rem;
  top: 0;
  width: 1rem;
  height: 1rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .name span:after {
  right: -0.5rem;
  bottom: 0;
  width: 0.65rem;
  height: 1rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .superiorty {
  padding: 0.75rem 0 0.5rem;
  border-bottom: 1px dashed #c5c5c5;
}
.country_panel .box .info .superiorty .name {
  margin-bottom: 0.3rem;
}
.country_panel .box .info .superiorty .btn {
  margin: 0.3rem auto 0;
  padding: 8px 0;
  width: 8.75rem;
  text-align: center;
  font-size: .55rem;
}
.country_panel .box .info .superiorty .txt {
  position: relative;
  padding-left: 0.5rem;
  margin-left: 0.9rem;
  font-size: 0.55rem;
  line-height: 1rem;
}
.country_panel .box .info .superiorty .txt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background-color: #5300d0;
  border-radius: 50%;
}
.country_panel .box .info .condition {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #c5c5c5;
}
.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 1.2rem 0;
}
.country_panel .box .info .condition .list li {
  padding-left: 1.2rem;
  margin-bottom: 0.4rem;
  line-height: 1rem;
  text-decoration: underline;
  color: #5f3ce1;
  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 .method {
  padding-top: 0.5rem;
}
.country_panel .box .info .method .tip {
  padding: 0.4rem 0 0.3rem 0.8rem;
  font-size: 0.6rem;
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.4rem 0 0.8rem;
}
.country_panel .box .info .method .list li {
  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;
  margin-bottom: 4px;
  width: 4.75rem;
  height: 2.15rem;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
}
.country_panel .box .info .method .list li.li1 {
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .method .list li.li2 {
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .method .list li.li3 {
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .method .list li.li4 {
  background:  no-repeat;
  background-size: 100% 100%;
}
.country_panel .box .info .method .li5 {
  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;
  margin-left: 0.8rem;
  width: 9.7rem;
  height: 1.9rem;
  background:  no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
}
.country_panel .box .info .method .li5 span {
  padding-right: 0.9rem;
  line-height: 0.6rem;
  background:  right center no-repeat;
  background-size: 0.6rem 0.6rem;
  font-weight: 700;
  font-size: .6rem;
  line-height: .6rem;
  text-decoration: underline;
}
.country_panel .box .info .method .word_href {
  margin-top: 0.5rem;
  text-align: center;
  color: #ff4a4e;
  text-decoration: underline;
  font-size: 0.55rem;
}
.subject_panel {
  padding: 1.6rem 0.3rem 0;
}
.subject_panel .sort_table {
  width: 100%;
  margin-top: 0.5rem;
  border: 1px solid #7a77ed;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 0.55rem;
  border-radius: 5px;
  text-align: center;
}
.subject_panel .sort_table .col2 {
  width: 4.75rem;
}
.subject_panel .sort_table .col3 {
  width: 2.3rem;
}
.subject_panel .sort_table .col4 {
  width: 6.25rem;
  padding: 0 3px;
}
.subject_panel .sort_table th {
  line-height: 1.3rem;
  background-color: #7a77ed;
  color: #fff;
}
.subject_panel .sort_table td {
  padding: 3px 0;
  border-left: 1px solid #7a77ed;
  border-bottom: 1px solid #7a77ed;
}
.subject_panel .sort_table a {
  color: #ff4a4e;
  font-size: 0.6rem;
  text-decoration: underline;
  line-height: 1.15rem;
}
.banner_form {
  margin: 1rem auto;
  width: 14.85rem;
  height: 2rem;
  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;
}
.banner_form .btn {
  width: 4rem;
  padding: 8px 0;
  background-color: #9069ff;
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 35px;
}
.banner_list {
  margin: 0 auto;
  width: 13.7rem;
}
.banner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7rem;
  height: 3.05rem;
}
.banner_list li:nth-child(1) {
  background:  no-repeat;
  background-size: 100% 100%;
}
.banner_list li:nth-child(2) {
  background:  no-repeat;
  background-size: 100% 100%;
}
.banner_list li:nth-child(3) {
  background:  no-repeat;
  background-size: 100% 100%;
}
.banner_list li .name {
  width: 4.45rem;
  font-size: 0.65rem;
  color: #fff;
  text-align: center;
}
.banner_list li .txt {
  padding-left: 0.5rem;
  font-size: .6rem
}
.question_panel {
  padding-top: 1.6rem;
}
.question_panel .list {
  margin: 0.6rem 0.85rem 0.5rem;
}
.question_panel .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0.4rem;
  background-color: #714fef;
  border-radius: 0 35px 35px 0;
  color: #fff;
  font-size: 0.6rem;
}
.question_panel .list li .num {
  width: 2rem;
  font-size: 1.3rem;
  color: #31e0ff;
  font-weight: bold;
  font-family: 'arial';
}
.question_panel .list li .txt {
  text-decoration: underline;
}
.question_panel .btm_btn {
  position: relative;
  padding: 1rem 0 0 3.5rem;
  width: 14.35rem;
  height: 3.55rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background:  no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.question_panel .btm_btn .txt1 {
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.question_panel .btm_btn .txt2 {
  position: absolute;
  right: 1.45rem;
  top: 1.1rem;
  font-weight: 700;
  font-size: .6rem
}
.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: #8540db  no-repeat top center;
  background-size: 100% 3.85rem;
}
.pop_form .pop_content .pop_close {
  position: absolute;
  right: 0.25rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background:  no-repeat center center;
  background-size: 0.65rem 0.65rem;
  z-index: 2;
}
.pop_form .pop_content .name {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
}
.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: 4rem 0 1.1rem;
  border-radius: 10px;
  background-color: #fff;
}
.pop_form2 .pop_content .pop_close {
  position: absolute;
  right: 0.25rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background:  no-repeat center center;
  background-size: 0.65rem 0.65rem;
  z-index: 2;
}
.pop_form2 .pop_content .title {
  position: absolute;
  top: -0.3rem;
  left: 0;
  right: 0;
  min-height: 5.3rem;
  padding-top: 0.5rem;
  background:  no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.pop_form2 .pop_content .title .txt {
  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;
  color: #fff;
  padding: 5px 10px;
  line-height: 0.8rem;
  height: 1.6rem;
}
.pop_form2 .pop_content .name {
  color: #fff000;
  font-size: 1.15rem;
  line-height: 1.15rem;
  letter-spacing: 1px;
}
.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;
}
