.box {
    box-sizing: border-box;
}

.banner {
    min-width: 1440px !important;
    height: 700px;
    background: url('https://meitr.oss-cn-shanghai.aliyuncs.com/official/images/case/case-banner.png') no-repeat;
    background-size: cover;
    padding-top: 65px;
}

.banner .title {
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: bold;
    color: #0B9BAC;
    margin-top: 67px;
    margin-bottom: 58px;
}

.banner .tabs-icon {
    width: 225px;
    height: 74px;
}

.tabs .el-tabs__nav {
    width: 100% !important;
}

.tabs .el-tabs__item {
    width: 25%;
    height: 74px !important;
}

.tabs .el-tabs__active-bar {
    background: #0B9BAC !important;
    height: 5px;
}

.tabs .tab-content {
    display: flex;
    align-items: center;
    height: 360px;
    margin-top: 25px;
}

.tabs .tab-content .info {
    width: 776px;
    height: 100%;
    box-sizing: border-box;
    padding: 50px;
    background: linear-gradient(101deg, #0B9BAC 0%, #0B9BAC 100%);
}

.tabs .tab-content .preview {
    width: 660px;
    height: 100%;
}

.tabs .tab-content .info>div {
    margin-bottom: 20px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
}

.tabs .tab-content .info-name {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.tabs .tab-content .info-desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.tabs .tab-content .info-cycle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.tabs .tab-content .info-tag {
    font-size: 16px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    color: #FFFFFF;
}

.tabs .tab-content .info-tag span {
    margin-right: 5px;
}

.tabs .tab-content .info-cycle .tabs .tab-content .preview {
    width: 50%;
    height: 100%;
}

.tabs .tab-content .preview img {
    width: 100%;
    height: 100%;
}


.more-case {
    padding-top: 20px;
}

.more-case .case-box {
    display: flex;
    flex-direction: column;
}

.more-case .case-box .case-item {
    display: flex;
    height: 540px;
    width: 100%;
    margin-bottom: 30px;
}

.more-case .case-box.case-item .preview {
    width: 1000px;

}

.more-case-title {
    background: url('https://meitr.oss-cn-shanghai.aliyuncs.com/official/images/more-title.png') no-repeat;
    background-size: 100% 100%;
    width: 280px;
    height: 71px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.case-box .case-item .preview img {
    width: 100%;
    height: 100%;
}

.case-box .case-item .info {
    width: 420px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #EBEBEB;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    padding: 33px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case-box .case-item .info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    width: 6px;
    height: 49px;
    background: #0B9BAC;
}

.case-box .case-item .info .case-info-title {
    font-size: 25px;
    font-family: Source Han Sans SC-Medium, Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    margin-bottom: 24px;
}

.case-item .case-info-content ul li {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: HarmonyOS Sans SC-Light, HarmonyOS Sans SC;
    font-weight: 300;
    color: #717171;
    list-style: disc;
    line-height: 24px;
    /* white-space: pre-wrap; */

}

.case-item .case-info-btn {
    position: absolute;
    bottom: 70px;
    width: 174px;
    height: 48px;
    background: #0B9BAC;
    border-radius: 29px;
    font-size: 20px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.el-tabs__active-bar {
    width: 225px !important;
}