
.cell-custom-page .pd0{
    padding: 0;
}
.cell-custom-page .cell-custom-banner{
    width: 100%;
    min-height: 310px;
    background: url('../picture/banner-bg.jpg') no-repeat center center;
    background-size: cover;
}
.cell-custom-banner h2{
    font-size: 32px;
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 140px;
}
.cell-custom-case .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.cell-custom-case .summary{
    font-size: 20px;
    color: #221815;
    line-height: 32px;
    margin-bottom: 60px;
}
.cell-custom-case h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #3E3A39;
    margin-bottom: 40px;
}
.cell-custom-case h3::before{
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: #3E3A39;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 15px;
}
.cell-custom-case .custom-table{
    border-left: 1px dashed #E4E4E4;
    border-right: 1px dashed #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
    margin-bottom: 60px;
    margin-left: 20px;
}
.cell-custom-case .table{
    margin-bottom: 10px;
}
.cell-custom-case .table thead{
    background-color: #CCECFB;
    color: #09A3EA;
    border-top: 4px solid #09A3EA;
}
.cell-custom-case .case-item{
    border-radius: 40px;
    border: 1px solid #DFDFDF;
    padding: 20px 30px;
    margin-left: 25px;
}
.cell-custom-case .case-item:nth-child(n+1){
    margin-top: 30px;
}
.cell-custom-case .case-item .title-line{
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: bold;
    color: #09357F;
    gap: 20px;
    padding: 15px 15px 0 15px;
    margin-bottom: 50px; 
}
.cell-custom-case .title-line .left-line {
    width: 8px;
    border-radius: 5px;
    background-color: #00A0E9;
}
.cell-custom-case .title-line .right-bottom-line {
    flex: 1;
    height: 4px;
    margin-top: 22px;
    background-color: #00A0E9;
    border-radius: 2px;
}
.cell-custom-case .table thead th{
    font-size: 18px;
    padding: 12px 8px;
    text-align: center;
    border: none;
}
.cell-custom-case .table tbody{
    border-bottom: 1px solid #918f8f;
}
.cell-custom-case .table tbody tr{
    text-align: center;
    font-size: 16px;
    color: #221815;
}
.cell-custom-case .table tbody tr:first-child td{
    border-top: none;
}
.cell-custom-case .table>tbody>tr>td{
    padding: 14px 8px;
    border-color: #918f8f;
}
.cell-custom-case .tips {
   font-size: 14px;
   color: #221815;
   margin-bottom: 5px;
   padding-left: 45px;
}
.cell-custom-case ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: left;
   margin-bottom: 60px;
   padding-left: 25px;
}
.cell-custom-case ul li{
    height: 105px;
    position: relative;
}
.cell-custom-case ul p{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 52px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #3E3A39;
    margin-bottom: 0;
}
.cell-custom-case ul .line{
  display: inline-block; 
  width: 180px;
  height: 8px;
  background-color: #647DDF;
  margin-top: 70px;
}
.cell-custom-case ul .arrow{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent; /* 上边框为透明 */
  border-bottom: 20px solid transparent; /* 下边框为透明 */
  border-left: 30px solid #647DDF; /* 左边框为实心颜色，形成箭头 */
  vertical-align: middle;
  margin-right: -8px;
}
.cell-custom-case .flex-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.cell-custom-case .caption{
    font-size: 18px;
    color: #5F5F5F;
    line-height: 26px;
}

@media (max-width: 992px) {
    .cell-custom-case .row{
        width: auto;
        height: auto;
    }
    .cell-custom-case .title-h3 span{
        font-size: 1.6rem;
        padding: 0 1.5rem;
    }
}

@media (max-width: 768px) {
    .cell-custom-page .cell-custom-banner{
        background: url('../picture/mobile-banner-bg.jpg') no-repeat center center;
        min-height: 20rem;
    }
    .cell-custom-banner h2{
        font-size: 2rem;
        margin-bottom: 1.5rem;
        margin-top: 9rem;
    }
    .cell-custom-case .summary{
        font-size: 1.5rem;
        line-height: 2.4rem;
        margin-bottom: 3rem;
    }
    .cell-custom-case .container{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .cell-custom-case h3{
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .cell-custom-case h3::before{
        width: 1rem;
        height: 1rem;
        margin-right: 1rem;
    }
    .cell-custom-case .custom-table{
       margin-left: 0; 
       margin-bottom: 3rem;
    }
    .cell-custom-case .table thead th{
        font-size: 1.6rem;
        padding: 1rem 0.5rem;
    }
    .cell-custom-case .table tbody tr{
        font-size: 1.4rem; 
    }
    .cell-custom-case .tips{
        padding-left: 1.5rem;
        line-height: 2rem;
    }
    .cell-custom-case ul{
        padding-left: 0;
        margin-bottom: 3rem;
    }
    .cell-custom-case ul li{
        height: auto;
    }
    .cell-custom-case ul p{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .cell-custom-case ul .line{
        margin-top: 5rem;
        width: 120px;
        height: 6px;
    }
    .cell-custom-case ul .arrow{
        border-top: 15px solid transparent; /* 上边框为透明 */
        border-bottom: 15px solid transparent; /* 下边框为透明 */
        border-left: 25px solid #647DDF; /* 左边框为实心颜色，形成箭头 */
    }
    .cell-custom-case .case-item{
        margin-left: 0;
        padding: 1.5rem;
    }
    .cell-custom-case .case-item:nth-child(n+1){
        margin-top: 2rem;
    }
    .cell-custom-case .case-item .title-line{
        font-size: 1.4rem;
        gap: 1rem;
        padding: 1rem 1rem 0 1rem;
        margin-bottom: 2.5rem;
    }
    .cell-custom-case .title-line .left-line{
        width: 0.5rem;
    }
    .cell-custom-case .title-line .right-bottom-line{
        height: 0.3rem;
        margin-top: 1.8rem;
    }
    .cell-custom-case .flex-img{
        margin-bottom: 2.5rem;
    }
    .cell-custom-case .caption{
        font-size: 1.4rem;
        line-height: 2rem;
    }
}