@charset "UTF-8";
/*头部*/
body {
    background-color: #f7f9fa;
}

.column-name-list {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    user-select: none;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #f7f9fa;
    padding-top: 0.1rem;
}
.column-name-list::-webkit-scrollbar {
    display: none;
}
.column-name-list .column-name {
    padding: 0.03rem 0.12rem;
    border-radius: 0.04rem;
    background-color: #e1e3e5;
    color: #969799;
    margin-left: 0.12rem;
    margin-bottom: 0.1rem;
}
.column-name-list .active-column-name {
    background: linear-gradient(#177fe5, #005ab2);
    color: #fff;
}
.special-header .img-box {
    height: auto;
    overflow: hidden;
}
.special-header .img-box img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.special-header .title-box {
    padding: 0.1rem 0.12rem;
}
.special-header .title {
    font-size: 0.17rem;
    color: #2e2e2e;
    line-height: 0.24rem;
    /* margin-bottom: 0.1rem; */
    /* 标题最多显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.special-header .description-box {
    /*height: 0.533333rem;*/
}
.special-header .defalut-icon {
    border-radius: 2px;
    border: 1px solid;
    font-size: 0.11rem;
    display: inline-block;
    width: 0.3rem;
    height: 0.18rem;
    line-height: 0.18rem;
    text-align: center;
    vertical-align: 0.01rem;
}
.special-header .zhaiyao-icon {
    border-color: #178eeb;
    color: #178eeb;
}
.special-header .describes {
    font-size: 0.13rem;
    color: #999999;
    line-height: 0.2rem;
}

/*头部*/

/*中间*/
.special-main {
    background-color: #f8f8f8;
    min-height: 3.18rem;
}
.special-main .main-header {
    height: 0.4rem;
    /*border-bottom: 1px solid #EBEBEB;*/
    padding: 0.1rem;
    background: #e9edf6;
}
.main-header .main-title {
    font-size: 0.14rem;
    color: #333;
    font-weight: bold;
    position: relative;
    /* border-left: 0.02rem solid #178EEB; */
    padding-left: 0.12rem;
}
.main-header .main-title .topic_title_icon {
    width: 0.06rem;
    height: 0.06rem;
    background: #32bfff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.main-header .more {
    font-size: 0.12rem;
    color: #999;
}

.special-main .main-contain {
    padding: 0 0.07rem;
}
.graphic-type {
    padding: 0.1rem 0rem;
    background-color: #fff;
    margin: 0.1rem 0;
}
.graphic-type .graphic-content {
    padding: 0 0.1rem;
}

/*单图*/
.singe-type {
}
.singe-type .img-box {
    width: 1.1rem;
    height: 0.75rem;
    margin-left: 0.15rem;
}
.singe-type .img-box img {
    width: 1.1rem;
    height: 0.75rem;
    border-radius: 0.03rem;
}
/*大图和视频公共*/
.big-type {
    flex-direction: column;
}
.big-type .part-title {
    margin-bottom: 0.1rem;
    margin-left: 0.1rem;
    /* 只显示一行 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.big-type .img-box {
    /* height: 1.92rem; */
    position: relative;
    margin: 0 0.1rem;
}
.big-type .img-box img {
    width: 100%;
    /* height: 1.92rem; */
    border-radius: 0.03rem;
}
.big-type .img-box .mark-item {
    margin-bottom: 0.2rem;
}
.big-type .mark-item {
    /*width: 0.38rem;*/
    /*height: 0.16rem;*/
    position: absolute;
    opacity: 0.6;
    background: #000000;
    border-radius: 0.3rem;
    right: 0.13rem;
    bottom: 0.04rem;
    padding: 0 0.04rem;
}
.big-type .mark-item span {
    font-size: 0.11rem;
    color: #ffffff;
    line-height: 0.16rem;
}
/*大图和视频公共*/
/*大图*/
.big-type {
}

/*视频*/
.video-type {
}
.video-type .part-title {
    margin-bottom: 0.1rem;
}
.video-type .img-box {
    height: 1.92rem;
}

/*文字区块*/
.graphic-type .part-word {
    flex: 1;
    flex-direction: column;
}
.part-word-botton {
    display: flex;
    justify-content: space-between;
    font-size: 0.14rem;
    color: #a2a4a6;
    padding: 0 0.1rem;
    padding-top: 0.1rem;
}
.graphic-part-word-botton {
    padding: 0;
    font-size: 0.12rem;
}

.part-title {
    font-size: 0.17rem;
    color: #2e2e2e;
    line-height: 0.25rem;
    height: 0.25rem;
    flex: 1;
}
.part-word .part-other {
    font-size: 0.12rem;
    color: #999999;
    height: 0.16rem;
    margin-top: 0.1rem;
}
.part-word .part-title {
    /* 标题最多显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.part-word .part-other .source {
    margin-right: 0.1rem;
}
.part-other span:last-of-type {
    float: right;
}
/*中间*/

/*前往APP*/
.go-app {
    padding: 0.14rem;
    text-align: center;
}
.go-app > a {
    font-size: 0.16rem;
    color: #178eeb;
    margin-left: 0.08rem;
    cursor: pointer;
}
/*前往APP*/
.topic_catalog {
    /*margin:0.1rem 0rem;*/
    background-color: #fff;
    padding: 0.1rem;
    padding-top: 0.02rem;
}
.cell_4378_ li {
    padding: 0 0.13rem;
    /* margin: 0 .15rem .2rem 0; */
    margin-right: 0.2rem;
    margin-top: 0.1rem;
    float: left;
    font-size: 0.14rem;
    color: #666;
    height: 0.38rem;
    text-align: center;
    line-height: 0.38rem;
    border-radius: 0.35rem;
    background: #f7f7f7;
}
.cell_4378_ li a {
    color: #666;
}

.icon-click {
    width: 0.16rem;
    background-size: 0.16rem 0.12rem;
}

.div-flex {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
}

.img-box-min {
    position: relative;
}
.img-box-min .mark-item {
    /* margin-bottom: 0.2rem; */
}

.mark-item {
    /* width: 0.38rem; */
    /* height: 0.16rem; */
    position: absolute;
    opacity: 0.6;
    background: #000000;
    border-radius: 0.3rem;
    right: 0.04rem;
    bottom: 0.04rem;
    padding: 0 0.04rem;
    font-size: 0.12rem;
    color: #fff;
}
.play-item-min {
    display: inline-block;
    height: 0.24rem;
    width: 0.24rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 0.24rem 0.24rem;
    transform: translate(-0.12rem, -0.12rem);
    -ms-transform: translate(-0.12rem, -0.12rem);
    -webkit-transform: translate(-0.12rem, -0.12rem);
    -o-transform: translate(-0.12rem, -0.12rem);
    -moz-transform: translate(-0.12rem, -0.12rem);
    z-index: 999;
}
.topic-dialog {
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.12rem;
    padding:0 0.1rem;
    background: rgba(0, 0, 0, 0.54); 
    color: #fff; 
}

body,html{overscroll-behavior: none;}

.line-html {
    display: flex;
    justify-content: space-between;
    padding: 0.05rem 0.1rem;
    color: #969799;
    background-color: #f7f9fa;
}

.line-html-left {
    color: #000000;
}

.line-html-right {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.line-html .run {
    width: 18px;
    height: 18px;
}

.line-html-sticky{
    position: sticky;
    left: 0;
    z-index: 1000;  
}

.back-icon {
    width: 18px;
    height: 18px;
    margin: 0.1rem 0 0 0.1rem;
}