/*顶部标题*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
nav ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
w del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}
.top_title_box {
  padding: 0 0.3rem;
  height: 0.88rem;
  line-height: 0.88rem;
  border: 1px solid #f0f0f0;
  font-size: 0;
  text-align: center;
  margin: 0 -2px;
  position: relative;
  background-color: #f9f9f9;
}
.top_title_box .top-back-icon {
  font-size: 24px;
  position: absolute;
  left: 0;
  display: inline-block;
  height: 0.88rem;
  width: 0.88rem;
  line-height: 0.88rem;
}
.top_title_box .top_title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  color: #2399eb;
}
.top_title_box .top_register_btn {
  font-size: 13px;
  color: #2399eb;
  float: right;
}
.top_title_box2 {
  padding: 0 0.3rem;
  height: 0.88rem;
  line-height: 0.88rem;
  border: 1px solid #f0f0f0;
  font-size: 0;
  text-align: center;
  margin: 0 -2px;
  position: relative;
  background-color: #f9f9f9;
}
.top_title_box2 .top-back-icon {
  font-size: 24px;
  position: absolute;
  left: 0;
  display: inline-block;
  height: 0.88rem;
  width: 0.88rem;
  line-height: 0.88rem;
}
.top_title_box2 .top_title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  color: #2399eb;
}
.top_title_box2 .top_register_btn {
  font-size: 13px;
  color: #2399eb;
  float: right;
}
/*顶部标题*/
/*小标题*/
.title_base {
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  font-size: 15px;
  color: #333333;
  margin-top: 0.2rem;
  background-color: #fff;
}
.title-icon {
  background-color: #2399eb;
  width: 0.1rem;
  height: 13px;
  margin-right: 0.2rem;
  display: inline-block;
}
.title,
.banner,
.exper_type_bar {
  background-color: #fff;
}
/*小标题*/
/*头部公共导航栏样式*/
/*头部公共导航栏样式*/
/*底部导航栏*/
html,
body {
  margin: 0;
  padding: 0;
  /*  height: 100%;*/
  -webkit-overflow-scrolling: touch;
}
/*base*/
.html_box {
  /*min-height:100%;
	height: auto !important;
	height: 100%; /*IE6不识别min-height*/
  position: relative;
  background-color: #efeff3;
  width: 100%;
  overflow: hidden;
}
.html_box .more {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  float: right;
  font-weight: normal;
}
.html_box .more i {
  font-size: 12px;
}
/*base*/
/*底部导航栏*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  height: 1%;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
  out-line: none;
}
/* 重置链接a标签 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="number"],
select,
button {
  -webkit-appearance: none;
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.centerbox {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shadow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
}
#call_meiyi {
  position: fixed;
  right: 0;
  bottom: 1.4rem;
  width: 0.8rem;
  height: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #f81717;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  opacity: 0.8;
  padding: 2px;
  z-index: 999999;
}
#call_meiyi .icon-1234 {
  margin: 0.2rem 0 0.1rem 0;
  font-size: 25px;
  display: block;
  text-align: center;
}
#call_box {
  position: fixed;
  background-color: #fff;
  padding: 0.5rem;
  z-index: 999999;
  font-size: 14px;
  width: 67.2%;
}
#call_box p {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 0.5rem;
}
#call_box .phone_call,
#call_box .chat_call {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #f0f0f0;
}
#call_box .phone_call {
  color: #0096E0;
  border-color: #0096E0;
  margin-bottom: 10px;
}
#call_box .chat_call {
  color: #0CC17A;
  border-color: #0CC17A;
}
#call_box .icon {
  vertical-align: middle;
  margin-right: 0.2rem;
}
.icon-collection2 {
  color: #dd3a4e;
}
.top_call {
  color: #000;
  position: absolute;
  display: inline-block;
  top: 0rem;
  right: 0rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.4rem;
  z-index: 1;
}
.top_call:before {
  line-height: 1rem;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.btn {
  background: #2399EB;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
}
.btn:disabled {
  background: #ccc;
}
@keyframes lds-spinner {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 54px;
  position: absolute;
  animation: lds-spinner linear 1s infinite;
  background: #fdfdfd;
  width: 12px;
  height: 12px;
  border-radius: 40%;
  transform-origin: 6px 46px;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.91666667s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.83333333s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.66666667s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.58333333s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.41666667s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.33333333s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666667s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.lds-spinner {
  width: 200px !important;
  height: 200px !important;
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
body {
  background: #F5FAFE;
}
body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.main {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
}
.main .top {
  position: relative;
}
.main .top .flag {
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-38px);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  z-index: 100;
}
.main .option_warp {
  margin-top: 0.3rem;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.main .option_warp .option_item {
  -ms-flex: 0 0 1.68rem;
      flex: 0 0 1.68rem;
  margin-right: 0.5rem;
  margin-bottom: 0.24rem;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  font-size: 14px;
  color: #898989;
  height: 0.64rem;
  text-align: center;
  line-height: 0.64rem;
  box-sizing: border-box;
}
.main .option_warp .black {
  color: #000;
}
.main .option_warp .selected {
  border: 1px solid #1CA9FF;
  color: #1CA9FF;
}
.main .option_warp .other_text {
  -ms-flex: 0 0 6rem;
      flex: 0 0 6rem;
  border: 1px solid #1CA9FF;
  border-radius: 4px;
  text-indent: 15px;
  height: 0.64rem;
  line-height: 0.64rem;
}
.main .option_selelt_warp {
  position: relative;
}
.main .option_selelt_warp .option_selelt {
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  background: #fff;
  color: #898989;
}
.main .option_selelt_warp .icon-Shape {
  position: absolute;
  right: 16px;
  color: #C3C3C3;
  font-size: 10px;
  bottom: 14px;
}
.main .option_selelt_warp .black {
  color: #000;
}
.main .input_warp {
  text-align: center;
}
.main .input_warp .input_title {
  font-weight: 600;
  font-size: 16px;
}
.main .input_warp .desc {
  font-size: 12px;
  margin: 10px 0;
}
.main .input_warp .input .error_tips {
  position: relative;
  top: -8px;
}
.main .input_warp .input .phone {
  width: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  height: 35px;
  line-height: 35px;
  text-indent: 10px;
  margin: 5px 0 16px 0;
  outline: none;
}
.main .input_warp .input .vcode_warp {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  padding: 7px 0;
}
.main .input_warp .input .vcode_warp .vcode {
  outline: none;
  text-indent: 10px;
  border: none;
  -ms-flex: 1;
      flex: 1;
}
.main .input_warp .input .vcode_warp .getvcode_btn {
  -ms-flex: 0 0 1rem;
      flex: 0 0 1rem;
  color: #42C4FE;
  background: #fff;
  border-left: 1px solid #DCDCDC;
}
.main .input_warp .sumbit_btn {
  outline: none;
  background-image: linear-gradient(223deg, #4FD5FF 0%, #2AB8FF 45%, #139EFF 100%);
  border-radius: 20px;
  width: 4rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  border: none;
  font-size: 20px;
}
.warps {
  background: #FFF;
  position: relative;
  top: -38px;
  margin: 0 0.16rem;
  border-radius: 6px;
}
.warp:first-child {
  padding-top: 45px;
}
.warp {
  padding: 0.22rem 0.3rem 0.3rem 0.3rem;
  background: #FFF;
  box-shadow: 2px 2px 3px 0 rgba(176, 176, 176, 0.5);
  border-radius: 6px;
  margin-bottom: 0.16rem;
}
.herf {
  display: block;
  height: 100%;
}
.group {
  position: relative;
  top: -40px;
  padding: 0.36rem 0.6rem 0.44rem 0.6rem;
}
.error_tips {
  text-align: left;
  color: #DF3854;
}
.result_warp .step_warp {
  padding: 0.6rem 0;
}
.result_warp .step_warp .step_num {
  display: inline-block;
  background: #42C4FE;
  font-size: 14px;
  color: #FFF;
  position: absolute;
  top: -3px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  left: 5px;
}
.result_warp .step_warp .code_warp {
  font-size: 26px;
  color: #DF3854;
  text-align: center;
  position: relative;
  height: 75px;
  box-sizing: border-box;
  padding: 12px 0;
}
.result_warp .step_warp .code_warp:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  border-left: 4px dotted #42C4FE;
}
.result_warp .step_warp .step_title {
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #222222;
}
.result_warp .step_warp .step_desc {
  font-size: 14px;
  color: #868686;
  line-height: 20px;
}
.result_warp .step_warp .code_img {
  display: block;
  margin: 0.3rem auto 0 auto;
}
.result_warp .step_warp .btn-copy {
  padding: 0.2rem 0rem;
  width: 2.5rem;
  border-radius: 8px;
  color: #51C5FC;
  text-align: center;
  border: 1px solid #51C5FC;
}
.result_warp .top .flag {
  bottom: -10px;
}
.result_warp .warps {
  top: 0;
}
.result_warp .warp:first-child {
  padding: 0;
  margin-bottom: 0.3rem;
}
.result_warp .tips {
  padding: 0 0.3rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  color: #222222;
  box-sizing: border-box;
  height: 1.28rem;
  line-height: 1.28rem;
}
.result_warp .tips .icon-pass {
  color: #09BB07;
  font-size: 0.6rem;
  display: inline-block;
  position: relative;
  top: 0.12rem;
  margin-right: 8px;
}
.group_title {
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}
.group_title:after {
  content: '';
  display: inline-block;
  position: relative;
  height: 1px;
  width: 0.3rem;
  top: -5px;
  background-image: linear-gradient(to left, rgba(55, 194, 255, 0.19), #35c1ff);
}
.group_title:before {
  content: '';
  display: inline-block;
  position: relative;
  height: 1px;
  top: -5px;
  width: 0.3rem;
  background-image: linear-gradient(to right, rgba(55, 194, 255, 0.19), #35c1ff);
}
.red {
  color: #DF3854;
}
.wrap {
  padding: 0.22rem 0.3rem 0.3rem 0.3rem;
  background: #FFF;
  border-radius: 6px;
  margin-bottom: 0.16rem;
}
.copyright {
  color: #999999;
}
.copyright p {
  margin: 0.1rem 0;
  text-align: center;
}
.warps-new {
  width: 5.5rem;
  margin: 0.6rem auto;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}
.warps-new .qrcode {
  width: 100%;
  height: 7rem;
  text-align: center;
  background: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
}
.warps-new .qrcode .code-img {
  display: inline-block;
  width: 3rem;
  margin-top: 1rem;
}
.warps-new .qrcode .code-img img {
  width: 3rem;
  height: 3rem;
  border: 2px solid #68CFFF;
}
.warps-new .qrcode .code-img .wx-num {
  position: relative;
  color: #999;
  line-height: 0.3rem;
  text-align: left;
  margin-top: 0.2rem;
}
.warps-new .qrcode .code-img .wx-num .copy {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.1rem;
  background: #999;
  color: #fff;
  border-radius: 1rem;
  font-size: 0.16rem;
}
.warps-new .qrcode .group-text {
  position: relative;
  width: 100%;
  height: 0.65rem;
  line-height: 0.65rem;
  background: #68CFFF;
  color: #fff;
  margin-top: 0.4rem;
}
.warps-new .qrcode .group-text:before {
  content: '';
  position: absolute;
  left: -0.44rem;
  top: 0.1rem;
  width: 0.59rem;
  height: 0.64rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABACAYAAACa5WD/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDRCOEQxQkNFNDhFMTFFODg1NENBNzg2MzYxMDg4RjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDRCOEQxQkRFNDhFMTFFODg1NENBNzg2MzYxMDg4RjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNEI4RDFCQUU0OEUxMUU4ODU0Q0E3ODYzNjEwODhGNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNEI4RDFCQkU0OEUxMUU4ODU0Q0E3ODYzNjEwODhGNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqPLvEcAAAJKSURBVHja7Jw7S11BFEZH4yNCoo2dWEiUQKqIlSEopLCwEixEgog2Eki0EcFGEMQgBEEstEoiimihP0AQkQQFTdBGQ0gUEYJNIPEBig+u3+acX3Bh73tmzrdgYecMqxjHe2cmL5PJuGxp/nItP7L/BcnjDn6DW/AH/AmP4L/YrClw5BIuwyW4Bv9rDJLm0L/hB7gAT7UHS2PoAzgC5+Ct1aBpCi1/UMbgKLyyHjwtoXfha7ifqwnkpyDyJ1ify8ihh5Zt5zvYnYulIi1Lh+yHu+BsUiZUEGjktnhfnBhCXDoGkhY5xNBTcDyJEwsp9AbsS+rkQgl9ATvgDUPrMggPkzzBEELvxmuzY2hd+uMtHUMrsg5XfZio76Hf+zJRn0PL10wrDK3PZ+fR95W+hpbA8z5N2NfQ3+ExQ+uz5tuEfQ29ztA2fGVoff44g3MYDB0dfHEMrc8vhrbhL0PbcMbQNlwwNAkq9COGtqGUoW0oZ2gbahjahmqGtqECljG0DS8Z2oYGhrbhFUPbUAcrGVqfPNjO0DZ0x8EZWpmnsImhbRhkaBsafdmBhPB5tLxQ8ICh9amFbxjaBnmxoIqh9Xnsovc3ChlanxdwgqFtkLW6l6FtkCvKrQytj2z1Fl10k5ahDWLPwLcMrY984DQJP8KHDK2PvESzCZ8xtD7P4Q4chsUMrUsRHIJ7sNMZP3OUxkOOT1x0GVQeee1xRkcX0nyaVA7iTMOT+N/3Fs3ofG3XuRIXvfIoynMU27HyIKHcN5eLo+exl9kOci/AABL0Xm2PgTX2AAAAAElFTkSuQmCC) no-repeat;
  background-size: cover;
  transform: rotateY(180deg);
}
.warps-new .qrcode .group-text:after {
  content: '';
  position: absolute;
  right: -0.42rem;
  top: 0.1rem;
  width: 0.59rem;
  height: 0.64rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABACAYAAACa5WD/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDRCOEQxQkNFNDhFMTFFODg1NENBNzg2MzYxMDg4RjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDRCOEQxQkRFNDhFMTFFODg1NENBNzg2MzYxMDg4RjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNEI4RDFCQUU0OEUxMUU4ODU0Q0E3ODYzNjEwODhGNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNEI4RDFCQkU0OEUxMUU4ODU0Q0E3ODYzNjEwODhGNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqPLvEcAAAJKSURBVHja7Jw7S11BFEZH4yNCoo2dWEiUQKqIlSEopLCwEixEgog2Eki0EcFGEMQgBEEstEoiimihP0AQkQQFTdBGQ0gUEYJNIPEBig+u3+acX3Bh73tmzrdgYecMqxjHe2cmL5PJuGxp/nItP7L/BcnjDn6DW/AH/AmP4L/YrClw5BIuwyW4Bv9rDJLm0L/hB7gAT7UHS2PoAzgC5+Ct1aBpCi1/UMbgKLyyHjwtoXfha7ifqwnkpyDyJ1ify8ihh5Zt5zvYnYulIi1Lh+yHu+BsUiZUEGjktnhfnBhCXDoGkhY5xNBTcDyJEwsp9AbsS+rkQgl9ATvgDUPrMggPkzzBEELvxmuzY2hd+uMtHUMrsg5XfZio76Hf+zJRn0PL10wrDK3PZ+fR95W+hpbA8z5N2NfQ3+ExQ+uz5tuEfQ29ztA2fGVoff44g3MYDB0dfHEMrc8vhrbhL0PbcMbQNlwwNAkq9COGtqGUoW0oZ2gbahjahmqGtqECljG0DS8Z2oYGhrbhFUPbUAcrGVqfPNjO0DZ0x8EZWpmnsImhbRhkaBsafdmBhPB5tLxQ8ICh9amFbxjaBnmxoIqh9Xnsovc3ChlanxdwgqFtkLW6l6FtkCvKrQytj2z1Fl10k5ahDWLPwLcMrY984DQJP8KHDK2PvESzCZ8xtD7P4Q4chsUMrUsRHIJ7sNMZP3OUxkOOT1x0GVQeee1xRkcX0nyaVA7iTMOT+N/3Fs3ofG3XuRIXvfIoynMU27HyIKHcN5eLo+exl9kOci/AABL0Xm2PgTX2AAAAAElFTkSuQmCC) no-repeat;
  background-size: cover;
}
.warps-new .warning {
  width: 5.5rem;
  margin: 0 auto;
  background: #EBEBEB;
  border-radius: 0 0 0.2rem 0.2rem ;
}
.warps-new .warning p {
  line-height: 0.26rem;
  font-size: 0.24rem;
  padding: 0.3rem 1rem;
  color: #999;
  text-align: left;
}
body {
  margin: 0 auto !important;
}

/*# sourceMappingURL=country.5ffd9b4ed78d545dc38c.css.map*/