
/* footer login register css */
.m-login-register{
    height: 1.7rem;
    padding-top: 0.48rem;
    background: url('./www/v7/home/loginJump-bgc.png') repeat-x;
}

.m-login-register .m-text{
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.3rem;
}

.m-login-register .m-login {
    margin: 0.3rem auto 0 auto;
    width: 4.7rem;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.m-login-register .m-login a{
    width: 2rem;
    height: 0.6rem;
    font-size: 0.24rem;
    line-height: 0.6rem;
    display: block;
    text-align: center;
    float: left;
}

.m-login-register .m-login .m-login-btn{
    border: 1px solid #07AAFF;
    color: #07AAFF;
    margin-right: .6rem;
}

.m-login-register .m-login .m-register-btn{
    border: 1px solid #07AAFF;
    color: #fff;
    background-color: #07AAFF
}

/* 鏈€鏂皉igister 浠ｇ爜 */
.m-rigister {
    display: none;
}
.register {
    width: 100%;
    height: 200px;
    min-width: 1200px;
    background-image: linear-gradient(270deg, #06BDFf 0%, #1271EF 100%);
  }
  .register-main {
    margin: 0 auto;
    height: 152px;
    padding-top: 48px;
    background: url('https://img.juhe.cn/www/v10/register/register-bg.svg') no-repeat center;
  }
  .register-name {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .register-tip {
    opacity: 0.6;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .register-tip span {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
  }
  .register-tip span:last-child {
    margin-right: 0;
  }
  .register-tip .line {
    width: 60px;
    border-top: 1px dashed #fff;
    margin-top: 6px;
    display: block;
  }
  .register-link {
    width: 168px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: 0 auto;
  }
  .register-link a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
@media screen and (max-width: 750px) {
    .pc-rigister {
        display: none;
    }
    .m-rigister {
        display: block;
    }
    .register {
      width: 100%;
      height: 2.4rem;
      min-width: 100%;
      background-image: linear-gradient(270deg, #06BDFf 0%, #1271EF 100%);
    }
    .register-main {
      height: 1.96rem;
      padding-top: 0.44rem;
      background: url('https://img.juhe.cn/www/v10/register/register-bg.svg') no-repeat center;
    }
    .register-name {
      font-size: 0.32rem;
      line-height: 0.32rem;
      margin-bottom: 0.2rem;
    }
    .register-tip {
      margin-bottom: 0.2rem;
    }
    .register-tip span {
      float: left;
      margin-right: 0.2rem;
      font-size: 0.18rem;
      line-height: 0.18rem;
    }
    .register-tip span:last-child {
      margin-right: 0;
    }
    .register-tip .line {
      width: 0.6rem;
      border-top: 1px dashed #fff;
      margin-top: 0.11rem;
    }
    .register-link {
      width: 2.4rem;
      height: 0.6rem;
      border-radius: 0.08rem;
      border: 1px solid #fff;
    }
    .register-link a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0.3rem;
      line-height: 0.6rem;
    }
  }