* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  color: #333;
  font-family: "heiti sc", "microsoft yahei";
  background-color: #0e59da;
}
.container {
  padding: 2rem 0 0;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.topform_panel {
  position: relative;
  padding-top: 1rem;
  height: 18.7rem;
  background:  no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.topform_panel:before,
.topform_panel:after {
  content: "";
  position: absolute;
}
.topform_panel:before {
  left: 0;
  bottom: 0.9rem;
  width: 2.3rem;
  height: 4.5rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.topform_panel:after {
  right: -0.5rem;
  bottom: 2.3rem;
  width: 3.25rem;
  height: 4.75rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.topform_panel .title {
  display: block;
  margin: 0 auto;
  height: 1.2rem;
}
.topform_panel .tip {
  padding: 0.5rem 0;
  line-height: 0.65rem;
  font-size: 0.65rem;
  color: #606060;
  text-align: center;
}
.topform_panel .form_box {
  width: 11.3rem;
  margin: 0 auto;
}
.topform_panel .form_box .form_item {
  border: 1px solid #999;
}
.form_box input,
.form_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
}
.form_box input::-webkit-input-placeholder {
  color: #848c97;
}
.form_box .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 1.6rem;
  padding: 5px 0;
  margin-bottom: 0.5rem;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form_box .form_item .icon {
  width: 1.5rem;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.form_box .form_item .icon.icon1 {
  background-image: ;
  background-size: 0.6rem 0.75rem;
}
.form_box .form_item .icon.icon2 {
  background-image: ;
  background-size: 0.75rem 0.65rem;
}
.form_box .form_item .icon.icon3 {
  background-image: ;
  background-size: 0.7rem 0.8rem;
}
.form_box .form_item .icon.icon4 {
  background-image: ;
  background-size: 0.6rem 0.8rem;
}
.form_box .form_item .icon.icon5 {
  background-image: ;
  background-size: 0.8rem 0.75rem;
}
.form_box .form_item .icon.icon6 {
  background-image: ;
  background-size: 0.8rem 0.8rem;
}
.form_box .form_item .icon.icon7 {
  background-image: ;
  background-size: 0.8rem 0.75rem;
}
.form_box .form_item .user_val {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.1rem;
  font-size: 0.55rem;
  color: #000;
}
.form_box .form_item .list {
  color: #848c97;
  background:  no-repeat right center;
  background-size: 1.3rem 0.4rem;
}
.form_box .submit_btn {
  padding: 8px 0;
  margin-top: 0.6rem;
  border-radius: 35px;
  background-color: #fedd00;
  color: #4b4300;
  font-size: 0.65rem;
  text-align: center;
}
.method_panel {
  height: 30.8rem;
  padding-top: 0.9rem;
  background:  no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.method_panel .title {
  display: block;
  width: 15rem;
  height: 1.8rem;
  margin: 0 auto;
}
.method_panel .tip {
  padding: 0.4rem 0 0.75rem;
  line-height: 0.65rem;
  font-size: 0.65rem;
  color: #ddebff;
  text-align: center;
}
.method_panel .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;
}
.method_panel .list .item {
  width: 7.35rem;
  margin-bottom: 0.4rem;
  border-radius: 8px;
  overflow: hidden;
}
.method_panel .list .item .country {
  padding: 0.5rem 0 0 6px;
  height: 2.9rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.method_panel .list .item .country .cn {
  padding-bottom: 5px;
  font-size: 1rem;
  line-height: 1rem;
}
.method_panel .list .item .country .en {
  font-size: 0.55rem;
}
.method_panel .list .item .country.country_us {
  background:  no-repeat;
  background-size: 100% 100%;
}
.method_panel .list .item .country.country_uk {
  background:  no-repeat;
  background-size: 100% 100%;
}
.method_panel .list .item .country.country_ca {
  background:  no-repeat;
  background-size: 100% 100%;
}
.method_panel .list .item .country.country_nz {
  background:  no-repeat;
  background-size: 100% 100%;
}
.method_panel .list .item .country.country_au {
  background:  no-repeat;
  background-size: 100% 100%;
}
.method_panel .list .item .country.country_as {
  background:  no-repeat;
  background-size: 100% 100%;
}
.method_panel .list .item .info {
  height: 5.1rem;
  padding: 0.5rem 4px 0 8px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.method_panel .list .item .info .txt {
  position: relative;
  padding-left: 8px;
  line-height: 1rem;
  font-size: 0.55rem;
  color: #333;
}
.method_panel .list .item .info .txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1267e4;
}
.method_panel .list .item .info .p1 {
  margin-bottom: 0.4rem;
  font-size: 0.55rem;
}
.method_panel .list .item .info .asia_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.method_panel .list .item .info .asia_list a {
  width: 2.95rem;
  padding: 5px 0;
  margin-bottom: 0.3rem;
  border: 1px solid #1267e4;
  color: #1267e4;
  border-radius: 30px;
  text-align: center;
}
.method_panel .list .item .info .btn {
  display: block;
  padding: 8px 0;
  width: 5.35rem;
  margin: 0.6rem auto 0;
  background-color: #fedd00;
  text-align: center;
  color: #4b4300;
  font-size: 0.55rem;
  border-radius: 35px;
}
.question_panel {
  height: 15.3rem;
  padding-top: 0.8rem;
  background:  no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.question_panel .title {
  display: block;
  width: 14.9rem;
  height: 1.8rem;
  margin: 0 auto;
  background:  no-repeat;
  background-size: 100% 100%;
}
.question_panel .tip {
  padding: 0.4rem 0 0.75rem;
  line-height: 0.65rem;
  font-size: 0.65rem;
  color: #ddebff;
  text-align: center;
}
.question_panel .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.55rem 0;
}
.question_panel .list .item {
  position: relative;
  width: 7.2rem;
  padding: 10px 0 10px 0.6rem;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 0 35px 35px 35px;
  color: #5650dd;
  font-size: 0.55rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: underline;
}
.question_panel .list .item.item2 {
  width: 9.6rem;
}
.question_panel .list .item .num {
  position: absolute;
  left: 0;
  top: -0.6rem;
  height: 1rem;
  width: 1.4rem;
  background-repeat: no-repeat;
}
.question_panel .list .item .num.num1 {
  background-image: ;
  background-size: 1.1rem 1rem;
}
.question_panel .list .item .num.num2 {
  background-image: ;
  background-size: 100% 100%;
}
.question_panel .list .item .num.num3 {
  background-image: ;
  background-size: 100% 100%;
}
.question_panel .list .item .num.num4 {
  background-image: ;
  background-size: 100% 100%;
}
.question_panel .list .item .num.num5 {
  background-image: ;
  background-size: 100% 100%;
}
.question_panel .list .item .num.num6 {
  background-image: ;
  background-size: 100% 100%;
}
.question_panel .list .item .num.num7 {
  background-image: ;
  background-size: 100% 100%;
}
.tool_panel {
  padding-top: 0.6rem;
  height: 14.45rem;
  background:  no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tool_panel .title {
  display: block;
  height: 1.8rem;
  margin: 0 auto;
}
.tool_panel .list {
  margin: 0.8rem 0.6rem 0;
  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;
  padding: 0.9rem 0.9rem 0.25rem;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(179, 194, 210, 0.3);
  box-shadow: 0 0 6px rgba(179, 194, 210, 0.3);
}
.tool_panel .list .item {
  width: 50%;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tool_panel .list .item .img {
  height: 1.05rem;
  margin-right: 0.4rem;
}
.tool_panel .list .item .img3 {
  margin-left: -0.3rem;
}
.tool_panel .list .item .info .name {
  font-size: 0.6rem;
  color: #474747;
}
.tool_panel .list .item .info .txt {
  padding-top: 2px;
  font-size: 0.55rem;
  color: #a9a9a9;
}
.tool_panel .list .item:nth-child(odd) {
  width: 56%;
}
.tool_panel .list .item:nth-child(even) {
  width: 44%;
}
.tool_panel .list .item2 {
  display: block;
  width: 100% !important;
  color: #ff680c;
  text-align: center;
  font-size: 0.55rem;
  text-decoration: underline;
}
.bottomform_panel {
  height: 18.525rem;
  padding-top: 1rem;
  background:  no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottomform_panel .title {
  display: block;
  width: 14.8rem;
  height: 1.8rem;
  margin: 0 auto;
}
.bottomform_panel .tip {
  padding: 0.5rem 0 0.75rem;
  line-height: 0.65rem;
  font-size: 0.65rem;
  color: #ddebff;
  text-align: center;
}
.bottomform_panel .form_box {
  width: 12rem;
  margin: 0 auto;
}
.bottomform_panel .form_box .form_item {
  background-color: #fff;
  border-radius: 5px;
}
.bottomform_panel .form_box .submit_btn {
  margin-top: 0.8rem;
}
.bottomform_panel .w_href {
  margin-top: 0.4rem;
  padding: 5px 0;
  text-align: center;
  color: #46ff99;
  text-decoration: underline;
  font-size: 0.55rem;
}
.bottomform_panel .w_href a{
 color: #46ff99;
}