.user-main {
  width: 1022px;
  height: 625px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin: auto;
  padding-top: 1px;
}
.user-main .left-img {
  width: 500px;
  height: 625px;
  float: left;
  background-image: url(../img/bg.47b91091.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 0 0 50px;
}
.user-main .right-box {
  width: 522px;
  height: 625px;
  float: left;
  text-align: center;
}
.user-main .right-box .icon1 {
  width: 255px;
  clear: both;
  margin-top: 40px;
  margin-left: -30px;
}
.user-main .right-box .text {
  width: 310px;
  clear: both;
  margin-top: 100px;
}
.user-main .right-box .login {
  width: 260px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  background-color: #4A7EFF;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-top: 120px;
  display: inline-block;
}
.user-main .right-box .register {
  font-size: 22px;
  color: #4A7EFF;
  font-weight: bold;
  display: block;
  font-family: 'Adobe Heiti Std';
  margin-top: 8px;
}
.user-main .link {
  width: 100%;
  text-align: center;
  clear: both;
  display: block;
  position: relative;
  top: 30px;
}

