* {
  margin: 0;
  padding: 0;
}
a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}
input {
  outline: none;
  border: none;
}
html,
body {
  /* height: 100%; */
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
}
button {
  border: none;
  outline: none;
}
#root {
  letter-spacing: initial !important;
  color: #333333;
  max-width: 750px;
  /*font-family: "SourceHanSansCN";*/
  padding-top: 40px;
  min-height: 100vh;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:hover {
  color: #4262e9;
}
input,
img {
  border: none;
}
li {
  list-style: none;
}

dl,
ol,
ul,
p {
  margin: unset;
  padding: unset;
}
.alert {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes fade-hide {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  95% {
    background-color: red;
  }
}
.sp-uppercase {
  text-transform: uppercase;
}

.sp-relative {
  position: relative;
}

.sp-img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.sp-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-stroke {
  position: relative;
}
.sp-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sp-logo {
}

.sp-hide {
  display: none;
}

.fix-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 126px;
  background: #fff;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  font-family: "Roboto";
  position: 9;
  z-index: 9;
}
.fix-bottom::after {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../image/bottom.png") no-repeat;
  background-size: 100% 100%;
  width: 250px;
  height: 52px;
  z-index: 1;
}
.fix-bottom > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  color: rgba(172, 176, 183, 1);
  flex: 1;
  cursor: pointer;
}
.fix-bottom .active p {
  color: #001e5f;
  margin-top: 10px;
}
.fix-bottom .fix-icon {
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.fix-bottom .fix-icon1 {
  background-image: url("https://img.icons8.com/?size=100&id=qBlNlefkEJPq&format=png&color=000000");
}
.fix-bottom .fix-icon2 {
  background-image: url("https://img.icons8.com/?size=100&id=14599&format=png&color=000000");
}
.fix-bottom .fix-icon3 {
  background-image: url("https://img.icons8.com/?size=100&id=82829&format=png&color=000000");
}
.fix-bottom .fix-icon4 {
  background-image: url("https://img.icons8.com/?size=100&id=2yC9SZKcXDdX&format=png&color=000000");
}
.fix-bottom .fix-icon5 {
  width: 82px;
  height: 82px;
  margin-top: -33px;
  background-image: url("https://img.icons8.com/?size=100&id=Dg4oPBhHsupv&format=png&color=001e5f");
  position: relative;
  z-index: 2;
}
.fix-bottom .active .fix-icon1 {
  background-image: url("https://img.icons8.com/?size=100&id=qBlNlefkEJPq&format=png&color=001e5f");
}
.fix-bottom .active .fix-icon2 {
  background-image: url("https://img.icons8.com/?size=100&id=14599&format=png&color=001e5f");
}
.fix-bottom .active .fix-icon3 {
  background-image: url("https://img.icons8.com/?size=100&id=82829&format=png&color=000000");
}
.fix-bottom .active .fix-icon4 {
  background-image: url("https://img.icons8.com/?size=100&id=2yC9SZKcXDdX&format=png&color=001e5f");
}
.font-blue {
  color: #4262e9;
}
.font-red {
  color: rgba(255, 0, 0, 1);
}
.font-grey {
  color: #666666;
}
.font-s {
  font-size: 20px;
}
.font-l {
  font-size: 30px;
}
.white-bg {
  background-color: #fff;
}
.grey-bg {
  background-color: #eeeef1;
}
.font-medium {
  font-family: "Roboto-Medium";
}
.ww {
  padding: 0 44px;
  box-sizing: border-box;
}
.mt-20 {
  margin-top: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.page-title {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 30px;
  color: #000;
  text-align: center;
  line-height: 40px;
}
.sp-title {
  font-size: 30px;
  font-family: "Roboto-Medium";
  color: #333333;
}
.icon-back {
  width: 15px;
  position: absolute;
  left: 0px;
  top: 50%;
  filter: invert(100%);
  transform: translateY(-50%);
  cursor: pointer;
}
.sp-bg {
  height: 100%;
  min-height: 100vh;
  /*background: url("../image/top-bg.jpg") no-repeat;*/
  background-size: 100% auto;
  /*background-color: #e6f4ff;*/
}

/********************** login  start ********************/

.login-page {
  height: 100%;
  min-height: 100vh;
  /*background: url("../image/bg.png") no-repeat;*/
  background: #fff;
  background-size: cover;
  color: #fff;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.hello-text {
  color: #fff;
  font-size: 60px;
  margin-bottom: 90px;
  margin-top: 70px;
}
.hello-text p {
  font-size: 85px;
  font-weight: bold;
}
.login-bg {
  /*background: url("../image/register-bg.png") no-repeat;*/
  background-color: #f3f3f3;
  background-size: 101% auto;
  background-position: center -2px;
  /*background-color: #fff;*/
  border-radius: 37px;
}
.register-bg {
  /*background: url("../image/login-bg.png") no-repeat;*/
  background-color: #f3f3f3;
  background-size: 101% auto;
  background-position: center -5px;
  /*background-color: #fff;*/
  border-radius: 37px;
}
.login-part {
  /* background-color: #fff; */
  border-radius: 37px;
  overflow: hidden;
  margin-top: -20px;
  padding: 70px 38px 150px;
}
.register-bg .login-part {
  padding-bottom: 90px;
}
.login-page .sign-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(255, 255, 255, 0.5); */
}
.login-page .sign-btn-wrap .sign-btn {
  flex: 1;
  height: 80px;
  color: #000;
  font-size: 28px;
}
.login-page .sign-btn-wrap .sign-btn p {
  position: relative;
}
.login-page .sign-btn-wrap .sign-btn.active p::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 7px;

  border-radius: 4px;
  background: #001e5f;
}
.login-page .sign-btn-wrap .sign-btn.active {
  color: #001e5f;
}
.login-btn {
  width: 585px;
  height: 101px;
  border-radius: 51px;
  background: #001e5f;
  margin: 70px auto 9px;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.login-form .form-item {
  width: 100%;
  height: 80px;
  border-radius: 41px;
  font-size: 23px;
  background: rgba(243, 245, 249, 1);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.register-bg .login-form .form-item {
  margin-bottom: 25px;
}
.login-form .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  padding-left: 20px;
  box-sizing: border-box;
}
.login-form .icon {
  height: 36px;
  flex-shrink: 0;
}
.login-form input {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 23px;
  background-color: transparent;
}

.login-form input::placeholder {
  font-size: 23px;
  color: rgba(178, 178, 178, 1);
}
.login-form .input-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/********************** login  end ********************/
.tra-btn {
  width: 100%;
  height: 95px;
  /* background: rgba(203, 203, 203, 1); */
  display: flex;
  align-items: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
.tra-btn .option {
  width: 48%;
  height: 100%;
  font-size: 39px;
  color: #ccc;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background: #f7f7f7;
}
.tra-btn .option.active {
  background: #001e5f;
}
/*.tra-btn .option.active::after {*/
/*  content: "";*/
/*  background:#001e5f;*/
/*  position: absolute;*/
/*  width: 380px;*/
/*  height: 100%;*/
/*  z-index: -1;*/
/*}*/
/*.tra-btn .option:first-child.active::before {*/
/*  content: "";*/
/*  width: 0;*/
/*  height: 0;*/
/*  display: inline-block;*/
/*  background: rgba(0, 0, 0, 0);*/
/*  border-top: 0px solid rgba(0, 0, 0, 0);*/
/*  border-bottom: 100px solid rgba(203, 203, 203, 1);*/
/*  border-left: 60px solid rgba(0, 0, 0, 0);*/
/*  border-right: 0 solid rgba(0, 0, 0, 0);*/
/*  position: absolute;*/
/*  right: -32px;*/
/*}*/
/*.tra-btn .option:last-child.active::before {*/
/*  content: "";*/
/*  width: 0;*/
/*  height: 0;*/
/*  display: inline-block;*/
/*  background: rgba(0, 0, 0, 0);*/
/*  border-top: 100px solid rgba(203, 203, 203, 1);*/
/*  border-bottom: 0px solid rgba(0, 0, 0, 0);*/
/*  border-left: 0px solid rgba(0, 0, 0, 0);*/
/*  border-right: 60px solid rgba(0, 0, 0, 0);*/
/*  position: absolute;*/
/*  left: -32px;*/
/*}*/
.rect-btn {
  width: 100%;
  height: 80px;
  background: rgba(203, 203, 203, 1);
  display: flex;
  align-items: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.rect-btn .option {
  width: 50%;
  height: 100%;
  font-size: 36px;
  color: rgba(117, 117, 117, 1);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.rect-btn .option:nth-child(2) {
  position: relative;
  z-index: 2;
}
.rect-btn .option.active::after {
  content: "";
  background: #001e5f;
  position: absolute;
  width: 380px;
  height: 100%;
  z-index: -1;
}
.rect-btn .option:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(203, 203, 203, 1);
  transform: skewX(-20deg);
  z-index: -1;
}
.rect-btn .option:nth-child(2).active::after {
  background: #001e5f;
}
.lv-wrap .btn-style.active {
  color: #fff;
}
