.signIn .signIn-left {
  height: 100vh;
  flex: 0 0 57.8%;
  width: 57.8%;
  overflow: hidden;
  position: relative; }
.signIn .signIn-left .left-logo{position:absolute;left:60px;top:60px;width:100%;}
.signIn .signIn-right {
  font-size: 14px;
  height: 100vh;
  flex: 0 0 42.2%;
  width: 42.2%;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden; }
.signIn .right-mains {
  width: 490px;
  margin: 0 auto;
  padding: 80px 86px 0 0; }
.signIn .left-font14, .signIn .right-font14 {
  font-size: 14px;
  line-height: 24px; }
.signIn .left-font14 {
  width: 450px;
  height: 48px;
  color: #000;
  margin: 12px auto 1.5rem; }
.signIn .right-font14 {
  color: #666; }
.signIn .reminds {
  color: #888;
  margin-top: 20px;
  margin: 10px 0 30px; }
.signIn .left-font36, .signIn .right-font36 {
  font-size: 36px;
  line-height: 1.1;
  color: #000; }
.signIn .right-font36 {
  margin: 60px 0 30px; }
  .signIn .right-font36:after {
    content: "";
    display: block;
    height: 2px;
    width: 48px;
    margin-top: 20px;
    background: #000;
    transition-delay: 1s;
    transition-duration: .8s; }
.signIn .get-password {
  color: #e60039; }
.signIn .tr-txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2;
  color: #000; }
.signIn .tr {
  line-height: 34px;
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #d7d8db; }
.signIn .signIn-input {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: none;
  border: none;
  color: #666;
  padding: 0 30px 0 0;
  box-sizing: border-box; }
  .signIn .signIn-input.erro {
    background: url(../img/erro.png) no-repeat right center; }
  .signIn .signIn-input.right {
    background: url(../img/right.png) no-repeat right center; }
  .signIn .signIn-input::placeHolder {
    color: #666; }
.signIn .signIn-submit {
  display: inline-block;
  flex: 0 0 220px;
  height: 56px;
  line-height: 56px;
  background: #e60039;
  text-align: center;
  color: #fff;
  border: none; }
.signIn .to-register {
  display: inline-block;
  flex: 0 0 220px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  color: #333;
  transition-duration: .3s;
  border: 1px solid #bfbfbf; }
  .signIn .to-register:hover {
    color: #fff;
    background: #e60039;
    border-color: #e60039; }
.signIn .code-tr {
  position: relative;
  padding-right: 150px; }
.signIn .captcha {
  position: absolute;
  width: 100px;
  height: 34px;
  right: 0;
  top: 10px; }
.signIn .left-logo {
  display: block;
  width: 156px;
  height: 24px; }
.signIn .left-mains {
  padding-top: 28px;
  width: 20.5rem;
  margin: 0 auto;
  text-align: center; }
.signIn .left-control-btns {
  justify-content: center;
  margin-bottom: 1.7rem; }
.signIn .control-btn {
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  flex: 0 0 188px;
  color: #fff;
  transition-duration: .3s;
  background: #707070;
  margin: 12px;
  cursor: pointer; }
  .signIn .control-btn:hover, .signIn .control-btn.cur {
    background: #e60039; }
.signIn .ajax-right {
  flex: 0 0 144px;
  width: 144px; }
.signIn .ajax-left {
  flex: 0 0 calc(100% - 150px);
  width: calc(100% - 150px);
  display: inline-flex;
  justify-content: flex-end; }
.signIn .ajax-img {
  flex: 0 0 auto;
  max-width: 100%; }
.signIn .app-ajax .ajax-right {
  /*flex: 0 0 100px;
  width: 100px; */
}
.signIn .pcct-down-a {
  width: 144px;
  height: 40px;
  display: block;
  margin-bottom: .7rem;
  transition-duration: .3s; }
  .signIn .app-down-img {
    margin-bottom: 6px;
  }
  .signIn .pcct-down-a:hover {
    transform: translateX(-6px); }
    .others-down-h5 {
      width: 180px;
      margin-left: -18px;
      font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: center;
  margin-bottom: .7rem;
    }
.signIn .others-down {
  display: inline-block;
  border-bottom: 1px solid #777979;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 0 16px 0 2px;
  background: url(../img/others-down.png) no-repeat right center;
  transition-duration: .3s; }
  .signIn .others-down:hover {
    transform: translateX(-6px); }
.signIn .app-ajax, .signIn .pcct-ajax {
  display: none; }
.signIn .ajax-mains1, .signIn .ajax-mains2 {
  opacity: 0;
  -webkit-transition: all .6s;
  transition: all .6s; }
  .signIn .ajax-mains1.cur, .signIn .ajax-mains2.cur {
    opacity: 1;
    transform: translateY(0); }
.signIn .ajax-mains1 {
  transform: translateY(-30px); }
.signIn .ajax-mains2 {
  transform: translateY(30px); }
.signIn .ewm-a {
  display: block;
  margin-bottom: .75rem; }
.signIn .ewm-txt {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #707070; }
.signIn .page-title {
  font-size: 68px;
  color: #000;
  text-align: center;
  line-height: 1.3;
  text-transform: capitalize;
  padding-top: 2.5rem;
  padding-bottom: 10px; }



.forget-bg0 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 6;
  display: none;
  background: rgba(0, 0, 0, 0.5); }
  .forget-bg0 .feedback-close {
    position: absolute;
    right: 12px;
    top: 12px;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer; }
  .forget-bg0 .form-top-title {
    font-size: 20px;
    line-height: 2.5;
    color: #000;
    margin-bottom: 22px;
    padding: 0 24px;
    border-bottom: 1px solid #e5e5e5; }
  .forget-bg0 .form-mains {
    position: absolute;
    background: #fff;
    width: 420px;
    padding-bottom: 40px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-left: 30px;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .forget-bg0 .form-mains.show {
      opacity: 1;
      margin-left: 0; }
  .forget-bg0 .form-tr {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    margin-bottom: 16px;
    padding-left: 44px;
    padding-right: 88px; }
  .forget-bg0 .form-td {
    height: 23px;
    position: relative;
    padding-left: 112px; }
  .forget-bg0 .form-s0 {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    display: inline-block; }
  .forget-bg0 .code-td {
    padding-left: 70px; }
  .forget-bg0 .form-input {
    display: block;
    width: 100%;
    height: 32px;
    background: none;
    color: #000;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    text-indent: 5px; }
  .forget-bg0 .input2-wrap {
    text-align: center; }
  .forget-bg0 .form-btn0 {
    margin-left: 15px;
    position: absolute;
    display: block;
    width: 42px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    background: #e60039;
    color: #fff;
    left: 100%;
    top: 0;
    cursor: pointer;
    font-size: 12px; }
  .forget-bg0 .input2-wrap {
    margin-top: 28px; }
  .forget-bg0 .form-input2 {
    width: 120px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 8px;
    cursor: pointer; }
  .forget-bg0 .form-reset {
    background: #666; }
  .forget-bg0 .form-submit, .forget-bg0 .again-btn {
    background: #e60039; }
  .forget-bg0 .erro-txts {
    padding: 40px 0 0;
    text-align: center; }
  .forget-bg0 .erro-red, .forget-bg0 .sucess-red {
    display: inline-block;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    color: #e60039; }
  .forget-bg0 .erro-red {
    background: url(../img/sad.png) no-repeat left center; }
  .forget-bg0 .sucess-red {
    background: url(../img/smile2.png) no-repeat left center; }
  .forget-bg0 .form-detail {
    font-size: 14px;
    line-height: 32px;
    color: #333;
    padding: 5px 0 10px; }
  .forget-bg0 .erro-mains, .forget-bg0 .sucess-mains {
    z-index: 0;
    opacity: 0; }
    .forget-bg0 .erro-mains.show, .forget-bg0 .sucess-mains.show {
      z-index: 8;
      opacity: 1; }
  .forget-bg0 .form-mains1 {
    z-index: 7; }
  .forget-bg0 .form-mains1.zindex9 {
    z-index: 9; }
