.box .pagination li.disabled span,
.box .pagination li.disabled a {
  background: #ddd;
}
.box .pagination li.active span,
.box .pagination li.active a {
  background: #fe5665;
  color: white;
}
.box {
  width: 100%;
  padding: 50px 154px;
  background: white;
  color: #fe5665;
  font-size: 16px;
  text-align: center;
}
.box .pos {
  color: #fe5665;
  border-bottom: 1px dashed #fe5665;
  padding: 0 0 10px 0;
  text-align: left;
}
.box .pos a {
  color: #fe5665;
}
.box ul.catelist {
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}
.box ul.catelist li {
  text-align: left;
  width: 172px;
  height: 42px;
  background: #6d6875;
  color: white;
  position: relative;
  border-radius: 5px;
  margin-bottom: 24px;
  box-sizing: border-box;
  padding: 10px 15px;
  cursor: pointer;
  margin-right: 2%;
  transition:.5s;
}
.box ul.catelist li a {
  color: white;
  text-decoration: none;
}
.box ul.catelist li.active,
.box ul.catelist li:hover {
  background: #fe5665;
}
.box ul.catelist li:nth-child(7n) {
  margin-right: 0;
}
.box ul.catelist li::after {
  content: '>';
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
}
.box ul.catelist li.active::after,
.box ul.catelist li:hover::after {
  color: white;
}
.box .about_content {
  margin: 20px 0;
}
.box .about_content p {
  margin: 20px 0;
  color: #4d4d4e;
}
.box img {
  width: 100%;
}
.box .pdt_content {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 20px auto;
}
.box .pdt_content .item {
  width: 23%;
  border-radius: 10px;
  background: #ffdde2;
  text-align: center;
  padding: 17px 0 3px 0;
  margin-bottom: 25px;
  margin-right: 1.6%;
  box-sizing: border-box;
  cursor: pointer;
  height: 354px;
}
.box .pdt_content .item .img_box {
  width: 90%;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  background: white;
}
.box .pdt_content .item .img_box img {
  transition: 0.5s;
}
.box .pdt_content .item p {
  margin-top: 10px;
}
.box .pdt_content .item:nth-child(4n) {
  margin-right: 0;
}
.box .pdt_content .item:hover .img_box img {
  transform: scale(1.1);
}
.box .pdt_detail_content {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.box .pdt_detail_content h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.box .pdt_detail_content img {
  width: 40%;
  border: 1px solid rgba(100, 100, 100, 0.1);
  box-shadow: 0 0 3px 6px rgba(100, 100, 100, 0.1);
}
.box .pagination {
  display: inline-flex;
}
.box .pagination li a,
.box .pagination li span {
  display: block;
  background: white;
  color: #333;
  border: 1px solid #333;
  transition: 0.5s;
  width: 100px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  margin-right: 10px;
}
.box .pagination li a:hover,
.box .pagination li span:hover {
  background: #fe5665;
  color: white;
  border: 1px solid #333;
}
.box .pagination li:last-child a,
.box .pagination li:last-child span {
  margin-right: 0;
}
@media (max-width: 1680px) {
  .box ul.catelist li {
    width: 153px;
  }
  .box .pdt_content .item {
    margin-right: 2.3%;
    height: 304px;
  }
}
@media (max-width: 1600px) {
  .box ul.catelist li {
    width: 142px;
  }
  .box .pdt_content .item {
    height: 296px;
  }
}
@media (max-width: 1440px) {
  .box ul.catelist li {
    width: 125px;
    font-size: 14px;
  }
  .box .pdt_content .item {
    height: 259px;
  }
}
@media (max-width: 1366px) {
  .box ul.catelist li:nth-child(7n) {
    margin-right: 2%;
  }
  .box .pdt_content .item {
    height: 245px;
  }
}
@media (max-width: 1280px) {
  .box .pdt_content .item {
    height: 229px;
  }
}
@media (max-width: 1024px) {
  .box {
    padding: 20px;
  }
  .box .pdt_content .item {
    height: 182px;
  }
  .box ul.catelist {
    width: 96%;
  }
  .box ul.catelist li {
    margin-right: 35px;
    margin-bottom: 18px;
  }
  .box ul.catelist li:nth-child(6n) {
    margin-right: 0;
  }
  .box ul.catelist li:nth-child(7n) {
    margin-right: 35px;
  }
  .box {
    position: relative;
    top: -1px;
  }
  .box .pdt_content .item {
    height: 230px;
  }
  .box .pdt_detail_content img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .box {
    padding: 20px;
  }
  .box .pdt_content .item {
    height: 187px;
  }
  .box ul.catelist {
    width: 96%;
  }
  .box ul.catelist li {
    margin-right: 18px;
  }
  .box ul.catelist li:nth-child(6n),
  .box ul.catelist li:nth-child(7n) {
    margin-right: 18px;
  }
  .box ul.catelist li:nth-child(5n) {
    margin-right: 0;
  }
  .box .pdt_content .item p {
    margin-top: 4px;
    }
    .box .pagination li a, .box .pagination li span{
        width: 44px;
    }
}
@media (max-width: 540px) {
  .box {
    padding: 20px;
  }
  .box .pdt_content .item {
    height: 147px;
    margin-right: 1.3%;
    padding: 6px 0 3px 0;
    width: 24%;
    margin-bottom: 15px;
  }
  .box ul.catelist {
    width: 96%;
  }
  .box ul.catelist li {
    margin-right: 8px;
    width: 114px;
    margin-bottom: 12px;
  }
  .box ul.catelist li:nth-child(4n) {
    margin-right: 0 !important;
  }
  .box ul.catelist li {
    margin-right: 8px !important;
  }
  .box .pdt_content {
    width: 98%;
  }
}
@media (max-width: 414px) {
  .box ul.catelist li {
    width: 119px;
    height: 32px;
    padding: 6px 15px;
    margin-bottom: 11px;
    margin-right: 0 !important;
  }
  .box {
    padding: 20px 10px;
  }
  .box ul.catelist {
    width: 100%;
  }
  .box .pdt_content {
    width: 100%;
    margin: 20px 0 10px 0;
  }
  .box .pdt_content .item {
    width: 47%;
    padding: 9px 0 3px 0;
    height: 205px;
  }
  .box .pdt_content .item:nth-child(2n) {
    margin-right: 0;
  }
  .box .pdt_content {
    justify-content: space-between;
  }
  .box ul.catelist {
    justify-content: space-between;
  }
  .box ul.catelist li:nth-child(3n) {
    margin-right: 0;
  }
  .box .pdt_detail_content img {
    width: 90%;
  }
}
@media (max-width: 375px) {
  .box ul.catelist li {
    width: 107px;
    margin-right: 0 !important;
    padding: 6px 4px;
  }
  .box .pdt_content .item {
    height: 187px;
  }
  .box ul.catelist li::after {
    right: 6px;
  }
}
