.lr-container {
  width: 1200px;
  margin: auto;
}
.lr-wrap {
  padding: 40px 0;
}
.lr-form {
  position: relative;
  height: 502px;
  background: url(https://www.landray.com.cn/static-old/gongyong/images/reservebg.png)
    no-repeat center;
  background-size: cover;
}
.lr-form input[type=text]{
  background: #FFFFFF;
  border: 1px solid #E9EBF3;
}
.lr-form input[type=text]:focus{
  border: 1px solid #E9EBF3;
}
.lr-form input[type=text].warning:focus{
  border: 1px solid #f0465c;
}
.lr-form h2 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  height: 42px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 20px;
}
.lr-form-wrap {
  padding: 40px 228px;
  background: #ffffff;
}
.lr-form-line {
  overflow: hidden;
}
.lr-form-line-item {
  float: left;
}
.lr-form-line-item:first-child input {
  width: 360px;
}
.lr-form-line-item:nth-child(2) input {
  width: 170px;
}
.lr-form-code {
  float: left;
  cursor: pointer;
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
  width: 95px;
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #4285f4;
}
.lr-form-code p {
  margin: 0;
}
.lr-form-code span {
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #4285f4;
  display: none;
}
.lr-form-code.count p {
  height: 25px;
  line-height: 25px;
}
.lr-form-code.count span {
  display: block;
}
.lr-form-opt {
  overflow: hidden;
}
#telNumButton {
  width: 200px;
  height: 50px;
  float: left;
  margin-right: 16px;
}
.lr-form-opt .input2 {
  float: left;
  width: 158px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  border: 1px solid #e9ebf3;
}
.lr-form-opt .input2.warning {
  border: 1px solid #f0465c;
}
.lr-form-opt .input2 input{
  border: none;
  width: 90px;
  height: 48px;
  padding: 14px 20px;
  outline: none;
  float: left;
  line-height: normal;
}
.lr-form-opt .input2 img {
  width: 60px;
  height: 30px;
  margin-top: 10px;
  float: left;
}
.lr-form-line .input3 {
  height: 50px;
  display: inline-block;
  width: 260px;
  vertical-align: top;
  position: relative;
}
.lr-form-line .input3 .lr-form-code{
  float: left;
  position: relative;
  z-index: 1;
}
.lr-form-line .input3 input{
  border: 1px solid #e9ebf3;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  height: 48px;
  outline: none;
  padding-left: 132px;
  float: right;
  line-height: normal;
}
.lr-form-title {
  float: left;
  margin-right: 20px;
  line-height: 50px;
}
.lr-form input {
  box-sizing: border-box;
  width: 650px;
  height: 50px;
  padding: 14px 20px;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #e9ebf3;
  outline: none;
  transition: all 0.3s;
}
.lr-form input.warning {
  border-color: #f0465c;
}
.lr-form-tips {
  color: #f0465c;
  padding-left: 55px;
  margin: 0;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.lr-form-submit div {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: #4285f4;
  border: 1px solid #4285f4;
  border-radius: 2px;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.lr-form-submit div:hover {
  background: #387ae6;
  border-color: #387ae6;
}
.lr-form-submit p {
  font-size: 14px;
  color: #b9c5d2;
  text-align: center;
  margin: 0;
  margin-top: 10px;
}
.result-success {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.result-success-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.result-success-info {
  display: none;
  width: 500px;
  padding: 60px 0 40px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  margin-top: -110px;
  top: 50%;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.3s;
  z-index: 1;
}
.result-success-info.in {
  transform: translateY(0);
  opacity: 1;
}
.result-success-info.active {
  display: block;
}
.result-success-info p {
  font-size: 20px;
  color: #363f4e;
  text-align: center;
  margin: 0;
}
.result-success-info div {
  background: #e9ebf3;
  color: #737c8b;
  transition: all 0.3s;
  text-align: center;
  margin-top: 40px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 40px auto 0;
  cursor: pointer;
}
.result-success-info div:hover {
  color: #fff;
  background: #4285f4;
}
@media screen and (max-width: 500px) {
  .lr-container {
    width: 90%;
    margin: 0 auto;
  }
  .lr-form {
    background: url(https://www.landray.com.cn/static-old/gongyong/images/reservebg.png)
      center top no-repeat;
    background-color: #8a8c92;
    margin: 0 auto;
    background-size: cover;
  }
  .lr-form-wrap {
    padding: 20px;
  }
  .lr-form-line-item {
    float: none;
  }
  .lr-form-line-item:nth-child(2) .lr-form-opt {
    margin-bottom: 20px;
    flex-direction: row-reverse;
  }
  .lr-form-line-item:nth-child(2) .lr-form-opt .lr-form-code {
    box-sizing: border-box;
    margin-right: 0;
    border-left: 0;
  }
  .lr-form-opt {
    display: block;
    position: relative;
    height: 100%;
  }
  #telNumButton{
    width: 50% !important;
    margin-right: 3%;
  }
  .lr-form-opt .input2{
    margin-right: 0;
    width: 47%;
    position: relative;
  }
  .lr-form-opt .input2 img{
    position: absolute;
    right: 4%;
    top: 0;
  }
  .lr-form-opt .input2::after{
    content: "";
    position: absolute;
    height: 30px;
    top: 10px;
    right: 74px;
    border-right: 1px solid #B6C5D3;
  }
  .lr-form-line .input3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .lr-form-line .input3 .lr-form-code {
    height: 40px;
    line-height: 38px;
    text-align: left;
    margin: 0;
    margin-right: 20px;
    width: 120px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: none !important;
  }
  .lr-form-line .input3 .lr-form-code::after {
    content: "";
    position: absolute;
    height: 30px;
    top: 5px;
    right: 124px;
    border-right: 1px solid #B6C5D3;
  }
  .lr-form-line .input3 input{
    padding: 14px 20px;
  } 
  .lr-form h2 {
    font-size: 24px;
  }
  .lr-form-title {
    display: none;
  }
  
  .lr-form-tips {
    padding-left: 0;
    font-size: 14px;
  }
  .lr-form input {
    display: block;
    width: 100% !important;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .lr-form-code p {
    font-size: 14px;
  }
  .lr-form-code span {
    font-size: 14px;
  }
  .lr-form-code.count p {
    display: none;
  }
  .lr-form-code.count span {
    height: 38px;
    line-height: 38px;
    text-align: center;
  }
  .result-success-info {
    width: 90%;
    margin-left: -45%;
  }
  .result-success-info p {
    font-size: 16px;
  }
}