@charset "UTF-8";
/*模块标题公用样式*/
.m-title {
  width: 100%;
  margin-bottom: 0.64rem;
  font-size: 0; }
  .m-title .line {
    width: 0.1066666667rem;
    height: 0.5333333333rem;
    margin-top: 0.0533333333rem;
    margin-right: 0.32rem;
    background: linear-gradient(to top, #AC3434, #FF7390); }
  .m-title span {
    display: inline-block;
    height: 0.64rem;
    line-height: 0.64rem;
    color: #333;
    font-size: 0.4266666667rem;
    font-weight: 700; }
  .m-title a {
    display: inline-block;
    height: 0.64rem;
    line-height: 0.64rem;
    padding: 0 0.2133333333rem;
    margin-right: 0.4266666667rem;
    text-align: center;
    font-size: 0.2666666667rem;
    color: #999;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 0.32rem; }

/*二级导航*/
.navBox {
  width: 100%; }

.secondaryNav {
  display: flex;
  justify-content: space-between;
  background-color: #fff; }
  .secondaryNav li {
    flex: 1;
    position: relative;
    height: 1.1733333333rem;
    line-height: 1.1733333333rem;
    text-align: center;
    font-size: 0.3733333333rem;
    color: #666;
    border-bottom: solid 0.0266666667rem rgba(0, 0, 0, 0.12); }
    .secondaryNav li span {
      display: inline-block;
      height: 100%; }
      .secondaryNav li span i {
        display: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -0.1066666667rem;
        width: 0;
        height: 0;
        border: solid 0.1066666667rem;
        border-color: transparent transparent #AC3434 transparent; }
  .secondaryNav .span-current {
    border-bottom: solid 1px #AC3434; }

/*正文公用样式*/
.detailsInfo {
  margin-top: 0.64rem;
  padding-bottom: 0.2133333333rem; }

.text {
  padding: 0 0.4266666667rem;
  min-height: 9.8666666667rem; }
  .text > p {
    text-indent: 2em;
    font-size: 0.3733333333rem;
    line-height: 0.64rem;
    color: #333;
    margin-bottom: 0.2133333333rem; }
    .text > p > span {
      color: #AC3434; }
  .text > img {
    width: 100%;
    margin: 0.4266666667rem 0; }
  .text .little-title {
    height: 0.8533333333rem;
    line-height: 0.8533333333rem;
    margin-bottom: 0.32rem;
    margin-top: 0.64rem;
    color: #AC3434;
    font-weight: 700;
    background-color: rgba(172, 52, 52, 0.05); }
  .text strong {
    color: #ac3434; }

/*加载更多*/
.loading {
  display: block;
  width: 100%;
  height: 1.28rem;
  background-color: #F4F4F4;
  text-align: center;
  line-height: 1.28rem;
  font-size: 0.3733333333rem; }

/*# sourceMappingURL=common.css.map */
