.detail-customerStories-banner {
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.detail-customerStories-banner .detail-customerStories-banner-content {
  position: absolute;
  top: 41%;
}
.detail-customerStories-banner h3 ,.detail-customerStories-banner h1{
  font-weight: bold;
  font-size: 80px;
  color: #087FE7;
  line-height: 88px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.detailCustomerStories-main {
  background: linear-gradient(180deg, rgba(8, 127, 231, 0.1) 0%, #fdfdfd 100%);
}
.detailCustomerStories-main .detailCustomerStories-main-box {
  background: url(../png/index-left-lv-bg.png) no-repeat 0 35%;
  padding-top: 134px;
}
.mostPopular-box .section-title {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}
.mostPopular-box .mostPopular-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  padding-bottom: 150px;
}
.mostPopular-box .paper-card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.mostPopular-box .paper-card:hover {
  transform: translateY(-5px);
}
.mostPopular-box .paper-card img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mostPopular-box .paper-card .paper-content h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  font-weight: bold;
}
.mostPopular-box .paper-card .paper-content p {
  margin-top: 54px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mostPopular-box .paper-card .paper-content .get-doc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 58px;
  background: #087FE7;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  transition: background 0.3s ease;
}
.mostPopular-box .paper-card .paper-content .get-doc-btn:hover {
  background: #00B738;
}
.res_pro_down_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
.res_pro_down_content_right {
  width: calc(100% - 314px - 45px);
}
.res_pro_down_content_right_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.res-video-title {
  font-weight: 600;
  font-size: 30px;
  color: #087FE7;
  line-height: 50px;
  margin-bottom: 15px;
}
.res_pro_down_content_right_card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.res_pro_down_content_right_card .content_right_card_top {
  background: linear-gradient(180deg, rgba(128, 213, 98, 0.2) 0%, rgba(31, 190, 74, 0.2) 100%);
  position: relative;
  min-height: 224px;
}
.res_pro_down_content_right_card .content_right_card_top h2 {
  font-weight: 600;
  font-size: 22px;
  color: black;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 68px 284px 35px 48px;
}
.res_pro_down_content_right_card .content_right_card_top img {
  position: absolute;
  top: 15%;
  right: 41px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.22);
  max-width: 200px;
  height: auto;
}
.res_pro_down_content_right_card .content_right_card_bottom {
  padding: 60px 30px;
}
.res_pro_down_content_right_card .content_right_card_bottom p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 80px;
}
.res_pro_down_content_right_card .content_right_card_bottom a {
  display: inline-block;
  color: #087FE7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s;
}
.res_pro_down_content_right_card .content_right_card_bottom a:hover {
  color: #00B738;
  padding-left: 5px;
}
.res_pro_down_content_right_card:hover {
  cursor: pointer;
}
.res_pro_down_content_right_card:hover .content_right_card_top {
  background: linear-gradient(180deg, rgba(128, 213, 98, 0.8) 0%, rgba(31, 190, 74, 0.8) 100%);
}
.res_pro_down_content_right_card:hover .content_right_card_top h2 {
  color: #FFFFFF;
}
.page-box .wp-pagenavi .current {
  background: #2788ff;
}
.markets-speak {
  margin-top: 150px;
}
.markets-speak .markets-speak-title {
  margin-bottom: 66px;
  font-size: 60px;
  color: #1A1A1A;
  line-height: 80px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.markets-speak .markets-speak-card {
  display: flex;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  margin-top: 44px;
}
.markets-speak .markets-speak-card .markets-speak-card-left {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
}
.markets-speak .markets-speak-card .markets-speak-card-left img {
  width: 100%;
  border-radius: 5px;
  max-height: 100%;
}
.markets-speak .markets-speak-card .markets-speak-card-right {
  flex: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.markets-speak .markets-speak-card .markets-speak-card-right .markets-speak-date {
  font-size: 14px;
  color: gray;
  margin-bottom: 10px;
}
.markets-speak .markets-speak-card .markets-speak-card-right .markets-speak-heading {
  font-size: 22px;
  color: #1C1F1F;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.markets-speak .markets-speak-card .markets-speak-card-right .markets-speak-heading:hover {
  color: #087FE7;
}
.markets-speak .markets-speak-card .markets-speak-card-right .markets-speak-description {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #929292;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.markets-speak .markets-speak-card .markets-speak-card-button {
  display: flex;
  align-items: flex-end;
}
.markets-speak .markets-speak-card .markets-speak-card-button .markets-speak-button {
  display: inline-block;
  padding: 10px 15px;
  color: #007bff;
  border: 1px solid #007bff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s;
}
.markets-speak .markets-speak-card .markets-speak-card-button .markets-speak-button:hover {
  background: #007bff;
  color: white;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 8px;
}
.page-btn,
.page-number {
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}
.page-btn {
  display: flex;
  align-items: center;
  background: transparent;
  font-size: 18px;
}
.page-number {
  background: #eee;
  color: #333;
  margin-right: 10px;
}
.page-number:last-child {
  margin-right: 0;
}
.page-number:hover {
  background: #ddd;
}
.page-number.active {
  background: #007bff;
  color: #fff;
}
.next {
  justify-content: flex-end;
}
/* Responsive Media Queries */
@media screen and (max-width: 1720px) {
  .detail-customerStories-banner {
    min-height: 650px;
  }
}
@media screen and (max-width: 1620px) {
  .detail-customerStories-banner {
    min-height: 600px;
  }
  .res_pro_down_content_right_card .content_right_card_top h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1480px) {
  .detail-customerStories-banner {
    min-height: 500px;
  }
  .detail-customerStories-banner h3 ,.detail-customerStories-banner h1{
    font-size: 60px;
    line-height: 70px;
  }
  .res_pro_down_content_right_card .content_right_card_top h2 {
    font-size: 14px;
    line-height: 30px;
    padding-right: 180px;
  }
  .res_pro_down_content_right_card .content_right_card_top img {
    max-width: 150px;
    top: 25%;
  }
  .res_pro_down_content_right_card .content_right_card_top {
    min-height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .detail-customerStories-banner {
    min-height: 400px;
  }
  .detail-customerStories-banner h3 ,.detail-customerStories-banner h1{
    font-size: 50px;
    line-height: 60px;
  }
  /* 为Most Popular部分添加适配 */
  .mostPopular-box .mostPopular-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 120px;
  }
  .paper-card .paper-content p {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .paper-card .paper-content .get-doc-btn {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
  /* 调整Markets Speak部分 */
  .markets-speak {
    margin-top: 100px;
  }
  .markets-speak .markets-speak-title {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .markets-speak .markets-speak-card {
    margin-top: 30px;
  }
  /* 调整白皮书卡片 */
  .res_pro_down_content_right_card .content_right_card_top {
    min-height: 180px;
  }
  .res_pro_down_content_right_card .content_right_card_top h2 {
    font-size: 14px;
    line-height: 24px;
    padding: 50px 120px 30px 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制显示三行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px;
    /* 3行文本的高度: 3 * 24px = 72px */
    word-wrap: break-word;
    word-break: break-word;
  }
  .res_pro_down_content_right_card .content_right_card_top img {
    max-width: 120px;
    right: 10px;
    top: 45%;
  }
  .res_pro_down_content_right_card .content_right_card_bottom {
    padding: 40px 20px;
  }
  .res_pro_down_content_right_card .content_right_card_bottom p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制显示三行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* 调整页面整体间距 */
  .detailCustomerStories-main-box {
    padding-top: 100px;
  }
  .section-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .detail-customerStories-banner {
    min-height: 250px;
  }
  .detail-customerStories-banner h3 ,.detail-customerStories-banner h1{
    font-size: 36px;
    line-height: 44px;
  }
  .mostPopular-box .mostPopular-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-bottom: 80px;
  }
  .markets-speak-heading {
    font-size: 18px;
    line-height: 30px;
  }
  .res_pro_down_content {
    flex-direction: column;
  }
  .res_pro_down_content_right {
    width: 100%;
    margin-top: 30px;
  }
  .res_pro_down_content_right_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .markets-speak .markets-speak-card {
    flex-direction: column;
  }
  .markets-speak .markets-speak-card .markets-speak-card-left {
    width: auto;
  }
  .markets-speak .markets-speak-card .markets-speak-card-left img {
    width: 330px;
    margin: auto;
  }
  .pagination {
    margin-bottom: 50px;
  }
  .res_pro_down_content_right_card .content_right_card_top img {
    max-width: 150px;
    right: 60px;
    top: 22%;
  }
  .res_pro_down_content {
    margin-bottom: 30px;
  }
  .markets-speak {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .detail-customerStories-banner {
    min-height: 200px;
  }
  .res_pro_down_content_right_card .content_right_card_top h2 {
    padding-right: 175px;
  }
  .res_pro_down_content_right_card .content_right_card_top img {
    right: 20px;
  }
  .mostPopular-box .mostPopular-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 50px;
  }
  .markets-speak-card-left {
    width: 100%;
    padding: 15px;
  }
  .markets-speak-card-button {
    padding: 15px;
  }
  .section-title,
  .markets-speak-title,
  .markets-speak .markets-speak-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .detailCustomerStories-main-box {
    padding-top: 70px;
  }
  .mostPopular-box .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .detailCustomerStories-main .detailCustomerStories-main-box {
    padding: 50px 0 0px;
  }
  .mostPopular-box .mostPopular-grid {
    display: block;
  }
  .mostPopular-box .mostPopular-grid .mostPopular-item {
    margin-bottom: 40px;
  }
  .mostPopular-box .mostPopular-grid .mostPopular-item:last-child {
    margin-bottom: 0;
  }
  .mostPopular-box .paper-card .paper-content .get-doc-btn {
    width: auto;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
  }
  .mostPopular-box .paper-card .paper-content p {
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
  }
  .page-box {
    padding: 30px 0;
  }
  .res_pro_down_content {
    margin-bottom: 0;
    padding-top: 0;
  }
  .res_pro_down_content_right {
    margin-top: 0;
  }
  .markets-speak {
    margin-top: 40px;
  }
  .markets-speak .markets-speak-card .markets-speak-card-left {
    padding: 20px;
  }
  .markets-speak .markets-speak-card .markets-speak-card-left img {
    width: 100%;
  }
  .markets-speak .markets-speak-card .markets-speak-card-right .markets-speak-heading {
    font-size: 18px;
    line-height: 28px;
  }
  .markets-speak .markets-speak-card .markets-speak-card-right .markets-speak-description {
    font-size: 14px;
  }
  .markets-speak .markets-speak-card .markets-speak-card-button .markets-speak-button {
    padding: 5px 10px;
    font-size: 14px;
  }
  .mostPopular-box .paper-card {
    width: 80%;
    margin: 0 auto;
  }
	.crumbs-box{
		padding-bottom:22px !important;
	}
}
