.bsphp-wbox-width {
  max-width: 1280px;
  margin: 0 auto;
}

.bsphp-wbox-width .title {
  margin-top: 50px;
}

.bsphp-wbox-width .title h1 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
  margin-top: 0;
  font-family: PingFangSC-Semibold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.804);
  font-weight: 400;
}

.bsphp-wbox-width .title h2 {
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #999;
  font-weight: 400;
}

.bsphp-wbox-width .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

@media screen and (max-width: 839.8px) {
  .bsphp-wbox-width .rows {
    justify-content: center;
  }
}

.bsphp-wbox-width a {
  text-decoration: none;
}

.bsphp-wbox-width a {
  color: #0d6efd;
}

.bsphp-wbox-width .sdkbg {
  background-image: url("./20211223182803.png");
}

.bsphp-wbox-width .bsphp-list_item {
  width: 400px;
  height: 222px;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.102);
  border-radius: 5px;
  margin-right: 22px;
  margin-bottom: 20px;
  background-size: cover;
  border-radius: 10px;
}

.bsphp-wbox-width .bsphp-list_item .top-info {
  display: flex;
}

.bsphp-wbox-width .bsphp-list_item .top-info img {
  width: 80px;
  height: 80px;
  border: 1px solid #d1dafc;
  margin-right: 10px;
  border-radius: 40px;
  padding: 10px;
}

.bsphp-wbox-width .bsphp-list_item .item_p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bsphp-wbox-width .bsphp-list_item .item_btn {
  width: 120px;
  height: 42px;
  border-radius: 21px;
  background-image: linear-gradient(133deg, #69a4fa 0, #32a2ec 82%);
  box-shadow: 0 2px 10px 1px rgba(80, 109, 242, 0.42);
  margin-top: 20px;
  display: block;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 42px;
  cursor: pointer;
  margin-right: 20px;
}

.bsphp-wbox-width .bsphp-list_item .bins {
  display: flex;
}

@media screen and (max-width: 839.8px) {
  .bsphp-wbox-width .bsphp-list_item {
    width: 85%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
