.tiyan {
  width: 1076px;
  height: 664px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  margin: 0 auto;
  display: flex;
}
.tiyan .left {
  width: 532px;
  height: 664px;
}
.tiyan .right {
  flex: 1;
}
.tiyan .right .title {
  text-align: center;
  height: 43px;
  font-size: 30px;
  font-family: Noto Sans SC-Medium, Noto Sans SC;
  font-weight: 500;
  color: #000000;
  line-height: 35px;
  margin-top: 56px;
}
.tiyan .right .form {
  margin-top: 48px;
}
.tiyan .right .form .submit1 {
  width: 408px;
  height: 48px;
  background: #333437;
  opacity: 1;
  margin-top: 96px;
}
.tiyan .right .form .layui-input1 {
  width: 71%;
}
