.-pestDetail.box-content clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.-pestDetail.box-content {
  margin-top: 50px;
  /* margin-bottom: 30px; */
}

.-pestDetail.box-content h2 {
  background: rgba(45, 110, 182, 0.2) url("../../shared/img/icon_wormandleaf.png") 6px center no-repeat;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  color: black;
  border-bottom: 2px solid #2d6eb6;
}

.-pestDetail .box-button a {
  background: #5e95c1;
  border-radius: 10px;
  float: left;
  width: 100%;
  /* margin-left: 45px;
  margin-top: 30px;
  margin-right: 27px; */
}

.-pestDetail .box-button p {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: white;
  font-size: 18px;
}

.-pestDetail .all-button a:hover {
  opacity: 0.8;
}

.-pestDetail .all-button {
  overflow: hidden;
  max-width: 90%;
  /* margin: -1rem; */
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.-pestDetail .all-button .all-button-item{
  padding: 1rem;
  width: 50%;
}

.-pestDetail .all-button a p:before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../../img/arrow_white.png) 0 0 no-repeat;
}

.-pestDetail .button {
  float: left;

  /* margin-top: 30px; */
  width: 100%;
  margin-bottom: 30px;
}

.pestanHeading {
  border-left: 14px solid #2d6eb6;
  border-bottom: 2px solid #2d6eb6;
  background-color: #2d6eb61a;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 22.5px;
}

.-pestDetail .btnTitle {
  border-left: none !important;
  border-bottom: 2px solid #2d6eb6 !important;
  background: rgba(45, 110, 182, 0.2) url(../../shared/img/icon_wormandleaf.png) 6px center no-repeat !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.-pestDetail h2 {
  border-left: 14px solid #2d6eb6;
  border-bottom: 0 !important;
  background-color: transparent !important;
  padding: 9px 15px !important;
  font-weight: bold;
  font-size: 22.5px;
}

.-pestDetail h2 span {
  border-bottom: 2px solid #2d6eb6;
}

.-pestDetail .button p {
  background: rgba(45, 110, 182, 0.2) url(../../shared/img/icon_wormandleaf.png) 6px center no-repeat;
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 3px;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #12902c;
}

.-pestDetail table,
.-pestDetail td {
  border: 2px solid white;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 15px;
  background-color: #edf6ff;
}

.-pestDetail .tb-title {
  width: 20%;
  font-weight: 700;
  background-color: #daedff;
  font-size: 16px;
}

.-pestDetail .box-img {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content:center;
}

.-pestDetail .box-img .box-img-item{
  width: 25%;
  padding: 1rem;
  margin: 0;
}
.-pestDetail .box-img .box-img-item img{
  min-height: 255px;
}

.-pestDetail p.txt-img {
  background: none;
  border-top: none;
  margin-top: 0;
  font-size: 15px;
  text-align: center;
  width: 90%;
  padding-left: 0;
}


.-pestDetail .list {
  width: 90%;
  margin-top: 3rem;
}
.-pestDetail .list>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.-pestDetail .list>ul>li {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 275px;
  margin: 20px 0 0 0;
  border-top: 5px solid #ffcc66;
  background-color: #fffaf0;
  padding: 13px;
  border-top: 5px solid #86B9DB;
  background:#DEEFF6;
}

.-pestDetail .list>ul>li .titleList {
  line-height: 5.28rem;
  font-size: 0;
  text-align: center;
}

.-pestDetail .list>ul>li .titleList span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.-pestDetail .list>ul>li ul li .link {
  display: block;
  float: inherit;
  background: #fff url(../../shared/img/icon_arrow_link_16.png) 7px 7px no-repeat;
  font-size: 1.5rem;
  line-height: 1;
  padding: 8.6px 6.6px 6.6px 30px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 15px;
}

.-pestDetail .list>ul>li ul li .link:hover {
 opacity: 0.7;
}
