.wrapper {
  min-height: 100%;
  background-color: var(--themeBg, #1E3A5F);
  background-image: var(--themBgImage, none);
}

.about {
  min-height: calc(100% - 155px);
  /*margin-top: 50px;*/
  display: flex;
  align-items: center;
  flex-direction: column
}

.about .about_img {
  display: flex;
  justify-content: center;
  max-width: 767px;
  width: 100%
}

.about .about_img > img {
  width: 100%;
  height: 100%;
  object-position: center
}

.about .about_list {
  margin-top: 10px
}

.about .about_list > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: 600
}

.about .about_list > a > .iconfont {
  color: #ccc;
  font-size: 14px
}

.company {
  min-height: calc(100% - 74px);
  padding-top: 30px;
  padding-bottom: 80px
}

.company h2 {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333333;
  font-weight: bold
}

.company .mainBox {
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 4px
}

.company .mainBox h3 {
  font-size: .9em;
  margin-bottom: 15px;
  color: #1E3A5F;
}

.company .mainBox p {
  font-size: .9em;
  margin-bottom: 15px;
  line-height: 1.6em;
  color: #516375
}

.company .mainBox form {
  padding: 20px 0
}

.company .mainBox form .formItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative
}

.company .mainBox form .formItem input {
  width: 370px;
  height: 34px;
  border-radius: 4px;
  text-indent: 1em;
  color: #F5F5F5;
  border: none;
  outline: none;
  background-color: #F8F8F8;
}

.company .mainBox form .formItem .why {
  width: 100%
}

.company .mainBox form .formItem #comcom {
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  border-radius: 10px;
  color: #516375;
  background-color: #F8F8F8;
  text-indent: 1em;
  padding-top: 15px
}

.company .mainBox form input[type=submit] {
  width: 90px;
  height: 34px;
  border: none;
  outline: none;
  border-radius: 4px;
  color: #fff;
  background-color: #1E3A5F;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
  font-size: .9em
}

.company .mainBox form input[type=submit]:hover {
  background-color: rgba(249, 73, 65, .8)
}
