.common-container{
  width: 100vw;
  height: 100vh;
  background: url(../images/common/common-bg.png) no-repeat;
  background-size: 100% 100%;
  .logo{
    display: inline-block;
    width: 6.79rem;
    height: 2.14rem;
    background: url('../images/common/common-logo.png') center center no-repeat;
    background-size: 100%;
    margin-top: 2.642857rem;
    margin-left: 1.357143rem;
  }
  .bg-content{
    display: inline-block;
    position: relative;
    width: 23.928571rem;
    height: 29.5rem;
    background: url('../images/common/common-login-bg.png') center center no-repeat;
    background-size: 100% 100%;
    margin-top: 1.928571rem;
    margin-left: 1.428571rem;
    .button-next {
      position: absolute;
      right: 1.214286rem;
      bottom: 1.857143rem;
      width: 3.571429rem;
      height: 3.571429rem;
      background: url('../images/common/common-button.png') no-repeat;
      background-size: 100% 100%;
      text-align: center;
      line-height: 3.571429rem;
      i{
        display: inline-block;
        width: 1.071429rem;
        height: 1.071429rem;
        background: url('../images/common/common-jiantou.png') no-repeat;
        background-size: 100% 100%;
      }
    }
  }
}