html,
body {
  height: 100%;
  font-family: SourceHanSansCN-Bold;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #f2f5f8;
}
li,
i {
  list-style: none;
  font-style: none;
}
.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;
}
.success {
  height: 330px;
  width: 384px;
  display: none;
}
.login {
  width: 384px;
  display: none;
}
.register {
  width: 384px;
  display: none;
}
.resetpwd {
  width: 384px;
  display: none;
}
.cs {
  cursor: pointer;
}
.from-style {
  z-index: 10;
  background-color: #ffffff;
  padding: 0px 30px;
  border-radius: 5px;
  padding-top: 15px;
  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;
}
.from-style .form-group .text-danger {
  position: absolute;
  font-size: 12px;
  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;
}
.headerclone {
  height: 62px;
}
.headers {
  height: 62px;
  min-width: 1200px;
  border-bottom: 1px solid #dae0e8;
  position: fixed;
  left: 0px;
  right: 0px;
}
.headers .headerBanner {
  border-bottom: 1px solid #dae0e8;
  background: #ffffff;
  height: 62px;
  transition: all 0.3s;
}
.headers .header {
  height: 62px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headers .header .logo {
  font-size: 23px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
}
.headers .header .logo a {
  list-style: none;
  text-decoration: none;
  color: #000000;
}
.headers .header .logo ul {
  display: flex;
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 500;
  color: #000000;
  margin: 0px;
}
.headers .header .logo ul li {
  margin-right: 20px;
}
.headers .header .logo ul li:last-child {
  margin-right: 0px;
}
.headers .header .logo ul .choise {
  color: #446dfb;
}
.headers .header .logo ul span {
  cursor: pointer;
}
.headers .header .logo ul span:hover {
  color: #446dfb;
}
.headers .header .leftblock {
  display: flex;
  align-items: center;
}
.headers .header .leftblock span {
  font-size: 16px;
  font-family: SourceHanSansCN-Bold;
  color: #000000;
  margin-right: 20px;
}
.headers .header .topbtn {
  height: 36px;
  width: 90px;
  border-radius: 25px;
  border: 1px solid #446dfb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.3s;
}
.headers .header .topbtn:hover {
  box-shadow: 0 0 10px #446dfb;
  font-weight: 600;
}
.headers .header .btnregister {
  border: 1px solid #446dfb;
  background-color: #ffffff;
  color: #446dfb;
  margin-right: 20px;
}
.headers .header .btnlogin {
  background-color: #446dfb;
  color: #ffffff;
}
.download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}
.download .download-app-btn {
  position: relative;
}
.download .watch-video-qr {
  display: none;
  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: -25px;
}
.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 {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 97px;
  height: 27px;
  background: #eef0f9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  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;
}
.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;
  transition: all 0.3s;
}
.btn-b input:hover {
  box-shadow: 0 0 10px #4e6ef2;
  font-weight: 700;
}
.tab-item {
  display: none;
}
.centershow {
  display: block;
}
#tabCenter {
  padding-top: 30px;
}
#tabCenter > div {
  width: 1200px;
  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-Bold;
  font-weight: 400;
  color: #3a485f;
  text-align: center;
  padding: 30px 0px;
}
#tabCenter .centers {
  padding: 30px;
  padding-top: 0px;
}
#tabCenter .centers p {
  font-size: 13px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #3a485f;
  line-height: 24px;
}
#tabCenter .contact > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
#tabCenter .contact > div div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#tabCenter .contact img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#tabCenter .contact span {
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #3a485f;
  line-height: 24px;
  opacity: 0.6;
}
#tabCenter .contact b {
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: #3a485f;
}
.bottoms {
  padding-top: 30px;
  padding-bottom: 20px;
}
.bottoms div {
  width: 1200px;
  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 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;
}
.stop {
  position: fixed;
  right: 0px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.stop i {
  cursor: pointer;
  font-size: 44px;
  color: #446dfb;
}
.stop i:hover {
  font-size: 50px;
  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);
  }
}
.field-loginform-verifycode {
  margin-bottom: 21px !important;
}
