@charset "utf-8";

/* CSS Document */
body {
    font: 14px/24px "Microsoft YaHei", "微软雅黑";
    color: #333;
    background-color: #f7f7f7;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

ul,
ol,
li {
    list-style: none outside;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*a{ color:#666; text-decoration:none;}*/
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.tx_l {
    text-align: left;
}

.tx_r {
    text-align: right;
}

.tx_2 {
    text-indent: 2em;
}

.bold {
    font-weight: bold;
}

img {
    border: medium none;
    vertical-align: middle;
}

textarea {
    resize: none;
    vertical-align: middle;
}

input,
button,
select,
textarea {
    border: medium none;
    background: none;
    outline: none;
    font: 1em/normal "Microsoft YaHei", "微软雅黑";
}

input[type="button"] {
    cursor: pointer;
}

.btn {
    cursor: pointer;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.load_more {
    text-align: center;
    padding: 14px 0;
}

.load_more img {
    height: 20px;
}

.top_bg {
    background-color: #fff;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #E1E3E7;
    z-index: 10;
}

.top_box {
    width: 1200px;
    height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_pic {
    width: 170px;
    margin: 7px 10px 13px 15px;
}

.top_left {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search_box,
.menu_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.menu_block {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    border-bottom: 4px solid transparent;
    margin-right: 30px;
    padding: 25px 0 21px;
    cursor: pointer;
}

.menu_block.active {
    border-color: #99cc56;
    color: #99cc56;
    font-weight: bold;
}

.menu_block:hover {
    color: #99cc56;
    font-weight: bold;
}

.login_btn {
    background-color: #99cc56;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    border-radius: 23px;
    width: 52px;
    margin-left: 16px;
    cursor: pointer;
}

.search_box {
    background-color: #F6F7FA;
    border-radius: 18px;
    display: flex;
    width: 300px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.search_icon {
    width: 26px;
    margin-right: 6px;
}

.search_txt {
    flex: 1;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.search_icon_clear {
    width: 16px;
    margin: 0 10px;
    cursor: pointer;
    display: none;
}

.cont_bg {
    background-color: #F9F9F9;
    padding: 12px 0;
}

.cont_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
}

.left_box {
    width: 800px;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
    box-sizing: border-box;
}

.right_box {
    width: 380px;
}

.infor_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tab_box {
    width: 770px;
    height: 110px;
    border: 1px solid #E1E3E7;
}

.tab_box img {
    width: 770px;
    height: 110px;
    border: 1px solid #E1E3E7;
}

.tab_block {
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    padding: 20px 0 18px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.tab_block.active {
    border-color: #99cc56;
    color: #99cc56;
    font-weight: bold;
}

.tab_icon {
    background: url("../images/icon27.png") no-repeat right 27px;
    background-size: 8px 8px;
    padding-right: 18px;
}

.tab_icon.active {
    background: url("../images/icon27_active.png") no-repeat right 27px;
    background-size: 8px 8px;
}

.sml_menu_box {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    box-shadow: 0 0 10px #cdcdcd;
    position: absolute;
    left: 50%;
    top: 63px;
    border-radius: 8px;
    width: 120px;
    margin-left: -60px;
    display: block;
    z-index: 500;
    padding: 5px 20px;
    display: none;
    z-index: 1;
}

.sml_menu {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 10px;
    color: #222222;
    text-align: center;
    cursor: pointer;
}

.sml_menu:last-child {
    border-bottom: medium none;
}

.list_box {
    width: 100%;
    padding: 5px 0;
}

.list_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #E1E3E7;
}

.list_line:last-child {
    border-bottom: medium none;
}

.list_pic {
    width: 180px;
    height: 135px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 16px;
}

.list_pic img {
    object-fit: cover;
    width: 180px;
    height: 135px;
    border-radius: 10px;
    transition: all 0.3s;
}

.list_flex {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_title {
    font-size: 18px;
    line-height: 25px;
    color: #262626;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.list_text {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
}

.list_time {
    /* text-align: right; */
    font-size: 12px;
    line-height: 20px;
    color: #A9ACB4;
    display: flex;
    justify-content: space-between;
}

.list_line:hover .list_pic img {
    transform: scale(1.1);
}

.title_box {
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    font-weight: bold;
}

.sml_list_box {
    width: 100%;
}

.sml_list_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #E1E3E7;
}

.sml_list_block:last-child {
    border-bottom: medium none;
}

.sml_list_pic {
    width: 115px;
    height: 86px;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
}

.sml_flex {
    flex: 1;
    width: 100%;
}

.sml_list_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s;
}

.sml_list_block .title {
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    height: 40px;
    overflow: hidden;
    margin-bottom: 13px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.sml_list_block .time {
    font-size: 12px;
    line-height: 17px;
    color: #A9ACB4;

}

/*底部*/
.page-footer {
    width: 100%;
    margin-top: 100px;
}

.about-medlive {
    background: #F6F7FA;
}

.about-medlive-body {
    background: #F6F7FA;
    width: 1200px;
    padding: 25px 0;
    margin: 0 auto;
}

.about-box01 {
    float: left;
    width: 172px;
}

.box-title {
    height: 25px;
    position: relative;
    margin-bottom: 11px;
}

.box-title h4 {
    font-size: 16px;
    color: #444;
    line-height: 22px;
    font-weight: bold;
}

.link-list-box a {
    float: left;
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.link-list-box a:hover {
    color: #99cc56;
}

.about-box01 .link-list-box a {
    margin-right: 30px;
}

.just-line {
    float: left;
    width: 1px;
    height: 143px;
    background: #CBCED5;
    margin-top: 50px;
    margin-right: 30px;
}

.about-box02 {
    float: left;
    width: 418px;
}

.website-list01,
.website-list02,
.website-list03 {
    float: left;
}

.website-list01 {
    width: 121px;
    margin-right: 24px;
}

.website-list02 {
    width: 135px;
    margin-right: 24px;
}

.website-list03 {
    width: 84px;
    margin-right: 30px;
}

.about-box03 {
    float: left;
    width: 272px;
}

.about-box03 .box-title {
    height: 36px;
    margin-bottom: 0;
}

.total-wx {
    background: url(../images/quanbuweixin.png) no-repeat 91px 1px;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    padding-right: 20px;
    font-size: 14px;
    color: #777C8A;
    line-height: 22px;
    padding: 0 55px 14px 35px;
    float: right;
}

.total-wx:hover,
.total-wx-clicked {
    background: url(../images/quanbuweixin01.png) no-repeat 91px 1px;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    color: #99cc56;
}

.about-box03 .link-list-box {
    float: left;
    width: 56px;
    margin-right: 39px;
}

.code-box {
    background: #FFFFFF;
    float: right;
    width: 97px;
    height: 97px;
    padding: 2px;
    margin-top: 14px;
    margin-right: 40px;
}

.code-box img {
    width: 97px;
    height: 97px;
}

/*全部微信弹框*/
.total-wx-box {
    display: none;
    width: 304px;
    padding: 14px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: absolute;
    right: -304px;
    top: 4px;
    z-index: 20;
}

.total-wx-box a {
    float: left;
    margin: 6px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
}


.about-box04 {
    float: left;
    width: 228px;
    padding-left: 9px;
}

.about-box04 .total-wx {
    padding: 0 50px 14px 33px;
}

.about-box04 .link-list-box {
    float: left;
    width: 84px;
    margin-right: 38px;
}

.about-box04 .code-box {
    margin-right: 0;
}

.friendly-link {
    background: #333;
}

.friendly-link-body {
    background: #333;
    width: 1200px;
    padding: 25px 0;
    margin: 0 auto;
}

.friendly-link-body h4 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 11px;
}

.friendly-link-list a {
    float: left;
    margin-right: 25px;
    font-size: 13px;
    color: #CDCDCD;
    line-height: 18px;
}

.friendly-link-list a:hover {
    color: #F6F7FA;
}

.friendly-link-list .marginR0 {
    margin-right: 0;
}

.more-link {
    background: url(../images/gengduoxinxi.png) no-repeat right center;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    padding-right: 20px;
}

.more-link:hover {
    background: url(../images/gengduoxinxi01.png) no-repeat right center;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
}

.page-copyright {
    width: 100%;
    /* height: 56px; */
    background: #121212;
}

.page-copyright-body {
    background: #121212;
    width: 1200px;
    padding: 18px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #989CA6;
    line-height: 20px;
    text-align: center;
}

.page-copyright-body a {
    color: #989CA6;
}

.page-copyright-body a:hover {
    color: #989CA6;
}

.page-copyright-body span {
    padding: 0 5px;
}

.user_box {
    width: 36px;
    height: 36px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.user_pic {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.renzheng_pic {
    width: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.user_menu_box {
    background-color: #fff;
    border-radius: 10px;
    width: 230px;
    padding: 20px 16px 5px;
    position: absolute;
    right: -115px;
    top: 50px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

.user_menu_top {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #262626;
    border-bottom: 1px solid #E1E3E7;
}

.user_name {
    padding: 8px 0 20px;
}

.user_menu_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.user_menu_line .pic {
    width: 16px;
    margin-right: 8px;
}

.user_menu_line .icon {
    width: 10px;
    margin-left: 8px;
}

.user_menu_line .txt {
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    flex: 1;
    width: 100%;
    text-align: left;
}

.num_pic {
    width: 24px;
    margin-right: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #A9ACB4;
    font-weight: bold;
}

.article_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E3E7;
}

.article_tit {
    font-size: 22px;
    line-height: 32px;
    color: #262626;
    margin-bottom: 16px;
    font-weight: bold;
}

.article_time {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 6px;
}

.article_keyword {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.keyword_sign {
    display: inline-block;
    /*background: url("../images/icon25.png") no-repeat 97% center #F6F7FA;*/
    background-size: 10px 10px;
    border-radius: 5px;
    /*font-size: 12px;*/
    line-height: 20px;
    /*padding: 0 15px;*/
    margin: 0 2px;
    cursor: pointer;
}

.keyword_sign2 {
    display: inline-block;
    background: url("../images/icon25.png") no-repeat 97% center #F6F7FA;
    background-size: 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px;
    margin: 0 2px;
    cursor: pointer;
}

.article_related {
    padding: 24px 0;
}

.rel_tit {
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 12px;
    font-weight: bold;
}

.rel_cont {
    width: 100%;
}

.rel_block {
    border: 1px solid #E1E3E7;
    border-radius: 5px;
    padding: 8px 12px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    cursor: pointer;
}

.rel_block .pic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover;
}

.rel_block .name {
    flex: 1;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
}

.rel_block .icon {
    width: 10px;
    height: 10px;
    margin-left: 4px;
}

.article_cont {
    min-height: 200px;
    border-bottom: 1px solid #E1E3E7;
    padding: 10px 0;
    font-size: 17px;
    line-height: 27px;
    color: #333;
}

.article_cont p {
    margin-bottom: 20px;
}

.references_box {
    padding: 24px 0 0;
}

.references_tit {
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 12px;
    font-weight: bold;
}

.references_line {
    font-size: 13px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 10px;
}

.references_cont {
    border-bottom: 1px solid #E1E3E7;
    padding-bottom: 20px;
}

.explain_box {
    padding: 20px 0;
    /*border-bottom: 1px solid #E1E3E7;*/
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}

.explain_box img {
    width: 768px;
    height: 110px;
}

.banner_box img {
    width: 100%;
}

.operate_box {
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.good_sign {
    background: url("../images/icon9.png") no-repeat left center;
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #A9ACB4;
    margin-right: 20px;
    cursor: pointer;
}

.good_sign.active {
    background: url("../images/icon10.png") no-repeat left center;
    background-size: 16px 16px;
}

.collect_sign {
    background: url("../images/icon11.png") no-repeat left center;
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #A9ACB4;
    margin-right: 20px;
    cursor: pointer;
}

.collect_sign.active {
    background: url("../images/icon12.png") no-repeat left center;
    background-size: 16px 16px;
}

.share_sign {
    background: url("../images/icon13.png") no-repeat left center;
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #A9ACB4;
    cursor: pointer;
    position: relative;
}

.bar_box {
    background-color: #F9F9F9;
    width: 100%;
    height: 4px;
}

.data_box {
    padding: 20px 0;
}

.data_tit {
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 10px;
}

.data_list {
    width: 100%;
}

.data_line {
    width: 100%;
    border-bottom: 1px solid #E1E3E7;
    padding: 15px 0;
    display: block;
}

.data_line:last-child {
    border-bottom: medium none;
}

.data_name {
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    margin-bottom: 8px;
    font-weight: bold;
}

.data_infor {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.send_box {
    padding: 20px 0;
}

.send_txt {
    padding: 15px;
    border: 1px solid #E1E3E7;
    font-size: 14px;
    line-height: 24px;
    color: #262626;
    border-radius: 10px;
    width: 100%;
    height: 150px;
    resize: none;
    box-sizing: border-box;
}

.send_operate {
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.add_face {
    background: url("../images/icon21.png") no-repeat left center;
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #A9ACB4;
    cursor: pointer;
}

.send_btn {
    background-color: #99cc56;
    width: 52px;
    height: 26px;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
}

.comment_box {
    padding: 20px 0;
}

.comment_tit {
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    font-weight: bold;
}

.comment_no {
    padding: 40px;
    text-align: center;
}

.comment_no .pic {
    width: 80px;
    margin: 0 auto 10px;
    display: block;
}

.comment_no .txt {
    font-size: 14px;
    line-height: 24px;
    color: #262626;
}

.comment_line {
    padding: 20px 0 10px;
    border-bottom: 1px solid #eeeeee;
}

.comment_pic {
    width: 60px;
    margin: 0 10px 0 0;
    float: left;
}

.comment_pic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comment_infor {
    float: right;
    width: 690px;
}

.comment_name {
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
}

.comment_txt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.comment_time {
    font-size: 14px;
    color: #999999;
}

.c_time {
    float: left;
    margin-right: 18px;
    display: block;
}

.c_police {
    display: block;
    float: left;
    background: url("../images/icon30.png") no-repeat left center;
    padding-left: 20px;
    color: #999999;
}

.c_delete {
    display: block;
    float: left;
    background: url(../images/delete.png) no-repeat left center;
    padding-left: 24px;
    color: #999999;
    margin-left: 18px;
}

.comment_btm {
    text-align: right;
    font-size: 14px;
    color: #999999;
}

.read_num {
    display: block;
    float: right;
    background: url("../images/icon32.png") no-repeat center center;
    background-size: 20px 16px;
    width: 20px;
    height: 22px;
    margin-right: 10px;
}

.thumb_num {
    display: block;
    float: right;
    background: url("../images/icon9.png") no-repeat left center;
    background-size: 22px 22px;
    padding-left: 25px;
    color: #999999;
}

.inside_comment_box {
    background-color: #f7f7f7;
    padding: 0 15px;
    margin: 10px 0;
}

.inside_comment_box .comment_infor {
    width: 580px;
}

/*.thumb_num.active {*/
/*    background-image: url("../images/icon029.png");*/
/*}*/

.yimaitong {
    background: url(../images/yimaitong.png) no-repeat left center;
    padding-left: 22px;
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    background-size: 20px 20px;
}

.fixed_box {
    position: fixed;
    bottom: 100px;
    left: 50%;
    margin-left: 650px;
}

.fixed_infor {
    background-color: #fff;
    border-radius: 5px;
    padding: 0 16px;
    margin-bottom: 12px;
    width: 60px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.fixed_block {
    padding: 16px 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    border-top: 1px solid #E1E3E7;
    cursor: pointer;
}

.fixed_block:first-child {
    border-top: medium none;
}

.fixed_block:last-child {
    border-bottom: medium none;
}

.fixed_block .pic {
    width: 100%;
    margin-bottom: 4px;
}

.fixed {
    position: fixed;
    top: 74px;
    left: 50%;
    margin-left: 222px;
    z-index: 2;
}

.absolute {
    position: absolute;
}

.data_tab {
    display: flex;
    border-bottom: 1px solid #E1E3E7;
}

.data_tab .d_tab {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    padding: 10px 0;
    margin-right: 20px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.data_tab .d_tab.active,
.data_tab .d_tab:hover {
    color: #99cc56;
    border-color: #99cc56;
    font-weight: bold;
}

.tougao_sign:hover {
    color: #99cc56;
}

.backTop_sign {
    display: none;
}

.erweima_txt {
    display: none;
    color: #99cc56;
}

.erweima_sign {
    position: relative;
}

.erweima_sign:hover .erweima_pic {
    display: none;
}

.erweima_sign:hover .erweima_txt {
    display: block;
}

.erweima_pop_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 3px;
    box-sizing: content-box;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    left: -120px;
    top: -45px;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.erweima_pop_box img {
    width: 80px;
    height: 80px;
}

.erweima_sign:hover .erweima_pop_box {
    display: block;
}

.d_tab_infor {
    display: none;
}

.d_tab_infor.active {
    display: block;
}

.data_brief {
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.data_pic {
    display: flex;
    display: -webkit-box;
}

.data_pic .d_pic {
    width: 120px;
    height: 67px;
    overflow: hidden;
    margin-right: 4px;
    margin-bottom: 12px;
    border-radius: 10px;
}

.data_pic .d_pic img {
    object-fit: cover;
    width: 120px;
    height: 67px;
    border-radius: 10px;
}

.tag_sign {
    display: inline-block;
    background-color: #F6F7FA;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 18px;
    color: #999999;
    margin-right: 8px;
}

.tag_blue_sign {
    display: inline-block;
    background-color: #EBF1FF;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 18px;
    color: #99cc56;
    margin-right: 8px;
}

.d_video_pic {
    width: 200px;
    height: 112px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 12px;
}

.d_video_pic img {
    object-fit: cover;
    width: 200px;
    height: 112px;
    border-radius: 10px;
}

.d_video_pic .v_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.d_video_pic .v_time {
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 16px;
    color: #FAFAFA;
    padding: 0 5px;
    border-radius: 4px;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.data_video_line {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E1E3E7;
    padding: 15px 0;
}

.data_video_pic {
    width: 115px;
    height: 86px;
    border-radius: 10px;
    position: relative;
    margin-right: 12px;
}

.data_video_pic img {
    width: 115px;
    height: 86px;
    border-radius: 10px;
}

.data_video_pic .v_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.data_video_infor {
    flex: 1;
    width: 100%;
}

.data_gray_txt {
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    padding: 4px 0 0;
}

.data_video_infor .data_name {
    height: 40px;
}

.pop_share_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

.pop_share_box {
    width: 600px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.share_pic {
    width: 140px;
    padding: 0 20px 0 0;
    border-right: 1px solid #E5E7EB;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    text-align: center;
    margin-right: 20px;
}

.share_pic img {
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}

.share_infor {
    flex: 1;
    width: 100%;
}

.share_tit {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.copy_link {
    background-color: #F6F7FA;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 34px;
    color: #262626;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

.copy_btn {
    background-color: #99cc56;
    width: 126px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    margin: 20px auto 0;
}

.pop_close_btn {
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.office_sign {
    width: 280px;
    margin-left: -140px;
}

.office_box {
    display: flex;
}

.office_sign .sml_menu {
    border: medium none;
}

.office_flex {
    flex: 1;
    width: 100%;
    border-right: 1px solid #E5E7EB;
}

.office_flex:last-child {
    border: medium none;
}

/* 话题追踪列表 */
.list_topic_box {
    display: flex;
    align-items: center;
    padding: 21px 0;
    border-bottom: 1px solid #E1E3E7;
    flex-wrap: wrap;
}

.topic_block {
    width: 240px;
    margin-bottom: 28px;
    margin-right: 22px;
}

.topic_block:nth-child(3n) {
    margin-right: 0;
}

.topic_pic {
    width: 240px;
    height: 180px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 8px;
}

.topic_pic img {
    object-fit: cover;
    width: 240px;
    height: 180px;
    border-radius: 20px;
    transition: all 0.3s;
}

.topic_name {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #262626;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.topic_block:hover img {
    transform: scale(1.1);
}

/* 弹框 */
.pop_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: block;
}

.pop_confirm_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    width: 240px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.pop_confirm_cont {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.pop_confirm_btm {
    display: flex;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.pop_cancel_btn {
    border: 1px solid #E1E3E7;
    background-color: #fff;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    text-align: center;
    cursor: pointer;
    margin: 0 14px;
}

.pop_confirm_btn {
    border: 1px solid #99cc56;
    background-color: #99cc56;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 14px;
}

.pop_sele_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 20px 30px;
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.pop_sele_top {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.pop_sele_top .tit {
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}

.pop_sele_top .txt {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.pop_sele_cont {
    border-radius: 15px;
    border: 1px solid #E1E3E7;
    padding: 0 16px;
}

.pop_sele_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E1E3E7;
    padding: 10px 0;
    cursor: pointer;
}

.pop_sele_flex {
    flex: 1;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.pop_sele_line .tit {
    font-size: 14px;
    line-height: 20px;
    color: #262626;
}

.pop_sele_line .txt {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.sele_icon {
    width: 10px;
    margin-left: 10px;
}

.pop_report_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.pop_report_top {
    border-bottom: 1px solid #E1E3E7;
}

.pop_report_top .txt {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    margin-bottom: 10px;
}

.pop_report_top .tit {
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 10px;
}

.pop_report_cont {
    padding: 10px 0 20px;
}

.pop_report_tit {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    margin-bottom: 12px;
}

.pop_report_check_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.pop_report_check {
    background: url("../images/sele.png") no-repeat left 4px;
    background-size: 14px 14px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    margin: 0 20px 8px 0;
    cursor: pointer;
}

.pop_report_check.active {
    background: url("../images/sele_active.png") no-repeat left 4px;
    background-size: 14px 14px;
    padding-left: 20px;
}

.pop_report_fill_block {
    border: 1px solid #E1E3E7;
    padding: 10px;
    border-radius: 15px;
}

.pop_report_fill {
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    resize: none;
    height: 80px;
    width: 100%;
}

.pop_report_num {
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.pop_report_btm {
    display: flex;
    justify-content: end;
}

.face_box {
    position: absolute;
    left: 0;
    top: 105%;
    border: 1px solid #E1E3E7;
    width: 300px;
    height: 100px;
    background-color: #fff;
    z-index: 5;
}

.pop_report_selected {
    background: url(../images/sele.png) no-repeat left 4px;
    background-size: 14px 14px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    margin: 0 20px 8px 0;
    cursor: pointer;
}

.pop_report_selected.active {
    background: url(../images/sele_active.png) no-repeat left 4px;
    background-size: 14px 14px;
    padding-left: 20px;
}

.big_btn {
    width: 100%
}

.time_item {
    flex: 1;
    width: 100%;
}

.sml_list_block:hover .title {
    color: #99cc56;
}

.sml_list_block:hover .sml_list_pic img {
    transform: scale(1.1);
}

.list_line:hover .list_title {
    color: #99cc56;
}

.t_sign {
    background-color: #F6F7FA;
    padding: 0 7px;
    border-radius: 4px;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.right_box {
    /* position: sticky; */
    /* top: 85px; */
}

.user_infor {
    width: 50px;
    margin: 0 auto;
    position: relative;
}

.user_infor .user_pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment_sign:hover .pic,
.download_sign:hover .pic,
.backTop_sign:hover .pic {
    display: none;
}

.comment_sign:hover .erweima_txt,
.download_sign:hover .erweima_txt,
.backTop_sign:hover .erweima_txt {
    display: block;
}

.keyword_sign2:hover {
    color: #99cc56;
}

.notify_box {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 10px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 0 20px;
    transform: translate3d(-50%, -50%, 0);
}

.share_sign:hover .pop_share_box {
    display: flex;
}

.erweima_poster {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
}

#qrcode-box {}

#qrcode-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

#qrcode-logo2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}

.article_cont img {
    width: 100%;
    height: auto;
}

/* section 内列表：抵消 reset 的 * { list-style: none } */
section ul,
section ol,
section li {
    list-style: revert;
}

.menu_block a {
    color: #999;
    /* 非高亮颜色 */
    text-decoration: none;
}

.menu_block.active a {
    color: #99cc56;
    /* 高亮颜色 */
}

.menu_block.active a:hover {
    color: #99cc56;
    /* 高亮颜色 */
}

.menu_block a:hover {
    color: #99cc56 !important;
}

/* 如果只需要针对Home链接，可以更精确地控制 */
.menu_block:first-child a:hover {
    color: #99cc56 !important;
}