html,
body {
  height: 100%;
  font-family: SourceHanSansCN-Bold;
}
body {
  background-color: #f2f5f8;
}
li,
i {
  list-style: none;
  font-style: none;
}
* {
  margin: 0px;
  padding: 0px;
}
.absolute-play {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert-box-mask {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
}
.login {
  width: 384px;
  display: none;
}
.success {
  width: 80%;
  height: 264px;
  display: none;
}
.register {
  width: 80%;
  max-width: 440px;
  display: none;
}
.resetpwd {
  width: 384px;
  display: none;
}
.cs {
  cursor: pointer;
}
.btn-b {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}
.btn-b input {
  height: 40px;
  background: #4e6ef2;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  border: none;
  width: 100%;
  cursor: pointer;
}
.from-style {
  z-index: 10;
  background-color: #ffffff;
  padding: 0px 15px;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 20px;
}
.from-style .a-heard {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.from-style .a-heard span {
  font-size: 30px;
  font-family: SourceHanSansCN-Bold;
  color: #000000;
}
.from-style p {
  font-size: 13px;
  color: #000000;
  margin-bottom: 20px;
}
.from-style .diy-input.focusing {
  box-shadow: 0 0 0 2px rgba(55, 136, 238, 0.2);
  border-color: #4e6ef2;
}
.from-style .code {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #4e6ef2;
}
.from-style form {
  box-sizing: border-box !important;
}
.from-style .form-group {
  margin-bottom: 20px;
  position: relative;
}
.from-style .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #888888;
}
.from-style .form-group img {
  position: absolute;
  right: 1px;
  width: 100px;
  height: 36px;
  top: 1px;
  border: none;
}
.from-style .form-group .text-danger {
  position: absolute;
  font-size: 13px;
  bottom: -17px;
  margin: 0px !important;
  color: #dc3545 !important;
  font-family: SourceHanSansCN-Regular;
}
.from-style .form-group .code {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #4e6ef2;
  position: absolute;
  right: 10px;
  top: 10px;
}
.from-style .form-group .countdown {
  position: absolute;
  right: 9px;
  font-size: 14px;
  top: 9px;
}
.from-style .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4e6ef2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.from-style .diy-input {
  display: flex;
  flex-wrap: wrap;
  cursor: default;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  vertical-align: top;
  transition: all linear 0.2s;
  padding: 7px 5px 7px 10px;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 20px;
}
.from-style .diy-input input {
  flex: 1;
  max-width: 100%;
  box-shadow: none !important;
  border-color: transparent !important;
  line-height: 12px;
  font-size: 12px;
  height: 22px;
  margin-bottom: 2px;
  padding-left: 5px;
  position: relative;
  background-color: #ffffff !important;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 4px 5px;
  line-height: 1.5;
  font-size: 14px;
  transition: all linear 0.2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-family: inherit;
  vertical-align: top;
  outline: none;
  box-shadow: none;
}
.from-style .diy-input input::-webkit-inner-spin-button,
.from-style .diy-input input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.from-style .diy-input input:-internal-autofill-selected {
  background-color: #ffffff;
}
.from-style .diy-input input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #888888;
}
.from-style .icon-guanbi2 {
  font-size: 24px;
  color: #888888;
}
.from-style .policy {
  align-items: center;
  margin-bottom: 20px;
}
.from-style .policy label {
  cursor: pointer;
  margin: 0px;
  margin-right: 6px;
}
.from-style .policy input {
  margin-right: 5px;
}
.from-style .policy span {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  display: flex;
  align-items: center;
}
.from-style .policy span a {
  color: #000000;
}
.from-style .label-link {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.from-style .label-link span {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #4e6ef2;
}
.from-style .label-link span:nth-child(2) {
  color: #888888;
}
.from-style .label-link span:hover {
  color: #4e6ef2;
}
.from-style .label-link .log {
  color: #888888;
}
.download {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.download > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download > div > div:nth-child(1) {
  margin-right: 20px;
}
.download .download-app-btn {
  position: relative;
}
.download .watch-video-qr {
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  transform: translateY(100%);
  width: 155px;
  height: 167px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 159, 255, 0.18);
  text-align: center;
  padding: 10px;
  top: -5px;
  transform: translateY(-100%);
  left: -27px;
}
.download .watch-video-qr .des {
  font-size: 12px;
  color: #7e7e7e;
  text-align: center;
  margin: 0;
}
.download img {
  width: 115px;
  height: 115px;
  margin: 0 auto;
  vertical-align: middle;
  border-style: none;
}
.download .gray {
  font-size: 13px;
  border: black;
  border-radius: 5px;
  cursor: pointer;
  width: 97px;
  height: 27px;
  background: #eef0f9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.download .gray .iconfont {
  font-size: 14px;
  color: #bfbfbf;
  margin-right: 3px;
}
.download .gray .icon-pingguo {
  margin-top: -2px;
}
.download .gray .icon-android-fill {
  margin-top: 2px;
}
.download .gray span {
  font-size: 13px;
  color: #000000;
}
.header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0px 15px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
  background: #ffffff;
}
.header .logo img {
  width: 63px;
  height: 21px;
}
.header .leftblock {
  display: flex;
  align-items: center;
}
.header .leftblock span {
  font-size: 16px;
  font-family: SourceHanSansCN-Bold;
  color: #000000;
  margin-right: 20px;
}
.header .topbtn {
  height: 27px;
  width: 65px;
  border-radius: 25px;
  border: 1px solid #446dfb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.header .btnregister {
  border: 1px solid #446dfb;
  background-color: #ffffff;
  color: #446dfb;
  margin-right: 20px;
}
.header .btnlogin {
  background-color: #446dfb;
  color: #ffffff;
}
.headerclone {
  height: 62px;
}
.bodys {
  padding-bottom: 40px;
}
.tab-item {
  display: none;
}
.centershow {
  display: block;
}
#tabCenter {
  padding-top: 30px;
}
#tabCenter > div {
  width: calc(100% - 30px);
  margin: 0 auto;
  border: 2px solid #ffffff;
  background: linear-gradient(180deg, #f2f5f8 0%, #ffffff 100%);
  box-shadow: 0px 7px 38px 5px rgba(35, 100, 175, 0.1);
  border-radius: 4px;
}
#tabCenter .title {
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #3a485f;
  line-height: 24px;
  padding: 30px 0px;
  text-align: center;
}
#tabCenter .centers {
  padding: 30px;
  padding-top: 0px;
}
#tabCenter .centers p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #3a485f;
  line-height: 28px;
}
#tabCenter .contact > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
#tabCenter .contact > div div {
  display: flex;
  justify-content: center;
}
#tabCenter .contact img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#tabCenter .contact .p-t {
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #3a485f;
  line-height: 24px;
  opacity: 0.6;
  min-width: 73px;
}
#tabCenter .contact b {
  display: block;
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #3a485f;
  line-height: 22px;
}
.bottoms {
  padding-top: 30px;
  padding-bottom: 20px;
}
.bottoms div {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.bottoms span {
  margin: 0 auto;
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #3a485f;
}
.success-body div {
  margin-bottom: 20px;
}
.success-body div:nth-child(2) {
  margin-bottom: 10px;
}
.success-body i {
  color: #1dc93e;
  font-size: 84px;
}
.success-body div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-body .line-ones {
  height: 86px;
  margin-bottom: 0px;
}
.success-body span {
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
  font-weight: 400;
  color: #000000;
}
.success-body .news span {
  font-size: 13px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #000000;
}
.menus {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 42px;
  background: #ffffff;
}
.menus ul {
  height: 100%;
  display: flex;
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 500;
  color: #000000;
}
.menus ul li {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menus ul .choise {
  background: #446dfb;
  color: #ffffff;
}
.stop {
  position: fixed;
  right: 0px;
  bottom: 76px;
  width: 50px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.stop i {
  cursor: pointer;
  font-size: 44px;
  font-size: 40px;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-shadow: 0px 0px 0px #446dfb;
  animation: glow-animation 2s infinite linear;
  color: #446dfb;
  box-sizing: border-box;
}
@keyframes glow-animation {
  0% {
    filter: hue-rotate(-30deg);
  }
  50% {
    filter: hue-rotate(30deg);
  }
  100% {
    filter: hue-rotate(-30deg);
  }
}
