body {
    background-color: #f7f8f9;
}

.top-banner {
    padding-top: 160px;
    height: 500px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-blend-mode: hard-light;
    background: linear-gradient(90deg, #e94a3b 0%, #f5a14e 100%), var(--bg-banner-img, url(/images/banners/banner_pro_edu.png)) no-repeat;
    background-position: center;
    color: #ffffff;
}

.top-banner .product-title {
    margin: 0;
    font-size: 48px;
    line-height: 1;
    font-weight: normal;
}

.top-banner .sub-title {
    margin-top: 16px;
    font-size: 20px;
}

.top-banner .description {
    margin-top: 22px;
    width: 1200px;
    height: 79px;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    /* list-style-image: url(/src/assets/images/checked.png); */
}

.detail {
    /* margin-top: -55px; */
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.detail .header {
    height: 72px;
    background-color: white;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-bottom: 20px;
}

.detail .content {
    background-color: white;
    padding: 60px 80px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.detail .content .text-section {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.detail .content .text-section:last-child {
    margin-bottom: 20px;
}

.detail .content .table-1 {
    border-spacing: 4px;
    border-collapse: separate;
}

.detail .content .table-1 th {
    height: 34px;
    background-color: #ec6140;
    color: white;
    text-align: center;
    width: 290px;
    font-weight: normal;
}

.detail .content .table-1 td {
    text-align: center;
    background-color: #f8f9fa;
    height: 40px;
    font-size: 14px;
    color: #333333;
}

.detail .content .list-1 {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.detail .content .list-1 li {
    width: 265px;
    height: 160px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 14px;
    color: #333333;
    padding: 50px 30px 0;
    position: relative;
    font-weight: 400;
    text-align: center;
}

.detail .content.more-products {
    display: none;
    justify-content: center;
}

.detail .content.more-products.show {
    display: flex;
}

.detail .content.more-products ul {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.detail .content.more-products ul li {
    display: flex;
    margin-bottom: 24px;
}

.detail .product-intro {
    padding: 40px 90px;
}

.detail .product-intro .product-header {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 18px;
    position: relative;
}

.detail .product-intro .product-header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.detail .product-intro .product-section {
    margin-bottom: 60px;
    font-size: 15px;
    color: #727a80;
    line-height: 28px;
}

.detail .product-intro .product-section:last-child {
    margin-bottom: 20px;
}

.list-2 .swiper {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    --swiper-navigation-color: #f0f1f2bc;
}

.result-item {
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}

.result-item .sub-title {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.result-item__img {
    width: 400px;
}

.gray-bg-card {
    width: 175px;
    height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.gray-bg-card.content-item {
    width: 265px;
    height: 104px;
    padding: 30px;
    margin-right: 30px;
}

.gray-bg-card.content-item:last-child {
    margin-right: 0;
}

.gray-bg-card.content-item .text {
    text-align: left;
    margin-left: 20px;
    flex: 1;
    margin-top: 0;
}

.gray-bg-card .text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: center;
}

.target-card {
    width: 265px;
    height: 180px;
    padding: 0 14px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
}

.target-card .text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 24px;
    line-height: 28px;
    margin-left: 0;
    flex: none;
    text-align: center;
}

.service-panel {
    width: 340px;
    height: 180px;
    display: inline-flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
}

.service-panel__header {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 28px;
    flex: 0 0 72px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(90deg, #e94a3b 0%, #e94a3b 49%, #f5a14e 100%);
}

.service-panel__body {
    flex: 1;
    padding: 14px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
}

.detail .content .list-1 li::after {
    position: absolute;
    background-repeat: no-repeat;
    width: 72px;
    height: 72px;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail .content .list-1 li:nth-child(1)::after {
    background-image: url('/images/chan.png');
}

.detail .content .list-1 li:nth-child(2)::after {
    background-image: url('/images/xue.png');
}

.detail .content .list-1 li:nth-child(3)::after {
    background-image: url('/images/yan.png');
}

.detail .content .list-1 li:nth-child(4)::after {
    background-image: url('/images/yong.png');
}

.bg-cus-primary {
    background: linear-gradient(0deg, #FFFAF7 0%, #FFFFFF 100%);
}

.text.t-width-208 {
    width: 208px;
    flex: 0 0 208px;
}

.d-flex.mr-30 .target-card:not(:last-child) {
    margin-right: 30px;
}

.c-demo .channel-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 24px;
}

.c-demo .channel-body .text-section {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    width: 630px;
}

.h-target .shadow-card {
    width: 360px;
}

.h-content .gray-bg-card:not(:last-child) {
    margin-right: 20px;
}

.p-target .shadow-card:not(:last-child) {
    margin-right: 30px;
}

.p-content .gray-bg-card:not(:last-child) {
    margin-right: 30px;
}

/*# sourceMappingURL=pro-edu.css.map */

/* 案例成果 */
.alcg-list {
    background-color: #F7F9FA;
    border-radius: 10px;
    padding: 10px 0;
}
.alcg-list .alcg-item {
    display: flex;
    padding: 30px 40px;
}
.alcg-list .alcg-item .item-imgs {
    margin-left: 40px;
    width: 432px;
    overflow: hidden;
    position: relative;

    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff88;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
}
.alcg-list .alcg-item .item-imgs .swiper-slide img {
    width: 432px;
    height: 243px;
}
.alcg-list .alcg-item .item-info {
    flex: 1;
}
.alcg-list .alcg-item:nth-child(2n) .item-imgs {
    margin-left: 0;
    margin-right: 40px;
}


.alcg-list .item-info h3 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 25px;
    line-height: 1;
    position: relative;
    padding-left: 15px;
}

.alcg-list .item-info h3::before {
    display: block;
    content: "";
    width: 2px;
    height: 16px;
    background: linear-gradient(90deg, #E94A3B 0%, #E94A3B 49%, #F5A14E 100%);
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 2px;
}

.alcg-list .item-info p {
    text-align: justify;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}