body {
    background: #efefec;
}
.headnav_f{
    position: unset;
}
.top_ad {
    margin: 0 auto;
    margin-top: 69px;
    width: 1196px;
    height: auto;
    display: flex;
    justify-content: center;
}

.maincontent {
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 90px;
    width: 1196px;
}

.show_left {
    width: 829px;
    height: auto;
    position: relative;
}

.show_right {
    width: 359px;
    height: auto;
    position: relative;
}

.show_left .show_head {
    width: 829px;
    height: 18px;
    margin: 38px auto;
}

.show_left .show_title {
    width: 829px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 40px;
}

.big_box {
    width: 774px;
    height: auto;
}

.show_left .show_introduce {
    width: 774px;
    line-height: 25px;
    font-size: 14px;
    margin: auto;
    margin-bottom: 28px;
    text-align: left;
}

.show_left .show_image {
    position: relative;
    width: 774px;
    cursor: pointer;
}

.show_left .shoucang {
    width: 69px;
    height: 83px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 12px;
    border-radius: 5px;
    cursor: pointer;
    background-image: url(../img/l_shoucang.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    font-size: 15px;
    line-height: 135px;
    text-align: center;
    font-weight: bold;
    box-shadow: 5px 5px 5px #888888;
}

.show_left .shoucang:hover {
    background-color: #fff;
}

.show_introduce p:first-letter {
    font-size: 58px;
}

.show_left .show_image_text {
    width: 774px;
    height: auto;
    margin: auto;
    margin-bottom: 28px;
    position: relative;
}

.show_left .show_image_text p {
    font-size: 14px;
    line-height: 25px;
}
.show_left .show_transmit {
    width: 774px;
    height: auto;
    margin: auto;
    margin-bottom: 63px;
    margin-top: 30px;
}
.show_left .show_transmit_top {
    height: auto;
    padding: 9px 254px;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    user-select: none;
}
.show_transmit_top .show_transmit_top_img {
    font-size: 14px;
    margin-right: 29px;
    line-height: 15px;
    display: inline-block;
    padding-left: 20px;
}
.show_transmit_top_img.a {
    background: url(../img/z_scc.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.show_transmit_top_img.b {
    background: url(../img/l_show_transmit_2.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.show_transmit_top_img.e {
    background: url(../img/z_edit.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.show_left .show_transmit p {
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}
.show_left .show_transmit_bottom {
    width: 151px;
    height: auto;
    margin: auto;
    user-select: none;
}
.show_transmit_bottom_img,.show_share_cont_img{
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 28px;
    border: 1px solid #959595;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 23px;
    padding-left: 17px;
    line-height: 16px;
    margin: 6px 6px 6px 0;
}
.show_share_cont_img{
    border: none;
    width: 12px;
    height: 28px;
}
.show_transmit_bottom .a {
    background-image: url(../img/l_show_transmit_5.png);
}
.show_transmit_bottom .b {
    background-image: url(../img/l_show_transmit_6.png);
}
.show_transmit_bottom .c {
    background-image: url(../img/l_show_transmit_7.png);
}
.show_transmit_bottom .d{
    background: url(../img/l_show_transmit_8.png) no-repeat center center;
}
.show_transmit_bottom_img:hover{
    background-color: #000;
}
.show_transmit_bottom .a:hover {
    background-image: url(../img/l_show_transmit_5_1.png);
}
.show_transmit_bottom .b:hover {
    background-image: url(../img/l_show_transmit_6_1.png);
}
.show_transmit_bottom .c:hover {
    background-image: url(../img/l_show_transmit_7_1.png);
}
.show_transmit_bottom .d:hover {
    height: 26px;
    background: #000 url(../img/l_show_transmit_8_1.png) no-repeat center center;
}
.comments {
    width: 830px;
    margin: 100px auto;
}
.comments .comment_logo {
    width: 830px;
    height: 66px;
    text-align: center;
}
.comments .comment_logo h2 {
    width: 830px;
    height: 33px;
    margin-bottom: 6px;
}
.comment_logo .word_comm {
    font-size: 24px;
    font-family: "SimSun";
}
.comments .comment_con {
    width: 830px;
    height: auto;
    margin: 0 auto;
}
.add_comment {
    width: 774px;
    height: auto;
    padding: 0 28px;
    margin: 0 auto;
    position: relative;
}
.add_comment .add_logo {
    background: url(../img/z_add_pl.png) no-repeat;
    margin: 0 auto;
    width: 121px;
    height: 35px;
    margin-bottom: 30px;
    margin-top: 60px;
}
.add_comment .add_con {
    border: 1px solid #000;
    padding: 15px 10px;
    font-size: 20px;
    resize: none;
    width: 754px;
    height: 120px;
    outline: none;
    background: none;
}
.comm_submit {
    width: 774px;
    height: auto;
    padding: 0 28px;
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.complete_box_b {
    height: 34px;
    width: 129px;
    display: block;
    padding: 2px;
    border: 1px solid #000;
    z-index: 2;
    bottom: 9px;
    right: 31px;
    display: inline-block;
    clear: both;
}
.complete_box_b .complete_link {
    background-color: #EFEFED;
    height: 26px;
    padding-top: 5px;
    padding-bottom: 1px;
    width: 120px;
    display: block;
    overflow: hidden;
    color: #010101;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 6px;
    line-height: 23px;
    text-align: center;
    margin: 0 auto;
    font-family: 'microsoft yahei';
    border: 1px solid #7b7b7b;
    font-size: 16px;
}
.complete_box_b .complete_link:hover{
    background: #000;
    color: #fff;
}
.comment_tip{
    font-size: 14px;
}
.show_right .show_right_cont {
    width: 315px;
    height: 292px;
    border-bottom: 1px solid #a0a0a0;
}

.show_right .show_head {
    height: 222px;
    margin: auto;
    margin-top: 38px;
}

.show_right .show_head .show_head_tx {
    width: 174px;
    height: 174px;
    border: 1px solid #000;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
}

.show_right .show_head p {
    text-align: center;
    line-height: 30px;
    font-size: 34px;
    margin-top: 10px;
}

.complete_box {
    user-select: none;
    height: 40px;
    width: 198px;
    display: block;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #000;
    z-index: 2;
    margin-left: 50px;
    margin-top: 10px;
}

.complete_box .complete_link {
    background-image: url(../img/l_guanzhu.png);
    background-position: 40%;
    background-repeat: no-repeat;
    background-color: #EFEFED;
    height: 27px;
    padding-top: 5px;
    padding-bottom: 6px;
    width: 184px;
    display: block;
    overflow: hidden;
    color: #010101;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    margin: 0 auto;
    font-family: 'microsoft yahei';
    border: 1px solid #7b7b7b;
    font-size: 16px;
    line-height: 28px;
}

.complete_box .complete_link span{
    display: inline-block;
    margin-left: 20px;
}
.show_right .show_share {
    width: 319px;
    user-select: none;
}
.show_right .show_share_cont {
    margin: 20px 70px;
    display: flex;
}
.show_share .show_share_line {
    margin: -20px 0 19px;
    text-align: center;
}
.show_share_cont .a {
    background: url(../img/l_xl_ct.png) no-repeat center;
}
.show_share_cont .a:hover {
    background: url(../img/l_xl_xt.png) no-repeat center;
}
.show_share_cont .b {
    background: url(../img/l_wb_ct.png) no-repeat center;
}
.show_share_cont .b:hover {
    background: url(../img/l_wb_xt.png) no-repeat center;
}
.show_share_cont .c {
    background: url(../img/l_qq_ct.png) no-repeat center;
}
.show_share_cont .c:hover {
    background: url(../img/l_qq_xt.png) no-repeat center;
}
.show_share_cont .d {
    background: url(../img/l_kj_ct.png) no-repeat center;
}
.show_share_cont .d:hover {
    background: url(../img/l_kj_xt.png) no-repeat center;
}
.show_share_cont .more {
    background: url(../img/l_show_transmit_8.png) no-repeat center;
    border: 1px solid #000;
    border-radius: 5px;
}
.show_share_cont .more:hover {
    background: #000 url(../img/l_show_transmit_8_1.png) no-repeat center center !important;
    border: 1px solid #000;
    border-radius: 5px;
}
.tuijian_article_box {
    width: 315px;
    height: auto;
    display: block;
    margin-top: 30px;
}
.tab_title {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 8px;
    padding-bottom: 10px;
}
.tuijian_article_box .tab_art_box {
    width: 306px;
    height: 150px;
    display: block;
    position: relative;
    padding: 2px;
    border: 1px solid #b8b8b8;
}
.tab_art_box .txt_box {
    height: 45px;
    width: 217px;
    display: block;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #383838;
    position: absolute;
    z-index: 2;
    bottom: -17px;
    left: 44px;
}
.txt_box .tb_link {
    background-color: rgba(255,255,255,0.7);
    height: 30px;
    padding-top: 6px;
    padding-bottom: 5px;
    width: 202px;
    display: block;
    overflow: hidden;
    color: #010101;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
    font-family: 'microsoft yahei';
    border: 1px solid #7b7b7b;
    font-size: 14px;
}
.tab_art_box .img_box {
    width: 306px;
    height: 150px;
    display: block;
    overflow: hidden;
}
.tab_art_box .img_box2 {
    width: 316px;
    height: 150px;
    display: block;
}
.img_box .ib_link {
    width: 100px;
    height: 150px;
    display: block;
    float: left;
    border: 0px;
    margin-right: 3px;
}
.txt_box .tb_link:hover {
    background-color: rgba(3,3,3,0.9);
    color: #efefef;
}
.ritbox_list{
    border-bottom: 2px solid #bfbfbf;
    margin-bottom: 21px;
    padding-bottom: 34px;
}
.show_right .show_recommend {
    width: 293px;
    height: auto;
    border: 1px solid #959595;
    padding: 14px 11px;
}
.show_recommend_txt {
    margin: 0 65px 10px 65px;
}
.group3 {
    width: 293px;
    height: 466px;
    display: block;
    border-top: 2px solid #fff;
    background-repeat: repeat-x;
}
.group3 .hss_box {
    height: 466px;
    display: block;
    border: 0px solid #ccc;
    margin: 0 auto;
}
.gro_content{
    width: 293px;
    height: 466px;
    display: block;
    position: relative;
    overflow: hidden;
}
.pre_next_box {
    height: 0px;
    display: block;
    margin: 0 auto;
    text-align: left;
    left: 0;
}
.btn_p {
    background-color: #FFF;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 20;
    background-position: center center;
    background-repeat: no-repeat;
    top: 440px;
    border: 1px solid #5a5a5a;
}
.btn_pre {
    left: 18px;
    background-image: url(../img/l_show_recommend_left.png);
}
.btn_next {
    right: 18px;
    background-image: url(../img/l_show_recommend_right.png);
}
.bar {
    height: 0px;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.r {
    width: 183px;
    display: block;
    float: right;
    position: absolute;
    left: 18.5%;
    bottom: 12px;
    z-index: 10;
}
.r .a {
    width: 61px;
    height: 1px;
    display: block;
    float: left;
    background-color: #bfbfbf;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
.r .cur {
    background-color: #000000;
}
.ad-pic {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin: 0 auto;
    position: relative;
}
.ad-pic .li {
    width: 302px;
    height: 472px;
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin: 0 auto;
    float: left;
}
.ad-pic .li a {
    width: 139px;
    height: 209px;
    display: block;
    outline: none;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 9px;
    margin-bottom: 6px;
    float: left;
    overflow: hidden;
}
.ad-pic .li img {
    width: auto;
    height: 100%;
    display: block;
    border: 1px solid #959595;
}
.bdshare_popup_box {
    width: 226px;
    position: absolute;
    z-index: 1;
    text-align: left;
    background: #f6f6f6;
    /* top: -10px; */
    /* padding-top: 10px; */
    margin-top: -3px;
    border: solid 1px #e9e9e9;
}
.bdshare_popup_top {
    height: 28px;
    color: #626262;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    padding: 0 5px;
}
.bdshare_popup_list {
    margin: 0;
    padding: 5px 0;
    background: #fff;
    overflow: auto;
    overflow-x: hidden;
}
.bdshare_popup_list li {
    float: left;
    width: 100px;
    padding: 2px;
    margin-left: 6px;
    height: 28px;
    overflow: hidden;
    list-style: none;
}
.bdshare_popup_list a,.bdshare_popup_bottom a{
    color: #565656;
    font: 12px '宋体';
    display: block;
    background-image: url(../img/icons_0_16.png?v=d754dcc0.png);
    background-repeat: no-repeat;
    padding: 5px 0 5px 28px;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
}
.bdshare_popup_list a:hover{
    background-color: #dcdee0;
    background-position: unset;
    border-radius: 4px;
}
.popup_mshare {
    background-position: 4px -2439px;
}
.popup_qzone {
    background-position: 4px -47px;
}
.popup_tsina {
    background-position: 4px -99px;
}
.popup_bdysc {
    background-position: 4px -3063px;
}
.popup_weixin {
    background-position: 4px -1607px;
}
.popup_renren {
    background-position: 4px -203px;
}
.popup_tqq {
    background-position: 4px -255px;
}
.popup_bdxc {
    background-position: 4px -2543px;
}
.popup_kaixin001 {
    background-position: 4px -307px;
}
.popup_tqf {
    background-position: 4px -359px;
}
.popup_tieba {
    background-position: 4px -723px;
}
.popup_douban {
    background-position: 4px -463px;
}
.popup_tsohu {
    background-position: 4px -515px;
}
.popup_bdhome {
    background-position: 4px -151px;
}
.popup_thx {
    background-position: 4px -2491px;
}
.popup_sqq {
    background-position: 4px -2647px;
}
.bdshare_popup_bottom {
    clear: both;
    height: 30px;
    font-size: 12px;
    text-align: right;
    padding: 0 10px;
}
.bdshare_popup_bottom a {
    color: #999;
    text-decoration: none;
    border: 0;
    float: right;
}
.munu_box{
    margin-top: -3px;
    bottom:unset!important;
}