@media screen and (min-width: 751px) {
  #app .content {
    background-color: #fff;
  }
  #app .content .content_in {
    padding-top: 282px;
    position: relative;
  }
  #app .content .content_in .title {
    font-size: 40px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 30.6px;
    top: 116px;
  }
  #app .content .content_in .title span {
    color: #E90107;
  }
  #app .content .content_in .title_fu {
    font-size: 27px;
    color: #000000;
    letter-spacing: 0.12px;
    text-align: center;
    top: 173px;
  }
  #app .content .content_in .pics ul {
    width: 884px;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  #app .content .content_in .pics ul li {
    background-color: #2A2A2A;
    width: 100%;
  }
  #app .content .content_in .pics .pic1 li {
    height: 340px;
  }
  #app .content .content_in .pics .pic2 li {
    height: 275px;
  }
  #app .content .content_in .pics .pic2 li:first-child {
    margin-right: 6px;
  }
  #app .content .content_in .pics .pic3 li {
    height: 291px;
    margin-right: 5.5px;
  }
  #app .content .content_in .pics .pic3 li:last-child {
    margin-right: 0;
  }
  #app .content .content_in .pics li {
    overflow: hidden;
  }
  #app .content .content_in .pics img {
    height: 100%;
  }
  #app .content .content_in .more {
    height: 184px;
    position: relative;
  }
  #app .content .content_in .more a {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    top: 34px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  #app .content .content_in {
    padding-top: 7.13333333rem;
    position: relative;
  }
  #app .content .content_in .title {
    font-size: 1.6rem;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 2.4rem;
  }
  #app .content .content_in .title span {
    color: #E90107;
  }
  #app .content .content_in .title_fu {
    font-size: 1.26666667rem;
    color: #000000;
    letter-spacing: 0.006rem;
    text-align: center;
    padding-top: 1rem;
    line-height: 1.73333333rem;
  }
  #app .content .content_in .pics {
    padding-top: 2.66666667rem;
  }
  #app .content .content_in .pics ul {
    width: 23.66666667rem;
    margin: 0 auto;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  #app .content .content_in .pics ul li {
    background-color: #2A2A2A;
    width: 100%;
  }
  #app .content .content_in .pics .pic1 li {
    height: 9.06666667rem;
  }
  #app .content .content_in .pics .pic2 li {
    height: 7.26666667rem;
  }
  #app .content .content_in .pics .pic2 li:first-child {
    margin-right: 0.26666667rem;
  }
  #app .content .content_in .pics .pic3 li {
    height: 7.66666667rem;
    margin-right: 0.33333333rem;
  }
  #app .content .content_in .pics .pic3 li:last-child {
    margin-right: 0;
  }
  #app .content .content_in .pics li {
    overflow: hidden;
  }
  #app .content .content_in .pics img {
    height: 100%;
  }
  #app .content .content_in .more {
    padding-top: 3.13333333rem;
    position: relative;
    padding-bottom: 5.86666667rem;
  }
  #app .content .content_in .more a {
    display: block;
    font-size: 1.06666667rem;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    text-decoration: underline;
    line-height: 1.46666667rem;
  }
}
