@charset "UTF-8";
header {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }

body {
  background: white; }

.wrap {
  padding-top: 150px;
  width: 100%; }

.wrap ul {
  width: 970px;
  margin: 120px auto 50px auto;
  display: flex;
  justify-content: space-around; }
  .wrap ul li img {
    margin-top: -5px; }

.inner {
  width: 440px;
  margin: 0 auto; }

.wrap .inner h3 {
  height: 46px;
  font-family: "FZHTJW";
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center; }

.wrap .inner form {
  display: flex;
  flex-direction: column; }

.wrap .inner form input {
  width: 440px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #000000;
  padding-left: 20px;
  font: 18px "MicrosoftYaHei";
  color: #666666;
  margin-bottom: 30px; }

.wrap .inner form input:nth-of-type(2) {
  margin-bottom: 20px; }

.wrap .inner form span {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  color: #000000; }

.go-experice > span.experice {
  font-size: 16px; }

.submit-wrap {
  position: relative;
  margin: 40px 164px 0 164px;
  height: 38px;
  width: 112px; }

a.submit {
  width: 112px;
  height: 38px;
  line-height: 36px;
  font-size: 16px;
  padding-left: 0;
  text-align: center;
  font-weight: 600;
  border: 1px solid #000;
  box-sizing: border-box; }

.experice-btn:after {
  width: 0px; }

.under-line {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #000000;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1; }

a.go-experice:hover .under-line {
  transform: translate(2px, 2px); }

/*立即体验按钮*/
@-webkit-keyframes change {
  from {
    left: -2px;
    top: -2px; }
  to {
    top: 0px;
    left: 0px; } }
@-moz-keyframes change {
  from {
    left: -2px;
    top: -2px; }
  to {
    top: 0px;
    left: 0px; } }
@-ms-keyframes change {
  from {
    left: -2px;
    top: -2px; }
  to {
    top: 0px;
    left: 0px; } }
@keyframes change {
  from {
    left: -2px;
    top: -2px; }
  to {
    top: 0px;
    left: 0px; } }

/*# sourceMappingURL=business-talk.css.map */
