.banner {
  width: 100%;
  background-color: #00B572;
  padding-top: 53px;
}
.banner .title {
  width: 100%;
  color: #FFFFFF;
  font-size: 36px;
  text-indent: 70px;
  margin-bottom: 10px;
}
.banner .menu {
  width: 100%;
  text-align: right;
}
.banner .menu a {
  display: inline-block;
  font-size: 18px;
  background-color: #2C394A;
  color: #FFFFFF;
  padding: 8px 16px;
  margin-left: 25px;
  text-decoration: none;
}
.banner .menu a:hover {
  background-color: #00B572;
}
.content {
  background: url('../images/commonProblem/banner.png') no-repeat center;
  padding: 70px 0px;
  background-size: cover;
}
.content .box {
  width: 100%;
}
.content .box .top {
  width: 100%;
  background-color: #00B572;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  padding: 11px 0px;
}
.content .box .bottom {
  width: 100%;
  background-color: #FFFFFF;
  padding: 30px 70px;
}
.content .box .bottom .pro {
  width: 100%;
}
.content .box .bottom .pro p {
  color: #2C394A;
  font-size: 16px;
}
.content .box .bottom .pro p a {
  color: #1D8E56;
  font-size: 16px;
}
.content .box .bottom .pro .problem {
  color: #1D8E56;
}
.content .box .bottom .pro:not(last-child) {
  margin-bottom: 30px;
}
.content .box:not(last-child) {
  margin-bottom: 47px;
}
@media (max-width: 414px) {
  .banner .title {
    text-indent: inherit;
    text-align: center;
    margin-bottom: 40px;
  }
  .banner .menu {
    text-align: center;
  }
  .banner .menu a {
    display: block;
    margin-left: 0px;
    width: 250px;
    margin: auto;
    margin-top: 10px;
  }
  .content .row {
    margin-left: 13px;
    margin-right: 13px;
  }
  .content .box .bottom {
    padding: 30px 10px;
  }
  .content .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content .box .bottom .pro p {
    font-size: 14px;
  }
}
