* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  font-family: 'heiti sc', 'pingfang', 'microsoft yahei';
  background: #131e38;
  font-size: 0.6rem;
}
.img-responsive {
  display: block;
  width: 100%;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  padding: 2rem 0;
}
.compare_panel {
  margin-top: -0.5rem;
  padding: 0 0.75rem;
}
.compare_panel .list {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.compare_panel .list .item {
  position: relative;
  width: 7rem;
  height: 4.8rem;
  padding: 0 0.4rem;
  background-color: #1c2d54;
  border-radius: 15px;
  box-sizing: border-box;
}
.compare_panel .list .item .name {
  position: absolute;
  top: -0.75rem;
  width: 2.2rem;
  height: 2.2rem;
  padding-top: 0.35rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 0.55rem;
  font-weight: bold;
  box-sizing: border-box;
}
.compare_panel .list .item .line {
  line-height: 1rem;
  font-size: 0.3rem;
  letter-spacing: 1px;
}
.compare_panel .list .item .txt {
  padding-top: 0.6rem;
  font-size: 0.45rem;
  line-height: 0.9rem;
  color: #fff;
}
.compare_panel .list .item1 .name {
  left: 0;
  background-color: #16be94;
  box-shadow: 0 3px 15px rgba(22,190,148,0.2);
}
.compare_panel .list .item1 .line {
  padding-left: 2rem;
  color: #16be94;
}
.compare_panel .list .item1 b {
  color: #16be94;
}
.compare_panel .list .item2 .name {
  right: 0;
  background-color: #1d62df;
  box-shadow: 0 3px 15px rgba(22,190,148,0.2);
}
.compare_panel .list .item2 .line {
  padding-right: 2rem;
  color: #1d62df;
  text-align: right;
}
.compare_panel .list .item2 .txt {
  text-align: right;
}
.compare_panel .list .item2 b {
  color: #1d62df;
}
.compare_panel .list:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -5px;
  width: 1.95rem;
  height: 3.85rem;
  margin-left: -1rem;
  background:  no-repeat;
  background-size: cover;
}
.compare_panel .question_box {
  margin-top: 0.5rem;
  padding: 0.7rem 0.5rem;
  border-radius: 15px;
  background-color: #1c2d54;
}
.compare_panel .question_box .name {
  padding-bottom: 0.5rem;
  line-height: 0.6rem;
  color: #16be94;
  font-size: 0.6rem;
  text-align: center;
}
.compare_panel .question_box .txt {
  color: #fff;
  line-height: 0.9rem;
  text-decoration: underline;
}
.compare_panel .question_box .content_btn {
  display: block;
  margin: 0.5rem auto 0;
  width: 10.8rem;
  height: 1.1rem;
  line-height: 1.1rem;
  background-color: #ff8111;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}
.panel_title {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.panel_title .line {
  position: relative;
  flex: 1;
  height: 2px;
  background-color: #16be94;
}
.panel_title .line:before {
  content: '';
  position: absolute;
  top: -2px;
  width: 6px;
  height: 6px;
  background-color: #16be94;
  border-radius: 50%;
}
.panel_title .left-line:before {
  right: 0;
}
.panel_title .right-line:before {
  left: 0;
}
.panel_title .title {
  padding: 0 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
}
.panel_title .title h2 {
  line-height: 0.95rem;
  color: #16be94;
  font-size: 0.75rem;
}
.method_panel {
  padding: 1.9rem 0.75rem 0 0.5rem;
}
.method_panel .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.method_panel .list .item {
  position: relative;
  width: 6.75rem;
  height: 5.1rem;
  margin-top: 1.7rem;
}
.method_panel .list .item:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 100%;
  height: 100%;
  border: 1px solid #16be94;
  border-radius: 25px;
}
.method_panel .list .item:after {
  content: '';
  position: absolute;
  left: 6px;
  top: -0.8rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #16be94;
  border-radius: 50%;
  z-index: 2;
}
.method_panel .list .item .country {
  position: absolute;
  left: 0.525rem;
  top: -0.6rem;
  width: 1.55rem;
  height: 1.55rem;
  border: 3px solid #16be94;
  border-radius: 50%;
  z-index: 4;
}
.method_panel .list .item .info {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.45rem 0 0;
  background-color: #1c2d54;
  border-radius: 25px;
  box-sizing: border-box;
  z-index: 3;
}
.method_panel .list .item .info .cn {
  padding: 0 0 0.4rem 2.5rem;
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #16be94;
}
.method_panel .list .item .info .cn .en {
  font-size: 0.3rem;
}
.method_panel .list .item .info .txt {
  position: relative;
  margin: 0 0 0 0.7rem;
  padding-left: 0.7rem;
  line-height: 0.85rem;
  font-size: 0.45rem;
  color: #fff;
}
.method_panel .list .item .info .txt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background-color: #16be94;
  transform: rotate(45deg);
}
.method_panel .list .item .info .content_btn {
  margin: 0.4rem auto 0;
  display: block;
  width: 3.8rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 5px;
  background-color: #ff8111;
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
}
.method_panel .list .asia_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0.7rem;
}
.method_panel .list .asia_list .href {
  width: 2.05rem;
  height: 0.7rem;
  margin: 0 4px 2px 0;
  line-height: 0.7rem;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 0.45rem;
}
.tool_panel {
  padding: 1.9rem 0.75rem 0 0.5rem;
}
.tool_panel .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.tool_panel .list .item {
  display: flex;
  align-items: center;
  width: 7rem;
  height: 3.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.6rem;
  box-sizing: border-box;
  background-color: #1c2d54;
  border-radius: 10px;
}
.tool_panel .list .item .img {
  width: 2.4rem;
  flex-shrink: 0;
  text-align: center;
}
.tool_panel .list .item .icon1 {
  width: 1.75rem;
}
.tool_panel .list .item .icon2 {
  width: 1.65rem;
}
.tool_panel .list .item .icon3 {
  width: 1.9rem;
}
.tool_panel .list .item .icon4 {
  width: 2rem;
}
.tool_panel .list .item .icon5 {
  width: 1.7rem;
}
.tool_panel .list .item .icon6 {
  width: 1.95rem;
}
.tool_panel .list .item .name {
  color: #16be94;
  font-size: 0.65rem;
}
.tool_panel .list .item .txt {
  color: #fff;
  font-size: 0.45rem;
}
.tool_panel .btn_box {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.tool_panel .btn_box .content_btn {
  width: 7rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 3px;
  text-align: center;
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
  background-color: #1d62df;
}
.tool_panel .btn_box .content_btn:last-child {
  background-color: #ff8111;
}
.center_pop {
  padding: 1.5rem 0.75rem 0;
}
.form_panel {
  padding: 1.5rem 0.75rem 0;
}
.form_panel .form {
  padding: 0.9rem 0.9rem 0.5rem;
  background-size: 100% 14.25rem;
}
.form_panel .form .form_item {
  margin-bottom: 8px;
  display: flex;
  height: 1.5rem;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
}
.form_panel .form .form_item .icon {
  width: 1.7rem;
  flex-shrink: 0;
}
.form_panel .form .form_item .icon1 {
  background:  no-repeat center center;
  background-size: 0.85rem 0.85rem;
}
.form_panel .form .form_item .icon2 {
  background:  no-repeat center center;
  background-size: 0.9rem 0.75rem;
}
.form_panel .form .form_item .icon3 {
  background:  no-repeat center center;
  background-size: 0.7rem 0.85rem;
}
.form_panel .form .form_item .icon4 {
  background:  no-repeat center center;
  background-size: 0.75rem 0.8rem;
}
.form_panel .form .form_item .user_val {
  flex: 1;
  padding-left: 0.4rem;
  font-size: 0.6rem;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  box-sizing: border-box;
  color: #333;
  background: none;
  overflow: hidden;
}
.form_panel .form .form_item .userlist {
  color: #999;
  background:  no-repeat right center;
  background-size: 1.1rem 0.4rem;
}
.form_panel .form .form_item ::-webkit-input-placeholder {
  color: #999;
}
.form_panel .form .form_item .get_yzm {
  width: 5rem;
  flex-shrink: 0;
  line-height: 1.4rem;
  background-color: #c0c0c0;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
}
.form_panel .form input:focus,
.form_panel .form select:focus {
  outline: none;
}
.form_panel .form .submit_btn {
  margin: 0.75rem auto 0;
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 5px;
  background-color: #ff9000;
  text-align: center;
  color: #fff;
  font-size: 0.65rem;
}
.form_panel .d_href {
  text-align: center;
  color: #fff;
  font-size: 0.45rem;
}
.form_panel .d_href  a{  color: #fff;}
.course_panel {
  padding: 1.5rem 0.75rem 0;
}
.course_panel .list {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course_panel .list .item1 {
  width: 7rem;
}
.course_panel .list .item2 {
  width: 100%;
}
.course_panel .list .item {
  padding-bottom: 0.6rem;
  margin-bottom: 0.5rem;
  border: 1px solid #16be94;
  border-radius: 20px;
  overflow: hidden;
}
.course_panel .list .item .name {
  height: 2.15rem;
  line-height: 2.15rem;
  text-align: center;
  font-size: 0.65rem;
  color: #fff;
}
.course_panel .list .item .name1 {
  background:  no-repeat;
  background-size: cover;
}
.course_panel .list .item .name2 {
  background:  no-repeat;
  background-size: cover;
}
.course_panel .list .item .name3 {
  background:  no-repeat;
  background-size: cover;
}
.course_panel .list .item .txt {
  padding: 0.4rem;
  height: 1.8rem;
  line-height: 0.6rem;
  font-size: 0.45rem;
  color: #fff;
}
.course_panel .list .item .content_btn {
  display: block;
  margin: 0 auto;
  width: 3.8rem;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: #ff8111;
  border-radius: 3px;
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
}
.pop_formpanel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 10;
}
.pop_formpanel .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14.5rem;
  padding: 0.4rem;
  transform: translate3d(-50%, -50%, 0);
  background: #ff8111  no-repeat top center;
  background-size: 13.15rem 7.5rem;
  border-radius: 5px;
}
.pop_formpanel .pop_content .name {
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}
.pop_formpanel .pop_content .close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 1.15rem;
  height: 1.15rem;
  background:  no-repeat;
  background-size: cover;
}
.pop_formpanel .pop_content .tip {
  margin-bottom: 0.5rem;
  line-height: 1rem;
  font-size: 0.65rem;
  color: #fff;
  text-align: center;
}
.pop_formpanel .pop_content .tip b {
  color: #ff8111;
}
.pop_formpanel .pop_content .myform {
  margin-top: 0.5rem;
  padding: 0.7rem 0.5rem 0.9rem;
  background-color: #131e38;
  border-radius: 5px;
}
.pop_formpanel .pop_content .myform .form_item {
  margin-bottom: 8px;
  display: flex;
  height: 1.5rem;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
}
.pop_formpanel .pop_content .myform .form_item .icon {
  width: 1.7rem;
  flex-shrink: 0;
}
.pop_formpanel .pop_content .myform .form_item .icon2 {
  background:  no-repeat center center;
  background-size: 0.9rem 0.75rem;
}
.pop_formpanel .pop_content .myform .form_item .icon3 {
  background:  no-repeat center center;
  background-size: 0.7rem 0.85rem;
}
.pop_formpanel .pop_content .myform .form_item .icon4 {
  background:  no-repeat center center;
  background-size: 0.75rem 0.8rem;
}
.pop_formpanel .pop_content .myform .form_item .user_val {
  flex: 1;
  padding-left: 0.4rem;
  font-size: 0.6rem;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  box-sizing: border-box;
  color: #333;
  background: none;
  overflow: hidden;
}
.pop_formpanel .pop_content .myform .form_item .userlist {
  color: #999;
  background:  no-repeat right center;
  background-size: 1.1rem 0.4rem;
}
.pop_formpanel .pop_content .myform .form_item ::-webkit-input-placeholder {
  color: #999;
}
.pop_formpanel .pop_content .myform .form_item .get_yzm {
  width: 5rem;
  flex-shrink: 0;
  line-height: 1.4rem;
  background-color: #c0c0c0;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
}
.pop_formpanel .pop_content .myform input:focus,
.pop_formpanel .pop_content .myform select:focus {
  outline: none;
}
.pop_formpanel .pop_content .myform .submit_btn {
  margin: 0.75rem auto 0;
  width: 9rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 5px;
  background-color: #ff1800;
  text-align: center;
  color: #fff;
  font-size: 0.65rem;
  box-shadow: 0 4px 5px rgba(0,0,0,0.1);
}
