/*
Theme Name: qiyun2025
Theme URI: https://www.qiyunltd.com
Author: 七云网络
Author URI: https://www.qiyunltd.com
Description: A custom WooCommerce theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qiyun2025
*/



.my-1114-banner-wrap{
    height: 911px;
    position: relative;
}
.my-1114-video{
    width:100%;
    height: 100%;
    object-fit: fill;
}

.my-1114-banner-main-wrap{
    position: absolute;
    /*height: 911px;*/
    /*max-width: 1510px;*/
     top: 50%;
  left: 50%;
  
  /* 核心代码 3：使用 transform 平移自身 */
  transform: translate(-50%, -50%);
}
.main-wrap-basic-title{
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    font-family: 'signika negative',Helvetica,Arial,sans-serif;
}
.main-wrap-sub-title{
    font-size: 13px;
    color: #fff;
}
.main-wrap-jump-btn{
    
    box-sizing:border-box;
    padding: 15px 0px;
    background: red;
    text-align: center;
    color:#fff;
    font-size: 14px;
    width: 160px;
    margin:0 auto;
    margin-top:30px;
    cursor: pointer;
    
}

 .our-service-scale-wrap {
        box-sizing: border-box;
        padding: 50px;
      }
      .our-service-scale-title {
        color: #000;
        font-size: 35px;
        font-weight: 300;
        font-family: "signika negative", Helvetica, Arial, sans-serif;
        text-align: center;
        margin-bottom: 40px;
      }
      .our-service-scale-content {
        display: flex;
        justify-content: space-between;
      }
      .our-service-scale-left-title {
        color: #000;
        font-size: 23px;
        font-weight: 300;
        font-family: "signika negative", Helvetica, Arial, sans-serif;
      }
      .our-service-scale-left-text {
        color: #595959;
        font-size: 16px;
        line-height: 1.65em;
        margin: 14px 0;
      }
      .our-service-scale-left-list {
        list-style: disc outside;
        color: #595959;
        font-size: 16px;
        line-height: 1.65em;
        margin: 14px 0;
      }
      .our-service-scale-left {
        width: 47%;
      }
      .our-service-scale-right {
        width: 47%;
        display: flex;
        align-items: center;
      }
      .our-service-scale-bottom {
        margin-top: 50px;
      }
      .our-service-scale-bottom-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .our-service-scale-bottom-item{
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .our-service-scale-bottom-item-num {
        color: #259961;
        font-size: 40px;
        font-weight: 300;
        font-family: "helvetica", Arial, sans-serif;
      }
      .our-service-scale-bottom-item-text{
        color: #000;
        font-size: 25px;
        line-height: 1.3em;
        
      }
      
      .customer_reviews_title {
        color: #01177f;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.4;
        font-family: "Encode Sans", Arial, Helvetica, sans-serif;
        text-align: center;
        margin-bottom: 10px;
      }
      .customer_reviews_content {
        color: #000;
        font-size: 16px;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 20px;
      }
      .customer_reviews_swiper {
        width: 100%;
        overflow: clip;
        position: relative;

        --swiper-navigation-size: 20px; /* 设置按钮大小 */
        --swiper-navigation-color: #000; /* 单独设置按钮颜色 */
      }

      .customer_reviews_item_name {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        color: #242424;
        font-family: "Encode Sans", Arial, Helvetica, sans-serif;
        margin-bottom: 10px;
      }
      .customer_reviews_item_from {
        font-size: 16px;
        line-height: 1.4;
        color: #333;

        margin-bottom: 10px;
      }
      .customer_reviews_item_star img {
        width: 15px;
        height: 15px;
      }
      .customer_reviews_item_content {
        background: #f3f3f3;
        padding: 25px;
        margin-top: 25px;
        position: relative;
      }
      .customer_reviews_item_content::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 30px;
        border-right: 10px solid transparent;
        border-bottom: 12px solid #f7f7f7;
        border-left: 10px solid transparent;
        transition: inherit;
      }
      

@media (max-width: 767px) {
    .our-service-scale-wrap {
        padding:30px 15px
    }
    .our-service-scale-content{
        display: block;
    }
    .our-service-scale-left{
        width:100%;
    }
    .our-service-scale-right{
        width:100%;
        margin-top: 20px;
    }
    .our-service-scale-bottom-list{
        flex-wrap: wrap;
    }
    .our-service-scale-bottom-item{
        width:50%;
        margin-bottom: 10px;
    }
    .our-service-scale-bottom-item-text{
        font-size: 20px;
    }
    .customer_reviews_wrap{
        box-sizing: border-box;
        padding: 0 20px;
    }
    .customer_reviews_swiper {
        padding: 0 20px;
    }
    .customer_reviews_item_name,.customer_reviews_item_from,.customer_reviews_item_star{
        text-align: center;
    }
}