﻿body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}

body {
    /*background: url(/content/images/gqbg4.jpg) no-repeat top center;*/
    /*background-size: 100% auto;*/
    background-color: #f9f9f9;
}

img {
    border: 0;
    vertical-align: top;
}

ul, ol, dl, dt, dd {
    list-style: none;
}

nput[type=text]:focus, input[type=password]:focus, textarea:focus {
    outline: 0;
}

input[type=text], input[type=password]:focus {
    -webkit-appearance: none;
    outline: 0;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border-color: transparent !important;
    outline: 0;
}

button {
    cursor: pointer;
    outline: 0;
}

input[type=button], input[type=submit] {
    cursor: pointer;
    outline: 0;
}

input[type=button]:focus, input[type=submit]:focus {
    cursor: pointer;
    -webkit-appearance: none;
    outline: 0;
}

svg:not(:root) {
    overflow: hidden;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}

iframe {
    border: none;
}

html {
    /*height: 100%;*/
    font-size: 16px;
}

body {
    /*height: 100%;*/
    font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

a {
    color: #222222;
    text-decoration: none;
}

a:hover {
    color: #e94740;
}

.cf:after, .cf:before {
    content: " ";
    display: table;
}

.cf:after, .clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1, h2, h3, h4, h5 {
    font-size: 100%;
    font-weight: normal;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.bold {
    font-weight: bold;
}

.l16 {
    line-height: 16px;
}

.l18 {
    line-height: 18px;
}

.l20 {
    line-height: 20px;
}

.l22 {
    line-height: 22px;
}

.l24 {
    line-height: 24px;
}

.l26 {
    line-height: 26px;
}

.l28 {
    line-height: 28px;
}

.l30 {
    line-height: 30px;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.onesize {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.twosize {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.threesize {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.foursize {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.layui-layer-title {
    background-color: #fff;
}

.clear {
    clear: both;
}

.layout {
    width: 1200px;
    margin: 0 auto;
}

.gqicon {
    width: 1200px;
    margin: 10px auto 0 auto;
}

.gqicon .gqleft {
    width: 350px;
    height: 75px;
    margin-top: 15px;
    float: left;
}

.gqicon .gqright {
    width: 690px;
    height: 45px;
    float: right;
    margin-right: 8%;
    margin-top: 35px;
    display: inline;
}

.gqdv {
    width: 1200px;
    margin: 5px auto 0 auto;
    background-color: #f9f9f9;
    padding: 20px;
}

.layout6 {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 4px 5px #E6E6E6;
    border-radius: 3px;
}

.layout2 {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 4px 5px #E6E6E6;
    border-radius: 3px;
}

.layout4 {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 1px 5px #E6E6E6;
    border-radius: 3px;
}

.layout3 {
    width: 1100px;
    margin: 50px auto;
}

.layout7 {
    width: 1200px;
    margin: 50px auto;
}

.layout5 {
    width: 960px;
    margin: 0 auto;
}

.layout8 {
    width: 1200px;
    margin: 50px auto;
    background-color: #fff;
    box-shadow: 0px 4px 5px #E6E6E6;
    border-radius: 3px;
}

.tj-main .leftcon {
    width: 800px;
}

.tj-main .rightcon {
    width: 400px;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 17px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.tj-gg {
    position: relative;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.tj-gg .inner {
    position: absolute;
    left: 50%;
    margin-left: -620px;
    width: 1240px;
}

.tj-gg .inner a {
    display: block;
    text-decoration: none;
}

.tj-gg .inner img {
    border: 0;
}

.global-nav {
    width: 100%;
    height: 60px;
    font-family: "Microsoft Yahei";
    line-height: 60px;
    background: #333333;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}

.global-nav2 {
    width: 100%;
    height: 60px;
    font-family: "Microsoft Yahei";
    line-height: 60px;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    -moz-box-shadow: 0px 1px 9px #DFDFDF;
    -webkit-box-shadow: 0px 1px 9px #DFDFDF;
    box-shadow: 0px 1px 9px #DFDFDF;
}

.ftop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.fl {
    float: left;
    width: auto;
}

.fr {
    float: right;
    width: auto;
}

.cb {
    clear: both;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

.container {
    width: 1440px;
    margin: 0 auto;
}

.ico {
    background: url(../images/yc_common_01.png) no-repeat;
    _background: url(../images/yc_common_01.png)no-repeat;
}

.ml40 {
    margin-left: 44px;
}

.zd-news a:hover p {
    color: #e94740;
}

.new-video .state {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    background-color: rgba(0,0,0,.5);
    color: #d7d7d7;
    font-size: 12px;
    border-bottom-right-radius: 8px;
}

.yuan {
    color: #e94740;
    position: absolute;
    top: -9px;
    right: -12px;
    font-size: 18px !important;
}

.lists2 li .pic-more span {
    margin-right: 7px;
    width: 215px;
    height: 145px;
}

.zblists li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

.zblists li p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #333;
    text-align: left;
}

.zblists li .bom-n {
    width: 100%;
    margin-top: 10px;
    color: #777;
    font-size: 14px;
}

.zblists li .bom-n .new-pl, .zblists li .bom-n .new-kan {
    margin-left: 15px;
    cursor: pointer;
}

.zblists li .bom-n .new-pl:hover, .zblists li .bom-n .new-kan:hover {
    color: #e94740;
}

.pic-dan img {
    width: 525px;
    height: 330px;
    margin-bottom: 10px;
}

.fbhuifu {
    position: absolute;
    right: 0;
    width: 100px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #379be9;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.zfcode img {
    display: block;
    margin: 0 auto;
}

.layui-layer-title {
    background-color: #fff !important;
}

.succ {
    color: #3a965c;
    font-size: 18px;
}

.succ i {
    font-size: 20px;
    margin-right: 5px;
}

.fail {
    color: #e94740;
    font-size: 18px;
}

.fail i {
    font-size: 20px;
    margin-right: 5px;
}

.cjieguo {
    background-color: #e94740 !important;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
    color: #fff;
}
/* 滚动内容样式 */
.scroll_main {
    width: 550px;
    display: block;
    margin: 40px auto;
    background-color: #fff;
    border: 1px solid #9a9a9a;
}

.scroll_wrap {
    width: 101.5%;
    height: 100%;
    position: relative;
    margin-left: -5px;
}
/* 滚动内容区样式 */
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
    width: 100%;
    height: 97%;
    overflow: hidden;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
    position: absolute;
    top: 0;
    left: 0px;
    width: 2px;
    height: 180px !important;
    background-color: #525252;
    border-radius: 5px;
    opacity: .5;
}

.scroll_wrap .scroll_slider:hover {
    opacity: 1;
}

.jiesao {
    border: none;
    width: 98%;
    line-height: 25px;
    font-size: 16px;
}
/* 右侧广告切换*/
.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.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;
}

.slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 1370px) and (max-width: 1440px) {
    .layout {
        width: 1200px;
    }

    .input-dv {
        width: 180px;
    }

    .global-nav-left .line {
        width: 30px !important;
    }

    .input-dv input {
        width: 125px;
    }

    .tj-main .leftcon {
        width: 800px;
    }

    .tj-main .rightcon {
        width: 400px;
    }

    .global-nav-left {
        width: 1180px;
    }
    /*.global-nav .city2 { width: 120px; height: 60px; line-height: 60px; color: #fff; font-size: 15px; text-align: left; }*/
    .global-nav-right {
        font-size: 15px !important;
    }

    .global-nav-left li {
        font-size: 15px !important;
    }

    .m-login {
        margin-left: 20px;
        display: inline;
    }

    .new-banner {
        width: 550px;
        height: 340px;
        float: left;
    }

    .new-pic-list {
        width: 250px;
        float: left;
        margin-left: 10px;
    }

    .bobao {
        width: 350px;
        float: right;
    }

    .newpic-list li {
        width: 383px;
        float: left;
        margin-left: 24px;
        padding-bottom: 10px;
    }

    .newpic-list li img {
        width: 383px;
        height: auto;
    }

    .zz-con {
        float: right;
        width: 150px;
    }

    .pic-more {
        width: 100%;
        height: 134px;
        overflow: hidden;
    }

    .pic-more span {
        width: 200px;
        height: 134px;
        margin-right: 10px;
        display: inline-block;
    }

    .zd-news img {
        width: 100%;
        height: 156px;
    }

    .zd-news a:hover p {
        color: #e94740;
    }

    .zd-con {
        color: #7e7e7e;
        font-size: 12px;
        text-align: left;
        margin-top: 10px;
        line-height: 22px;
        height: 44px;
    }

    .tb-link li {
        width: 150px;
        float: left;
        margin: 10px 5px;
    }

    .zn-link li {
        width: 96px;
        float: left;
        margin: 10px 5px;
    }

    .zn-link li img {
        width: 96px;
        height: 70px;
        border: 1px solid #f8f8f8;
        border-radius: 1px;
    }

    .ps-container .clearfix p {
        font-size: 15px;
        color: #333;
        line-height: 22px;
    }

    .nav-down li {
        width: 90%;
        text-align: left;
        padding-left: 10%;
        margin-top: 5px;
        height: 32px;
        line-height: 32px;
    }

    .nav-down li a {
        color: #333 !important;
        font-size: 14px;
    }

    .city2 .city-picker-span > .placeholder {
        color: #fff;
        padding-left: 9px !important;
    }

    .city2 .city-picker-span > .arrow {
        right: 8px !important;
    }

    .city2 .city-picker-span {
        padding-right: 9px;
    }
}

.global-nav-left {
    width: 85%;
    float: left;
    height: 60px;
}

.global-nav-left li {
    position: relative;
    z-index: 1112;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    float: left;
    display: inline;
}

.global-nav-left li .logo {
    width: 130px;
    height: 38px;
    vertical-align: middle;
    margin-right: 30px;
    display: inline;
}

.global-nav-left li a {
    color: #b0b0b0;
    text-decoration: none;
}

.global-nav-left li a:hover {
    color: #fff !important;
}

.global-nav-left .line {
    width: 24px;
    background: url(../images/sxbg_02.jpg) top center no-repeat;
    background-size: 2px 60px;
}

.weixinshowPic {
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #b0b0b0;
}

.weixinshowPic .i-qrcode {
    background: url(../images/yc_common_01.png) 0 -80px no-repeat;
    display: inline;
    float: left;
    height: 20px;
    margin-top: 20px;
    margin-right: 2px;
    width: 20px;
}

.weixinshowPic span {
    font-family: Arial;
    line-height: 60px;
    float: left;
    margin-right: 2px;
}

.weixinshowPic .wx_box {
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    height: 150px;
    left: -40px;
    position: absolute;
    top: 60px;
    width: 150px;
    padding: 10px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    display: none;
}

.weixinshowPic .helper-sprite-dropdown {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.weixinshowPic-hover {
    color: #fff;
}

.weixinshowPic-hover .i-qrcode {
    background: url(../images/yc_common_01.png) 0 -100px no-repeat;
}

.weixinshowPic:hover .helper-sprite-dropdown {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.weixinshowPic-hover .wx_box {
    display: block;
}

.weixinshowPic .wx_box span {
    width: 118px;
    float: left;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #868686;
    display: inline;
}

.weixinshowPic .wx_box img {
    width: 125px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.global-nav-left li .menu_nav2015_p8 a:hover {
    color: #e94740 !important;
}

.global-nav-right {
    height: 60px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.global-nav-right a.global-nav-right_a {
    line-height: 30px;
    margin-left: 20px;
    float: left;
    color: #666666;
}

.dropdown {
    float: left;
    height: 60px;
    position: relative;
    z-index: 10;
}

.dropdown-main {
    height: 60px;
    float: left;
    position: relative;
    z-index: 10;
    color: #b0b0b0;
}

.dropdown-main span {
    font-family: Arial;
    line-height: 62px;
    float: left;
    margin-right: 2px;
}

.dropdown-main .helper-sprite-dropdown {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.helper-sprite-dropdown {
    float: left;
    margin-top: 28px;
    overflow: hidden;
    background-position: 0 -162px;
    margin-left: 3px;
    width: 10px;
    height: 4px;
}

.dropdown-main_after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 white;
    border: 1px solid #e1e1e1;
    border-bottom: 0px solid #e1e1e1;
    box-sizing: content-box;
    height: 28px;
    left: 9px;
    padding: 0 10px;
    position: absolute;
    top: -5px;
    visibility: hidden;
    width: 80px;
    z-index: 1;
}

.dropdown-sub {
    position: absolute;
    background-color: white;
    left: 0;
    top: 57px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 0;
}

.dropdown-sub a {
    margin-left: 0;
    display: inline;
}

.dropdown-hover .dropdown-main_after {
    visibility: visible;
}

.dropdown:hover .dropdown-main .helper-sprite-dropdown {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-hover .dropdown-sub {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.dh-more .dropdown-sub_box {
    Z-INDEX: 10001;
    RIGHT: -111px;
    BACKGROUND: #fff;
    BORDER: #DADADA 1px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    POSITION: absolute;
    WIDTH: 600px;
    TOP: 3px;
    padding: 10px;
}

.menu_links2015 a:last-child img {
    margin-right: 0;
}

.menu_links2015 img {
    float: left;
    margin-right: 14px;
}

.menu_nav2015 p { /*height: 35px;*/
    line-height: 35px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 14px;
    padding-left: 24px;
    color: #E0CABF;
    margin: 0;
}

.menu_nav2015 p:last-child {
    border-bottom: none;
}

.menu_nav2015 p a {
    line-height: 12px;
    display: inline-block;
    color: #333;
    border-left: 1px solid #E0CABF;
    padding: 0 10px;
    font-family: "Microsoft Yahei";
}

.menu_nav2015 p a:first-child {
    border: 0;
}

.menu_nav2015 p a:hover {
    text-decoration: underline;
    color: #e94740 !important;
}

.menu_nav2015 p span {
    line-height: 35px;
}

.menu_nav2015 p span a {
    color: #333;
    line-height: 35px;
    font-size: 12px;
    border-left: none;
}

.menu_nav2015 p.menu_nav2015_p8 {
    background-position: -174px -280px;
}

.city2 {
    width: 70px;
    height: 60px;
    color: #fff;
    font-size: 14px;
    float: left;
    text-align: left;
    padding-right: 10px;
}

.m-login {
    margin-left: 20px;
    display: inline;
}

.r-login .dropdown-sub_box {
    Z-INDEX: 10001;
    RIGHT: -111px;
    BACKGROUND: #fff;
    BORDER: #DADADA 1px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    POSITION: absolute;
    WIDTH: 325px;
    TOP: 3px;
    padding: 20px 30px;
}

.wx-login {
    float: right;
    height: 20px;
    cursor: pointer;
    padding-left: 25px;
    margin-bottom: 15px;
    display: inline;
    background: url(../images/wx-icon_06.png) center left no-repeat;
    color: #868686;
    font-size: 14px;
    line-height: 20px;
}

.dl-input li {
    float: left;
    width: 100%;
    height: 44px;
    margin-top: 22px;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
}

.dl-input li label {
    float: left;
    font-size: 16px;
    line-height: 40px;
    padding-right: 15px;
    color: #333;
    display: inline-block;
}

.dl-input li .inp-css {
    float: left;
    width: 250px;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: url(../images/dl-icon_06.jpg) 5px 12px no-repeat;
    padding-left: 25px;
    display: inline-block;
}

.dl-input li .inp-css:focus {
    border: 1px solid #ff6666;
    outline: none;
}

.dl-input .valid_message {
    text-align: left;
    color: #f00;
    position: absolute;
    left: 45px;
    top: 45px;
    width: 200px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}

.dl-input .error .valid_message {
    color: #f00;
}

.dl-input .success .valid_message {
    background: url(../images/sucess.png) no-repeat;
    left: auto;
    right: 5px;
    top: 11px;
    width: 16px;
    height: 16px;
}

.in2 {
    background: url(../images/dl-icon_09.jpg) 5px 12px no-repeat !important;
}

#ck-denlu {
    width: 15px;
    height: 15px;
    background-color: #e94740;
    color: #fff;
    vertical-align: middle;
    margin-left: 5px;
}

.dl-input li a {
    color: #868686;
    font-size: 14px;
}

.dl-input li a:hover {
    color: #e94740;
    font-size: 14px;
}

.dl-btn {
    float: left;
    width: 180px;
    height: 44px;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 44px;
    text-align: center;
    background-color: #ed4040;
    color: #fff;
    font-size: 16px;
    border: 1px solid #ed4040;
    border-radius: 5px;
}

.dl-btn:active {
    background-color: #ef2d2d;
}

.dl-btn:hover {
    background-color: #ef2d2d;
}

.dl-input li span {
    color: #868686;
    font-size: 14px;
}

.dl-input li i {
    width: 30px;
    height: 20px; /*background: url(../images/xx_20.jpg) center center no-repeat;*/
    vertical-align: middle;
    display: inline-block;
}

.link-zc {
    color: #ed4040 !important;
    line-height: 40px !important;
    float: right;
    width: 50px;
}

.link-zc:hover {
    color: red !important;
}

.wx-dl {
    float: left;
    width: 100%;
    text-align: center;
    display: none;
}

.wx-dl img {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    display: inline-block;
}

.wx-dl p {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #868686;
    margin-bottom: 10px;
}

.city2 .ico {
    width: 20px;
    height: 20px;
    margin-top: -3px;
    background-image: url(../images/yc_common_01.png);
    _background-image: url(images/yc_common_01.png);
    background-repeat: no-repeat;
    margin-left: 0px;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
}

.input-dv {
    width: 180px;
    float: left;
    margin-top: 13px;
    margin-left: 20px;
    height: 34px;
    background-color: #fff;
    border-radius: 15px;
    display: inline;
}

.input-dv input {
    height: 34px;
    width: 120px;
    float: left;
    margin-left: 15px;
    line-height: 34px;
    background: none;
    border: none;
    font-size: 14px;
    display: inline;
}

.input-dv .btn-find {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../images/btn-sou_03.jpg) no-repeat;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 7px;
    display: inline;
}

.new-banner {
    width: 550px;
    height: 340px;
    float: left;
}

.new-banner img {
    width: 100%;
}

.new-pic-list {
    width: 250px;
    float: left;
    margin-left: 10px;
}

.new-pic-list li {
    width: 100%;
    float: left;
    position: relative;
}

.new-pic-list li img {
    width: 100%;
}

.new-pic-list li p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    padding: 2px 5px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}

.new-pic-list li:last-child {
    margin-top: 20px;
    display: inline-block;
}

.bobao {
    width: 350px;
    float: right;
}

.new-tit {
    width: 100%;
    line-height: 40px;
    float: left;
    border-bottom: 3px solid #e5e5e5;
}

.new-tit h2 {
    border-bottom: 3px solid #e94740;
    color: #333;
    font-size: 22px;
    float: left;
    padding: 0 10px;
    margin-bottom: -3px;
    display: inline;
}

.new-tit a {
    float: right;
    font-size: 14px;
    color: #7e7e7e;
}

.bb-huadong {
    width: 99.5%;
    float: left;
    height: 293px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.new-tit a:hover {
    color: #e94740 !important;
}

.newpic-list li {
    width: 383px;
    float: left;
    margin-left: 24px;
    padding-bottom: 10px;
}

.newpic-list li .ttimg {
    width: 383px;
    height: 204px;
    position: relative;
    overflow: hidden;
}

.newpic-list li img {
    width: 383px;
    height: auto;
    line-height: 204px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}

.newpic-list li:first-child {
    margin-left: 0;
}

.newpic-list li h2 {
    height: 25px;
    line-height: 25px;
    text-align: left;
    margin-top: 15px;
    font-size: 18px;
    border-left: 5px solid #ed4040;
    padding: 0 5px;
}

.newpic-list li p {
    height: 44px;
    line-height: 22px;
    text-align: left;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #7e7e7e;
}

.nav-list {
    width: 97%;
    margin: 0 auto;
    height: 60px;
}

.new-left {
    width: 770px;
    float: left;
    min-height: 800px;
}

.ban-right {
    width: 350px;
    float: right;
}

.new-left li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

.new-left .img-n {
    width: 230px;
    height: 150px;
    float: left;
    line-height: 150px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.new-left .img-n img {
    width: 100%;
    height: 100%; /*max-height: 150px;*/
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dinwei {
    position: absolute;
    left: 245px;
    right: 0;
    top: 0;
}

.v-img i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 40%;
    top: 6%;
}

.new-left .con-n {
    display: block;
}

.new-left .con-n h3 {
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #222222;
    font-weight: 400;
}

.new-left .con-n a:hover h3 {
    color: #e94740;
}

.new-left .con-n h1 {
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #222222;
    font-weight: 400;
}

.new-left .con-n a:hover h1 {
    color: #e94740;
}

.new-left .con-n p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 25px;
    height: 50px;
}

.new-left .bom-n {
    width: 100%;
    margin-top: 20px;
    color: #777;
    font-size: 14px;
}

.new-left .user-n {
    margin-left: 50px;
    display: inline-block;
}

.new-left .user-n img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.new-kan {
    margin-left: 15px;
}

.new-left a:hover .con-n h3 {
    color: #ed4040;
}

.pic-more {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.pic-con {
    position: absolute;
    left: 0;
    height: 150px;
}
/*.pic-more span { width: 220px; height: 150px; margin-right: 12px; display: inline-block; }*/
.pic-more span {
    width: 240px;
    height: 150px;
    margin-right: 20px;
    display: inline-block;
}

.pic-more span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-video {
    position: relative;
}

.fr span i {
    margin-right: 3px;
    font-size: 16px;
}

.new-video i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 40%;
    top: 6%;
}

.fr-tit {
    width: 100%;
    line-height: 40px;
    float: left;
    border-top: 3px solid #e5e5e5;
}

.fr-tit h2 {
    border-top: 3px solid #e94740;
    color: #333;
    font-size: 22px;
    float: left;
    padding: 3px 10px 0;
    margin-top: -3px;
    display: inline;
}

.fr-tit a:hover {
    color: #e94740;
}

.fr-tit a {
    float: right;
    font-size: 14px;
    color: #7e7e7e;
    margin-right: 10px;
}

.zd-news {
    float: left;
    width: 94%;
    padding: 0 3%;
    margin-top: 10px;
    position: relative;
}

.zd-news img {
    width: 100%;
    height: 170px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.zd-news p {
    position: absolute;
    left: 3%;
    bottom: 0;
    right: 3%;
    height: 25px;
    line-height: 25px;
    padding: 2px 5px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
}

.zd-con {
    float: left;
    padding: 0 10px;
    color: #7e7e7e;
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
    line-height: 22px;
    height: 44px;
}

.zd-content {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    background-color: #fff;
}

.huati {
    width: 92%;
    float: left;
    padding: 10px;
}

.huati li {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-left: 12px;
    background: url(../images/dianbg_03.png)0 12px no-repeat;
    line-height: 25px;
    text-align: left;
    display: block;
}

.huati li a {
    color: #484848;
    font-size: 16px;
}

.huati li a:hover {
    color: #e94740;
}

.zazi {
    margin: 15px 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.zz-pic {
    width: 170px;
    height: 230px;
    float: left;
}

.zz-pic img {
    width: 100%;
    height: 100%;
}

.zz-con {
    float: right;
    width: 150px;
}

.zz-con h3 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.zz-con h3:hover {
    color: #e94740;
}

.zz-con .zzc {
    font-size: 12px;
    line-height: 20px;
    color: #7e7e7e;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 20px;
}

.zz-dinyue {
    width: 70px;
    height: 25px;
    float: left;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #e94740;
    border-radius: 2px;
    cursor: pointer;
}

.zz-more {
    color: #7e7e7e;
    font-size: 12px;
    float: right;
    line-height: 24px;
}

.zz-dinyue:hover {
    background-color: #e1261e;
}

.bb-btn {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.ewm {
    width: 200px;
    height: 200px;
    display: block;
    margin: 40px auto 10px;
}

.erm-dv {
    width: 90%;
    float: left;
    margin-left: 5%;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    display: inline-block;
}

.erm-dv span {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 32px;
}

.erm-dv span img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.erm-dv img {
    width: 70%;
    display: block;
    margin: 10px auto 0;
}

.gz-list {
    width: 100%;
    float: left;
    padding-top: 10px;
}
/* 推荐关注star */
.picMarquee-left {
    width: 100%;
    height: 145px;
    overflow: hidden;
    position: relative;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    padding: 10px;
    height: auto;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 6px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
}

.picMarquee-left .bd ul li .title {
    width: 70px;
    line-height: 24px;
    font-size: 14px;
}

.guanzu a {
    padding: 2px 5px;
    height: 22px;
    line-height: 22px;
    background-color: #e94740;
    border: 1px solid #e94740;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
}

.guanzu a:hover {
    background-color: #c83731;
    border: 1px solid #c83731;
    color: #fff;
}

.y-guan {
    border: 1px solid #c0c0c0 !important;
    color: #333 !important;
    background-color: #fff !important;
}
/* 推荐关注end */
/* 友情链接star */
.slideTxtBox {
    width: 100%;
    border-top: 3px solid #ddd;
    text-align: left;
}

.slideTxtBox .hd {
    height: 40px;
    line-height: 30px;
    padding: 0;
    position: relative;
    margin-top: -2px;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 8px 15px 0;
    font-size: 18px;
    cursor: pointer;
    color: #908989;
    border-top: 3px solid #ddd;
}

.slideTxtBox .hd ul li.on {
    height: 30px;
    background: #fff;
    color: #333;
    border-top: 3px solid #e94740;
}

.tb-link li {
    width: 145px;
    float: left;
    margin: 10px 5px;
    display: inline;
}

.slideTxtBox .bd ul {
    float: left;
    padding: 15px 3%;
    zoom: 1;
    overflow-y: auto;
    width: 94%;
}

.zn-link li {
    width: 96px;
    float: left;
    margin: 10px 5px;
}

.zn-link li img {
    width: 96px;
    height: 70px;
    border: 1px solid #f8f8f8;
    border-radius: 1px;
}

.leavecss .hd ul li {
    padding: 8px 22px 0;
}

.leave {
    width: 90%;
    margin: 10px auto 2px;
    line-height: 24px;
    font-size: 16px;
    display: block;
    padding: 2%;
}

.tisi {
    width: 94%;
    display: none;
    margin: 0 auto;
    text-align: left;
    color: #ef2d2d;
    font-size: 14px;
    position: absolute;
    left: 3%;
}

.btnleave {
    width: 94%;
    height: 44px;
    padding: 0 10px;
    letter-spacing: 2px;
    display: block;
    margin: 40px auto 30px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #ed4040;
    border-radius: 5px;
    line-height: 44px;
    text-align: center;
    background-color: #ed4040;
}

.btnleave:hover {
    background-color: #ef2d2d;
}

.disable {
    pointer-events: none;
}
/* 友情链接end */
.fr-tit ul {
    float: left;
    width: 100%;
}

.fr-tit li {
    width: 30%;
    float: left;
    padding-top: 8px;
    text-align: center;
    line-height: 30px;
}

.fr-tit li a {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.cotact {
    width: 94%;
    float: left;
    padding: 15px 3%;
    font-size: 16px;
    line-height: 29px;
    color: #333;
    text-align: left;
}

.guanggao {
    width: 100%;
    height: auto;
    display: block;
}

.global-nav-right .line {
    width: 15px;
    height: 60px;
    background: url(../images/sxbg_02.jpg) top center no-repeat;
    background-size: 2px 60px;
}

.global-nav-right a:hover span {
    color: #fff !important;
}

.btn-code {
    float: left;
    cursor: pointer;
    border: 1px solid #e94740;
    background-color: #e94740;
    color: #fff !important;
    letter-spacing: 1px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.btn-code:hover {
    background-color: #ef2d2d;
}

.wxewm {
    float: left;
    width: 125px;
    height: 125px;
    display: inline-block;
}

.zucedd .tip {
    height: 29px !important;
    margin-top: 0 !important;
    line-height: 25px !important;
}

.zucedd li {
    margin: 0 !important;
}
/*-----------------------------------京东注册模块---------------------------*/
.register {
    width: 400px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
}
/*包裹表单项和对应的提示信息的容器的样式设置*/
.register-box {
    width: 100%;
    height: 52px;
    padding-bottom: 30px;
}
/*表单项样式设置*/
.register-box .box {
    width: 100%;
    height: 100%;
    line-height: 52px;
    padding-left: 10px;
    border: 1px solid #ccc;
    position: relative;
}

.register-box .box.error {
    border: 1px solid red;
}

.register-box .box input {
    width: 200px;
    font-size: 16px;
    padding-left: 20px;
}
/*验证通过*/
.register-box .box.right i {
    width: 20px;
    height: 20px;
    background: url(../images/right.png) no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
}
/*提示信息样式设置*/
.register-box .tip {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
}

.register-box .tip i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.register-box .tip span {
    color: #CCCCCC;
    font-size: 12px;
    line-height: 22px;
}
/*提示信息隐藏样式*/
.register-box .tip.hide {
    visibility: hidden;
}
/*提示信息默认样式*/
.register-box .tip.default i {
    background: url(../images/default.png) no-repeat center center;
}

.register-box .tip.default span {
    color: #ccc;
}
/*提示信息错误样式*/
.register-box .tip.error i {
    background: url(../images/error.png) no-repeat center center;
}

.register-box .tip.error span {
    color: red;
}
/*提示信息密码弱*/
.register-box .tip.ruo i {
    background: url(../images/ruo.png) no-repeat center center;
}
/*提示信息密码中*/
.register-box .tip.zhong i {
    background: url(../images/zhong.png) no-repeat center center;
}
/*提示信息密码中*/
.register-box .tip.qiang i {
    background: url(../images/qiang.png) no-repeat center center;
}
/*京东用户注册协议*/
.register-box.xieyi {
    width: 100%;
    height: 20px;
    padding-bottom: 30px; /*	background-color: #ccc;*/
}

.register-box.xieyi .box {
    line-height: normal;
    padding: 0;
    border: none;
}

.register-box.xieyi .box.error {
    line-height: normal;
    padding: 0;
    border: 1px solid red;
}

.register-box.xieyi .box input {
    width: auto;
}
/*注册*/
.register button {
    width: 100%;
    height: 40px;
    font: bold 18px/40px "宋体";
    color: white;
    background-color: darkred;
    outline-color: white;
}

.register button:hover {
    background-color: red;
}
/*热点新闻*/
.calendar {
    width: 350px;
    margin-left: -3px;
    position: relative;
}

.calendar li {
    width: 340px;
    margin-left: 7px;
}

.calendar li a {
    width: 346px;
    display: block;
    padding: 2px 0 7px;
    border: 1px solid #fff;
    border-left: 1px solid #dfdfdf;
}

.calendar li .date {
    height: 17px;
    overflow: hidden;
    padding-left: 19px;
    margin: 9px 0 4px -7px;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    background: url(../images/sprite04.png) 0 5px no-repeat;
}

.calendar li .date i {
    margin-left: 8px;
    padding: 0 5px;
    display: inline-block;
    font-size: 10px;
    -webkit-transform: scale(0.8);
    line-height: 15px;
    text-align: center;
    color: #666666;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
}

.calendar li a:hover {
    background: none;
    border: 1px solid #e94740;
}

.calendar li a:hover .date {
    color: #e94740;
    background-position: 0 -67px;
}

.calendar li a:hover .clearfix p {
    color: #e94740;
}

.ps-container .clearfix {
    padding: 0 13px;
}

.ps-container .clearfix p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.bb-huadong .bd {
    width: 360px;
    float: left;
    height: 270px;
    margin-left: -5px;
}

.top {
    height: 270px;
    width: 342px;
    overflow: hidden;
    float: left;
    padding: 0 5px 5px 5px;
}

.scroll {
    width: 1px;
    height: 268px;
    float: left;
    background: none;
    position: relative;
}

.scroll p {
    width: 3px;
    height: 61px;
    background: url(../images/scbg_06.jpg) repeat-y;
    cursor: auto;
    left: 0;
    top: 10px;
    position: absolute;
}

.y-login { /*display: none;*/
}

.y-login .dropdown-sub_box {
    Z-INDEX: 10001;
    RIGHT: -103px;
    BACKGROUND: #fff;
    BORDER: #DADADA 1px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    POSITION: absolute;
    WIDTH: 100px;
    TOP: 3px;
    padding-bottom: 15px;
}

.nav-down li {
    width: 94%;
    text-align: left;
    padding-left: 6%;
    margin-top: 5px;
    height: 32px;
    line-height: 32px;
}

.nav-down li:hover {
    background-color: #f2f2f2;
}

.nav-down li a {
    color: #333 !important;
    font-size: 16px;
}

.nav-down li i {
    color: #898989;
    margin-right: 3px;
}
/*上拉加载*/
.dropload-up, .dropload-down {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px; /* 开启硬件加速 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.dropload-down {
    height: 50px;
    width: 100%;
}

.dropload-refresh, .dropload-update, .dropload-load, .dropload-noData {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
/*回到顶部*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-top.cd-is-visible { /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out { /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    opacity: .8;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

.cd-top.cd-is-visible:hover { /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.fdcss {
    position: fixed;
    top: 50px;
    width: 400px;
}

.lists2 {
    margin: 20px;
}

.nei-l-bg {
    background-color: #fff;
    padding-bottom: 50px;
}

.nei-l-bg .fr-tit {
    margin-bottom: 25px;
}

.nei-l-bg .fr-tit h2 {
    padding: 3px 30px 0;
    letter-spacing: 2px;
}

.new-detail {
    float: left;
    margin-top: 20px;
}

.new-detail span, .new-detail a {
    float: left;
    margin-right: 20px;
    display: inline-block;
}

.new-detail a {
    color: #a86835;
    font-size: 14px;
    line-height: 24px;
}

.new-detail a:hover {
    color: #e94740;
}

.n-enterprise {
    width: 42px;
    height: 22px;
    font-size: 12px;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
}

.guanwang {
    border: 1px solid #e94740;
    color: #e94740;
    display: none !important;
}

.enterprise {
    border: 1px solid #0098f1;
    color: #0098f1;
}

.dav {
    border: 1px solid #fb9407;
    color: #fb9407;
}

.n-follow {
    width: 45px;
    height: 22px;
    font-size: 12px;
    cursor: pointer;
    line-height: 22px;
    text-align: center;
    border: 1px solid #e94740;
    border-radius: 3px;
    background-color: #e94740;
    color: #fff;
}

.n-follow:hover {
    background-color: #a82b26;
    border: 1px solid #a82b26;
}

.n-time {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-left: 20px;
}

.n-video {
    float: left;
    width: 100%;
}

.n-video img {
    width: 100%;
    height: auto;
}

.n-rdading {
    width: 900px;
    float: left;
    padding: 20px;
    background-color: #f8fafc;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #e8e8e8;
    text-indent: 2em;
}

.n-contents {
    width: 100%;
    float: left;
}

.n-contents p { /*text-indent: 2em;*/
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.n-contents img {
    max-width: 100%;
}

.n-copyright {
    float: left;
    width: 100%;
}

.n-copyright span {
    font-size: 14px;
    line-height: 29px;
    color: #999;
}

.n-Complaint {
    cursor: pointer;
}

.n-Complaint:hover {
    color: #e94740;
}

.n-Complaint i {
    margin-right: 5px;
    font-weight: bold;
    vertical-align: middle;
}

.n-share span {
    float: left;
    color: #333;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
}

.n-share span i {
    color: #9a9a9a;
    font-size: 18px;
    margin-right: 3px;
}

.n-share span:hover {
    color: #e94740;
}

.n-share span:hover i {
    color: #e94740;
}

.n-share .fxcss {
    float: left;
    color: #333;
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.n-share .fxcss i {
    color: #9a9a9a;
    font-size: 18px;
    margin-right: 3px;
    vertical-align: middle;
}

.n-share .fxcss:hover {
    color: #e94740;
}

.n-share div:hover i {
    color: #e94740;
}

.n-share .hover {
    color: #e94740 !important;
}

.n-share .hover i {
    color: #e94740 !important;
}

.signUp {
    width: 100%;
    float: left;
    text-align: center;
}

.signUp a {
    width: 160px;
    height: 44px;
    border-radius: 3px;
    display: inline-block;
    line-height: 44px;
    background-color: #208eda;
    border: 1px solid #208eda;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
}

.signUp a:hover {
    color: #fff !important;
    background-color: #0c82d4;
}

.n-label {
    width: 100%;
    float: left;
    height: 26px;
    background: url(../images/sianbg_15.jpg) no-repeat left center;
}

.n-label span, .n-label a {
    float: left;
    line-height: 24px;
    display: inline-block;
}

.n-label .l-tit {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 20px;
    line-height: 26px;
    color: #1a1a1a;
}

.n-label .l-lab {
    font-size: 16px;
    margin-right: 15px;
    color: #333;
    border: 1px solid #d7d7d7;
    text-align: center;
    padding: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}

.n-label .l-lab:hover {
    color: #a86835;
    border: 1px solid #a86835;
}

.n-label .l-keyWord {
    color: #b5815d;
    cursor: pointer;
}

.n-Recommend {
    width: 100%;
    float: left;
    border-top: 1px solid #e8e8e8;
}

.n-label .l-tit font {
    padding-left: 10px;
    font-size: 12px;
    color: #b2b2b2;
}
/*评论*/
.pl-content {
    width: 100%;
    float: left;
    height: 111px;
}

.pl-textarea {
    width: 97.9%;
    margin: 0 auto;
    padding: 5px 1%;
    border: 1px solid #cdcbcb;
    border-radius: 2px;
    font-size: 14px;
    line-height: 24px;
    color: #6c6c6c;
}

.pl-add {
    width: 100%;
    float: left;
    height: 40px;
    margin-top: -2px;
    padding-top: 10px;
    background-color: #f2f2f2;
}

.pl-commentBtn {
    float: right;
    width: 100px;
    margin-right: 10px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #379be9;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.pl-commentBtn:hover {
    background-color: #137dd0;
}

.pinlun-number {
    float: right;
    height: 100%;
    color: #b2b2b2;
    line-height: 34px;
    font-size: 14px;
}

#J_CommentTotal {
    color: #ff0000;
    font-style: normal;
}
/*评论列表*/
.comment-my:hover {
    color: #338452;
}

.green .box-loginBtn {
    background-color: #3a965c;
}

.green .box-loginBtn:hover {
    background-color: #338452;
}

.green .box-commentBtn--able {
    background-color: #3a965c;
}

.green .box-commentBtn--able:hover {
    background-color: #338452;
}

.green .reply-box-btn {
    background-color: #3a965c;
}

.green .reply-btn:hover {
    background-color: #338452;
}

.green .reply-operate-item.operate-reply--visited, .green .reply-operate-item.operate-visited, .green .reply-operate-item:hover, .green .reply-operate.disable .reply-poke.operate-visited:hover, .green .reply-operate.disable .reply-up.operate-visited:hover {
    color: #3a965c;
}

.green .reply-title-mark {
    background-color: #3a965c;
}

.green .reply-moreBtn:hover, .green .report-btn-confirm {
    color: #3a965c;
}

.green .report-btn-confirm:hover {
    color: #338452;
}

.green .common-link {
    color: #3a965c;
}

.green .common-link:hover {
    color: #338452;
}

.green .comment-username {
    color: #3a965c;
}

.green .box-upload-icon--hover {
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-green.ab9c4522.png);
}

.green .comment-operate .comment-operate-item:hover, .green .comment-operate .operate-visited {
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-green.ab9c4522.png);
    color: #3a965c;
}

.green .comment-report--click, .green .comment-report:hover {
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-green.ab9c4522.png);
    color: #3a965c;
}

.green .reply-operate--hot {
    padding-left: 20px;
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-green.ab9c4522.png);
}

.green .reply-allBtn:hover {
    color: #3a965c;
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-green.ab9c4522.png);
}

.green .report-text {
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-green.ab9c4522.png);
}

.green .report-item .report-item--select {
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-green.ab9c4522.png);
}

body {
    font-family: Microsoft Yahei,Helvetica,sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
}

.icon {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
}

.comment-none {
    text-align: center;
    color: #999;
    margin-top: 100px;
    font-size: 14px;
}

.header {
    height: 28px;
    padding-bottom: 22px;
    overflow: hidden;
}

.header-title {
    font-size: 26px;
    color: #2a2a2a;
    float: left;
    height: 100%;
    margin-right: 10px;
}

.header-number {
    float: right;
    height: 100%;
    color: #adadad;
    line-height: 34px;
    font-size: 14px;
}

.header-number, .header-number:visited {
    color: #379be9;
}

a.header-number:hover {
    color: #328bd1;
}

.header-link {
    float: right;
    font-size: 14px;
    display: block;
    height: 100%;
    line-height: 32px;
}

.header-protocol {
    float: left;
    height: 100%;
    color: #ccc;
    font-size: 14px;
    line-height: 34px;
}

.header-protocol a, .header-protocol a:visited {
    color: #ccc;
}

.header-protocol a:hover {
    color: #379be9;
}

.comment-title {
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 48px;
    overflow: hidden;
}

.comment-all {
    font-size: 20px;
    color: #2a2a2a;
    float: left;
}

.comment-all span {
    display: inline-block;
    margin: 0 6px;
    color: #999;
    font-size: 14px;
}

.comment-my {
    float: left;
}

.comment-my, .comment-sort {
    font-size: 14px;
    position: relative;
    top: 4px;
}

.comment-sort {
    float: right;
    color: #999;
}

.comment-sort, .comment-sort span {
    cursor: pointer;
}

.comment-sort .comment-sort-cur {
    color: #2a2a2a;
    cursor: auto;
}

.comment-my, .comment-my:visited {
    color: #379be9;
}

.comment-my:hover {
    color: #328bd1;
}

.comment-username {
    font-weight: 600;
    color: #379be9;
}

.comment-username a {
    font-weight: 600;
    color: #379be9;
}

.comment-username a:hover {
    color: #e94740;
}

.box {
    position: relative;
    padding-left: 68px;
}

.box-only {
    padding-left: 0;
}

.box-only .common-avatar {
    display: none;
}

.box-only .box-avatar {
    display: inline-block;
}

.box-content {
    border: 3px solid #f0f0f0;
    position: relative;
}

.box-textarea-block {
    margin-left: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.box-textarea {
    height: 100%;
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
}

.box-loginBtn {
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 1;
    width: 100px;
    height: 100px;
    background-color: #379be9;
    font-size: 16px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.box-loginBtn:hover {
    background-color: #328bd1;
}

.box-images {
    display: none;
    padding: 16px 12px;
    overflow: hidden;
}

.box-images-pic {
    float: left;
    margin: 0 8px 8px 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.box-images-delete {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    cursor: pointer;
}

.box-images-delete i {
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px 0 0 6px;
    background: url(//mat1.gtimg.com/v/comment/images/news-icon.7390f58d.png) 0 -160px no-repeat;
}

.box-images-bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}

.box-images-pic:hover .box-images-bg, .box-images-pic:hover .box-images-delete {
    display: block;
}

.box-images-pic img {
    width: 100%;
    height: 100%;
}

.box-images-add {
    float: left;
    width: 98px;
    height: 98px;
    border: 1px dashed #ddd;
    text-align: center;
    line-height: 98px;
    color: #a3a3a3;
    font-size: 30px;
    font-weight: 300;
    position: relative;
}

.box-info {
    overflow: hidden;
    padding: 14px 12px;
    border-top: 1px solid #eee;
}

.box-commentBtn, .box-info {
    height: 34px;
    line-height: 34px;
}

.box-commentBtn {
    float: right;
    width: 100px;
    color: #fff;
    background-color: #a3a3a3;
    text-align: center;
    font-size: 14px;
    border-radius: 17px;
    cursor: pointer;
}

.box-commentBtn--able {
    background-color: #379be9;
}

.box-commentBtn--able:hover {
    background-color: #328bd1;
}

.box-operate {
    float: left;
    font-size: 14px;
    height: 34px;
}

.box-avatar {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 6px;
}

.box-username {
    color: #3d3d3d;
    font-weight: 600;
    display: inline-block;
}

.box-tab {
    color: #adadad;
    margin-left: 4px;
    cursor: pointer;
}

.box-operate-line {
    display: inline-block;
    color: #adadad;
    margin: 0 20px;
}

.box-upload {
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    position: relative;
}

.box-upload-icon {
    display: block;
    width: 20px;
    height: 16px;
    background: url(//mat1.gtimg.com/v/comment/images/news-icon.7390f58d.png) 0 0 no-repeat;
}

.box-upload-icon--hover {
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-blue.24fe4e8c.png);
}

.box-upload-form {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.box-upload-file {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.box-logout .box-textarea-block {
    margin-right: 110px;
    height: 72px;
}

.box-logout.box-content {
    height: 84px;
    padding-bottom: 10px;
}

.box-login .box-textarea-block {
    margin-right: 12px;
    height: 104px;
}

.comment {
    position: relative;
    margin-top: 40px;
    padding: 0 0 25px 68px;
    border-bottom: 1px solid #f0f0f0;
}

.comment-content {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 24px;
    margin-top: 10px;
    word-wrap: break-word;
    text-align: left;
}

.comment-user {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: left;
}

.comment-time {
    color: #999;
    display: inline-block;
    margin-left: 12px;
}

.comment-images {
    overflow: hidden;
    margin-bottom: 2px;
}

.comment-images li {
    float: left;
    width: 100px;
    height: 100px;
    margin: 12px 8px 0 0;
    font-size: 0;
    cursor: pointer;
}

.comment-images img {
    width: 100%;
    height: 100%;
}

.comment-operate {
    margin-top: 18px;
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.comment-operate-item {
    float: left;
    position: relative;
    width: 72px;
    padding-left: 16px;
    height: 12px;
    line-height: 12px;
    color: #adadad;
    cursor: pointer;
    text-align: left;
}
/*.comment-operate-up { background-position: 0 -18px; }*/
.comment-operate-up {
    background: url(../images/yzan.png) no-repeat;
    background-size: 12px 12px;
    color: #379be9;
    cursor: text;
}
/*.comment-operate-up:hover { background: url(../images/yzan.png) no-repeat; background-size: 15px 15px; color: #379be9;cursor:none; }*/
.zan-block {
    background: url(../images/wzan.png) no-repeat;
    background-size: 12px 12px;
    color: #999;
    cursor: pointer;
}

.zan-block:hover {
    background: url(../images/yzan.png) no-repeat;
    background-size: 12px 12px;
    color: #379be9;
    cursor: pointer;
}

.comment-operate-poke {
    background-position: 0 -32px;
}

.comment-operate-share {
    background-position: 0 -60px;
}

.comment-operate-share:hover .share-wp {
    display: block;
}

.comment-operate.disable .comment-operate-poke, .comment-operate.disable .comment-operate-up {
    cursor: auto;
}

.disable .comment-operate-poke:hover, .disable .comment-operate-up:hover {
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon.7390f58d.png);
    color: #adadad;
}

.comment-operate .hf-con-block {
    background: url(../images/wping.png) no-repeat;
    background-size: 12px 12px;
    color: #999;
}

.comment-operate-reply {
    background: url(../images/yping.png) no-repeat;
    background-size: 12px 12px;
    color: #379be9;
}

.comment-operate-reply:hover {
    background: url(../images/yping.png) no-repeat;
    background-size: 12px 12px;
    color: #379be9;
}

.J_ReplyBlock {
    display: none;
}

.reply-block .J_CommentOperate {
    margin-top: 10px;
}

.comment-report {
    display: none;
    position: absolute;
    right: 0;
    top: 8px;
    height: 14px;
    line-height: 14px;
    color: #adadad;
    font-size: 12px;
    padding-left: 18px;
    background: url(//mat1.gtimg.com/v/comment/images/news-icon.7390f58d.png) 0 -74px no-repeat;
    z-index: 1;
    cursor: pointer;
}

.comment-report--click, .comment-report:hover {
    display: block;
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-blue.24fe4e8c.png);
    color: #379be9;
}

.comment-report--visited, .comment-report.comment-report--visited:hover {
    background: url(//mat1.gtimg.com/v/comment/images/news-icon.7390f58d.png) 0 -118px no-repeat;
    color: #3d3d3d;
    cursor: default;
}

.comment:hover .comment-report {
    display: block;
}

.comment-moreBtn, .comment-noMore {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f0f0f0;
    color: #adadad;
    font-size: 14px;
}

.comment-moreBtn {
    cursor: pointer;
}

.comment-moreBtn:hover {
    background-color: #e6e5e5;
    color: #999;
}

.comment-list {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.comment-content {
    margin-top: 2px;
}

.bgnone {
    background: none;
    border: none;
}

.reply {
    background-color: #fff;
    padding: 8px 0 10px;
    margin-top: 10px;
}

.reply-content {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 10px;
    text-align: left;
}

.reply-user {
    color: #379be9;
    font-weight: 400;
    font-size: 14px;
    padding-right: 25px;
}

.reply-user a {
    color: #379be9;
    font-weight: 400;
    font-size: 14px;
}

.reply-user a:hover {
    color: #e94740;
}

.reply-reply {
    color: #a3a3a3;
    font-weight: 500;
}

.reply-box {
    border: 3px solid #f0f0f0;
    position: relative;
    margin-top: 8px;
    height: 58px;
    padding: 8px 93px 8px 16px;
    background-color: #fff;
}

.reply-box-block, .reply-box-textarea {
    width: 100%;
    height: 100%;
}

.reply-box-textarea {
    color: #4b4b4b;
    line-height: 24px;
    font-size: 14px;
    background: none;
    border: none;
}

.reply-box-btn {
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 1;
    width: 80px;
    height: 80px;
    background-color: #379be9;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.reply-btn:hover {
    background-color: #328bd1;
}

.reply-operate {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    margin-top: 6px;
    color: #adadad;
    text-align: left;
}

.reply-operate--hot {
    padding-left: 20px;
    background: url(//mat1.gtimg.com/v/comment/images/news-icon-blue.24fe4e8c.png) 0 -104px no-repeat;
}

.reply-operate span {
    color: #adadad;
}

.reply-operate-item {
    cursor: pointer;
}

.reply-operate-item.operate-reply--visited, .reply-operate-item.operate-visited, .reply-operate-item:hover {
    color: #379be9;
}

.reply-operate .reply-operate-report, .reply-operate .reply-operate-report-dot {
    display: none;
}

.reply-block {
    position: relative;
    padding-left: 68px;
}

.reply-block:hover .reply-operate-report {
    display: inline;
}

.reply-block:hover .reply-operate-report-dot {
    display: inline-block;
}

.reply-operate.disable .reply-poke, .reply-operate.disable .reply-up {
    cursor: auto;
}

.reply-operate.disable .reply-poke:hover, .reply-operate.disable .reply-up:hover {
    color: #adadad;
}

.reply-operate.disable .reply-poke.operate-visited:hover, .reply-operate.disable .reply-up.operate-visited:hover {
    color: #379be9;
}

.reply-dot {
    display: inline-block;
    margin: 0 2px;
}

.reply-title {
    position: relative;
    height: 14px;
    margin-top: 20px;
    padding-left: 5em;
}

.reply-title-text {
    position: absolute;
    left: 0;
    top: 1px;
    color: #3d3d3d;
    font-size: 12px;
}

.reply-title-mark {
    display: block;
    position: absolute;
    left: -16px;
    top: 1px;
    height: 12px;
    width: 3px;
    z-index: 1;
    background-color: #379be9;
}

.reply-title-line {
    height: 100%;
    overflow: hidden;
}

.reply-title-line span {
    display: block;
    height: 0;
    border-top: 1px solid #eee;
    margin-top: 6px;
}

.reply-moreBtn {
    font-size: 14px;
    color: #adadad;
    text-align: center;
    display: block;
    margin-top: 14px;
    cursor: pointer;
}

.reply-moreBtn:hover {
    color: #379be9;
}

.reply-allBtn {
    font-size: 14px;
    color: #adadad;
    display: inline-block;
    padding-right: 10px;
    height: 16px;
    line-height: 16px;
    background: url(//mat1.gtimg.com/v/comment/images/news-icon.7390f58d.png) right -88px no-repeat;
    margin-top: 14px;
    cursor: pointer;
}

.reply-allBtn:hover {
    color: #379be9;
    background-image: url(//mat1.gtimg.com/v/comment/images/news-icon-blue.24fe4e8c.png);
}

.report-block {
    width: 378px;
    position: absolute;
    right: 0;
    top: 26px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    z-index: 10;
    color: #4b4b4b;
}

.report-revert {
    top: -262px;
}

.report-revert--first {
    top: -114px;
}

.report-reply {
    right: -16px;
    top: 0;
}

.report-reply.report-revert {
    bottom: 0;
    top: auto;
}

.report-title {
    height: 38px;
    line-height: 38px;
    color: #2a2a2a;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 16px;
}

.report-remove {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    cursor: pointer;
}

.report-remove-icon {
    display: block;
    width: 14px;
    height: 14px;
    margin: 12px 0 0 12px;
    background: url(//mat1.gtimg.com/v/comment/images/news-icon.7390f58d.png) 0 -132px no-repeat;
}

.report-remove-icon:hover {
    background-position: 0 -146px;
}

.report-content {
    margin-left: 16px;
    color: #4b4b4b;
    font-size: 14px;
}

.report-text {
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    padding-left: 18px;
    background: url(//mat1.gtimg.com/v/comment/images/news-icon-blue.24fe4e8c.png) 0 -132px no-repeat;
}

.report-item {
    margin: 22px 0 0 34px;
    overflow: hidden;
}

.report-item li {
    float: left;
    width: 96px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 16px;
    background: url(//mat1.gtimg.com/v/comment/images/news-icon.7390f58d.png) 0 -104px no-repeat;
    cursor: pointer;
}

.report-item .report-item--select {
    background: url(//mat1.gtimg.com/v/comment/images/news-icon-blue.24fe4e8c.png) 0 -118px no-repeat;
}

.report-info {
    margin: 8px 0 0 34px;
}

.report-input {
    margin: 8px 40px 16px 34px;
    height: 16px;
    padding: 6px 0 6px 10px;
    border: 1px solid #ddd;
}

.report-input input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.report-btn {
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
    position: relative;
    height: 38px;
    line-height: 38px;
}

.report-btn span {
    height: 100%;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.report-btn-cancel {
    color: #adadad;
}

.report-btn-confirm {
    color: #379be9;
}

.report-btn-confirm:hover {
    color: #328bd1;
}

.report-btn-line {
    position: absolute;
    height: 100%;
    width: 1px;
    z-index: 1;
    top: 0;
    left: 50%;
    background-color: #f0f0f0;
}

.common-link {
    color: #379be9;
    cursor: pointer;
}

.common-link:hover {
    color: #328bd1;
}

.common-avatar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    background: url(//mat1.gtimg.com/v/comment/images/avatar_default.9d95c455.jpg) 0 0 no-repeat;
    overflow: hidden;
}

.common-avatar img {
    width: 100%;
    height: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picture-viewer-bg {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}

.picture-viewer-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.picture-viewer-wp {
    width: 100%;
    text-align: center;
}

.picture-viewer-images {
    font-size: 0;
    position: relative;
    margin: 0 auto;
}

.picture-viewer-images i {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.hf-con-block {
    display: block;
}

.hftime {
    float: left;
    text-align: left;
    color: #999;
}

.hf-more {
    width: 100%;
    font-size: 14px;
    color: #adadad;
    display: inline-block;
    padding-right: 10px;
    height: 16px;
    line-height: 16px;
    margin-top: 14px;
    cursor: pointer;
    text-align: left;
}

.hf-more:hover {
    color: #379be9;
}

.reply-ctit {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 24px;
    margin-top: 5px;
    text-align: left;
}

.reply-avatar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    background: url(//mat1.gtimg.com/v/comment/images/avatar_default.9d95c455.jpg) 0 0 no-repeat;
    overflow: hidden;
}

.reply-avatar img {
    width: 100%;
    height: 100%;
}

.comment-block .noborder {
    border: none;
}
/* 推荐阅读 */
.picScroll-left {
    width: 940px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .bd {
    padding: 20px 0 5px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    overflow: hidden;
}

.picScroll-left .bd ul li .pic img {
    width: 220px;
    height: 140px;
    display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
    width: 220px;
    text-align: left;
    margin-top: 10px;
}

.share-wrapper {
    display: none;
    position: absolute;
    right: -25px;
    top: 5px;
    height: 70px;
}

.share-list {
    position: relative;
    top: 22px;
    width: 80px;
    height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding-left: 15px;
    z-index: 2;
}

.share-list .share-icon.icon-weibo {
    color: #fb673b;
}

.share-list .iconfont {
    display: inline-block;
    font-size: 25px;
    margin-right: 15px;
    line-height: 40px;
    font-size: 22px;
}

.share-list .icon-qzone {
    color: #fdbc36 !important;
}

.share-list .icon-weixin {
    color: #5ecb48 !important;
}

.icon-sanjiao {
    font-size: 22px !important;
}

.qrcode-wrapper {
    display: none;
    padding: 5px;
    position: absolute;
    top: 32px;
    right: -40px;
    z-index: 5;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 2px;
}

.qrcode-wrapper .icon-arrow-up, .qrcode-wrapper .icon-up {
    position: absolute;
    width: 10px;
    right: 20px;
    height: 10px;
    font-size: 12px;
}

.qrcode-wrapper .icon-up {
    top: -10px;
    border-top-right-radius: 40px;
    color: #fff;
}

.qrcode-wrapper .icon-arrow-up {
    top: -11px;
    color: #ececec;
}

.qrcode-wrapper img {
    width: 120px;
    height: auto;
}

.lists3 {
    margin: 20px;
}

.lists3 li a .img-n {
    width: 190px;
    height: 250px;
    float: left;
    line-height: 250px;
}

.lists3 li a .img-n img {
    width: 100%;
    height: auto;
    max-height: 250px;
    vertical-align: middle;
}

.lists3 li .con-n p {
    height: 100px;
}

.lists3 li a .bom-n {
    margin-top: 40px;
}

.dy-Subscribe h1 {
    text-align: center;
    color: #333;
    font-size: 22px;
    margin-bottom: 15px;
}

.dy-price {
    color: #e94740;
}

.dy-price em {
    font-style: normal;
    color: #c1c1c1;
    padding-right: 20px;
}

.dy-Subscribe a {
    background-color: #e94740;
    padding: 5px 25px;
    color: #fff;
    font-size: 17px;
    border-radius: 3px;
    margin: 15px;
    display: inline-block;
}

.dy-Subscribe li {
    margin-top: 20px;
    display: block;
    color: #333;
}

.dy-Subscribe a:hover {
    background-color: #8e080d;
    color: #fff;
}

#current {
    background-color: #af754b;
}

#current:hover {
    background-color: #8e080d;
}

.close1 {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

.close1 i {
    color: #e94740;
    font-size: 22px;
}

.new-content {
    width: 940px;
    margin: 0 auto;
}

.new-content h1 {
    width: 100%;
    float: left;
    color: #222;
    font-size: 30px;
    margin-top: 40px;
    text-align: left;
    line-height: 140%;
}

.dz-tit {
    width: 100%;
    float: left;
}

.dz-img {
    width: 260px;
    height: 160px;
    float: left;
    overflow: hidden;
}

.dz-img img {
    width: 100%;
    height: auto;
    line-height: 160px;
    vertical-align: middle;
}

.dz-titcon {
    float: right;
    width: 68%;
}

.dz-titcon h1 {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 150%;
    color: #333;
    margin-top: 10px;
}

.dz-titcon p {
    width: 100%;
    float: left;
    color: #aeaeae;
    font-size: 14px;
    margin-top: 10px;
}

.dz-about {
    width: 90%;
    padding: 20px 5% 40px;
    float: left;
    background-color: #f8fafc;
    margin-top: 15px;
}

.dz-about p {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 10px;
}

.hr {
    width: 100%;
    height: 10px;
    float: left;
    background-color: #f5f5f5;
    border: none;
}

.mulu {
    width: 100%;
    float: left;
    border-bottom: 4px solid #e5e5e5;
}

.mulu h1 {
    color: #282828;
    font-size: 24px;
    margin: 20px 20px 15px 15px;
    border-left: 6px solid #ee423e;
    padding-left: 15px;
    letter-spacing: 2px;
}

.ml-con {
    width: 90%;
    padding: 20px 5% 0;
    float: left;
    margin-top: 1px;
    background-color: #f8fafc;
}

.show {
    height: 242px;
    overflow: hidden;
}

.ml-con p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.sd-con {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding-bottom: 50px;
}

.sd-con img {
    max-width: 100%;
}

.sd-con p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.shrink {
    float: left;
    width: 90%;
    background-color: #f8fafc;
    padding: 10px 5% 30px;
    color: #ee423e;
    font-size: 1.1rem;
    line-height: 30px;
    cursor: pointer;
}

.zz-img {
    width: 200px;
    height: 265px;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.zz-titcon h1 {
    width: 100%;
    line-height: 150%;
    color: #333;
    margin-top: 10px;
}

.zz-titcon p {
    width: 100%;
    float: left;
    color: #6a6a6a;
    font-size: 1rem;
    line-height: 31px;
    margin-top: 10px;
}

.zz-titcon a {
    color: #ee423e;
    margin-left: 10px;
}

.zz-right {
    width: 720px;
    float: right;
    display: inline-block;
}

.dy-baogao {
    width: 60px;
    height: 26px;
    line-height: 25px;
    float: left;
    cursor: pointer;
    border-radius: 3px;
    background-color: #e94740;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.dy-baogao:hover {
    background-color: #c41c15;
    color: #fff !important;
}

.dy-baogao2 {
    width: 60px;
    height: 26px;
    line-height: 25px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    background-color: #e94740;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.dy-baogao2:hover {
    background-color: #e7271f;
    color: #fff !important;
}

.dy-baogao3 {
    width: 60px;
    height: 26px;
    margin-right: 20px;
    line-height: 25px;
    float: left;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    background-color: #e94740;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.dy-baogao3:hover {
    background-color: #e7271f;
    color: #fff !important;
}

.ydinyue {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.fr-right {
    width: 180px;
}

.martop {
    margin-top: 30px !important;
}

.zz-about {
    color: #333 !important;
}

.mulu2 {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e5e5;
    display: inline-block;
}

.mulu2 h1 {
    float: left;
    color: #282828;
    font-size: 24px;
    margin: 0 20px 15px 15px;
    border-left: 6px solid #ee423e;
    padding-left: 15px;
    letter-spacing: 2px;
}

.mulu2 a {
    float: right;
    font-size: 14px;
    line-height: 45px;
    color: #7e7e7e;
    margin-right: 15px;
    display: inline;
}

.mulu2 a:hover {
    color: #e94740;
}

.gz-img {
    width: 90px;
    float: left;
}

.gz-img img {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
}

.gz-img .gzrn {
    width: 70px;
    height: 28px;
    display: block;
    cursor: pointer;
    margin: 10px auto;
    font-size: 16px;
    background-color: #a6a6a6;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.gz-img .gzrn:hover {
    background-color: #e94740;
}

.gz-lists .gz-cons {
    width: 240px;
    float: left;
    margin-left: 15px;
    display: inline;
}

.gz-lists .gz-cons h2 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 9px;
    display: inline-block;
}

.gz-lists .gz-cons a:hover h2 {
    color: #e94740;
}

.gz-lists .gz-cons a h2 font {
    color: #e94740;
}

.gz-lists .gz-cons p {
    color: #535353;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
}

.gz-lists {
    width: 100%;
    float: left;
}

.gz-lists li {
    width: 46%;
    float: left;
    border: none;
    margin: 10px 2%;
    display: inline;
}

.new-left .con-n h3 font {
    color: #e94740;
}

.sou-div {
    width: 610px;
    margin: 40px auto 50px;
}

.sou-input {
    width: 450px;
    float: left;
    padding-left: 25px;
    height: 45px;
    font-size: 16px;
    border-right: 0;
    border-left: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: inline;
}

.ssbtn {
    width: 130px;
    height: 47px;
    cursor: pointer;
    line-height: 47px;
    background: url(../images/ssbg_06.png) center center no-repeat;
    float: left;
    background-color: #e03434;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.ssbtn:hover {
    background-color: #b91b1b;
}

.gz-lists2 {
    width: 100%;
    float: left;
}

.gz-lists2 li {
    width: 96%;
    float: left;
    margin: 10px 2%;
    display: inline;
}

.gz-lists2 .gz-cons {
    width: 500px;
    float: left;
    margin-left: 15px;
    display: inline;
}

.gz-lists2 .gz-cons h2 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    display: inline-block;
}

.gz-lists2 .gz-cons a:hover h2 {
    color: #e94740;
}

.gz-lists2 .gz-cons a h2 font {
    color: #e94740;
}

.gz-lists2 .gz-cons p {
    color: #535353;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    height: 44px;
}

.gz-lists2 .rz-guanzu {
    width: 70px;
    height: 28px;
    display: block;
    cursor: pointer;
    margin: 30px 20px 0 0;
    font-size: 16px;
    background-color: #a6a6a6;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.gz-lists2 .rz-guanzu:hover {
    background-color: #b91b1b;
}

.sousuok {
    width: 430px;
    height: 45px;
    float: left;
    border: 1px solid #c1c1c1;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
}

.ssa {
    margin-top: 7px;
    height: 30px;
    float: left;
}

.xiala {
    float: left;
    width: 110px;
    padding: 0 5px;
    height: 30px;
    margin-left: 5px;
    border-right: solid 1px #c1c1c1;
    position: relative;
}

.ssinput {
    float: left;
    width: 250px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: none;
    border: none;
}

.btnss {
    width: 130px;
    height: 46px;
    float: left;
    display: block;
    cursor: pointer;
}
/*仿下拉*/
.link {
    cursor: pointer;
    display: block;
    width: 110px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 18px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.link p {
    display: inline;
}

.fa-chevron-down {
    margin-left: 8px;
}

.fa-chevron-down img {
    width: 16px;
    vertical-align: middle;
}

.xllist {
    width: 111px;
    position: absolute;
    z-index: 111;
    display: none;
    width: 125px;
    padding: 5px 0 10px;
    top: 29px;
    left: -6px;
    border: solid 1px #c1c1c1;
    border-top: none;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

.xllist li {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    cursor: pointer;
}

.xllist li:hover {
    background-color: #fff6dd;
    color: #ff8400;
}

.xllist .active {
    background-color: #fff6dd;
    color: #ff8400;
}

.xllist li:last-child {
    border-bottom: none;
}
/*找回密码*/
.reg-from #from {
    padding-top: 50px;
    padding-bottom: 50px;
}

.reg-from {
    width: 690px;
    margin: 10px auto;
}

.reg-from li {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.reg-from li label {
    float: left;
    width: 170px;
    height: 40px;
    padding-right: 5px;
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
}

.form_control {
    border: 1px #ddd solid;
    width: 330px;
    float: left;
    position: relative;
    padding: 5px 10px;
}

.form_control input[type="text"],
.form_control input[type="password"] {
    border: none;
    background: none;
    width: 100%;
    line-height: 25px;
    font-size: 16px;
}

.form_control.active {
    border: 1px #32BC61 solid;
    background-color: #fff;
}

.form_control.error {
    border: 1px #f00 solid;
    background-color: #fff;
}

.form_control.error input[type="text"],
.form_control.error input[type="password"] {
    background-color: #FBF9BB;
    color: #f00;
}

.form_control input[type="text"]:focus,
.form_control input[type="password"]:focus {
    border: none;
    outline: none;
    background: none;
}

.form_control .valid_message {
    color: #868686;
    position: absolute;
    left: 360px;
    top: 5px;
    width: 200px;
    font-size: 14px;
}

.form_control.error .valid_message {
    color: #f00;
}

.form_control.success .valid_message {
    background: url(../images/sucess.png) no-repeat;
    left: auto;
    right: 5px;
    top: 11px;
    width: 16px;
    height: 16px;
}

.weui_uploader_input_wrp {
    width: 70px !important;
    height: 70px !important;
    background-image: url(../images/loadpic_07.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-left: 40%;
    position: relative;
}

.weui_uploader_input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.loads {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    text-align: center;
    z-index: 99;
}

.reg-from li .selects {
    width: 350px;
    height: 40px;
    border: none;
    outline: none;
    border: 1px solid #ddd;
    color: #333;
}

.zf-css {
    width: auto !important;
    margin-right: 10px;
    display: inline-block;
}

.zf-css img {
    vertical-align: middle;
    margin: 0 3px 0 5px;
    display: inline;
}

.btn {
    width: 330px;
    height: 44px;
    display: inline-block;
    background-color: #e94740;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: '微软雅黑';
    border: none;
    border-radius: 4px;
}

.btn:hover {
    background-color: #cb3630;
}

.btn:active {
    background-color: #ba322c;
}

.yanzheng {
    width: auto !important;
    position: absolute;
    z-index: 111;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    color: #6b6b6b;
    line-height: 1.5 !important;
    padding: 9.8px 10px !important;
    background-color: #d4d4d4;
    border-radius: 0;
}

.ydcss {
    width: 245px !important;
    border: 1px #ddd solid !important;
    padding: 6px 10px !important;
}

.form_control .ydcss:focus {
    border: 1px #32BC61 solid !important;
    background-color: #fff;
}

.globalfl li {
    float: left;
    display: inline;
    color: #6c6b6b;
    font-size: 26px;
}

.globalfl li img {
    vertical-align: middle;
    line-height: 60px;
    margin-right: 15px;
    display: inline-block;
}
/*分页*/
.prevPage {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    color: #999 !important;
}

.nextPage {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    color: #999 !important;
}

.tcdPageCode {
    padding: 15px 20px;
    text-align: left;
    color: #ccc;
    text-align: center;
    margin-top: 30px;
}

.tcdPageCode a {
    display: inline-block;
    color: #999;
    font-size: 16px;
    display: inline-block;
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    border: 1px solid #ccc;
    margin: 0 5px;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border: 1px solid #ccc;
}

.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    font-size: 16px;
    line-height: 23px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #e94740;
    border: 1px solid #f9d8d7;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    font-size: 16px;
    line-height: 23px;
    padding: 0 10px;
    margin: 0 2px;
    color: #999;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
}
/*分页end*/
/*企业管理*/
.adminLeft {
    width: 260px;
    float: left;
    background-color: #fff;
    border-radius: 3px;
}

.adminLeft li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dfdfdf;
}

.adminLeft li a {
    padding-left: 40px;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    border-left: 3px solid #fff;
}

.adminLeft li:hover a {
    border-left: 3px solid #e94740;
}

.adminLeft li:last-child {
    border-bottom: 1px solid #fff;
}

.adminLeft .hover a {
    border-left: 3px solid #e94740 !important;
}

.adminright {
    width: 810px;
    float: right;
    padding: 0 0 30px;
    background-color: #fff;
    border-radius: 3px;
    min-height: 670px;
}

.dbxinxi {
    width: 100%;
    float: left;
    margin-top: 50px;
    display: block;
    background-color: #fff;
    padding: 35px 0 30px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #919191;
    -moz-box-shadow: 0px -1px 3px #DFDFDF;
    -webkit-box-shadow: 0px -1px 3px #DFDFDF;
    box-shadow: 0px -1px 3px #DFDFDF;
}

.dbxinxi a {
    font-size: 12px;
    color: #919191;
}

.dbxinxi a:hover {
    color: #e94740;
}

.dbxinxi font {
    color: #333;
}

.wz-List {
    width: 740px;
    float: left;
    padding: 0 35px 30px;
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
}

.wz-List .article {
    width: 108px;
    height: 42px;
    float: left;
    background-color: #af754b;
    border: 1px solid #af754b;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 41px;
}

.ss-key {
    width: 150px;
    height: 41px;
    border: 1px solid #ededed;
    line-height: 41px;
    padding: 0 10px;
    float: left;
    margin-left: 20px;
    display: inline-block;
}

.sou-btn {
    width: 70px;
    text-align: center;
    outline: none;
    color: #fff;
    height: 43px;
    font-size: 18px;
    line-height: 41px;
    border: 1px solid #dd3b3d;
    background-color: #dd3b3d;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.icon-riqi {
    font-size: 22px !important;
    color: #9a9a9a;
}

.pr50 {
    margin-right: 50px !important;
}

.pr40 {
    margin-right: 40px !important;
}

.pr30 {
    margin-right: 30px !important;
}

.wz-Lists {
    width: 750px;
    float: left;
    padding: 0 30px 30px;
    display: block;
}

.wz-Lists li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-top: 30px;
    display: block;
}

.wz-Lists li .wzl {
    width: 98px;
    height: 105px;
    float: left;
    text-align: left;
    position: relative;
}

.wz-Lists li .wzl .zd {
    width: 50px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #dedede;
    border-radius: 3px;
    text-align: center;
    float: left;
    margin-top: 5px;
    text-align: center;
    color: #333;
    font-size: 16px;
}

.wz-Lists li .wzl p {
    position: absolute;
    left: 0;
    top: 45px;
    width: 55px;
    text-align: center;
    font-size: 16px;
}

.wz-Lists li .wzl .y-tong {
    color: #168020;
}
/*已通过*/
.wz-Lists li .wzl .caogao {
    color: #9f9e9e;
}
/*草稿*/
.wz-Lists li .wzl .w-tong {
    color: #e94740;
}
/*未通过*/
.wz-Lists li .wzl .shenhe {
    color: #a24f13;
}
/*审核中*/
.wz-Lists .wz-tit {
    width: 480px;
    float: left;
}

.wz-Lists .wz-tit a h1 {
    font-size: 22px;
    color: #222;
    line-height: 32px;
    text-align: left;
}

.wz-Lists .wz-tit a:hover h1 {
    color: #e94740;
}

.wz-Lists .wz-tit p {
    margin-top: 15px;
}

.wz-Lists .wz-tit p span {
    float: left;
    color: #666;
    font-size: 16px;
    margin-right: 30px;
    display: inline;
}

.wz-Lists .wz-r {
    width: 85px;
    position: relative;
    min-height: 105px;
}

.wz-Lists .wz-r .wz-time {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #777;
    text-align: center;
}

.wz-Lists .wz-r .zd-btn {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.wz-Lists .wz-r .zd-btn:hover {
    color: #e94740;
}

.wz-Lists .wz-r .wz-del {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
}

.wz-Lists .wz-r .wz-del i {
    font-size: 25px !important;
    color: #a4a4a4;
    margin: 0 5px;
}

.wz-Lists .wz-r .wz-del i:hover {
    color: #e94740;
}

.btnfb {
    width: 128px;
    height: 44px;
    margin-right: 20px;
    display: inline-block;
    background-color: #e94740;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: '微软雅黑';
    border: none;
    border-radius: 4px;
}

.btnfb:hover {
    background-color: #cb3630;
}

.btnfb:active {
    background-color: #ba322c;
}

.btncg {
    width: 128px;
    height: 44px;
    display: inline-block;
    background-color: #af754b;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: '微软雅黑';
    border: none;
    border-radius: 4px;
}

.btncg:hover {
    background-color: #a95e28;
}

.btncg:active {
    background-color: #a5541a;
}

.reg-from2 #from {
    padding-bottom: 50px;
}

.reg-from2 {
    width: 690px;
    margin: 10px auto;
}

.reg-from2 li {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.reg-from2 li label {
    float: left;
    width: 110px;
    height: 40px;
    padding-right: 5px;
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
}

.form_control2 {
    border: 1px #ddd solid;
    width: 350px;
    float: left;
    position: relative;
    padding: 5px 10px;
}

.form_control2 input[type="text"],
.form_control2 input[type="password"] {
    border: none;
    width: 100%;
    line-height: 25px;
    font-size: 16px;
}

.form_control2 textarea {
    border: none;
    width: 96%;
    line-height: 25px;
    font-size: 16px;
}

.form_control2.active {
    border: 1px #32BC61 solid;
    background-color: #fff;
    box-sizing: content-box !important;
}

.form_control2.error {
    border: 1px #f00 solid;
    background-color: #fff;
}

.form_control2 .error input[type="text"],
.form_control2 .error input[type="password"] {
    background-color: #FBF9BB;
    color: #f00;
}

.form_control2 input[type="text"]:focus,
.form_control2 input[type="password"]:focus {
    border: none;
    outline: none;
}

.form_control2 textarea:focus {
    border: none;
    outline: none;
}

.form_control2 .valid_message {
    color: #868686;
    position: absolute;
    left: 0px;
    top: 38px;
    width: 200px;
    font-size: 14px;
}

.form_control2.error .valid_message {
    color: #f00;
}

.form_control2.success .valid_message {
    background: url(../images/sucess.png) no-repeat;
    left: auto;
    right: 5px;
    top: 11px;
    width: 16px;
    height: 16px;
}

.bd-list .input-cs {
    position: relative;
}

.bd-list .input-cs .valid_message {
    color: #868686;
    position: absolute;
    left: 110px;
    top: 75px;
    width: 200px;
    font-size: 14px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.biaoqian span {
    width: 58px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin-top: 6px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 3px;
    display: inline;
}

.biaoqian span:active {
    background-color: #eae9e9;
}

.biaoqian .activer {
    background-color: #af754b;
    border: 1px solid #af754b;
    color: #fff;
}

.vd-img {
    width: 200px;
    height: 130px;
    float: left;
    line-height: 130px;
    position: relative;
}

.vd-img img { /*width: 100%; height: auto; max-height: 130px; vertical-align: middle;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vd-img i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 40%;
    top: 6%;
}

.vd-list .wz-tit {
    width: 330px;
    margin-left: 10px;
}

.vd-list li .wzl {
    width: 90px;
}

.vd-list .wz-tit p {
    margin-top: 20px;
}

.xtmessage .wz-r {
    width: 170px;
    padding-left: 10px;
}

.xtmessage .wz-r .wz-time {
    text-align: left;
}

.xtmessage .wz-tit {
    width: 510px;
}

.xtmessage .wz-tit h1 {
    font-size: 18px;
    font-weight: 400;
}

.xtmessage .wz-tit p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.xtmessage li {
    padding-bottom: 15px;
    margin-top: 0;
    padding-top: 20px;
    cursor: pointer;
}

.xtmessage li:hover {
    background-color: #faf8f8;
}

.pl-box {
    float: left;
    line-height: 40px;
    color: #333;
}

.pl-box input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.ss-key1 {
    width: 100px;
    height: 41px;
    border: 1px solid #ededed;
    line-height: 41px;
    padding: 0 7px;
    float: left;
    margin-left: 15px;
    display: inline-block;
}

.com-list li .wzl {
    width: 80px;
}

.com-list li .wzl img {
    width: 60px;
    height: 60px;
    display: block;
}

.com-list .wz-tit p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.com-list .wz-tit {
    width: 550px;
}

.com-list .wz-tit .com-tit {
    float: left;
    width: 100%;
}

.com-list .wz-tit .com-tit span {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    display: inline-block;
}

.com-list .wz-tit .com-tit .pl-name {
    color: #379be9;
}

.com-list .wz-tit .com-tit .pl-time {
    font-size: 14px;
}

.com-list .wz-tit .com-tit .pl-tit {
    width: 330px;
    height: 30px;
    margin-right: 10px;
}

.com-dw {
    position: absolute;
    left: 0;
    width: 100%;
    top: 30px;
}

.com-dw .y-hui {
    color: #d4d4d4;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    margin: 0;
    line-height: 25px;
    margin-bottom: 3px;
    display: inline-block;
}

.com-dw .y-hui:hover {
    color: #d4d4d4;
}

.com-dw .wz-hf {
    width: 100%;
    float: left;
    cursor: pointer;
    text-align: center;
    margin: 0;
    line-height: 25px;
}

.com-dw .wz-hf i:hover {
    color: #817e7e;
}

.com-dw .wz-hf i {
    font-size: 25px;
    color: #9a9a9a;
}

.com-dw .disabled {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    line-height: 25px;
}

.com-dw .disabled i {
    font-size: 25px;
    color: #d4d4d4;
}

.com-list .wz-tit .pl-tit:hover {
    color: #e94740;
}

.bg-list {
    width: 98%;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.bg-list th {
    text-align: center;
    line-height: 30px;
    padding: 10px;
    background-color: #f1f1f1;
    color: #333;
}

.bg-list td {
    padding: 10px;
    line-height: 25px;
    font-size: 15px;
}

.bg-list .th1 {
    width: 30%;
}

.bg-list .th2 {
    width: 40%;
}

.bg-list .th3 {
    width: 15%;
}

.bg-list .th4 {
    width: 15%;
}

.bg-list th, .bg-list td {
    border: 1px solid #dfdfdf;
    text-align: center;
}

.bg-list .td2 {
    text-align: left;
}

.bg-list .td3 {
    color: #168020;
}

.bg-list .td4 {
    color: #af754b;
}

.bg-list tbody tr:hover {
    background-color: #faf8f8;
}

.qy-con {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.qy-logo {
    width: 160px;
    height: 160px;
    padding: 5px;
    float: left;
    position: relative;
    border-radius: 50%;
    -moz-box-shadow: 0px 1px 6px #D9D9D9;
    -webkit-box-shadow: 0px 1px 6px #D9D9D9;
    box-shadow: 0px 1px 6px #D9D9D9;
    display: inline-block;
}

.qy-logo img {
    width: 160px;
    height: 160px;
    display: block;
    border-radius: 50%;
}

.qy-ziliao {
    width: 72%;
}

.qy-ziliao li {
    width: 50%;
    float: left;
    text-align: left;
    height: 25px;
    line-height: 25px;
    padding: 7px 0;
    color: #bab9b9;
    font-size: 16px;
}

.qy-ziliao li i, .qy-jj i {
    font-size: 22px;
    vertical-align: top;
    color: #9a9a9a;
    cursor: pointer;
    margin-left: 5px;
}

.qy-tit h1, .qy-jj h1 {
    font-size: 24px;
    color: #333;
    display: inline-block;
}

.qy-ziliao li label {
    float: left;
    color: #333;
    margin-right: 20px;
    display: inline-block;
}

.qy-ziliao li span {
    color: #333;
    cursor: pointer;
    color: #333;
    padding-left: 15px;
}

.qy-ziliao li i:hover {
    color: #e94740;
}

.hrbg {
    width: 100%;
    height: 8px;
    background-color: #f5f5f5;
    border: none;
    margin: 30px auto;
    display: block;
}

.qy-jj {
    width: 90%;
    float: left;
    padding: 0 5%;
}

.qy-jj p {
    margin-top: 20px;
    line-height: 26px;
    color: #6e6e6e;
    font-size: 16px;
    text-align: left;
    text-indent: 2rem;
}

.qy-jj a {
    color: #333;
    font-size: 16px;
    float: right;
    line-height: 42px;
    text-decoration: underline;
}

.qy-jj a:hover {
    color: #e94740;
}

.bg-list2 {
    width: 100%;
    float: left;
    margin: 20px auto 10px;
}

.bg-list2 th {
    text-align: center;
    line-height: 30px;
    padding: 10px;
    background-color: #f7f7f7;
    color: #333;
}

.bg-list2 td {
    padding: 10px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
}

.bg-list2 .th1 {
    width: 30%;
}

.bg-list2 .th2 {
    width: 30%;
}

.bg-list2 .th3 {
    width: 40%;
}

#txtaddr {
    color: #bab9b9;
}
/*上传图片插件的样式*/
.img-section {
    float: left;
}

.z_photo .z_file {
    position: relative;
}

.z_file .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.z_photo .up-section {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.up-section .close-upimg {
    position: absolute;
    top: -10px;
    width: 20px;
    right: -10px;
    display: none;
    z-index: 10;
}

.up-section .up-span {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0,0,0,.5);
}

.up-section:hover {
    border: 1px solid #f15134;
}

.up-section:hover .close-upimg {
    display: block;
}

.up-section:hover .up-span {
    visibility: visible;
}

.z_photo .up-img {
    display: block;
    width: 100%;
    height: 100%;
}

.loading {
    border: 1px solid #D1D1D1; /*background: url(../images/loading.gif) no-repeat center; background-size: 25px 25px;*/
}

.up-opcity {
    opacity: 0;
}

.img-name-p {
    display: none;
}

.upimg-div .up-section {
    width: 70px;
    height: 70px;
}

.img-box .upimg-div .z_file {
    width: 70px;
    height: 70px;
}

.z_file .add-img {
    display: block;
    width: 70px;
    height: 70px;
}
/*遮罩层样式*/
.mask {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 9999999999;
}

.mask .mask-content {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -80px;
    background: white;
    height: 160px;
    text-align: center;
}

.mask .mask-content .del-p {
    color: #555;
    height: 94px;
    line-height: 94px;
    font-size: 18px;
    border-bottom: 1px solid #D1D1D1;
}

.mask-content .check-p {
    height: 66px;
    line-height: 66px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.mask-content .check-p span {
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #d4361d;
    font-size: 18px;
}

.check-p .del-com {
    border-right: 1px solid #D1D1D1;
}
/*大V*/
.liulan {
    width: 750px;
    margin-left: 25px;
    display: inline;
}

.emptys {
    float: left;
    width: 96%;
    padding-right: 4%;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #dfdfdf;
    text-align: right;
    display: inline;
}

.emptys a {
    color: #666;
}

.emptys a i {
    font-size: 19px;
    vertical-align: middle;
}

.emptys a:hover {
    color: #e94740;
}

.liulan .con-n h3 {
    margin-right: 60px;
}

.delll {
    font-size: 25px !important;
    position: absolute;
    color: #adadad;
    cursor: pointer;
    right: 15px;
    top: -1px;
}

.delll:hover {
    color: #e94740;
}

.pl-list li {
    padding-bottom: 15px;
}

.pl-list .com-tit span {
    float: left;
    line-height: 30px;
}

.pl-list .com-tit .pl-time {
    font-size: 14px;
    color: #878787;
    margin-right: 20px;
}

.pl-list .com-tit .pl-tit {
    width: 520px;
    display: inline-block;
    font-size: 18px;
    color: #333;
}

.pl-list .com-tit .pl-tit:hover {
    color: #e94740;
}

.pl-list li p {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    color: #454545;
    line-height: 25px;
    text-align: left;
    width: 100%;
}

.paylist .wz-r {
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #a3a3a3;
    min-height: 50px;
    padding-top: 30px;
}

.paylist .wz-tit span {
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    margin-right: 25px;
}

.paylist .wz-tit .dd-biehao {
    color: #a3a3a3;
    font-size: 16px;
}

.paylist .wz-tit {
    width: 620px;
}

.paylist .wz-tit p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.paylist li {
    padding-bottom: 10px;
    margin-top: 0;
    padding-top: 10px;
}

.paylist .wz-r input[type='checkbox'] {
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
}

.paylist .wz-r input[type=checkbox]:checked {
    background: url("../images/xz.png")no-repeat center;
    background-size: 18px 18px;
}

.sq-fapiao {
    width: 92%;
    float: left;
    margin: 0;
    padding-bottom: 20px;
    padding-right: 8%;
    text-align: right;
}

.sq-fapiao a {
    color: #dd3b3d;
}

.sq-fapiao a:hover {
    color: #d72527;
}

.reg-from3 #from {
    padding-bottom: 50px;
}

.reg-from3 {
    width: 650px;
    margin: 10px auto;
}

.reg-from3 li {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.reg-from3 li label {
    float: left;
    width: 150px;
    height: 40px;
    padding-right: 5px;
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
}

.cg-tit {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 60px auto 30px;
}

[class*="u-block-hover"] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

[class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
    transition: all .3s ease;
}

.u-block-hover--uncroped {
    overflow: visible;
}

.u-block-hover--uncroped:hover {
    z-index: 2;
}

.u-block-hover__img {
    max-width: 100%;
    vertical-align: top;
}

.u-block-hover__block {
    min-height: 100%;
}

.u-block-hover:hover .u-block-hover__main--zoom-v1 {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.dv-logo {
    width: 160px;
    height: 160px;
    padding: 5px;
    margin: 0 auto;
    position: relative;
    display: block;
    border-radius: 50%;
    -moz-box-shadow: 0px 1px 6px #D9D9D9;
    -webkit-box-shadow: 0px 1px 6px #D9D9D9;
    box-shadow: 0px 1px 6px #D9D9D9;
    background-color: #fff;
}

.dv-logo img {
    width: 160px;
    height: 160px;
    display: block;
    border-radius: 50%;
}

.dv-logo .lod {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: rgba(0,0,0,.6);
    display: none;
}

.dv-logo .loading {
    width: 20px;
    height: 20px;
    margin: 70px 70px 10px;
}

.qy-logo .lod {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: rgba(0,0,0,.6);
    display: none;
}

.qy-logo .loading {
    width: 20px;
    height: 20px;
    margin: 70px 70px 10px;
}

.dv-tit {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 5px;
}

.dv-tit i {
    font-size: 22px;
    vertical-align: top;
    color: #9a9a9a;
    cursor: pointer;
    margin-left: 5px;
}

.md-pwd {
    position: absolute;
    right: 10px;
    top: 40px;
    color: #6e6e6e;
    font-size: 16px;
    text-decoration: underline;
}

.md-pwd:hover {
    color: #e94740;
}

.lb-list {
    width: 85%;
    margin: 40px auto;
}

.lb-list li {
    width: 33%;
    height: 60px;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #6e6e6e;
    line-height: 25px;
    border-right: 1px solid #ededed;
}

.lb-list li:last-child {
    border: 0;
}

.lb-list li p {
    text-align: center;
    font-size: 20px;
    color: #444;
    line-height: 32px;
}

#txtweixin {
    color: #bab9b9;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #ef2d2d !important;
    background-color: #ef2d2d !important;
}

.layui-layer-prompt textarea.layui-layer-input {
    width: 400px !important;
    height: 120px !important;
}

.guanzu2 {
    padding: 5px 8px;
    background-color: #af825e;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.guanzu2:hover {
    background-color: #e94740;
    color: #fff !important;
}

.guanzu2:active {
    background-color: #e33d35;
    color: #fff !important;
}

.gzgl-list .wz-tit {
    width: 520px;
    float: left;
}

.gzgl-list .com-tit a {
    color: #333;
    font-size: 18px;
}

.gzgl-list .com-tit a:hover {
    color: #e94740;
}

.gzgl-list p {
    text-align: left;
    margin-top: 1px !important;
    color: #535353 !important;
    font-size: 14px !important;
    line-height: 25px;
    height: 50px;
}

.gzgl-list li {
    padding-bottom: 0;
}

.gzgl-list li .wzl img {
    width: 70px;
    height: 70px;
}

.pl-biao {
    width: 100%;
}

.coll-list li .pl-biao h1 {
    display: inline;
    line-height: 26px;
    font-size: 18px;
}

.pl-biao .time-n {
    line-height: 26px;
    display: inline-block;
    font-size: 14px;
    color: #7e7e7e;
}

.pinlun .coll-bom {
    color: #333 !important;
}

.nomore {
    padding: 15px 20px;
    text-align: center;
    color: #ccc;
    text-align: center;
    margin-top: 30px;
}

.gr-con {
    width: 1000px;
    float: left;
    padding: 20px 50px;
    background-color: #fff;
}
/*选项卡切换*/
.xuanxiangka {
    width: 100%;
    float: left;
}

.xuanxiangka .tab {
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.xuanxiangka .tab a {
    display: inline-block;
    text-decoration: none;
    height: 50px;
    margin: 10px 20px 0;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    color: #535353;
    font-size: 20px;
    letter-spacing: 1px;
}

.xuanxiangka .tab a:hover {
    background: url(../images/xxkbg_03.jpg) bottom no-repeat;
    color: #e5c97c;
    font-size: 20px;
    background-size: 100%;
}

.xuanxiangka .tab a.on {
    background: url(../images/xxkbg_03.jpg) bottom no-repeat;
    color: #e94740;
    font-size: 20px;
    background-size: 100%;
}

.xuanxiangka .content1 {
    overflow: hidden;
    width: 730px;
    margin-left: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.xuanxiangka .content1 .xxitem {
    width: 730px;
    float: left;
}

.xuanxiangka .content2 {
    overflow: hidden;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.xuanxiangka .content2 .xxitem {
    width: 100%;
    float: left;
}

.over {
    display: none;
}

.coll-list li {
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.coll-list li a h1 {
    color: #222;
    font-size: 22px;
    text-align: left;
}

.coll-list li a:hover h1 {
    color: #e94740;
}

.coll-list li .coll-con {
    margin-top: 5px;
    line-height: 25px;
    text-align: left;
    height: 50px;
    display: block;
    font-size: 14px;
    color: #7e7e7e;
}

.coll-list li .coll-bom {
    margin-top: 5px;
    color: #aeaeae;
    font-size: 14px;
    line-height: 26px;
}

.coll-list li .coll-bom .coll-d-load {
    padding: 0 8px;
    height: 26px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #af825e;
    border-radius: 3px;
    cursor: pointer;
}

.coll-list li .coll-bom .coll-d-load:hover {
    background-color: #e94740;
}

.coll-list li .coll-bom .coll-d-load:active {
    background-color: #e33d35;
}

.wz-coll .coll-bom .time-n {
    float: left;
    margin-right: 30px;
    display: inline-block;
}

.wz-coll .coll-bom .user-n img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.zazi-list .zazi-pic {
    width: 140px;
    height: 180px;
    float: left;
}

.zazi-list {
    overflow: hidden;
    margin-right: -8%;
}

.zazi-list li {
    float: left;
    width: 42%;
    margin-right: 8%;
    margin-top: 40px;
    margin-bottom: 10px;
    display: inline;
}

.zazi-list .zazi-pic img {
    width: 100%;
    height: 100%;
}

.zazi-list .zz-con {
    float: right;
    width: 180px;
}

.zazi-list .zz-con a h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.zazi-list .zz-con a:hover h3 {
    color: #e94740;
}

.zazi-list .zz-con .zzc2 {
    width: 100%;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    margin: 5px 0 20px 0;
}

.zazi-list .zz-bom .time-n {
    float: left;
    line-height: 26px;
    display: inline-block;
    font-size: 14px;
    color: #7e7e7e;
}

.zazi-list .zz-bom .zz-xiazai {
    padding: 0 8px;
    height: 26px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #333;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
}

.zazi-list .zz-bom .zz-xiazai:hover {
    border: 1px solid #f95b5c;
    color: #f95b5c;
}

.loads .lodimg {
    width: 25px;
    height: auto;
    top: 34%;
    left: 34%;
    position: absolute;
}
/*普通账号*/
.pcontent {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-top: 90px;
    padding-bottom: 50px;
    position: relative;
}

.p-data {
    width: 100%;
    float: left;
    position: relative;
    height: 180px;
}

.p-datas {
    position: absolute;
    top: -85px;
    width: 100%;
}

.p-qianm {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 25px;
    text-align: center;
}

.p-dvrz {
    position: absolute;
    top: 40px;
    right: 30px;
    height: 25px;
    padding: 5px 15px;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #dd3b3d;
    border-radius: 22px;
}

.p-dvrz:hover {
    background-color: #e94740;
    color: #fff;
}

.p-dvrz:active {
    background-color: #e33d35;
}

.p-nav {
    width: 100%;
    float: left;
    margin-top: 15px;
    border-top: 2px solid #ededed;
}

.nav-bd-lf {
    border-left: 1px solid #ededed;
}

.nav-bd-tp {
    border-top: 1px solid #ededed;
}

.nav-bd-bm {
    border-bottom: 2px solid #ededed;
}

.p-nav ul {
    width: 100%;
    float: left;
    margin-right: -1px;
    overflow: hidden;
}

.p-nav li {
    width: 19.9%;
    float: left;
    padding: 40px 0;
    text-align: center;
}

.p-nav li p {
    height: 60px;
}

.p-nav li p i {
    color: #bfbfbf;
    font-size: 40px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.p-nav li h1 {
    color: #333;
    font-size: 20px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.map {
    line-height: 40px;
    font-size: 16px;
    padding-left: 15px;
    display: inline;
}

.map a {
    color: #999;
}

.map img {
    line-height: 40px;
    vertical-align: middle;
    margin-right: 3px;
}

.gr-tit {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    border-bottom: 2px solid #e8e8e8;
}

.gr-tit h2 {
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
    background: url(../images/tit-bg_03.jpg) left no-repeat;
    padding-left: 10px;
    font-size: 20px;
    color: #1a1a1a;
}

.grcom {
    width: 94%;
}

.grcom li .wzl {
    height: auto;
}

.grcom .wz-tit {
    width: 840px;
}

.qi-con {
    float: left;
    margin-left: 20px;
    margin-top: 75px;
}

.zl-tit {
    float: left;
    width: 200px;
}

.zl-tit h1 {
    width: 100%;
    color: #333;
    font-size: 25px;
}

.zl-tit .bq-con {
    float: left;
    margin-top: 5px;
    height: 25px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #0098f1;
    color: #0098f1;
    border-radius: 5px;
}

.gzqi {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 35px;
    margin-top: 4px;
    float: left;
    color: #fff;
    background-color: #dd3b3d;
    font-size: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.gzqi:hover {
    background-color: #dd2729;
}

.gzqi:active {
    background-color: #dd1f22;
}

.qy-right {
    margin-top: 75px;
}

.qy-r {
    width: 95px;
    float: left;
    text-align: center;
    color: #444;
    font-size: 16px;
    line-height: 25px;
}

.qy-jjs {
    padding: 0 62px 30px;
    color: #6e6e6e;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}

.qy-r p {
    text-align: center;
    color: #6e6e6e;
    margin-top: 8px;
}

.gr-qm {
    font-size: 16px;
    color: #999;
    line-height: 22px;
    height: 44px;
    text-align: left;
    margin-top: 5px;
}

.dv-dis {
    width: 100% !important;
    margin-left: 0 !important;
}

.dv-dis .xxitem {
    width: 100% !important;
}

.m-img {
    width: 1500px;
    transition: margin-left 1s;
    -moz-transition: margin-left 1s; /* Firefox 4 */
    -webkit-transition: margin-left 1s; /* Safari and Chrome */
    -o-transition: margin-left 1s; /* Opera */
}

.mpic span {
    width: 220px;
    height: 150px;
    margin-right: 12px;
    display: inline-block;
}

.mpic:hover {
    margin-left: -380px;
}

.rulecon h1 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-align: center;
    line-height: 55px;
}

.rulecon h2 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.rulecon p {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 24px;
}

.none {
    display: none;
}

.block {
    display: block !important;
}

.wushuju {
    padding: 15px 20px;
    text-align: center;
    color: #ccc;
    text-align: center;
    margin-top: 30px;
    min-height: 300px;
}

.wushuju .icon-wushuju {
    display: block;
    margin: 50px auto 10px;
    font-size: 30px !important;
}
/* 图文多图 */
.picScroll-left2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picScroll-left2 .hd {
    overflow: hidden;
    height: 3px;
    padding: 0 10px;
}

.picScroll-left2 .hd .prev, .picScroll-left2 .hd .next {
    display: block;
    width: 42px;
    height: 42px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrl_03.png") no-repeat;
}

.picScroll-left2 .hd .next {
    background: url("../images/arrr_05.png") no-repeat;
    position: absolute;
    right: -6px;
    top: 125px;
    z-index: 99;
}

.picScroll-left2 .hd .prev {
    position: absolute;
    top: 125px;
    left: 0px;
    z-index: 999;
}

.picScroll-left2 .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left2 .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left2 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left2 .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left2 .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left2 .bd {
    padding: 0 8px 0 12px;
}

.picScroll-left2 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left2 .bd ul li {
    width: 450px;
    margin: 0 5px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: 0;
}

.picScroll-left2 .bd ul li .pic {
    text-align: center;
}

.picScroll-left2 .bd ul li .pic img {
    width: 450px;
    height: 290px;
    display: block;
}

.loadm {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.pll li:hover p {
    color: #e94740;
}

.qy-ziliao li a {
    color: #333;
    text-decoration: underline;
}

.dv-renz {
    position: absolute;
    right: 10px;
    top: 40px;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    background-color: #dd3b3d;
    border-radius: 20px;
}

.dv-renz:hover {
    color: #fff;
}

.dv-renz:active {
    background-color: #b62c2d;
}

.shcon {
    display: block;
    color: #adadad;
    margin: 50px auto 10px;
    font-size: 58px !important;
}

.xieyia {
    padding: 15px 20px;
}

.xieyia h2 {
    font-size: 16px !important;
    color: #333;
    margin-top: 10px;
    font-weight: bold;
}

.xieyia p {
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 26px;
    margin-top: 10px;
}

.valid_message a {
    color: #666;
}

.valid_message a:hover {
    color: #e94740;
}
/* 关于我们TAB star */
.slideTxtBox2 {
    width: 100%;
    border-top: 3px solid #ddd;
    text-align: left;
}

.slideTxtBox2 .hd {
    height: 40px;
    line-height: 30px;
    padding: 0;
    position: relative;
    margin-top: -2px;
}

.slideTxtBox2 .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 32px;
}

.slideTxtBox2 .hd ul li {
    float: left;
    padding: 8px 15px 0;
    font-size: 18px;
    cursor: pointer;
    color: #908989;
    border-top: 3px solid #ddd;
}

.slideTxtBox2 .hd ul li.on {
    height: 30px;
    background: #fff;
    color: #333;
    border-top: 3px solid #e94740;
}

.slideTxtBox2 .bd ul {
    float: left;
    padding: 15px;
    zoom: 1;
    overflow-y: auto;
}

.ace {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.reg-from2 li label font {
    color: #e94740;
}

.lbl {
    font-size: 16px;
}

.btn.bubble:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.35s ease-in-out;
}

.btn.bubble:active:after {
    transform: scale(0);
    opacity: 1;
    transition: 0s;
}

.retui {
    color: #fff;
    background-color: #e94740;
    padding: 1px 3px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 3px;
}

.hot-icon {
    width: 20px;
    margin-right: 1px;
    display: inline;
}

.faces {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.dy-li {
    background-color: #efefef;
    padding: 15px;
    margin-top: 0px !important;
}

.dy-Subscribe .active {
    background-color: #e94740 !important;
    color: #fff !important;
}

.dy-Subscribe .active .dy-price {
    color: #fff !important;
}

#quxiao {
    background-color: #a6a6a6;
}

#quxiao:hover {
    background-color: #90090d;
}

.yaoqinma {
    width: 200px;
    border: none;
    border-bottom: 1px solid #a6a6a6;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    margin-left: 5px;
    display: inline;
}

#dy-list li:hover {
    background-color: #e2dede;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ml970 {
    margin-left: -970px;
}

.dropload-refresh, .dropload-update, .dropload-load, .dropload-noData {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.loading {
    float: initial !important;
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    margin: 6px 10px 10px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

.n-follow .loading {
    margin-right: 10px !important;
    margin-top: 3px !important;
}

.dy-Subscribe li a {
    background-color: #e94740;
}

.dy-Subscribe li a:hover {
    background-color: #90090d;
}
/*.dy-Subscribe li input:hover { background-color: #90090d; }*/
.textarea-count {
    position: absolute;
    bottom: -30px;
    right: 0;
    color: #868686;
    font-size: 14px;
}

.textareaInput {
    color: #e94740;
}

.nickname {
    width: 300px;
    margin: 0 auto;
    padding-left: 60px;
    display: none;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1366px) {
    .global-nav-left li {
        font-size: 14px;
    }

    .city2 {
        font-size: 14px;
    }

    .global-nav-right {
        font-size: 14px;
    }

    .global-nav-left .line {
        width: 26px;
    }

    .city2 .city-picker-span > .placeholder {
        color: #fff;
        padding-left: 9px !important;
    }

    .city2 .city-picker-span > .arrow {
        right: 8px !important;
    }

    .city2 .city-picker-span {
        padding-right: 9px;
    }
}

@media screen and (max-width: 1158px) {
    .nav-list {
        overflow: hidden;
    }
}

.zs-logos {
    float: left;
    width: 580px;
    float: right;
}

.zs-logos li {
    width: 135px;
    height: 135px;
    position: relative;
    margin: 7px 5px;
    float: left;
    text-align: center;
}

.zs-logos li:hover {
    box-shadow: 1px 2px 4px #E6E6E6;
    border-radius: 3px;
}

.zs-logos li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.zs-jingxuan {
    font-size: 22px;
    color: #333;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    display: block;
}

.zs-qylogo {
    width: 150px;
    height: 150px;
    float: left;
    margin-left: 55px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -moz-box-shadow: 3px 4px 9px #D9D9D9;
    -webkit-box-shadow: 3px 4px 9px #D9D9D9;
    box-shadow: 3px 4px 9px #D9D9D9;
}

.imgyuan {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.zs-qycon {
    width: 920px;
    float: left;
    margin-left: 30px;
    display: inline-block;
}

.zs-qyxq {
    width: 100%;
    float: left;
    display: block;
}

.zs-jiesao {
    color: #5b5b5b;
    line-height: 26px;
    font-size: 16px;
    text-align: left;
    position: relative;
}

.zs-zankai {
    float: right;
    color: #398bcd;
}

.zs-zankai {
    display: none;
}

.zs-morewz {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 80px;
}

.zs-zk {
    display: block !important;
}

.zs-zankai a:hover {
    color: #d10a00;
}

.zs-wenhua {
    width: 92%;
    float: left;
    margin-left: 4%;
}

.zs-whtit {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 35px;
}

.zs-whtit a {
    float: right;
    color: #d33425;
    font-size: 14px;
    padding-right: 5px;
}

.zs-heng {
    width: 100%;
    float: left;
    height: 8px;
    background-color: #f3f3f3;
    border: none;
}

.zs-wenhua2 {
    width: 94%;
    float: left;
    margin-left: 3%;
}

.zs-proimg {
    width: 500px;
    float: left;
}

.zs-proimg img {
    max-width: 100%;
}

.zs-prorig {
    width: 580px;
    float: right;
}

.zs-protit {
    font-size: 34px;
    color: #222;
    line-height: 45px;
    text-align: left;
}

.zs-progs {
    color: #d72339;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.zs-progs a {
    color: #d72339;
}

.zs-progs a:hover {
    color: #d29a57;
}

.zs-price {
    width: 98%;
    padding-left: 2%;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background-color: #d72339;
    color: #fff;
}

.zs-price label {
    font-size: 27px;
}

.zs-prosx {
    width: 94%;
    padding: 3%;
    float: left;
    height: 338px;
    background-color: #fafafa;
}

.w-shuxing2 li {
    width: 48%;
    float: left;
    margin: 20px 1% 0;
    line-height: 25px;
    color: #848484;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w-shuxing2 li label {
    color: #000;
}

.zs-prolist {
    padding: 5px 15px;
    color: #333;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.zs-probtn {
    padding: 5px 15px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #565656;
}

.zs-lgo {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50px;
    -moz-box-shadow: 3px 4px 9px #D9D9D9;
    -webkit-box-shadow: 3px 4px 9px #D9D9D9;
    box-shadow: 3px 4px 9px #D9D9D9;
}

.zs-procon {
    padding: 5px 15px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.zs-procon a {
    color: #277dfe;
}

.zs-procon a:hover {
    color: #e94740;
}

.zs-prohuo {
    color: #d81511;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 32px;
    background: url(../images/w-logo2_37.png) no-repeat 13px 2px;
    background-size: 15px 20px;
}

.zs-prohuo img {
    width: 16px;
    height: 19px;
    margin-right: 5px;
    display: inline-block;
}

.zs-pimg img {
    max-width: 100%;
}

.zs-tit {
    font-size: 28px;
    color: #1a1a1a;
    line-height: 35px;
    padding-left: 2px;
    margin-top: 15px;
}

.gr-con2 {
    width: 1100px;
    float: left;
    padding: 20px 40px;
}

.zs-phone {
    width: 70px;
    position: fixed;
    right: 20px;
    top: 50%;
    border: 1px solid #e6e9ec;
    border-radius: 8px;
}

.zs-wei {
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
    background-color: #d72339;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.zs-wei2 {
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #cc8b3f;
    font-size: 14px;
    line-height: 20px;
}

.zs-wei .iconfont {
    font-size: 25px;
    line-height: 25px;
}

.zs-wei2 .iconfont {
    font-size: 25px;
    line-height: 25px;
}

.gs-tit2 {
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    padding: 50px 20px 30px;
    line-height: 40px;
    color: #000;
}

.zs-list li {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.zs-list li .zs-lbl {
    float: left;
    width: 110px;
    height: 40px;
    padding-right: 5px;
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
}

.zs-input {
    float: left;
    width: 320px;
}

.zs-input input {
    width: 95%;
    border: 1px #bdbdbd solid;
    line-height: 25px;
    font-size: 16px;
    padding: 5px 10px;
}

.zs-input li label {
    float: left;
    width: 110px;
    height: 40px;
    padding-right: 5px;
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
}

.zs-bg {
    width: 288px;
    float: left;
    margin-bottom: 2px;
}

.zs-bg input {
    width: 16px !important;
    height: 16px !important;
    background: none;
    margin-right: 2px;
}

.zs-bg .lbl {
    line-height: 23px;
}

.zs-images {
    width: 100%;
    float: left;
}

.zs-images img {
    max-width: 100%;
    min-width: 50%;
}

.zs-toptit {
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
}

.zs-toptit h1 {
    width: 140px;
    padding-left: 2px;
    color: #e94740;
    font-size: 26px;
    border-bottom: 3px solid #e94740;
    margin-bottom: -3px;
}

.zs-contents {
    width: 97%;
    padding: 1.5%;
    background-color: #fff;
}
/*文化墙*/
.picScroll-left12 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picScroll-left12 .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 15px;
}

.picScroll-left12 .hd .prev {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    moz-box-shadow: 0px 1px 6px #D9D9D9;
    -webkit-box-shadow: 0px 1px 6px #D9D9D9;
    box-shadow: 0px 1px 6px #D9D9D9;
    border-radius: 50%;
    text-align: center;
    color: #c2c2c2;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    /*background: url("/Content/images//arrow.png") no-repeat;*/
}

.picScroll-left12 .hd .next {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    moz-box-shadow: 0px 1px 6px #D9D9D9;
    -webkit-box-shadow: 0px 1px 6px #D9D9D9;
    box-shadow: 0px 1px 6px #D9D9D9;
    border-radius: 50%;
    text-align: center;
    color: #c2c2c2;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    /*background: url("/Content/images//arrow.png") no-repeat;*/
}

.picScroll-left12 .hd .prev i, .picScroll-left12 .hd .next i {
    font-size: 25px;
    vertical-align: middle;
}

.picScroll-left12 .hd .prev i:hover, .picScroll-left12 .hd .next i:hover {
    color: #d20a00;
}

.picScroll-left12 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left12 .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("/Content/images//icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left12 .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left12 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left12 .bd ul li {
    width: 249px;
    margin: 10px 12.5px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left12 .bd ul li .pic {
    text-align: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.picScroll-left12 .bd ul li .pic i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 40%;
    top: 25%;
}

.picScroll-left12 .bd ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picScroll-left12 .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left12 .bd ul li .title {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    line-height: 24px;
    max-height: 72px;
    font-size: 16px;
    color: #333;
}

@media screen and (min-width: 1680px) and (max-width: 1920px) {
    .layout {
        width: 1400px;
    }

    .gqdv {
        width: 1400px;
    }

    .gqicon {
        width: 1440px;
    }

    .nav-list {
        width: 94%;
    }

    .zs-qycon {
        width: 1120px;
    }

    .zs-prorig {
        width: 720px;
    }

    .picScroll-left12 .bd ul li {
        width: 295px;
    }

    .picScroll-left12 .bd ul li .pic {
        height: 180px;
    }

    .global-nav-left .line {
        width: 43px;
    }

    .global-nav-left {
        width: 1400px;
        float: left;
    }

    .input-dv {
        width: 230px;
        margin-left: 40px;
    }

    .input-dv input {
        width: 175px;
    }

    .tj-main .leftcon {
        width: 920px;
    }

    .tj-main .rightcon {
        width: 400px;
    }

    .new-banner {
        width: 650px;
        height: 400px;
        float: left;
    }

    .new-pic-list {
        width: 300px;
        float: left;
        margin-left: 10px;
    }

    .bobao {
        width: 400px;
        float: right;
    }

    .newpic-list li {
        width: 450px;
        float: left;
        margin-left: 24px;
        background-color: #fff;
        padding-bottom: 10px;
    }

    .newpic-list li .ttimg {
        width: 450px;
        height: 240px;
        position: relative;
        overflow: hidden;
    }

    .newpic-list li img {
        width: 450px;
        height: 240px;
        background-position: center center;
        background-size: cover;
    }

    .new-left {
        width: 920px;
        float: left;
    }

    .ban-right {
        width: 400px;
        float: right;
    }

    .bb-huadong {
        height: 360px;
    }

    .zz-con {
        float: right;
        width: 190px;
    }

    .picMarquee-left .bd ul li {
        margin: 0 12.33333px;
        float: left;
        _display: inline;
        overflow: hidden;
        text-align: center;
    }

    .sd-con p {
        font-size: 18px;
    }

    .ml-con p {
        font-size: 18px;
    }

    .dz-about p {
        font-size: 18px;
    }

    .city2 {
        font-size: 16px;
        width: 100px;
    }

    .global-nav-right {
        font-size: 16px;
    }

    .global-nav-left li {
        font-size: 16px;
    }

    .bb-huadong .bd {
        width: 404px;
        float: left;
        height: 350px;
        margin-left: -5px;
    }

    .top {
        height: 340px;
        width: 392px;
    }

    .calendar {
        width: 400px;
    }

    .calendar li {
        width: 390px;
        margin-left: 7px;
    }

    .calendar li a {
        width: 395px;
        padding: 6px 0 15px;
    }

    .calendar li .date {
        margin: 15px 0 4px -7px;
    }

    .tb-link li {
        margin: 10px 15px;
    }

    .zn-link li {
        margin: 10px 13px;
    }

    .ps-container .clearfix p {
        font-size: 16px;
    }

    .zblists li p {
        font-size: 18px;
    }

    .tw-dtcon {
        font-size: 18px !important;
    }

    .new-content h1 {
        font-size: 34px;
    }

    .leavecss .hd ul li {
        padding: 8px 30px 0;
    }

    .picMarquee-left {
        width: 97%;
        overflow: hidden;
        position: relative;
    }

    .pic-more span {
        width: 220px;
        height: 150px;
        margin-right: 12px;
        display: inline-block;
    }

    .mpic:hover {
        margin-left: -235px;
    }

    .calendar li .date {
        font-size: 16px;
    }
}

@media screen and (min-width: 1442px) and (max-width: 1680px) {
    .nav-list {
        width: 98%;
    }

    .global-nav-left .line {
        width: 44px;
    }
}

@media screen and (min-width: 1442px) and (max-width: 1799px) {
    .city2 {
        width: 72px;
    }

    .city-picker-span > .arrow {
        right: 1px !important;
    }
}

.kaipiao p {
    color: #929292 !important;
}

.kaipiao p label {
    color: #333;
}

.btn-cr {
    width: 70px;
    text-align: center !important;
    height: 25px;
    line-height: 25px !important;
    color: #666;
    font-size: 16px;
    border: 1px solid #818181;
    border-radius: 12px;
    display: inline-block;
    cursor: pointer;
}

.paylist .wz-r input[type='radio'] {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    outline: none;
    border-radius: 50%;
}

.btn-cr:hover {
    color: #ed6c67 !important;
    border: 1px solid #ed6c67;
}

.add-adr {
    width: 140px;
    height: 44px;
    border: 1px solid #c2c2c2;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #484848;
    font-family: '微软雅黑';
    border-radius: 22px;
    margin-left: 160px;
    margin-right: 100px;
    display: inline-block;
}

.go-black {
    width: 100px;
    height: 44px;
    background-color: #626262;
    border: 1px solid #626262;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: '微软雅黑';
    border-radius: 22px;
    margin-left: 33px;
    margin-right: 100px;
    display: inline-block;
}

.go-black:hover {
    color: #fff;
    background-color: #333333;
}

#cengong {
    display: none;
}

.hd-h2 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #333;
    padding-bottom: 15px;
}

#nogg {
    display: none;
}

#nogg img {
    width: 100%;
    height: auto;
}
/*弹框样式3*/
.cd-popup3 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.cd-popup3.is-visible3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container3 {
    position: relative;
    overflow: hidden;
    width: 500px;
    margin: 250px auto;
    height: 500px;
    background: none;
    text-align: center;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-close {
    position: absolute;
    right: 10px;
    top: -10px;
    z-index: 10;
    width: 30px;
    height: 43px;
    display: block;
    cursor: pointer;
}

.is-visible3 .cd-popup-container3 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cd-popup-container3 img {
    max-width: 100%;
}

.cd-popup-close i {
    font-size: 32px;
    color: #fff;
}
/*专题*/
.geduan {
    width: 100%;
    height: 38px;
    background-color: #f9f9f9;
    border: none;
    margin: 0;
}

.zttitle {
    width: 100%;
    height: 37px;
    border-bottom: 2px solid #e8e8e8;
    background-color: #f9f9f9;
}

.zttitle img {
    width: 4px;
    height: 22px;
    margin-right: 10px;
    display: inline;
}

.zttitle h2 {
    font-size: 22px;
    color: #1a1a1a;
    line-height: 23px;
    display: inline;
}

.zttitle a {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 22px;
    margin-left: 20px;
    display: inline;
}

.zttitle a:hover {
    color: #e94740;
}

.ztmore {
    width: 100%;
    height: 38px;
    float: left;
    text-align: center;
    line-height: 38px;
    color: #797979;
    background-color: #f1f0f0;
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
}

.pro-list li {
    float: left;
    width: 290px;
    margin-left: 56px;
    position: relative;
    padding-bottom: 30px;
    list-style: none;
    border-radius: 4px;
    -moz-box-shadow: 0px 2px 7px #D9D9D9;
    -webkit-box-shadow: 0px 2px 7px #D9D9D9;
    box-shadow: 0px 2px 7px #D9D9D9;
    margin-bottom: 55px;
}

.pro-list li:hover {
    -moz-box-shadow: 0px 2px 7px #d43f3a;
    -webkit-box-shadow: 0px 2px 7px #d43f3a;
    box-shadow: 0px 2px 7px #d43f3a;
}

.pro-img {
    position: relative;
    /*width: 90%;
    padding: 5% 5% 0 5%;*/
    width: 260px;
    padding: 15px 15px 0 15px;
    height: 300px;
}

.pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-img h4 {
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.pr-con {
    width: 90%;
    padding: 5% 5% 0 5%;
    font-size: 13px;
    color: #404040;
    text-align: left;
    height: 62px;
    line-height: 20px;
}

.btn-toupiao {
    width: 50%;
    position: absolute;
    left: 25%;
    bottom: -17px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #f95b5c;
    border-radius: 5px;
    padding: 0;
    border: none;
    outline: none;
}

.zt-guanggao {
    max-width: 100%;
    height: auto;
}

.zt-images {
    width: 1020px;
    margin-left: 40px;
}

.zt-images li {
    width: 320px;
    height: 240px;
    float: left;
    margin-left: 20px;
    display: inline;
    overflow: hidden;
    border: none;
}

.zt-images li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zt-nav {
    width: 162px;
    position: fixed;
    bottom: 40%;
    right: 5%;
}

.zt-nav a {
    width: 160px;
    height: 55px;
    line-height: 55px;
    display: block;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
}

.zt-nav .hover {
    background-color: #d63636;
    color: #fff;
    font-size: 18px;
}
/* 专题轮播 */
.game_pic_tab {
    width: 1100px;
    margin: 0 auto;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.game_pic {
    position: relative;
    width: 723px;
    height: 320px;
    overflow: hidden;
}

.game_pic_tab .active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.game_pic_icon {
    overflow: hidden;
    display: block;
    width: 60px;
    height: 63px;
    position: absolute;
    text-indent: 9999em;
    top: 0px;
    z-index: 9999;
}

.game_pic_icon_l {
    left: 0px;
    background: url(../images/ztleft1.png) no-repeat 70px 140px;
    background-size: 50px auto;
    z-index: 4;
    padding: 100px 0 100px 140px;
}

.game_pic_icon_r {
    left: 900px;
    background: url(../images/ztright1.png) no-repeat 86px 140px;
    background-size: 50px auto;
    z-index: 4;
    padding: 100px 140px 100px 0;
}

.prev_l, .next_r {
    top: 0px;
    width: 180px;
    height: 320px; /*background:url(background_stripes.gif) repeat 0 0;*/
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    position: absolute;
}

.prev_l {
    left: 0;
}

.next_r {
    right: 0;
}

.zt-oneban {
    width: 100%;
    height: auto;
    max-height: 350px;
}

.zt-protit {
    font-size: 32px;
    text-align: center;
    padding: 35px 15px;
    color: #222;
    line-height: 36px;
}

.zt-proimg {
    width: 420px;
    height: 485px;
    float: left;
    overflow: hidden;
}

.zt-proimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zt-proconr {
    width: 550px;
    float: right;
}

.zt-procontents {
    width: 550px;
    height: 380px;
    overflow-y: auto;
    font-size: 18px;
    color: #333;
    line-height: 35px;
}

.zt-procontents p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.btn-toupiao:hover {
    background-color: #f00;
}

.zb-edit {
    width: 40px;
    height: 40px;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    position: fixed;
    bottom: 100px;
    right: 1px;
    background-color: #ff9e2b;
}

.zb-edit:hover {
    background-color: #fa8a06;
}

.zb-edit img {
    width: 39px;
    height: 39px;
}

.tw-fabu {
    float: right;
    width: 110px;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background-color: #e94740;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    display: inline;
}

.tw-fabu:hover {
    background-color: #f00;
}

.btn-caogao {
    width: 110px;
    height: 42px;
    line-height: 42px;
    color: #7b7b7b;
    font-size: 16px;
    text-align: center;
    background: none;
    border: none;
    margin-right: 10px;
    margin-top: 20px;
    float: right;
    display: inline;
}

.btn-caogao:hover {
    background-color: #adadad;
    color: #fff;
    border-radius: 5px;
}

.up-imgs {
    width: 75%;
    float: left;
    padding-top: 10px;
    overflow: hidden;
}

.fabu {
    width: 80px;
    border: 1px solid #ed6c67;
    color: #ed6c67;
}

.fabu:hover {
    color: #fff !important;
    background-color: #ed6c67;
}

.tw-dtcon {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #333;
    text-align: left;
    height: auto;
}

.wx-lists {
    width: 94%;
    float: left;
    margin-left: 3%;
}

.wx-lists li {
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.wx-title {
    width: 760px;
    float: left;
}

.wx-title p {
    font-size: 18px;
    color: #333333;
    line-height: 29px;
    text-align: left;
}

.wx-pics {
    padding-top: 10px;
}

.wx-pics span {
    width: 140px;
    height: 140px;
    position: relative;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.wx-pics span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-fu {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    line-height: 140px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.wx-zhong {
    width: 140px;
    float: left;
    margin-left: 10px;
    display: inline;
    border-right: 1px solid #e5e5e5;
}

.wx-zhong p {
    color: #aeaeae;
    font-size: 14px;
    text-align: center;
}

.wx-icon {
    line-height: 45px;
}

.wx-icon i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.wx-icon:hover {
    color: #f00;
}

.wx-zhong .cover {
    color: #f00;
}

.wx-right {
    width: 190px;
    float: left;
    margin-left: 20px;
}

.wx-right .wx-touxiang {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
}

.wx-right .wx-touxiang img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wx-right h1 {
    font-size: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #333;
    margin: 5px 0;
}

.wx-right p {
    font-size: 14px;
    text-align: center;
    color: #929191;
    height: 44px;
    line-height: 22px;
}

.wx-guanzu {
    text-align: center;
    margin-top: 10px;
}

.wx-guanzu a {
    padding: 4px 8px;
    height: 25px;
    line-height: 25px;
    background-color: #e94740;
    border: 1px solid #e94740;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}

.wx-guanzu a:hover {
    background-color: #c83731;
    border: 1px solid #c83731;
    color: #fff;
}

.wx-add {
    width: 105px;
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #f95b5c;
    margin-right: 90px;
    border-radius: 22px;
    cursor: pointer;
}

.wx-add:hover {
    background-color: #f00;
}

.wx-addr {
    width: 660px;
    margin: 50px auto 20px;
    display: none;
}

.wx-addr .wxadd-con {
    width: 100%;
    height: 40px;
    padding: 10px 0;
    background-color: #f7f7f7;
}

.wx-content {
    width: 638px;
    line-height: 22px;
    padding: 10px;
    font-size: 16px;
    display: block;
    border: 1px solid #eee;
}

.wxadd-con img {
    float: left;
    width: 34px;
    height: 34px;
    margin: 3px 17px;
}

#btn-wxadd {
    width: 100px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #f95b5c;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    margin-right: 17px;
    display: inline;
}

.wx-loadpic {
    width: 100%;
    padding-top: 15px;
}

.guanzu3 {
    padding: 5px 8px;
    background-color: #af825e;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
}

.guanzu3:hover {
    background-color: #e94740;
    color: #fff !important;
}

.guanzu3:active {
    background-color: #e33d35;
    color: #fff !important;
}

.wx-huaTi {
    width: 750px;
    margin: 0 auto;
}

.wx-sousuo {
    width: 490px;
    height: 46px;
    border: 1px solid #eeeeee;
    display: block;
    margin: 25px 0 20px 130px;
    outline: 0;
    float: left;
}

#txtwxss {
    width: 455px;
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
    text-align: left;
    font-size: 14px;
    border: none;
    background: none;
    outline: 0;
    float: left;
}

.wx-sousuo img {
    float: left;
}

.wx-htList {
    width: 650px;
    float: left;
    padding: 0 30px 30px;
    display: block;
}

.wx-htList li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-top: 20px;
    display: block;
}

.wx-htList .wz-tit {
    width: 420px;
    float: left;
}

.wx-htList .com-tit a {
    color: #333;
    font-size: 18px;
}

.wx-htList .com-tit a:hover {
    color: #e94740;
}

.wx-htList .wz-tit p {
    color: #7e7e7e;
    line-height: 25px;
    font-size: 14px;
    height: 50px;
    margin-top: 5px;
}

.wx-htList li .wzl {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 15px;
    text-align: left;
    position: relative;
}

.wx-htList li .wzl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wx-htList .wz-r {
    width: 85px;
    position: relative;
    min-height: 85px;
}

.com-dw {
    position: absolute;
    left: 0;
    width: 100%;
    top: 30px;
}

.wx-gztit {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    color: #333;
    font-size: 20px;
    height: 40px;
}

.wx-title p a {
    color: #298de2;
}

.wx-title p span a {
    color: #fff;
}

.wx-title p a:hover {
    color: #e94740;
}

.ht-tit {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 40px;
}

.ht-pic {
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: left;
    margin-left: 35px;
}

.ht-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ht-tits {
    width: 310px;
    float: left;
    margin-left: 20px;
}

.ht-tits .ht-titr {
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 20px;
}

.ht-tits p {
    color: #929191;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
}

.ht-guanzu {
    float: left;
    padding: 3px 15px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e94740;
    color: #e94740;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}

.ht-guanzu:hover {
    background-color: #c83731;
    border: 1px solid #c83731;
    color: #fff;
}

.ht-con {
    width: 530px;
    height: 160px;
    float: left;
    padding: 20px;
    margin-left: 30px;
    background-color: #f6f6f6;
    overflow-y: auto;
    font-size: 16px;
    color: #525252;
    text-align: left;
    line-height: 25px;
}

.wxcontent {
    width: 610px;
    float: left;
}

.wxconpl {
    width: 425px;
    float: right;
    margin-right: 20px;
    display: inline;
}

.wx-user {
    padding: 20px;
}

.wx-uheader {
    width: 90px;
    height: 90px;
    float: left;
    overflow: hidden;
}

.wx-uheader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wx-con {
    width: 460px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    display: inline;
}

.wx-con .wx-tit {
    width: 100%;
    float: left;
    line-height: 30px;
}

.wx-con .wx-tit h1 {
    float: left;
    display: inline;
    font-size: 20px;
    color: #333;
}

.wx-con .wx-time {
    float: right;
    font-size: 14px;
    color: #aeaeae;
}

.wx-autograph {
    width: 100%;
    float: left;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    color: #929191;
    font-size: 14px;
}

.wx-neirong {
    width: 590px;
    float: left;
    margin-top: 25px;
    margin-left: 20px;
    color: #333;
    font-size: 18px;
    line-height: 30px;
}

.wx-neirong a {
    color: #298de2;
}

.wx-neirong a:hover {
    color: #e94740;
}

.wx-neirong li {
    width: 192px;
    height: 192px;
    float: left;
    margin: 2px;
    display: inline;
    overflow: hidden;
}

.wx-neirong li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sucai {
    width: 610px;
    height: 750px;
    padding-right: 12px;
    overflow: hidden;
}

.xiangyin {
    width: 100%;
    height: 30px;
    padding-top: 5px;
    line-height: 30px;
    text-align: right;
    color: #656565;
}

.xiangyin #zan i {
    font-size: 18px;
}

.xiangyin span:hover, .xiangyin .fxcss:hover {
    color: #e94740;
    cursor: pointer;
}

.fx-content {
    width: 760px;
    position: absolute;
    top: 43px;
    left: -350px;
    height: 140px;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    margin-bottom: 150px;
    background-color: #fff;
    display: none;
}

.fx-content:before {
    content: '';
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-bottom-color: #f3f3f3;
    position: absolute;
    top: 0;
    left: 44%;
    margin-top: -36px;
}

.fx-content:after {
    content: '';
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 0;
    left: 44%;
    margin-top: -34px;
}

.fx-content li {
    width: 126px;
    float: left;
    text-align: center;
    margin-top: 17px;
    display: inline;
}

.fx-content li img {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
}

.fx-content li p {
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #616161;
    font-size: 16px;
}

.fx-content li a:hover p {
    color: #e94740;
}

.zf-img {
    width: 128px;
    height: 128px;
    border: 1px solid #e8e8e8;
    float: left;
    margin: 15px;
    display: inline;
    overflow: hidden;
}

.zf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zf-txt {
    width: 460px;
    float: left;
    margin-top: 18px;
}

.zf-txt h1 {
    color: #191919;
    font-size: 20px;
    text-align: left;
    line-height: 35px;
}

.zf-txt p {
    text-align: left;
    line-height: 25px;
    height: 75px;
    color: #595959;
    font-size: 16px;
    margin-top: 5px;
}

.mt150 {
    margin-top: 150px !important;
}
/*个人中心改版*/
.adminLeft2 {
    width: 300px;
    float: left;
    background-color: #fff;
    border-radius: 3px;
    font-family: "微软雅黑";
}

.adminLeft2 li {
    width: 100%;
    float: left;
    border-top: 1px solid #dfdfdf;
}

.adminLeft2 li a {
    padding-left: 25px;
    width: 250px;
    float: left;
    height: 58px;
    line-height: 58px;
    color: #333;
    font-size: 18px;
    text-align: left;
    border-left: 3px solid #fff;
}

.adminLeft2 li a span {
    float: right;
}

.adminLeft2 li a img {
    width: 23px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.adminLeft2 li:hover a {
    border-left: 3px solid #e94740;
}

.ft-dx {
    font-size: 16px !important;
}

.adminLeft2 li:last-child {
    border-bottom: 1px solid #fff;
}

.adminLeft2 .hover a {
    border-left: 3px solid #e94740 !important;
}

.adminright2 {
    width: 850px;
    float: right;
    padding: 0 15px 40px 15px;
    background-color: #fff;
    border-radius: 3px;
    min-height: 880px;
}

.user-logo {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    padding: 3px;
    float: left;
    position: relative;
    display: inline;
    border-radius: 50%;
    -moz-box-shadow: 0px 1px 6px #D9D9D9;
    -webkit-box-shadow: 0px 1px 6px #D9D9D9;
    box-shadow: 0px 1px 6px #D9D9D9;
    background-color: #fff;
}

.user-logo img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}

.user-ziliao {
    width: 255px;
    float: left;
    margin-left: 25px;
    padding-bottom: 30px;
    display: inline;
}

.user-head {
    width: 100%;
    float: left;
}

.user-tit {
    width: 145px;
    float: left;
}

.user-tit h2 {
    color: #333;
    font-size: 18px;
}

.user-tit a {
    float: left;
    display: block;
    width: 48px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 13px;
    background-color: #e94740;
    border-radius: 4px;
}

.user-qianmin {
    width: 100%;
    float: left;
    color: #656565;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
}

.user-mddata {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #333;
    line-height: 40px;
    font-size: 16px;
    border-radius: 4px;
}

.user-mddata:hover {
    border: 1px solid #e94740;
}

.new-nav {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 2px solid #e5e5e5;
}

.new-nav a {
    width: 100px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    color: #333;
    border-radius: 22px;
    margin: 0 10px;
    text-decoration: none;
}

.new-nav a:hover {
    background-color: #f95b5c;
    color: #fff;
}

.n-lists li {
    width: 100%;
    float: left;
    margin-top: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: inline;
}

.n-nlist {
    width: 540px;
    float: left;
    margin-left: 15px;
    display: inline;
}

.n-nlist .pl-con {
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 28px;
    height: 56px;
    margin-bottom: 25px;
}

.n-newcon {
    padding: 15px;
    background-color: #f5f5f5;
}

.n-newcon .n-picr {
    float: left;
    width: 120px;
    height: 80px;
    overflow: hidden;
    display: inline;
}

.n-newcon .n-picr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
}

.n-newcon .n-conr {
    width: 280px;
    float: left;
    margin-left: 15px;
    display: inline;
}

.n-conr h1 {
    font-size: 18px;
    color: #333;
    text-align: left;
    height: 25px;
    line-height: 25px;
}

.n-conr p {
    padding-top: 10px;
    font-size: 14px;
    color: #6a6a6a;
    text-align: left;
    line-height: 23px;
    height: 46px;
}

.n-timeright {
    float: right;
    width: 80px;
    text-align: center;
}

.n-timeright p {
    font-size: 14px;
}

.new-times {
    font-size: 14px;
    color: #aeaeae;
    margin-bottom: 10px;
}

.n-operation {
    width: 80px;
    float: left;
    height: 190px;
    padding-right: 15px;
    margin-left: 15px;
    border-right: 1px solid #e5e5e5;
    display: inline;
    position: relative;
}

.n-operation .n-delete {
    width: 60px;
    height: 26px;
    margin: 0 auto;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.n-operation .n-delete:hover {
    color: #f95b5c;
    border: 1px solid #f95b5c;
}

.n-operation .wx-icon {
    padding-left: 10px;
    line-height: 37px;
    color: #929191;
    cursor: pointer;
}

.n-operation .wx-icon:hover {
    color: #f95b5c;
}
/*已通过*/
.n-timeright .y-tong {
    color: #168020;
}
/*草稿*/
.n-timeright .caogao {
    color: #9f9e9e;
}
/*未通过*/
.n-timeright .w-tong {
    color: #e94740;
}
/*审核中*/
.n-timeright .shenhe {
    color: #333;
}

.n-userr {
    width: 140px;
    float: right;
    margin-right: 15px;
    display: inline-block;
}

.n-toux {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    margin: 5px auto;
    overflow: hidden;
}

.n-toux img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    border-radius: 50%;
}

.n-userr h2 {
    color: #333;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.n-userr p {
    text-align: left;
    color: #929191;
    font-size: 14px;
    line-height: 22px;
    padding-top: 8px;
}

.n-userr a:hover h2 {
    color: #f95b5c;
}

.n-modify {
    color: #333;
    cursor: pointer;
}

.n-modify:hover {
    color: #f95b5c;
}

.pl-con a {
    color: #298de2;
}

.pl-con a:hover {
    color: #f95b5c;
}

.wx-pics2 span {
    width: 120px;
    height: 120px;
    position: relative;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.wx-pics2 span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
}

.img-fu2 {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    line-height: 120px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.w-800 {
    width: 800px;
}

.w-800 .form_control2 {
    width: 630px;
}

.w-850 {
    width: 850px;
}

.w-700 {
    width: 700px;
}

.w-700 .form_control2 {
    width: 520px;
}

.w-600 {
    width: 600px;
}

.w-600 .form_control2 {
    width: 420px;
}
/*进度条*/
.barline {
    float: left;
    width: 200px;
    background: #FFF;
    border: 1px solid #c5c5c5;
    height: 8px;
    padding: 1px;
    padding-bottom: 3px;
    display: inline-block;
    border-radius: 8px;
    display: none;
    position: absolute;
    left: 100px;
    top: 30px;
}

.barline #percent {
    position: absolute;
    left: 0px;
    top: -30px;
    display: inline-block;
    color: #e94740;
    font-size: 16px;
}

.barline #line {
    float: left;
    height: 10px;
    overflow: hidden;
    background: #e94740;
    border-radius: 8px;
}

.barline #msg {
    position: absolute;
    left: 210px;
    top: 0px;
    display: inline-block;
    color: #e94740;
    font-size: 14px;
}

.sy-pinzeng {
    font-size: 14px;
    color: #333;
    text-align: right;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
}

.icon-wenhao {
    vertical-align: middle;
}

.pz-div {
    width: 320px;
    height: 165px;
    position: relative;
    float: left;
    margin: 40px 22px 10px;
    padding: 18px 30px 0 30px;
    background: url(../images/pzbgg_03.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.pz-div h1 {
    font-size: 18px;
    color: #141414;
    line-height: 26px;
    height: 52px;
    text-align: left;
}

.pz-addr {
    font-size: 14px;
    text-align: left;
    color: #878787;
    height: 25px;
    line-height: 25px;
}

.pz-time {
    font-size: 14px;
    text-align: left;
    height: 25px;
    line-height: 25px;
    color: #383838;
}

.pz-xian {
    position: absolute;
    left: 2px;
    right: 5px;
    height: 6px;
    background-color: #f95b5c;
    bottom: 6px;
    border-radius: 3px;
}

.x-bg {
    background-color: #6a6a80 !important;
}

.pz-qd {
    position: absolute;
    right: 24px;
    bottom: 52px;
    width: 75px;
    height: 72px;
}

.new-left .img-n1 {
    width: 160px;
    height: 120px;
    float: left;
    line-height: 120px;
    overflow: hidden;
    border-radius: 2px;
}

.new-left .img-n1 img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-left .con-n1 {
    width: 500px;
    float: left;
    margin-left: 20px;
    display: inline;
    font-family: "微软雅黑";
}

.new-left .con-n2 {
    width: 650px !important;
}

.new-left .con-n1 h3 {
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 8px;
    color: #222222;
}

.new-left .con-n1 a:hover h3 {
    color: #e94740;
}

.new-left .con-n1 h1 {
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 8px;
    color: #222222;
}

.new-left .con-n1 a:hover h1 {
    color: #e94740;
}

.new-left .con-n1 p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 24px;
    height: 48px;
}

.dt-del {
    float: right;
    margin-right: 10px;
    padding-top: 3px;
}

.dt-del .delll2 {
    font-size: 14px;
    color: #333;
    padding: 5px 6px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.dt-del .delll2:hover {
    color: #e94c45;
    border: 1px solid #ffa6a2;
}

.user-n a {
    color: #777;
}

.user-n a:hover {
    color: #e94740;
}

.dt-con {
    text-align: center;
    line-height: 190px;
    color: #333;
    font-size: 16px;
}

.guanzu4 {
    text-align: center;
    margin-top: 5px;
}

.guanzu4 a {
    display: block;
    width: 60px;
    padding: 3px 5px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #f95b5c;
    color: #f95b5c;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

.y-guan4 {
    border: 1px solid #e6e6e6 !important;
    color: #333 !important;
}

.guanzu4 a:hover {
    background-color: #f95b5c;
    color: #fff !important;
}

.guanzu4 .loading {
    margin-top: 3px;
}

.h-imgs {
    width: 120px;
    height: 120px;
    float: left;
    margin-left: 200px;
    position: relative;
    display: inline;
}

.h-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.h-imgs span {
    width: 100%;
    height: 35px;
    line-height: 33px;
    cursor: pointer;
    background: url(../images/name-bg2.png)no-repeat;
    background-size: 100% 100%;
    left: 0;
    position: absolute;
    bottom: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.h-imgs span:hover {
    color: #e94740;
}

.md-pwd2 {
    float: left;
    line-height: 35px;
    margin-top: 75px;
    margin-left: 30px;
    display: inline;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
}

.genhuan {
    padding: 5px 8px;
    font-size: 14px;
    color: #3a3a3a;
    border: 1px solid #d2d1d1;
    border-radius: 4px;
    float: right;
}

.paylist .zd-time {
    width: 140px;
    float: left;
    font-size: 14px;
    color: #333;
    text-align: right;
    line-height: 30px;
}

.paylist .zd-center {
    width: 510px;
    float: left;
    margin-left: 25px;
    display: inline;
    text-align: left;
}

.paylist .zd-center h1 {
    font-size: 16px;
    color: #a3a3a3;
    line-height: 30px;
}

.paylist .zd-center p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    height: 44px;
    margin-top: 5px;
}

.paylist .zd-right {
    float: right;
    font-size: 16px;
    color: #a3a3a3;
    line-height: 30px;
    padding-right: 10px;
}

.new-left .con-n3 {
    width: 580px;
    float: left;
    margin-left: 5px;
    display: inline;
    font-family: "微软雅黑";
}

.new-left .con-n3 h3 {
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 8px;
    color: #222222;
}

.new-left .con-n3 a:hover h3 {
    color: #e94740;
}

.new-left .con-n3 h1 {
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 8px;
    color: #222222;
}

.new-left .con-n3 a:hover h1 {
    color: #e94740;
}

.new-left .con-n3 p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 24px;
}

.dt-del2 {
    float: right;
    margin-right: 10px;
    padding-top: 3px;
    color: #777;
    font-size: 14px;
}

.tz-color h3, .tz-color p, .tz-color div {
    color: #adadad !important;
}

.dz-touxiang {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 25px;
    margin-left: 5px;
    display: inline;
    border-radius: 50%;
}

.dz-name {
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    color: #298de2;
}

.dz-name:hover {
    color: #f95b5c;
}

.dz-zan {
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    color: #333;
    padding-left: 20px;
}

.hfpl-tit {
    font-size: 16px;
    color: #333;
    padding: 10px;
    line-height: 25px;
    text-align: left;
    background-color: #f5f5f5;
}

.hfpl-tit:hover {
    color: #e94740;
}

.sq-success {
    width: 320px;
    float: left;
    display: none;
}

.dz-name2 {
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    color: #333;
}

.dz-name2:hover {
    color: #f95b5c;
}

.dz-zan2 {
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    color: #777;
    padding-left: 20px;
}

.tz-con {
    width: 28px;
    height: 28px;
    float: left;
    border-radius: 50%;
    background-color: #f95b5c;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.tz-con:hover {
    background-color: #f92f30;
}

.guanzu5 {
    float: left;
    margin-top: 21px;
    margin-left: 30px;
    display: inline;
}

.guanzu5 a {
    display: block;
    width: 129px;
    padding: 8px 5px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #f95b5c;
    color: #f95b5c;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

.y-guan5 {
    border: 1px solid #e6e6e6 !important;
    color: #333 !important;
}

.guanzu5 a:hover {
    background-color: #f95b5c;
    color: #fff !important;
}

.guanzu5 .loading {
    margin-top: 3px;
}

.fx-content2 {
    width: 480px;
    position: absolute;
    top: 50px;
    left: -210px;
    height: 110px;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    background-color: #fff;
    display: none;
    z-index: 99;
}

.fx-content2:before {
    content: '';
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-bottom-color: #f3f3f3;
    position: absolute;
    top: 0;
    left: 44%;
    margin-top: -36px;
}

.fx-content2:after {
    content: '';
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 0;
    left: 44%;
    margin-top: -34px;
}

.wd-content {
    width: 100%;
}

.wd-tit {
    width: 700px;
}

.wd-time {
    font-size: 14px;
    color: #777;
}

.new-left2 {
    width: 96%;
    float: left;
    min-height: 800px;
}

.new-left2 li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

.new-left2 .img-n {
    width: 230px;
    height: 150px;
    float: left;
    line-height: 150px;
    overflow: hidden;
    border-radius: 4px;
}

.new-left2 .img-n img {
    width: 100%;
    height: 100%; /*max-height: 150px;*/
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-left2 .con-n {
    display: block;
}

.new-left2 .con-n h3 {
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #222222;
    font-weight: 400;
}

.new-left2 .img-n1 {
    width: 230px;
    height: 150px;
    float: left;
    line-height: 150px;
    overflow: hidden;
    border-radius: 2px;
}

.new-left2 .img-n1 img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-left2 .con-n1 {
    width: 870px;
    float: left;
    margin-left: 20px;
    display: inline;
    font-family: "微软雅黑";
}

.new-left2 .con-n2 {
    width: 650px !important;
}

.new-left2 .con-n1 h3 {
    font-size: 22px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 8px;
    color: #222222;
}

.new-left2 .con-n1 a:hover h3 {
    color: #e94740;
}

.new-left2 .con-n1 h1 {
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 8px;
    color: #222222;
}

.new-left2 .con-n1 a:hover h1 {
    color: #e94740;
}

.new-left2 .con-n1 p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 27px;
}

.new-left2 .con-n a:hover h3 {
    color: #e94740;
}

.new-left2 .con-n h1 {
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #222222;
    font-weight: 400;
}

.new-left2 .con-n a:hover h1 {
    color: #e94740;
}

.new-left2 .con-n p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 25px;
    height: 50px;
}

.new-left2 .bom-n {
    width: 100%;
    margin-top: 20px;
    color: #777;
    font-size: 14px;
}

.new-left2 .user-n {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.new-left2 .user-n img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 1px;
    display: inline-block;
}

.wd-noimg {
    width: 96% !important;
}

.wd-title {
    font-size: 18px;
    color: #333;
    line-height: 50px;
    height: 50px;
    text-align: left;
}

.txt-wenti {
    width: 656px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.wd-dcon {
    width: 1070px;
    float: left;
    margin-left: 65px;
    display: inline;
}

.wd-dtit {
    font-size: 35px;
    text-align: left;
    color: #222;
    line-height: 45px;
}

.wd-times {
    float: left;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #777;
}

.wd-auto {
    width: 100%;
}

.wd-headimg {
    width: 70px;
    height: 70px;
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    display: inline;
}

.wd-headimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wd-headtit {
    float: left;
    width: 250px;
}

.wd-headtit h3 {
    font-size: 20px;
    color: #383838;
    height: 30px;
    line-height: 28px;
    font-weight: bold;
}

.wd-headtit p {
    font-size: 14px;
    color: #777;
    height: 24px;
    line-height: 24px;
}

.wd-icon {
    margin-top: 15px;
}

.wd-icon span {
    width: 75px;
    height: 28px;
    float: left;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    margin-left: 15px;
    display: inline;
    cursor: pointer;
}

.wd-icon span:hover {
    border: 1px solid #f95b5c;
    color: #f95b5c;
}

.wd-dtit2 {
    font-size: 20px;
    color: #333;
    text-align: left;
    border-bottom: 2px solid #f0f0f0;
    padding-left: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 25px;
}

.wd-user {
    float: left;
    width: 100%;
}

.wd-img {
    width: 90px;
    height: 90px;
    float: left;
}

.wd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wd-list li {
    width: 100%;
    float: left;
    margin-top: 35px;
    display: inline;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.wd-detail {
    width: 830px;
    float: left;
    margin-left: 20px;
}

.wd-u {
    float: left;
    margin-top: 1px;
    width: 100%;
}

.wdu-tit {
    float: left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-right: 20px;
}

.wd-detail p {
    float: left;
    font-size: 14px;
    color: #929191;
    line-height: 22px;
    height: 44px;
    text-align: left;
    margin-top: 10px;
}

.wd-rig .wx-icon {
    padding-left: 10px;
    line-height: 30px;
    color: #929191;
    cursor: pointer;
    font-size: 14px;
}

.wd-rig .wx-icon:hover {
    color: #f95b5c;
}

.fx-content2 li {
    width: 80px;
    float: left;
    text-align: center;
    margin-top: 17px;
    display: inline;
    border: none;
    margin-bottom: 0;
}

.fx-content2 li img {
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
}

.fx-content2 li p {
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #616161;
    font-size: 12px;
}

.fx-content2 li a:hover p {
    color: #e94740;
}

.fenxiangs {
    position: relative;
}

.wd-answer {
    width: 100%;
    float: left;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.wd-answer p { /*text-indent: 2em;*/
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.wd-answer img {
    max-width: 100%;
}

div.hide-article-box {
    width: 100%;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    padding-bottom: 26px;
}

.hide-article-pos {
    position: absolute;
    z-index: 1998;
    padding-top: 60px;
    bottom: 0;
}

.text-center {
    text-align: center;
}

.btn-readmore {
    color: #2f65c8;
    cursor: pointer;
}

.wd-conts {
    width: 570px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    display: inline;
}

.wd-conts img {
    max-width: 100%;
}

.mb30 {
    margin-bottom: 30px !important;
}

.video-90 {
    width: 700px;
    float: left;
    height: 700px;
    position: relative;
}

.zt-tit {
    width: 96%;
    margin-left: 2%;
    float: left;
    height: 50px;
    border-bottom: 2px solid #e5e5e5;
    text-align: left;
}

.zt-mtit {
    float: left;
    margin-left: 10px;
    font-size: 23px;
    color: #333333;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 2px;
}

.zt-tishi {
    margin: 0 20px 0 30px;
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    color: #333;
}

.zt-shuju {
    width: 98%;
    float: left;
    margin-left: 1%;
    display: inline-block;
}

.sj-xuan {
    width: 100%;
    float: left;
}

.sj-xuan li {
    float: left;
    width: 12%;
    margin: 10px 1%;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 3px;
    padding: 2px 0;
}

.sj-xuan li h2 {
    line-height: 20px;
}

.sj-xuan li p {
    line-height: 18px;
    color: #838383;
}

.sj-xuan li:hover {
    border: 1px solid #e94740;
}

.sj-xuan li.cover {
    border: 1px solid #e94740;
}

.sj-xuan li.cover h2, .sj-xuan li.cover p {
    color: #e94740 !important;
}

.sj-xuan li:hover h2, .sj-xuan li:hover p {
    color: #e94740 !important;
}

.zt-proList {
    width: 100%;
    float: left;
}

.zt-proList li {
    width: 240px;
    height: 355px;
    float: left;
    border: 1px solid #f0f0f0;
}
/*文化墙掌糖*/
.picScroll-left13 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picScroll-left13 .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 15px;
}

.picScroll-left13 .hd .prev {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    moz-box-shadow: 0px 1px 6px #D9D9D9;
    -webkit-box-shadow: 0px 1px 6px #D9D9D9;
    box-shadow: 0px 1px 6px #D9D9D9;
    border-radius: 50%;
    text-align: center;
    color: #c2c2c2;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    /*background: url("/Content/images//arrow.png") no-repeat;*/
}

.picScroll-left13 .hd .next {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    moz-box-shadow: 0px 1px 6px #D9D9D9;
    -webkit-box-shadow: 0px 1px 6px #D9D9D9;
    box-shadow: 0px 1px 6px #D9D9D9;
    border-radius: 50%;
    text-align: center;
    color: #c2c2c2;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    /*background: url("/Content/images//arrow.png") no-repeat;*/
}

.picScroll-left13 .hd .prev i, .picScroll-left13 .hd .next i {
    font-size: 25px;
    vertical-align: middle;
}

.picScroll-left13 .hd .prev i:hover, .picScroll-left13 .hd .next i:hover {
    color: #d20a00;
}

.picScroll-left13 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left13 .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("/Content/images//icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left13 .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left13 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left13 .bd ul li {
    width: 249px;
    margin: 10px 12px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left13 .bd ul li .pic {
    text-align: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.picScroll-left13 .bd ul li .pic .icon-bofangshipin {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 40%;
    top: 25%;
}

.picScroll-left13 .bd ul li .pic .icon-shanchu {
    color: #fff;
    font-size: 27px;
    position: absolute;
    right: 5px;
    top: -5px;
}

.picScroll-left13 .bd ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whq-shenhe {
    width: 58px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(206,77,88,.75);
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.picScroll-left13 .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left13 .bd ul li .title {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    line-height: 24px;
    max-height: 72px;
    font-size: 16px;
    color: #333;
}

.picScroll-left13 a {
    color: #272727;
    font-size: 14px;
}

.zt-whqs {
    width: 100%;
    float: left;
}

.zt-proList {
    width: 100%;
    float: left;
}

.zt-proList li {
    width: 240px;
    height: 355px;
    overflow: hidden;
    float: left;
    margin: 15px 20px;
    border: 1px solid #f0f0f0;
    display: inline;
}

.zt-adpic {
    width: 100%;
    height: 100%;
}

.zt-primg {
    width: 240px;
    height: 240px;
    float: left;
    position: relative;
}

.zt-primg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zt-proc {
    width: 90%;
    padding: 5px 5%;
    height: 105px;
    float: left;
    background-color: #fbfbfb;
}

.zt-proc h1 {
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
    color: #272727;
    font-size: 18px;
}

.cp-operction {
    margin-top: 18px;
    height: 25px;
    line-height: 25px;
    color: #6a6a6a;
    font-size: 14px;
}

.cp-operction span {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 33px;
    color: #6a6a6a;
    font-size: 14px;
}

.cp-operction a {
    color: #6a6a6a;
    font-size: 14px;
}

.cp-operction a:hover span {
    color: #e94740 !important;
}

.cp-delete {
    cursor: pointer;
    margin-right: 0 !important;
}

.cp-delete:hover {
    color: #e94740;
}

.f-kuai {
    width: 54px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.inAudit {
    background-color: #b9b9b9;
}

.sample {
    background-color: #e94740;
}

.zt-proList li:hover .zt-proc {
    background-color: #eee;
}

.zt-jxs {
    float: right;
    padding: 0 10px;
    height: 32px;
    background-color: #fc655e;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
    display: block;
    margin-top: 8px;
    margin-right: 20px;
}

.zt-jxs:hover {
    background-color: #e94740;
    color: #fff;
}

.bg-list3 {
    width: 99%;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.bg-list3 th {
    text-align: center;
    line-height: 30px;
    padding: 10px;
    background-color: #f1f1f1;
    color: #333;
}

.bg-list3 td {
    padding: 10px;
    line-height: 25px;
    font-size: 15px;
}

.bg-list3 .th1 {
    width: 10%;
}

.bg-list3 .th2 {
    width: 10%;
}

.bg-list3 .th3 {
    width: 20%;
}

.bg-list3 .th4 {
    width: 20%;
}

.bg-list3 .th5 {
    width: 20%;
}

.bg-list3 .th6 {
    width: 20%;
}

.bg-list3 th, .bg-list3 td {
    border: 1px solid #dfdfdf;
    text-align: center;
}

.bg-list3 .td2 {
    text-align: left;
}

.bg-list3 tbody tr:hover {
    background-color: #faf8f8;
}

.zx-load {
    width: 100%;
    height: 40px;
    line-height: 30px;
    text-align: left;
    color: #333;
    font-size: 14px;
}
.zx-load2 {
    width: 100%;
    height: 40px;
    line-height: 30px;
    text-align: left;
    color: #333;
    font-size: 14px;
}
.zx-load2 a{color:#379be9;font-weight: bold;}
.zx-load2 a:hover{color:#2788d3;}
.export {
    float: right;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    margin-right: 20px;
}

.export:hover {
    border: 1px solid #e94740;
    color: #e94740;
}

.up-img {
    width: 160px;
    float: left;
    height: 85px;
    position: relative;
    border: 1px dashed #c5c5c5;
    background-color: #ececec;
    border-radius: 8px;
    overflow: hidden;
}

.weui_uploader_input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.up-img .add-pro {
    width: 75%;
    height: auto;
}

.up-img .add-pro2 {
    width: 40%;
    height: auto;
}

.up-img .loads {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ececec;
    text-align: center;
    z-index: 99;
    border-radius: 8px;
}

.loadings {
    float: initial !important;
    display: inline-block;
    height: 15px !important;
    width: 15px;
    border-radius: 100%;
    margin: 35px 10px 10px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

.cs-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.cs-img .new-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.selectr {
    border: 1px #ddd solid;
    width: 227px;
    height: 42px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.selectr option {
    text-align: center;
}

.biaoqian2 span {
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin-top: 6px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 3px;
    display: inline;
}

.biaoqian2 span:active {
    background-color: #eae9e9;
}

.biaoqian2 .activer {
    background-color: #af754b;
    border: 1px solid #af754b;
    color: #fff;
}

.tj-zupic {
    width: 820px;
    float: left;
    height: 350px;
}

.up-type span {
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin-top: 6px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 3px;
    display: inline;
}

.up-type span:active {
    background-color: #e94740;
}

.up-type .activer {
    background-color: #e94740;
    border: 1px solid #e94740;
    color: #fff;
}

.dd-list {
    width: 96%;
    float: left;
    margin-left: 2%;
}

.dd-tit {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 25px;
}

.dd-xq {
    width: 48%;
    float: left;
    padding: 5px 1%;
}

.dd-consignee {
    width: 18%;
    float: left;
    padding: 5px 1%;
}

.dd-operation {
    width: 28%;
    float: left;
    padding: 5px 1%;
}

.dd-align {
    text-align: center;
}

.dd-lists {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 1px #e5e5e5;
    margin-top: 20px;
}

.dd-bh {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    color: #9c9c9c;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.dd-bh font {
    color: #333;
}

.dd-bh label {
    padding-left: 10px;
    padding-right: 20px;
}

.dd-xqcon {
    width: 100%;
    float: left;
}

.dd-xq2 {
    width: 54%;
    float: left;
    padding: 10px 1%;
    height: 60px;
}

.dd-consignee2 {
    width: 15%;
    float: left;
    text-align: left;
    height: 60px;
    padding: 10px 1%;
    font-size: 14px;
    color: #333;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.dd-operation2 {
    width: 24%;
    float: left;
    padding: 10px 1%;
    height: 60px;
}

.dd-operation2 .y-fahuo p {
    color: #b4b4b4;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.dd-pro {
    width: 60px;
    height: 60px;
    float: left;
    box-shadow: 0px 0px 1px #eae9e9;
    overflow: hidden;
}

.dd-pro img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dd-prtit {
    width: 250px;
    float: left;
    margin-left: 15px;
    padding: 5px 0;
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

.pro-count {
    width: 80px;
    float: right;
    color: #b5b5b5;
    text-align: center;
    font-size: 14px;
    line-height: 59px;
}

.dd-prtit:hover {
    color: #e94740;
}

.fahuo {
    width: 80px;
    height: 30px;
    display: block;
    margin: 14px auto 0;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    color: #e94740;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.fahuo:hover {
    background-color: #e8e8e8;
}

.sj-con {
    background-color: #fff;
    position: relative;
}

.sjr-list2 {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.sjr-list2 th {
    text-align: center;
    line-height: 30px;
    padding: 20px 10px;
    background-color: #fff;
    font-size: 18px;
    color: #333;
}

.sjr-list2 th h1 {
    font-weight: bold;
    line-height: 27px;
}

.sjr-list2 th p {
    color: #f04d50;
    line-height: 27px;
}

.sjr-list2 th span {
    width: 98px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
}

.sjr-list2 .th2 span {
    background-color: #17b885;
}

.sjr-list2 .th3 span {
    background-color: #1487d9;
}

.sjr-list2 .th4 span {
    background-color: #f458a1;
}

.sjr-list2 .th5 span {
    background-color: #f67b00;
}

.sjr-list2 .th6 span {
    background-color: #dc0900;
}

.sjr-list2 .th7 span {
    background-color: #9f009a;
}

.sjr-list2 td {
    padding: 10px;
    line-height: 25px;
    font-size: 14px;
}

.sjr-list2 .th1 {
    width: 16%;
}

.sjr-list2 .th2 {
    width: 14%;
}

.sjr-list2 .th3 {
    width: 14%;
}

.sjr-list2 .th4 {
    width: 14%;
}

.sjr-list2 .th5 {
    width: 14%;
}

.sjr-list2 .th6 {
    width: 14%;
}

.sjr-list2 .th7 {
    width: 14%;
}

.sjr-list2 th, .sjr-list td {
    border: 1px solid #dfdfdf;
    text-align: center;
}

.sjr-list {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    border-top: 0;
}

.sjr-list th {
    text-align: center;
    line-height: 30px;
    padding: 10px;
    background-color: #f1f1f1;
    color: #333;
}

.sjr-list td {
    padding: 10px;
    line-height: 25px;
    font-size: 14px;
}

.sjr-list .td1 {
    width: 16%;
    text-align: right;
}

.sjr-list .td2 {
    width: 14%;
}

.sjr-list .td3 {
    width: 14%;
}

.sjr-list .td4 {
    width: 14%;
}

.sjr-list .td5 {
    width: 14%;
}

.sjr-list .td6 {
    width: 14%;
}

.sjr-list .td7 {
    width: 14%;
}

.sjr-list th, .sjr-list td {
    border: 1px solid #dfdfdf;
    text-align: center;
}

.sjr-list tbody tr:hover {
    background-color: #faf8f8;
}

.louti {
    text-align: left !important;
    padding: 10px 15px !important;
    background-color: #f8f8f8;
    font-size: 16px !important;
    font-weight: bold;
    color: #333;
}

#loutinav {
    position: fixed;
    top: 200px;
    left: 50px;
    background-color: #fff;
    padding: 15px 0;
}

#loutinav ul li {
    width: 110px;
    height: 35px;
    line-height: 35px;
    list-style: none;
    font-size: 14px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #2f2f2f;
    margin-top: 5px;
}

#loutinav ul li a {
    color: #2f2f2f;
}

#loutinav ul li.active {
    background: #f04d50;
    color: #fff;
    display: block;
}

#loutinav ul li.active a {
    color: #fff;
}

#loutinav ul li:hover {
    background: #f04d50;
    color: #fff;
    display: block;
}

#loutinav ul li:hover a {
    color: #fff;
}

.zth-logo {
    width: 73px;
    height: 100px;
    display: inline-block;
    margin: 0 auto;
}

.dy-Subscribe2 h1 {
    text-align: center;
    color: #333;
    font-size: 22px;
    margin-bottom: 15px;
}

.dy-li2 {
    padding: 5px;
    margin-top: 0px !important;
    border-bottom: 1px solid #ededed;
}

.dy-li2 label i {
    font-size: 22px;
}

#sjbtn {
    padding: 5px 30px;
    color: #fff;
    font-size: 17px;
    border-radius: 3px;
    margin: 15px;
    display: inline-block;
    background-color: #e94740;cursor:pointer;
}

#sjbtn:hover {
    background-color: #90090d;
}
