.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;
  }
}