/* 产品选型页面卡片样式 适用于H5移动端 */

body {
    
}
footer {
    margin-top: 70px;
}
.link-lists {
    overflow: hidden;
}
.link-list {
    max-width: 94vw;
    margin: 24px auto;
    padding: 0;
    margin-top: 95px;
    padding-bottom: 30px;
}
.link-list a.link-card {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.09);
    padding: 18px;
    padding-bottom: 21px;
    margin-bottom: 20px;
    transition: box-shadow .2s;
   
}
.link-list a.link-card:hover, .link-list a.link-card:active {
    box-shadow: 0 6px 26px rgba(0,0,0,0.19);
}
.link-card-text {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.link-card-title {
    color: #f57225;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2px;
}
.link-card-desc {
    color: #444;
    font-size: 14px;
}
.link-card-arrow img {
    height: 28px;
    width: auto;
    vertical-align: middle;
}
.link-card-arrow {
    color: #bcbcbc;
    user-select: none;
    display: flex;
    align-items: center;
}


.case-1 .case-1-img {
    position: absolute;
    width: 270px;
    right: -44px;
    bottom: -32px;
    z-index: 9;
}


.case-2 .case-2-img {
    position: absolute;
    width: 270px;
    left: -10px;
    bottom: -60px;
    z-index: 9;
}

.case-2 {
    margin-top: 40px;
}

.case-2  .link-card-text {
    margin-left: auto;
    justify-content: flex-end;
    align-items: self-end;
}

.case-more {
    margin-top: 40px;
}