.app-slider {
    margin: 0;
    background-image: url('images/app/sd-bg.png');
    background-size: auto 100vh;
    background-repeat: no-repeat;
}

.card-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 190px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 18px 0px rgba(221, 238, 252, 1);
    margin-bottom: 38px;
    width: 388px;
    padding-left: 48px;

}


.plan-item{
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.plan-header {
    color: #2F88FF;
    background-color: #EEF7FF;
    border-radius: 10px;
    width: 438px;
    height: 72px;
}

.plan-title {
    padding: 0 20px;
    line-height: 72px;
    font-size: 24px;
}

.plan-content {
    display: none;
    margin-top: -5px;
    padding: 20px;
    width: 438px;
    min-height: 72px;
    border-radius: 0 0 10px 10px;
    border: #EEF7FF 1px solid;
}
.plan-active .plan-content{
    display: block;
}

.card-item img {
    justify-self: flex-start;
    margin-right: 30px;
}

.card-item p {
    text-align: start;
    font-size: 20px;
    font-weight: bold;
}

.card-item .text {
    text-align: start;
}

.card-item:hover {
    box-shadow: 4px 4px 18px 0px rgb(183, 222, 255);
}

/* 案例部分 */
.anli-col {
    display: flex;
    justify-content: center;
}

.anli-card {
    width: 384px;
    margin-bottom: 100px;
}

.list{
    margin-top: 20px;
}

.anli-card img {
    width: 384px;
    max-height: 242px;
    box-shadow: 0 2px 10px 0 rgba(225, 225, 225, 0.6);
    border-radius: 10px;
}

.anli-card img:hover {
    box-shadow: 0 2px 10px 0 rgb(217, 241, 255);
}

@media (min-width: 768px) {
    .anli-card img{
        height: 100%;
    }
}


.anli-card .btn-to {
    position: absolute;
    display: flex;
    margin: -41px 32px;
    height: 83px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 10px 0 rgba(225, 225, 225, 0.6);
    width: 318px;
    justify-content: center;
    align-items: center;
    padding-right: 22px;
}


/* swiper部分 */
.plan-list .app-si{
    width: 100%;
    height: 100%;
}
.plan-list .app-si img{
    width: 100%;
    height: 100%;
}
