@charset "utf-8";
@media (min-width: 300px) {
  html {
    font-size: 300px/375*100;
  }
}
@media (min-width: 310px) {
  html {
    font-size: 310px/375*100;
  }
}
@media (min-width: 320px) {
  html {
    font-size: 320px/375*100;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 360px/375*100;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 375px/375*100;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 384px/375*100;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 400px/375*100;
  }
}
@media (min-width: 412px) {
  html {
    font-size: 412px/375*100;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 414px/375*100;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 424px/375*100;
  }
}
@media (min-width: 450px) {
  html {
    font-size: 450px/375*100;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 480px/375*100;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 540px/375*100;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 600px/375*100;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 640px/375*100;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 720px/375*100;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 750px/375*100;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 768px/375*100;
  }
}
/*css 初始化 */
html {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  font-size: 0.12rem;
  background: #fff;
  width: 3.75rem;
  margin: 0 auto;
  padding: 0;
  margin-top: 0.6rem;
}
hr {
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
}
html,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
/*各浏览器显示不同，去掉蓝色边框*/
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
}
/*统一组合框的默认样式*/
select,
input,
button {
  vertical-align: middle;
  outline: none;
}
select,
input,
textarea {
  margin: 0;
  border: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
/*防止拖动 影响布局*/
textarea {
  resize: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*去掉行内替换元素空白缝隙*/
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
/*清除浮动*/
.clearfix:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  color: #666;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:hover {
  color: #417df8;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
.w {
  margin: 0 0.14rem;
}
.l {
  float: left;
}
.r {
  float: right;
}
.Theme-bgc {
  background-color: #0095ff;
}
.Theme-bgc-gray {
  background-color: #dadada;
}
.ThemeColor {
  color: #0095ff !important;
}
.ThemeColor-gray {
  color: #9197A0;
}
.tabBanner-bgc {
  background-color: #fff;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
}
header ul.tabBanner {
  height: 0.6rem;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  align-items: center;
}
header ul.tabBanner li {
  flex: 1;
  float: left;
  height: 100%;
}
header ul.tabBanner li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #dadada;
  font-size: 0.12rem;
  padding-top: 0.1rem;
}
header ul.tabBanner li a img {
  width: 0.22rem;
  height: 0.22rem;
  display: inline-block;
}
.btnC {
  width: 3.45rem;
  height: 0.5rem;
  font-size: 0.22rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  color: #ffffff;
  margin-top: 0.3rem;
}
.backIcon {
  width: 0.23rem;
  height: 0.19rem;
  background: url("/swft-v3/swft-v3-m/images/Back@3x.png") no-repeat;
  -webkit-background-size: 0.23rem 0.19rem !important;
  background-size: 0.23rem 0.19rem;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}
.backIcon-close {
  width: 0.3rem;
  height: 0.3rem;
  background: url("/swft-v3/swft-v3-m/images/Close_Black@3x.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}
.tipIcon {
  width: 0.2rem;
  height: 0.2rem;
  background: url("/swft-v3/swft-v3-m/images/tip.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  cursor: pointer;
}
.backIcon_white {
  width: 0.23rem;
  height: 0.19rem;
  background: url("/swft-v3/images/Back-white.png") no-repeat;
  -webkit-background-size: 0.23rem 0.19rem !important;
  background-size: 0.23rem 0.19rem;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}
.fontColor {
  color: #6b737f;
  font-weight: 700;
}
.fontColor_000 {
  color: #000;
  font-weight: 700;
}
.fs_14 {
  font-size: 0.14rem !important;
}
.fs_16 {
  font-size: 0.16rem !important;
}
.fs_18 {
  font-size: 0.18rem !important;
}
.fs_20 {
  font-size: 0.2rem !important;
}
.fs_22 {
  font-size: 0.22rem !important;
}
.fs_24 {
  font-size: 0.24rem !important;
}
.mt_10 {
  margin-top: 0.1rem !important;
}
.mtb_10 {
  margin: 0.1rem 0 !important;
}
.next {
  width: 0.23rem;
  height: 0.23rem;
  background: url("/swft-v3/images/next.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: inline-block;
  float: right;
}
.prev {
  width: 0.23rem;
  height: 0.23rem;
  background: url("/swft-v3/images/prev_black.png") no-repeat;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  display: inline-block;
  float: left;
}
.redspan {
  color: #db1b39;
}
.greenspan {
  color: #4dc139 !important;
}
input:focus {
  color: #417df8;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder {
  color: #dadada;
}
.active {
  display: block !important;
}
#cnzz_stat_icon_1271423861 {
  display: none;
}
.layui-m-layerbtn span a {
  display: block !important;
}
.empty-icon {
  width: 0.18rem;
  height: 0.18rem;
  background: url("/swft-v3/images/Clear@3x.png") no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  display: none;
}
.show_inline {
  display: inline-block !important;
}
.show_block {
  display: block !important;
}
.hide {
  display: none !important;
}
body .kyc,
body .kyc_img,
body .kyc_result {
  width: 100%;
  height: 100%;
}
body .kyc .top,
body .kyc_img .top,
body .kyc_result .top {
  width: 3.75rem;
  height: 0.6rem;
  line-height: 0.6rem;
  position: absolute;
  background-color: #ffffff;
  text-align: center;
}
body .kyc .top span,
body .kyc_img .top span,
body .kyc_result .top span {
  width: 2.75rem;
  display: block;
  font-size: 0.18rem;
  font-weight: 900;
  text-align: center;
}
body .kyc .top i.backIcon,
body .kyc_img .top i.backIcon,
body .kyc_result .top i.backIcon {
  display: block;
  margin-left: 0.1rem;
  margin-right: 0.17rem;
  margin-top: 0.2rem;
}
body .kyc .top span {
  width: 3.75rem;
  display: block;
  font-size: 0.18rem;
  font-weight: 900;
  text-align: left;
  margin-left: 0.15rem;
}
body .kyc .lang {
  width: 90px;
  height: 100px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 20px;
  margin-top: 10px;
}
body .kyc .lang .selected:hover {
  color: #333;
}
body .kyc .lang .selected {
  text-align: left;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  background: #0095ff;
  width: 100%;
  align-items: center;
  border-radius: 10px;
}
body .kyc .lang .selected .chooseLan {
  padding: 0 9px;
  width: 70%;
  display: inline-block;
  text-align: center;
}
body .kyc .lang .selected .xiala {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: 0px;
  background: url(../../../images/xiala.png) no-repeat;
  background-size: contain;
  transition: all 0.5s;
  position: absolute;
  top: 9px;
}
body .kyc .lang .selected .xialafanzhuan {
  transform: rotate(180deg);
  transition: all 0.5s;
}
body .kyc .lang .list {
  width: auto;
  height: 60px;
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
body .kyc .lang .list li {
  border-radius: 3px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  font-size: 16px;
}
body .kyc .lang .list li:hover {
  background-color: #357ce1;
  color: #fff;
}
body .kyc .lang .list-hidden {
  height: 60px;
  animation: langList 0.5s;
}
body .kyc .kyc_cont {
  width: 100%;
  height: auto;
  padding: 0 0.1rem;
  padding-top: 0.6rem;
}
body .kyc .kyc_cont .tipBuleDiv {
  background: rgba(39, 127, 250, 0.08);
  border-radius: 10px;
  border: 1px solid rgba(140, 188, 255, 0.33);
  position: relative;
  padding: 10px;
}
body .kyc .kyc_cont .tipBuleDiv img {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
}
body .kyc .kyc_cont .tipBuleDiv p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #277FFA;
  line-height: 20px;
  margin-left: 17px;
}
body .kyc .kyc_cont .tipBuleDiv p a {
  color: #FF8624;
  text-decoration: underline;
}
body .kyc .kyc_cont .cont_ {
  height: 0.65rem;
  line-height: 0.3rem;
  border-bottom: solid 1px #CAD1E0;
  margin-top: 0.2rem;
}
body .kyc .kyc_cont .cont_ .cont_title {
  width: 100%;
  font-size: 0.16rem;
  color: #243251;
}
body .kyc .kyc_cont .cont_ .cont_input {
  width: 3.2rem;
  height: 0.25rem;
  font-size: 0.16rem;
  color: #243251;
  background-color: #fff;
}
body .kyc .kyc_cont .cont_ .cont_input::placeholder {
  color: #BBC2D0;
}
body .kyc .kyc_cont .cont_ .i_click_div {
  display: inline-block;
  margin-left: 0.15rem;
}
body .kyc .kyc_cont .cont_ .next {
  width: 0.12rem;
  height: 0.2rem;
  background: url("../../images/next_blue.png") no-repeat;
  -webkit-background-size: 0.12rem 0.2rem;
  background-size: 0.12rem 0.2rem;
  display: block;
}
body .kyc .kyc_cont .addressDiv {
  border: none;
  height: auto;
}
body .kyc .kyc_cont .addressDiv .address_ul {
  width: 100%;
  height: auto;
}
body .kyc .kyc_cont .addressDiv .address_ul .iteam {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
body .kyc .kyc_cont .addressDiv .address_ul .iteam .leftpart {
  display: flex;
  border-radius: 13px;
  border: 1px solid #2785FF;
  margin-right: 15px;
  line-height: 30px;
  align-items: center;
  padding: 0 5px;
  flex: 0.35;
  justify-content: space-between;
}
body .kyc .kyc_cont .addressDiv .address_ul .iteam .leftpart span {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2785FF;
  line-height: 16px;
  margin-right: 8px;
}
body .kyc .kyc_cont .addressDiv .address_ul .iteam .rightPart {
  border-bottom: solid 1px #CAD1E0;
  display: flex;
  flex: 1;
}
body .kyc .kyc_cont .addressDiv .address_ul .iteam .rightPart .addressInput {
  font-size: 0.16rem;
  color: #243251;
  height: 35px;
  width: auto;
  flex: 1;
}
body .kyc .kyc_cont .addressDiv .address_ul .iteam .rightPart img {
  width: 28px;
  height: 28px;
}
body .kyc .tip_div {
  padding: 0.2rem 0.2rem;
  text-align: left;
  font-weight: 600;
}
body .kyc .tip_div p {
  line-height: 0.2rem;
  color: #818C9A;
  font-size: 0.1rem;
  margin-bottom: 10px;
  font-family: "Source Han Sans CN";
}
body .kyc .tip_div p:nth-child(1) {
  color: #2786FF;
  font-size: 0.12rem;
  margin-bottom: 15px;
  margin-top: 20px;
}
body .kyc .tip_div p img {
  width: 0.9rem;
}
body .kyc .next_btn {
  width: 3.15rem;
  height: 0.4rem;
  background-color: #2786FF;
  border-radius: 0.4rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.2rem;
  line-height: 0.4rem;
  margin: 0.6rem 0.3rem;
}
body .modal {
  margin-top: 0 !important;
}
body .modal .modal-dialog {
  margin-top: 4.5rem;
}
body .modal .modal-dialog.country_dialog {
  margin-top: 3rem;
}
body .modal .modal-dialog.chain_dialog {
  margin-top: 3.3rem;
}
body .modal .modal-dialog .modal-header {
  border-bottom: none;
  padding: 0;
}
body .modal .modal-dialog .modal-header.search_body {
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #F4F9FF;
}
body .modal .modal-dialog .modal-header #searchId {
  width: 60%;
  text-align: center;
  background-color: #F4F9FF;
  color: #BBC2D0;
  margin-left: 20%;
}
body .modal .modal-dialog .modal-header #searchId::placeholder {
  color: #BBC2D0;
}
body .modal .modal-dialog .modal-header .search_span {
  width: 20%;
  color: #0095ff;
  text-align: center;
}
body .modal .modal-dialog .modal-body {
  padding: 0 15px;
}
body .modal .modal-dialog .modal-body.country_body {
  padding-top: 15px;
}
body .modal .modal-dialog .modal-body .modalBody#country_list {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  overflow-y: auto;
}
body .modal .modal-dialog .modal-body .modalBody#chain_list {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  overflow-y: auto;
}
body .modal .modal-dialog .modal-body .modalBody .country_p {
  width: 100%;
  height: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  text-align: center;
  color: #BBC2D0;
}
body .modal .modal-dialog .modal-body .modalBody .country_p:hover,
body .modal .modal-dialog .modal-body .modalBody .country_p:focus,
body .modal .modal-dialog .modal-body .modalBody .country_p.active {
  background-color: #F4F9FF;
  color: #243251;
}
body .modal .modal-dialog .modal-body .modalBody .card_p {
  width: 100%;
  height: 0.5rem;
  font-size: 0.14rem;
  line-height: 0.5rem;
  text-align: center;
  color: #243251;
  border-bottom: solid 1px #E4ECFF;
}
body .modal .modal-dialog .modal-body .modalBody .btn-start {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 0.4rem;
  font-size: 0.22rem;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  color: #ffffff;
  margin-top: 0.3rem;
}
body .kyc_img {
  background-color: #f2f3f7;
}
body .kyc_img .kyc_img_cont {
  width: 100%;
  height: auto;
  padding: 0 0.1rem;
  padding-top: 0.6rem;
}
body .kyc_img .kyc_img_cont .cont_ {
  width: 100%;
  height: 1.1rem;
  padding: 0.1rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin: 0.2rem 0;
}
body .kyc_img .kyc_img_cont .cont_ .left_word {
  width: 1.675rem;
  height: 100%;
}
body .kyc_img .kyc_img_cont .cont_ .left_word p.p_1 {
  color: #333333;
  font-size: 110%;
  width: 100%;
  height: 0.3rem;
}
body .kyc_img .kyc_img_cont .cont_ .left_word p.p_2 {
  color: #C0BFC0;
  font-size: 0.12rem;
  width: 100%;
  height: 0;
}
body .kyc_img .kyc_img_cont .cont_ .left_word label {
  width: 0.6rem;
  height: 0.2rem;
  line-height: 0.2rem;
  border-radius: 0.2rem;
  background-color: #008AFF;
  color: #fff;
  margin-top: 0.4rem;
}
body .kyc_img .kyc_img_cont .cont_ .left_word label.bingo_upload {
  background-color: #fff;
  color: #00AA00;
  border: 1px solid #00AA00;
}
body .kyc_img .kyc_img_cont .cont_ .left_word label p {
  font-size: 10px;
  text-align: center;
}
body .kyc_img .kyc_img_cont .cont_ .left_word input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}
body .kyc_img .kyc_img_cont .cont_ .right_img {
  width: 1.675rem;
  height: 100%;
  position: relative;
}
body .kyc_img .kyc_img_cont .cont_ .right_img .localImag_div {
  width: 1.2rem;
  height: 0.7rem;
  background: url("../../../images/my/positive.png") no-repeat;
  -webkit-background-size: 1.2rem 0.7rem !important;
  background-size: 1.2rem 0.7rem !important;
  margin: 0.1rem 0.2rem;
  display: flex;
  justify-content: center;
}
body .kyc_img .kyc_img_cont .cont_ .right_img .localImag_div#localImag_2 {
  background: url("../../../images/my/Negative.png") no-repeat;
}
body .kyc_img .kyc_img_cont .cont_ .right_img .localImag_div#localImag_3 {
  background: url("../../../images/my/Handheld_card.png") no-repeat;
}
body .kyc_img .kyc_img_cont .cont_ .right_img img {
  width: 100%;
}
body .kyc_img .kyc_img_cont .cont_ .right_img .number {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0.15rem 0;
}
body .kyc_img .kyc_img_cont .cont_ .right_img .number span {
  width: 0.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #fafbff;
  border-radius: 11px;
  border: 1px solid #bfdbff;
  font-family: DIN Alternate;
  color: #2786ff;
  font-size: 0.24rem;
  font-weight: bold;
}
body .kyc_img .kyc_img_cont .tip_div p {
  line-height: 0.2rem;
  color: #818C9A;
  font-size: 0.1rem;
}
body .kyc_img .kyc_img_cont .tip_div p:nth-child(1) {
  color: #272636;
  font-size: 0.12rem;
}
body .kyc_img .next_btn {
  width: 3.15rem;
  height: 0.4rem;
  background-color: #2786FF;
  border-radius: 0.4rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.2rem;
  line-height: 0.4rem;
  margin: 0.5rem 0.3rem;
}
body .kyc_result {
  width: 100%;
  height: auto;
}
body .kyc_result .kyc_result_cont {
  width: 100%;
  height: auto;
  padding-top: 0.6rem;
}
body .kyc_result .kyc_result_cont .ok_cont img.status_img,
body .kyc_result .kyc_result_cont .wait_cont img.status_img {
  width: 2.75rem;
  height: 2.23rem;
  margin: 0.5rem;
}
body .kyc_result .kyc_result_cont .ok_cont .word_part,
body .kyc_result .kyc_result_cont .wait_cont .word_part {
  width: 2.8rem;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
body .kyc_result .kyc_result_cont .ok_cont .word_part i,
body .kyc_result .kyc_result_cont .wait_cont .word_part i {
  width: 0.2rem;
  height: 0.2rem;
  -webkit-background-size: 0.2rem !important;
  background-size: 0.2rem !important;
  display: inline-block;
  margin: 0 0.1rem;
  position: relative;
  top: 0.02rem;
}
body .kyc_result .kyc_result_cont .ok_cont .word_part i.done_img,
body .kyc_result .kyc_result_cont .wait_cont .word_part i.done_img {
  background: url("../../../images/my/done.png");
}
body .kyc_result .kyc_result_cont .ok_cont .word_part i.wait_img,
body .kyc_result .kyc_result_cont .wait_cont .word_part i.wait_img {
  background: url("../../../images/my/wait.png");
}
body .kyc_result .kyc_result_cont .ok_cont .word_part p,
body .kyc_result .kyc_result_cont .wait_cont .word_part p {
  font-size: 0.2rem;
  display: inline-block;
}
body .kyc_result .kyc_result_cont .ok_cont .word_part p.detail_word,
body .kyc_result .kyc_result_cont .wait_cont .word_part p.detail_word {
  display: inline-block;
  width: 100%;
  color: #999999;
}
body .kyc_result .kyc_result_cont .ok_cont .submitAgainText,
body .kyc_result .kyc_result_cont .wait_cont .submitAgainText {
  color: #818C9A;
  margin-top: 12px;
  font-size: 0.14rem;
}
body .kyc_result .kyc_result_cont .ok_cont .submitAgain_btn,
body .kyc_result .kyc_result_cont .wait_cont .submitAgain_btn {
  width: 3rem;
  height: 0.5rem;
  background-color: #2786FF;
  border-radius: 0.4rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.2rem;
  line-height: 0.4rem;
  margin: 0.2rem auto;
}
body .kyc_result .kyc_result_cont .ok_cont .copy,
body .kyc_result .kyc_result_cont .wait_cont .copy {
  width: 80%;
  height: 0.5rem;
  border-radius: 0.2rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  background-color: #008AFFD6;
  color: #fff;
  cursor: pointer;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.5rem;
}
