html,body{
  height: 100%;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -150px;
}
.content1{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  align-items: center;
}
#register-wrap {
  width: 100%;
  height: 100%;
}

#register-wrap .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#register-wrap .inner .pos {
  position: absolute;
}

#register-wrap .inner .pos .ly-inner {
  background: #ffffff;
}

#register-wrap .inner .pos .ly-inner .box,#register-wrap .inner .pos .ly-inner .box2 {
  box-shadow: 0px 0px 20px 1px rgba(93,62,93,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 540px;
}

#register-wrap .inner .pos .ly-inner .box .title {
  width: 426px;
  font-size: 22px;
  color: #ea2e2e;
  text-align: left;
  margin-bottom: 26px;
  margin-top: 32px;
}

#register-wrap .inner .pos .ly-inner .box .item {
  width: 426px;
  height: 46px;
  border: 1px solid #dbdcdc;
  display: flex;
  margin-bottom: 20px;
}

#register-wrap .inner .pos .ly-inner .box .item p {
  width: 100px;
  height: 46px;
  text-align: right;
  line-height: 46px;
  font-size: 16px;
  color: #1e1e1e;
}

#register-wrap .inner .pos .ly-inner .box .item input {
  border: none;
  height: 44px;
  width: 280px;
  font-size: 16px;
  padding-left: 40px;
}

#register-wrap .inner .pos .ly-inner .box .item input::-webkit-input-placeholder {
  color: #9c9c9c;
  font-size: 16px;
}

#register-wrap .inner .pos .ly-inner .box .item input:focus {
  outline: none;
}

#register-wrap .inner .pos .ly-inner .box .item.bt {
  border: none;
}

#register-wrap .inner .pos .ly-inner .box .item.bt input {
  border: 1px solid #dbdcdc;
  height: 46px;
  width: 301px;
  padding-left: 52px;
}

#register-wrap .inner .pos .ly-inner .box .item.bt a {
  margin-left: 15px;
  height: 46px;
  width: 110px;
  background: #ea2e2e;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-decoration: none;
}

#register-wrap .inner .pos .ly-inner .box .item.sv {
  border: none;
  display: flex;
  flex-direction: column;
  height: 160px;
  align-items: center;
}

#register-wrap .inner .pos .ly-inner .box .item.sv .register {
  width: 328px;
  height: 48px;
  font-size: 20px;
  background: #ea2e2e;
  color: #ffffff;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  text-decoration: none;
}

#register-wrap .inner .pos .ly-inner .box .item.sv .login {
  font-size: 18px;
  color: #555555;
  margin-top: 34px;
  text-decoration: none;
}

#register-wrap .inner .pos .ly-inner .box .item.sv .login:hover {
  color: #ea2e2e;
}
#register-wrap .inner .pos .ly-inner .box2 .title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  margin-bottom: 76px;
}
#register-wrap .inner .pos .ly-inner .box2 .title i {
  background: url(../images/cg.png) no-repeat;
  width: 90px;
  height: 82px;
  display: block;
}
#register-wrap .inner .pos .ly-inner .box2 .title p {
  font-size: 38px;
  color: #ea2e2e;
}
#register-wrap .inner .pos .ly-inner .box2 p{
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  text-align: center;
}
#register-wrap .inner .pos .ly-inner .box2 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 326px;
  height: 48px;
  background: #ea2e2e;
  border-radius: 48px;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 76px;
}