@charset "UTF-8";
/*! PC端 */
@media screen and (min-width: 960px) { .banner img { width: 100%; }
  .detail h1 { margin-top: 50px; display: block; height: 80px; line-height: 35px; text-align: center; font-size: 28px; color: #282828; }
  .detail .content { margin-top: 50px; padding-bottom: 50px; line-height: 25px; font-size: 16px; color: #666; } }

/*! 移动端 */
@media screen and (max-width: 960px) { .banner img { width: 10rem; }
  .detail h1 { display: block; margin: 0.34722rem auto; width: 9.72222rem; text-align: center; font-weight: bold; font-size: 0.52778rem; }
  .detail .content { margin: auto; width: 9.02778rem; font-size: 0.38889rem; }
  .detail .content img { max-width: 9.02778rem; }
  .pre-next { margin-top: 0.69444rem; margin-bottom: 0.41667rem; padding-top: 0.41667rem; border-top: 0.01389rem solid #d0d0d0; font-size: 0.38889rem; }
  .pre-next .pre, .pre-next .next { display: block; margin: auto; width: 9.02778rem; overflow: hidden; width: 9.44444rem; height: 0.69444rem; line-height: 0.69444rem; }
  .pre-next .pre a, .pre-next .next a { color: #313131; } }
