.chat {
  height: 100vh;
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
  overflow: hidden;
}
.chat .l-content-l {
  width: 50%;
  height: 100%;
  background: url(../images/chat-demo.png) center right no-repeat;
  padding: 0 6%;
  padding-top: 72px;
  background-size: cover;
  text-align: center;
}
.chat .l-content-l h3 {
  margin-top: 80px;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 10px;
}
.chat .l-content-l p {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
}
.chat .l-content-l img {
  width: 100%;
  max-width: 400px;
  margin-top: 40px;
  display: inline-block;
}
.chat .l-content-r {
  width: 50%;
  text-align: center;
  padding-top: 72px;
}
.chat .l-content-r .main {
  display: inline-block;
  width: 405px;
}
.chat .l-content-r h3 {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
}
.chat .l-content-r h3 + p {
  font-size: 18px;
  color: #f66f6a;
  line-height: 28px;
  text-align: left;
}
.chat .l-content-r .form {
  margin-top: 40px;
  position: relative;
  text-align: left;
}
.chat .l-content-r .form .label-box {
  margin-bottom: 20px;
}
.chat .l-content-r .form .label-box span {
  font-size: 16px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 30px;
  width: 65px;
  display: inline-block;
  vertical-align: middle;
}
.chat .l-content-r .form .label-box input {
  font-size: 16px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 24px;
  width: 306px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.chat .l-content-r .form .label-box input:hover,
.chat .l-content-r .form .label-box input:focus {
  border-color: #29bece;
}
.chat .l-content-r .form .tip-info {
  position: absolute;
  bottom: 100px;
  width: 100%;
}
.chat .l-content-r .form .tip-info p {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.chat .l-content-r .form .tip-info .message-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 120%;
  color: #fa5151;
}
.chat .l-content-r .form .tip-info .message-info.name {
  top: -200px;
  left: 95px;
}
.chat .l-content-r .form .tip-info .message-info.enterprise {
  top: -140px;
  left: 95px;
}
.chat .l-content-r .form .tip-info .message-info.phobe {
  top: -100px;
  left: 95px;
}
.chat .l-content-r .form .code {
  display: inline-block;
  border: 1px solid #00adbb;
  border-radius: 2px;
  margin-left: 8px;
  width: 96px;
  font-size: 16px;
  color: #00adbb;
  line-height: 38px;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
}
.chat .l-content-r .form .code:hover {
  color: #29bece;
  border-color: #29bece;
}
.chat .l-content-r .form .code.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.chat .l-content-r .form .commit {
  width: 100%;
  display: inline-block;
  background: #00adbb;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 60px;
  line-height: 60px;
  transition: all 0.3s;
}
.chat .l-content-r .form .commit:hover {
  border-color: #29bece;
  background: #29bece;
}
.chat .l-content-r .form .error {
  border: 1px solid #fa5151 !important;
}
.chat.book .l-content-l {
  width: 50%;
  height: 100%;
  background: url(../images/chat-book.png) center right no-repeat;
  background-size: cover;
  padding-top: 72px;
}
.chat.book .l-content-l h3 {
  margin-top: 80px;
  font-size: 30px;
  color: #192967;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}
.chat.book .l-content-l p {
  font-size: 18px;
  color: #192967;
  text-align: center;
  line-height: 28px;
}
.chat.book .l-content-r .form .tip-info .message-info.name {
  top: -220px;
  left: 95px;
}
.chat.book .l-content-r .form .tip-info .message-info.enterprise {
  top: -160px;
  left: 95px;
}
.chat.book .l-content-r .form .tip-info .message-info.phone {
  top: 120%;
  left: 0;
}
.chat.report .l-content-l {
  width: 50%;
  height: 100%;
  background: url(../images/report-bg.png) center right no-repeat;
  background-size: cover;
  padding-top: 72px;
}
.chat.report .l-content-l h3 {
  margin-top: 80px;
  font-size: 30px;
  color: #192967;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}
.chat.report .l-content-l p {
  font-size: 18px;
  color: #192967;
  text-align: center;
  line-height: 28px;
  margin-top: 40px;
}
.chat.report .l-content-l p:last-child {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 66px;
  text-shadow: 0 3px 6px rgba(4, 36, 88, 0.5);
  background: url(../images/report-info-bg.png) center right no-repeat;
  background-size: cover;
}
.chat.report .l-content-l img {
  max-width: 432px;
}
.chat.report .l-content-r .form .tip-info .message-info.name {
  top: -200px;
  left: 95px;
}
.chat.report .l-content-r .form .tip-info .message-info.enterprise {
  top: -140px;
  left: 95px;
}
.chat.report .l-content-r .form .tip-info .message-info.phone {
  top: 120%;
  left: 0;
}
.chat.success .l-content {
  width: 100%;
  height: 100%;
  background: url(../images/success-bg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
.chat.success .l-content .main {
  display: inline-block;
  width: 405px;
  position: relative;
  top: 50%;
  transform: translateY(-60%);
}
.chat.success .l-content .main i {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../images/success-icon.svg) center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
.chat.success .l-content .main h3 {
  font-size: 30px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 15px;
}
.chat.success .l-content .main p {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  line-height: 30px;
}
.chat.success .l-content .main p:last-child {
  margin-top: 40px;
  font-size: 18px;
  color: #2a2a2a;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}
.chat.success .l-content .main p:last-child span {
  font-size: 22px;
  color: #32ced7;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}
.chat.notfound .l-content {
  width: 100%;
  height: 100%;
  background: url(../images/success-bg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
.chat.notfound .l-content .main {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.chat.notfound .l-content .main p {
  margin-bottom: 30px;
}
.chat.notfound .l-content .main .l-btn {
  float: none;
  display: inline-block;
}
.chat.notfound h3 {
  margin-bottom: 20px;
}
.chat.notfound h3 span {
  font-size: 120px;
  line-height: 120px;
  color: #4fb2bf;
}
.chat.notfound h3 span:nth-child(1) {
  color: #f3b23e;
}
.chat.success .l-content .main .btn-box {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.chat.success .l-content .main .btn-box a {
  float: none;
  display: inline-block;
  margin: 0;
}
.qywx {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 978px) {
  .chat {
    display: block;
    height: auto;
  }
  .chat .l-content-l {
    width: 100% !important;
    height: 190px;
    padding-top: 50px;
  }
  .chat .l-content-l h3 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .chat .l-content-l p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
  }
  .chat .l-content-r {
    width: 100%;
    padding: 20px;
  }
  .chat .l-content-r .main {
    width: 100%;
  }
  .chat .l-content-r .main h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .chat .l-content-r .main h3 + p {
    font-size: 14px;
    color: #f66f6a;
    line-height: 20px;
  }
  .chat .l-content-r .main .form {
    margin-top: 30px;
    position: relative;
    text-align: left;
  }
  .chat .l-content-r .main .form .label-box {
    margin-bottom: 20px;
  }
  .chat .l-content-r .main .form .label-box:nth-child(4) input {
    width: calc(100% - 174px) !important;
  }
  .chat .l-content-r .main .form .label-box span {
    font-size: 14px;
    color: #575b62;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 10px;
    width: 56px;
    display: inline-block;
    vertical-align: middle;
  }
  .chat .l-content-r .main .form .label-box input {
    font-size: 14px;
    color: #575b62;
    letter-spacing: 0;
    line-height: 20px;
    width: calc(100% - 72px);
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
  }
  .chat .l-content-r .main .form .label-box input:hover,
  .chat .l-content-r .main .form .label-box input:focus {
    border-color: #29bece;
  }
  .chat .l-content-r .main .form .tip-info {
    position: absolute;
    bottom: 100px;
    z-index: -1;
  }
  .chat .l-content-r .main .form .tip-info p {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
  }
  .chat .l-content-r .main .form .tip-info .message-info {
    color: #fa5151;
  }
  .chat .l-content-r .main .form .code {
    display: inline-block;
    border: 1px solid #00adbb;
    border-radius: 2px;
    margin-left: 2px;
    width: 96px;
    font-size: 14px;
    color: #00adbb;
    line-height: 38px;
    text-align: center;
    transition: all 0.3s;
  }
  .chat .l-content-r .main .form .code:hover {
    color: #29bece;
    border-color: #29bece;
  }
  .chat .l-content-r .main .form .commit {
    width: 100%;
    display: inline-block;
    background: #00adbb;
    border-radius: 2px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    line-height: 60px;
    transition: all 0.3s;
  }
  .chat .l-content-r .main .form .commit:hover {
    border-color: #29bece;
    background: #29bece;
  }
  .chat .l-content-r .form .tip-info .message-info.name {
    top: -190px;
    left: 70px;
  }
  .chat .l-content-r .form .tip-info .message-info.enterprise {
    top: -130px;
    left: 70px;
  }
  .chat .l-content-r .form .tip-info .message-info.phone {
    top: 120%;
    left: 0;
  }
  .chat.free .l-content-l {
    background: url(../images/free-bg-mb.png) center no-repeat;
    background-size: cover;
  }
  .chat.free .l-content-r .form .tip-info .message-info.name {
    top: -190px;
    left: 70px;
  }
  .chat.free .l-content-r .form .tip-info .message-info.enterprise {
    top: -130px;
    left: 70px;
  }
  .chat.free .l-content-r .form .tip-info .message-info.phone {
    top: 120%;
    left: 0;
  }
  .chat.book .l-content-l {
    width: 100% !important;
    height: 190px;
    padding-top: 0;
    background: url(../images/book-bg-mb.png) center no-repeat;
    background-size: cover;
  }
  .chat.book .l-content-l h3,
  .chat.book .l-content-l p,
  .chat.book .l-content-l img {
    display: none;
  }
  .chat.book .l-content-r .form .tip-info .message-info.name {
    top: -210px;
    left: 70px;
  }
  .chat.book .l-content-r .form .tip-info .message-info.enterprise {
    top: -150px;
    left: 70px;
  }
  .chat.book .l-content-r .form .tip-info .message-info.phone {
    top: 120%;
    left: 0;
  }
  .chat.report .l-content-l {
    width: 100% !important;
    height: 190px;
    padding-top: 0;
    background: url(../images/report-bg-mb.png) center no-repeat;
    background-size: cover;
  }
  .chat.report .l-content-l h3,
  .chat.report .l-content-l p,
  .chat.report .l-content-l img {
    display: none;
  }
  .chat.report .l-content-r .form .tip-info .message-info.name {
    top: -190px;
    left: 70px;
  }
  .chat.report .l-content-r .form .tip-info .message-info.enterprise {
    top: -130px;
    left: 70px;
  }
  .chat.report .l-content-r .form .tip-info .message-info.phone {
    top: 120%;
    left: 0;
  }
  .chat.success .l-content {
    height: calc(100vh - 50px);
    background: url(../images/success-bg-mb.png) center no-repeat;
    background-size: cover;
  }
  .chat.success .l-content .main {
    width: 100%;
    position: static;
    padding-top: 80px;
    transform: translateY(0);
  }
  .chat.success .l-content .main i {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .chat.success .l-content .main h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
  }
  .chat.success .l-content .main p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .chat.success .l-content .main .count {
    margin-top: 30px !important;
    font-size: 14px;
    line-height: 30px;
  }
  .content {
    padding-top: 50px !important;
  }
  .menu-mb-icon {
    display: none !important;
  }
  .header .header-logo {
    margin-right: calc(100% - 269px);
  }
  .header .header-tel {
    margin-right: 0;
  }
  .header .header-tel span {
    font-size: 12px;
    color: #666666;
    line-height: 50px;
  }
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.header {
  border-bottom: 1px solid #ddd;
}
.header .header-message,
.header .header-btn {
  display: none;
}
.header .header-title {
  visibility: hidden;
}
.header .header-tel {
  display: inline-block;
  opacity: 0;
}
.header .header-content {
  max-width: 100%;
  padding: 0 20px;
}
