*{
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
html {
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    width: 100vw;
}

body {
    max-width: 800px;
    width: 100vw;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.wrap {
    padding-bottom: 2.6rem;
    width: 100%;
    overflow: hidden;
}

.go-login a:first-child img {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
}

.open_app {
    padding: 0.05rem 0.1rem;
    margin: 0 0 0.5rem 0;
    justify-content: space-between;
    align-items: center;
    background: white;
    box-sizing: border-box;
    transition: all 0.3s;
    box-shadow: 0 3px 4px 0 rgba(149, 149, 149, 0.1);
}

.open_app img {
    width: 1.66rem;
    border-radius: 3px;
}

.open_app .tip {
    width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    margin: 0;
    font-size: 0.3rem;
    color: #666;
    margin: 0 0.2rem;
    flex: 1;
}

.open_app .tip .t1 {
    font-size: 0.24rem;
    color: #1e1e1e;
    line-height: 0.49rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.open_app .tip .t2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.29rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.isHid {
    display: none;
}

.open_app button,
.open_app .seezb {
    padding: 0.12rem 0px;
    border-radius: 0.5rem;
    font-size: 0.26rem;
    color: #fff;
    border: none;
    background: #d22222;
    box-sizing: border-box;
    width: 22%;
    outline: none;
}

.open_app .seezb {
    display: inline-block;
    text-align: center;
}

.article {
    padding: 0 0.15rem;
}

.article_title {
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-weight: bold;
    display: -webkit-box;

}

.article_title b {
    color: #d00000;
}

.article_author {
    font-size: 12px;
    color: #999;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.33rem;
}

.author {
    display: flex;
    align-items: center;
    line-height: 1.4;
    font-size: 0.12rem;
}

.article_author span.au_name {
    max-width: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.08rem;
}

.article_author span.au_time {

}

.article_author .fire {
    padding-left: 0.34rem;
    margin-left: 0.12rem;
    background: url("/images/newdetail/fire.png") left 0.05rem no-repeat;
    background-size: 0.21rem 0.25rem;
    color: #d00000;
}

.share {
    color: #03c656;
    font-size: 0.28rem;
    padding-right: 0.58rem;
    background: url("/images/newdetail/share.png") 1.32rem top no-repeat;
    background-size: 0.38rem;
}

.add_circle {
    height: 0.88rem;
}

.add_circle {
    justify-content: space-between;
    align-items: center;
}

.add_circle img {
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: bottom;
}

.add_circle .ch-name {
    margin-left: 0.15rem;
    font-weight: 700;
    color: #333333;
    font-size: 0.28rem;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add_circle div {
    color: #999999;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    margin-right: 0.2rem;
}

.add_circle button {
    font-size: 0.24rem;
    background: none;
    width: 1.36rem;
    border: none;
    line-height: 0.4rem;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.add_circle button a {
    display: inline-block;
    color: #999999;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/**/

.add_circle .new-add_circle {
    display: flex;
    align-items: center;
    margin-top: 0.24rem;
    width: 100%;
    margin-right: 0;
}

.new-add_circle .new-add_circle-userimg {
    flex: 0 0 auto;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    margin-right: 0.16rem;
    background: no-repeat center;
    background-size: contain;
}

.new-add_circle .new-add_circle-related {
    width: 1px;
    flex: 1 1 auto;
    text-align: left;
    margin-right: 0;
}

.new-add_circle .new-add_circle-focus {
    flex: 0 0 auto;
    font-size: 0.24rem;
    line-height: 0.4rem;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height: 0.4rem;
    padding: 0 0.18rem;
    color: #d00000;
    transition: all linear 0.2s;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #d00000;
    width: 0.96rem;
}

.new-add_circle .new-add_circle-focus.is-focus {
    color: #03c656;
    border-color: #03c656;
}

.new-add_circle .new-add_circle-tit {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333;
    transition: all linear 0.2s;
}

.new-add_circle .new-add_circle-tit:hover {
    color: #d00000;
}

.new-add_circle .new-add_circle-msg {
    display: inline-grid;
    max-width: 100%;
    grid-template-columns: auto auto auto;
    gap: 0.2rem;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.16rem;
    margin-right: 0;
    color: #999;
}

.article_des {
    margin-top: 0.39rem;
    font-size: 0.3rem;
}

.article_des table {
    width: 100% !important;
    overflow: hidden;
}

.article_des * {
    font-size: 0.16rem !important;
    word-break: break-word;
}

.article_des h1 {
    font-weight: bold;
    font-size: 0.34rem !important;
}

.article_des h2 {
    font-weight: bold;
    font-size: 0.32rem !important;
}

.article_des img {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
}

.article_des video {
    width: 100%;
    overflow: hidden;
    height: auto !important;
}

.article_des h3 {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.article_des p,.article_des .changeTag {
    color: #333333;
    margin-bottom: 8px !important;
    line-height: 0.3rem !important;
    padding: 0 !important;
    margin-top: 0 !important;
    position: relative;
}

.statement {
    margin-top: 0.4rem;
    padding: 0px 0.3rem;
    color: #999;
    font-size: 12px;
    line-height: 0.38rem;
}

.statement .complaint {
    color: #d88888;
}

.go_elecfans {
    margin: 0.4rem 0.3rem 0.4rem;
    padding: 0.26rem 0.1rem 0.22rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
}

.go_elecfans a {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.go_elecfans .elc_logo {
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    padding: 0.05rem 0.17rem 0.13rem 0.15rem;
    box-sizing: border-box;
    background: #f2f2f2;
}

.go_elecfans .elc_logo img {
    width: 100%;
    height: 100%;
}

.go_elecfans h3 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}

.go_elecfans p {
    font-size: 0.24rem;
    color: #999999;
    line-height: 1;
    margin-top: 0.12rem;
}

.go_elecfans button {
    line-height: 0.2rem;
    height: 0.42rem;
    font-size: 0.24rem;
    padding: 0 0.26rem;
    background: #d00000;
    color: #fff;
    border: none;
}

.arc_comment {
    padding: 0 0.3rem;
    margin-top: 0.3rem;
    background: white;
}

.comment_title {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.26rem;
}

.comment_title div {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}

.comment_title .edit {
    padding-left: 0.49rem;
    font-size: 0.28rem;
    color: #999999;
    background: url("/images/newdetail/edit.png") left 0.04rem no-repeat;
    background-size: 0.3rem 0.3rem;
    line-height: 0.36rem;
}

.comment_content dl {
    border-top: 1px solid #f2f2f2;
    padding-top: 0.3rem;
    width: 100%;
}

.comment_content dt .flex {
    justify-content: space-between;
    align-items: center;
}

.comment_content img {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    vertical-align: middle;
}

.commener_info {
    display: flex;
    align-items: center;
}

.commener_info span {
    display: inline-block;
    font-size: 0.28rem;
    color: #333333;
    margin-left: 0.2rem;
    max-width: 2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.commener_info i {
    font-size: 0.24rem;
    color: #ccc;
    margin: 0 0.1rem;
    line-height: 1;
}

.commen_handle span {
    font-size: 0.24rem;
    color: #999999;
    margin-left: 0.2rem;
}

.commen_handle .praise-num {
    margin-left: 0;
}

.commen_handle .give_up {
    margin-left: 0px;
}

.give_up i {
    display: inline-block;
    width: 0.2rem;
    height: 0.23rem;
    background: url("/images/newdetail/give-up.png") left top no-repeat;
    background-size: 100%;
    margin-left: 0.11rem;
}

.give_up-active i {
    background: url("/images/newdetail/give-up-active.png") left top
    no-repeat;
    background-size: 100%;
}

.comment_words,
.relier_words {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.22rem 0;
    color: #333333;
}

.comment_words:after {
    content: "";
    display: block;
    clear: both;
}

.pl84 {
    padding-left: 0.84rem;
}

.pop_more {
    color: #6bc1d3;
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
    display: inline-block !important;
    vertical-align: top;
}

.pop_more .hand {
    display: inline-block;
    padding: 0.3rem 0;
}

.see_more {
    float: right;
    background: url("/images/newdetail/see_more.png") right 6px no-repeat;
    background-size: 0.1rem;
    padding-right: 0.2rem;
    color: #6bc1d3;
    font-size: 12px;
}

.not_see_more {
    display: none;
    background: none;
}

.comment_content dd {
    display: none;
    padding-left: 0.84rem;
    overflow: hidden;
}

.all-comment .comment_content dd {
    display: block;
}

.relier_info {
    justify-content: space-between;
    align-items: center;
}

.relier_info span {
    font-size: 12px;
    color: #999999;
    margin-left: 0.4rem;
}

span.relier_name {
    flex: 1;
    font-size: 0.28rem;
    color: #333333;
    margin-left: 0.2rem;

    text-align: left;
}

span.relier_name i {
    display: inline-block;
    max-width: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.see_all_comment {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.8rem;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}

.see_all_comment i {
    display: inline-block;
    width: 0.1rem;
    height: 0.16rem;
    background: url("/images/newdetail/see_all_comment.png") left top
    no-repeat;
    background-size: 100% 100%;
    vertical-align: baseline;
    margin-left: 0.1rem;
}

.rela_article {

}

.rela_article_title {
    align-items: center;
    justify-self: space-between;
    padding-bottom: 0.2rem;
}

.rela_article_title span {
    font-size: 0.2rem;
    margin-right: 0.76rem;
    font-weight: bold;
    white-space: nowrap;
}

.rela_article_title ul {
    flex-wrap: wrap;
}

.rela_article_title li {
    max-width: 100%;
    overflow: hidden;
}

.rela_article_title li a {
    display: block;
    font-size: 0.24rem;
    color: #333333;
    font-weight: 400;
    padding: 0.11rem 0.3rem;
    border: 1px solid #e4e4e4;
    border-radius: 0.23rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(6.9rem - 10px);
    box-sizing: border-box;
}

.rela_article_content li {
    margin-bottom: 0.29rem;
}

.rela_article_ct {
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 0.18rem;
    font-weight: bold;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.rela_article_ct b {
    color: #d00000;
}

.time_and_hot {
    justify-content: flex-start;
}

.time_and_hot span {
    color: #999999;
    font-size: 14px;
    line-height: 1.1;
    max-width: calc(50% - 5px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    margin-right: 0.1rem;
}


.rela_article-video-con .time_and_hot span:last-child {
    padding: 0;
    background: none;
}

.art_footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 0.21rem 0.3rem;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
    justify-content: space-between;
    background: #fff;
}

.art_footer img.sofa {
    position: absolute;
    left: 1.3rem;
    top: 0.3rem;
    height: 0.42rem;
    display: none;
    pointer-events: none;
}

.art_footer input {
    width: 3.42rem;
    height: 0.56rem;
    border: none;
    background: #f2f2f2;
    padding-left: 0.18rem;
    outline: none;
    color: #ccc;
}

.art_footer input::placeholder {
    font-size: 0.24rem;
}

.art_footer input:focus {
    border: 1px solid red;
}

.art_footer span {
    position: relative;
    margin-left: 0.4rem;
}

.art_footer span.ft_comment {
    position: relative;
    z-index: 2;
    width: 0.48rem;
    height: 0.37rem;
    background: url("/images/newdetail/ft_comment.png?v2") left top
    no-repeat;
    background-size: 100% 100%;
}

.art_footer span.ft_give_up {
    width: 0.34rem;
    height: 0.37rem;
    background: url("/images/newdetail/ft_give_up.png") left top no-repeat;
    background-size: 100% 100%;
}

.art_footer span.ft_give_up-active {
    background: url("/images/newdetail/ft_give_up-active.png") left top
    no-repeat;
    background-size: 100% 100%;
}

.art_footer span.ft_star {
    width: 0.38rem;
    height: 0.37rem;
    background: url("/images/newdetail/ft_star.png") left top no-repeat;
    background-size: 100% 100%;
}

.art_footer span.ft_star-active {
    background: url("/images/newdetail/ft_star-active.png") left top
    no-repeat;
    background-size: 100% 100%;
}

.art_footer span.ft_share {
    width: 0.38rem;
    height: 0.37rem;
    background: url("/images/newdetail/ft_share.png") left top no-repeat;
    background-size: 100% 100%;
}

.art_footer .flex {
    align-items: center;
}

.art_footer .sups {
    position: absolute;
    top: -0.12rem;
    left: 0.24rem;
    color: #fff;
    background: #d00000;
    min-width: 6px;
    padding: 0 0.06rem;
    border-radius: 6px;
    /* font-size: 12px;
      line-height: 12px; */
    font-size: 0.24rem;
    line-height: 0.24rem;
    text-align: center;
    transform: scale(0.8);
}

.art_footer .ft_give_up .sups {
    left: 0.2rem;
}

.art_footer .ft_comment .sups {
    top: -0.2em;
    display: none;
}

.all-comment {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.all-comment-content {
    position: absolute;
    left: 0px;
    top: 8%;
    width: 100%;
    height: 92%;
    background: #fff;
    border-radius: 12px 12px 0 0;
}

.all-com-close {
    padding-left: 12px;
    justify-content: space-around;
    align-items: center;
    line-height: 1;
    padding: 0.3rem 20px;
}

.all-com-close .ph {
    flex: 1;
    font-weight: 700;
    text-align: center;
    font-size: 0.32rem;
    margin-left: 62px;
}

.all-com-close span {
    display: inline-block;
    width: 62px;
    box-sizing: border-box;
}

.all-com-close .close_com {
    height: 0.42rem;
    background: url("/images/newdetail/close.png") right top no-repeat;
    background-size: 0.32rem;
}

.all-com-close .edit_com {
    font-size: 14px;
    line-height: 1;
    background: url("/images/newdetail/edit.png") left top no-repeat;
    background-size: 14px;
    padding-left: 20px;
    color: #d00000;
}

.all_words {
    overflow: auto;
    /* position: relative; */
    width: 100%;
    height: calc(100% - 80px);
    padding: 0 0.3rem;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
}

.all-comment .ft {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
    padding: 0.21rem 0.3rem;
    background: white;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all-comment .ft input {
    height: 0.56rem;
    width: 5.4rem;
    color: #333;
    padding-left: 0.2rem;
    border-radius: 0.08rem;
    border: none;
    background: #f2f2f2;
    outline: none;
    font-size: 0.24rem;
}

.all-comment .ft input::placeholder {
    font-size: 0.24rem;
}

.all-comment .ft input::placeholder {
    color: #cccccc;
}

.all-comment .ft input:focus {
    border: 1px solid red;
}

.all-comment .ft button {
    background: #d22222;
    padding: 0.16rem 0.26rem;
    line-height: 1;
    font-size: 0.24rem;
    color: white;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
}

.all_words img {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
}

#scroller {
    padding-bottom: 36px;
}

.all_words .flex {
    justify-content: space-between;
    align-items: center;
}

.open_app_btn {
    position: fixed;
    left: 50%;
    bottom: 1.6rem;
    margin-left: -1rem;
    width: 2rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    background: #d00000;
    color: white;
    text-align: center;
    border-radius: 0.3rem;
}

.shareCover {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    height: 100%;
    right: 0;
    margin: auto;
    background: #333;
}
.shareCover2::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% - 1rem);
    background: #000;
    opacity: 0.01;
    z-index: 5;
}
.save_box {
    /* height: 2rem; */
    height: 1rem;
    background: #fff;
    padding-top: 0.2rem;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.shareCover img {
    width: 90%;
    display: block;
    background: #fff;
    height: 10.5rem;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    margin-top: 1rem;
}

.share-tip {
    color: #fff;
    border-radius: 25px;
    display: block;
    margin: 4px auto 16px auto;
    border: none;
    background: linear-gradient(to right, #d30605, #f95c4f);
    height: 0.65rem;
    width: 3.5rem;
    text-align: center;
    line-height: 0.65rem;
}

.save_box button {
    width: 100%;
    height: 0.8rem;
    border: none;
    color: #999;
    font-size: 0.3rem;
    background: #f2f2f2;
}



.no_comment {
    height: 100px;
    background: url("/images/newdetail/no-comment.png") left top no-repeat;
}


pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.see_more_arc {
    text-align: center;
    position: absolute;
    bottom: -10px;
    background: #fff;
    width: 100%;
    left: 0;
    overflow: visible;
}

.see_more_arc::before {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    top: -110px;
    background-image: linear-gradient(0deg, #ffffff 10%, transparent);
}

.see_more_arc button {
    width: 95%;
    margin: 0.2rem auto;
    display: block;
    height: 0.7rem;
    border-radius: 0.06rem;
    border: none;
    background: #d22222;
    font-size: 0.32rem;
    color: #fff;
    outline: none;
}

.arrow_more {
    position: absolute;
    height: 0.6rem;
    width: 0.6rem;
    display: inline-block;
    top: -0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.see_more_arc i {
    width: 0.24rem;
    height: 0.24rem;
    display: inline-block;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    border-right: 1px solid #333;
    margin-left: 0.28rem;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.see_more_arc i:nth-child(2) {
    top: 10px;
}

.limit_height {
    height: 500px !important;
    overflow: hidden !important;
    position: relative;
}

.open_app_arc {
    text-align: center;
    display: block;
    background: #d00000;
    color: #fff;
    border-radius: 25px;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    width: 100%;
    margin: 0.32rem auto;
}

.fixed_app {
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
}

.fixed_app h2 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.fixed_app img {
    width: 50px;
    margin: 0 5px 0 0;
    vertical-align: top;
}

.fixed_app h2 i {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    width: 80%;
    display: inline-block;
    line-height: 30px;
}

.fixed_app button {
    border: none;
    color: #fff;
    background: #d22222;
    width: 70px;
    height: 30px;
    border-radius: 5px;
    margin-left: 20px;
    outline: none;
}

.float_right {
    float: right;
}

.all_no_comment {
    position: absolute;
    width: 100%;
    top: 0.8rem;
    display: none;
    text-align: center;
}

.all_no_comment img {
    width: 3.47rem;
    height: 1.88rem;
    margin-top: 2.8rem;
    border-radius: 0;
}

.all_no_comment p {
    font-size: 0.24rem;
    color: #999999;
    padding-top: 0.2rem;
}

.longDown {
    color: white;
    padding-left: 5%;
    font-size: 0.28rem;
    padding-top: 0.7rem;
}

.limit_height {
    height: 800px !important;
    overflow: hidden !important;
    position: relative;
}

.limit_height_computer {
    height: 800px !important;
    overflow: hidden !important;
    position: relative;
}

.open_app .simBtn {
    display: inline-block;
    padding: 0.12rem 0px;
    border-radius: 0.5rem;
    font-size: 0.26rem;
    color: #fff;
    border: none;
    background: #d22222;
    box-sizing: border-box;
    width: 22%;
    outline: none;
    text-align: center;
}

.open_app p.isHid2 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

/**
 * autor:tanaiping
 *
 *20210914
 *
 */
.page-header {
    padding: 0.18rem 0.3rem;
    background: #fff;
    height: 0.7rem;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgb(228, 228, 228);
}

.page-header .open-app {
    color: #cc0000;
    font-size: .24rem;
    border-radius: 0.5rem;
    padding: 0 0.2rem;
    line-height: .45rem;
    margin: 0 .2rem 0 0;
    border: solid 1px #cc0000;
}

.page-header .go-home {
    height: 100%;
}

.page-header .go-home img {
    height: 100%;
}

.go-login-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.page-header a {
    height: 100%;
    display: flex;
    align-items: center;
}

.go-login a:first-child img {
    height: 100%;
    width: auto;
    border-radius: 50%;
    margin: 0 0.2rem;
}

.no-login {
    margin: 0 0.2rem;
    color: #333;
    font-size: 0.28rem;
}

.more-icon {
    width: 0.42rem;
    height: 0.34rem;
}

.input-box {
    background: #fff;
    border: none;
    border-radius: 0.04rem;
    box-sizing: border-box;
    position: relative;
    width: 0.32rem;
    margin-left: auto;
}

.input-box input {
    display: none;
    border: none;
    background: transparent;
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    color: #666;
    outline: none;
}

.input-box img {
    width: 0.32rem;
    height: 0.32rem;
}

.open_app {
    padding: 0.28rem 0.3rem;
    justify-content: space-between;
    width: 100%;
}

.open_app .tip {
    font-size: 0.28rem;
    color: #333;
    width: auto;
}

.video-link {
    border-radius: 0.26rem;
    background-color: #f2f2f2;
    line-height: 0.5rem;
    height: 0.5rem;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 0.2rem;
}

.video-link img {
    height: 0.32rem;
    width: 0.32rem;
    margin-top: -0.05rem;
}

.video-link span.con {
    color: #d00000;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 3.16rem;
}

.video-link span.status {
    width: 1.22rem;
    text-align: center;
    color: #d00000;
    font-size: 0.24rem;
}

.mt15 {
    margin-top: 0.15rem;
}

.article_author span.au_name {
    max-width: 1.82rem;
    margin-right: 0.2rem;
}


.login-reg-fixed {
    position: fixed;
    left: 50%;
    bottom: 60px;
    z-index: 2;
    margin: 0 0 0 -1.15rem;
}

.login-reg-fixed .login-reg-btn {
    background-color: #d00000;
    border-radius: 0.4rem;
    width: 2.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    display: block;
}

.go_elecfans {
    padding: 0.4rem 0.3rem;
    margin-bottom: 0.5rem;
}

.go_elecfans button {
    width: 1.4rem;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    border-radius: 0.28rem;
    padding: 0;
}

.go_elecfans .ad-contxt {
    widows: 4.8rem;
}

.go_elecfans .ad-contxt .c_red {
    color: #d00000;
}

.go_elecfans .ad-contxt {
    flex: 1;
}

.go_elecfans .ad-contxt h3 {
    font-weight: bold;
    line-height: 0.26rem;
    margin-bottom: 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 0.26rem;
}

.go_elecfans .ad-contxt p {
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.22rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0.05rem;
}

.art_footer span.ft_comment,
.art_footer span.ft_give_up,
.art_footer span.ft_star,
.art_footer span.ft_share {
    width: 0.4rem;
    height: 0.4rem;
}

.art_footer .sups {
    position: absolute;
    top: -0.06rem;
    right: -0.12rem;
    color: #fff;
    background: #d00000;
    border-radius: 0.18rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    width: 0.36rem;
    height: 0.36rem;
    text-align: center;
    padding: 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    color: #999999;
    font-size: 0.24rem;
    line-height: 0.48rem;
}

.new-footer .line {
    padding: 0 0.15rem;
}

.new-footer a {
    color: #999999;
}

.new-footer .nickname {
    max-width: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

/*广告链接*/
.aside_adv {
    position: fixed;
    bottom: 15%;
    right: 0.2rem;
}

.close_adv {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFMDQ0QjkyNDAzQjExRUNBMUJCQUYwOUYxNzNGOTVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFMDQ0QjkzNDAzQjExRUNBMUJCQUYwOUYxNzNGOTVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUUwNDRCOTA0MDNCMTFFQ0ExQkJBRjA5RjE3M0Y5NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUUwNDRCOTE0MDNCMTFFQ0ExQkJBRjA5RjE3M0Y5NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7rAckSAAABj0lEQVR42pSTQUsCURDHx1WKvoSwQuhuUH4EiT0YdRU8CYKwUavQN/ATFEEtG7jgUbwJBh2kmycPClLgJVjw5D1XjKKZbd7y3FJy4AfL/+1/3swwL1av1yESOlJBThCVtTfkCWkgr/LPivS9g9whY+QKySC7jMYanTnInjAlJPMjYsDmoAtNZJ8rXIoKbv5hluMYuRYZDzhrEJZlga7rvxyqqkKtVpOlc/IqPLC4UPv9PhQKBUin0+GfyWQSSqUSDAYDOQF5KjSDvKwOh0OYz+dQLBbBcRxYLBZQLpeh0+nAaDSKFpanBKmoOplMwLZtME0TFEUB13VhOp3+NYtUYt2UfN+HePynM6poTSwTvCQZWaWeqexmsxkkqlar0Gq1gsoi4Sm8YWFomhb27HkezGazwEwzyWaz0QQ9SuAin0IxDAO63e7KwOjmdrsNuVxONpOnEeO3cI9cwHZhI5diE2nPe1uYn9kTPqYlcsqVfG0w0tkDcsaelddIgoUcIrfUOvKBvCMvrB3xCvvC9C3AAKgLet7WK1ktAAAAAElFTkSuQmCC)
    no-repeat 100%;
}

.aside_adv1 {
    width: 1.78rem;
    height: 2.02rem;
    right: 0rem;
    bottom: 14%;
    background: url("/images/newdetail/ad_aside1.png") center no-repeat;
    background-size: 1.78rem 2.02rem;
    display: none;
}

.aside_adv2 {
    width: 1.52rem;
    height: 1.37rem;
    right: 0.1rem;
    bottom: 17%;
    background: url("/images/newdetail/ad_aside2.png") center no-repeat;
    background-size: 1.52rem 1.37rem;
    display: none;
}

.aside_adv3 {
    width: 1.5rem;
    height: 1.7rem;
    right: 0rem;
    background: url("/images/newdetail/ad_aside3.png") center no-repeat;
    background-size: 1.5rem 1.7rem;
    display: none;
}

.aside_adv4 {
    width: 1.43rem;
    height: 1.7rem;
    right: 0.2rem;
    background: url("/images/newdetail/ad_aside4.png") center no-repeat;
    background-size: 1.34rem 1.7rem;
    display: none;
}

.aside_adv5 {
    width: 1.8rem;
    height: 2rem;
    right: 0.2rem;
    bottom: 14%;
    background-size: cover;
}

.aside_adv5 iframe {
    width: 100%;
    height: 100%;
}

/*广告链接*/
/*详情 code 复制功能*/
code {
    display: inline-block;
    padding: 0.03rem 0.1rem;
    background: #eeeeee;
    border-radius: 0.02rem;
    font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
}

.code-copy {
    position: absolute;
    right: 0.04rem;
    top: 0.04rem;
    font-size: 0.24rem !important;
    color: #ffffff;
    background-color: #9999aa;
    padding: 2px 8px;
    margin: 0.04rem;
    border-radius: 0.02rem;
    cursor: pointer;
    box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.05),
    0 0.01rem 0.02rem rgba(0, 0, 0, 0.05);
    border: none;
    z-index: 8;
}

.error-tips {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    transform: translateX(-0.6rem) translateY(-0.1rem);
    color: #fff;
    background: rgb(0 0 0 / 60%);
    border-radius: 0.08rem;
    font-size: 0.24rem;
    text-align: center;
}

/**/
.rela_article-item {
}

.rela_article_ct {
}

.rela_article-video {
    display: flex;
    align-items: stretch;
    height: 1.4rem;
    margin-top: 0.2rem;
}

.rela_article-video-img {
    width: 2.2rem;
    height: 1.4rem;
    flex: 0 0 auto;
    background: no-repeat center;
    background-size: cover;
    flex: 0 0 auto;
    margin-right: 0.2rem;
    position: relative;
}
.rela_article-video-img::before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("/images/play_b.png") no-repeat center;
    background-size: contain;
}

.rela_article-video-con {
    width: 1px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.rela_article-video-con .time_and_hot {
    width: 100%;
}

.rela_article-video-tags {
    display: flex;
    align-items: center;
    height: auto;
    flex-wrap: wrap;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.rela_article-video-tags > span {
    display: inline-flex;
    align-items: center;
    padding: 0.02rem 0.16rem;
    font-size: 0.24rem;
    color: #666;
    margin-right: 0.2rem;
    background-color: #f6f6f6;
    margin-top: 0.1rem;
}
.rela_article-video-tags > span b {
    color: #d00000;
    font-weight: 400;
}

/**/

/* 视频分发推荐 start */
.video-rec-lists {
    padding: 0.4rem 0.3rem 0.2rem;
    font-size: 0;
}
.video-rec-item + .video-rec-item {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
    border-top: 1px solid #f2f2f2;
}
.video-rec-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
}
.video-rec-item .text-img {
    min-width: 0;
    width: 2rem;
    height: 1.4rem;
    font-size: 0;
    margin-right: 0.2rem;
    position: relative;
}
.video-rec-item .text-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-rec-item .text-img a::after {
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.32rem 0.32rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAX1JREFUWEfFl7tKwDAUho0PorvgE4jgKjj5Dl7AC4iL6KS7m4O7syKC4CAOouJl8zKJk+IiOIjiDa3fDwY6NLa2SU/hh0Pa5v+anCYnrsP4ckX+WZZ10b6BetEhmnPOnaZgDQEcYNaXM/wmXkELgDzHBAkByLDo3h3tE0BsxYIIAWQlBpqeKUDum4LUBZDvk3IDrQJSBhzkbALgOz0iGAPiss5oxACQ7wdaRkuAvP0HJBaA97wmGAdirypEbAD5Kh/W0Awgj2UgKQC85wPBLBCCSZqEZR+5+zstN0UPphyBvN+rElSJyoh85m+0BeA9zwlGgTjxDW0DyPcLDfvl3AJAEDsADCqwAtgGYMgK4B3jAQCOLQAuMB2xSELT39BsITJbik03I7Pt2Bcki2S4frPKV4yFSCWZ1veryq65B5sAmBal63zEdMqyXDtWZ8GQ3tI22cbBZB+j/hyAP5rNY/5SZ65D74RyoJsXNlEP0jlRh9OzmMZ/FiQpjEJ9/gAr5LwhIfI8+gAAAABJRU5ErkJggg==");
}
.video-rec-item .text-content {
    flex: 1;
    min-width: 0;
}
.video-rec-item .text-title {
    margin-bottom: 0.16rem;
}
.video-rec-item .text-title a {
    font-size: 0.28rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
}
.video-rec-item .text-tags {
    margin-bottom: 0.15rem;
}
.video-rec-item .text-tags li {
    padding: 0.03rem 0.1rem;
    text-align: center;
    font-size: 0.24rem;
    color: #666666;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2rem;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.video-rec-item .text-tags li.is-active {
    color: #cc0000;
}
.video-rec-item .text-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-rec-item .text-info span {
    font-size: 0.24rem;
    color: #666666;
}
.video-rec-item .text-info span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1.6rem;
}
/* 视频分发推荐 end */

/* 评论举报 start */
.layermbox .layermchild h3 {
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.32rem;
    height: 0.76rem;
    line-height: 0.76rem;
    font-weight: 600;
    border-bottom: none;
}
.layermbox .layermend {
    top: 0.15rem;
}
.layermbox .layermbtn {
    border-top: none;
}
.layermbtn span:first-child {
    color: #ffffff;
    border-radius: 4px;
    width: calc(100% - 0.4rem);
    line-height: .84rem;
    height: .88rem;
    border-radius: 4px !important;
    background-color: #d00000 !important;
    border: solid 1px #d00000;
}
.public-comment__report-content {
    padding: 0.2rem 0.2rem 0.4rem;
}
.public-comment__report-tips {
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    color: #666666;
}
.public-comment__report-radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0;
    margin-bottom: -0.2rem;
}
.public-comment__report-radios label {
    cursor: pointer;
    line-height: 0.64rem;
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: calc(33.33% - 0.2rem);
}
.public-comment__report-radios label:nth-child(3n) {
    margin-right: 0;
}
.public-comment__report-radios label span {
    height: 0.64rem;
    display: block;
    border-radius: 4px;
    background-color: #f8f8f8;
}
.public-comment__report-radios label input {
    display: none;
}
.public-comment__report-radios label input:checked ~ span {
    color: #fff;
    background-color: #d00000;
}
.public-comment__report-textarea {
    display: none;
    padding-top: 0.4rem;
    font-size: 0;
    line-height: 1;
    position: relative;
}
.public-comment__report-textarea .static {
    color: #666666;
    position: absolute;
    height: 0.3rem;
    bottom: 0.05rem;
    left: 1px;
    right: 0.56rem;
    font-size: 0.24rem;
    text-align: right;
    box-sizing: border-box;
    background-color: #ffffff;
}
.public-comment__report-textarea .static i {
    color: #999999;
    font-style: normal;
}
.public-comment__report-textarea textarea {
    font-family: PingFang SC, PingFang SC-Regular;
    width: calc(100% - 0.2rem);
    font-size: 0.28rem;
    height: 2.4rem;
    padding: 0.2rem;
    outline: 0;
    resize: none;
    color: #333333;
    box-sizing: border-box;
    border: solid 1px #e4e4e4;
    padding-bottom: 0.4rem;
}
.public-comment__report-textarea textarea::-webkit-input-placeholder {
    color: #999999;
}
.public-comment__report-textarea textarea:-moz-placeholder {
    color: #999999;
}
.public-comment__report-textarea textarea::-moz-placeholder {
    color: #999999;
}
.public-comment__report-textarea textarea:-ms-input-placeholder {
    color: #999999;
}
.public-comment__report-textarea textarea::-webkit-scrollbar {
    width: 8px;
}
.public-comment__report-textarea textarea::-webkit-scrollbar-corner {
    background-color: transparent;
}
.public-comment__report-textarea textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f1f1f1;
}
.public-comment__report-textarea textarea::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}
/* 评论举报 start */

.qyh-author-info{
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qyh-author-img{
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
}
.qyh-author-left,.qyh-author-num{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.qyh-author-data{
    flex:1;
    overflow: hidden;
}
.qyh-author-data h3{
    color: #333333;
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 0.5rem;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    width: 100%;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.qyh-author-right{
    margin-left: 0.2rem;
}
.qyh-author-right .column_attend{
    margin-top: 0px;
}
.qyh-author-num li{
    margin-right: 0.1rem;
}
a[data-annex]{
    color:#2897C5!important
}
.vditor-reset a[data-annex]{
    color:#2897C5!important
}