.m-sub-nav {
  padding: 17px;
}
.m-sub-nav .msn-title strong {
  display: block;
  font-size: 18px;
  color: #d7000f;
}
.m-sub-nav .msn-title span {
  font-size: 12px;
  color: #595757;
}
.m-sub-nav .msn-tab {
  padding-bottom: 10px;
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}
.m-sub-nav .msn-tab a {
  margin-bottom: 6px;
  margin-right: 10px;
  display: block;
  width: 24%;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #a0a0a0;
}
.m-sub-nav .msn-tab a.on {
  background-color: #d7000f;
}
.apply-content {
  margin: 40px auto;
  max-width: 846px;
  padding: 0 5%;
}
.apply-content .a-title {
  height: 72px;
  line-height: 72px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background-color: #d7000f;
}
.apply-content .a-form .a-control {
  float: left;
  margin-top: 34px;
  width: 100%;
}
.apply-content .a-form .a-control:first-child {
  margin-top: 52px;
}
.apply-content .a-form .a-control label {
  float: left;
  margin-bottom: 0;
  width: 150px;
  line-height: 50px;
  font-size: 30px;
}
.apply-content .a-form .a-control input {
  float: left;
  height: 50px;
  width: 100%;
  max-width: 576px;
  border: 1px solid #666;
  padding-left: 10px;
  font-size: 20px;
}
.apply-content .a-form .a-control .post-btn {
  margin-top: 42px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background-color: #d7000f;
  border: none;
  cursor: pointer;
}
