<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.successfulCase {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.successfulCase::after {
  content: "";
  position: absolute;
  width: 4.2292rem;
  height: 5.5469rem;
  background: url("../img/bg10.png") center center no-repeat;
  background-size: 100% 100%;
  left: 0px;
  top: 6.6667rem;
  z-index: 0;
}
.successfulCase::before {
  content: "";
  position: absolute;
  width: 2.7656rem;
  height: 5.5469rem;
  background: url("../img/bg11.png") center center no-repeat;
  background-size: 100% 100%;
  right: 0px;
  top: 11.2813rem;
  z-index: 0;
}
.successfulCase .successfulCase_banner {
  width: 100%;
  height: 2.6042rem;
}
.successfulCase .successfulCase_banner img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.successfulCase .successfulCase_content {
  width: 100%;
  height: 100%;
  padding-top: 0.4531rem;
  background: url("../img/banner_bottom.png") top left no-repeat;
  background-size: 100% 1.0417rem;
  display: flex;
  align-items: top;
  justify-content: space-around;
  margin-bottom: 0.2083rem;
  position: relative;
  z-index: 1;
}
.successfulCase .successfulCase_content::after {
  content: "";
  position: absolute;
  right: 0.3958rem;
  top: 0px;
  width: 2.3958rem;
  height: 2.8438rem;
  background: url("../img/new_top_bg.png") center center no-repeat;
  background-size: 2.3958rem 2.8438rem;
  z-index: 0;
}
.successfulCase .successfulCase_content .content_container {
  width: 7.2917rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: top;
  justify-content: space-around;
}
.successfulCase .successfulCase_content .successfulCase_content_bg {
  position: relative;
  z-index: 1;
}
.successfulCase .successfulCase_content .content_left {
  width: 1.25rem;
  height: 1.875rem;
  border-right: 2px solid rgba(76, 126, 255, 0.2);
  margin-right: 0.5885rem;
}
.successfulCase .successfulCase_content .content_left .content_left_item {
  width: 100%;
  height: 0.3125rem;
}
.successfulCase .successfulCase_content .content_left .content_left_item p {
  font-size: 0.0833rem;
  font-weight: 400;
  line-height: 0.3125rem;
  text-align: left;
  color: #333;
  padding-left: 0.4375rem;
  position: relative;
}
.successfulCase .successfulCase_content .content_left .content_left_item p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2604rem;
  transform: translateY(-30%);
  width: 0.125rem;
  height: 0.125rem;
  background: url("../img/point5.png") center center no-repeat;
  background-size: 100% 100%;
}
.successfulCase .successfulCase_content .content_left .content_left_item.active p {
  border-bottom: 1px solid #ccdaff;
  background: #fff;
  box-sizing: content-box;
}
.successfulCase .successfulCase_content .content_left .content_left_item.active p::before {
  position: absolute;
  content: "";
  position: absolute;
  top: 0%;
  right: -0.0104rem;
  width: 0.0208rem;
  height: 100%;
  background: #4c7eff;
}
.successfulCase .successfulCase_content .content_left .content_left_item.active p::after {
  background: url("../img/point6.png") center center no-repeat;
  background-size: 100% 100%;
}
.successfulCase .successfulCase_content .content_right {
  flex: 1;
}
.successfulCase .successfulCase_content .content_right .content_right_title {
  display: flex;
  align-items: center;
}
.successfulCase .successfulCase_content .content_right .content_right_title p {
  font-size: 0.0729rem;
  font-weight: 700;
  line-height: 0.1313rem;
  text-align: left;
  margin-right: 0.375rem;
  color: #4c7eff;
  position: relative;
}
.successfulCase .successfulCase_content .content_right .content_right_title p::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.2083rem;
  width: 0.125rem;
  height: 0.125rem;
  background: url("../img/success_right_one.png") center center no-repeat;
  background-size: 100% 100%;
}
.successfulCase .successfulCase_content .content_right .content_right_title p:last-child::after {
  background: none;
}
.successfulCase .successfulCase_content .content_right .content_right_container {
    box-shadow: 0 3px 6px #a5beff;
    opacity: 0.7;
  
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s; 
}
.successfulCase .successfulCase_content .content_right .content_right_container:hover {
  opacity: 1;
}
.successfulCase .successfulCase_content .content_right .content_right_des {
  width: 100%;
  margin-top: 0.2083rem;
  box-shadow: 0px 4px 4px 0px rgba(76, 126, 255, 0.05);
  border: 1px solid #f0f2f7;
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container {
  padding: 0.25rem 0.3646rem 0.3333rem 0.3646rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(76, 126, 255, 0.05);
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_top .top_img {
  width: 0.4167rem;
  /*height: 0.4167rem;*/
  display: flex;
 
  
    justify-content: center;
    align-items: center;
    height: 80px;
    background: #f1f1f1;
  
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_top .top_title {
  flex: 1;
  margin-left: 0.1042rem;
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_top .top_title p {
  font-size: 0.1042rem;
  font-weight: 700;
  line-height: 0.1875rem;
  text-align: left;
  color: #333;
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_top .top_title p:last-child {
  font-size: 0.0729rem;
  font-weight: 400;
  line-height: 0.1313rem;
  text-align: left;
  color: #7d8c9f;
  margin-top: 0.1042rem;
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_top .top_details {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 111;
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_top .top_details p {
  font-size: 0.0625rem;
  font-weight: 400;
  line-height: 0.1563rem;
  text-align: center;
  color: #4c7eff;
  position: relative;
  cursor: pointer;
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_top .top_details p::after {
  content: "";
  position: absolute;
  top: 0.0104rem;
  right: -0.1302rem;
  width: 0.125rem;
  height: 0.125rem;
  background: url("../img/success_right.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 11;
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_bottom {
  margin-top: 0.1667rem;
}
.successfulCase .successfulCase_content .content_right .content_right_des .right_des_container_bottom p {
  font-size: 0.0729rem;
  font-weight: 400;
  line-height: 0.1313rem;
  text-align: left;
  color: #7d8c9f;
}
.successfulCase .successfulCase_content .content_right .content_product {
  width: 100%;
  height: auto;
  background: #f9fbff;
}
.successfulCase .successfulCase_content .content_right .content_product .content_product_container {
  padding: 0.1354rem 0.3646rem 0.1823rem 0.3646rem;
  height: auto;
}
.successfulCase .successfulCase_content .content_right .content_product .product_title p {
  font-size: 0.0833rem;
  font-weight: 700;
  line-height: 0.15rem;
  text-align: left;
  color: #333;
}
.successfulCase .successfulCase_content .content_right .content_product .product_des {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.0938rem;
  animation: index_4 1s ease forwards;
}
.successfulCase .successfulCase_content .content_right .content_product .product_des .product_des_item {
  flex: 1;
  display: flex;
  /*align-items: center;*/
}
.successfulCase .successfulCase_content .content_right .content_product .product_des .product_des_item .item_img {
  width: 30px;
  height: 30px;
}
.successfulCase .successfulCase_content .content_right .content_product .product_des .product_des_item .item_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.successfulCase .successfulCase_content .content_right .content_product .product_des .product_des_item .item_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 0.1125rem;
  text-align: center;
  color: #000;
}
.successfulCase .successfulCase_content .content_right .content_product .product_des .product_des_item:last-child {
  justify-content: flex-end;
}
.successfulCase .successfulCase_content .content_right .content_product .product_des .product_des_item:last-child .item_title {
  margin-right: 0.1146rem;
}
.successfulCase .successfulCase_content .content_right .content_product .product_des .product_des_item:last-child .item_title p {
  /*color: #4c69ff;*/
}
.successfulCase .successfulCase_content .content_right .content_page {
  margin-top: 0.3542rem;
}

.pc {
  display: flex;
  text-align: center; /* 水平居中 */
  justify-content: center; /* 当使用 Flexbox 时的垂直居中 */
  align-items: center;
}

.phone {
  display: none !important;
}

@keyframes index_4 {
  0% {
    opacity: 0.6;
    height: 0.1042rem;
  }
  100% {
    opacity: 1;
    height: 0.2083rem;
  }
}
@media screen and (max-width: 750px) {
  .content_container {
    width: 92% !important;
    display: block !important;
  }
  .content_container .content_left {
    display: flex;
  }
  .content_container .content_left .content_left_item {
    flex: 1;
  }
  .content_container .content_left .content_left_item p {
    font-size: 14px !important;
  }
  .content_left {
    width: auto !important;
    border: none !important;
  }
  .successfulCase .successfulCase_content .content_left .content_left_item p {
    padding-left: 0 !important;
    line-height: 20px !important;
    text-align: center;
  }
  .content_left_item {
    flex: 1;
    height: auto !important;
  }
  .content_left {
    height: auto !important;
    padding: 20px 0px;
    margin-right: 0px !important;
  }
  .content_right_title {
    padding: 10px 0px;
  }
  .content_right_title p {
    font-size: 14px !important;
  }
  .top_title p {
    font-size: 16px !important;
  }
  .top_title p:last-child {
    font-size: 14px !important;
  }
  .successfulCase .successfulCase_content .content_right .content_right_title p::after {
    width: 0 !important;
    height: 0 !important;
  }
  .top_img {
    display: none !important;
  }
  .top_title p {
    line-height: 24px !important;
  }
  .top_details p,
  .right_des_container_bottom p,
  .product_title p,
  .item_title p {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  .item_img {
    /*width: 16px !important;
    height: 16px !important;*/
  }
  .pc {
    display: none !important;
  }
  .phone {
    display: block !important;
  }
  .product_des {
    display: block;
    height: 20px !important;
  }
  .content_product_container {
    padding: 20px auto !important;
  }
  .content_right_container {
    margin-bottom: 20px !important;
  }
}

/*# sourceMappingURL=index.css.map */
</pre></body></html>