* {
  box-sizing: border-box;
  user-select: none;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background: #eef4f8;
}

a,
.blue-text {
  color: #268cd8 !important;
  text-decoration: none;
}
.line-50 {
  line-height: 50px !important;
}
.line-40 {
  line-height: 40px !important;
}
.text-center {
  text-align: center;
}
.container {
  width: 100%;
  background: #fbfbfb;
}

.top {
  width: 600px;
  margin: 0 auto;
  padding: 184px 0px 40px 0px;
}

.top div {
  position: relative;
  z-index: 3;
}

.top .sm-title {
  width: 100%;
  font-size: 240px;
  color: #ebf0f3;
  position: absolute;
  top: 204px;
  left: 0;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  font-weight: 900;
  opacity: 0.7;
}

.sub-title {
  font-size: 22px;
  color: #d9dbdc;
  line-height: 36px;
  margin-bottom: 22px;
}

.btn {
  float: right;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  background-color: #3fac70;
  color: #fff;
  cursor: pointer;
}

.title {
  font-size: 36px;
  color: #d9dbdc;
}

.description {
  color: #b2b5b6;
  padding: 47px 0 23px 0;
}

.solution {
  color: #b2b5b6;
  padding: 0 0 20px 0;
}

.info {
  color: #b2b5b6;
  font-size: 14px;
  padding: 47px 0 23px 0;
}

.instruction {
  margin: 20px;
  height: 97px;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.instruction div {
  display: inline-block;
}

/* Captcha */
.captcha .top {
  width: 1400px;
  padding: 184px 0px 0px 0px;
}
.captcha .top-left {
  height: 450px;
  float: left;
  width: 50%;
  position: relative;
}
.captcha-area {
  height: 342px;
}
.captcha .top-right {
  height: 450px;
  display: inline-block;
  position: relative;
}
.intro-title {
  position: absolute !important;
  bottom: 10px;
  text-align: center;
}


.captcha .bottom {
  width: 1400px;
  margin: 0 auto;
}
.captcha .bottom-left div,
.captcha .bottom-right div {
  font-size: 14px;
  color: #b2b5b6;
  line-height: 24px;
}
.captcha .bottom-left {
  width: 50%;
  margin-top: 20px;
  float: left;
  position: relative;
}
.captcha .bottom-right {
  width: 50%;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}

/* Icon */
.icon-client {
  width: 100px;
  height: 100px;
  background: url(../assets/img/sprite.png) no-repeat;
  background-position: -568px -210px;
}
.icon-funcdn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  background: url(../assets/img/sprite.png) no-repeat;
  background-position: -568px -320px;
}
.icon-server {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: url(../assets/img/sprite.png) no-repeat;
  background-position: -568px -427px;
  position: relative;
}
.icon-server .icon-warn,
.icon-funcdn .icon-warn{
    position: absolute;
    top: -14px;
    opacity: 1;
    width: 22px;
    height: 18px;
    background: url(../assets/img/sprite.png) no-repeat;
    background-position: -568px -32px;
    left: 50%;
    margin-left: -10px;
}

.icon-connect-ok {
  width: 202px;
  height: 36px;
  margin-bottom: 32px;
  background: url(../assets/img/sprite.png) no-repeat;
  background-position: -513px -119px;
}
.icon-connect-fail {
  width: 202px;
  height: 36px;
  margin-bottom: 32px;
  background: url(../assets/img/sprite.png) no-repeat;
  background-position: -513px -155px;
}

.icon-window {
  width: 507px;
  height: 342px;
  background: url(../assets/img/sprite.png) no-repeat;
  background-position: 0px 0px;
}
.icon-loading {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../assets/img/sprite.png) no-repeat;
  background-position: -512px -58px;
}

.intro-title-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    background: url(../assets/img/sprite.png) no-repeat;
    background-position: -656px -31px;    
}
.float-left {
  float: left !important;
}
.spin {
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.instruction div {
  opacity: 0.4;
}

.footer-info {
  text-align: center;
  font-size: 14px;
  color: #989b9c;
  padding: 20px;
}
.hide-pc{
    display: none;
}

.captcha-code{
    width: 400px;
    height: 120px;
    line-height: 120px;
    border: 1px solid #D9DBDC;
    /* background-color: #0F1010; */
    margin: 12px 0;
    padding: 0 30px;
    box-sizing: border-box;
}
.code{
    float: left;
    width: 180px;
    height: 58px;
    margin: 30px 20px 0px 0px;
    border: 1px dashed #000;
}
.change-code-text{
    font-size: 16px;
    color: #F8702B;
    cursor: pointer;
    white-space: nowrap;
}
.change-code{
    position: relative;
    top: 3px;
    left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../assets/img/sprite.png) no-repeat;
    background-position: -613px -30px;
    cursor: pointer;
}
.next{
    margin-top: 22px;
    width: 120px;
    height: 36px;
    background-color: #3FAC70;
    border: none;
    outline: none;
    color: #fff;
}

.code-inputs{
    height: 100px;
}
.code-inputs input{
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    background: #f0f2f3;
    outline: none;
    margin: 20px;
    text-align: center;
    font-size: 16px;
}
/* General Adaptive */
@media all and (max-width: 750px) {
  .hide-sm {
    display: none !important;
  }
  .container {
    height: 100%;
    position: absolute;
  }

  .top {
    width: 100%;
    padding: 80px 10px 20px 10px;
  }

  .btn {
    float: none;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 11px 0px 18px 0px;
  }

  body .text-center .top .sm-title {
    text-align: center;
  }
  body .top .sm-title {
    position: static;
    font-size: 20px;
    text-align: left;
    color: #d9dbdc;
    opacity: 1;
  }

  .title {
    display: none;
  }

  .sub-title {
    font-size: 15px;
    line-height: 50px;
  }

  .description {
    line-height: 24px;
    padding: 24px 0;
  }

  .bottom {
    display: none;
  }
  .captcha .top{
      padding: 60px 20px 0px 0px;
  }
  .captcha .container {
    position: relative;
  }
  .captcha .bottom {
    display: inherit;
  }
  .captcha .title {
    display: block;
  }
  .captcha .sub-title {
    font-size: 22px;
    line-height: 36px;
  }
  .captcha-code, .code-inputs{
      height: auto;
      width: 100%;
  }
  .captcha-area {
      height: auto;
      padding-bottom: 20px;
  }
  .code-inputs input{
      margin: 15px;
  }
  .next{
    margin-top: 16px;
}
}

/* Dark mode */
.dark {
  background: #292b2c;
}
.dark .container {
  background: #252728;
}
.dark .sm-title {
  color: #1b1b1b;
}
.dark .icon-window {
  background-position: 0px -343px;
}
.dark .icon-loading {
  background-position: -512px -20px;
}
.dark .instruction div {
  opacity: 1;
}
.dark .change-code{
    background-position: -613px -68px;
}
.dark .icon-warn{
    background-position: -568px -70px

}
.dark .intro-title-icon{
    background-position: -656px -68px;
}
/* Captcha Adaptive */
@media all and (max-width: 1400px) {
  .hide-sm {
    display: none !important;
  }
  .hide-pc{
      display: block;
  }
  .captcha .top,
  .captcha .bottom {
    padding-left: 20px;
  }
  .captcha .top-left {
    height: auto;
    float: none;
  }
  .captcha .top,
  .captcha .top-left,
  .captcha .bottom,
  .captcha .bottom-left,
  .captcha .bottom-right {
    width: 100%;
  }
  
}
