._title {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
._title h5 {
  color: black;
  font-size: 42px;
  font-weight: bold;
}
._title .msg {
  position: relative;
  top: 3px;
  margin-left: 25px;
}
._title .msg p {
  margin-bottom: -8px;
  font-size: 24px;
  color: #c3c3c3;
  text-transform: uppercase;
}

._more {
  background: #e4401e;
  color: white !important;
  width: 134px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: .5s;
}

._goodslist ul li {
  padding: 20px;
  margin-bottom: 20px;
  transition: .5s;
}
._goodslist ul li .item {
  text-align: center;
  margin: 0 auto;
  box-shadow: 1.627px 3.654px 10px 0px rgba(0, 0, 0, 0.31);
  transition: .5s;
  position: relative;
  padding-bottom: 154px;
}
._goodslist ul li .item .message {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: white;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 154px;
  transition: .5s;
}
._goodslist ul li .item .message ._more {
  background: #992710;
  margin: 0 auto;
  display: none;
  transition: .5s;
}
._goodslist ul li .item .message .name {
  font-size: 23px;
}
._goodslist ul li .item .message .summary {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 20px;
}
._goodslist ul li .item .message .line {
  transition: .5s;
  text-align: center;
}
._goodslist ul li:hover .item .message {
  background: #e4401e;
  height: 185px;
  color: white !important;
}
._goodslist ul li:hover .item .message .line {
  display: none;
}
._goodslist ul li:hover .item .message ._more {
  display: flex;
}

.header {
  padding: 28px 0;
}
.header .header_call {
  display: flex;
  align-items: center;
}
.header .header_call .msg {
  margin-left: 10px;
}
.header .header_call .msg p {
  font-size: 17px;
  color: black;
}
.header .header_call .msg h3 {
  font-size: 25px;
  font-weight: bold;
  color: #e4401e;
}

.header_menu {
  background: #f0f0f0;
}
.header_menu ul {
  display: flex;
  justify-content: space-between;
}
.header_menu ul li a {
  display: block;
  font-size: 17px;
  padding: 20px 45px;
  color: #4b4b4b;
}
.header_menu ul li:hover a, .header_menu ul li.active a {
  background: #e4401e;
  color: white;
}

.footer {
  background: #2c2c2c;
  padding: 35px 0;
  color: #c6c6c6;
  font-size: 14px;
}
.footer li {
  line-height: 2;
}
.footer a {
  color: #c6c6c6;
}
.footer .title {
  margin-bottom: 17px;
}
.footer .title p {
  color: white;
  font-size: 16px;
  padding-bottom: 7px;
}
.footer .title .line {
  width: 33px;
  height: 3px;
  background: #e4401e;
}
.footer .footer_message {
  padding-left: 100px;
  border-right: 1px solid #565656;
}
.footer .footer_message ul li {
  float: none;
}
.footer .footer_menu {
  padding-right: 76px;
  border-right: 1px solid #565656;
}
.footer .footer_menu ul li {
  width: 50%;
}
.footer .footer_erweima {
  padding-left: 100px;
  color: white;
  padding-left: 107px;
}
.footer .youqing ul li {
  margin-right: 15px;
}

@media (max-width: 768px) {
  ._goodslist ul li .item .message .name {
    font-size: 14px;
    min-height: 40px;
  }

  ._goodslist ul li {
    width: 43vw;
    border: 1px solid #c3c3c3;
    float: left;
    padding: 0;
  }
  ._goodslist ul li:nth-child(2n) {
    float: right;
  }

  ._title h5 {
    font-size: 22px;
    letter-spacing: 2px;
  }

  ._title {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  ._title img {
    max-width: 43%;
  }

  ._title .msg {
    margin-left: 0;
    text-align: center;
  }

  ._title .msg p {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: -3px;
  }

  ._goodslist ul li .item {
    padding-bottom: 0;
    box-shadow: none;
  }

  ._goodslist ul li .item .message {
    position: static;
    height: auto;
    padding: 10px;
  }

  ._more {
    font-size: 14px;
    width: 100px;
    height: 30px;
  }

  ._goodslist ul li .item .message .summary {
    margin-bottom: 10px;
    display: none;
  }

  ._goodslist ul li .item .message .line {
    display: none;
  }

  ._goodslist ul li:hover .item .message {
    background: white;
    height: auto;
    color: black !important;
  }

  ._goodslist ul li:hover .item .message ._more {
    display: none;
  }

  ._goodslist ul li:hover .item .message .line {
    display: none;
  }

  .footer .footer_message {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer .title {
    text-align: center;
  }

  .footer .title .line {
    margin: 0 auto;
  }

  .footer .footer_erweima {
    margin-top: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
