.banner {
  background: url("../imgs/banner.png") no-repeat center;
  height: 361px;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.banner h1 {
  font-size: 48px;
  font-weight: bold;
  padding: 92px 0 30px;
}
.banner p {
  font-size: 16px;
  margin-bottom: 45px;
}
.banner.success {
  background: url("../imgs/success.png") no-repeat center;
  display: none;
}
.download {
  width: 190px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  line-height: 60px;
  font-size: 20px;
  color: #00143D;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}
.download:hover {
  opacity: 0.8;
  color: #00143D;
}
.download img {
  width: 18px;
  height: 20px;
  margin: 0 3px -3px 0;
}
.list {
  width: 100%;
}
.list .title {
  width: 100%;
  height: 48px;
  background: linear-gradient(90deg, #202F4D 0%, #4B566B 100%);
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 48px;
}
.list .title a {
  font-size: 14px;
  font-weight: normal;
  float: right;
  color: #ffffff;
}
.list .title a::after {
  content: "";
  float: right;
  width: 6px;
  height: 12px;
  background: url("../imgs/more.png") no-repeat center;
  margin: 18px 0 0 6px;
}
.list .title a:hover {
  color: #FE7326;
}
.list .title a:hover::after {
  background: url("../imgs/moreH.png") no-repeat center;
}
.list .content {
  border: 1px solid #EEEEEE;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 0 20px;
}
.list .content li {
  height: 61px;
  line-height: 60px;
  border-bottom: 1px solid #EEEEEE;
}
.list .content li a {
  color: #424242;
  font-size: 16px;
  display: block;
}
.list .content li a:hover {
  color: #FE7326;
}
.list .content li:nth-last-child(1) {
  border: none;
}
.sort {
  margin-top: 49px;
}
.sort .list {
  width: 585px;
}
.help {
  margin: 40px auto 59px;
}
.help-list {
  padding: 30px 20px 0 20px;
  border: 1px solid #EEEEEE;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.help-list li {
  width: 565px;
  height: 158px;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 30px;
  padding: 20px 25px 20px 20px;
}
.help-list li img {
  width: 118px;
  height: 118px;
  border-radius: 16px;
  float: left;
  margin-right: 20px;
}
.help-list li h4 {
  font-size: 16px;
  color: #424242;
  font-weight: bold;
  padding: 11px 0 14px;
}
.help-list li h4:hover {
  color: #FE7326;
}
.help-list li .text {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  height: 40px;
}
.help-list li .info {
  margin-top: 19px;
  color: #999999;
  font-size: 12px;
}
.help-list li .info .tags {
  float: right;
  max-width: 150px;
  overflow: hidden;
  height: 16px;
  text-align: right;
}
.help-list li .info .tag {
  color: #424242;
  display: block;
  margin-bottom: 10px;
  height: 16px;
}
.help-list li .tag:hover {
  color: #FE7326;
}
.bottom {
  width: 100%;
  height: 372px;
  background: url("../imgs/footer.png") no-repeat center;
  text-align: center;
}
.bottom h2 {
  font-size: 48px;
  font-weight: bold;
  padding: 111px 0 48px;
  color: #ffffff;
  letter-spacing: 5px;
}
.bottom .download {
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  color: #FF6600;
}