footer .con-top {
  background: #fff;
}
.dict_details {
  background: #f5f5f5;
  padding: 3.2rem 0 6.5rem;
}
.dict_details .con {
  background: #fff;
  padding: 3rem 4rem 4.2rem;
}
.dict_details .con > h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.dict_details .con .line {
  width: 100%;
  height: 3px;
  background: #f5f5f5;
  position: relative;
  margin: 2rem 0 2.5rem;
}
.dict_details .con .line:before {
  content: '';
  width: 6rem;
  height: 3px;
  background: #d8222a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dict_details .con .text p {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.8;
  text-align: justify;
  margin-top: 1rem;
}
.dict_details .con ul {
  margin-top: 2rem;
}
.dict_details .con ul li {
  margin-top: 2rem;
  float: left;
  width: 31.2%;
}
.dict_details .con ul li:not(:nth-child(3n)) {
  margin-right: 3.2%;
}
.dict_details .con ul li .tu {
  height: 0;
  padding-bottom: 68%;
  overflow: hidden;
}
.dict_details .con ul li .tu img {
  width: 100%;
}
.dict_details .con ul li .bottom {
  background: #eee;
  height: 3.8rem;
  position: relative;
}
.dict_details .con ul li .bottom h2 {
  width: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 0.9rem;
  color: #777;
  text-align: center;
}
.dict_details .con ul li:hover .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.dict_details .con .more {
  text-align: center;
}
.dict_details .con .more a {
  display: inline-block;
  margin: 3.5rem auto 0;
  padding: 0.7rem 1.5rem 0.8rem;
  border: 3px solid #d8222a;
  font-size: 0.9rem;
  color: #606060;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dict_details .con .more a span {
  margin-left: 1.5rem;
  font-size: 1rem;
  color: #d8222a;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dict_details .con .more a:hover {
  background: #d8222a;
  color: #fff;
}
.dict_details .con .more a:hover span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .dict_details {
    padding: 0;
    background: #f5f5f5;
  }
  .dict_details .con {
    padding: 20px;
    background: #f5f5f5;
  }
  .dict_details .con > h2 {
    font-size: 16px;
  }
  .dict_details .con .line {
    margin: 20px 0;
  }
  .dict_details .con .text p {
    font-size: 14px;
  }
  .dict_details .con ul {
    margin-top: 10px;
  }
  .dict_details .con ul li {
    width: 48.5%;
    margin-top: 10px;
  }
  .dict_details .con ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .dict_details .con ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .dict_details .con ul li .bottom h2 {
    font-size: 14px;
  }
  .dict_details .con .more a {
    margin: 20px auto 0;
    font-size: 14px;
    padding: 10px 16px 10px;
    background: #d8222a;
    color: #fff;
  }
  .dict_details .con .more a span {
    font-size: 16px;
    margin-left: 14px;
    top: 0;
    color: #fff;
  }
}
/*# sourceMappingURL=product_dict_details.css.map */