/*前缀兼容样式 start*/
/*多行省略*/
/*镜像效果*/
/*背景线性渐变*/
/*前缀兼容样式 end*/
.help-center {
  padding-top: 25px;
  padding-bottom: 30px;
}
.help-center .bread-crumbs {
  margin-bottom: 24px;
  color: #666666;
}
.help-center .bread-crumbs a {
  color: #666666;
}
.help-center .help-wrap .hd {
  float: left;
  width: 240px;
  margin-right: 20px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.help-center .help-wrap .hd h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.help-center .help-wrap .hd ul {
  padding-top: 20px;
}
.help-center .help-wrap .hd ul li {
  margin-bottom: 25px;
  color: #333333;
  cursor: pointer;
}
.help-center .help-wrap .hd ul li:last-child {
  margin-bottom: 0;
}
.help-center .help-wrap .hd ul li.active {
  color: #fcd042;
  position: relative;
}
.help-center .help-wrap .hd ul li.active:after {
  content: '';
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fcd042;
  border-right: 1px solid #fcd042;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: 2px;
}
.help-center .help-wrap .bd {
  float: left;
  width: 920px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.help-center .help-wrap .bd .bd-list {
  padding: 5px 30px 40px;
}
.help-center .help-wrap .bd .bd-list .help-list {
  margin-bottom: 40px;
}
.help-center .help-wrap .bd .bd-list .help-list li {
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
}
.help-center .help-wrap .bd .bd-list .help-list li .help-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  padding-right: 28px;
}
.help-center .help-wrap .bd .bd-list .help-list li .help-title:after {
  content: '';
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 3px;
}
.help-center .help-wrap .bd .bd-list .help-list li.active .help-title {
  color: #fcd042;
}
.help-center .help-wrap .bd .bd-list .help-list li.active .help-title:after {
  top: 6px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  border-color: #fcd042;
}
.help-center .help-wrap .bd .bd-list .help-list li .content {
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.help-center .help-wrap .bd .bd-list .help-list li .content img {
  max-width: 100%;
}
/*# sourceMappingURL=helpCenter.css.map */