.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: 60px 0;
}
.home .dialog .form .left .phone {
  display: flex;
  justify-content: space-between;
}
.home .dialog .form .left .phone .rl {
  color: #333333;
  margin-top: 10px;
width:120px;
}
.home .dialog .form .left .phone .rt {
  width: calc( 100% - 120px);
}
.home .dialog .form .left .phone .rt input {
  width: 95%;
  border: 1px solid #999999;
  outline: none;
  border-radius: 5px;
  padding: 10px 0 10px 5%;
  font-size: 16px;
}
.home .dialog .form .left .phone .rt p {
  color: #999999;
  font-size: 14px;
  margin-top: 15px;
}
.home .dialog .form .left .eamil {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.home .dialog .form .left .eamil .rl {
  color: #333333;
  margin-top: 10px;
width:120px;
}
.home .dialog .form .left .eamil .rt {
width: calc( 100% - 120px);
}
.home .dialog .form .left .eamil .rt .yzm {
  display: flex;
  justify-content: space-between;
}
.home .dialog .form .left .eamil .rt .yzm input {
  width: 50%;
  border: 1px solid #999999;
  outline: none;
  border-radius: 5px;
  padding: 10px 0 10px 5%;
  font-size: 16px;
}
.home .dialog .form .left .eamil .rt .yzm .send {
  width: 42%;
  background-color: #288FD2;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 600ms;
  padding: 0;
  font-size: 14px;
}
.home .dialog .form .left .eamil .rt .yzm .send:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}
.home .dialog .form .left .eamil .rt p {
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  margin-top: 15px;
}
.home .dialog .form .left .btns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.home .dialog .form .left .btns div,.home .dialog .form .left .btns a {
  width: 134px;
  height: 45px;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  color: #333333;
  cursor: pointer;
  margin: 0 30px;
}
.home .dialog .form .left .btns .btn {
  background: #288FD2;
  color: white;
}
.home .dialog .form .left .btns .back {
  border: 1px solid #999999;
}
.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;
  }
}