.px-banner {
    background: url(../../images/hwfwBanner.png) no-repeat;
    background-size: 100% 100%;

}

.px-banner .w1200>div {
    width: 660px;
}

.main .bjwt {
    background: linear-gradient(180deg, #FFFFFF 0%, #E5F0FC 100%);
}

.main .hwfwBox {
    display: flex;
    align-items: center;

}

.main .hwfwBox li:nth-child(2) {
    margin: 0 40px;
}

.main .hwfwBox li {
    width: 370px;
    padding: 40px 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0px 4px 4px 0px #CEDDFF;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}

.main .hwfwBox li .liTop {
    padding-bottom: 40px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(112,144,248,0.5);
    /* border-image: linear-gradient(177deg, rgba(82, 140, 253, 1), rgba(99, 241, 205, 1)) 2 2; */
}

.main .hwfwBox li .liTop p {
    font-weight: bold;
    font-size: 22px;
    color: #3D71FF;
    line-height: 33px;
    text-align: left;
}

.main .hwfwBox li .liBot {}

.main .hwfwBox li .liBot p {
    font-weight: 400;
    font-size: 14px;
    color: #3D71FF;
    line-height: 21px;
    text-align: justified;
    padding: 10px 12px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #CEDDFF;
    border-radius: 22px 22px 22px 22px;
    margin-top: 30px;
    display: inline-block;
}

.main .hwfwBox li:hover {
    background: linear-gradient(348deg, #3145A8 0%, #528CFD 95%);
}

.main .hwfwBox li:hover .liTop {
    border-image: linear-gradient(177deg, #ACDCF4, #ACDCF4) 1;
    box-sizing: border-box;
}

.main .hwfwBox li:hover .liTop p {
    color: #FFFFFF;
}

.main .hwfwBox li:hover .liBot p {
    box-shadow: none;

}

.main .wt-box {
    background: linear-gradient(180deg, #E5F0FC 0%, #FFFFFF 100%);
}

.main .wt-box {
    display: flex;
    flex-wrap: wrap;
}

.main .wt-box li {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(146, 164, 246, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 1px solid transparent;
    width: 41%;
    cursor: pointer;
}

.main .wt-box li:nth-child(1),
.main .wt-box li:nth-child(2) {
    margin-bottom: 40px;
}
.main .wt-box li:nth-child(1),
.main .wt-box li:nth-child(3) {
    margin-right: 40px;
}

.main .wt-box li img {
    width: 70px;
    height: 70px;
}

.main .wt-box li div {
    margin-left: 20px;
}

.main .wt-box li div p {
    font-weight: bold;
    font-size: 22px;
    color: #202036;
    line-height: 33px;
    margin-bottom: 10px;
}

.main .wt-box li div span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 28px;
}

.main .wt-box li:hover {
    box-shadow: 0px 0 10px 0px #76B7FF;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #3D71FF;
}
.main .wt-box li:hover div p{
    background:linear-gradient(to left, #3D71FF 75%, #3D71FF 100%);
     /* 关键属性：裁剪背景到文字区域 */
     -webkit-background-clip: text;
     background-clip: text;
     /* 文字颜色透明，显示背景渐变 */
     -webkit-text-fill-color: transparent;
     text-fill-color: transparent;
}
/* 问题部分样式 */
.problems {
    padding: 60px 0;
}

.problems h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease;
}

.problems-list {
    display: flex;
    gap: 30px;
}
.problems-list .group{
    width: 50%;
}
.problem-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
}

.problem-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient( 330deg, #EEF4FF 0%, #FAFFFE 100%);
    box-shadow: 0px 0px 20px 0px rgba(129,178,225,0.2);
}

.problem-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #202036;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
}
.problem-item h3 .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: linear-gradient( 348deg, #3D71FF 0%, #3D71FF 95%);
    border-radius: 2px 2px 2px 2px;
    transform: rotate(45deg);
    margin-right: 10px;
}

.problem-item p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #A0A0B2;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
}

.problem-img {
    width: 100%;
    height: 190px;
    /* border: 1px dashed #ccc; */
    border-radius: 6px;
    margin-top: 10px;
    transition: transform 0.3s ease;
}

/* 响应式 */
@media (max-width: 992px) {
    .main .hwfwBox{
        flex-direction: column;
        align-items: center;
    }
    .main .hwfwBox li{
        margin-bottom: 30px !important;
        width: 80%;
    }
    .main .hwfwBox li:nth-child(1), .main .hwfwBox li:nth-child(3){
        margin: 0;
    }
    .main .hwfwBox li:nth-child(1), .main .hwfwBox li:nth-child(2){
        margin: 0;
    }
    .main .hwfwBox li .liBot {
        display: flex;
        flex-direction: column;
    }
    .main .wt-box{
        flex-direction: column;
        align-items: center;
    }
    .main .wt-box li{
        margin-bottom: 30px !important;
        width: 80%;
    }
    .main .wt-box li:nth-child(1), .main .wt-box li:nth-child(3){
        margin: 0;
    }
    .main .wt-box li:nth-child(1), .main .wt-box li:nth-child(2){
        margin: 0;
    }
    .main .wt-box li{
        padding: 15px;
    }
    .px-banner {
        background-size: cover;
        background-position: 80%;
    }  
}
@media (max-width: 576px) {
    .header-hs {
    padding: 30px 0;
    /* height: 300px; */
    }

    .header-hs h1 {
    font-size: 24px;
    margin-bottom: 25px;
    }

    .header-hs p {
    font-size: 13px;
    width: 300px;
    margin-bottom: 90px;
    }

    .header-hs-btn {
        font-size: 16px;
        width: 180px;
        height: 30px;
        line-height: 30px;
    }

   .problems {
    padding: 30px 0;
    }

    .problems h2 {
    font-size: 20px;
    }

    .problems-list {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .problems-list .group{
        width: 90%;
    }
    .problem-item {
    padding: 15px;
    }

    .problem-item h3 {
    font-size: 15px;
    }

    .problem-item p {
    font-size: 13px;
    }

    .advantages {
        padding: 40px 0;
    }
    .advantages-header {
        margin-bottom: 30px;
    }
    .advantages-list {
        display: block;
        height: auto;
    }

    .advantages-header h2 {
    font-size: 22px;
    }

    .advantage-item {
    /* flex-direction: column; */
    width: 100%;
    }
    
    .advantage-icon {
    margin-right: 0;
    margin-bottom: 15px;
    }
    .advantage-content {
    margin-left: 18px;
    }
}