@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* Project id 2954713 */
  src: url("//at.alicdn.com/t/font_2954713_fwwa6kzsy2.woff2?t=1640866746653") format("woff2"), url("//at.alicdn.com/t/font_2954713_fwwa6kzsy2.woff?t=1640866746653") format("woff"), url("//at.alicdn.com/t/font_2954713_fwwa6kzsy2.ttf?t=1640866746653") format("truetype");
}

.form-control:focus,
a:focus,
navbar-toggler:focus {
  color: none;
  background-color: none;
  border-color: rgba(153, 204, 0, 0);
  outline: 0;
  box-shadow: none;
}

.backbg {
  background-color: white !important;
}

body {
  min-height: 100vh;
  background-color: #f1f5f9;
  background-image: radial-gradient(ellipse 120% 85% at 50% -15%, rgba(59, 130, 246, 0.28), transparent 52%), radial-gradient(ellipse 70% 55% at 100% 15%, rgba(99, 102, 241, 0.14), transparent 48%), radial-gradient(ellipse 55% 45% at 0% 85%, rgba(14, 165, 233, 0.12), transparent 42%), linear-gradient(185deg, #f8fafc 0%, #eef2ff 42%, #f1f5f9 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991.8px) {
  body {
    background-attachment: scroll;
  }
}

a {
  text-decoration: none;
}

a:hover {
  color: #0d6efd;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.navdownfly {
  font-weight: 400;
  margin-left: 5px;
}

.navbar-toggler-icons {
  font-size: 23px;
}

.bsphp-menu {
  width: 100%;
  height: 86px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(216, 216, 216, 0.1);
}

.bsphp-menu .header {
  width: 100%;
  min-height: 86px;
  align-items: center;
}

.bsphp-menu .header .blue {
  display: none;
}

.bsphp-menu .header .white {
  display: block;
}

.bsphp-menu .header .navbar {
  width: 100%;
  min-height: 86px;
  padding-top: 0;
  padding-bottom: 0;
}

.bsphp-menu .header .navbar .navbar-brand {
  margin-right: 22px;
  padding-top: 0;
  padding-bottom: 0;
}

.bsphp-menu .header .navbar .navbar-brand .logo {
  height: 42px;
  width: auto;
}

.bsphp-menu .header .navbar .form-search {
  max-width: 300px;
}

.bsphp-menu .header .navbar .menu-list {
  display: flex;
  flex-direction: row;
}

.bsphp-menu .header .navbar .menu-list .navdownfly {
  font-size: 13px;
  line-height: 1;
  margin-top: 1px;
}

.bsphp-menu .header .navbar .menu-list .navbar-a {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 86px;
  align-items: center;
  font-size: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.bsphp-menu .header .navbar .menu-list .navbar-a:hover, .bsphp-menu .header .navbar .menu-list .navbar-a:focus {
  color: white;
}

.bsphp-menu .header .navbar .menu-list .navbar-a:hover::after {
  font-weight: 700;
  content: '';
  position: absolute;
  width: 80%;
  bottom: -1px;
  left: 50%;
  border-bottom: 3px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(79, 110, 242, 0.45);
  transform: translateX(-50%);
}

.bsphp-menu .header .navbar .menu-list .navbar-b:hover, .bsphp-menu .header .navbar .menu-list .navbar-b:focus {
  color: #0d6efd;
}

.bsphp-menu .header .navbar .menu-list .pages {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.bsphp-menu .header .navbar .menu-list .pages .nav-item {
  display: flex;
  align-items: center;
}

.bsphp-menu .header .navbar .menu-list .pages .me-right .navbar-a {
  font-weight: 400;
}

.bsphp-menu .navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: transparent;
}

.bsphp-menu .navbar-light .navbar-toggler-icons {
  color: #fff;
}

@media screen and (max-width: 991.8px) {
  .bsphp-menu {
    min-height: 72px;
    height: 72px;
  }
  .bsphp-menu .header {
    min-height: 72px;
  }
  .bsphp-menu .header .navbar {
    min-height: 72px;
  }
  .bsphp-menu .header .navbar .navbar-brand .logo {
    height: 34px;
  }
  .bsphp-menu .header .navbar .menu-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px;
  }
  .bsphp-menu .header .navbar .menu-list .bsphp-logo-sm {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .bsphp-menu .header .navbar .menu-list .bsphp-logo-sm .close {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .bsphp-menu .header .navbar .menu-list .bsphp-logo-sm .close:hover, .bsphp-menu .header .navbar .menu-list .bsphp-logo-sm .close:focus {
    color: #0d6efd;
  }
  .bsphp-menu .header .navbar .menu-list .navbar-a {
    color: #333;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 44px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .bsphp-menu .header .navbar .menu-list .navbar-a:hover, .bsphp-menu .header .navbar .menu-list .navbar-a:focus {
    color: #0d6efd;
  }
  .bsphp-menu .header .navbar .menu-list .navbar-a .navdownfly {
    color: #959595;
  }
  .bsphp-menu .header .navbar .menu-list .navbar-a:hover::after {
    color: #0d6efd;
    content: '';
    position: absolute;
    width: 80%;
    bottom: -1px;
    left: 50%;
    border-bottom: 3px solid #fff;
    box-shadow: none;
    transform: none;
  }
  .bsphp-menu .header .navbar .menu-list .pages {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .bsphp-menu .header .navbar .menu-list .pages .navbar-nav {
    width: 100%;
  }
  .bsphp-menu .header .navbar .menu-list .pages .nav-item {
    border-bottom: 1px solid #bfa4a42e;
    line-height: 40px;
  }
  .bsphp-menu .header .navbar .menu-list .pages .nav-item .show {
    border: 0px;
  }
  .bsphp-menu .navbar-light .navbar-toggler {
    margin-top: 0;
  }
}

.bsphp-rotation .carousel-item {
  height: 786px;
  width: 100%;
}

.bsphp-rotation .carousel-item .bd-placeholder-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}

.bsphp-rotation .carousel-item .carousel-caption {
  top: 14%;
  max-width: 56%;
  text-align: left;
}

.bsphp-rotation .carousel-item .carousel-caption h1 {
  font-size: clamp(34px, 3.2vw, 42px);
  line-height: 1.2;
  padding-bottom: 14px;
  margin-bottom: 0;
}

.bsphp-rotation .carousel-item .carousel-caption h2 {
  font-size: clamp(34px, 3.2vw, 40px);
  line-height: 1.25;
  padding-bottom: 12px;
  margin-bottom: 0;
}

.bsphp-rotation .carousel-item .carousel-caption p {
  max-width: 650px;
  padding-bottom: 0;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
}

.bsphp-rotation .carousel-item .carousel-caption .btn {
  margin-top: 24px;
}

.bsphp-rotation .carousel-item .carousel-caption .bin-box {
  margin-top: 18px;
}

.bsphp-rotation .carousel-item .carousel-caption .bin-box .btn {
  margin-right: 10px;
}

.bsphp-rotation .carousel-indicators {
  bottom: 80px;
}

.bsphp-rotation .bsphp-box-4 {
  position: absolute;
  bottom: -96px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 300px;
  opacity: 0.98;
}

.bsphp-rotation .bsphp-box-4 .box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  box-shadow: 0 14px 40px 0 rgba(10, 44, 90, 0.16);
  background-color: #fff;
  max-width: 1280px;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  border-radius: 300px;
}

.bsphp-rotation .bsphp-box-4 .box .li {
  min-height: 170px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  transition: background-color .25s ease, transform .25s ease;
}

.bsphp-rotation .bsphp-box-4 .box .li:hover {
  background-color: #f5f9ff;
  transform: translateY(-2px);
}

.bsphp-rotation .bsphp-box-4 .box .li:hover .left img {
  opacity: 1;
}

.bsphp-rotation .bsphp-box-4 .box .li .left {
  margin-right: 14px;
}

.bsphp-rotation .bsphp-box-4 .box .li .left img {
  width: 88px;
  height: 88px;
  border-radius: 300px;
  transition: opacity .25s ease;
}

.bsphp-rotation .bsphp-box-4 .box .li .right {
  display: flex;
  flex-direction: column;
}

.bsphp-rotation .bsphp-box-4 .box .li .right .titles {
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-family: PingFangSC-Medium, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.bsphp-rotation .bsphp-box-4 .box .li .right .text {
  font-size: 14px;
  line-height: 23px;
  color: #66758a;
  font-family: PingFangSC-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 991.8px) {
  .bsphp-rotation .carousel-item {
    height: 640px;
  }
  .bsphp-rotation .carousel-item .carousel-caption {
    left: 20px;
    right: 20px;
    top: 12%;
    max-width: 78%;
  }
  .bsphp-rotation .carousel-item .carousel-caption .bin-box {
    text-align: center;
  }
  .bsphp-rotation .carousel-item .carousel-caption h1 {
    font-size: clamp(30px, 5vw, 34px);
  }
  .bsphp-rotation .carousel-item .carousel-caption h2 {
    font-size: clamp(28px, 4.5vw, 32px);
  }
  .bsphp-rotation .carousel-item .carousel-caption p {
    font-size: 15px;
    line-height: 1.65;
  }
  .bsphp-rotation .bsphp-box-4 {
    position: unset;
  }
  .bsphp-rotation .bsphp-box-4 .box {
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(16, 40, 76, 0.12);
  }
  .bsphp-rotation .bsphp-box-4 .box .li {
    min-height: 128px;
    padding: 14px 12px;
  }
  .bsphp-rotation .carousel-indicators {
    bottom: 380px;
  }
}

@media screen and (max-width: 768px) {
  .bsphp-rotation .carousel-item .carousel-caption {
    top: 10%;
    max-width: 92%;
    left: 14px;
    right: 14px;
  }
  .bsphp-rotation .carousel-item .carousel-caption h1 {
    font-size: clamp(24px, 7.2vw, 28px);
  }
  .bsphp-rotation .carousel-item .carousel-caption h2 {
    font-size: clamp(22px, 6.8vw, 26px);
  }
  .bsphp-rotation .carousel-item .carousel-caption p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .bsphp-rotation .carousel-item .carousel-caption .bin-box {
    margin-top: 12px;
  }
  .bsphp-rotation .carousel-item .carousel-caption .bin-box .btn {
    margin-right: 6px;
    margin-bottom: 8px;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0485f1;
  border-color: #0d6efd;
}

.btn-primary1 {
  color: #eff8fe;
  background-color: #020f44;
  border-color: #eff8fe;
}

.bsphp-soll {
  animation: 2s all;
  box-shadow: 0 0 7px 1px rgba(13, 109, 253, 0.722);
}

.bsphp-soll .header .blue {
  display: block !important;
}

.bsphp-soll .header .white {
  display: none !important;
}

.bsphp-soll .header .navbar .menu-list .navbar-a {
  color: #333;
  animation: all 2s;
}

.bsphp-soll .header .navbar .menu-list .navbar-a:hover,
.bsphp-soll .header .navbar .menu-list .navbar-a:hover .navdownfly, .bsphp-soll .header .navbar .menu-list .navbar-a:focus,
.bsphp-soll .header .navbar .menu-list .navbar-a:focus .navdownfly {
  color: #0d6efd;
}

.bsphp-soll .header .navbar .menu-list .navbar-a:hover::after {
  border-bottom: 3px solid #0d6efd;
}

.bsphp-soll .header .navbar .menu-list .navbar-a .navdownfly {
  font-size: 13px;
  line-height: 25px;
  color: rgba(51, 51, 51, 0.604);
}

.bsphp-soll .header .navbar .menu-list .navbar-a .navdownfly:hover::after {
  border-bottom: 3px solid #0d6efd;
}

.bsphp-soll .navbar-light .navbar-toggler {
  color: rgba(51, 51, 51, 0);
  border-color: transparent;
}

.bsphp-soll .navbar-light .navbar-toggler-icons {
  color: #0d6efd;
}

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

.banner-title {
  width: 100%;
  height: 391px;
  background-color: #32a2ec;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 91px;
}

.banner-title .placeholder-img {
  width: 100%;
  height: 100%;
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner-title .placeholder-img h1 {
  color: #fff;
}

.banner-title .placeholder-img p {
  color: #fff;
  margin-top: 28px;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.5em;
}

@media screen and (max-width: 1269.8px) {
  .sdk-content .rows {
    justify-content: flex-start;
  }
}

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

.sdk-content .rows .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;
}

@media screen and (max-width: 1269.8px) {
  .sdk-content .rows .bsphp-list_item {
    width: 45%;
    margin-right: 0px;
    margin-left: 3.33%;
    margin-bottom: 20px;
  }
}

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

.sdk-content .rows .bsphp-list_item .top-info {
  display: flex;
}

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

.sdk-content .rows .bsphp-list_item .top-info .item_title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #222;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 12px;
  text-align: left;
}

.sdk-content .rows .bsphp-list_item .top-info .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;
  /* 超出n行这里写n */
  -webkit-box-orient: vertical;
}

.sdk-content .rows .bsphp-list_item .bins {
  display: flex;
}

.sdk-content .rows .bsphp-list_item .bins .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;
}

.sdk-content .rows .bsphp-list_item .bins .item_btn:hover {
  background: #0573da;
}

.sdk-content .rows .bsphp-list_item .bins .item_btn_text {
  height: 42px;
  margin-top: 20px;
  display: block;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  line-height: 42px;
  cursor: pointer;
  margin-right: 20px;
}

.sdk-content .rows .bsphp-list_item .bins .item_btn_text:hover {
  color: #0d6efd;
}

.title {
  margin-top: 50px;
}

.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;
}

.title h3 {
  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;
}

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

.plug-banner-soso {
  width: 100%;
  height: 291px;
  padding-top: 91px;
}

.plug-banner-soso .soso-comtent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plug-banner-soso .soso-comtent h1 {
  color: #333;
  font-size: 23px;
  padding-bottom: 20px;
}

.plug-banner-soso .soso-comtent p {
  color: #333;
  margin-top: 28px;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.5em;
}

.plug-banner-soso .soso-comtent .input-group {
  width: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 21px;
}

@media screen and (max-width: 991.8px) {
  .plug-banner-soso .soso-comtent .input-group {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.plug-banner-soso .soso-comtent .input-group .form-control {
  width: 100%;
  border: 1px solid #32a2ec;
  border-radius: 30px;
}

.plug-banner-soso .soso-comtent .input-group .form-control:focus, .plug-banner-soso .soso-comtent .input-group .form-control:hover {
  color: none;
  background-color: none;
  border: 1px solid #0573da;
  outline: 0;
}

.plug-banner-soso .soso-comtent .input-group .form-control:hover, .plug-banner-soso .soso-comtent .input-group .form-control:focus {
  box-shadow: 0 0 8px 1px #0573da;
}

.plug-banner-soso .soso-comtent .input-group .bin-soso {
  width: 100px;
  text-align: center;
  line-height: 40px;
  background-image: linear-gradient(133deg, #69a4fa 0, #32a2ec 82%);
  color: #fff;
  text-decoration: none;
  border: 1px solid #32a2ec;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.plug-banner-soso .soso-comtent .input-group .bin-soso:hover {
  background: #0573da;
}

.plug-banner-soso .soso-comtent .input-group .bin-soso:hover, .plug-banner-soso .soso-comtent .input-group .bin-soso:focus {
  box-shadow: 0 0 8px 1px #0573da;
}

.bsphp-plug-comtent .row,
.bsphp-plug-comtent .row > * {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bsphp-plug-comtent .topnava {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  width: 100%;
}

.bsphp-plug-comtent .topnava a {
  line-height: 20px;
  color: #595a78;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 20px;
  cursor: pointer;
  flex-wrap: wrap;
  white-space: nowrap;
}

.bsphp-plug-comtent .topnava a:hover {
  color: #0773da;
}

.bsphp-plug-comtent .topnava a:hover:after {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #0573da;
  content: "";
  display: block;
  color: #0773da;
}

.bsphp-plug-comtent .topnava .active {
  color: #0773da;
}

.bsphp-plug-comtent .topnava .active:after {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #0573da;
  content: "";
  display: block;
}

.bsphp-plug-comtent .plug-box .bsphp-left {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: flex;
  flex-direction: column;
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box {
  width: 100%;
  float: left;
  padding: 30px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.102);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-size: cover;
  background-color: #fff;
  padding: 20px;
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box:hover, .bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box:focus {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.102);
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .left img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right {
  padding-left: 30px !important;
  align-content: flex-start;
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 0;
  font-family: PingFangSC-Semibold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.804);
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .title:hover {
  color: #0773da;
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .text {
  color: rgba(0, 0, 0, 0.589);
  padding-bottom: 10px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .keywords {
  padding-bottom: 10px;
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .keywords span {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #0774da;
  border: 1px solid rgba(7, 116, 218, 0.48);
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .list {
  color: rgba(24, 25, 27, 0.48);
}

.bsphp-plug-comtent .plug-box .bsphp-right {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: flex;
  flex-direction: column;
}

.bsphp-plug-comtent .plug-box .bsphp-right .plug-list-box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.102);
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 991.8px) {
  .bsphp-plug-comtent .bsphp-plug-list .plug-box .left a {
    width: 100%;
  }
  .bsphp-plug-comtent .bsphp-plug-list .plug-box .left a img {
    width: 100% !important;
  }
  .bsphp-plug-comtent .bsphp-plug-list .plug-box .right {
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
  }
  .bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right {
    padding-left: 0px !important;
    align-content: flex-start;
  }
}

.page {
  --page-primary: #0485f1;
  --page-primary-hover: #0573da;
  --page-on-primary: #fff;
  --page-border: rgba(15, 23, 42, 0.12);
  --page-border-strong: rgba(4, 133, 241, 0.35);
  --page-bg: #fff;
  --page-muted: #64748b;
  --page-text: #0f172a;
  --page-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  --page-shadow-hover: 0 4px 14px rgba(4, 133, 241, 0.18);
  --page-radius: 10px;
  --page-hit: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  margin: 2rem auto 3.5rem;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
}

.page > span:not(.current) {
  flex: 0 0 auto;
  min-width: 0 !important;
  margin: 0;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--page-muted);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--page-border);
  border-radius: 999px;
  box-shadow: none;
  text-decoration: none;
}

.page a,
.page span.current {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--page-hit) !important;
  min-height: var(--page-hit);
  margin: 0;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--page-primary);
  text-decoration: none !important;
  background: var(--page-bg);
  border: 1px solid var(--page-border-strong);
  border-radius: var(--page-radius);
  box-shadow: var(--page-shadow);
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.page a {
  cursor: pointer;
}

.page a:hover {
  color: var(--page-on-primary);
  background: var(--page-primary);
  border-color: var(--page-primary);
  box-shadow: var(--page-shadow-hover);
  transform: translateY(-1px);
}

.page a:focus-visible {
  outline: 2px solid var(--page-primary);
  outline-offset: 2px;
}

.page a:active {
  transform: translateY(0);
}

.page span.current {
  color: var(--page-on-primary);
  background: linear-gradient(145deg, #5ba7f7 0%, var(--page-primary) 55%, var(--page-primary-hover) 100%);
  border-color: var(--page-primary);
  box-shadow: var(--page-shadow-hover);
  cursor: default;
}

@media screen and (max-width: 575.98px) {
  .page {
    gap: 6px 8px;
    margin-bottom: 2.5rem;
  }
  .page > span:not(.current) {
    font-size: 12px;
    padding: 5px 8px;
  }
  .page a,
  .page span.current {
    min-height: 38px;
    min-width: 38px !important;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 8px;
  }
}

.bsphp-chm {
  width: 100%;
  padding-top: 75px;
  position: relative;
}

.bsphp-chm .comtent-left {
  position: fixed;
  padding-top: 80px;
  width: 280px;
  position: fixed;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 280px;
  border-right: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: left .25s ease;
  z-index: 99;
}

.bsphp-chm .comtent-left .bsphp-flex {
  position: relative;
  height: 100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.bsphp-chm .comtent-left .bsphp-flex::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(163, 195, 255, 0.877);
  transition: color .2s ease;
}

.bsphp-chm .comtent-left .bsphp-flex::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}

.bsphp-chm .comtent-left .bsphp-flex::-webkit-scrollbar-track {
  background: rgba(163, 195, 255, 0.18);
  border-radius: 0;
}

.bsphp-chm .comtent-left .bsphp-flex .list-unstyled {
  margin-top: 10px;
}

.bsphp-chm .comtent-left .bsphp-flex .list-unstyled .apiname {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 21px;
  padding-left: 2px;
}

.bsphp-chm .comtent-left .bsphp-flex .b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bsphp-chm .comtent-left .bsphp-flex .bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.bsphp-chm .comtent-left .bsphp-flex .dropdown-toggle {
  outline: 0;
}

.bsphp-chm .comtent-left .bsphp-flex .nav-flush .nav-link {
  border-radius: 0;
}

.bsphp-chm .comtent-left .bsphp-flex .btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
}

.bsphp-chm .comtent-left .bsphp-flex .btn-toggle:hover,
.bsphp-chm .comtent-left .bsphp-flex .btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: #e5eefe;
}

.bsphp-chm .comtent-left .bsphp-flex .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.bsphp-chm .comtent-left .bsphp-flex .btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}

.bsphp-chm .comtent-left .bsphp-flex .btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.bsphp-chm .comtent-left .bsphp-flex .btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.bsphp-chm .comtent-left .bsphp-flex .bsphp-active,
.bsphp-chm .comtent-left .bsphp-flex .btn-toggle-nav a:hover,
.bsphp-chm .comtent-left .bsphp-flex .btn-toggle-nav a:focus {
  background-color: #e5eefe;
}

.bsphp-chm .comtent-left .bsphp-flex .scrollarea {
  overflow-y: auto;
}

.bsphp-chm .comtent-left .bsphp-flex .fw-semibold {
  font-weight: 600;
}

.bsphp-chm .comtent-left .bsphp-flex .lh-tight {
  line-height: 1.25;
}

.bsphp-chm .comtent-right {
  margin-left: 280px;
  min-height: calc(100vh - 75px);
  position: relative;
  transition: margin-left .55s ease;
}

.bsphp-chm .comtent-right .top_bin {
  position: fixed;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  top: 80;
  right: 0;
  left: 0;
  margin-left: 280px;
  transition: margin-left .55s ease;
  pointer-events: none;
}

.bsphp-chm .comtent-right .top_bin i {
  color: #7e888b;
  display: block;
  height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}

.bsphp-chm .comtent-right .top_bin i:hover {
  color: #0773da;
}

.bsphp-chm .comtent-right .qrtools {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  opacity: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  margin-right: 20px;
  background: #fff;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  transition: opacity .5s ease;
  z-index: 11;
  top: 30px;
  bottom: auto;
  right: 10px;
  left: auto;
  margin: 1em 0 0;
}

.bsphp-chm .comtent-right .qrtools::after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  width: .5em;
  height: .5em;
  box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  background: #fff;
  z-index: 2;
  top: -.25em;
  left: 50%;
  margin: 0 0 0 -.25em;
  top: -0.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0;
  transform: rotate(45deg);
}

.bsphp-chm .comtent-right .qrtools .copyurl {
  line-height: 50px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.bsphp-chm .comtent-right .qrtools .copyurl .text,
.bsphp-chm .comtent-right .qrtools .copyurl i {
  color: grey;
  text-align: left;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
}

.bsphp-chm .comtent-right .qrtools .copyurl:hover,
.bsphp-chm .comtent-right .qrtools .copyurl:hover .text,
.bsphp-chm .comtent-right .qrtools .copyurl:hover .iconfont {
  color: #0773da;
  background-color: #e5eaee;
}

.bsphp-chm .comtent-right .qrtools .item {
  position: relative;
  cursor: pointer;
  display: block;
  height: auto;
  text-align: left;
  border: none;
  line-height: 1em;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  box-shadow: none;
  -webkit-touch-callout: none;
}

.bsphp-chm .comtent-right .qrtools .header {
  padding-left: 15px;
  padding-right: 15px;
}

.bsphp-chm .comtent-right .qrtools .header .text,
.bsphp-chm .comtent-right .qrtools .header i {
  color: grey;
  text-align: left;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
}

.bsphp-chm .comtent-right .qrtools .header img {
  width: 110px;
  height: 110px;
}

.bsphp-chm .comtent-right .title {
  font: 1.1em sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.bsphp-chm .comtent-right .product_con {
  max-width: 800px;
  margin: 0 auto;
}

.with-sidebar .comtent-left {
  left: -280px !important;
  transition: left .55s ease;
}

.with-sidebar .comtent-right {
  margin-left: 0px;
  transition: margin-left .55s ease;
}

.with-sidebar .comtent-right .top_bin {
  margin-left: 0px;
  transition: margin-left .55s ease;
}

.with-sidebar footer {
  margin-left: 0px;
  transition: margin-left .55s ease;
}

.qrtools-show {
  display: block !important;
  opacity: 1 !important;
  transition: opacity 1s ease !important;
}

#footer {
  background-color: #fff;
  padding-bottom: 20px;
}

#footer footer {
  font: 0.8em sans-serif;
}

#footer footer li {
  padding-right: 10px;
  padding-bottom: 10px;
}

#footer footer a {
  padding: 0.5rem 1 rem;
  color: #6c757d !important;
  text-decoration: none;
}

#footer footer a:hover {
  color: #0d6efd !important;
}

.bsphp-product-comtent {
  padding-top: 90px;
}

.bsphp-product-comtent .crumbs {
  padding-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsphp-product-comtent .crumbs i,
.bsphp-product-comtent .crumbs a,
.bsphp-product-comtent .crumbs span {
  padding-left: 5px;
}

.bsphp-product-comtent .crumbs span,
.bsphp-product-comtent .crumbs i {
  color: #a7a7a7;
}

.bsphp-product-comtent a {
  color: rgba(0, 0, 0, 0.74);
  font-size: 0.8rem;
}

.bsphp-product-comtent .top-comtent {
  padding: 50px;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.102);
  border-radius: 10px;
}

@media screen and (max-width: 991.8px) {
  .bsphp-product-comtent .top-comtent {
    padding: 20px;
    margin: 0px;
  }
}

.bsphp-product-comtent .top-comtent h1 {
  font: 1.3em sans-serif;
  font-weight: 800;
}

.bsphp-product-comtent .top-comtent .description {
  padding: 20px;
  min-height: 70px;
}

.bsphp-product-comtent .top-comtent .keywords {
  padding-left: 20px;
}

.bsphp-product-comtent .top-comtent .keywords span {
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #0774da;
  border: 1px solid rgba(7, 116, 218, 0.48);
  border-radius: 20px;
  margin-right: 10px;
}

.bsphp-product-comtent .top-comtent .list {
  padding-left: 20px;
  margin-bottom: 20px;
}

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

.bsphp-product-comtent .top-comtent .item_btn:hover, .bsphp-product-comtent .top-comtent .item_btn:focus {
  background-image: linear-gradient(133deg, #69a4fa 0, #0573da 82%);
}

.bsphp-product-comtent .down-comtent .topnava {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  width: 100%;
}

.bsphp-product-comtent .down-comtent .topnava a {
  line-height: 20px;
  color: #595a78;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 20px;
  cursor: pointer;
  flex-wrap: wrap;
  white-space: nowrap;
}

.bsphp-product-comtent .down-comtent .topnava a:hover {
  color: #0773da;
}

.bsphp-product-comtent .down-comtent .topnava a:hover:after {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #0573da;
  content: "";
  display: block;
  color: #0773da;
}

.bsphp-product-comtent .down-comtent .topnava .active {
  color: #0773da;
}

.bsphp-product-comtent .down-comtent .topnava .active:after {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #0573da;
  content: "";
  display: block;
}

.bsphp-product-comtent .down-comtent .plug-list-box,
.bsphp-product-comtent .down-comtent .product {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.102);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-size: cover;
}

.bsphp-package {
  padding-top: 120px;
  background-image: none;
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 40px;
  padding: 20px;
}

.bsphp-package .top-con {
  margin-top: 120px;
}

.bsphp-package .box-list {
  justify-content: space-around;
}

.bsphp-package .box-list .bsphp-content {
  box-shadow: 1px 1px 4px 1px rgba(47, 135, 244, 0.871);
  background-color: #fff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  min-width: 326px;
  max-width: 400px;
}

.bsphp-package .box-list .bsphp-content .alone-version-desc {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.bsphp-package .box-list .bsphp-content .alone-version-desc h2 {
  font: 1.2em sans-serif;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.918);
  padding-bottom: 20px;
}

.bsphp-package .box-list .bsphp-content .alone-version-desc .alone-badge {
  position: relative;
  display: inline-block;
  border: 1px solid #e6e6e6;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 2px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
}

.bsphp-package .box-list .bsphp-content .alone-version-desc ul {
  text-align: left;
  height: 345px;
}

.bsphp-package .box-list .bsphp-content .alone-version-desc ul li {
  margin-top: 5px;
  list-style-type: circle;
  line-height: 22px;
  font-size: 14px;
  color: #666;
}

.bsphp-package .box-list .bsphp-content .alone-version-desc .item_btn {
  max-width: 100%;
  height: 42px;
  border-radius: 21px;
  background-image: linear-gradient(133deg, #69a4fa 0, #32a2ec 82%);
  box-shadow: 0 0 3px 1px rgba(80, 109, 242, 0.42);
  display: block;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 42px;
  cursor: pointer;
  margin-bottom: 20px;
}

.bsphp-package .box-list .bsphp-content .alone-version-desc .item_btn:hover, .bsphp-package .box-list .bsphp-content .alone-version-desc .item_btn:focus {
  background-image: linear-gradient(133deg, #69a4fa 0, #0573da 82%);
}

.bsphp-exhibition {
  background-color: transparent;
  padding: 48px 0 72px;
}

.bsphp-exhibition .exh-wrap {
  margin-top: 0;
}

.bsphp-exhibition .exh-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
  padding: 0 12px;
}

.bsphp-exhibition .exh-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
}

.bsphp-exhibition .exh-title {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.bsphp-exhibition .exh-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #64748b;
}

.bsphp-exhibition .exh-lead strong {
  color: #475569;
  font-weight: 600;
}

.bsphp-exhibition .exhibition.exh-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.bsphp-exhibition .ex-card {
  margin: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 12px 36px rgba(15, 23, 42, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}

.bsphp-exhibition .ex-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 1px 0 white inset, 0 20px 48px rgba(15, 23, 42, 0.12), 0 8px 24px rgba(37, 99, 235, 0.08);
}

.bsphp-exhibition .ex-card:hover .ex-card-media img {
  transform: scale(1.05);
}

.bsphp-exhibition .ex-card:hover .ex-card-hint {
  color: #2563eb;
}

.bsphp-exhibition .ex-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit !important;
  outline: none;
}

.bsphp-exhibition .ex-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #e8eef9 0%, #f1f5f9 100%);
}

.bsphp-exhibition .ex-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.bsphp-exhibition .ex-card-body {
  padding: 14px 16px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bsphp-exhibition .ex-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
}

.bsphp-exhibition .ex-card-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #64748b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.bsphp-exhibition .ex-card-hint {
  margin-top: auto;
  padding-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.bsphp-exhibition .ex-card-hint::before {
  content: '⌕ ';
  opacity: 0.7;
}

@media screen and (max-width: 575.98px) {
  .bsphp-exhibition {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .bsphp-exhibition .exhibition.exh-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.bsphp-links {
  padding: 2.5rem 0 1rem;
  box-sizing: border-box;
  width: 100%;
}

.bsphp-links__shell {
  padding: 0 clamp(12px, 3vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.bsphp-links__panel {
  min-width: 0;
}

.bsphp-links__panel--service {
  padding: 1.35rem 1.5rem 1.45rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 252, 0.9) 48%, rgba(239, 246, 255, 0.55) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 10px 28px rgba(15, 23, 42, 0.07);
}

.bsphp-links__panel--friends {
  padding: 1.25rem 1.5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 8px 24px rgba(15, 23, 42, 0.06);
}

.bsphp-links__service-head {
  margin: 0 0 1rem;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
}

.bsphp-links__service-eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
}

.bsphp-links__service-title {
  margin: 0;
  font-size: clamp(17px, 2.2vw, 19px);
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
}

.bsphp-links__service-body {
  min-width: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #334155;
}

.bsphp-links__service-body.index-info {
  padding-left: 0;
  font-weight: 400;
}

.bsphp-links__service-body a {
  color: #2563eb;
  text-decoration: none;
}

.bsphp-links__service-body a:hover {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bsphp-links__service-body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 8px;
}

.bsphp-links__service-body p {
  margin: 0 0 0.65em;
}

.bsphp-links__service-body p:last-child {
  margin-bottom: 0;
}

.bsphp-links__lead {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #0f172a;
}

.bsphp-links__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
}

.bsphp-links__nav a {
  color: #334155;
  font-size: 14px;
  text-decoration: none;
}

.bsphp-links__nav a:hover {
  color: #0573da;
  text-decoration: underline;
}

.bsphp-site-notice {
  padding: 0 clamp(12px, 3vw, 24px) 1.75rem;
  box-sizing: border-box;
}

.bsphp-site-notice__inner {
  padding: 12px 16px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #f1f5f9;
  background-color: rgba(52, 115, 183, 0.88);
  border-radius: 10px;
}

.bsphp-site-notice__inner a {
  color: #f8fafc;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bsphp-site-notice__inner a:hover {
  color: #fff;
}

@media screen and (max-width: 575.98px) {
  .bsphp-site-notice__inner {
    font-size: 12px;
    padding: 10px 12px;
  }
}

.one-page {
  width: 100%;
  padding: 20px;
  margin-top: 30px;
}

.one-page #content {
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.102);
}

.one-page #content p {
  font-size: 1rem;
  line-height: 30px;
  padding-top: 10px;
}

.bsphp-login {
  padding: 20px;
  padding-top: 200px;
  padding-bottom: 150px;
  background-color: rgba(68, 106, 167, 0.32);
}

.bsphp-login .xieyi {
  margin-top: 50px;
}

.bsphp-login .xieyi a {
  color: #333;
}

.bsphp-login .xieyi a:hover {
  color: #0485f0;
}

.bsphp-login .login-box {
  opacity: 0.97;
  border-radius: 8px;
  box-shadow: 2px 1px 8px 2px #0c84ed;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 500px;
  display: flex;
}

@media screen and (max-width: 600.8px) {
  .bsphp-login .login-box {
    flex-direction: column;
    align-items: center;
  }
}

.bsphp-login .login-box .left,
.bsphp-login .login-box .right {
  width: 50%;
  padding: 30px;
}

@media screen and (max-width: 600.8px) {
  .bsphp-login .login-box .left,
  .bsphp-login .login-box .right {
    width: 100%;
  }
}

.bsphp-login .login-box .login-qr {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 250px;
  padding-bottom: 20px;
}

.bsphp-login .login-box .login-qr img {
  width: 250px;
  border-radius: 8px;
}

.bsphp-login .login-box .login-msg {
  text-align: center;
  font: 1em sans-serif;
  font-weight: 600;
  font-family: PingFangSC-Semibold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.bsphp-login .login-box .login-title {
  font-size: 20px;
  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;
  line-height: 50px;
  padding-top: 10px;
}

.bsphp-login .login-box .input-group {
  margin-bottom: 20px;
}

.bsphp-login .login-box .form-control:focus {
  border: 1px solid #0485f0;
}

.bsphp-login .login-box .btn {
  width: 100%;
}

.bsphp-login .login-box .get-code-bin {
  font-size: 15px;
  width: 120px;
  color: #6c757d;
  border-color: #cad0d5;
}

.bsphp-login .login-box .get-code-bin:hover, .bsphp-login .login-box .get-code-bin:focus {
  background-image: linear-gradient(133deg, #69a4fa 0, #0573da 82%);
  color: #fff;
}

.bsphp-login .login-box .code_input_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.bsphp-login .login-box .login-code-id {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}

.bsphp-login .login-box .item_btn {
  max-width: 100%;
  height: 48px;
  border-radius: 21px;
  background-image: linear-gradient(133deg, #69a4fa 0, #32a2ec 82%);
  box-shadow: 0 0 3px 1px rgba(80, 109, 242, 0.42);
  display: block;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 20px;
}

.bsphp-login .login-box .item_btn:hover, .bsphp-login .login-box .item_btn:focus {
  background-image: linear-gradient(133deg, #69a4fa 0, #0573da 82%);
  font-size: 21px;
}

.bsphp-login .login-box .item_btn_lin {
  max-width: 100%;
  height: 48px;
  border-radius: 21px;
  box-shadow: 0 0 3px 1px rgba(80, 109, 242, 0.42);
  border: 1px solid #32a2ec;
  display: block;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #32a2ec;
  letter-spacing: 0;
  line-height: 30px;
  cursor: pointer;
  padding-bottom: 30px;
}

.bsphp-login .login-box .item_btn_lin:hover, .bsphp-login .login-box .item_btn_lin:focus {
  background-image: linear-gradient(133deg, #69a4fa 0, #0573da 82%);
  color: #fff;
  font-size: 21px;
}

.bsphp-login .login-box .input-group-text {
  color: rgba(0, 0, 0, 0.658);
}

.bsphp-home {
  padding-top: 100px;
  padding-bottom: 150px;
}

.bsphp-home .crumbs {
  padding-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsphp-home .crumbs i,
.bsphp-home .crumbs a,
.bsphp-home .crumbs span {
  padding-left: 5px;
}

.bsphp-home a {
  color: rgba(0, 0, 0, 0.74);
  font-size: 0.8rem;
}

.bsphp-home a:hover {
  color: #0573da;
}

.bsphp-home span,
.bsphp-home i {
  color: #a7a7a7;
}

.bsphp-home .down-comtent .topnava {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  width: 100%;
}

.bsphp-home .down-comtent .topnava a {
  line-height: 20px;
  color: #595a78;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 20px;
  cursor: pointer;
  flex-wrap: wrap;
  white-space: nowrap;
}

.bsphp-home .down-comtent .topnava a:hover {
  color: #0773da;
}

.bsphp-home .down-comtent .topnava a:hover:after {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #0573da;
  content: "";
  display: block;
  color: #0773da;
}

.bsphp-home .down-comtent .topnava .active {
  color: #0773da;
}

.bsphp-home .down-comtent .topnava .active:after {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #0573da;
  content: "";
  display: block;
}

.bsphp-home .down-comtent .plug-list-box,
.bsphp-home .down-comtent .product {
  background-color: #fff;
  min-height: 300px;
  padding: 40px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.102);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-size: cover;
}

.bsphp-home .bsphp-authorization {
  width: 380px;
  min-width: 335px;
  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;
}

@media screen and (max-width: 1066.8px) {
  .bsphp-home .bsphp-authorization .row {
    flex-direction: column;
  }
  .bsphp-home .bsphp-authorization .col-md-6 {
    width: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .bsphp-home .bsphp-authorization .col-md-6 {
    width: 100%;
  }
}

@media screen and (max-width: 1300.8px) {
  .bsphp-home .bsphp-authorization {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

.bsphp-home .bsphp-authorization .top-info .item_title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #222;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 12px;
  text-align: left;
}

.bsphp-home .bsphp-authorization .top-info .item_p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

.bsphp-home .bsphp-authorization .top-info .item_date {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}

.bsphp-home .bsphp-authorization .top-info .item_host {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #0773da;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 800;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.bsphp-home .bsphp-authorization .top-info .item_t {
  border: 1px solid #d1dafc;
  color: #666;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}

.bsphp-home .bsphp-authorization .bins {
  display: flex;
}

.bsphp-home .bsphp-authorization .bins .item_btn {
  width: 120px;
  height: 30px;
  border-radius: 21px;
  background-image: linear-gradient(133deg, #eff2fc 0, #f7faff 82%);
  box-shadow: 0 0px 1px 1px rgba(80, 109, 242, 0.42);
  margin-top: 20px;
  display: block;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #0573da;
  letter-spacing: 0;
  line-height: 30px;
  cursor: pointer;
  margin-right: 20px;
}

.bsphp-home .bsphp-authorization .bins .item_btn:hover {
  background: #0573da;
  color: #fff;
}

.bsphp-home .bsphp-authorization .bins .item_btn_text {
  height: 42px;
  margin-top: 15px;
  display: block;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
  line-height: 42px;
  cursor: pointer;
  margin-right: 20px;
}

.bsphp-home .bsphp-authorization .bins .item_btn_text:hover {
  color: #0d6efd;
}

.bsphp-home .item_btn {
  margin-top: 30px;
  max-width: 100%;
  min-width: 200px;
  height: 48px;
  border-radius: 21px;
  background-image: linear-gradient(133deg, #69a4fa 0, #32a2ec 82%);
  box-shadow: 0 0 3px 1px rgba(80, 109, 242, 0.42);
  display: block;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 20px;
}

.bsphp-home .item_btn:hover, .bsphp-home .item_btn:focus {
  background-image: linear-gradient(133deg, #69a4fa 0, #0573da 82%);
  font-size: 21px;
}

.bsphp-home .form-info-list {
  width: 100%;
  display: flex;
  line-height: 45px;
  margin-bottom: 20px;
}

.bsphp-home .form-info-list input {
  max-width: 500px;
}

.bsphp-home .form-info-list .toinfo {
  color: #666;
  line-height: 22px;
  font-size: 14px;
}

.bsphp-home .form-info-list .ti {
  font-size: 16px;
  color: #666;
  padding-right: 15px;
  font-weight: 400;
  min-width: 101px;
  text-align: right;
}

.bsphp-home .form-info-list .host {
  font-size: 20px;
}

.bsphp-home .form-info-list .to {
  color: #333;
  font: 19px;
  display: flex;
  align-items: center;
}

.bsphp-home .form-info-list .to .form-check-input {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  margin-right: 5px;
}

.bsphp-home #shoplist .input-group {
  margin-bottom: 10px;
}

.bsphp-home #shoplist .input-group form-check-label:hover > .input-group-text {
  border: 1px solid #0485f0;
}

.bsphp-home #shoplist .input-group .input-group-text {
  font-size: 14px;
  text-align: left;
  white-space: inherit;
  background-color: #fff;
}

.bsphp-home #shoplist .input-group .input-group-text input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.bsphp-home #shoplist .input-group .input-group-text input:focus .input-group-text {
  border: 1px solid #0485f0;
}

.bsphp-home #shoplist .input-group .form-check-label {
  width: calc(120% - 30px);
}

.bsphp-home #jiage {
  font-size: 18px;
  font-weight: 800;
  color: #c03939;
}

.bsphp-home-body main {
  margin: 10px;
}

.bsphp-home-body #footer {
  background-color: rgba(255, 255, 255, 0);
}

.form-control:focus {
  border: 1px solid #0485f0;
}

.dropdown-menu[data-bs-popper] {
  left: -110px;
}

.loading {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=80);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.loading .content {
  background-color: #fff;
  position: absolute;
  cursor: wait;
  width: auto;
  height: 57px;
  line-height: 57px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #95B8E7;
  color: #696969;
  font-family: 'Microsoft YaHei';
  display: flex;
  border-radius: 8px;
}

.loading .img {
  background-size: 100%;
  background-image: url(loading.gif);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.bsphp-search-comtent .row,
.bsphp-search-comtent .row > * {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bsphp-search-comtent .topnava {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  width: 100%;
}

.bsphp-search-comtent .topnava a {
  line-height: 20px;
  color: #595a78;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 20px;
  cursor: pointer;
  flex-wrap: wrap;
  white-space: nowrap;
}

.bsphp-search-comtent .topnava a:hover {
  color: #0773da;
}

.bsphp-search-comtent .topnava a:hover:after {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #0573da;
  content: "";
  display: block;
  color: #0773da;
}

.bsphp-search-comtent .topnava .active {
  color: #0773da;
}

.bsphp-search-comtent .topnava .active:after {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #0573da;
  content: "";
  display: block;
}

.bsphp-search-comtent .plug-box .bsphp-left {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: flex;
  flex-direction: column;
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box {
  width: 100%;
  float: left;
  padding: 30px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.102);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-size: cover;
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box:hover, .bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box:focus {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.102);
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .left img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right {
  align-content: flex-start;
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 0;
  font-family: PingFangSC-Semibold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.804);
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .title a {
  color: rgba(0, 0, 0, 0.804);
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .title a:hover {
  color: #0773da;
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .text {
  padding-left: 30px !important;
  color: rgba(0, 0, 0, 0.589);
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .keywords {
  padding-left: 30px !important;
  padding-bottom: 10px;
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .keywords span {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #0774da;
  border: 1px solid rgba(7, 116, 218, 0.48);
  border-radius: 20px;
  margin-right: 10px;
}

.bsphp-search-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right .list {
  padding-left: 30px !important;
  color: rgba(24, 25, 27, 0.48);
}

.bsphp-search-comtent .plug-box .bsphp-right {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: flex;
  flex-direction: column;
}

.bsphp-search-comtent .plug-box .bsphp-right .plug-list-box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.102);
  border-radius: 10px;
}

@media screen and (max-width: 991.8px) {
  .bsphp-plug-comtent .bsphp-plug-list .plug-box .left a {
    width: 100%;
  }
  .bsphp-plug-comtent .bsphp-plug-list .plug-box .left a img {
    width: 100% !important;
  }
  .bsphp-plug-comtent .bsphp-plug-list .plug-box .right {
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
  }
  .bsphp-plug-comtent .plug-box .bsphp-left .bsphp-plug-list .plug-box .right {
    padding-left: 0px !important;
    align-content: flex-start;
  }
}

.news {
  background-color: #fff;
}

.news .title-name {
  color: #333;
}

.news .list .title {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  border-left: 6px var(--hdsyscms-bg) solid;
  padding-left: 10px;
  margin-bottom: 15px;
}

.news .list .title a {
  font-size: 14px;
  color: #999999;
  float: right;
  border: 1px #999999 solid;
  padding: 0 10px;
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
}

.news .list .title a:hover {
  color: var(--hdsyscms-color);
  border: 1px var(--hdsyscms-color) solid;
}

.news .list .item .com-box {
  padding-left: 0px;
}

.news .list .item .com-box .content-img {
  list-style-type: none;
  display: flex;
  padding-left: 15px;
}

.news .list .item .com-box .content-img .imgesc {
  width: 121px !important;
  height: 75px !important;
}

.news .list .item .com-box .content-img .imgesc .img-thumbnail {
  padding: 0px !important;
  min-height: 75px !important;
  width: 121px !important;
  height: 75px !important;
  max-width: 121px;
}

.news .list .item .com-box .content-img .text {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.news .list .item .com-box .content-img .text a {
  white-space: nowrap !important;
  line-height: 30px;
  width: 390px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
}

.news .list .item .com-box .content-text {
  border-bottom: 1px #e5e5e5 dashed;
  text-indent: 1em;
  background: url(images/icon_85.jpg) left center no-repeat;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.news .list .item .com-box .content-text a {
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 991.8px) {
  .news .list .item .com-box .content-text span {
    display: none;
  }
}

@media screen and (max-width: 760.8px) {
  .news .list .item .com-box .content-text span {
    display: block;
  }
}

@media screen and (max-width: 500.8px) {
  .news .list .item .com-box .content-text span {
    display: none;
  }
}

@media screen and (max-width: 991.8px) {
  .news {
    background-color: #fff;
  }
  .news .title-name {
    color: #333;
  }
  .news .list .item .com-box .content-img {
    display: flex;
    padding-left: 0px;
    flex-direction: column;
  }
  .news .list .item .com-box .content-img .imgesc {
    width: 100% !important;
    height: auto !important;
  }
  .news .list .item .com-box .content-img .imgesc .img-thumbnail {
    padding: 0px !important;
    min-height: 75px !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }
  .news .list .item .com-box .content-img .text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
  }
  .news .list .item .com-box .content-img .text a {
    white-space: nowrap !important;
    line-height: 30px;
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
  }
  .news .list .item .com-box .content-img .text span {
    display: none;
  }
}

.bsphp-news {
  padding: 3rem 0 3.75rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: transparent;
}

.bsphp-news__shell {
  width: 100%;
  max-width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 clamp(12px, 3vw, 24px);
  box-sizing: border-box;
}

.bsphp-news__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2rem;
  padding: 0 8px;
}

.bsphp-news__eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
}

.bsphp-news__h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.bsphp-news__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #64748b;
}

.bsphp-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.bsphp-news__column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem 1.25rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 12px 36px rgba(15, 23, 42, 0.07);
}

.bsphp-news__column-title {
  margin: 0 0 4px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(37, 99, 235, 0.2);
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}

.bsphp-news__hero {
  margin: 0 0 8px;
}

.bsphp-news__hero-link {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit !important;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(255, 255, 255, 0.65) 100%);
  border: 1px solid rgba(148, 163, 184, 0.28);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bsphp-news__hero-link:hover {
  border-color: rgba(37, 99, 235, 0.38);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.bsphp-news__hero-link:hover .bsphp-news__hero-media img {
  transform: scale(1.04);
}

.bsphp-news__hero-link:hover .bsphp-news__hero-title {
  color: #2563eb;
}

.bsphp-news__hero-media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eef5;
}

.bsphp-news__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.bsphp-news__hero-main {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.bsphp-news__badge {
  align-self: flex-start;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.bsphp-news__hero-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  transition: color 0.2s ease;
  word-break: break-word;
}

.bsphp-news__hero-excerpt {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #64748b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.bsphp-news__hero-meta {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.bsphp-news__entries {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-height: 0;
}

.bsphp-news__entry {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 4px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  transition: background 0.2s ease;
}

.bsphp-news__entry:last-child {
  border-bottom: none;
}

.bsphp-news__entry:hover {
  background: rgba(37, 99, 235, 0.05);
  border-radius: 10px;
}

.bsphp-news__entry-link {
  flex: 1;
  min-width: 0;
  text-decoration: none !important;
  color: #0f172a !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bsphp-news__entry-link:hover .bsphp-news__entry-title {
  color: #2563eb;
}

.bsphp-news__entry-cat {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.bsphp-news__entry-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.bsphp-news__entry-count {
  flex-shrink: 0;
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
  padding-top: 2px;
}

@media screen and (max-width: 991.98px) {
  .bsphp-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 575.98px) {
  .bsphp-news {
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
  }
  .bsphp-news__grid {
    grid-template-columns: 1fr;
  }
  .bsphp-news__entry {
    flex-wrap: wrap;
  }
  .bsphp-news__entry-count {
    width: 100%;
    padding-left: 2px;
  }
}

.apiname {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 21px;
  padding-left: 2px;
}

.browse {
  font-size: 16px;
  padding-right: 5px;
  color: rgba(128, 128, 128, 0.404);
}

.text-muted {
  color: rgba(128, 128, 128, 0.404);
  font-size: 13px;
}

.map-item ul {
  padding-left: 0px;
}

.map-item ul li {
  border-bottom: 1px #e5e5e5 dashed;
  text-indent: 1em;
  background: url(images/icon_85.jpg) left center no-repeat;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.map-item ul li a {
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 90vw;
}

@media screen and (max-width: 991.8px) {
  .map-item ul li span {
    display: none;
  }
}

@media screen and (max-width: 760.8px) {
  .map-item ul li span {
    display: block;
  }
}

@media screen and (max-width: 500.8px) {
  .map-item ul li span {
    display: none;
  }
}

.index-info {
  font-family: PingFangSC-Semibold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.804);
  font-weight: 200;
  text-decoration: none;
  font-size: 14px;
  padding-left: 20px;
}

.bsphp-miaoshu {
  margin-top: 100px;
  padding: 26px 30px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  /* border: 1px solid rgba(50, 133, 236, 0.12); */
  box-shadow: 0 10px 28px rgba(14, 62, 126, 0.08);
  color: #344a61;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.1px;
}

.bsphp-miaoshu::first-line {
  font-weight: 600;
  color: #113a67;
}

.bsphp-box-miaoshu {
  margin-top: 200px;
}

.bsphp-box-miaoshu .product-section {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  padding: 36px 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  box-shadow: 0 20px 48px rgba(12, 31, 66, 0.32);
  color: #e6eefb;
}

.bsphp-box-miaoshu .product-section .hero {
  text-align: center;
  margin-bottom: 26px;
}

.bsphp-box-miaoshu .product-section .hero h1 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 700;
}

.bsphp-box-miaoshu .product-section .hero .subtitle {
  margin: 0 auto 14px;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(226, 236, 255, 0.9);
}

.bsphp-box-miaoshu .product-section .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.bsphp-box-miaoshu .product-section .tags span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: #eaf2ff;
}

.bsphp-box-miaoshu .product-section .features-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bsphp-box-miaoshu .product-section .features-grid .card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 16px;
  transition: transform .25s ease, border-color .25s ease;
}

.bsphp-box-miaoshu .product-section .features-grid .card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.34);
}

.bsphp-box-miaoshu .product-section .features-grid .card h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.bsphp-box-miaoshu .product-section .features-grid .card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(231, 240, 255, 0.88);
}

.bsphp-box-miaoshu .product-section .desc {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.bsphp-box-miaoshu .product-section .desc p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(233, 241, 255, 0.92);
}

.bsphp-box-miaoshu .product-section .tech {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bsphp-box-miaoshu .product-section .tech .tech-item {
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.bsphp-box-miaoshu .product-section .tech .tech-item h4 {
  margin: 0 0 6px 0;
  font-size: 16px;
  color: #ffffff;
}

.bsphp-box-miaoshu .product-section .tech .tech-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(230, 239, 255, 0.88);
}

.bsphp-box-miaoshu .product-section .security {
  margin-top: 18px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.bsphp-box-miaoshu .product-section .security h2 {
  margin: 0 0 8px 0;
  font-size: 24px;
  color: #ffffff;
}

.bsphp-box-miaoshu .product-section .security ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px;
}

.bsphp-box-miaoshu .product-section .security ul li {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(230, 240, 255, 0.92);
}

.bsphp-box-miaoshu .product-section .cta {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 991.8px) {
  .bsphp-box-miaoshu {
    margin-top: 20px;
  }
  .bsphp-box-miaoshu .product-section {
    padding: 22px 14px;
    border-radius: 14px;
  }
  .bsphp-box-miaoshu .product-section .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bsphp-box-miaoshu .product-section .tech {
    grid-template-columns: 1fr;
  }
  .bsphp-box-miaoshu .product-section .security ul {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .bsphp-box-miaoshu .product-section .hero h1 {
    font-size: 26px;
  }
  .bsphp-box-miaoshu .product-section .hero .subtitle {
    font-size: 15px;
  }
  .bsphp-box-miaoshu .product-section .features-grid {
    grid-template-columns: 1fr;
  }
}

.bsphp-canpingjieshao {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 64px;
}

.bsphp-canpingjieshao.bsphp-package {
  background-image: none;
  background-color: transparent;
}

.bsphp-canpingjieshao::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/templates/bsphp_2023/statics/cpj/section-bg.webp") center 20%/cover no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.bsphp-canpingjieshao .cpj-wrap {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.bsphp-canpingjieshao .cpj-head {
  text-align: center;
  margin-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.bsphp-canpingjieshao .cpj-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bsphp-canpingjieshao .cpj-title {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.85);
}

.bsphp-canpingjieshao .cpj-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.75);
}

.bsphp-canpingjieshao .cpj-head-divider {
  width: 72px;
  height: 4px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #3b82f6, #6366f1, #8b5cf6);
  opacity: 0.9;
}

.bsphp-canpingjieshao .cpj-card-thumb-wrap {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 10;
  margin: 0 0 16px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.14), rgba(99, 102, 241, 0.07));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.bsphp-canpingjieshao .cpj-card-thumb-wrap--api {
  background: linear-gradient(145deg, rgba(249, 115, 22, 0.16), rgba(59, 130, 246, 0.09));
}

.bsphp-canpingjieshao .cpj-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.bsphp-canpingjieshao .cpj-card:hover .cpj-card-thumb {
  transform: scale(1.045);
}

.bsphp-canpingjieshao .cpj-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.bsphp-canpingjieshao .cpj-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 22px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 12px 40px rgba(15, 23, 42, 0.08), 0 4px 14px rgba(37, 99, 235, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.bsphp-canpingjieshao .cpj-card::after {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, #3b82f6, #6366f1);
  opacity: 0.85;
}

.bsphp-canpingjieshao .cpj-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 0 white inset, 0 22px 56px rgba(15, 23, 42, 0.12), 0 8px 22px rgba(37, 99, 235, 0.1);
  border-color: rgba(37, 99, 235, 0.28);
}

.bsphp-canpingjieshao .cpj-card--hot {
  border-color: rgba(249, 115, 22, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 12px 44px rgba(234, 88, 12, 0.14), 0 4px 14px rgba(37, 99, 235, 0.06);
}

.bsphp-canpingjieshao .cpj-card--hot::after {
  background: linear-gradient(90deg, #f97316, #3b82f6);
}

.bsphp-canpingjieshao .cpj-card--hot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.5), rgba(37, 99, 235, 0.38));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bsphp-canpingjieshao .cpj-card-top {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.bsphp-canpingjieshao .cpj-card-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.bsphp-canpingjieshao .cpj-card-tag--hot {
  color: #c2410c;
  background: rgba(249, 115, 22, 0.12);
  border-color: rgba(249, 115, 22, 0.35);
}

.bsphp-canpingjieshao .cpj-card-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.bsphp-canpingjieshao .cpj-card-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}

.bsphp-canpingjieshao .cpj-list {
  flex: 1;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.bsphp-canpingjieshao .cpj-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.bsphp-canpingjieshao .cpj-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #94a3b8;
}

.bsphp-canpingjieshao .cpj-list .cpj-li-strong {
  color: #c2410c;
  font-weight: 500;
}

.bsphp-canpingjieshao .cpj-list .cpj-li-strong::before {
  background: #f97316;
}

.bsphp-canpingjieshao .cpj-btn {
  display: block;
  width: 100%;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  background-image: linear-gradient(133deg, #69a4fa 0, #32a2ec 82%);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.bsphp-canpingjieshao .cpj-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: #fff !important;
}

.bsphp-canpingjieshao .cpj-btn--ghost {
  background-image: none;
  background: #fff;
  color: #1d4ed8 !important;
  border: 2px solid rgba(37, 99, 235, 0.45);
  box-shadow: none;
}

.bsphp-canpingjieshao .cpj-btn--ghost:hover {
  background: rgba(37, 99, 235, 0.06);
  color: #1e40af !important;
}

.bsphp-canpingjieshao .cpj-notes {
  margin-top: 40px;
  padding: 24px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(148, 163, 184, 0.38);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 14px 36px rgba(15, 23, 42, 0.06);
}

.bsphp-canpingjieshao .cpj-notes p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #334155;
}

.bsphp-canpingjieshao .cpj-notes p:last-child {
  margin-bottom: 0;
}

.bsphp-canpingjieshao .cpj-notes p strong {
  color: #0f172a;
  font-weight: 600;
}

.bsphp-canpingjieshao .cpj-notes p a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bsphp-canpingjieshao .cpj-notes p a:hover {
  color: #1d4ed8;
}

@media screen and (max-width: 991.8px) {
  .bsphp-canpingjieshao {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .bsphp-canpingjieshao .cpj-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .bsphp-canpingjieshao .cpj-head {
    margin-bottom: 28px;
  }
}

.kwd {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.kwd p {
  /* padding: 2px; */
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 200;
  color: #0774da;
  border: 1px solid rgba(7, 116, 218, 0.25);
  border-radius: 20px;
  margin-right: 5px;
}

#content code {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.row .list {
  width: 100%;
}

.strhide {
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.right_img {
  display: flex;
  justify-content: flex-end;
}

.right_img img {
  max-height: 190px;
}

.overflowstr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 991.8px) {
  .bsphp-miaoshu {
    margin-top: 16px;
    padding: 18px 16px;
    font-size: 15px;
    line-height: 1.82;
    border-radius: 10px;
  }
}
