.page_header {
    background: #fff;
    position: relative;
    height: 3.0rem;
    border-bottom: 1px solid #f1ebeb;
}

.ph_part1 {
    display: inline-block;
    width: 3.4rem;
    height: 100%;
}

.part_man {
    float: left;
    background: url(../images/top_user.png) no-repeat center;
    background-size: auto 50%;
}

.part_search {
    float: right;
    background: url(../images/top_search.png) no-repeat center;
    background-size: auto 50%;
}

.blankCt {
    display: none;
    height: 2.3rem;
    overflow: hidden;
}

.blankCt.active {
    display: block;
}

.part_cates {
    background: #f4f5f7;
}

.part_cates.fixed {
    position: fixed;
    width: 100%;
    z-index: 11;
    left: 0;
    top: 0;
}

.cates_box {
    overflow: hidden;
    height: 2.3rem;
}

.more_cates {
    width: 2.3rem;
    float: right;
    height: 2.3rem;
    margin-left: 0.3rem;
    background: url(../images/nav_more.png) no-repeat center;
    background-size: auto 50%;
}

.more_cates.active {
    background-color: #eaeaea;
}

.more_cates,
.more_cates::before,
.more_cates::after {
    box-sizing: border-box;
}

.cates_ul {
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.cates_ul li {
    position: relative;
    text-align: center;
    line-height: 2.5;
    height: 2.5rem;
    display: inline-block;
    width: 15.6666%;
}

.cates_ul li a {
    display: block;
    color: #333333;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 2.5;
    border-bottom: 1px solid #f4f5f7;
}

.cates_ul li.active a {
    font-size: 0.9rem;
    color: #e44448;
    border-bottom: 1px solid #e44448;
}

.to_top {
    position: fixed;
    z-index: 110;
    width: 2.8rem;
    height: 2.8rem;
    bottom: 5.2rem;
    right: 0.8rem;
    opacity: 0;
    display: none;
    background: url(../images/toTop.png) no-repeat center;
    background-size: auto 100%;
}

.banners {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.banners img {
    display: block;
    overflow: auto;
    max-width: 100%;
}

.banners .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banners .swiper-slide a {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.ph_logo {
    text-align: center;
    height: 100%;
}

.ph_logo img {
    margin: 0 auto;
    height: 72%;
    display: block;
    margin-top: 0.46rem;
}

.pd12 {
    padding: 0 0.8rem;
}

.hot_tips {
    display: inline-block;
    color: #fff;
    background: red;
    height: 1.25rem;
    margin-right: 0.4rem;
    float: left;
    line-height: 1.25rem;
    width: 38px;
    text-align: center;
    font-size: 0.7rem;
    margin-top: 3px;
}

.news_item.hot_news {
    background: #fff;
    padding: 0.6rem 1rem;
}

.news_item.active {
    background: #f8f8f8;
}

.news_item,
.sell_item,
.buy_item,
.com_item {
    background: #fff;
    padding: 0 1rem;
    overflow: hidden;
}

.hot_news .news_part {
    border-bottom: none;
    padding: 0;
}

.hot_news .item_title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_part,
.sell_part,
.buy_part,
.com_part {
    padding: 1rem 0 0.9rem;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.item_link {
    display: block;
    color: #000;
    font-size: 0.95rem;
    line-height: 1.6rem;
    text-decoration: none;
    overflow: hidden;
    text-transform: lowercase;
}

.hot_news {
    margin-bottom: 0.53rem;
}

.hot_news .news_link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_img,
.item_img {
    float: right;
    width: 30%;
    margin-left: 0.5rem;
}

.item_img img {
    display: block;
    max-width: 100%;
    max-height: 5rem;
    margin: 0 auto;
}

.news_link {
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}

.news_dbox {
    margin-top: 0.62rem;
}

.item_title {
    overflow: hidden;
    position: relative;
    width: auto;
    text-overflow: ellipsis;
    /**/
}

.news_body .item_link>span {
    text-overflow: initial;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.d_item {
    font-size: 0.7rem;
    display: inline-block;
    color: #aaa;
    margin-right: 1.1rem;
    padding-left: 1.2rem;
    height: 1.5rem;
    line-height: 1.55rem;
}

.d_time {
    background: url(../images/time.png) no-repeat left center;
    background-size: auto 50%;
}

.d_read {
    background: url(../images/see1.png) no-repeat left center;
    background-size: auto 39%;
}

.read_more {
    display: block;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    background: #fff;
    color: red;
    font-size: 0.82rem;
    line-height: 3rem;
    height: 3rem;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.pt1 {
    padding-top: 0.6rem;
}

.mt1 {
    margin-bottom: 0.4rem;
    padding-top: 0.6rem;
}

.mt2 {
    padding-top: 0.6rem;
}

.read_more.active {
    background: #f7f7f7;
}

.cate_desc {
    background: #fff;
    height: 2.8rem;
    line-height: 2.8rem;
    position: relative;
    padding: 0 1rem;
}

.cate_line {
    position: absolute;
    top: 0.76rem;
    left: 0;
    width: 3px;
    height: 1.2rem;
    background: #e64145;
    display: inline-block;
    float: left;
}

.cate_desc span {
    display: block;
    font-size: 1.25rem;
    color: #e64145;
    font-weight: bolder;
    border-bottom: 1px solid #f1f1f1;
}

.list-empty {
    padding: 0.6rem 1rem;
    background: #fff;
    font-size: 0.85rem;
    color: #888;
}

/*页脚*/

.bottom_nav {
    display: block;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 3.65rem;
    width: 100%;
    padding-bottom: 0.8rem;
}

.bottom_nav ul {
    display: block;
    overflow: hidden;
    margin: 1.5rem 1.8rem 0;
}

.bottom_nav ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.bottom_nav ul li a {
    display: block;
    text-decoration: none;
    color: #999;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1.6rem;
}

.copyright {
    color: #aaa;
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.8rem;
    margin-top: 0.3rem;
}

.blank_mu {
    height: 9.7rem;
    display: block;
    position: relative;
    overflow: hidden;
}

.min_pt {
    min-height: 100%;
}

/*搜索页面*/

.part_back {
    float: left;
    width: 2.4rem;
    background: url(../images/toBack.png) no-repeat center;
    background-size: auto 38%;
}

.part_back.active {
    background-color: #f5f5f5;
}

.part_user {
    float: right;
    background: url(../images/top_user.png) no-repeat center;
    background-size: auto 50%;
}

.page_search {
    line-height: 3.0rem;
    height: 3.0rem;
    font-size: 1rem;
}

.search_txt {
    border: none;
    outline: none;
    font-size: 0.8rem;
    padding: 0 0.3rem 0 3.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    width: 100%;
}

.search_box {
    padding: 0.6rem 1rem;
}

.search_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.2rem;
    height: 2.2rem;
    background: url(../images/search.png) no-repeat center;
    background-size: auto 65%;
}

.search_types {
    padding: 1.5rem 3rem 0.5rem;
}

.search_types_ul {
    display: block;
    overflow: hidden;
    list-style: none;
}

.search_types_ul a {
    display: block;
    overflow: hidden;
    text-align: center;
}

.search_types_ul li {
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 1.0rem;
}

.search_types_ul a.active .icon_span {
    background: #e6e6e6;
}

.search_types_ul a.active .icon_desc {
    color: #e64145;
}

.icon_span {
    display: block;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    background: #f9f9f9;
}

.search_types_ul i {
    height: 5rem;
    width: 5rem;
    display: block;
}

.icon_search_news {
    background: url(../images/news1.png) no-repeat center;
    background-size: auto 42%;
}

.icon_desc {
    font-size: 0.86rem;
    line-height: 2.2rem;
    display: block;
    color: #bfbfbf;
}

.icon_search_sell {
    background: url(../images/sell1.png) no-repeat center;
    background-size: auto 42%;
}

.icon_search_buy {
    background: url(../images/buy1.png) no-repeat center;
    background-size: auto 42%;
}

.icon_search_com {
    background: url(../images/com222.png) no-repeat center;
    background-size: auto 42%;
}

.icon_search_brand {
    background: url(../images/lxb-search-brand.png) no-repeat center;
    background-size: auto 42%;
}

.icon_search_special {
    background: url(../images/lxb-search-special.png) no-repeat center;
    background-size: auto 42%;
}

.icon_search_video {
    background: url(../images/lxb-search-video.png) no-repeat center;
    background-size: auto 42%;
}

.icon_search_wpc {
    background: url(../images/lxb-search-wpc.png) no-repeat center;
    background-size: auto 42%;
}

span.strong,
.exh_title_link span.strong {
    display: inline-block !important;
    color: #e64145;
    font-weight: 600;
    overflow: inherit !important;
    vertical-align: bottom;
}

.result_type {
    display: block;
    padding: 0 1rem;
    background: #fff;
    height: 2.0rem;
    line-height: 2.0rem;
    padding-top: 1.0rem;
    font-size: 0.95rem;
    color: #999;
}

.results_box .exh_item {
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
}

.icon_search_exhibit {
    background: url(../images/exhibit.png) no-repeat center;
    background-size: auto 42%;
}

.result_type span {
    font-size: 0.7rem;
}

.bt {
    border-bottom: 1px solid #efefef;
}

.result_more {
    display: block;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    color: #e64145;
    text-decoration: none;
    text-align: left;
    padding: 0 1rem;
    font-size: 0.8rem;
    height: 3rem;
    line-height: 3rem;
}

.result_more.active {
    background: #f7f7f7;
}

.result_more span {
    display: inline-block;
    height: 3rem;
    width: 1.6rem;
    float: left;
    background: url(../images/search_05.png) no-repeat center;
    background-size: auto 36%;
}

.sell_body .item_link {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_link>span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_price {
    font-size: 1rem;
    color: #000;
    margin-top: 0.3rem;
    line-height: 1.6rem;
    display: block;
    padding: 0 0.5rem;
}

.item_span {
    display: inline-block;
    float: left;
    font-size: 0.8rem;
    color: #999;
    margin-right: 1.8rem;
    line-height: 1rem;
    margin-top: 0.1rem;
}

.item_vip {
    display: inline-block;
    padding: 0 0.2rem;
    vertical-align: text-top;
    margin-right: 0.2rem;
    color: #fff;
    background: #f1c802;
    font-size: 0.6rem;
    line-height: 0.9rem;
    font-weight: bold;
}

.item_desc {
    color: #999;
    font-size: 0.7rem;
    line-height: 1.2rem;
    margin-top: 0.2rem;
}

.jc_com .item_span {
    margin-right: 0;
}

.com_body .item_mode {
    margin-left: 0.6rem;
    border-left: 1px solid #e8e8e8;
    padding-left: 0.6rem;
}

.com_body .item_span {
    color: #777;
    margin-top: 0.46rem;
}

.item_span b {
    font-weight: normal;
    color: #e64145;
    display: inline-block;
}

.item_quote {
    float: right;
    text-align: center;
    overflow: hidden;
    width: 4rem;
    text-decoration: none;
}

.buy_dt {
    margin-top: 0.6rem;
}

.buy_dt em {
    font-style: normal;
    color: #999;
}

.buy_body .item_span {
    margin-right: 0.6rem;
}

.quote_s {
    border-left: 1px solid #f5f5f5;
    padding-left: 0.2rem;
}

.quote_s i {
    height: 1.6rem;
    display: block;
    background: url(../images/icon_quote.jpg) no-repeat center;
    background-size: auto 105%;
}

.quote_s p {
    margin: 0;
    color: #f4c600;
    font-size: 0.7rem;
    line-height: 1.6rem;
}

.result_box {
    margin-bottom: 1rem;
}

.results_box .result_box:last-child {
    margin-bottom: 0;
}

.ph_type {
    text-align: left;
    height: 3.0rem;
    line-height: 3.0rem;
    font-size: 1.0rem;
}

.page_sell .part_user,
.page_sell .part_search {
    width: 3rem;
}

.page_sell .part_user {
    margin-right: 0.2rem;
}

.part_line {
    float: right;
    width: 0;
    height: 66%;
    border-left: 1px solid #ececec;
    margin-top: 0.5rem;
}

.pages_types {
    background: #fff;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.type_cates {
    float: right;
    padding: 0.20rem 0;
    width: 3.6rem;
    text-align: center;
    padding-right: 0.5rem;
    border-left: 1px solid #e4e4e4;
}

.type_cates.active {
    background: #fbf9f9;
}

.type_cates i {
    display: block;
    overflow: hidden;
    height: 1.2rem;
    background: url(../images/supply_classify.png) no-repeat center;
    background-size: auto 86%;
}

.type_cates span {
    height: 0.9rem;
    font-size: 0.6rem;
    display: block;
    color: #909090;
}

.types_ul li {
    float: left;
    width: 50%;
}

.types_ul li a {
    display: block;
    padding: 0.20rem 0;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 0.96rem;
    color: #333;
    line-height: 2rem;
}

.types_ul li.active a {
    border-bottom: 2px solid #a73033;
}

.page_sell .page_header {
    margin-bottom: 0.22rem;
}

.total_box {
    padding: 0.56rem 0.8rem;
    font-size: 0.86rem;
    color: #757575;
    height: 1.6rem;
    line-height: 1.6rem;
}

.total_box span {
    font-size: 0.6rem;
    margin-left: 0.2rem;
    color: #8c8989;
}

.total_box span b {
    color: #9e1c20;
    font-weight: normal;
}

.clear {
    display: block;
    height: 0;
    clear: both;
}

.item_art,
.item_main {
    display: block;
    overflow: hidden;
    position: relative;
}

.sell_sec {
    margin-left: 0.6rem;
    padding-right: 0.9rem;
    clear: both;
}

.jc_bx.sell_sec {
    overflow-x: visible;
    clear: both;
}

.gitem {
    background: #fff;
    width: 50%;
    float: left;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}

.gitem:nth-child(2n) {
    margin-right: -0.4rem;
}

.gitem a {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.gitem img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.img_item {
    text-align: center;
}

.gitem .item_title {
    padding: 0 0.5rem;
    margin-top: 0.36rem;
    font-size: 0.85rem;
    color: #111;
    line-height: 1.25rem;
    height: 2.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_price {
    color: #dc383c;
    font-size: 0.83rem;
    margin: 0;
}

.item_area,
.item_quoted {
    color: #999;
    display: block;
    line-height: 1.6rem;
}

.item_area {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.item_quoted {
    float: right;
    margin-left: 0.8rem;
}

.item_quoted b {
    font-weight: normal;
    color: #dc383c;
}

.item_dt {
    padding: 0 0.5rem 0.4rem;
    font-size: 0.75rem;
}

.res_box {
    padding: 1.9rem 1rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.read_page {
    width: 52%;
    margin: 0 auto;
    display: block;
    border: 1px solid #ddd;
    color: #b7b7b7;
    border-radius: 2rem;
    font-size: 0.93rem;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
}

.read_page.active {
    background: #fafafa;
}

.cloneNode {
    display: none;
}

.spinner.active {
    display: inline-block;
}

.spinner {
    display: none;
    vertical-align: middle;
    width: 25px;
    overflow: hidden;
    height: 1.4rem;
    text-align: center;
}

.spinner>span {
    background-color: #dc383c;
    height: 100%;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.for_cm {
    width: 2rem;
    float: right;
    height: 1.8rem;
    display: inline-block;
    background: url(../images/comment.png) no-repeat center;
}

.company_sec,
.buy_sec {
    margin: 0 0.66rem;
}

.com_img {
    float: left;
    width: 26%;
    overflow: hidden;
    cursor: pointer;
    margin-right: 0.5rem;
    border: 1px solid #e8e4e4;
}

.com_img img {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.company_sec .com_item {
    padding: 0 0.8rem;
    margin-bottom: 0.5rem;
}

.company_sec .com_part {
    border-bottom: none;
    padding: 0.9rem 0 0.8rem
}

.company_sec .item_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.buy_sec .buy_item {
    margin-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.buy_sec .buy_item:last-child {
    margin-bottom: 0;
}

.buy_sec .buy_body>a {
    border-bottom: 1px dashed #eee;
}

.buy_sec .item_quote {
    margin-left: 0.5rem;
}

.blankCates {
    display: none;
    height: 2.4rem;
    overflow: hidden;
}

.blankCates.active {
    display: block;
}

.pages_types.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.pub_btn {
    float: right;
    text-decoration: none;
    background-color: #FB5861;
    border-radius: 15px;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.66rem;
    height: 1.66rem;
    padding: 0 10px;
}

.pub_btn i {
    font-size: 1.1em;
    font-style: normal;
    font-family: Arial;
    padding-right: 10px;
}

.part_bcates {
    float: right;
    text-align: center;
    line-height: 1.2rem;
}

.part_bcates i {
    display: block;
    margin-top: 0.5rem;
    overflow: hidden;
    height: 1.2rem;
    background: url(../images/supply_classify.png) no-repeat center;
    background-size: auto 86%;
}

.part_bcates span {
    height: 0.9rem;
    font-size: 0.6rem;
    display: block;
    color: #909090;
}

/*分类选择层*/

.moreListBox {
    position: fixed;
    width: 100%;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 1112221;
    background: #f1f1f1;
    display: none;
}

.moreTitle {
    font-size: 0.88rem;
    position: relative;
    display: block;
    border-bottom: 1px solid #dddddd;
    background: #fff;
    color: #fff;
    height: 3.0rem;
    line-height: 3.0rem;
    text-align: center;
    color: #333;
}

.closeBtn {
    position: absolute;
    height: 2.8rem;
    width: 2.8rem;
    top: 0.2rem;
    right: 0.0rem;
    z-index: 11;
    background: url(../images/closebtn.png) no-repeat center;
    background-size: auto 52%;
}

.catesBox {
    position: absolute;
    width: 100%;
    top: 3.22rem;
    left: 0%;
    bottom: 0;
    z-index: 1;
    background: #f1f1f1;
}

.catesLBox {
    height: 100%;
    overflow: auto;
    float: left;
    position: relative;
}

.left1 {
    width: 44%;
}

.right2 {
    width: 56%;
}

.catesgox {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.left1 .catesgox {
    padding-left: 0.8rem;
}

.catesUl,
.catesUl li {
    display: block;
    cursor: pointer;
    position: relative;
}

.catesUl li {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.catesUl {
    padding-right: 0.8rem;
}

.catesUl li a {
    display: block;
    font-size: 0.9rem;
    line-height: 2rem;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 0.45rem 0.6rem;
    color: #666;
}

.childList,
.aChildList {
    display: none;
}

.catesUl li:last-child {
    border-bottom: none;
}

.catesUl li.pcat.on a,
.childrenList li.on a {
    color: #98181c;
}

/*.catesUl li.pcat.on{background: #fbfbfb;}*/

.torig {
    display: none;
    position: absolute;
    right: -11px;
    width: 12px;
    top: 1rem;
    height: 14px;
    background: url(../images/jian.png) no-repeat center;
}

.catesUl li.pcat.on .torig {
    display: block;
}

.single_content {
    background: #fff;
    padding: 0 1rem;
}

.arth2 {
    color: #000;
    font-size: 16px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-weight: 500;
    /* font-family: "宋体"; */
    padding: 0.1rem 0 0.1rem;
}

.source {
    display: block;
    overflow: hidden;
    padding: 0.5rem 0 0.8rem;
}

.source span {
    font-size: 0.76rem;
    line-height: 1.5rem;
    display: inline-block;
}

.author {
    float: left;
    color: #969696;
    margin-right: 0.6rem;
}

.edittime {
    color: #969696;
    ;
}

.seenum {
    float: right;
    background: url(../images/see1.png) no-repeat center left;
    background-size: auto 40%;
    padding-left: 1.3rem;
    color: #969696;
}

.news_art {
    display: block;
    overflow: hidden;
    font-size: 0.95rem;
    line-height: 1.6rem;
    color: #333;
    text-align: justify;
}

.news_art img {
    max-width: 100%;
}

.qr_box {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 2rem 0;
    background: #fff;
}

.qr_box img {
    width: 100%;
    display: block;
}

.jc_kws {
    margin-top: 15px;
}

.jc_kws a {
    margin-top: 10px;
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 8px;
    background: #f5f3f3;
    border-radius: 4px;
    text-decoration: none;
    color: #8a8989;
}

.comments_desc {
    font-size: 0.96rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #eaeaea;
}

.comments_desc span {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: normal;
    color: red;
}

.comments_desc span b {
    font-weight: normal;
}

.comment_article {
    padding: 0.8rem 0;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.comment_article:last-child {
    border-bottom: none;
}

.part_head {
    width: 2.3rem;
    float: left;
    height: 2.3rem;
    margin-right: 0.3rem;
}

.part_head a {
    display: block;
    overflow: hidden;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
}

.part_head img {
    width: 100%;
    display: block;
}

.comment_info {
    padding-top: 0.2rem;
}

.comment_info span {
    font-size: 0.8rem;
    line-height: 1.3rem;
    display: inline-block;
}

.info_name {
    color: #777;
}

.comments_num,
.likes_num {
    color: #ababab;
    float: right;
    margin-left: 0.8rem;
}

.comments_num {
    background: url(../images/read.png) no-repeat right center;
    background-size: auto 60%;
    padding-right: 1rem;
}

.likes_num {
    background: url(../images/likes.png) no-repeat right center;
    background-size: auto 60%;
    padding-right: 1rem;
}

.comment_date {
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #ababab;
}

.com_content {
    display: block;
    overflow: hidden;
    font-size: 0.83rem;
    line-height: 1.4rem;
    padding-top: 0.5rem;
    color: #555;
}

.more_comments {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 0.87rem;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #ca2626;
    color: #fff;
    margin-top: 1.5rem;
    text-decoration: none;
}

.more_comments.active {
    background: #e6e6e6;
}

.relative_news {
    padding-top: 2rem;
}

.latest_news {
    padding-top: 3.2rem;
}

.relative_ul {
    list-style: none;
    overflow: hidden;
}

.relative_ul li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0.6rem 0;
}

.relative_ul li span {
    float: left;
    display: inline-block;
    padding-left: 1.0rem;
    margin-right: 0.9rem;
    line-height: 1.2rem;
    margin-top: 0.8rem;
    background: url(../images/see1.png) no-repeat center left;
    background-size: auto 45%;
    font-size: 0.86rem;
    color: #a7a7a7;
}

.relative_ul li a {
    overflow: hidden;
    width: auto;
    display: block;
    position: relative;
    font-size: 0.85rem;
    text-decoration: none;
    color: #333;
    line-height: 1.4rem;
}

.svip {
    background: #fdfdf5 !important;
}

.relative_ul li a.rl-img {
    float: right;
    width: 32%;
    text-align: center;
    margin-left: 10px;
}

.relative_ul li a img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 86px;
}

.relative_ul li span.d_time {
    background: url(../images/time.png) no-repeat left center;
    background-size: auto 60%;
    padding-left: 0.8rem;
}

.relative_ul li.active {
    background: #fbfbfb;
}

.comments_btn {
    position: fixed;
    width: 2.8rem;
    background: url(../images/comments.png) no-repeat center;
    background-size: auto 100%;
    height: 2.8rem;
    z-index: 112;
    right: 0.8rem;
    bottom: 5.2rem;
    overflow: hidden;
    border-radius: 50%;
}

.page_comments .page_header {
    background: #fff;
}

.comments_bx {
    padding: 0 1.2rem 1rem;
    background: #fff;
}

.ph_comments {
    color: #777;
}

.jc_ori_news {
    padding: 1rem 0;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    line-height: 1.6rem;
    color: #222;
}

.fixed_write {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 113;
    background: #fff;
    height: 3.2rem;
    overflow: hidden;
    ;
    border-top: 1px solid #eaeaea;
}

.fixed_write.active {
    height: auto;
    top: 0;
    border-top: none;
    background: rgba(0, 0, 0, 0.2);
}

.hidden {
    display: none !important;
}

.txt-part1,
.txt-part2 {
    padding: 0.65rem 1.2rem;
    background: #fdfdfd;
}

.txt-part2 {
    position: fixed;
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: 111;
}

.txt-comt {
    width: 100%;
    padding: 0.3rem 0.5rem;
    height: 2.0rem;
    border: none;
    border-radius: 2px;
    font-size: 0.80rem;
    outline: none;
    background: #f5f2f2;
    border-radius: 6.5rem;
    border: 1px solid rgb(226, 214, 214);
}

.commemt_txt {
    width: 100%;
    padding: 0.2rem 0.5rem;
    outline: none;
    resize: none;
    display: block;
    height: 6rem;
    line-height: 1.6rem;
    background: #fcfcfc;
    border: 1px solid #f3f1f1;
}

.jc_cms {
    padding: 0.3rem 0.5rem;
}

.pmbtn {
    float: right;
    width: 4.0rem;
    text-align: center;
    font-size: 0.82rem;
    height: 1.78rem;
    line-height: 1.8rem;
    color: #fff;
    background: #d4010c;
}

.uinfo {
    float: left;
}

.pmbtn.active {
    background: #c10913;
}

.uinfo img {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.uinfo span {
    line-height: 1.5rem;
    height: 1.4rem;
    display: inline-block;
    vertical-align: top;
    color: #555;
    font-size: 0.78rem;
    margin-left: 0.3rem;
}

.hd_desc {
    float: right;
    margin-right: 0.8rem;
}

.hidden_desc {
    display: inline-block;
    line-height: 1.5rem;
    height: 1.4rem;
    color: #555;
    font-size: 0.78rem;
}

.hidden_desc i {
    display: inline-block;
    width: 1.0rem;
    height: 1.0rem;
    vertical-align: middle;
    background: url(../images/hidden.png) no-repeat center;
    margin-right: 0.2rem;
    margin-top: -2px;
    background-size: auto 90%;
}

.jc_cms {
    border: 1px solid #f3f1f1;
    background: #fcfcfc;
    border-top: none;
}

.jc_in {
    padding: 0.2rem 0;
}

.hidden_desc.active i {
    background: url(../images/hidden_on.png) no-repeat center;
    background-size: auto 90%;
}

.load_status {
    display: none;
    overflow: hidden;
    text-align: center;
    font-size: 0.8rem;
    line-height: 3rem;
    color: #888;
}

.load_status.active {
    display: block;
}

/*信息提示*/

.msg_bx {
    padding: 3rem 1rem;
    background: #fff;
}

.no_exist {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
}

.msg_warn {
    font-size: 0.7rem;
    color: #bbb;
}

.msg_warn em {
    color: red;
}

.mask-msg {
    position: fixed;
    overflow: hidden;
    display: none;
    z-index: 12000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.msg-mk {
    position: fixed;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 6.6rem;
    display: -webkit-box;
}

.msg-bx {
    padding: 0.6rem 1rem;
    max-width: 66%;
    margin: 0 auto 0;
    background: rgba(0, 0, 0, 0.78);
    border-radius: 0.3rem;
    -webkit-box-flex: 0
}

.msg-desc {
    display: inline-block;
    font-size: 0.86rem;
    line-height: 1.6rem;
    color: #fff;
}

.share_box {
    display: block;
    overflow: hidden;
    padding: 2rem 0 1rem;
}

/*采购详情*/

.buy_dsec {
    padding: 0 0.6rem;
}

.buyinfo_tit {
    font-size: 1rem;
    line-height: 1.5rem;
    overflow: hidden;
    padding: 1.5rem 0;
    font-weight: bold;
}

.buyinfo_con {
    display: block;
    overflow: hidden;
    padding: 0 1.25em 1.25em;
    background-color: #fcfcfc;
}

.quote_inner {
    font-size: 0.875rem;
    color: #666;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.dates {
    font-size: 0.9rem;
    line-height: 2em;
    border-bottom: 1px dashed #f3f3f3;
    padding: .625rem 0;
}

.quote_inner .dates p {
    color: #999;
    margin: 0;
    font-size: .85em;
}

.dates a.vtxt {
    color: #d4000b;
    text-decoration: underline;
}

.dates em {
    color: #d4000b;
    font-style: normal;
}

.quote_inner .quote {
    border: 1px dashed rgba(244, 198, 0, 0.2);
    border-right: 0;
    border-left: 0;
}

.quote_button a.qbton {
    padding: 0.95rem 3.25rem;
    background-color: #f4c600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.93em;
    clear: both;
    overflow: hidden;
    width: 30%;
    display: block;
    margin: 10px auto 0;
    text-align: center;
}

.quote_det {
    font-size: 0.85em;
    line-height: 2em;
    text-align: center;
    color: #999;
    margin-bottom: 0.3rem;
}

.quote_det em {
    font-weight: bold;
    color: #a73033;
    font-style: normal;
}

.pro_list_tit,
.pro_imglist_tit {
    border-left: 0.25em solid #d4000b;
    font-size: 1rem;
    color: #333;
    margin: 1.25rem 0;
    padding-left: 0.375em;
}

.list-table {
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
    border-top: 1px solid #eee;
    background: #fff;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1.25em auto;
}

.list-table .list_th11 {
    width: 28%;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #f9f9f9;
}

.list-table thead th {
    height: 2.45em;
    vertical-align: top;
    line-height: 1.8em;
    font-weight: 400;
}

.list-table th,
.list-table td {
    border-bottom: 1px dashed #ddd;
    display: table-cell;
    padding: 1.1em .65em;
    text-align: left;
}

.buy_list {
    padding: 0.625em 0;
}

.count_tit {
    line-height: 3rem;
    overflow: hidden;
    height: 3rem;
    font-size: 0.9rem;
    margin: 0;
}

.quote_count {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 20px 0;
}

.count_list {
    width: 100%;
    margin-bottom: 3px;
}

.noquotes {
    font-size: 1.1em;
}

.noquotes a {
    text-decoration: none;
    margin: 0 3px;
    color: #a73033;
    font-weight: bold;
}

.count_list li {
    border-bottom: 1px solid #f1f1f1;
    color: #666;
    padding: 10px;
    line-height: 1.5em;
    font-size: 1.5em;
    border-radius: 5px;
    background-color: #fff;
}

.attchments li {
    float: left;
    margin-bottom: 5px;
    margin-right: 8px;
    _margin-right: 6px;
    border: 1px solid #f0f0f0;
    position: relative;
    width: 30%;
}

.img-cell .img {
    vertical-align: middle;
    width: 100%;
}

.pro_imglist .img-cell {
    display: table;
    font-size: 0;
    text-align: center;
}

.img-cell .img-cell-inner {
    display: table-cell;
    vertical-align: middle;
}

.swiper_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.swiper_main {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.buy_list .buy_item {
    margin-bottom: 0.5rem;
}

.buy_list .buy_item:last-child {
    margin-bottom: 0;
}

.buy_body .item_link {
    border-bottom: 1px dashed #eee;
}

.sell_swipers {
    height: 14.68rem;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.sell_info {
    background: #fff;
    padding: 0.5rem 1rem;
}

.sell_title {
    font-size: 1rem;
    color: #000;
    line-height: 1.8rem;
}

.sell_price {
    line-height: 2.8rem;
    font-size: 1.4rem;
    color: #ce1313;
    font-weight: bold;
}

.dleft {
    float: left;
}

.sdetail span,
.sdetail span b {
    display: inline-block;
}

.sdetail span b {
    color: #ea1f1f;
    margin-right: 0.2rem;
}

.sdetail {
    display: block;
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: #888;
}

.jc_member {
    padding: 1rem;
    background: #f4f4f4;
}

.mlogo {
    float: left;
    width: 3.8rem;
    max-height: 4rem;
    overflow: hidden;
    margin-right: 0.5rem;
}

.mqr {
    float: right;
    width: 22%;
    padding-top: 0.4rem;
    overflow: hidden;
    margin-left: 0.5rem;
}

.mlogo img,
.mqr img {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.cp_dt {
    font-size: 0.96rem;
}

.mqr span {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: #bfbfbf;
    line-height: 1.6rem;
}

.cp_dt a {
    color: #333;
    font-size: 1rem;
    line-height: 1.4rem;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jc_business {
    font-size: 0.75rem;
    line-height: 1.2rem;
    padding-top: 0.3rem;
    color: #999;
    text-overflow: initial;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.js_content {
    background: #fff;
    padding: 0.8rem 1rem;
}

.jc_desc {
    font-size: 0.96rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #ece5e5;
}

.jc_con {
    padding: 0.6rem 0.3rem;
    font-size: 0.92rem;
    line-height: 1.6rem;
    color: #444;
}

.jc_con img {
    max-width: 100%;
}

.quoted_btn {
    width: 8rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.83rem;
    border-radius: 1rem;
    color: #fff;
    cursor: pointer;
    padding: 0 0.8rem;
    background: #ec502f;
    margin-bottom: 0.5rem;
}

.quoted_btn.active {
    background: #e23e1b;
}

.quoted_btn span {
    display: inline-block;
    height: 2.0rem;
    background: url(../images/askPrice_w.png) no-repeat left center;
    padding-left: 1.78rem;
    line-height: 2.0rem;
    background-size: auto 66%;
}

.count_list li .countlist_info .qt_area {
    color: #999;
    padding: 0 0.625em;
    border-left: 1px solid #eee;
}

.qt_price {
    color: #f4c600;
    margin-top: 0.35em;
    display: inline-block;
}

.jc_tj {
    font-size: 0.85rem;
    line-height: 1.6rem;
    margin-top: 1.5rem;
    padding: 0 1rem;
}

.sellpage_part {
    padding: 0 1.5rem 0 1rem;
}

.sellpage_part .gitem {
    margin-right: 0.5rem;
    margin-top: 0.7rem;
    margin-bottom: 0;
}

.sellpage_part .gitem:nth-child(2n) {
    margin-right: -0.5rem;
}

.sell_quote_count {
    display: block;
    overflow: hidden;
    padding: 15px 0.8rem 5px;
}

.count_list li .countlist_info {
    border-bottom: 1px dashed #ddd;
    padding: 0px 0 0.375em;
    display: block;
}

.count_list li .countlist_info .qt_contact {
    padding: 0 0.625em;
    border-left: 1px solid #eee;
}

.count_list li .qt_detail {
    width: 100%;
    color: #888;
    padding: 0.375em 0;
    font-size: 0.95em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*商铺二维码*/

.mask_qrcode {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1211;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.mqrcode {
    width: 60%;
    height: 200px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 11;
    top: 50%;
    margin-top: -100px;
    overflow: hidden;
}

.qrcode {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.qrcode_img {
    width: 26%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -13%;
}

/*展会*/

.exh_condition {
    overflow: hidden;
    display: block;
}

.cd_bx {
    background: #37527e;
    color: #e8e8e8;
    font-size: 0.70rem;
    padding: 0.4rem 0.8rem;
}

.ex_search {
    float: right;
    display: block;
    width: 3.8rem;
    text-align: center;
    line-height: 1.5rem;
    height: 1.5rem;
    background: #476087;
    border-radius: 0.9rem;
    margin-left: 0.5rem;
}

.ex_search.active {
    background: #2a456f;
}

.jc_exh {
    line-height: 1.6rem;
}

.txt_exh {
    width: 33%;
    border: 1px solid #fff;
    outline: none;
    font-size: 0.70rem;
    margin: 0 0.2rem;
    padding: 0.2rem 0.2rem;
    background: #fff url(../images/zh_01.png) no-repeat 98% center;
    background-size: auto 66%;
}

.fc_bx {
    background: #f4f5f6;
    text-align: center;
    padding: 0.6rem 0;
}

.fc_btn {
    width: 4.0rem;
    text-align: center;
    display: inline-block;
    color: #5877a9;
    border: 1px solid #acc7f1;
    border-radius: 1.5rem;
    height: 1.35rem;
    line-height: 1.35rem;
}

.fc_btn.active {
    background: #37527e;
    color: #fff;
}

.exhibit_sec {
    padding: 0 0.6rem;
}

.exh_item {
    background: #fff;
    margin-bottom: 0.4rem;
    padding: 0.8rem;
}

.exh_ad {
    font-size: 0.72rem;
    line-height: 1.4rem;
    border-bottom: 1px dashed #dedede;
}

.ext_dt {
    float: right;
    color: #969696;
    margin-left: 0.8rem;
}

.ext_dt span {
    display: inline-block;
    color: #e23a40;
}

.ext_dt b {
    font-size: 1.2rem;
    color: #e23a40;
}

.address {
    display: block;
    line-height: 1.6rem;
    color: #969696;
}

.exh_cn {
    padding: 0.5rem 0 0;
}

.exh_title {
    font-size: 0.96rem;
    color: #37527e;
    line-height: 1.6rem;
    padding-bottom: 0.2rem;
}

.exh_cn {
    font-size: 0.780rem;
    line-height: 1.3rem;
    color: #9e9e9e;
}

.exh_blank {
    display: none;
    overflow: hidden;
    height: 5rem;
}

.exh_blank.active {
    display: block;
}

.exh_title_link,
.exh_title_link span {
    display: block;
    color: #37527e;
    text-decoration: none;
}

.exh_dsec {
    padding: 0rem 1rem 0;
    background: #fff;
}

.exh_bt {
    padding: 0.6rem 0;
}

.exh_tit {
    display: block;
    padding: 1rem 0;
    overflow: hidden;
    font-size: 1.3rem;
    border-bottom: 1px solid #ddd;
    color: #315592;
    line-height: 1.8rem;
    font-weight: bolder;
}

.exh_r {
    display: block;
    overflow: hidden;
    font-size: 0.72rem;
    line-height: 1.5rem;
    color: #5d5d5d;
}

.exh_r span {
    float: left;
}

.exh_con {
    background: #f4f8fc;
    padding: 0.8rem 1rem;
    margin-top: 0.8rem;
}

.exh_desc {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.6rem;
    color: #636363;
}

.exh_content {
    font-size: 0.80rem;
    line-height: 1.45rem;
    padding: 0.5rem 0;
    color: #666666;
}

.exh_content img {
    max-width: 100%;
    height: auto!important;
}

.exh_contact {
    background: #f4f8fc;
    margin-top: 0.35rem;
    padding: 0.8rem 1rem;
    margin-bottom: 1.2rem;
}

.exh_ct {
    padding: 0.5rem 0 0;
}

.exh_latest {
    padding: 0.8rem 1rem;
    background: #fff;
    margin-top: 0.7rem;
}

.exh_lt {
    color: #37527e;
    font-size: 0.9rem;
    line-height: 1.6rem;
}

.latest_ul {
    border: 1px solid #d9e4f7;
    margin: 0.5rem 0;
    padding: 0.1rem 0.8rem;
}

.latest_ul li {
    display: block;
    overflow: hidden;
    padding: 0.7rem 0;
    border-bottom: 1px dashed #ddd;
}

.latest_ul li:last-child {
    border-bottom: none;
}

.lt_left {
    float: left;
    margin-right: 2.0rem;
    font-size: 0.80rem;
    line-height: 1.3rem;
    color: #bfbfbf;
}

.lt_left b {
    font-size: 1.3rem;
    font-weight: normal;
    color: #e83b42;
}

.exh_llink {
    font-size: 0.86rem;
    line-height: 1.3rem;
    display: block;
    color: #404040;
    text-decoration: none;
}

.txt-inpt {
    width: 88%;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #e6e6e6;
    padding: 3px 5px;
}

.quoted_page {
    padding: 1rem 0.2rem;
    background: #fff;
}

.inquiry-tb select {
    width: 92%;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #e6e6e6;
}

.inquiry-tb td {
    padding: 0.36rem 0.2rem;
}

.checkv {
    width: 15px;
    height: 15px;
    -webkit-appearance: checkbox;
    display: inline-block;
}

.inquiry-tb #content {
    width: 92%;
    border: 1px solid #e6e6e6;
    min-height: 99px;
}

#totime {
    background: url(../images/datePicker.png) no-repeat 98% center;
    background-size: auto 50%;
    display: inline-block;
}

.date-txt {
    width: 40%;
    font-size: 14px;
    line-height: 22px;
    padding: 3px;
    border: 1px solid #e6e6e6;
}

.inquirybtn {
    border: none;
    padding: 8px 30px;
    background: #a73033;
    display: inline-block;
    color: #fff;
    margin: 20px 0 15px;
}

.iqts {
    color: #888;
    font-size: 0.6rem;
    line-height: 1.2rem;
}

.iqts a {
    color: #a73033;
}

.setting-desc {
    height: 32px;
    line-height: 32px;
    color: rgb(157, 157, 157);
    padding: 0 10px;
    border-bottom: 1px solid rgb(229, 229, 229);
    font-size: 13px;
}

.info-row {
    background: rgb(255, 255, 255);
    font-size: 14px;
    padding: 6px 10px;
    margin: 0;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.pull-left {
    width: 60px;
    text-align: center;
    color: rgb(0, 0, 0);
    height: 34px;
    float: left;
    line-height: 34px;
    padding-right: 0;
}

.txt-input {
    display: block;
    font-size: 14px;
    padding: 3px 5px;
    height: 28px;
    border-radius: 0;
    border: 0;
    -webkit-user-select: text;
    transition: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    box-shadow: none;
}

.content {
    line-height: 22px;
    min-height: 70px;
    height: auto;
    border-bottom: none !important;
}

.tips-msg-box {
    padding: 10px 10px 20px;
    color: rgb(157, 157, 157);
    background: #fff;
    font-size: 13px;
}

.postBtn {
    height: 2rem;
    display: block;
    line-height: 2rem;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    width: 28%;
    margin: 20px auto 0;
    background: #bf5154;
    color: #fff;
}

.fixed2 {
    background: #f5f5f5;
}

.fixed2 .txt-part1 {
    background: transparent;
    padding: 0.65rem 1.0rem;
    */
}

.fixed2 .txt-comt {
    background: #fff;
}

.jc_back {
    float: left;
    width: 1.3rem;
    height: 2.0rem;
    background: url(../images/jc_back.png) no-repeat center;
    margin-right: 0.6rem;
    background-size: auto 60%;
}

.comments_counts {
    float: right;
    margin: 0 0.6rem;
    width: 2.4rem;
    height: 2rem;
    background: url(../images/counts.png) no-repeat center;
    background-size: auto 70%;
}

.comments_counts sup {
    display: inline-block;
    text-align: right;
    float: right;
    background: #ea4b4b;
    color: #fff;
    font-size: 0.6rem;
    padding: 0 0.2rem;
    border-radius: 0.5rem;
    margin-top: -0.25rem;
}

.shareFor {
    float: right;
    width: 2rem;
    height: 2rem;
    background: url(../images/share_icon.png) no-repeat center;
    background-size: auto 70%;
}

.share-mask {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 113;
    background: rgba(0, 0, 0, 0.5);
}

.share-main {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -15.6rem;
    background: #fff;
}

.share-type {
    font-size: 0.9rem;
    line-height: 1.4rem;
    display: block;
    overflow: hidden;
}

.share-ul {
    overflow: hidden;
    margin: 1.5rem 0 0;
}

.share-ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 0.8rem;
}

.share-main .share-ul li a {
    display: block;
    float: none;
    padding-left: 0;
    background-image: none;
    height: auto;
    margin: 0 auto;
    /* width:50%; */
    cursor: pointer;
    text-decoration: none;
}

.share-ul li img {
    width: 100%;
    display: block;
}

.jc-sh {
    margin: 7% 8% 8%;
}

.share-ul span {
    font-size: 0.8rem;
    text-align: center;
    color: #666;
    display: block;
    line-height: 1.4rem;
    margin-top: 0.3rem;
}

.share-cancel {
    display: block;
    text-align: center;
    font-size: 0.82rem;
    color: #777;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #f3efef;
    background: #f8f8f8;
    margin-top: 1.5rem;
    border-radius: 2.5rem;
}

.share-cancel:hover {
    background: #f5f5f5;
}

.share-main .share-ul li a.bds_weixin {
    background: url(../images/weixin.png) no-repeat center;
    background-size: auto 100%;
}

.share-main .share-ul li a.bds_sqq {
    background: url(../images/qq.png) no-repeat center;
    background-size: auto 100%;
}

.share-main .share-ul li a.bds_tsina {
    background: url(../images/weibo.png) no-repeat center;
    background-size: auto 100%;
}

.share-main .share-ul li a.bds_qzone {
    background: url(../images/zoom.png) no-repeat center;
    background-size: auto 100%;
}

.share-main .share-ul li a.bds_tqq {
    background: url(../images/qqb.png) no-repeat center;
    background-size: auto 100%;
}

.share-main .share-ul li a.bds_tieba {
    background: url(../images/tieba.png) no-repeat center;
    background-size: auto 100%;
}

#Dtop {
    border-right: #CCCCCC 3px solid;
    border-bottom: #CCCCCC 3px solid;
    top: 20% !important;
}

#Dtop .dbody {
    border: #3D95E6 1px solid;
    background: #FFFFFF;
}

#Dtop .dhead {
    background: #3D95E6;
    color: #FFFFFF;
    padding: 1px 0 2px 10px;
    letter-spacing: 1px;
    line-height: 26px;
    height: 26px;
    font-weight: bold;
    cursor: move;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#Dtop .dbox {
    padding: 8px;
    overflow: hidden;
    line-height: 200%;
    clear: both;
}

.publish_head {
    margin: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd2b8;
}

.publish_head .buy_icon {
    background-position: -2px -22px;
    height: 54px;
    padding-left: 66px;
    background-image: url(../images/buy_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    padding-right: 0px;
}

.publish_head .pub_tit h2 {
    font-size: 20px;
    font-weight: bold;
    width: 160px;
    color: #444;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, "Microsoft YaHei";
}

.publish_head .pub_tit em {
    font-size: 12px;
    color: #d3bd9a;
    line-height: 24px;
}

.publish_input_box {
    zoom: 1;
    font-family: "Microsoft YaHei UI";
    margin: 0 16px;
    font-size: 14px;
    margin-bottom: 20px;
}

.publish_input_box .input_li li {
    line-height: 35px;
    overflow: hidden;
}

.publish_input_box .input_li li p {
    float: left;
    width: 25%;
    text-align: right;
}

.publish_input_box .input_li li .li_txtare {
    width: 70%;
    height: 80px;
    border: 1px solid #ddd;
    margin-top: 5px;
    padding: 5px;
    resize: vertical;
    color: #666;
}

.publish_input_box .input_li li input {
    height: 26px;
    line-height: 26px;
    width: 70%;
    border: 1px solid #ddd;
    padding: 0 5px;
    color: #666;
}

.publish_input_box .input_li li input#totime {
    width: auto;
}

.publish_input_box .input_li li.publish_button {
    text-align: center;
    padding-top: 20px;
}

.input_li select {
    display: inline-block;
    font-size: 12px;
    height: 24px;
    border: 1px solid #ddd;
    margin: 0;
}

.publish_input_box .input_li a.but_submit {
    height: 39px;
    color: #fff;
    padding: 8px 50px;
    cursor: pointer;
    line-height: 39px;
    font-size: 16px;
    border: 1px solid #efe2e2;
    border-radius: 5px;
    background-color: #d4000b;
}

.publish_rule {
    margin: 0 20px 30px;
    padding-top: 20px;
    border-top: 1px dashed #f2e1be;
    color: #cec3ae;
    line-height: 20px;
}

#uploadForm {
    overflow: hidden;
    height: 0;
}

@media screen and (max-width:360px) {
    .share-main .share-ul li a {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width:361px) {
    .share-main .share-ul li a {
        width: 54px;
        height: 54px;
    }
}
