@charset "UTF-8";

/*


备份 html，css 的导航版本
【后续可能 element 书写导航部分】


*/
html,
body {
    background-color: #f8f8f8;
    margin: unset !important;
    overflow-x: hidden;
    /*font-family: PingFang SC, PingFang SC;*/
    font-family: Poppins, Poppins;
}

.top .banner-main {
    position: absolute;
    top: 0;
}
.top-content-wrap {
    width: 100%;
    padding-top: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}

/* topNav-end -复制*/
.homebanner {
    width: 100%;
    /* height: auto; */
}

/* top-banner-文本 */
.bannertext {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    position: absolute;
}

/*.bannertext div:nth-child(1) {*/
/*    font-weight: 600;*/
/*    line-height: 46px;*/
/*    text-align: left;*/
/*    width: 55%;*/
/*}*/

/*.bannertext div:nth-child(1) h1{*/
/*    font-size: 40px;*/
/*    color: #1a1a1a;*/
/*    margin: 0;*/
/*}*/
.bannertext-first {
    font-weight: bold;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 10px;
    margin-top: 0;
}
.bannertext-first span {
    /*display: inline-block;*/
}
.bannertext-first span:nth-child(2) {
    display: inline-block;
    padding-left: 10px;
    background: linear-gradient(90deg, #b5edff 0%, rgba(206, 255, 244, 0.1) 100%);
}
.bannertext-second {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.bannertext .bannertext .bannertext-second {
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
}

.bannertext div:nth-child(3) {
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 20px;
    text-align: left;
    margin-top: 20px;
}

.bannertext .colorbutton {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 15px;
    width: 147px;
    height: 48px;
    background: #ff9200;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid rgba(215, 22, 91, 0);
}

.bannertext .oper-button {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.bannertext .Language {
    padding-left: 20px;
}

.bannertext .Language .sign {
    width: 200px;
    height: 48px;
    border-radius: 10px;
}

.bannertext .Language .sign span {
    display: flex;
    align-items: center;
}

.bannertext .Language .sign span img {
    padding: 0 6px 0 0;
}

/* 下拉框 - start*/
a {
    text-decoration: none;
    color: #1a1a1a;
}
.dropbtn {
    font-size: 18px;
    font-weight: 600;
}

.topNav-left-label li > a:hover {
    color: #005470 !important;
    /*font-weight: 800;*/
}
/* 下拉框 - end*/
/* 主要区域-start */
.blog-main-container {
    width: 100%;
    background: url(/static/snap_proxy/images/home_slices/bannerBlog2-2.png) no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    padding-bottom: 80px;
}
.blog-main-container.noBg {
    background: #fff;
}
.blog-main-container .blog-search {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}
/* tab 切换 */
.el-tabs__item.is-active {
    background-color: #e1e7ed !important;
}

.el-tabs__item {
    color: #1a1a1a !important;
    font-size: 16px;
    margin-right: 20px;
    border: none !important;
}

.blog-tab {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
}

.blog-tab .el-tab-pane {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    width: 100%;
}
.el-tabs--card > .el-tabs__header {
    border-bottom: unset !important;
}
.el-tabs--card > .el-tabs__header .el-tabs__nav {
    border: unset !important;
}
.blog-tab .tab-all {
    width: 32%;
    background-color: #fff;
    /* box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25); */
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 15px;
}

.blog-tab .tab-all .tab-all-top {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    background: url(/static/snap_proxy/images/home_slices/blog_card_bg.png) no-repeat;
    background-size: 100% 100%;
}

.blog-tab .tab-all .tab-all-top img {
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
}

.blog-tab .tab-all .tab-all-down {
    width: 92%;
    margin: auto;
}

.blog-tab .tab-all .tab-all-down .tab-all-down-title {
    background: #e3e8ee;
    border-radius: 4px 4px 4px 4px;
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 14px;
    padding: 8px;
    width: 35%;
    margin: 15px 0 0 0;
    text-align: center;
}

.blog-tab .tab-all .tab-all-down .tab-all-down-ques {
    padding: 15px 0 0 0;
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.blog-tab .tab-all .tab-all-down .tab-all-down-text {
    margin: 18px 0;
    font-weight: 400;
    font-size: 14px;
    height: 34px;
    color: #1a1a1a;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.blog-tab .tab-all .tab-all-down .tab-all-down-date {
    /* padding: 12px 0 24px 0; */
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-tab .tab-all .tab-all-down .tab-all-down-date .date-right {
    display: flex;
    align-items: center;
}
.pagination {
    max-width: 1200px;
    margin: auto;
}
.el-pagination {
    text-align: center;
    padding-bottom: 80px;
}

/* a标签-去掉下划线,边框-start */
a {
    text-decoration: none;
    border: 0 none !important;
}

.buttonBorderStyle {
    border: none !important;
}

/* a标签-end */
/* button-效果-start */
.btn-conteiner {
    display: flex;
    --color-text: #ffffff;
    --color-background: #ff9200;
}

.el-tabs__nav-scroll {
    margin-bottom: 20px;
}

.btn-content {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: var(--color-text);
    background: var(--color-background);
    transition: 1s;
    border-radius: 10px;
    box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover,
.btn-content:focus {
    transition: 0.5s;
    -webkit-animation: btn-content 1s;
    animation: btn-content 1s;
    outline: 0.1em solid transparent;
    outline-offset: 0.2em;
    box-shadow: 0 0 0.4em 0 var(--color-background);
}
.breadcrumbtext {
    max-width: 1200px;
    top: 136px;
    position: absolute;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 2;
}
/* Button animations */
@-webkit-keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

@keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

/* /* button-效果-end */

/*wrblog*/
.blog-item-tab-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 100px;
    padding: 30px 0;
}
.blog-item-tab-box {
    display: flex;
    gap: 12px;
    flex: 1;
    flex-wrap: wrap;
}
.blog-type-tab {
    font-size: 12px;
    padding: 4px 12px;
    background: #ffffff;
    border-radius: 19px 19px 19px 19px;
    border: 1px solid #eeeeee;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.blog-type-tab:hover,
.blog-type-tab.active {
    background: #63d6fd;
    color: #fff;
}
.blog-item-search-box {
    flex: 1;
}
.blog-item-wrap {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));*/
    /*grid-template-rows: 100px 100px; !* 2行，每行100px *!*/
    /*gap: 30px; !* 网格间距 *!*/
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    justify-content: space-between;
    gap: 26px;
    margin-bottom: 50px;
}
.blog-item-wrap_tmp{
    padding-top: 80px;
}
.blog-item-box {
    border-radius: 16px;
    border: 1px solid #e6eaf0;
    min-width: 300px;
    width: 33%;
    max-width: 364px;
    position: relative;
    box-sizing: border-box;
}
.blog-item-box::before {
    content: '';
    position: absolute;
    border-radius: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, #ffffff 12%, #adebff 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blog-item-box:hover::before {
    opacity: 1;
    z-index: 1;
}

.blog-item {
    position: relative;
    padding: 30px;
    z-index: 2;
}
.blogType-icon {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.blog-item-top-type {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.tab-all-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.blog-item-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-bottom: 1px solid #e6eaf0;
    margin-bottom: 24px;
}
.blog-item-content-title {
    font-weight: 600;
    font-size: 19px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2; /* 限制显示3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5; /* 设置合适的行高 */
    height: calc(1.5em * 2); /* 行高 × 行数 */
}
.blog-item-content-description {
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3; /* 限制显示3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5; /* 设置合适的行高 */
    height: calc(1.5em * 3); /* 行高 × 行数 */
    margin-bottom: 50px;
}
.blog-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
}
.wr-icon.right {
    margin-right: 6px;
}
.loadMore-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more-btn {
    background: #e5f3f7;
    border-radius: 20px 20px 20px 20px;
    padding: 8px 25px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.load-more-btn:hover {
    background: #63d6fd;
    color: #fff;
}

/*如果是从详情页跳转过来*/
.detail-banner-wrap {
    width: 100%;
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*z-index: -1;*/
}
.detail-banner-box {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #ffffff;
    padding: 30px 60px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    margin: 100px 0 50px 0;
}
.detail-banner-box .box-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 3;
}
.detail-banner-box .box-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
}
.detail-banner-box .box-left .left-top {
    display: flex;
    align-items: flex-end;
    gap: 40px;
}
.left_title {
    font-weight: 600;
    font-size: 46px;
    color: #000000;
    margin: 0;
}
.left-des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    margin: 0;
    max-width: 620px;
}
.left-btm {
    display: flex;
}
.left-btm .trial-btn {
    background: #63d6fd;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.left-btm .trial-btn:hover {
    box-shadow: 0px 3px 10px 0px rgba(99, 214, 253, 0.7);
}
.box-right img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
@media (max-width: 1200px) {
    .blog-item-wrap {
        justify-content: center;
    }
    .blog-item-tab-wrap {
        /* flex-direction: column; */
        gap: 20px;
    }
}
@media (max-width: 600px) {
    .blog-main-container {
        padding-top: 20px;
    }
    .blog-item-tab-box {
        justify-content: center;
    }
    .top-content-wrap {
        padding-top: 10px;
    }
    .bannertext-first {
        font-size: 30px;
    }
    .blog-item-tab-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .blog-item-wrap {
        justify-content: center;
    }
    .top .homebanner {
        display: none;
    }

    .bannertext {
        position: initial;
        display: inline-block;
        width: 90%;
        padding-bottom: 10px;
    }

    .bannertext .bannertext-left {
        width: auto;
    }

    .bannertext div:nth-child(1) {
        text-align: center;
        margin: 20px auto;
        width: 90%;
    }

    .bannertext div:nth-child(1) h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .bannertext .bannertext-second {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }

    .blog-main-container .blog-search {
        padding: 20px;
    }

    .blog-tab .el-tab-pane {
        display: block;
    }

    .blog-tab .tab-all {
        display: block;
        width: 92%;
        margin: 20px auto;
    }
    .breadcrumbtext {
        position: initial;
    }
    .detail-banner-wrap {
        position: inherit;
        top: 0;
    }
    .detail-banner-wrap .box-right {
        display: none;
    }
}
