.index_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 68px;
    background: #fff;
    /* border-bottom: 1px solid #ddd; */
    /* -webkit-box-shadow: 0px 0.5px 2px #bbb;
    -moz-box-shadow: 0px 0.5px 2px #bbb; */
    /* box-shadow: 0px 0.5px 2px #bbb; */
    z-index: 99;
}

.tk-header {
    position: relative;
    padding-top: 90px;
}

svg.head-pink-img,
.head-blue-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.header-tip-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-top: 5px;
    color: #000;
    /* background-color: #e8f2ff; */
}

footer#footer-boot {
    /* background-color: rgba(249,249,249,1); */
    background-color: #fff;
}

/* 格子布局 S */
section {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    /* padding: 55px 0; */
}

section.new-resource {
    padding: 0;
}

.resource-section {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.resource-section .article_list {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}

.resource-section .Article_right {
    display: none;
}

.resource-section .article_list li {
    float: left;
    width: 25%;
    overflow: hidden;
    position: relative;
    padding-bottom: 46px;
    padding: 0 8px 30px 8px;
}

.resource-section .article_list li .Articles {
    width: 100%;
    background: #fff;
    overflow: hidden;
    /* border-radius: 4px; */
    /* box-shadow: 0 2px 5px 0 rgb(135 152 164 / 50%); */
}

/* .resource-section .article_list li:hover .Articles {
    box-shadow: 0 2px 10px 0 rgb(135 152 164 / 60%);
} */

/* .resource-section .Articles:hover {
    box-shadow: 0 2px 10px 0 rgb(135 152 164 / 60%);
} */

.resource-section .post_left {
    position: relative;
    height: 160px;
}

.resource-section .post_left img {
    width: 100%;
    height: 160px;
    border-radius: 4px;
}

.resource-section .post_right {
    padding-top: 10px;
}

.resource-section .post_right p {
    display: none;
}

.resource-section .post_right .cat {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.resource-section .post_right .cat .sort {
    background: #2196F3;
    padding: 2px 8px;
}

.resource-section .post_right .cat .sort a {
    color: #fff;
}

.resource-section .post_right h2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

.resource-section .post_right h2 a {
    width: 238px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.resource-section .post_right .post_meta>span>i {
    color: #bfbfbf;
    font-size: 1.2em;
}

.resource-section .post_right .post_meta {
    font-size: 12px;
    color: #bfbfbf;
    border-top: 1px solid #e9eaed;
    padding: 0 15px;
    height: 51px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.resource-section .post_right .post_meta a {
    color: #bfbfbf;
}

.resource-section .post_right .post_meta a:hover {
    color: #fe5b61;
}

.resource-section .post_right .post_meta .postlist-views {
    padding-left: 10px;
}

.post_info {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 9px;
    font-size: 13px;
    text-align: left;
    color: rgba(255, 255, 255, .8);
    border-radius: 4px;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 2;
    pointer-events: none;
}

.post_left .video-attr {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

/* 格子布局 E */
section.script-resource,
section.pr-resource {
    background: #f5f7fa;
}

.index-banner-container {
    /* background-image: linear-gradient(0deg, #1CB5E0 0%, #6880c5 100%); */
    background-image: url(https://cdn.talkae.com/wp-content/themes/banner/banner.jpg);
    /* max-width: 1180px; */
    height: 410px;
    margin: 0 auto;
    border-radius: 4px;
}

.search-inner {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    /* align-items: center; */
    padding-top: 60px;
}

.banner-container .search-wrap .slogan {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    z-index: 1;
    text-align: center;
    /* letter-spacing: 6px; */
    margin-bottom: 8px;
    margin-right: 8px;
}

.banner-container .search-wrap .sub-slogan {
    font-size: 20px;
    color: #fff;
    z-index: 1;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 32px;
}

.search-container {
    display: flex;
    position: relative;
}

.search-container.dropdown .search-left {
    width: 720px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.search-container .search-input input {
    width: 100%;
    height: 100%;
    padding-top: 4px;
    font-size: 14px;
    color: #1f2937;
    caret-color: #e74b3b;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.search-container .search-input {
    height: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 0 16px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

button,
input,
select,
textarea {
    outline: 0;
    border: none;
}

.search-btn {
    width: 144px !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff826b), to(#e74b3b));
    background-image: linear-gradient(90deg, #ff826b, #e74b3b);
    font-size: 18px;
}

.search-container .search-btn {
    z-index: 1;
    position: relative;
    width: 80px;
    height: 52px;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff826b), to(#e74b3b));
    background-image: linear-gradient(90deg, #ff826b, #e74b3b);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search-container .new-search-type {
    position: absolute;
    width: 144px;
    height: 250px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 5, 0, 0)), color-stop(rgba(51, 5, 0, .2)), to(rgba(51, 5, 0, 0)));
    background: linear-gradient(0deg, rgba(51, 5, 0, 0), rgba(51, 5, 0, .2), rgba(51, 5, 0, 0));
    right: 0;
    top: -75px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg, rgba(245, 130, 109, 0), #f8705c 31%, rgba(245, 130, 109, 0));
    border-image-slice: 1;
}

.search-container .new-search-type li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner-container .search-wrap .hot-keyword-container {
    width: calc(100% - 144px);
    margin-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: hsla(0, 0%, 100%, .8);
    height: 36px;
}

.banner-container .search-wrap .hot-keyword-container .hot-keyword {
    margin-top: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 20px;
    color: hsla(0, 0%, 100%, .8);
    margin-right: 6px;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.search-container input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    color: #ABB0B5;
    line-height: 19px;
}

.search-container input::-moz-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    color: #ABB0B5;
    line-height: 19px;
}

.search-container input::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    color: #ABB0B5;
    line-height: 19px;
}

/* banner E */

/* 模块 S */
.section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    overflow: hidden;
}

.v-bottom-box {
    max-width: 1216px;
}

.resource-section .resource-category-section .nav-row {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.resource-section .resource-category-section {
    position: relative;
}

.resource-section .resource-category-section .nav-row {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    margin-left: 8px;
}

.section h3 {
    color: rgb(13, 13, 13);
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 16px;
}

.resource-section .btn-more {
    position: absolute;
    right: 0;
    top: 0;
}

section.index-latest-resource {
    margin-top: 0;
    padding-top: 0;
}

/* section.index-latest-resource,
section.aep-resource,
section.video-resource {
    background-color: #fff;
} */
section.latest-resource {
    margin-top: 73px;
}

/* 模块 E */

/* 中间分类2 S */
.bottom {
    position: relative;
    width: 1180px;
    background: #fff;
    margin: -45px auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgb(135 152 164 / 50%);
}

.wrap .item,
.wrap {
    display: flex;
    align-items: center;
}

.wrap {
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    padding: 8px 20px;
    border-radius: 4px;
}

.wrap .item {
    text-decoration: none;
    cursor: pointer;
}

.wrap .item,
.wrap {
    display: flex;
    align-items: center;
}

.wrap .item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 17px;
    border-radius: 8px;
    background: #f3f5f7;
}

.wrap .item .icon-box:hover {
    background: #e7f0fa;
}

.wrap .item .icon-box .path-icon {
    width: 46px;
    height: 46px;
    fill: #999;
}

.wrap .item .detail .remark {
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    line-height: 20px;
}

.detail {
    color: black;
}

.icon-box img {
    margin: 10px;
}

.dplayer {
    height: 405px;
}

/* 中间分类2 E */


.article_list .post_left .post_mark {
    background: rgb(245 34 45);
    color: rgb(245 34 45);
    position: absolute;
    right: 0;
    top: 6px;
    height: 22px;
    border-radius: 4px 0 0 4px;
}

.article_list .post_left .post-mark-text {
    color: #fff;
    padding: 0 5px 0 5px;
    font-size: 13px;
}