@media screen and (min-width: 1024px) {
  .tit {
    font-size: 32px;
    color: #000;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    line-height: 150px;
    font-family: MingLiU;
  }
  .lay-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lay-nav .lay-box {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    margin-top: 5%;
    overflow: hidden;
  }
  .lay-nav .lay-box .lay-tit {
    height: 64px;
  }
  .lay-nav .lay-box .lay-tit p {
    width: 736px;
    float: left;
    height: 64px;
    background-color: #3e3e3e;
    padding: 0 20px;
    font-size: 14px;
    color: #C8A05A;
    line-height: 64px;
  }
  .lay-nav .lay-box .lay-tit .lay-x {
    float: right;
    cursor: pointer;
  }
  .detail-box {
    width: 1200px;
    margin: 0 auto;
  }
  .detail-box .detail {
    width: 280px;
    float: left;
    margin-right: 26px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .detail-box .detail img {
    width: 280px;
    height: 310px;
  }
  .detail-box .detail div {
    height: 60px;
    padding: 0 15px;
    background-color: #282828;
  }
  .detail-box .detail div p {
    font-size: 14px;
    color: #C8A05A;
    width: 200px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
  }
  .detail-box .detail div span {
    float: right;
    color: #C8A05A;
    font-size: 22px;
    line-height: 60px;
    font-weight: bold;
  }
  .detail-box .detail:hover div {
    background-color: #C8A05A;
  }
  .detail-box .detail:hover div p {
    color: #fff;
  }
  .detail-box .detail:hover div span {
    color: #fff;
  }
  .detail-box .detail:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .tit {
    font-size: .4rem;
    color: #000;
    text-align: center;
    margin: 0 auto;
    line-height: 2rem;
    font-family: MingLiU;
  }
  .lay-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lay-nav .lay-box {
    width: 95%;
    margin: 0 auto;
    height: 100%;
    margin-top: 30%;
    overflow: hidden;
  }
  .lay-nav .lay-box .lay-tit {
    height: .8rem;
    background-color: #3e3e3e;
  }
  .lay-nav .lay-box .lay-tit p {
    width: 86%;
    float: left;
    height: .8rem;
    background-color: #3e3e3e;
    padding: 0 .2rem;
    font-size: .24rem;
    color: #C8A05A;
    line-height: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lay-nav .lay-box .lay-tit .lay-x {
    float: right;
    height: .8rem;
    cursor: pointer;
  }
  .lay-nav .lay-box .swiper-container img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 5rem;
  }
  .detail-box {
    width: 95%;
    margin: 0 auto;
  }
  .detail-box .detail {
    width: 48%;
    float: left;
    margin-bottom: .3rem;
    cursor: pointer;
    height: 4.2rem;
    overflow: hidden;
  }
  .detail-box .detail img {
    height: 3.6rem;
    width: 100%;
  }
  .detail-box .detail div {
    height: .6rem;
    padding: 0 .1rem;
    background-color: #282828;
  }
  .detail-box .detail div p {
    font-size: .24rem;
    color: #C8A05A;
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .6rem;
  }
  .detail-box .detail div span {
    float: right;
    color: #C8A05A;
    font-size: .24rem;
    line-height: .6rem;
    font-weight: bold;
  }
  .detail-box .detail:hover div {
    background-color: #C8A05A;
  }
  .detail-box .detail:hover div p {
    color: #fff;
  }
  .detail-box .detail:hover div span {
    color: #fff;
  }
  .detail-box .detail:nth-child(even) {
    float: right;
  }
}

