.nav-wrapper {
  background-color: #fff !important;
  box-shadow: 3px 5px 9px 3px hsla(0, 0%, 80%, .2);
}
.company-container {
  padding: 70px 0px 0px;
}
.company-container-top {
  padding: 30px;
  background: url(/statics/imgs/company-ds-bg1.webp) no-repeat;
  background-size: 100% 100%;
}
.company-container-content {
  width: 1200px;
  margin: 0 auto;
}
.custom-btn {
  padding: 12px 40px 12px 20px;
  background-color: #2878FF;
  margin: 55px 0 0px;
  border-radius: 6px;
  align-items: center;
  color: #fff;
}
.company-container-top .custom-btn .iconfont {
  display: block;
  animation: moveLeftRight 2s infinite alternate;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.company-container-right,
.company-container-top-left {
  width: 50%;
}
.company-container-right {
  padding: 40px;
}
h1 {
  line-height: 100px;
  font-weight: bold;
}
h3 .qh-icon-zhuanshuchangjing {
  font-size: 24px;
  color: #69BBF6;
  padding-right: 6px;
  position: relative;
  top: 3px;
}
.company-requirement .title-tip {
  color: #666;
  margin-bottom: 30px;
}
h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.company-requirement-item {
  line-height: 42px;
  padding-left: 5px;
}
.company-info-wrapper {
  padding: 50px;
  width: 800px;
  margin: 0 auto;
}
.company-form .label {
  width: 120px;
  margin-right: 15px;
  text-align: right;
}
.company-info-wrapper .company-form .label span {
  color: red;
  margin-right: 10px;
}
.company-info-wrapper .company-form .flex-st {
  margin-bottom: 20px;
}
.company-info-wrapper .company-form .flex-center {
  margin: 40px 0 20px;
}
@media screen and (max-width:1199px) {
  .company-container,
  .company-container-content,
  .company-info-wrapper,
  .company-container-right,
  .company-container-top-left {
    width: 100%;
    flex-wrap: wrap;
  }
  .company-container-right {
    height: auto;
    padding: 30px 0px;
  }
  .company-container-top {
    padding: 30px 15px 0px;
  }
  .company-info-wrapper {
    padding: 20px 10px 0 5px;
  }
}
