@charset "gb2312";

/* 详情页独有样式，全局已有的全部删除 */
form,
p,
dl,
dd,
dt,
h,
td,
th,
h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

h1 {
    color: #333333;
    font-size: 24px;
    padding-right: 5px;
    font-weight: bold;
}

.qqbutton {
    line-height: 32px;
    height: 32px;
    width: 100px;
    color: #ffffff;
    background-color: #4a8cf7;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial;
    border: 0px solid #dcdcdc;
    border-radius: 9px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.qqbutton:hover {
    background-color: #0a8cf7;
}

.msgbutton {
    line-height: 32px;
    height: 32px;
    width: 100px;
    color: #ffffff;
    background-color: #21b2ee;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial;
    border: 0px solid #21b2ee;
    border-radius: 9px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.msgbutton:hover {
    background-color: #21b2cc;
}

.wechat {
    line-height: 32px;
    height: 32px;
    width: 100px;
    color: #ffffff;
    background-color: #37c80c;
    position: relative;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 9px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.wechat:hover::after {
    content: attr(data-wechat);
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #37c80c;
    color: #37c80c;
    background: #ffffff;
    position: absolute;
    width: 280px;
    top: -12px;
    left: 108px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 9px;
}

#more_quyu {
    display: none;
}

#hide {
    display: none;
}

.contenthead {
    width: 100%;
    display: none;
    margin: 0 auto;
}

.contentinfo {
    width: 100%;
    font-size: 14px;
    display: none;
    margin: 0 auto;
}

.mobphone {
    color: #ff6600;
    font-weight: bold;
}

.mobphone img {
    margin-bottom: 8px;
}

.tixing {
    color: #bbbbbb;
    padding-left: 15px;
    font-size: 12px;
    font-style: italic;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    table-layout: fixed;
    word-break: break-all;
}

.postout {
    width: 316px;
    float: right;
}

.post {
    float: right;
}

.post a {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #FF6600;
    border: 1px solid #FF6600;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0 0 60px;
}

.post_button {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 9px;
}

.post_button:visited {
    font-size: 14px;
    color: #FFFFFF;
    background: #FF6600;
    border: 1px solid #FF6600;
    text-decoration: none;
}

.post_button:hover {
    font-size: 14px;
    color: #FFFFFF;
    background: #FF8800;
    border: 1px solid #FF7700;
    text-decoration: none;
}

#alertdiv {
    position: absolute;
    height: 210px;
    width: 400px;
    z-index: 9999;
    left: 50%;
    margin-left: -200px;
    margin-top: 30px;
    border: 5px #ccc solid;
    font-size: 12px;
    display: none;
    background-color: #FFFFFF;
}

#alertdiv .h2 {
    position: relative;
    height: 28px;
    color: #666;
    background-color: #EFEFEF;
    font-size: 12px;
    padding: 0;
    padding-left: 5px;
    line-height: 30px;
    margin: 0;
}

#alertdiv .h2 a {
    color: #666;
    font-size: 12px;
    position: absolute;
    display: block;
    right: 5px;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.forminfo {
    padding: 5px;
}

.inputc {
    width: 150px;
    height: 22px;
    border: 1px solid #CCCCCC;
}

.submitc {
    float: left;
    margin-top: 5px;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    background: #f5f6f4;
    width: 90px;
    height: 32px;
    border: 1px solid #CCCCCC;
    background: linear-gradient(#FDFDFD, #EDEDED);
}

.submitc:hover {
    background: linear-gradient(#EDEDED, #FDFDFD);
}

.bg {
    background-color: #000;
    opacity: 0.5;
    height: 9999px;
    width: 100%;
    position: absolute;
    z-index: 9998;
    left: 0;
    top: 0;
    display: none;
}

#mainbox_l {
    width: 860px;
    float: left;
    padding-top: 12px;
    padding-left: 15px;
}

#mainbox_r {
    width: 300px;
    float: right;
    border-left: 1px solid #F5F5F5;
}

.barout {
    width: 100%;
    height: 36px;
    background: #f9f9f9;
    border-bottom: 2px solid #ff6600;
    z-index: 1;
}

.bar {
    width: 1200px;
    margin: 0 auto;
}

.bar_hover {
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    background: #ff6600;
    position: relative;
    margin-left: 10px;
    height: 36px;
    line-height: 38px;
    padding: 0 10px;
    z-index: 1;
}

.bar_hover a,
.bar_hover a:link,
.bar_hover a:visited {
    font-weight: bold;
    color: #FFFFFF;
    TEXT-DECORATION: none;
}

.bar_hover a:hover {
    font-weight: bold;
    color: #FFFFDD;
    TEXT-DECORATION: none;
}

.bar_link {
    color: #666;
    float: left;
    position: relative;
    margin-left: 10px;
    height: 37px;
    line-height: 39px;
    padding: 0 10px;
    z-index: 1;
}

.bar_link a,
.bar_link a:link,
.bar_link a:visited {
    color: #666;
    TEXT-DECORATION: none;
}

.bar_link a:hover {
    color: #FF6600;
    TEXT-DECORATION: none;
}

#mainbox_l .titlehead {
    width: 858px;
    background: #FF6600;
}

#mainbox_l .titleheadin {
    background: #FFFFFF;
    font-size: 16px;
    color: #ff6600;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    margin-left: 3px;
}

#mainbox_l .title {
    width: 858px;
    border-top: 1px solid #F5F5F5;
    overflow: hidden;
    background: #FFFFFF;
}

#mainbox_l .title_ad {
    width: 843px;
    border-top: 1px solid #F5F5F5;
    overflow: hidden;
    background: #FFFFFF;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#mainbox_l .titlebottom {
    width: 858px;
    padding: 16px 0;
    border-top: 1px solid #F5F5F5;
    overflow: hidden;
    background: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

#mainbox_l .titlebottom a {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

#mainbox_l .titlebottom a:visited {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

#mainbox_l .titlebottom a:hover {
    font-size: 16px;
    color: #FF6600;
    text-decoration: none;
}

#mainbox_l .titletop {
    width: 858px;
    border-top: 1px solid #F5F5F5;
    overflow: hidden;
    background: #FFFAFA;
}

#mainbox_l .title_hover {
    width: 858px;
    background: #FAFAFA;
    border-top: 1px solid #F5F5F5;
    overflow: hidden;
}

#mainbox_l .title_in {
    width: 630px;
    line-height: 36px;
    float: left;
    color: #333333;
    margin: 8px 0 8px 15px;
}

#mainbox_l .title_in a {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

#mainbox_l .title_in a:visited {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

#mainbox_l .title_in a:hover {
    font-size: 16px;
    color: #FF6600;
    text-decoration: none;
}

#mainbox_l .title_pic {
    float: left;
    padding: 0;
    position: relative;
}

#mainbox_l .title_pic img {
    width: 60px;
    height: 60px;
    margin: 15px 0 8px 15px;
    border: 0;
    border-radius: 3px;
}

#mainbox_l .tusum {
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    bottom: 12px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#mainbox_l .showarea {
    color: #999999;
    font-size: 14px;
}

#mainbox_l .showarea a {
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}

#mainbox_l .showarea a:visited {
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}

#mainbox_l .showarea a:hover {
    color: #ff6600;
    font-size: 14px;
    text-decoration: none;
}

#mainbox_l .field {
    color: #999999;
    text-align: left;
    padding: 0 2px;
    font-size: 14px;
}

#mainbox_l .field2 {
    color: #999999;
    text-align: left;
    padding: 0 2px;
    font-size: 14px;
}

#mainbox_l .field3 {
    color: #999999;
    text-align: left;
    padding: 0 2px;
    font-size: 14px;
}

#mainbox_l .time {
    width: 120px;
    line-height: 36px;
    color: #888888;
    padding: 8px 15px 8px 0;
    float: right;
    text-align: right;
}

#mainbox_l .time a {
    color: #333333;
}

#mainbox_l .time a:hover {
    color: #ff6600;
}

#mainbox_l .time a:visited {
    color: #333333;
}

#mainbox_l .fname {
    font-size: 14px;
    color: #999999;
}

#mainbox_l .fname a {
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #999999;
    background: #ffffff;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
}

#mainbox_l .fname a:visited {
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #999999;
    background: #ffffff;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
}

#mainbox_l .fname a:hover {
    border: 1px solid #ff6600;
    font-size: 14px;
    color: #FF6600;
    background: #ffffff;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
}

#mainbox_l .ding {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    background: #FF6600;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
}

.ulist {
    width: 150px;
    color: #555555;
    font-size: 14px;
    background: #f5f5f5;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 9px;
}

#mainbox_l .content {
    width: 860px;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 38px;
    border-top: #EEEEEE 1px dotted;
    overflow: hidden;
    text-indent: 2em;
}

#mainbox_l .moreinfo {
    width: 860px;
    color: #333333;
    padding-top: 5px;
    font-size: 14px;
    line-height: 36px;
}

#mainbox_l .moreinfo a {
    color: #333333;
    padding-top: 5px;
    font-size: 14px;
    line-height: 36px;
}

#mainbox_l .moreinfo .lianxi_l a {
    color: #333333;
    padding-top: 5px;
    font-size: 14px;
    line-height: 36px;
}

#mainbox_l .moreinfo .lianxi_l a:hover {
    color: #ff6600;
    padding-top: 5px;
    font-size: 14px;
    line-height: 36px;
}

#mainbox_l .moreinfo .lianxi_l b {
    padding-top: 5px;
    font-size: 16px;
    line-height: 36px;
}

#mainbox_l .moreinfo .lianxi_r a {
    color: #333333;
    padding-top: 5px;
    font-size: 14px;
    line-height: 36px;
}

#mainbox_l .moreinfo .lianxi_r a:hover {
    color: #ff6600;
    padding-top: 5px;
    font-size: 14px;
    line-height: 36px;
}

#mainbox_l .moreinfo a:hover {
    color: #ff6600;
    padding-top: 5px;
    font-size: 14px;
    line-height: 36px;
}

#show_info_out {
    width: 860px;
    height: 28px;
    clear: both;
    display: block;
}

#show_info {
    width: 860px;
    height: 28px;
    border-bottom: #EEEEEE 1px dotted;
    z-index: 1;
    position: absolute;
    clear: both;
    display: block;
}

#show_info .L {
    color: #999999;
    font-size: 12px;
    float: left;
    padding-top: 10px;
    height: 20px;
}

#show_info .R {
    float: right;
    text-align: right;
    color: #999999;
    font-size: 12px;
    height: 20px;
}

#show_title {
    width: 860px;
}

#mainbox_l .imgbutton {
    margin-top: 5px;
    margin-bottom: 5px;
}

#mainbox_l .imgbutton a {
    margin-top: 5px;
    margin-bottom: 5px;
}

#mainbox_l .imgbutton a:hover {
    margin-top: 5px;
    color: #ff6600;
    margin-bottom: 5px;
}

#mainbox_l .map {
    width: 860px;
    height: 250px;
    position: relative;
    margin-bottom: 20px;
}

#mainbox_r .user {
    width: 300px;
    padding-bottom: 30px;
    border-bottom: #F5F5F5 1px solid;
    text-align: center;
    line-height: 36px;
    position: relative;
}

#mainbox_r .ads {
    width: 300px;
    height: 250px;
    position: relative;
}

#mainbox_r .middle {
    width: 300px;
    height: 250px;
    margin-top: 12px;
    position: relative;
}

#mainbox_r .middle_ {
    width: 300px;
    height: 100px;
    margin-top: 12px;
    position: relative;
}

#mainbox_r .middle2 {
    width: 300px;
    height: 250px;
    margin-top: 12px;
    position: relative;
}

#mainbox_r .tuijian {
    width: 300px;
    position: relative;
}

#mainbox_r .title_r {
    width: 300px;
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
    background: #FFFFFF;
}

#mainbox_r .title_r_hover {
    width: 300px;
    background: #FAFAFA;
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
}

#mainbox_r .title_r_in {
    width: 220px;
    line-height: 36px;
    float: left;
    color: #000000;
    margin: 8px 0 8px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mainbox_r .title_r_in a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

#mainbox_r .title_r_in a:hover {
    font-size: 14px;
    color: #FF6600;
    text-decoration: none;
}

#mainbox_r .title_r_pic {
    float: left;
    padding: 0;
    position: relative;
}

#mainbox_r .title_r_pic img {
    width: 60px;
    height: 60px;
    margin: 15px 0 8px 8px;
    border: 0;
    border-radius: 3px;
}

#mainbox_r .ding_r {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    background: #FF6600;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
}

#mainbox_r .time_r {
    font-size: 12px;
    line-height: 36px;
    color: #888888;
    padding: 8px 0;
}

#mainbox_r .time_r a {
    font-size: 12px;
    line-height: 36px;
    color: #888888;
    padding: 8px 0;
}

#mainbox_r .time_r a:hover {
    font-size: 12px;
    line-height: 36px;
    color: #ff6600;
    padding: 8px 0;
}

#mainbox_r .time_r a:visited {
    font-size: 12px;
    line-height: 36px;
    color: #888888;
    padding: 8px 0;
}

.pic {
    width: 860px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 10px;
}

.pic img {
    max-width: 860px;
    height: auto;
}

.pic_list {
    width: 620px;
    padding: 10px;
}

.pic_list img {
    vertical-align: middle;
}

.google_ad {
    width: 860px;
    overflow: hidden;
    padding: 10px 0 0 0;
    border-top: #EEEEEE 1px solid;
}

.title_b {
    color: #666;
    font-size: 14px;
    padding: 3px 0 0 0;
    margin: 0 6px 0 0;
}

.title_v {
    font-size: 20px;
    font-weight: bold;
    color: #ff6600;
}

.title_g {
    font-size: 14px;
}

.jingshi {
    width: 620px;
    position: absolute;
    display: none;
    line-height: 22px;
    padding: 10px;
    border: #ff6600 2px solid;
    background: #FFFFDD;
    border-radius: 9px;
}

.lianxi {
    font-size: 14px;
    width: 860px;
    height: 40px;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lianxi_l {
    float: left;
    font-size: 14px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lianxi_r {
    float: right;
    font-size: 14px;
    height: 36px;
}

.lianxi_qq {
    font-size: 14px;
    width: 860px;
    height: 36px;
    padding-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lianxi img {
    vertical-align: middle;
}

.rzimg {
    float: left;
    margin-left: 10px;
    width: 80px;
    height: 30px;
    padding-top: 2px;
}

.renzheng {
    height: 36px;
}

.renzheng img {
    margin-bottom: -2px;
}

.c1 {
    padding: 10px 0 10px 0;
    line-height: 22px;
}

.ware {
    width: 842px;
    clear: both;
    color: #ff6600;
    margin: 10px 0 15px 0;
    padding: 8px;
    background: #fff8e8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 9px;
}

.tishi {
    padding-left: 15px;
    color: #ff6600;
    font-size: 16px;
}

.com {
    color: #ff6600;
    font-weight: bold;
    font-size: 18px;
}

.icon {
    /* width: 300px; */
    color: #444444;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}

.icon img {
    border-radius: 75px;
}

#mainbox_l .huiyuan {
    color: #ff6600;
    padding-left: 15px;
    font-size: 14px;
}

#mainbox_l .huiyuan a {
    font-weight: normal;
    color: #ff6600;
    font-size: 12px;
    text-decoration: none;
}

#mainbox_l .huiyuan a:visited {
    color: #ff6600;
    font-size: 12px;
    text-decoration: none;
}

#mainbox_l .huiyuan a:hover {
    color: #ff3300;
    font-size: 12px;
    text-decoration: none;
}

#mainbox_r .huiyuan_r {
    color: #ff6600;
    padding-left: 8px;
    font-size: 10px;
}

#mainbox_r .huiyuan_r a {
    font-weight: normal;
    color: #ff6600;
    font-size: 10px;
    text-decoration: none;
}

#mainbox_r .huiyuan_r a:visited {
    color: #ff6600;
    font-size: 10px;
    text-decoration: none;
}

#mainbox_r .huiyuan_r a:hover {
    color: #ff3300;
    font-size: 10px;
    text-decoration: none;
}

.infomore {
    color: #CCCCCC;
    padding: 12px 0 0 0;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.infomore span {
    padding-right: 5px;
}

.infomore a {
    padding-right: 10px;
    color: #999999;
    text-decoration: none;
}

.infomore a:visited {
    color: #999999;
    text-decoration: none;
}

.infomore a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.huiyuan {
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    color: #ff9900;
}

.huiyuan a,
.huiyuan a:hover,
.huiyuan a:visited {
    font-size: 12px;
    font-weight: normal;
    padding: 0 3px;
    border: 1px solid #ff9900;
    border-radius: .25em;
    color: #ff9900;
}

.qyrenzheng {
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    padding: 0 3px;
    border-radius: .25em;
    color: #4a8cf7;
    border: 1px solid #4a8cf7;
}

.grrenzheng {
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    padding: 0 3px;
    border-radius: .25em;
    color: #21b2ee;
    border: 1px solid #21b2ee;
}

.huiyuan_r {
    white-space: nowrap;
    font-size: 10px;
    font-weight: normal;
    color: #ff9900;
}

.huiyuan_r a,
.huiyuan_r a:hover,
.huiyuan_r a:visited {
    font-size: 10px;
    font-weight: normal;
    padding: 0 2px;
    border: 1px solid #ff9900;
    border-radius: .25em;
    color: #ff9900;
}

.relevantout {
    margin-top: 18px;
    padding: 15px 0 4px 0;
    clear: both;
}

#xiangguan {
    width: 860px;
    font-weight: bold;
    padding-top: 8px;
}

#xiangguan a {
    width: 860px;
    font-size: 14px;
    text-align: center;
    color: #FF6600;
    background: #F1F1F1;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#xiangguan .next_button {
    height: 36px;
    line-height: 36px;
}

#xiangguan .next_button:visited {
    font-size: 14px;
    color: #FF6600;
    background: #F1F1F1;
    text-decoration: none;
}

#xiangguan .next_button:hover {
    font-size: 14px;
    color: #FFFFDD;
    background: #ff6600;
    text-decoration: none;
}

#list a {
    font-size: 14px;
}

#list a:link {
    color: #333333;
    text-decoration: none;
}

#list a:visited {
    text-decoration: none;
    color: #333333;
}

#list a:hover {
    text-decoration: none;
    color: #ff6600;
}

#list a:active {
    text-decoration: none;
}

#list2 {
    height: 16px;
    border: 1px solid #FFFFFF;
    color: #444444;
    overflow-y: hidden;
    cursor: hand;
}

#list2 a {
    font-size: 14px;
}

#list2 a:link {
    color: #444444;
    text-decoration: none;
}

#list2 a:visited {
    text-decoration: none;
    color: #444444;
}

#list2 a:hover {
    text-decoration: none;
    color: #ff6600;
}

#list2 a:active {
    text-decoration: none;
}

#list3 {
    height: 16px;
    border: 1px solid #FFFFFF;
    color: #000000;
    overflow-y: hidden;
    cursor: hand;
}

#list3 a {
    font-size: 14px;
}

#list3 a:link {
    color: #444444;
    text-decoration: none;
}

#list3 a:visited {
    text-decoration: none;
    color: #444444;
}

#list3 a:hover {
    text-decoration: none;
    color: #ff0000;
}

#list3 a:active {
    text-decoration: none;
}

.bsharebutton {
    line-height: 22px;
    text-align: center;
    padding-top: 7px;
}

#list {
    line-height: 26px;
    text-align: center;
    padding-top: 6px;
    padding-left: 6px;
    font-weight: normal;
}

.menu1 {
    height: auto;
    border: 1px solid #eeeeee;
    background-color: #ffffcc;
    color: #444444;
    cursor: hand;
    overflow-y: hidden;
    opacity: 0.95;
    border-radius: 9px;
}

.menu2 {
    height: 16px;
    border: 1px solid #FFFFFF;
    color: #ff6600;
    overflow-y: hidden;
    cursor: hand;
}

.mtit0,
.mtit2,
.mtit3,
.mtit4,
.mtit5 {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    background: url(title_bg.png) no-repeat;
}

.mtit0 {
    width: 7px;
    height: 12px;
    background-position: -6px -273px;
    margin-left: 2px;
    margin-right: 0;
}

.mtit2 {
    width: 13px;
    height: 12px;
    background-position: -4px -117px;
    margin-right: 3px;
}

.mtit3 {
    width: 10px;
    height: 15px;
    background-position: -5px -427px;
    margin-right: 3px;
}

.mtit4 {
    width: 10px;
    height: 15px;
    background-position: -6px -192px;
    margin-right: 3px;
}

.mtit5 {
    width: 12px;
    height: 14px;
    background-position: -4px -327px;
    margin-right: 3px;
}

.mtit6 {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    background: url(wechat.png) no-repeat;
    width: 19px;
    height: 16px;
    background-position: 0px 0px;
    margin-right: 3px;
}

.bubble-box {
    background: #ff6600;
    width: 200px;
    margin-bottom: 30px;
    z-index: 10;
}

.bubble-box .wr {
    font-size: 12px;
    background: #ff6600;
    border-radius: 5px;
}

.arrow-left {
    border-left: 20px solid #FFF;
    border-top: 20px solid #EEE;
    margin-top: 20px;
}

.arrow-right {
    border-right: 20px solid #FFF;
    border-top: 20px solid #EEE;
}

.arrow-top {
    border-left: 12px solid #ff6600;
    color: #ffffff;
    border-top: 15px solid #FFF;
    margin-left: 35px;
    margin-top: 25px;
}

.arrow-bottom {
    border-left: 15px solid #EEE;
    border-bottom: 20px solid #FFF;
    margin-left: 8px;
}

.arrow-left .wr,
.arrow-right .wr {
    width: 180px;
    padding: 8px 8px 8px 6px;
    margin-top: -36px;
}

.arrow-top,
.arrow-bottom {
    width: 140px;
}

.arrow-top .wr,
.arrow-bottom .wr {
    width: 180px;
    padding: 8px 8px 8px 6px;
    margin-left: -36px;
}

.slideBox {
    width: 1200px;
    height: 60px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.slideBox .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    list-style: none;
    border-radius: 5px;
    font-size: 10px;
    padding: 0;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideBox .bd img {
    width: 1200px;
    height: 60px;
    display: block;
    border: 0;
}

#box a,
a:visited,
a:active,
a:hover {
    text-decoration: none;
    color: #f60;
}

#slide {
    border-top: solid 2px #ff6600;
}

#btn-slide {
    background: #ff6600;
    text-align: center;
    width: 150px;
    height: 36px;
    line-height: 34px;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.guoqi {
    position: absolute;
    left: 500px;
    top: 200px;
    width: 156px;
    height: 151px;
    background: url(guoqi.jpg) no-repeat;
    z-index: 100
}

.ad {
    width: 150px;
    height: 170px;
    background: #fafafa;
    position: fixed;
    right: 5px;
    bottom: 5px;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 10px;
    color: #ff6600;
}

.social-share .icon-wechat:after {
    content: '分享';
    line-height: 21px;
    text-align: center;
}

.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -190px;
    left: -80px;
    width: 180px;
    height: 180px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #333
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

ul,
li {
    margin: 0px;
    padding: 0px;
}

li {
    padding: 6px 6px 2px 6px;
    display: inline;
    list-style: none;
    list-style-position: outside;
    float: left;
}

/* 电脑端 右侧用户栏头像、认证图标居中修复 */
#mainbox_r .user .icon img {
    display: block;
    margin: 0 auto;
}

#mainbox_r .rzimg {
    float: none;
    display: inline-block;
}

#mainbox_r .renzheng {
    text-align: center;
}

/* 新增：无class手机认证图标mob_1.gif居中 */
#mainbox_r .user {
    text-align: center;
}

#mainbox_r .user>img[src*="mob_1.gif"] {
    display: inline-block;
    margin: 10px auto;
}

@media screen and (max-width:992px) {

    /* 全局容器：取消固定1200px，手机居中，两侧留白 */
    .wrap {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        padding: 0 14px;
        box-sizing: border-box;
    }

    /* 左右两栏改为上下堆叠，彻底清除浮动 */
    #mainbox_l,
    #mainbox_r {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        border-left: none;
        box-sizing: border-box;
    }

    #mainbox_r {
        margin-top: 24px;
    }

    /* 所有固定宽度容器自适应100% */
    #mainbox_l .titlehead,
    #mainbox_l .title,
    #mainbox_l .titletop,
    #mainbox_l .title_hover,
    #mainbox_l .title_ad,
    #mainbox_l .titlebottom,
    #mainbox_l .content,
    #mainbox_l .moreinfo,
    #show_info_out,
    #show_info,
    #show_title,
    #mainbox_l .map,
    .pic,
    .google_ad,
    .lianxi,
    .lianxi_qq,
    .ware,
    #xiangguan {
        width: 100% !important;
        box-sizing: border-box;
    }

    .pic img {
        max-width: 100%;
        height: auto;
    }

    .pic_list {
        width: 100%;
        padding: 10px 0;
    }

    /* 顶部导航横向滚动适配 */
    .bar {
        width: 100%;
        overflow-x: auto;
    }

    /* 列表项弹性布局 */
    #mainbox_l .title,
    #mainbox_l .titletop,
    #mainbox_l .title_hover {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 12px;
        gap: 12px;
        box-sizing: border-box;
    }

    #mainbox_l .title_pic {
        float: none;
        flex-shrink: 0;
    }

    #mainbox_l .title_pic img {
        width: 78px;
        height: 78px;
        margin: 0;
        border-radius: 8px;
        object-fit: cover;
    }

    #mainbox_l .title_in {
        float: none;
        width: auto;
        flex: 1;
        min-width: 0;
        margin: 0;
        line-height: 26px;
    }

    #mainbox_l .title_in a {
        font-size: 14px;
    }

    #mainbox_l .time {
        float: none;
        width: 100%;
        text-align: left;
        padding: 4px 0 0;
    }

    /* 右侧推荐列表弹性布局 */
    #mainbox_r .title_r {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 12px;
        gap: 12px;
        box-sizing: border-box;
    }

    #mainbox_r .title_r_pic {
        float: none;
        flex-shrink: 0;
    }

    #mainbox_r .title_r_pic img {
        width: 60px;
        height: 60px;
        margin: 0;
        border-radius: 8px;
        object-fit: cover;
    }

    #mainbox_r .title_r_in {
        float: none;
        width: auto;
        flex: 1;
        margin-left: 0;
        min-width: 0;
    }

    #mainbox_r .ads,
    #mainbox_r .middle,
    #mainbox_r .middle_,
    #mainbox_r .middle2,
    #mainbox_r .tuijian,
    #mainbox_r .user {
        width: 100%;
        box-sizing: border-box;
    }

    /* 按钮自适应 */
    .qqbutton,
    .msgbutton,
    .wechat,
    .post_button {
        width: auto;
        padding: 0 12px;
        display: inline-block;
    }

    .postout,
    .post {
        float: none;
        margin-top: 10px;
    }

    /* 联系信息清除浮动，强制自动换行【文字截断修复】 */
    .lianxi {
        white-space: normal !important;
        word-break: break-all !important;
        overflow: visible !important;
        text-overflow: unset !important;
        height: auto !important;
    }

    .lianxi_l,
    .lianxi_r {
        float: none !important;
        width: 100%;
        line-height: 28px;
    }

    .lianxi_r {
        margin-top: 6px;
    }

    /* 弹窗适配 */
    #alertdiv {
        width: 92%;
        margin-left: -46%;
    }

    /* 轮播铺满 */
    .slideBox {
        width: 100%;
    }

    .slideBox .bd img {
        width: 100%;
        height: auto;
    }

    /* 悬浮广告缩小 */
    .ad {
        width: 130px;
        padding: 8px;
    }

    /* 相关推荐按钮自适应 */
    #xiangguan .next_button {
        width: 100%;
        display: block;
        margin: 4px 0;
    }

    /* ========== 标题、更新时间左右留白居中 ========== */
    #show_title {
        padding: 0 14px;
        margin-top: 12px;
    }

    #show_info_out {
        padding: 0 14px;
        margin: 6px 0 16px;
    }

    #show_info {
        position: static !important;
        height: auto !important;
    }

    #show_info .L {
        float: none;
        width: 100%;
    }

    /* ========== tishi提示文字完整显示 ========== */
    .tishi {
        white-space: normal !important;
        word-break: break-all !important;
        overflow: visible !important;
        text-overflow: unset !important;
        display: block !important;
        line-height: 24px;
        padding-left: 0 !important;
        margin-top: 4px;
    }

    #show_title h1 {
        word-break: break-all;
        white-space: normal;
        overflow: visible;
    }

    .lianxi_l {
        white-space: normal;
        width: 100%;
    }

    /* ========== 用户侧边栏全局居中修复（头像+认证图标核心） ========== */
    #mainbox_r .user {
        text-align: center !important;
        padding: 20px 10px;
    }

    /* 空白头像容器+图片居中 */
    #mainbox_r .user .icon {
        text-align: center !important;
    }

    #mainbox_r .user .icon img {
        display: inline-block !important;
        margin: 0 auto !important;
    }

    /* 清除认证图标左浮动，强制居中 */
    .rzimg {
        float: none !important;
        display: inline-block !important;
        margin: 0 auto !important;
    }

    .renzheng {
        text-align: center;
        margin: 10px 0;
    }

    .renzheng img {
        display: inline-block;
        margin: 0 auto;
    }

    #mainbox_r .user img {
        display: block;
        margin: 0 auto 16px;
    }

    #mainbox_r .user a {
        display: block;
        width: 70%;
        margin: 16px auto 0;
    }
}

/* ========== 小屏手机 ≤576px 紧凑适配 ========== */
@media screen and (max-width:576px) {
    .wrap {
        padding: 0 10px;
    }

    #show_title {
        padding: 0 10px;
    }

    #show_info_out {
        padding: 0 10px;
    }

    #mainbox_l .title,
    #mainbox_l .titletop,
    #mainbox_l .title_hover {
        gap: 10px;
        padding: 10px;
    }

    #mainbox_l .title_pic img {
        width: 70px;
        height: 70px;
    }

    #mainbox_l .title_in a {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #mainbox_r .title_r {
        padding: 10px;
        gap: 10px;
    }

    #mainbox_r .title_r_pic img {
        width: 60px;
        height: 60px;
    }

    .qqbutton,
    .msgbutton,
    .wechat {
        display: block;
        width: 100%;
        margin: 6px 0;
    }

    .wechat {
        margin-right: 0;
    }

    #show_title h1 {
        font-size: 18px;
        line-height: 26px;
    }

    #mainbox_l .content,
    #mainbox_l .moreinfo {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
    }
}