.blog-breadcrumb {
    display: flex;
    width: 1400px;
    margin: 16px auto;
}

.blog-breadcrumb li,
.blog-breadcrumb a {
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
}

.blog-breadcrumb li {
    margin-right: 8px;
}

.blog-breadcrumb li::after {
    content: '>';
    display: inline;
}

.blog-breadcrumb li:last-child::after {
    display: none;
}

.blog-banner {
    width: 1400px;
    display: flex;
    align-items: stretch;
    margin: 0 auto;
}

.blog-banner-img {
    width: 600px;
    min-height: 260px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.blog-banner-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 16px 16px 32px;
}

.blog-banner-text h1 {
    color: #404040;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
}

.blog-banner-text p {
    color: #6A6B6D;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 350;
    line-height: 150%;
    margin-top: 8px;
}

.blog-banner-text-row {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.blog-banner-text-base {
    display: flex;
}

.blog-banner-text-base span {
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 16px;
}

.blog-banner-text-base span i {
    font-style: normal;
}

.blog-banner-text-date {
    display: flex;
    align-items: center;
}

.blog-banner-text-date::before {
    content: '';
    background-image: url(./date.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.blog-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1400px;
    margin: 80px auto;
}

.blog-main-text {
    width: 100%;
}

.blog-main-text p {
    margin-top: 8px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 350;
    line-height: 150%;
}

.blog-main-text h2 {
    margin-top: 56px;
    color: #2A2B2E;
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
}

.blog-main-text h3 {
    color: #2A2B2E;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 28px;
}

.blog-main-text h3+p,
.blog-main-text h2+p,
.blog-main-text ul+p {
    margin-top: 8px;
}

.blog-main-text ul {
    margin-top: 16px;
}

.blog-main-text ul li {
    color: #666;
    font-size: 16px;
    font-weight: 350;
    line-height: 150%;
    margin-top: 4px;
}

.blog-main-text ul li::before {
    content: '•';
    display: inline-block;
    margin-right: 8px;
}

.blog-more {
    width: 336px;
    flex-shrink: 0;
    margin-left: 80px;
    position: sticky;
    top: 150px;
}

.blog-expand-title {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}

.blog-expand {
    border-top: 3px solid #0175E8;
    background: #F7F9FA;
    padding: 16px;
    margin-bottom: 24px;
}

.blog-list {
    position: relative;
    padding-bottom: 16px;
    border-bottom: 0.5px solid #E3E5E6;
    margin-bottom: 16px;
}

.blog-list a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-list span {
    display: inline;
    color: #2A2B2E;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
    background: rgba(1, 117, 232, 0.10);
    padding: 4px;
    margin-right: 8px;
}

.blog-list {
    position: relative;
    padding-left: 36px;
}

.blog-list::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-70%);
    font-size: 36px;
    font-weight: 400;
}

.blog-list:nth-child(2)::before {
    content: '1';
}

.blog-list:nth-child(3)::before {
    content: '2';
}

.blog-list:nth-child(4)::before {
    content: '3';
}

.blog-list:nth-child(5)::before {
    content: '4';
}

.blog-list:nth-child(6)::before {
    content: '5';
}

.blog-list:nth-child(7)::before {
    content: '6';
}

.blog-list:nth-child(2)::before,
.blog-list:nth-child(3)::before,
.blog-list:nth-child(4)::before {
    color: #0175E8;
}

.blog-list:nth-child(5)::before,
.blog-list:nth-child(6)::before,
.blog-list:nth-child(7)::before {
    color: #2A2B2E;
    opacity: .2;
}

.blog-list h3 {
    display: inline;
    margin-top: 8px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.blog-expand.case {
    background-color: unset;
    border-radius: 4px;
    border: 1px solid #E3E5E6;
    background: #FFF;
}

.expand-btn {
    margin-top: 16px;
    padding: 12px 0;
    display: inline-block;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #E60033;
    background: #FFF;
    display: none;
}

.expand-btn:hover {
    background: #E60039;
    color: #FFF;
}

.blog-card {
    display: flex;
    position: relative;
}

.blog-card a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.blog-card-img {
    flex-shrink: 0;
    width: 134px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.blog-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-card-text {
    margin-left: 8px;
}

.blog-card-text span {
    color: #6A6B6D;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(247, 249, 250, 0.95) 0%, rgba(247, 249, 250, 0.95) 100%), #6A6B6D;
    padding: 4px;
}

.blog-card-text h3 {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.blog-change {
    margin-top: 48px;
    margin-left: calc((100% - 1400px)/2);
    display: flex;
    justify-content: space-between;
    width: calc((1400px - 336px - 80px));
    margin-bottom: 120px;
}

.blog-cta {
    position: relative;
    width: calc((1400px - 336px - 80px));
    margin-left: calc((100% - 1400px)/2);
    margin-bottom: 120px;
    background-image: url(./ctabg.webp);
    padding: 24px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.blog-cta-title {
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.blog-cta-text {
    background: #FFF;
    width: 400px;
    padding: 12px 16px;
}

.blog-cta-text .linkBtn {
    font-weight: 700;
}

.blog-cta ul {
    margin-top: 8px;
}

.blog-cta ul li {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 350;
    line-height: 150%;
}

.blog-cta ul li::before {
    content: '•';
    display: inline-block;
    margin-right: 8px;
}

.blog-cta p {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 350;
    line-height: 150%;
}

.blog-main-text-edit .blog-cta {
    width: 100%;
    margin: 20px 0;
}

.blog-main-text-edit h2:first-child {
    margin-top: 0;
}

.blog-btn.disabled {
    pointer-events: none;
    opacity: 0;
}

.blog-btn div {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.blog-main-text-edit {
    border-bottom: 0.5px solid #E3E5E6;
    padding-bottom: 48px;
}

.blog-btn a {
    color: #0175E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.blog-btn a:hover {
    text-decoration: underline;
}

.linkBtn {
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: #0175E8!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.linkBtn::before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    margin-right: 14px;
    background-color: #0175E8;
}

.linkBtn::after {
    content: '';
    display: block;
    background-image: url(./link.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.linkBtn:hover::after {
    transform: translateX(10px);
}

.blog-main-text-edit p a {
    color: #0175E8!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.blog-main-text-edit p a:hover {
    text-decoration: underline;
}

.blog-service {
    display: flex;
    align-items: center;
    background: #F7F9FA;
    padding: 16px;
}

.blog-service p {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
}

.blog-service-img {
    width: 74px;
    flex-shrink: 0;
}

.blog-service-img img {
    width: 100%;
}

.blog-service a {
    margin-top: 8px;
    display: flex;
    color: #0175E8;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.blog-service a::after {
    content: '';
    background-image: url(./link.svg);
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.blog-service a:hover::after {
    transform: translateX(10px);
}

@media screen and (max-width:1440px) {
    .blog-banner-text,
    .blog-breadcrumb,
    .blog-main,
    .blog-banner {
        width: 1200px;
    }
    .blog-more {
        top: 130px;
    }
    .blog-change,
    .blog-cta {
        width: calc((1200px - 336px - 80px));
        margin-left: calc((100% - 1200px)/2);
    }
    .blog-banner-text h1 {
        font-size: 32px;
    }
    .blog-banner-img {
        width: 540px;
    }
}

@media screen and (max-width:1280px) {
    .blog-banner-text,
    .blog-breadcrumb,
    .blog-main,
    .blog-banner {
        width: 1100px;
    }
    .blog-change,
    .blog-cta {
        width: calc((1100px - 336px - 80px));
        margin-left: calc((100% - 1100px)/2);
    }
}

@media screen and (max-width:1200px) {
    .blog-banner-text,
    .blog-breadcrumb,
    .blog-main,
    .blog-banner {
        width: 80%;
    }
    .blog-banner-img {
        width: 48%;
    }
    .blog-banner-text h1 {
        font-size: 24px;
    }
    .blog-banner {
        margin-top: 80px;
    }
    .blog-banner-text p {
        font-size: 14px;
    }
    .blog-banner-text-base span {
        font-size: 14px;
    }
    .blog-breadcrumb {
        display: none;
    }
    .blog-main {
        flex-wrap: wrap;
    }
    .blog-change,
    .blog-cta {
        width: 80%;
        margin-left: 10%;
        flex-wrap: wrap;
    }
    .blog-more {
        width: 100%;
        margin-left: 0;
        margin-top: 48px;
    }
    .expand-btn {
        max-width: 480px;
    }
    .blog-list::before {
        font-size: 28px;
    }
}

@media screen and (max-width:768px) {
    .blog-btn {
        width: 100%;
    }
    .blog-btn.disabled {
        display: none;
    }
    .blog-breadcrumb,
    .blog-main,
    .blog-banner {
        width: 100%;
        padding: 0 20px;
    }
    .blog-banner {
        flex-wrap: wrap;
        background: #F7F9FA;
        padding: 40px 20px;
        margin-top: 0;
    }
    .blog-banner-text {
        width: 100%;
        padding: 0;
        margin-top: 16px;
    }
    .blog-banner-img {
        width: 100%;
        min-height: unset;
    }
    .blog-change {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }
    .blog-cta {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    .blog-banner-text h1 {
        font-size: 28px;
    }
    .blog-main-text h2 {
        font-size: 20px;
    }
    .blog-main-text p {
        font-size: 14px;
    }
    .blog-main-text ul li {
        font-size: 14px;
    }
    .blog-banner-text p {
        font-size: 16px;
        display: block;
        overflow: unset;
    }
    .blog-banner {
        height: unset;
    }
    .blog-cta-text {
        width: 100%;
        max-width: 400px;
    }
}


/* poc视频合集页 */

.video-page-banner-text h1 {
    color: #404040;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.video-page-banner-text p {
    margin-top: 8px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.video-page-banner {
    background-image: url(./bg.webp);
    background-size: cover;
    padding: 16px 0 40px 0;
}

.video-page-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0 120px 0;
    width: 1400px;
    margin: 0 auto;
}

.video-page-cont-title {
    display: flex;
    align-items: center;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.video-page-cont-tag {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 20px;
    padding-left: 26px;
    cursor: pointer;
}

.video-page-cont-lists {
    position: sticky;
    top: 145px;
}

.video-page-cont-list {
    margin-bottom: 26px;
}

.video-page-cont-title.fold::before {
    transform: rotate(-180deg);
}

.video-page-cont-list.active .video-page-cont-title {
    color: #2A2B2E;
    font-weight: 700;
}

.video-page-cont-list.active .video-page-cont-tag.active {
    color: #2A2B2E;
    font-weight: 700;
    pointer-events: none;
}

.video-page-cont-title::before {
    content: '';
    display: block;
    background-image: url(./arrow.svg);
    width: 16px;
    height: 16px;
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.video-page-cont-list.active .video-page-cont-title::before {
    background-image: url(./arrow-active.svg);
}

.video-page-cont-main {
    margin-left: 80px;
}

.video-page-cont-section {
    width: 984px;
    flex-shrink: 0;
    padding-bottom: 40px;
    border-bottom: 0.5px solid #E3E5E6;
}

.video-page-cont-section h2 {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 700;
}

.video-page-container {
    position: relative;
    margin-top: 24px;
    cursor: pointer;
}

.video-page-container.hover::after {
    background-image: url(./play-hover.svg);
}

.video-page-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 1;
}

.video-page-container::after {
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(./play.svg);
    width: 64px;
    height: 64px;
    position: absolute;
    display: block;
    background-size: cover;
    z-index: 2;
}

.video-page-container.play::before,
.video-page-container.play::after {
    display: none;
}

.video-page-cont-main .blog-cta {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 0;
}

.video-title {
    display: none;
}

@media screen and (max-width:1440px) {
    .video-page-cont {
        width: 1200px;
    }
    .video-page-cont-section {
        width: 844px;
    }
    .video-page-banner-text h1 {
        font-size: 42px;
    }
    .video-page-cont-section h2 {
        font-size: 28px;
    }
}

@media screen and (max-width:1280px) {
    .video-page-cont {
        width: 1100px;
    }
    .video-page-cont-section {
        width: 744px;
    }
    .video-page-container::after {
        width: 54px;
        height: 54px;
    }
}

@media screen and (max-width:1200px) {
    .video-page-cont {
        flex-wrap: wrap;
        width: 100%;
    }
    .video-page-cont-lists {
        width: 100%;
        position: unset;
    }
    .video-page-cont-lists {
        position: unset;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .video-page-cont-section {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .video-page-cont-main .blog-cta {
        width: 80%;
        margin-left: 10%;
    }
    .video-page-cont-main {
        margin-left: 0;
        margin-top: 40px;
    }
    .ys_header {
        height: 64px!important;
    }
    .video-page-banner-text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .video-page-banner-text h1 {
        font-size: 32px;
        text-align: left;
    }
    .video-page-banner-text p {
        text-align: left;
        font-size: 18px;
    }
    .video-page-banner {
        padding: 40px 0;
    }
    .video-title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: #2A2B2E;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        padding: 20px 10%;
        border-bottom: 1px solid #E3E5E6;
    }
    .video-title::after {
        content: '';
        display: block;
        background-image: url(./toggle.svg);
        width: 24px;
        height: 24px;
    }
    .video-page-cont-title {
        color: #9B9FA8!important;
        font-size: 16px;
        font-weight: 400!important;
        padding: 15px 0;
        border-bottom: 1px solid #E3E5E6;
    }
    .video-page-cont-title::before {
        display: none;
    }
    .video-page-cont-tag {
        margin-top: 0;
        padding: 15px 0;
        padding-left: 0;
    }
    .video-page-cont-list {
        margin-bottom: 0;
    }
    .video-page-cont-tag {
        color: #2A2B2E;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }
    .video-page-cont-list.active .video-page-cont-tag.active {
        display: flex;
        justify-content: space-between;
        color: #E60039;
    }
    .video-page-cont-list.active .video-page-cont-tag.active::after {
        content: '';
        background-image: url(./tick.svg);
        width: 24px;
        height: 24px;
        background-size: cover;
        display: block;
    }
    .video-page-cont-section {
        border-bottom: unset;
    }
}

@media screen and (max-width:768px) {
    .video-page-cont-lists {
        display: none;
        width: 100%;
        padding: 0 20px;
    }
    .video-page-cont-section {
        width: 100%;
        padding: 0 20px;
    }
    .video-page-cont-main .blog-cta {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    .video-page-cont-section h2 {
        font-size: 24px;
    }
    .video-page-cont {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .video-page-banner-text {
        width: 100%;
        padding: 0 20px;
    }
    .video-title {
        padding: 20px;
    }
}

.l_sidenav {
    display: none;
}