.container {
  max-width: 1920px;
  margin: 0px auto;
}

.wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  height: 1080px;
  background: url(https://static.web.sdo.com/woool/pic/mwoool/website/register.jpg?555);
}

.wrapper .inner {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto;
  width: 1200px;
}

.wrapper .inner .center-box {
  padding-top: 70px;
}

.wrapper .inner .center-box .title {
  background: url(http://static.web.sdo.com/woool/pic/mwoool/website/register-title.png) no-repeat 0px 0px;
  width: 374px;
  height: 98px;
  margin: 0px auto 60px auto;
}

.wrapper .inner .center-box .new-tips {
  left: 140px;
  top: 244px;
  color: #1ada0b;
  z-index: 2;
  text-shadow: 1px 1px 1px #155038, -1px 1px 1px #155038, -1px -1px 1px #155038, 1px -1px 1px #155038;
  position: absolute;
}

.wrapper .inner .center-box .iframe {
  width: 420px;
  margin: 0px auto;
}

.wrapper .inner .add-links {
  width: 40%;
  margin: 60px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #90887e;
}

.wrapper .inner .add-links a {
  color: #90887e;
  text-decoration: none;
}
/*# sourceMappingURL=index.css.map */