.lang-icon {
  position: fixed;
  top: 2vh;
  right: 1.5vw;
  cursor: pointer;
}
.lan-logo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lan-logo-content .country-logo {
  width: 15px;
  margin-right: 8px;
}

.spinner {
  margin-top: 20vh;
  margin-bottom: 30vh;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner span {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 1vh;
}
.spinner div {
  margin-right: 4px;
  background-color: #4e9ff5;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
}
20% {
    -webkit-transform: scaleY(1);
}
}
@keyframes stretchdelay {
0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}
20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
}

.authorize {
  height: 100%;
  background: url(../img/background.a568162c.svg);
  background-color: #f0f2f5;
}
.authorize .other-thing {
  margin-top: 3vh;
}
.authorize .ivu-tabs-nav-container {
  line-height: 2;
  font-size: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.authorize .form {
  padding-top: 1vh;
}
.authorize .form .input-verify {
  width: 70%;
}
.authorize .code-image .ivu-spin-fix .ivu-spin-main {
  height: 20px;
}
.authorize .back,
.authorize .forget-pass,
.authorize .other-way {
  font-size: 14px;
}
.authorize .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.authorize .other-icon {
  cursor: pointer;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.2);
}
.authorize .other-icon :hover {
  color: #2d8cf0;
}
.authorize .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.authorize .logos-wrap {
  margin-top: 8vh;
  margin-bottom: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.authorize .logos-wrap .logos {
  width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.authorize .logos-wrap .logos .site-logo {
  -webkit-box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15);
          box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15);
}
.authorize .logos-wrap .logos .top {
  z-index: 1;
}
.authorize .logos-wrap .logos .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 2px dashed #e1e4e8;
}
.authorize .logos-wrap .auth-title {
  color: #24292e;
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
}
.authorize .auth-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.authorize .auth-card .auth-info-wrap {
  width: 100%;
  border-bottom: 1px solid #e1e4e8;
  padding: 24px;
}
.authorize .auth-card .auth-info-wrap .auth-detail {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.authorize .auth-card .auth-info-wrap .auth-detail .auth-pic {
  margin-right: 16px;
}
.authorize .auth-card .auth-info-wrap .auth-detail .auth-detail-href {
  font-weight: 500;
}
.authorize .auth-card .auth-info-wrap .auth-detail .auth-detail-title {
  font-weight: 500;
  color: #24292e;
}
.authorize .auth-card .auth-info-wrap .auth-detail .auth-detail-sub-title {
  font-size: 12px;
  color: #586069;
}
.authorize .auth-card .auth-info-wrap .auth-detail .auth-detail-strong {
  font-weight: 500;
}
.authorize .auth-card .button-confirm {
  width: 100%;
  padding: 0 24px;
  margin-top: 24px;
}
.authorize .auth-card .to-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin: 16px 0 24px 0;
  color: #586069;
}
.authorize .auth-card .to-strong {
  font-size: 12px;
  color: #24292e;
  font-weight: 600;
}

