a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font: 14px/1.5 PingFangSC-Regular, Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent;
  min-height: 100vh;
  scroll-behavior: smooth;
}
.flex-container {
  display: flex;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-space-around {
  justify-content: space-around;
}
.flex-x-center {
  justify-content: center;
}
.flex-y-start {
  align-items: flex-start;
}
.flex-x-end {
  justify-content: flex-end;
}
.flex-y-end {
  align-items: flex-end;
}
.flex-center,
.flex-y-center {
  align-items: center;
}
.flex-center {
  justify-content: center;
}
.layout-vertical {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-block {
  flex-grow: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-fixed {
  flex-shrink: 0;
  flex-grow: 0;
}
a {
  text-decoration: none;
  color: #333;
}
.text-center {
  text-align: center;
}
.block-show {
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.container {
  width: 1180px;
  margin: 0 auto;
}
.logo {
  display: inline-block;
  width: 140px;
  height: 36px;
  background: url(../images/logo.svg) no-repeat 50%;
  background-size: contain;
}
.tips {
  font-size: 12px;
  color: #999;
}
.tools {
  margin-top: 20px;
}
.page-title {
  font-size: 24px;
  color: #333;
  margin: 0 auto 20px;
  font-weight: 700;
  color: #ff6101;
}
.page-title-desp {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  text-align: center;
  text-decoration: none;
}
.btn.btn-register {
  background-image: linear-gradient(270deg, #ff6101 3%, #ff7401 93%);
  border-radius: 44px;
  font-size: 20px;
  color: #fff;
  height: 48px;
  line-height: 1;
}
.form-item {
  height: 48px;
  background: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-item input {
  max-width: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding: 14px 0;
  font-size: 14px;
  color: #333;
  background: transparent;
}
.form-item input::-webkit-input-placeholder {
  color: #999;
}
.form-item input:-ms-input-placeholder {
  color: #999;
}
.form-item input::-ms-input-placeholder {
  color: #999;
}
.form-item input::placeholder {
  color: #999;
}
.form-item:hover {
  background: #fff;
  border-color: #eee;
}
.error {
  color: #d00;
  position: absolute;
  visibility: hidden;
}
.error,
.success {
  font-size: 12px;
  padding: 5px 0;
}
.success {
  color: #19bc38;
}
.custom-checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 6px;
}
.custom-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox input:checked + i {
  background-image: url(../images/icon_check_active.png);
}
.custom-checkbox i {
  display: block;
  width: 12px;
  height: 12px;
  background: url(/icon_check.png) no-repeat 50%;
  background-size: contain;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.icon.icon-see {
  width: 44px;
  height: 44px;
  background: url(../images/icon_see.png) no-repeat 50%;
  background-size: 16px 16px;
}
.icon.icon-see.active {
  background-image: url(../images/icon_see_active.png);
}
.icon.icon-password,
.icon.icon-phone,
.icon.icon-very {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: 50%;
}
.icon.icon-phone {
  background-image: url(../images/icon_phone.png);
  background-size: 16px 16px;
}
.icon.icon-password {
  background-image: url(../images/icon_lock.png);
  background-size: 16px 16px;
}
.icon.icon-very {
  background-image: url(../images/icon_very.png);
  background-size: 16px 16px;
}
.text-btn {
  font-size: 14px;
  color: #ff7401;
  padding: 0 20px;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  min-width: 80px;
  flex-shrink: 0;
  box-sizing: border-box;
  background: transparent;
  border: none;
  outline: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.text-btn:disabled {
  pointer-events: none;
  color: #999;
  cursor: not-allowed;
}
.has-account {
  display: none;
  font-size: 28px;
  color: #333;
  text-align: center;
}
.has-account a {
  color: #ff8a00;
}
@media (max-width: 1080px) {
  body,
  html {
    min-height: 100vh;
  }
  body {
    font-size: 3.2vw;
  }
  main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }
  .container {
    width: 100%;
  }
  .logo {
    width: 26vw;
    height: 8vw;
  }
  .error,
  .tips {
    font-size: 3.2vw;
  }
  .error {
    padding: 0.667vw 0;
  }
  .text-btn {
    font-size: 3.733vw;
    padding: 0 2.667vw;
    min-width: 10.667vw;
  }
  .btn.btn-register {
    height: 13.33333vw;
    display: block;
    line-height: 13.33333vw;
    color: #fff;
    font-size: 3.73333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
    border-radius: 1.06667vw;
    position: relative;
    font-weight: 400;
    background: #ff6101;

    background-image: url(/assets/images/do.png),
      linear-gradient(270deg, #fc8d56 10%, #ff6101);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-title {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }
  .page-title1 {
    font-size: 3.733vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }
  .form-item {
    height: 10.4vw;
    border-radius: 0.8vw;
  }
  .form-item input {
    font-size: 3.733vw;
    padding: 0 1.867vw 0 0;
  }
  .custom-checkbox {
    margin-right: 1.333vw;
  }
  .custom-checkbox i {
    width: 3.2vw;
    height: 3.2vw;
  }
  .icon.icon-see {
    width: 12.267vw;
    height: 10.4vw;
    background-size: 4.267vw 4.267vw;
  }
  .icon.icon-password,
  .icon.icon-phone,
  .icon.icon-very {
    width: 10.4vw;
    height: 10.4vw;
    background-size: 4.267vw 4.267vw;
  }
  .tools {
    margin-top: -0.5vw;
  }
  .has-account {
    display: block;
    font-size: 3.733vw;
    margin-top: 8vw;
  }
}
.styles_navigation__b3eL_ {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
.styles_navigation__b3eL_ .container {
  height: 60px;
}
.styles_navigation__b3eL_ a {
  font-size: 14px;
  color: #333;
  text-align: center;
  display: inline-block;
}
.styles_navigation__b3eL_ a:not(:last-child) {
  margin-right: 55px;
}
.styles_navigation__b3eL_ .download {
  position: relative;
  z-index: 99;
}
.styles_navigation__b3eL_ .download:hover span {
  display: block;
}
.styles_navigation__b3eL_ .download span {
  display: none;
  width: 160px;
  padding: 170px 10px 10px;
  background: url(../images/qrcode.png) no-repeat center 10px;
  background-size: 85%;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.styles_back__1saZ2 {
  fill: #878c9c;
  display: none;
}
@media (max-width: 1080px) {
  .styles_navigation__b3eL_ {
    box-shadow: 0 0 0 1px hsla(0, 0%, 39.2%, 0.1);
    padding: 0 4vw;
  }
  .styles_navigation__b3eL_ .logo {
    display: none;
  }
  .styles_navigation__b3eL_ a {
    font-size: 3.733vw;
    color: #666;
  }
  .styles_navigation__b3eL_ a:not(:last-child) {
    margin-right: 7.333vw;
    display: none;
  }
  .styles_navigation__b3eL_ .container {
    height: 14vw;
  }
  .styles_back__1saZ2 {
    display: block;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.styles_footer__2jx7K {
  background: #f1f1f1;
  padding: 33px 0;
}
.styles_footer__2jx7K,
.styles_footer__2jx7K a {
  color: #999;
}
.styles_footer__2jx7K a {
  display: inline-block;
  margin: 0 10px;
}
.styles_footer__2jx7K p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .styles_footer__2jx7K {
    display: none;
    padding: 4vw;
  }
}
.styles_bar__1Qicw {
  display: none;
  background: #fff;
  box-shadow: 0 -0.533vw 1.6vw 0 rgba(0, 0, 0, 0.08);
  height: 18.667vw;
  box-sizing: border-box;
  padding: 4vw 5.333vw 4vw 9.333vw;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.styles_bar__1Qicw .close {
  position: absolute;
  width: 5.867vw;
  height: 5.867vw;
  background: url(../images/close.png) no-repeat 50%;
  background-size: contain;
  left: 2.667vw;
  top: -2.933vw;
  padding-left: 0;
}
.styles_bar__1Qicw div {
  font-size: 3.733vw;
  color: #666;
  padding-left: 13.867vw;
  background: url(../images/icon_logo.png) no-repeat 0;
  background-size: 10.667vw;
}
.styles_bar__1Qicw div span {
  color: #da0a16;
}
.styles_bar__1Qicw strong {
  font-size: 4.267vw;
  color: #333;
  display: block;
}
.styles_bar__1Qicw a {
  display: flex;
  background: #ff7401;
  border-radius: 5.2vw;
  width: 24vw;
  height: 8.533vw;
  justify-content: center;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  font-size: 3.733vw;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .styles_bar__1Qicw {
    display: flex;
  }
}
.styles_main__S9urJ {
  min-height: 83vh;
}
.styles_main__S9urJ,
.styles_modal__25rDl {
  justify-content: center;
  align-items: center;
}
.styles_modal__25rDl {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1103;
  display: flex;
}
.styles_modal__25rDl > div {
  width: 460px;
  text-align: center;
  background: url(../images/t_h5.png) no-repeat top;
  background-size: contain;
}
.styles_modal__25rDl > div h3 {
  font-size: 32px;
  color: #fff;
  padding: 60px;
}
.styles_modal__25rDl > div a,
.styles_modal__25rDl > div span {
  display: block;
  padding: 20px;
}
.styles_modal__25rDl > div a:first-child,
.styles_modal__25rDl > div span:first-child {
  margin: 200px auto 0;
  padding: 0;
  font-size: 28px;
  border-right: none;
  width: 400px;
  height: 78px;
  line-height: 78px;
  background: url(../images/btn_bg.png) no-repeat top;
  background-size: contain;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #a00000;
}
.styles_modal__25rDl > div a:last-child,
.styles_modal__25rDl > div span:last-child {
  font-size: 24px;
  color: #fff;
  opacity: 0.75;
}
.skip-btn {
  margin-top: -24px;
  text-align: center;
  color: #999;
  font-size: 12px;
}
@media (max-width: 1080px) {
  .styles_main__S9urJ {
    justify-content: flex-start;
    min-height: 86vh;
    align-items: stretch;
    flex-grow: 1;
  }
  .skip-btn {
    margin-top: 0;
    width: 100vw;
    font-size: 4.267vw;
  }
  .styles_modal__25rDl > div {
    width: 64vw;
    padding: 8vw 4vw;
    background: url(../images/t_h5.png) no-repeat top;
    background-size: contain;
  }
  .styles_modal__25rDl > div h3 {
    font-size: 5.267vw;
    padding: 0 0 35vw;
    border-bottom: none;
    color: #fff;
  }
  .styles_modal__25rDl > div a,
  .styles_modal__25rDl > div span {
    margin: 0 auto;
    padding: 2.667vw;
    color: #fff;
  }
  .styles_modal__25rDl > div a:first-child,
  .styles_modal__25rDl > div span:first-child {
    margin-top: 5vw;
    padding: 0;
    font-size: 4.4vw;
    border-right: none;
    width: 64vw;
    height: 12vw;
    line-height: 12vw;
    background: url(../images/btn_bg.png) no-repeat top;
    background-size: contain;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #a00000;
  }
  .styles_modal__25rDl > div a:last-child,
  .styles_modal__25rDl > div span:last-child {
    font-size: 4.4vw;
    opacity: 0.75;
  }
  .styles_modal__25rDl .modal-again {
    background-image: url(../images/t_2.png);
  }
}
.styles_wrapper__7h8hW {
  width: 920px;
  min-height: 460px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  display: flex;
}
.styles_wrapper__7h8hW .tips span {
  color: #666;
  cursor: pointer;
}
.styles_wrapper__7h8hW:before {
  display: block;
  content: "";
  width: 460px;
  min-height: 480px;
  background: url(../images/banner.png) no-repeat 50%;
  background-size: cover;
  flex-shrink: 0;
}
.styles_wrapper__7h8hW .form {
  padding: 36px 50px 0;
}
.styles_wrapper__7h8hW .form .item {
  margin-bottom: 30px;
  position: relative;
}
.styles_wrapper__7h8hW .form .item.err {
  margin-bottom: 10px;
}
.styles_wrapper__7h8hW .form .error {
  left: 0;
  top: 100%;
}
.styles_tips_message__3EbAN {
  padding: 10px 0;
}
.styles_modal__2tU7j {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 4vw;
  z-index: 9999;
  padding: 20vw 4vw 4vw;
  line-height: 1.875;
}
.styles_modal__2tU7j h2 {
  font-size: 4.8vw;
  font-weight: 700;
  margin: 0;
}
.styles_modal__2tU7j h3 {
  font-weight: 700;
  margin: 5.333vw 0 2.667vw;
}
.styles_modal__2tU7j p {
  margin-bottom: 2.667vw;
  color: #666;
}
.styles_modal__2tU7j .close {
  width: 7.467vw;
  height: 7.467vw;
  background: url(../images/i_c.png) no-repeat 50%;
  background-size: contain;
}
.styles_modal__2tU7j .bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4vw;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px hsla(0, 0%, 39.2%, 0.1);
}
@media (max-width: 1080px) {
  .styles_wrapper__7h8hW {
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .styles_wrapper__7h8hW:before {
    display: none;
  }
  .styles_wrapper__7h8hW .form {
    padding: 12.667vw 8vw;
  }
  .styles_wrapper__7h8hW .form .item {
    margin-bottom: 8vw;
  }
}
.styles_wrapper__2zXVB {
  width: 460px;
  min-height: 380px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  display: flex;
}
.styles_wrapper__2zXVB input {
  padding: 0 20px;
}
.styles_wrapper__2zXVB .form {
  padding: 36px 50px;
}
.styles_wrapper__2zXVB .form .item {
  margin-bottom: 30px;
  position: relative;
}
.styles_wrapper__2zXVB .form .item.err {
  margin-bottom: 10px;
}
.styles_wrapper__2zXVB .form .error {
  left: 0;
  top: 100%;
}
.styles_popShow__eCCw- {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1103;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_success__3-FX2 {
  position: relative;
  padding: 55px 22px 22px;
  width: 400px;
  height: 440px;
  background: url(/t_no_word.png) no-repeat 50%;
  background-size: contain;
  text-align: center;
  box-sizing: border-box;
}
.styles_success__3-FX2 h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.styles_success__3-FX2 p {
  font-size: 14px;
  color: #fff;
}
.styles_success__3-FX2 p b {
  color: #ffe848;
}
.styles_success__3-FX2 .styles_adv_word__2PJ9i {
  margin-top: 80px;
  margin-left: 56px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.styles_success__3-FX2 a {
  color: #fff;
  font-size: 12px;
}
.styles_success__3-FX2 .auth {
  margin: 100px auto 0;
  width: 268px;
  height: 76px;
  line-height: 76px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #a00000;
  background: url(../images/btn_bg.png) no-repeat 50%;
  background-size: contain;
  cursor: pointer;
  display: block;
}
@media (max-width: 1080px) {
  .styles_wrapper__2zXVB {
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .styles_wrapper__2zXVB input {
    padding: 0 2.667vw;
  }
  .styles_wrapper__2zXVB .form {
    padding: 8vw 8vw 0;
  }
  .styles_wrapper__2zXVB .form .item {
    margin-bottom: 8vw;
  }
  .styles_success__3-FX2 {
    width: 74vw;
    height: 90vw;
    background-image: url(../images/t_no_word.png);
    padding: 9.2vw 4vw 4vw;
  }
  .styles_success__3-FX2 h2 {
    font-size: 4.8vw;
    margin-bottom: 1.333vw;
  }
  .styles_success__3-FX2 p {
    font-size: 3.733vw;
  }
  .styles_success__3-FX2 .styles_adv_word__2PJ9i {
    margin-top: 16.8vw;
    margin-left: 8vw;
    width: 32.4vw;
    text-align: center;
    color: #fff;
    font-size: 2.8vw;
  }
  .styles_success__3-FX2 .styles_btn_box__3hiAY {
    margin-top: 18vw;
  }
  .styles_success__3-FX2 a {
    color: #fff;
    opacity: 0.75;
  }
  .styles_success__3-FX2 .auth {
    margin-top: 4vw;
    width: 56vw;
    height: 14.133vw;
    line-height: 14.133vw;
    background-image: url(../images/btn_bg.png);
    font-size: 4.8vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #a00000;
  }
  .styles_success__3-FX2 .close {
    position: absolute;
    right: 1.333vw;
    top: 1.333vw;
    width: 10vw;
    height: 10vw;
  }
}
.styles_main__31EP1 {
  min-height: 88.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_audit__1VgZF {
  width: 191px;
  height: 191px;
  background: url(../images/audit.png) no-repeat 50%;
  background-size: contain;
  margin: 0 auto 30px;
}
.styles_content__2IJ0X {
  font-size: 14px;
  color: #878c9c;
  text-align: center;
  margin-bottom: 100px;
}
.styles_content__2IJ0X h2 {
  font-size: 18px;
  color: #111e36;
  margin-bottom: 10px;
}
.styles_content__2IJ0X a {
  color: #ff6101;
  text-decoration: underline;
}
.styles_content__2IJ0X .styles_btn__2muga {
  background-image: linear-gradient(270deg, #ff6101 3%, #ff7401 93%);
  border-radius: 40px;
  width: 310px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 50px auto 0;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1080px) {
  .styles_main__31EP1 {
    min-height: 86vh;
    flex-grow: 1;
  }
  .styles_audit__1VgZF {
    width: 50.933vw;
    height: 50.933vw;
    margin: 0 auto 8vw;
  }
  .styles_content__2IJ0X {
    font-size: 3.733vw;
    color: #878c9c;
    text-align: center;
    padding: 8.667vw;
    margin-bottom: 0;
  }
  .styles_content__2IJ0X h2 {
    font-size: 4.8vw;
    color: #111e36;
    margin-bottom: 2.667vw;
  }
}
.styles_main__1bE_O {
  min-height: 88.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_audit__1QmYB {
  width: 191px;
  height: 191px;
  background: url(../images/audit.png) no-repeat 50%;
  background-size: contain;
  margin: 0 auto 30px;
}
.styles_content__3LVk_ {
  font-size: 14px;
  color: #878c9c;
  text-align: center;
  margin-bottom: 100px;
}
.styles_content__3LVk_ h2 {
  font-size: 18px;
  color: #111e36;
  margin-bottom: 10px;
}
.styles_content__3LVk_ a {
  color: #ff6101;
  text-decoration: underline;
}
.styles_content__3LVk_ .styles_btn__34Qsn {
  background-image: linear-gradient(270deg, #ff6101 3%, #ff7401 93%);
  border-radius: 40px;
  width: 310px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 50px auto 0;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1080px) {
  .styles_main__1bE_O {
    min-height: 86vh;
    flex-grow: 1;
  }
  .styles_audit__1QmYB {
    width: 50.933vw;
    height: 50.933vw;
    margin: 0 auto 8vw;
  }
  .styles_content__3LVk_ {
    font-size: 3.733vw;
    color: #878c9c;
    text-align: center;
    padding: 8.667vw;
    margin-bottom: 0;
  }
  .styles_content__3LVk_ h2 {
    font-size: 4.8vw;
    color: #111e36;
    margin-bottom: 2.667vw;
  }
}
/*# sourceMappingURL=main.593da9a9.chunk.css.map */
.hide {
  display: none;
}
.mask {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 1103;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.kyc,
.kyc_title {
  color: #1e1e1e;
}
.kyc_title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #ff6101;
}
.kyc_item {
  margin-bottom: 30px;
}
.kyc {
  background-color: #ffffff;
  position: relative;
  top: 10%;
  padding: 20px 80px 40px;
  border-radius: 10px;
  width: 600px;
  margin: 0 auto;
  font-size: 14px;
}

.close {
  width: 30px;
  height: 30px;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  position: absolute;
  right: -10px;
  top: -10px;
}

@media (max-width: 1080px) {
  .kyc,
  .kyc_title {
    font-size: 3.733vw;
  }
  .kyc_title {
    font-size: 6.4vw;
  }
  .kyc {
    width: auto;
    padding: 20px 20px 40px;
    margin: 0 20px;
  }
}
