.titleImg{
    height: 75vh;
    position: relative;
    background: url('../../static/solution/bg1.jpg') no-repeat center center;
    background-size: cover;
}
.titleImg .titleTxt{
    z-index: 88;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #1a0f2c, transparent);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
}

.titleTxt h1{
    font-family: 'Microsoft YaHei';
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
}
.titleTxt p{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.titleBreadcrumb{
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    bottom: -10px;
    left:120px;
    z-index: 101;
    display: flex;
    justify-content: flex-start;
}
.titleBreadcrumb img{
    width: 20px;
    height: 20px;
    margin-top: 14px;
}
.titleBreadcrumb .breadcrumb{
    background-color: rgba(0, 0, 0, 0);
}
.titleBreadcrumb .breadcrumb a{
    color: #fff;
}


.menuDetail{
    position: relative;
    /* height: 1700px; */
    /* margin-top: 20px; */
    padding: 60px 30px;
    /* 亮色清新科技风背景 */
    background:
        radial-gradient(1200px 560px at 12% 10%, rgba(255, 255, 255, 1), transparent 60%),
        radial-gradient(1000px 520px at 88% 12%, rgba(88,130,255,0.18), transparent 60%),
        linear-gradient(135deg, #f7fbff 0%, #eef7ff 45%, #f5fffd 100%);
}

.solutionCardsWrap{
    width: min(1460px, 100%);
    margin: 0 auto;
}

.solutionCardsHead{
    margin: 0 0 26px 0;
}

.solutionCardsHead h2{
    margin: 0 0 8px 0;
    font-size: 34px;
    letter-spacing: 2px;
    color: rgba(15, 45, 60, 0.92);
    font-family: "Impact";
}

.solutionCardsHead p{
    margin: 0;
    color: rgba(15, 45, 60, 0.68);
    font-size: 20px;
}

.solutionCardsGrid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
}

.menuCard{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(59,182,216,0.22);
    box-shadow:
        0 16px 40px rgba(14, 48, 62, 0.14),
        0 0 0 1px rgba(255,255,255,0.55) inset;
    cursor: pointer;
    user-select: none;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.menuCard::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(59,182,216,0.18), transparent 38%),
        linear-gradient(0deg, rgba(255,255,255,0.25), transparent 55%);
    pointer-events: none;
}

.menuCard:hover{
    transform: translateY(-6px);
    border-color: rgba(59,182,216,0.42);
    box-shadow:
        0 22px 56px rgba(14, 48, 62, 0.18),
        0 0 30px rgba(59,182,216,0.18);
}

.menuCardMedia{
    height: 160px;
    background: linear-gradient(135deg, rgba(59,182,216,0.12), rgba(88,130,255,0.10));
    border-bottom: 1px solid rgba(59,182,216,0.16);
    transform-origin: left center;
    overflow: hidden;
}

.menuCardMedia img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.96;
    transform-origin: center;
}



.menuCardBody{
    position: relative;
    padding: 14px 14px 16px 14px;
}

.menuCardBody h3{
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 800;
    color: rgba(12, 40, 56, 0.92);
}

.menuCardBody p{
    margin: 0 0 12px 0;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(12, 40, 56, 0.66);
    font-family: 'zcool';

}

.menuCardTags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-family: 'alima';

}

.menuCardTags span{
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    color: rgba(10, 58, 74, 0.82);
    background: rgba(59,182,216,0.12);
    border: 1px solid rgba(59,182,216,0.22);
}

.menuCardMore{
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(10, 58, 74, 0.86);
    background: rgba(255,255,255,0.72);
    /* border: 1px solid rgba(59,182,216,0.22); */
    box-shadow: 0 10px 24px rgba(14, 48, 62, 0.24);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.menuCard:hover .menuCardMore{
    transform: translateY(-1px);
    border-color: rgba(59,182,216,0.38);
    box-shadow: 0 14px 30px rgba(14, 48, 62, 0.16);
    /* background: rgba(255,255,255,0.88); */
    color: rgb(239, 243, 244);
    background: rgba(47, 47, 47, 1);
}

.menuCardArrow{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-right: 2px solid rgba(59,182,216,0.95);
    border-top: 2px solid rgba(59,182,216,0.95);
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.menuCard:hover .menuCardArrow{
    transform: rotate(45deg) translate(4px, -4px);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;

}


@media (max-width: 1100px){
    .solutionCardsGrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px){
    .solutionCardsGrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
    .solutionCardsGrid{ grid-template-columns: 1fr; }
}



.menuDetail .sectionList{
    padding: 0 0 100px 0;
    margin: 0px 100px 50px 200px;
    display: flex;
    justify-content: space-between;
    height: 500px;
}
.menuDetail .sectionList img{
    width: 50%;
    transition: all 0.5s;
}
.menuDetail .sectionList img:hover{
    transform: scale(1.03);
}
.menuDetail .section1,.menuDetail .section2{
    border-bottom: 1px solid #ddd;
}
.sectionList.section1 .sectionTxt,.sectionList.section3 .sectionTxt{
    padding: 70px 100px 100px 0;
    width: 50%;
}
.sectionList.section2 .sectionTxt{
    padding: 70px 0 100px 100px;
    width: 50%;
}
.sectionList .sectionTxt h3{
    margin-bottom: 30px;
    font-weight: 700;
}



.fastLink .followUs{
    width: 13%;
    color: #fff;
  }
  .fastLink .followUs .qrCode{
    width: clamp(6rem, 10vw, 9.375rem);
    height: auto;
    aspect-ratio: 1;
    background: url('../../static/qrBack.png');
    background-size: 100% 100%;
    margin-top: 1.875rem;
    padding-left: 0.9375rem;
    padding-top: 0.9375rem;


  }
  .fastLink .followUs .qrCode .qrCodeImg{
    width: 100%;
    height: auto;
    max-width: 7.5rem;

  }
  .fastLink .followUs p{
    font-size: clamp(0.7rem, 1.2vw, 0.875rem);
    margin-top: 1.25rem;
  }