::-webkit-input-placeholder {
  color: #cdcfd1;
  opacity: inherit !important;
  font-size: inherit !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #cdcfd1;
  opacity: inherit !important;
  font-size: inherit !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #cdcfd1;
  opacity: inherit !important;
  font-size: inherit !important;
}

:-ms-input-placeholder {
  color: #cdcfd1 !important;
  opacity: inherit !important;
  font-size: inherit !important;
}

html, body {
  margin: 0;
  padding: 0;
  height: auto !important;
}

#app {
  display: none;
}

.logo {
  width: 1036px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 30px;
}
.logo .login-logo {
  max-width: 140px;
  display: block;
}
.logo .login-logo.mobile {
  display: none;
}
.logo .ant-btn {
  align-self: flex-end;
}

.login {
  color: #525666;
  width: 1036px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}
.login .login-sidebar {
  width: 518px;
  height: 600px;
  background: url("images/bk.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 45px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.login .login-sidebar h3 {
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
.login .login-sidebar .login-sidebar-intro {
  font-size: 16px;
  font-weight: bold;
  color: #9BBDFF;
  line-height: 32px;
}
.login .login-mobile {
  padding: 36px 56px 48px;
  border-radius: 5px;
  min-width: 518px;
  box-shadow: 0 4px 32px 0 rgba(10, 14, 29, 0.02), 0 8px 64px 0 rgba(10, 14, 29, 0.08);
  position: relative;
  box-sizing: border-box;
}
.login .login-mobile h3 {
  margin-top: 0;
  font-size: 36px;
  text-align: center;
  color: #142149;
  margin-bottom: 40px;
}
.login .nc-mask {
  width: 350px;
  height: 45px;
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
  color: #797979;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.login .form-item {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.login .form-item.on-error .form-item__input {
  border-color: #e31519;
}
.login .form-item.on-error .form-icon {
  color: #e31519;
}
.login .form-item.sms-slide {
  height: 45px;
  position: relative;
}
.login .form-item .smscode {
  display: flex;
}
.login .form-item .form-icon {
  position: absolute;
  top: 12px;
  left: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #8692b0;
}
.login .form-item .form-item__input {
  width: 100%;
  line-height: 40px;
  height: 50px;
  padding: 5px 20px 5px 40px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  outline: none;
  border: 1px solid #d3d6e2;
  border-radius: 5px;
}
.login .form-item .form-item__input::-webkit-input-placeholder {
  font-size: 18px !important;
}
.login .form-item .form-item__input::-moz-placeholder {
  font-size: 18px !important;
}
.login .form-item .form-item__input:focus {
  border-color: #0099ff;
}
.login .form-item .form-item__input:hover {
  border-color: #0099ff;
  transition: border-color 0.3s;
}
.login .form-item .form-item__input.smscode {
  width: 239px;
}
.login .form-item .form-item-validate {
  color: #e31519;
  font-size: 14px;
  margin: 5px 0;
}
.login .form-item .link {
  font-size: 14px;
  color: #525666;
  text-decoration: none;
  transition: all 0.3s;
}
.login .form-item .link.eula {
  color: #999;
}
.login .form-item .link:hover {
  color: #0099ff;
}
.login .login-btn {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex: 1 auto;
  background: #0099ff;
  outline: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 24px;
  height: 56px;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.login .login-btn:hover {
  background-color: #51b9ff;
}
.login .login-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.login .login-btn.disabled:hover {
  color: #0099ff;
  background-color: #fff;
  cursor: not-allowed;
}
.login .login-btn.login-btn__varicode {
  display: inline-flex;
  max-width: 147px;
  height: 50px;
  margin-left: 20px;
  padding: 0;
  border: 1px solid #0099ff;
  color: #0099ff;
  background-color: #fff;
  font-size: 14px;
}
.login .login-btn.login-btn__varicode.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.login .login-btn.login-btn__varicode.disabled:hover {
  color: #0099ff;
  background-color: #fff;
  cursor: not-allowed;
}
.login .login-btn.login-btn__varicode:hover {
  color: #fff;
  background-color: #0099ff;
}
.login .login-transfer {
  text-align: center;
  font-size: 14px;
}
.login .login-transfer .login-btn-text {
  color: #0099ff;
  font-size: 14px;
}

.pwd-check__tips {
  margin: 5px 0;
  font-size: 14px;
  color: #999;
}
.pwd-check__tips.success {
  color: #4cc159;
}
.pwd-check__tips.error {
  color: #e31519;
}

.login-btn-text {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.login-btn-text:hover {
  color: #0099ff;
}

.transfer {
  margin-top: -15px;
  margin-top: -26px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
  padding-bottom: 30px;
}
.transfer .login-btn-text {
  color: #0099ff;
  font-size: 14px;
}

.nc_wrapper {
  width: 100% !important;
  height: 45px !important;
}
.nc_wrapper .nc_scale {
  height: 45px !important;
}
.nc_wrapper .nc_scale span {
  height: 45px !important;
  line-height: 45px !important;
}

.supplement {
  color: #525666;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 15px 30px;
}
.supplement .redstar {
  color: red;
}
.supplement .login-logo {
  max-width: 140px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 20px;
  display: block;
}
.supplement .supplement-title {
  text-align: center;
  font-size: 30px;
  margin: 0px 0px 40px 0px;
}
.supplement .supplement-item {
  max-width: 600px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 30px;
}
.supplement .supplement-item h5 {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-bottom: 30px;
}
.supplement .supplement-item h5.no-choose {
  color: #0099ff;
  animation: borderAlert 2s infinite linear;
}
.supplement .supplement-item .function ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.supplement .supplement-item .function ul li {
  width: 230px;
  height: 200px;
  margin-right: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s;
}
.supplement .supplement-item .function ul li:last-child {
  margin-right: 0;
}
.supplement .supplement-item .function ul li i {
  font-size: 48px;
  margin-bottom: 20px;
  color: #999;
}
.supplement .supplement-item .function ul li span {
  color: #666;
  font-size: 18px;
}
.supplement .supplement-item .function ul li.ontab, .supplement .supplement-item .function ul li:hover {
  border-color: #0099ff;
  color: #0099ff;
}
.supplement .supplement-item .function ul li.ontab i, .supplement .supplement-item .function ul li.ontab span, .supplement .supplement-item .function ul li:hover i, .supplement .supplement-item .function ul li:hover span {
  color: #0099ff;
}
.supplement .supplement-item .function .ant-checkbox-wrapper {
  width: 200px;
  margin-left: 0;
  margin-bottom: 10px;
}
.supplement .supplement-item .product {
  margin-right: -100px;
}
.supplement .supplement-item .func-tips {
  font-size: 14px;
  color: #333;
  display: flex;
  width: 230px;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.supplement .supplement-item .func-tips::before {
  content: "";
  height: 40px;
  width: 3px;
  background: #0099ff;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.supplement .supplement-item .func-tips ul {
  padding-left: 0;
  list-style-position: inside;
}
.supplement .supplement-item .func-tips span {
  color: #0099ff;
}
.supplement .supplement-btn {
  margin: 0 0 20px 0;
  text-align: center;
}
.supplement .supplement-btn .supplement-btn__button {
  display: inline-block;
  width: 240px;
  height: 48px;
  background: #0099ff;
  border: none;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s;
  outline: none;
}
.supplement .supplement-btn .supplement-btn__button:hover {
  opacity: 0.8;
}
.supplement .supplement-btn .supplement-btn__button.disabled {
  pointer-events: none;
  opacity: 0.8;
  cursor: not-allowed;
}

.give {
  color: #999 !important;
}

.success p, .success h1, .success h2, .success h3, .success h4, .success h5 {
  margin: 0;
}
.success ul {
  padding-left: 0;
  margin: 0;
}
.success .top {
  height: 480px;
  background: url(images/bg.png) no-repeat;
  background-size: 100% 100%;
}
.success .top .top-title {
  padding-top: 106px;
  display: flex;
  justify-content: center;
}
.success .top .top-title img {
  display: block;
  width: 68px;
  height: 68px;
  margin-right: 20px;
}
.success .top .top-title h1 {
  font-size: 36px;
  font-weight: normal;
  color: #333;
}
.success .top .top-title p {
  font-size: 16px;
  color: #999;
}
.success .top .top-originpwd {
  text-align: center;
  color: red;
  margin-top: 15px;
}
.success .top .success_user_info {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.success .top .success_user_info .user-info-alert {
  color: red;
}
.success .items {
  width: 1190px;
  margin: 0 auto;
  margin-top: -200px;
}
.success .items ul {
  display: flex;
  padding-left: 0;
  justify-content: center;
}
.success .items ul li {
  width: 254px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 5px 30px;
  box-sizing: border-box;
  align-items: center;
  background: #fff;
  box-shadow: 0px 5px 46px 0px rgba(0, 0, 0, 0.13);
  margin-right: 30px;
}
.success .items ul li:last-child {
  margin-right: 0;
}
.success .items ul li img {
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
}
.success .items ul li .items-middle {
  margin-bottom: 30px;
}
.success .items ul li .items-middle h4 {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}
.success .items ul li .items-middle p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.success .items ul li a {
  width: 104px;
  height: 39px;
  background: #0099FF;
  display: block;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 39px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  cursor: pointer;
}
.success .items ul li a:hover {
  opacity: 0.8;
}
.success .qualification {
  width: 1190px;
  margin: 0 auto;
  margin-top: 100px;
}
.success .qualification ul {
  display: flex;
}
.success .qualification ul li {
  display: flex;
  width: 33.3%;
}
.success .qualification ul li img {
  margin-right: 10px;
  width: 46px;
  height: 46px;
}
.success .qualification ul li .qualification-detail h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.success .qualification ul li .qualification-detail p {
  font-size: 14px;
  color: #666;
}

.zizhi-list ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.zizhi-list ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  margin-bottom: 30px;
}
.zizhi-list ul li img {
  margin-bottom: 10px;
}

.zizhi-btn {
  margin-top: 10px;
}

.zizhi-btn a {
  width: 144px;
  height: 39px;
  background: #0099FF;
  display: block;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 39px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  margin: 0 auto;
  cursor: pointer;
}
.zizhi-btn a:hover {
  opacity: 0.8;
}

.buy-package {
  width: 450px;
  margin: 0 auto;
  padding-top: 100px;
}
.buy-package .login-logo {
  max-width: 140px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 20px;
  display: block;
}
.buy-package .top {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
}
.buy-package .top span {
  color: #fd7918;
}
.buy-package .package-list {
  margin-bottom: 40px;
}
.buy-package .package-list ul {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.buy-package .package-list ul li {
  list-style: none;
  width: 180px;
  height: 185px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 40px;
  margin-bottom: 20px;
}
.buy-package .package-list ul li.ontab {
  border-color: #0099FF;
}
.buy-package .package-list ul li.ontab svg {
  display: initial;
}
.buy-package .package-list ul li svg {
  display: none;
  position: absolute;
  bottom: -1px;
  right: -1px;
  fill: #0099FF;
}
.buy-package .package-list ul li p {
  margin: 0 0 15px 0;
  text-align: center;
}
.buy-package .package-list ul li p.list-top {
  font-size: 24px;
  color: #fd7918;
}
.buy-package .package-list ul li p.list-top span {
  font-size: 12px;
  color: #333;
}
.buy-package .package-list ul li p.list-middle {
  width: 70%;
  height: 1px;
  background-color: #ccc;
}
.buy-package .package-list ul li p.list-bottom-top {
  font-size: 14px;
}
.buy-package .package-list ul li p.list-bottom-top span {
  font-size: 24px;
}

@keyframes borderAlert {
  0% {
    color: #999;
  }
  50% {
    color: #0099ff;
  }
  100% {
    color: #999;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-color: #F5FAFF !important;
  }
  .logo {
    width: 100%;
    margin: 0 0 20px;
    background-color: #041744;
    height: 3.5rem;
    padding: 0.78125rem 1.09375rem;
  }
  .logo .login-logo.pc {
    display: none;
  }
  .logo .login-logo.mobile {
    display: inline;
    height: 100%;
  }
  .login {
    width: 100%;
    padding: 0 10px;
  }
  .login .login-sidebar {
    display: none;
  }
  .login .login-mobile {
    background-color: #fff;
    min-width: auto;
    padding: 30px 20px 50px;
    width: 100%;
  }
  .login .login-mobile h3 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #5E6485;
  }
  .login .login-mobile .login-transfer {
    padding-bottom: 20px;
  }
  .login .login-mobile .eula {
    color: #5E6485 !important;
  }
  .login .form-item .form-icon {
    font-size: 16px;
    top: 9px;
    color: #ccc;
  }
  .login .form-item .form-item__input {
    line-height: 34px;
    height: 44px;
    font-size: 14px;
    border-color: #E9E9E9;
  }
  .login .form-item .form-item__input::-webkit-input-placeholder {
    font-size: 14px !important;
  }
  .login .form-item .form-item__input::-moz-placeholder {
    font-size: 14px !important;
  }
  .login .form-item .form-item__input.smscode {
    width: 100%;
  }
  .login .login-btn {
    height: 44px;
    font-size: 16px;
  }
  .login .login-btn.login-btn__varicode {
    width: 100%;
    max-width: none;
    height: 44px;
  }
  .transfer {
    margin-top: -15px;
    padding-bottom: 32px;
  }
  .supplement .supplement-item .function ul {
    flex-wrap: wrap;
  }
  .supplement .supplement-item .function ul li {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    height: auto;
    align-items: center;
    margin-bottom: 1rem;
    padding: 10px 0;
  }
  .supplement .supplement-item .function ul li i {
    font-size: 2rem;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .supplement .supplement-item .function ul li span {
    font-size: 1rem;
    margin-left: 10px;
  }
  .supplement .supplement-item .function .ant-radio-wrapper, .supplement .supplement-item .function .ant-checkbox-wrapper {
    margin: 0 20px 20px 0;
    width: 60px;
  }
  .supplement .supplement-item .function .ant-checkbox-wrapper {
    width: 100%;
  }
  .supplement .supplement-item .function.product {
    margin-right: 0;
  }
  .supplement .supplement-item .func-tips {
    line-height: 1.5;
  }
  .supplement .supplement-item .func-tips::before {
    height: 110%;
  }
  .success .top {
    height: 280px;
  }
  .success .top .top-title {
    padding-top: 80px;
  }
  .success .top .top-title img {
    width: 48px;
    height: 48px;
  }
  .success .top .top-title h1 {
    font-size: 24px;
  }
  .success .items {
    width: 100%;
    margin-top: -80px;
  }
  .success .items ul {
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .success .items ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .success .qualification {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 40px;
  }
  .success .qualification ul {
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .success .qualification ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .success .qualification ul li img {
    width: 32px;
    height: 32px;
  }
  .success .qualification ul li .qualification-detail h3 {
    font-size: 0.8rem;
    margin-bottom: 3px;
  }
  .success .qualification ul li .qualification-detail p {
    font-size: 0.6rem;
  }
  .zizhi-list {
    height: 80%;
    overflow: auto;
  }
  .zizhi-list ul li {
    width: 100%;
  }
  .func-tips {
    width: 100% !important;
  }
  .buy-package {
    padding: 20px;
    width: 100%;
  }
  .buy-package .login-logo {
    margin-bottom: 15px;
  }
  .buy-package .package-list {
    width: 100%;
  }
  .buy-package .package-list ul {
    justify-content: center;
  }
  .buy-package .package-list ul li {
    margin-right: 0;
  }
  .buy-package .package-pay {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .items {
    width: 100%;
    margin-right: -20px;
  }
  .items ul {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .items ul li {
    margin-bottom: 20px;
  }
  .qualification {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 40px;
  }
  .qualification ul {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .qualification ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
#aff-im-root .embed-icon {
  display: none !important;
}

/*# sourceMappingURL=login.css.map */
