/*
蓝色主题
*/
/*
系统主题
*/
.content {
  padding-bottom: 0;
}
.banner_ali .container .rightImg {
  background: url(../../web/img/helpTopBg.png) no-repeat center center;
  background-size: cover;
}
.content {
  background: #ffffff;
}
.faqList {
  padding-bottom: 70px;
}
.section {
  display: table;
  padding: 20px 0;
}
.section .left {
  float: left;
  width: 20%;
}
.section .left ul {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.section .left ul li {
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.section .left ul li:hover {
  background: #5AA8FF;
  color: #ffffff;
}
.section .left ul .active {
  border-left: 2px solid #5AA8FF;
  color: #5AA8FF;
}
.section .right {
  float: right;
  width: 70%;
}
.section .right h3 {
  border-bottom: 1px solid #e0e0e0;
  line-height: 30px;
}
.section .right h3 span {
  border-bottom: 2px solid #1684FF;
  padding-bottom: 4px;
  font-size: 16px;
}
.section .right li {
  overflow: hidden;
  padding-top: 28px;
  cursor: pointer;
}
.section .right li div {
  overflow: hidden;
}
.section .right li div .name {
  color: #333333;
  font-size: 16px;
  float: left;
}
.section .right li .icon {
  float: right;
}
.section .right li .info {
  margin-top: 20px;
  display: none;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 14px !important;
  color: #333333;
  font-family: "Microsoft YaHei" !important;
}
.section .right li .info p {
  font-size: 14px !important;
  color: #333333;
  font-family: "Microsoft YaHei" !important;
}
.section .right li .info * {
  font-family: "Microsoft YaHei" !important;
  font-size: 14px !important;
}
.section .right .active .name {
  color: #5AA8FF;
}
.section .right .active .info {
  display: block;
}
.rotate {
  transform: rotate(180deg);
}
.rotate1 {
  animation: all 1s forwards;
}
@keyframes all {
  100% {
    transform: rotate(0deg);
  }
}
