body {
  width: 100vw;
  height: 100vh;
  background: url('../images/login_bg_img.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register_wrp {
  width: 1041px;
  height: 658px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 36px;
}

.close_icon {
  width: 20px;
  height: 20px;
}

.main {
  margin-top: 45px;
  margin-left: 124px;
}

.title {
  width: 84px;
  height: 42px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 42px;
  color: #222222;
  line-height: 63px;
  text-align: left;
  font-style: normal;
}

.draw_img {
  width: 112px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.1)
}

.main {
  margin-top: 44px;
  margin-left: 44px;
  margin-right: 44px;
}

.title {
  width: 84px;
  height: 42px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 42px;
  color: #222222;
  line-height: 63px;
  text-align: left;
  font-style: normal;
}

.draw_img {
  width: 112px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.1)
}

.tips {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #939BA2;
  margin-top: 10px;
}

.items {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._items {
  margin-top: 0;
}

.items .item {
  margin-top: 32px;
}

.items .item span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #5A6771;
  line-height: 24px;
}

.items .item input {
  display: block;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D1D7DB;
  width: 400px;
  height: 44px;
  margin-top: 5px;
  padding: 0 10px;
  outline: none;
  color: #222222;
}

.register_btn {
  width: 400px;
  height: 64px;
  background: #222222;
  border-radius: 32px;
  margin-top: 80px;
  text-align: center;
  line-height: 64px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 240px;
}