.home {
  width: 100%;
}
.home .dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7ff;
  z-index: 101;
  transition: all 600ms;
}
.home .dialog .form {
  width: 60%;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  display: flex;
  justify-content: space-between;
}
.home .dialog .form .left {
  width: 50%;
  padding: 30px 5%;
}
.home .dialog .form .left .t1 {
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-family: "SOURCEHANSANSCN-BOLD";
  margin: 20px 0 40px 0;
}
.home .dialog .form .left .item{
  margin-top: 20px;
}
.home .dialog .form .left .item input,.home .dialog .form .left .item select {
  width: 100%;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 5px;
  text-indent: 20px;
  padding: 10px 0;
  outline: none;
  font-size: 16px;
  color: black;
}
.home .dialog .form .left .item2 textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 5px;
  text-indent: 20px;
  padding: 10px 0;
  outline: none;
  font-size: 16px;
  resize: none;
  height: 100px;
  color: black;
  margin-top: 10px;
}


.home .dialog .form .left .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.home .dialog .form .left .sub .submit {
  width: 140px;
  height: 44px;
  background: #288FD2;
  border-radius: 10px;
  text-align: center;
  color: white;
  line-height: 44px;
  cursor: pointer;
  transition: all 600ms;
}
.home .dialog .form .left .sub a{
  display: flex;
  align-items: center;
  color:#666666;
}
.home .dialog .form .left .sub a p{
  text-decoration: underline;
  color: #1ECF98;
  margin-left: 20px;
}
.home .dialog .form .rpic {
  width: 40%;
}
.home .dialog .form .rpic img {
  width: 100%;
  display: block;
  object-fit: cover;
height: 100%;
}
@media screen and (max-width: 1680px) {
  .home .dialog .form {
    width: 60%;
  }
}
@media screen and (max-width: 1440px) {
  .home .dialog .form {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .home .dialog {
    z-index: 1005;
  }
.home .dialog .form .left .eamil .rt .yzm input{
width:50%;
}
.home .dialog .form .left .eamil .rt .yzm .send{
width:40%;
}
  .home .dialog .form {
    width: 90%;
    flex-direction: column-reverse;
  }
  .home .dialog .form .rpic {
    width: 100%;
    display: none;
  }
  .home .dialog .form .left {
    width: 90%;
    padding: 20px 5%;
  }
  .home .dialog .form .left .t1 {
    margin: 15px 0;
  }
  .home .dialog .form .left .phone {
    flex-direction: column;
  }
  .home .dialog .form .left .phone .rt {
    width: 100%;
    margin-top: 10px;
  }
  .home .dialog .form .left .phone .rt p {
    line-height: 28px;
  }
  .home .dialog .form .left .eamil {
    flex-direction: column;
    margin-top: 5px;
  }
  .home .dialog .form .left .eamil .rt {
    width: 100%;
    margin-top: 10px;
  }
  .home .dialog .form .left .btns {
    margin-top: 20px;
  }
  .home .dialog .form .left .btns div,.home .dialog .form .left .btns a {
    font-size: 14px;
    margin: 0 15px;
  }
}