.cases-banner {
    width: 100%;
    height: 242px;
    background-image: linear-gradient(90deg, rgb(53, 90, 240) 0%, rgba(53, 90, 240, 0.4) 100%),
        url(/static/images/cases/banner_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 28px;
}

.cases-banner > p {
    width: 546px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}

.cases-main {
    padding: 32px calc(50vw - 627px) 32px calc(50vw - 457px);
    background: white;
    position: relative;
}

/* 左侧菜单 */
.left-menu-container {
    position: sticky;
    top: 86px;
    color: black;
    width: 116px;
    height: 511px;
    border-right: 1px solid #d9d9d9;
    margin-left: -172px;
}

.left-menu-container .left-item {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-bottom: 16px;
    padding-left: 12px;
    position: relative;
    cursor: pointer;
}

.left-menu-container .left-item.active {
    font-weight: 500;
}

.left-menu-container .left-item.active::before {
    content: "";
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background: #355af0;
    display: block;
    left: 0;
    top: 4px;
    position: absolute;
}

.sub-list {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    font-weight: normal;
}

.sub-list .left-item {
    margin-bottom: 8px;
    padding-left: 8px;
}

.sub-list .left-item:last-child {
    margin-bottom: 0px;
}

/* 右侧内容 */
.right-container {
    margin-top: -511px;
    min-height: 511px;
}

.cases-list .item {
    background: rgba(240, 244, 255, 0.5);
    padding: 16px 24px 24px 24px;
    margin-bottom: 32px;
}

.cases-list .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cases-list .logo {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #262626;
}

.cases-list .logo img {
    margin-right: 8px;
    height: 58px;
    width: 58px;
    border-radius: 8px;
    background: white;
    padding: 8px;
}

.cases-list .logo div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cases-list .head .btn {
    font-size: 16px;
    line-height: 24px;
    color: #355af0;
    white-space: nowrap;
    cursor: pointer;
}

.cases-list .sub-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.cases-list .explain {
    font-size: 14px;
    line-height: 20px;
    color: #595959;
    margin-bottom: 16px;
    margin-left: 66px;
}

.cases-list .list-container {
    margin: 24px 0 8px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 66px;
}

.cases-list .list-item {
    width: 33.333%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    /* display: flex;
    align-items: center; */
}

/* 详情 */
.cases-main .brand-menu p:first-child {
    color: #355af0;
    margin-right: 8px;
}

.cases-list .ask-btn {
    background: #355af0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
}

.cases-main .brand-menu {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #262626;
}

.detail-container {
    padding: 36px 32px 44px 48px;
    background: rgba(240, 244, 255, 0.5);
}

.detail-module {
    margin-bottom: 44px;
}

.detail-module:last-child {
    margin-bottom: 0px;
}

.detail-container .sub-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 12px;
}

.detail-container .explain,
.detail-container p {
    font-size: 14px;
    line-height: 28px;
    color: #595959;
    margin-bottom: 12px;
}

.detail-container .point-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}
.detail-container img {
    max-width: 100%;
}
.detail-container .point-list .item:nth-child(4n),
.detail-container .point-list .item:last-child {
    margin-right: 0;
}
.detail-container .point-list .item {
    width: calc(25% - 32px);
    padding: 30px 20px;
    border: 1px solid #d9d9d9;
    /* cursor: pointer; */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 24px;
    margin-bottom: 16px;
    background-color: #fff;
}

.detail-container .point-list .item .logo img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.detail-container .point-list .item .headtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto;
}

.detail-container .point-list .item .content {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: auto;
    height: 63px;
}

.detail-container .example {
    margin-top: 48px;
}

.detail-container .customer {
    padding: 36px 44px 40px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 18px;
    line-height: 26px;
    color: #595959;
}

.detail-container .customer .user {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
}

.detail-container .customer .user p {
    font-size: 18px;
    line-height: 26px;
    color: #262626;
}

.detail-container .customer .user p:last-child {
    font-size: 12px;
    line-height: 16px;
    color: #8c8c8c;
    margin-left: 8px;
}

.detail-container .information-list {
    margin-top: 12px;
    padding: 0 24px;
}

.detail-container .information-list .item {
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
}

.detail-container .information-list .item:last-child {
    margin-bottom: 0;
}

.detail-container .information-list .img {
    flex: 0 0 374px;
    height: 210px;
    overflow: hidden;
    margin-right: 40px;
}

.detail-container .information-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-container .information-list .headtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    display: block;
}

.detail-container .information-list .info {
    width: 480px;
    display: flex;
    flex-direction: column;
}

.detail-container .information-list .content {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-bottom: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.detail-container .information-list .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-container .information-list .foot .date {
    padding-left: 22px;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    background: url(/static/images/information/date.svg) no-repeat;
    background-position: left center;
    background-size: 16px 16px;
}

.list-container .list-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 8px;
}
.case-title {
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    font-weight: 500;
    padding-right: 44px;
    margin-right: 24px;
    height: 34px;
    margin-bottom: 12px;
}
.more-customers {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.more-customers .customer-item {
    width: calc(16% - 20px);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-right: 15px;
}
.more-customers .customer-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 156px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 16px;
}
.more-customers .customer-item img {
    max-width: 100%;
    max-height: 100%;
}
.customer-item p {
    height: 56px;
}
.more-title {
    margin-bottom: 12px;
}
.nhidden + div {
    display: none;
}
.case-title,
.more-title {
    cursor: pointer;
}
.case-title::after,
.more-title::after {
    background: url("/static/images/information/tri-down.svg") no-repeat;
    background-position: right center;
    background-size: 12px 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    margin-left: 10px;
}
.case-title.nhidden::after,
.more-title.nhidden::after {
    background-image: url("/static/images/information/tri-up.svg");
}
