#banner {
  width: 100%;
  height: 463px;
  background-color: #f7f0e6; }
  #banner .img_wrapper {
    width: 100%;
    height: 100%;
    background-image: url("../img/27.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (max-width: 750px) {
  #banner {
    height: 4.63rem; } }
.title {
  text-align: center; }
  .title p:nth-of-type(1) {
    font-size: 30px;
    font-family: "triu";
    line-height: 30px;
    display: inline-block; }
  .title p:nth-of-type(2) {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 20px;
    margin-top: 14px; }

#product {
  padding-top: 58px;
  padding-bottom: 20px;
  width: 1200px;
  margin: 0 auto; }
  #product .list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px; }
    #product .list-item li {
      width: 385px;
      height: 385px;
      position: relative;
      margin-bottom: 20px; }
      #product .list-item li img {
        width: 100%;
        height: 100%; }
      #product .list-item li .shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        box-sizing: border-box;
        padding: 0 44px;
        padding-top: 72px;
        opacity: 0;
        transition: opacity 1s ease-out; }
        #product .list-item li .shadow p:nth-of-type(1) {
          font-size: 16px;
          font-weight: bold; }
        #product .list-item li .shadow p:nth-of-type(2) {
          font-size: 14px;
          line-height: 30px;
          margin-top: 32px;
          text-align: left;
          word-break: break-all;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
        #product .list-item li .shadow a {
          display: inline-block;
          width: 180px;
          height: 49px;
          background-color: #c0a57b;
          color: #fff;
          line-height: 49px;
          font-size: 14px;
          margin-top: 38px; }
      #product .list-item li:hover .shadow {
        opacity: 1; }

@media screen and (max-width: 1220px) {
  #product {
    width: 900px; }
    #product .list-item li {
      width: 288px;
      height: 288px; }
      #product .list-item li .shadow {
        padding-top: 40px; }
        #product .list-item li .shadow p:nth-of-type(2) {
          margin-top: 10px; }
        #product .list-item li .shadow a {
          width: 135px;
          height: 37px;
          line-height: 37px; } }
@media screen and (max-width: 920px) {
  #product {
    width: 720px; }
    #product .list-item li {
      width: 232px;
      height: 232px; }
      #product .list-item li .shadow {
        padding: 0 20px;
        padding-top: 30px; }
        #product .list-item li .shadow p:nth-of-type(2) {
          margin-top: 10px; }
        #product .list-item li .shadow a {
          width: 135px;
          height: 37px;
          line-height: 37px;
          margin-top: 20px; } }
@media screen and (max-width: 750px) {
  #product {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .24rem;
    padding-top: 58px; }
    #product .list-item li {
      width: 3.4rem;
      height: auto; }
      #product .list-item li img {
        width: 100%;
        height: auto; }
      #product .list-item li .shadow {
        opacity: 1;
        padding: 0 .2rem;
        padding-top: .3rem;
        position: static;
        background-color: rgba(0, 0, 0, 0.1);
        text-align: left;
        color: #4d4d4d;
        height: auto;
        padding-bottom: .3rem;
        height: 2.4rem; }
        #product .list-item li .shadow p:nth-of-type(2) {
          margin-top: .1rem;
          font-size: .2rem;
          line-height: .4rem;
          word-break: break-all;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: .8rem; }
        #product .list-item li .shadow a {
          width: auto;
          height: auto;
          padding: .1rem;
          line-height: .37rem;
          margin-top: .1rem;
          font-size: .16rem;
          background-color: transparent;
          color: #c0a57b;
          text-align: left;
          padding: 0; } }

/*# sourceMappingURL=product.css.map */
