@charset "utf-8";

/*reset css*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dd,
dt,
table,
thead,
tbody,
tr,
th,
td,
input,
form,
button,
textarea,
p,
div {
    margin: 0;
    padding: 0;
}
button{
    border-radius:0;
}
body {
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    min-width: 1080px;
    /* padding-top: 70px; */
    overflow-x: hidden;
    overflow-y: auto;
    color: #222c37;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    position: relative;
    background: #fff;
    /* padding-bottom: 120px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

img {
    border: 0;
}

i,
em {
    font-style: normal
}

ul,
ol {
    list-style: none;
}

input,
textarea,
button {
    outline: none;
    color: #222c37;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    border: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    display: inline-block;
}

a {
    text-decoration: none;
    outline: none;
    color: #425eb2;
}

img {
    max-width: 100%;
}

img[type="face"] {
    display: inline-block!important;
    vertical-align: middle;
}

/* ::-webkit-scrollbar{
    opacity: 0;
    background:transparent;
    display: none;
} */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bcbfc3;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bcbfc3;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bcbfc3;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bcbfc3;
}

.to-detail-page {
    cursor: pointer;
}

.avater img {
    width: 100%;
    height: 100%;
}

.img_item {
    cursor: url(../../img/web4-0/cursor/big.cur), auto !important;
}

.little_close {
    cursor: url(../../img/web4-0/cursor/small.cur), auto !important;
}

.e_resize {
    cursor: url(../../img/web4-0/cursor/right.cur), auto !important;
}

.w_resize {
    cursor: url(../../img/web4-0/cursor/left.cur), auto !important;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*编辑器公共样式*/

.html-from-editor {
    font-size: 16px;
    line-height: 1.75;
    word-wrap: break-word;
}


/*.html-from-editor p{
	margin-bottom:.8rem;
}*/

.html-from-editor h1 {
    font-size: 34px;
    /*margin-bottom:1.34em;*/
}

.html-from-editor h2 {
    font-size: 24px;
    /*margin-bottom:1.66em;*/
}

.html-from-editor h3 {
    font-size: 18px;
    /*margin-bottom:2em;*/
}

.html-from-editor h4 {
    font-size: 16px;
    /*margin-bottom: .8em;*/
}
.html-from-editor ol, .html-from-editor ul {
    padding-left: 30px;
}
.html-from-editor ol li {
    list-style: initial;
    list-style-type: decimal;
}
.html-from-editor ul li {
    list-style: initial;
}

.html-from-editor blockquote {
    border-left: 6px solid #ddd;
    padding: 5px 0 5px 10px;
    margin: 15px 0 15px 15px;
}

.html-from-editor table {
    max-width: 100%;
}

.html-from-editor table td {
    padding: 5px 10px;
    word-break:break-all;
    border: 1px solid #DDD;
}

.html-from-editor .list-paddingleft-2 {
    padding-left: 30px;
}

.html-from-editor a {
    text-decoration: underline;
}

.html-from-editor p img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    cursor: url('../../img/web4-0/cursor/big.cur'), auto !important;
}

.html-from-editor p img.inline-img{
    display: inline-block;
}
.html-from-editor embed {
    width: 100%;
}


/*用户设置了图片的对其方式不做处理 默认居中对齐*/

/*.html-from-editor p[style*="text-align"] img {*/
    /*display: inline!important;*/
/*}*/

.html-from-editor .emoji {
    width: 16px;
    height: 16px;
    display: inline-block;
}


/*页头样式开始*/

.primary-header {
    width: 100%;
    min-width: 1080px;
    z-index: 1001;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #dee0e1;
}

.primary-header .site-logo {
    float: left;
    margin-left: 40px;
    position: static;
    width: 94px;
    height: 70px;
    background: url('../../img/web4-0/modian-logo.png') left center no-repeat;
    background-size: 94px 30px;
}

.primary-header .site-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.primary-header .site-nav {
    padding-left: 40px;
}

.primary-header .primary-nav {
    margin: 0!important;
}

.primary-header .site-nav li {
    float: left;
    padding: 20px 0;
    position: relative;
    margin-right: 30px;
}

.primary-header .site-nav a {
    display: inline-block;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #7a8087;
}

.primary-header .site-nav a:hover,
.primary-header .site-nav a.cur {
    color: #222c37;
}

.primary-header .header-user .iconfont {
    color: #7a8087;
    font-size: 20px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.primary-header .header-user .iconfont:hover {
    color: #222c37;
}

.header-user {
    float: right;
    height: 30px;
    min-width: 180px;
    margin: 20px 0;
    line-height: 30px;
    padding-right: 40px;
}

.header-user .line span {
    display: inline-block;
    margin-top: 7px;
    height: 15px;
    width: 0;
    border-left: 1px solid #dee0e1;
    margin-left: 30px;
}

.header-user .no-login {
    height: 30px;
    width: 100%;
}

.header-user .no-login li {
    float: left;
}

.primary-nav .header-user .no-login .nologin-entra {
    float: right;
}

.header-user .no-login .nologin-entra a {
    margin-left: 24px;
    float: left;
    line-height: 30px;
    width: 17px;
    font-size: 18px;
    padding-left: 6px;
    color: #7a8087;
}

.header-user .iconfont {
    font-size: 18px;
}

.primary-nav .header-user .user-nav li {
    float: left;
}

.primary-header.out {
    top: -60px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}


/*页头样式结束*/


/*右上角登录信息*/

#userNav a {
    color: #7a8087;
    font-size: 16px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

#userNav a:hover {
    color: #222c37;
}

#userNav .bubble a,
#userNav .userInfo-bubble a {
    display: block;
    padding: 0 20px;
    height: 57px;
    /*white-space: nowrap;*/
    box-sizing: initial;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
}

#userNav {
    float: right;
    height: 30px;
}

#userNav>li {
    margin-left: 40px;
    position: relative;
    cursor: pointer;
}

#userNav>li:first-child {
    margin-left: 0;
}

#userNav>li.pro_search {
    margin-right: 10px;
}

#userNav .bubble {
    position: absolute;
    top: 40px;
    left: -180px;
    background: #fff;
    width: 300px;
    height: 379px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 4px 23px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 23px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    display: none;
    z-index: 1000;
}

#userNav .bubbleBox {
    position: static;
    width: 300px;
    background: #ffffff;
}

#userNav .bubbleArrow {
    position: absolute;
    left: 108px;
    top: -24px;
}

#userNav .bubbleArrow span {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

#userNav .bubbleArrow .bubbleTop {
    border-width: 12px;
    border-color: transparent transparent #e0e0e0 transparent;
}

#userNav .bubbleArrow .bubbleBottom {
    top: 4px;
    left: 2px;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
}

#userNav .bubbleCon {
    padding-top: 10px;
}


/*私信开始*/

#userNav .emailPic {
    position: relative;
}

#userNav .emailDot {
    position: absolute;
    top: 17px;
    left: 38px;
    width: 8px;
    height: 8px;
    background: #ea5a4e;
    border-radius: 4px;
    display: none;
}

#userNav .dynamic .emailDot {
    left: 36px;
}

#userNav a.setOn .emailDot {
    display: block;
}

#userNav .bubbleCon .noReadList {
    height: 34px;
    padding: 14px 0 0 0px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

#userNav .bubbleCon .noReadList:hover {
    color: #4e5c46;
    background-color: #f6f9f9;
}

#userNav .bubbleCon .noReadList .noReadLink {
    width: 104px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
}

#userNav .bubbleCon .noReadList .noReadNum {
    /*display: inline-block;*/
    width: auto;
    height: 16px;
    background: #ea5a4e;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    margin: 3px 0 0 12px;
    padding: 0 4px;
}

#userNav .bubbleCon .noReadList .noReadNum strong {
    display: inline-block;
    height: 16px;
    text-align: center;
    line-height: 17px;
    float: left;
    font-weight: normal;
}

#userNav .bubbleCon .noReadList .noReadNum em {
    font-style: normal;
    float: left;
    display: none;
}

#userNav .bubbleCon .noReadList .noReadNum em.setOn {
    display: inline-block;
}


/*个人信息开始*/

#userNav .userInfo .avatar {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

#userNav .userInfo .avatar .v {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('../../img/web4-0/person_v@2x.png') center center no-repeat;
    background-size: cover;
    bottom: -1px;
    right: -3px;
    border-radius: 50%;
}

#userNav .userInfo .avatar img {
    width: 100%!important;
    height: 100%!important;
    border-radius: 50%;
    border: 1px solid #dee0e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#userNav .userInfo .bubble {
    width: 300px;
    height: auto;
    background: #ffffff;
    left: -236px;
}

#userNav .userInfo .bubbleBox {
    width: auto;
    height: auto;
}

#userNav .userInfo .bubbleCon {
    background: #ffffff;
    padding-top: 0px;
}

#userNav .userInfo .bubbleArrow {
    left: 240px;
}

#userNav .userInfo .userInfoBox {
    height: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 797px;
}

#userNav #personalInfo {
    float: none;
    width: 100%;
    /*min-height: 114px;*/
    height: auto;
    padding: 0 0 20px 0;
    margin: 0;
    text-align: center;
    /* border-bottom: 1px solid #ccc; */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#userNav #personalInfo .medal {
    display: inline-block;
    margin: 10px auto 0;
    overflow: hidden;
}

#personalInfo:hover {
    background-color: #ffffff;
}

#personalInfo .infoImg {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    position: relative;
}

#personalInfo .infoImg .v {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('../../img/web4-0/person_v@2x.png') center center no-repeat;
    background-size: cover;
    bottom: -1px;
    right: -3px;
    border-radius: 50%;
}

#personalInfo .infoImg img {
    border-radius: 45px;
    margin-top: 0;
}

#personalInfo .personalId {
    width: 100%;
    line-height: 16px;
    text-align: center;
    color: #222c37;
    font-weight: 600;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 11px;
}

#userNav .state-set {
    width: 100%;
    height: 183px;
    padding: 0px 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#userNav .state-set a.proList {
    height: 16px;
    padding: 20px 0 0 0;
    line-height: 16px;
    text-align: left;
}

#userNav .state-set a.last {
    height: 16px;
    padding: 20px 0 0 0;
    line-height: 16px;
    text-align: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#userNav .state-set h3 {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #DEE0E1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#userNav .userState {
    width: 120px;
    /* border-right: 1px solid #ccc; */
}

#userNav .user-set {
    width: 120px;
    margin-left: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#userNav .userVote {
    display: none;
}
#userNav .userProject,
#userNav .userVote {
    width: 100%;
    height: auto;
    padding-top: 20px;
    /* padding-bottom: 25px; */
    /* border-bottom: 1px solid #ccc; */
    border-left: none;
}

#userNav .userProject h3 {
    height: 20px;
    margin: 0 20px;
    line-height: 20px;
    font-size: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #DEE0E1;
}

#userNav .userProject .pro-list,
#userNav .userVote .pro-list {
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 40px;
}

#userNav .userProject .pro-list li {
    float: none;
    width: 240px;
    margin: 20px 20px 0 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#userNav .userVote .pro-list li {
    float: none;
    width: 240px;
    padding: 0 30px 30px 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#userNav .userVote .pro-list li:last-child {
    padding-bottom: 0px;
}

#userNav .userVote .pro-list li {
    word-break: break-all;
}

#userNav .userVote .pro-list li a {
    padding: 0;
    height: auto;
}

#userNav .userProject .pro-img {
    width: 64px;
    height: 64px;
    padding: 0px;
}

#userNav .userProject .pro-img img {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

#userNav .userProject .pro-tit {
    /* width: 170px; */
    height: 64px;
    padding-left: 10px;
}

#userNav .userProject .pro-tit a {
    height: 64px;
    line-height: 64px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#userNav a.logOff {
    display: block;
    height: 56px;
    line-height: 56px;
    color: #7A8087;
    background: #F8F8F9;
    margin-top: 0px;
    text-indent: 20px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    padding: 0;
}
#userNav a.logOff i{
    padding-right: 3px;
}
#userNav a.logOff:hover {
    color: #223318;
}


/*个人信息结束*/

::-moz-selection {
    background: #00D6A6;
    color: #fff;
}

::selection {
    background: #00D6A6;
    color: #fff;
}

::-moz-selection {
    background: #37cb58;
    color: #fff;
}

#dp_swf_engine {
    display: none;
}


/*项目详情页导航调整*/

#userNav .wdxx_right_posit .bubble .bubbleBottom {
    left: 70px;
}

#userNav .wdxx_right_posit .bubble .bubbleTop {
    left: 68px;
}


/*新增社区首页入口 20160205*/

.primary-header .primary-nav .site-nav li span img {
    width: 16px;
    height: 16px;
    border: 0;
    margin-top: -2px;
    margin-left: 5px;
}


/*编辑器样式修改*/

.project-left .post-content a {
    font-size: 14px;
}


/*app下载*/

.download_options {
    position: absolute;
    left: -20px;
    top: 55px;
    z-index: 10;
    background: #fff;
    padding: 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 4px 23px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 23px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.primary-header .download_options a {
    line-height: 40px;
    height: 40px;
    display: block;
    padding: 0 15px;
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.primary-header .download_options a:hover {
    color: #222c37;
}

.download_options div {
    position: absolute;
    left: 46px;
    top: -24px;
}

.download_options div .bubbleTop {
    border-width: 10px;
    border-color: transparent transparent #ccc transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 3px;
    left: -10px;
}

.download_options div .bubbleBottom {
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 4px;
    left: -10px;
}

#userNav .userVote h3 {
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
    color: #222c37;
    font-size: 16px;
    /*font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif !important;*/
}


/*搜索*/

.header-user .pro_search {
    position: relative;
}
.pro_search .inpt{
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border:1px solid #DEE0E1;
}
.pro_search span#searchIcon.icon_on{
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pro_search span#searchIcon.icon_on i{
    font-size: 18px;
    line-height: 34px;
    color: #BCBFC3;
}
.pro_search .inpt input {
    border: none;
    height: 34px;
    color: #223318;
    width: 300px;
    font-size: 16px;
    line-height: 34px;
    outline: none;
    padding-left: 34px;
}

.pro_search .inpt span {
    position: absolute;
    top: 20px;
    right: 0;
    color: #37cb58;
    cursor: pointer;
}
.search_result .search_header{
    width:260px;
    height:64px;
    background: #F8F8F9;
    padding:0 20px;
    overflow: hidden;
}
.search_result .search_header>p{
    font-size: 24px;
    line-height: 64px;
    color: #222c37;
    font-weight:700;
    float: left;
}
.search_result .search_header>div{
    font-size:16px;
    color: #425eb2;
    line-height: 64px;
    float: right;
    overflow: hidden;
    cursor: pointer;
}
.search_result .search_header>div p{
    float: left;
}
.primary-header .header-user .search_result .search_header>div p i{
    color: #425eb2;
    padding-left:4px;
    font-size:16px;
    line-height:64px;
}
.search_result .search_header>div p.p_key{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px;
}
.search_result li.tab_header{
    padding:0 !important;
    margin: 0 20px 20px 20px;
    width:260px;
    border-bottom: 1px solid #DEE0E1;
    height:58px;
    line-height:58px;
    font-size:20px;
    font-weight:700;
}
.search_result::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
    display: none;
}
.subscribe_list li,.search_dong_list li{
    padding: 0 20px 20px;
    overflow: hidden;
    width: 260px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.subscribe_list li.list a img{
    width: 60px;
    height: 60px;
    border:1px solid #Dee0e1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    margin: 4px 10px 0 0;
}
.subscribe_list li.list a div p:first-child {
    overflow: hidden;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    font-size: 16px;
    height: 24px;
    color: #222c37;
    line-height: 24px;
    margin-bottom: 2px;
}
.subscribe_list li.list a div p:nth-child(2){
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    color: #7A8087;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    height: 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.search_dong_list li.list a>img{
    width: 66px;
    height: 66px;
    float: left;
    margin: 3px 10px 0 0;
}
.search_dong_list li.list a div.left{
    width: 66px;
    height: 66px;
    float: left;
    margin: 3px 10px 0 0;
    overflow: hidden;
    position: relative;
}
.search_dong_list li.list a>p{
    font-size:14px;
    color: #7A8087;
    font-weight:400;
    line-height:24px;
}
.search_dong_list li.list a div.left img{
    float: left;
}
/*2 img*/
.search_dong_list li.list a div.left img.two{
    width:100%;
    height:31px;
}
.search_dong_list li.list a div.left img.two:first-child{
    margin-bottom:4px;
}
/*3 img*/
.search_dong_list li.list a div.left img.three{
    height:31px;
    width:31px;
}
.search_dong_list li.list a div.left img.three:first-child{
    width:100%;
    margin-bottom:4px;
}
.search_dong_list li.list a div.left img.three:nth-child(2){
    width:31px;
    margin-right:4px;
}
/*4 img*/
.search_dong_list li.list a div.left img.four{
    height:31px;
    width:31px;
}
.search_dong_list li.list a div.left img.four:nth-child(2n){
    margin-left:4px;
}
.search_dong_list li.list a div.left img.four:nth-child(-n+2){
    margin-bottom:4px;
}
.search_dong_list li.list a div .meng{
    background: rgba(0,0,0,0.3);
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    z-index:1;
}
.primary-header .header-user .search_dong_list li.list a div i.vote{
    top:14px;
    left:50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.primary-header .header-user .search_dong_list li.list a div p{
    z-index:2;
    color: #fff;
    font-size:14px;
    line-height:14px;
    position: absolute;
    bottom:14px;
    left:50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.primary-header .header-user .search_dong_list li.list a div i{
    z-index:2;
    font-size:20px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.search_dong_list li.list a div.content{
    width: calc(100% - 76px);
    width: -moz-calc(100% - 76px);
    font-weight: 400;
    height: 72px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.search_dong_list li.list a div.content.subscribe{
    height: 48px;
}
.search_dong_list li.list a div.title{
    font-size: 16px;
    color: #222c37;
    line-height:24px;
    font-weight:500;
}
.search_dong_list li.list a div.notitle{
    font-size: 14px;
    color: #7A8087;
    line-height:21px;
}
.search_dong_list li.list a div.long_title{
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    color: #7a8087;
    line-height: 21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height:72px;
}
/*----------------------------上方为搜索新增----------------------------*/
.search_result {
    position: absolute;
    top: 50px;
    left: 0;
    width: 300px;
    max-height: 400px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 4px 23px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 23px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    z-index: 1000;
    background: #fff;
    display: none;
    overflow: auto;
}

.search_result .proRe_list,
.search_result .userRe_list,
.search_result .subscribe_list,
.search_result .search_dong_list{
    overflow: hidden;
}

.primary-header .primary-nav .search_result .proRe_list li,
.primary-header .primary-nav .search_result .userRe_list li {
    padding: 0 20px;
}

.primary-header .primary-nav .search_result .proRe_list li.list,
.primary-header .primary-nav .search_result .userRe_list li.list,
.primary-header .primary-nav .search_result .goods_list li.list{
    padding: 0 20px;
    margin-bottom:20px;
    overflow: hidden;
    width: 260px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}
.primary-header .primary-nav .search_result .proRe_list li.list:last-child,
.primary-header .primary-nav .search_result .userRe_list li.list:last-child,
.primary-header .primary-nav .search_result .goods_list li.list:last-child{
    margin-bottom:0;
}
.primary-header .primary-nav .search_result .proRe_list li.list:hover {
    background: #f6f9f9;
}

.primary-header .primary-nav .search_result .proRe_list li.list a,
.primary-header .primary-nav .search_result .userRe_list li.list a {
    padding: 0;
    width: 100%;
    line-height: 20px;
}

.primary-header .primary-nav .search_result .proRe_list li.list a img {
    width: 86px;
    height: 65px;
    float: left;
    margin: 3px 10px 0 0;
}

.primary-header .primary-nav .search_result .proRe_list li.list a div {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    height: 72px;
    color: #222c37;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.primary-header .primary-nav .search_result .userRe_list li.list a img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    float: left;
    margin: 0 10px 0 0;
}

.primary-header .primary-nav .search_result .userRe_list li.list a div p:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    font-size:16px;
    color: #222c37;
    font-weight:700;
}

.primary-header .primary-nav .search_result .userRe_list li.list a div p:nth-child(2) {
    line-height: 20px;
    color: #7a8574;
    font-size:14px;
}

.primary-header .primary-nav .search_result .proRe_nothing {
    width: 300px;
    height: 211px;
    padding:40px 0 32px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.primary-header .primary-nav .search_result .proRe_nothing .flag{
    width: 100px;
    height:100px;
    margin:0 auto;
    background: url('../../img/web4-0/empty_warning@2x.png') right center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
.primary-header .primary-nav .search_result .proRe_nothing p.flag_txt{
    padding-top: 17px;
    font-size:16px;
    line-height:16px;
    color: #7A8087;
    text-align: center;
}
.primary-header .primary-nav .search_result .labelTitle{
    margin:0 20px;
    font-size:20px;
    line-height: 20px;
    padding-bottom:15px;
    border-bottom:1px solid #DEE0E1;
    font-weight:700;
}

.primary-header .primary-nav .search_result .labelRe_list {
    padding: 0 20px 20px 20px;
    overflow: hidden;
    /*border-top: 1px solid #e5e5e5;*/
}

.primary-header .primary-nav .search_result .labelRe_list li {
    padding: 0;
    font-size: 13px;
}

.primary-header .primary-nav .search_result .labelRe_list li.list {
    font-size: 16px;
    height: 28px;
    border: 1px solid #BCBFC3;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}
 .primary-header .primary-nav .search_result .labelRe_list li.list a{
     color: #7A8087;
 }

.primary-header .primary-nav .search_result .labelRe_list li.list_wid {
    width: 100%;
}

.primary-header .primary-nav .search_result .labelRe_list li:nth-child(2) {
    margin-left: 0;
}

.primary-header .primary-nav .search_result .labelRe_list li.list a {
    padding: 0;
    height: 28px;
    line-height: 28px !important;
}

.primary-header .primary-nav .icon_on {
    position: absolute;
}

.pro_searea_txt {
    font-size: 18px;
    color: #223318;
}


/*搜索结果页*/

.wrap .search_inpt {
    width: 620px;
    margin: 100px auto 20px;
    overflow: hidden;
}

.wrap .search_inpt .inputDiv {
    width: 498px;
    height: 38px;
    border: 1px solid #c5c7c7;
    float: left
}

.wrap .search_inpt .inputDiv span {
    float: left;
    width: 36px;
    background: #fff url(../../img/icon_letter.png) no-repeat center center;
    background-position: -22px -113px;
    height: 38px;
}

.wrap .search_inpt .inputDiv input {
    border: none;
    width: 452px;
    height: 28px;
    padding: 5px;
    font-size: 14px;
}

.wrap .search_inpt .btn {
    width: 100px;
    background: #37cb58;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
}

.primary-header .primary-nav .header-user .no-login .nologin-entra span {
    float: left;
}

.primary-footer {
    clear:both;
    border-top: 1px solid #dee0e1;
    background: #fff;
    background-image: none;
    width: 100%;
    position:static!important;
    min-width: 1080px;
    font-size: 14px;
    padding: 0;
    /* position: absolute;
    bottom: 0;
    left: 0; */
}

.primary-footer a {
    color: #7a8087;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.primary-footer a:hover {
    color: #222c37;
}

.primary-footer .outher {
    padding: 40px 0;
    width: 1080px;
    margin: 0 auto;
    background: url('../../img/web4-0/logo-grey.png') right center no-repeat;
    background-size: 110px 36px;
}

.primary-footer .outher .copyright {
    height: 14px;
    line-height: 14px;
    font-weight: normal!important;
    margin-bottom: 12px;
    margin-top: 0!important;
}

.primary-footer .outher .icp {
    height: 14px!important;
    line-height: 14px!important;
    margin: 0!important;
}

.primary-footer .outher .icp a {
    float: left;
    font-size: 12px!important;
    line-height: 12px!important;
    height: 12px!important;
    margin: 0 9px 0 0!important;
    padding-left: 9px;
    border-left: 1px solid #dee0e1;
}

.primary-footer .icp .modian_ghs {
    padding: 0 0 0 17px!important;
    background: url('../../img/web4-0/modian_ghs1.png') no-repeat left center;
    border-left: 0!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.primary-footer .icp .modian_ghs:hover {
    padding: 0 0 0 17px!important;
    background: url('../../img/web4-0/modian_ghs2.png') no-repeat left center;
    border-left: 0!important;
}


/*表情*/


/*
.mface-box{
	padding:20px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	background:#fff;
}
.mface-box .close{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.dy_face{
	width: 324px;
	height: 142px;
}
.dy_face .fitem{
	width: 34px;
	height: 34px;
	float:left;
	border:1px solid #dee0e1;
	text-align: center;
	vertical-align:middle;
	line-height: 34px;
	cursor: pointer;
}
.dy_face .fitem img{
	vertical-align: middle;
}
.dy_face .fitem.active{
	border:1px solid #00cba6;
}
.img-upload-box{
	width: 281px;
	min-height:137px;
}
.img-upload-box .dy_img_list > div{
	width: 87px;
	height: 87px;
	float:left;
	margin-right:10px;
	position: relative;
	cursor: pointer;
}
.img-upload-box  .dy_img_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.img-upload-box  .dy_img_bg .close{
	display: block;
	width: 20px;
	height: 20px;
}
.img-upload-box .dy_img_list > div:nth-of-type(3n){
	margin-right:0;
}
.img-upload-box .dy_img_list > div:nth-of-type(n+4){
	margin-top:10px;
}
.img-upload-box .dyup_btn{
	background:url('../../img/web4-0/uploadbtn@3x.png') center center no-repeat;
	background-size:contain;
}
.img-upload-box .dyup_btn input[type=file]{
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}
.img-upload-box .prompt{
	font-size: 14px;
	line-height: 1.5;
	color: #f58500;
	margin-top:6px;
}
*/


/* 分页 */

.pagination {
    text-align: center;
    margin: 40px 0;
    position: relative;
    color: #bcbfc3;
    font-size: 0;
}

.pagination .iconfont {
    float: left;
    font-size: 12px;
}

.pagination>div {
    display: inline-block;
}

.pagination .pagination-wrap>div {
    float: left;
}

.pagination a {
    float: left;
    padding: 10px;
    height: 34px;
    min-width: 34px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    color: #bcbfc3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dee0e1;
    margin-right: 10px;
    background: #f8f8f9;
}

.pagination a:hover {
    color: #222c37;
}

.pagination span {
    float: left;
    margin-right: 10px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px;
    color: #bcbfc3;
}

.pagination .current {
    float: left;
    padding: 10px;
    height: 34px;
    min-width: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #dee0e1;
    margin-right: 10px;
    background: #fff;
    color: #222c37;
}

.pagination .pre,
.pagination .next {
    background: #f8f8f9;
    color: #bcbfc3;
}

.pagination .prev,
.pagination .next {
    background: #f8f8f9;
    width: 34px;
    color: #bcbfc3;
}

.pagination .prev:hover,
.pagination .next:hover {
    color: #222c37;
}

.pagination .prev:hover,
.pagination .next:hover {
    color: #222c37;
}

.md-button {
    padding: .5em 2.5em;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 14px;
}

.md-button-primary {
    background-color: #37cb58;
    border: 1px solid #37cb58;
    color: #fff;
}


/*预览图弹出层开始*/

#imgMask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(34, 44, 55, .8);
    display: none;
}

.previewImg {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 9999;
    margin-left: -235px;
    width: 460px;
    padding: 0 5px;
}

.previewImg .previewImgTitle {
    line-height: 34px;
    margin-bottom: 40px;
    font-size: 34px;
    color: #2ccd52;
    text-align: center;
    font-weight: normal;
}

.previewImg .previewImgList {
    position: relative;
}

.previewImg .previewImgList .prev,
.previewImg .previewImgList .next {
    position: absolute;
    top: 170px;
    z-index: 9;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    color: #25361b;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    background: url(../../new/images/leftAndRight.png) no-repeat #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-box-shadow: 0px 4px 23px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 23px 1px rgba(0, 0, 0, 0.2);
}

.previewImg .previewImgList .prev {
    left: 0px;
    background-position: -14px 0px;
}

.previewImg .previewImgList .next {
    right: 0px;
    background-position: -88px -0px;
}

.previewImg .previewImgList .prev:hover,
.previewImg .previewImgList .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.previewImg .previewImgList ul {
    position: relative;
    height: 400px;
}

.previewImg .previewImgList ul li {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 30px;
    display: none;
}

.previewImg .previewImgList ul li a {
    display: block;
    width: 400px;
    height: 400px;
}

.previewImg .previewImgList .rollDot {
    height: 10px;
    margin: 20px 0 40px 0;
    padding-left: 205px;
}

.previewImg .previewImgList .rollDot a {
    float: left;
    width: 10px;
    height: 10px;
    background: #90988a;
    margin-right: 10px;
    border-radius: 5px;
}

.previewImg .previewImgList .rollDot a.current {
    background: #223317;
}

.previewImg .previewImgList .toSupport {
    display: block;
    width: 144px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #2ccd52;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 8px #ccc;
    margin-left: 158px;
}

.maskClose,
.imgClose {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url('../images/closeMask.png') no-repeat;
}


/*预览图弹出层结束*/


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#mbox {
    outline: none;
}

#mbox,
#mboxOver,
#mboxOverlay,
#mboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#mboxWrapper {
    max-width: none;
}

#mboxOver,
#mboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: pointer;
}

#mboxMiddleLeft,
#mboxBottomLeft {
    clear: left;
}

#mboxContent {
    position: relative;
}

#mboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#mboxTitle {
    margin: 0;
}

#mboxLoadingOverlay,
#mboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mboxPrevious,
#mboxNext,
#mboxClose,
#mboxSlideshow {
    cursor: pointer;
}

.mboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.mboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#mboxContent,
#mboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#colorbox {
    outline: 0;
}

#mboxTopLeft {
    width: 25px;
    height: 25px;
    background: url(../../new/images/mbox-border1.png) no-repeat 0 0;
}

#mboxTopCenter {
    height: 25px;
    background: url(../../new/images/mbox-border1.png) repeat-x 0 -50px;
}

#mboxTopRight {
    width: 25px;
    height: 25px;
    background: url(../../new/images/mbox-border1.png) no-repeat -25px 0;
}

#mboxBottomLeft {
    width: 25px;
    height: 25px;
    background: url(../../new/images/mbox-border1.png) no-repeat 0 -25px;
}

#mboxBottomCenter {
    height: 25px;
    background: url(../../new/images/mbox-border1.png) repeat-x 0 -75px;
}

#mboxBottomRight {
    width: 25px;
    height: 25px;
    background: url(../../new/images/mbox-border1.png) no-repeat -25px -25px;
}

#mboxMiddleLeft {
    width: 25px;
    background: url(../../new/images/mbox-border2.png) repeat-y 0 0;
}

#mboxMiddleRight {
    width: 25px;
    background: url(../../new/images/mbox-border2.png) repeat-y -25px 0;
}

#mboxContent {
    background: #fff;
    overflow: hidden;
}

.mboxIframe {
    background: #fff;
}

#mboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#mboxLoadedContent {
    margin-bottom: 20px;
}

#mboxTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999;
}

#mboxCurrent {
    position: absolute;
    bottom: 0px;
    left: 110px;
    color: #999;
}

#mboxLoadingOverlay {
    background: url(../../new/images/mbox-loading.gif) no-repeat center center;
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#mboxPrevious,
#mboxNext,
#mboxSlideshow,
#mboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    outline: none;
}


/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#mboxPrevious:active,
#mboxNext:active,
#mboxSlideshow:active,
#mboxClose:active {
    outline: 0;
}

#mboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 42px;
    color: #444;
}

#mboxPrevious {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #444;
}

#mboxNext {
    position: absolute;
    bottom: 0px;
    left: 53px;
    color: #444;
}

#mboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #444;
}


/*项目列表分页*/

.page {
    margin-top: 40px;
    height: 34px;
    text-align: center;
}

.page .iconfont {
    font-size: 12px;
}

.page span {
    color: #bcbfc3;
}

.page .number[data-type="page"] {
    display: inline-block;
}

.page .number[data-type="page"] span {
    float: left;
    line-height: 34px;
    font-size: 14px;
    margin-right: 10px;
}

.page .number[data-type="page"] a {
    float: left;
    min-width: 34px;
    padding: 10px;
    font-size: 14px;
    height: 34px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dee0e1;
    background-color: #f8f8f9;
    margin-right: 10px;
    color: #bcbfc3;
}

.page .number[data-type="page"] a:hover {
    color: #222c37;
}

.page .number[data-type="page"] .active {
    background: #fff;
    color: #222c37;
}

.page .number[data-type="page"] a:last-child {
    margin-right: 0;
}


/*侧边按钮 返回顶部等*/

.aside-buttons {
    position: fixed;
    bottom: 40px;
    right: 40px;
    text-align: center;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.aside-buttons .iconfont {
    font-size: 19px;
}

.aside-main {
    width: 60px;
}

.aside-main .title {
    font-size: 14px;
    padding: 20px 0;
    position: relative;
    color: #bcbfc3;
    background: #f8f8f9;
}

.aside-main .title:after {
    display: block;
    width: 28px;
    content: '';
    position: absolute;
    height: 1px;
    bottom: -1px;
    background: #dee0e1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aside-main li {
    position: relative;
    height: 36px;
    color: #bcbfc3;
}

.aside-main li p {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 36px;
    top: 0;
    left: 0;
    z-index: 1;
}

.aside-main .bd-share a {
    background-image: none;
    background: transparent;
    text-indent: 0;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 18px;
    height: 16px;
    padding: 10px 0;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.aside-main .bd-share {
    background: #f8f8f9;
    padding: 10px 0;
    margin-bottom: 20px;
}

.aside-main .aside-ewm {
    display: none;
    padding: 10px;
    width: 120px;
    height: 144px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: -120px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.aside-main .aside-ewm div:first-child {
    width: 70px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #222c37;
}

.aside-main .aside-ewm .ewm {
    width: 100px;
    height: 100px;
    margin-top: 9px;
    opacity: 0.6;
}

.aside-main .aside-report {
    width: 60px;
    height: 60px;
    margin: 20px 0;
    background: #f8f8f9;
    line-height: 60px;
    font-size: 14px;
    color: #bcbfc3;
}

.return-top {
    width: 60px;
    height: 40px;
    padding: 10px 0;
    color: #bcbfc3;
    cursor: pointer;
    background: #f8f8f9;
}

.return-top:hover {
    color: #222c37;
}

.return-top span {
    display: block;
    text-align: center;
}

.return-top span:first-child {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
}

.return-top span:last-child {
    margin-top: 8px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}


/*去下载app*/

.go-download-app {
    width: 300px;
    height: 379px;
    background: url('../../img/download_app.png') center center no-repeat;
    background-size: 300px 379px;
}


/*公用查看大图 项目更新，动态长文*/

.common-img-preview {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 44, 55, .8);
    z-index: 99999;
    display: none;
}

.common-img-preview.inner-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.common-img-preview .inner {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    z-index: 10;
}

.common-img-preview .inner::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    visibility: hidden;
}

.common-img-preview .inner img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.common-img-preview .close {
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}


/*通用弹窗*/

.custom-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.custom-pop .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.custom-pop .custom-content {
    width: 360px;
    padding: 0 30px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-pop .close {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -36px;
    cursor: pointer;
}

.custom-pop h3 {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    color: #222c37;
    border-bottom: 1px solid #dee0e1;
}

.custom-pop .center {
    font-size: 16px;
    line-height: 1.5;
    color: #222c37;
    min-height: 90px;
    margin-top: 10px;
}

.custom-pop .buttons {
    height: 40px;
    padding-bottom: 20px;
}

.custom-pop .btn {
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    float: right;
}

.custom-pop .cancel {
    border: 1px solid #bcbfc3;
    line-height: 38px;
    color: #7a8087;
    margin-right: 20px;
}

.custom-pop .cancel:hover {
    color: #222c37;
    border-color: #222c37;
}

.custom-pop .confirm {
    background: #00cba6;
}

.custom-tips{
    display: none;
    min-width:150px;
    max-width:420px;
    background: rgba(34, 44, 55, 0.6);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 40px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-webkit-transform: translateX(-50%);
    -moz-webkit-transform: translateX(-50%);
    -ms-webkit-transform: translateX(-50%);
    -o-webkit-transform: translateX(-50%);
    -khtml-webkit-transform: translateX(-50%);
    z-index:2000;
    color: #fff;
    font-size:16px;
    line-height:1.5;
    padding:11px 0;
    text-align: center;
}
/*勋章样式*/


/*勋章*/

.honor {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    float: left;
    /*top: 2px;*/
    /*position: relative;*/
}

.main_detail .top_user .honor {
    height: 40px;
}


/*金主*/

.gold_pig_invalid {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_invalid@3x.gif) no-repeat center center;
    background-size: contain;
}

.dy_comments .gold_pig_invalid {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_invalid_g.gif) no-repeat center center;
    background-size: contain;
}

.gold_pig_3 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_three@3x.png) no-repeat center center;
    background-size: contain;
}

.gold_pig_4 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_four@3x.png) no-repeat center center;
    background-size: contain;
}

.gold_pig_5 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_five@3x.png) no-repeat center center;
    background-size: contain;
}

.gold_pig_6 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_six@3x.png) no-repeat center center;
    background-size: contain;
}

.gold_pig_7 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_seven@3x.png) no-repeat center center;
    background-size: contain;
}

.gold_pig_8 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_eight@3x.png) no-repeat center center;
    background-size: contain;
}

.gold_pig_9 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_nine@3x.png) no-repeat center center;
    background-size: contain;
}

.gold_pig_10 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_ten@3x.png) no-repeat center center;
    background-size: contain;
}

.gold_pig_11 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_top@3x.gif) no-repeat center center;
    background-size: contain;
}

.dy_comments .gold_pig_11 {
    background: url(../../img/web4-0/honour/gold_pig/icon_diamond_top_g.gif) no-repeat center center;
    background-size: contain;
}


/*评论家*/

.commenter_invalid {
    background: url(../../img/web4-0/honour/commenter/icon_comment_invalid@3x.gif) no-repeat center center;
    background-size: contain;
}

.dy_comments .commenter_invalid {
    background: url(../../img/web4-0/honour/commenter/icon_comment_invalid_g.gif) no-repeat center center;
    background-size: contain;
}

.commenter_3 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_three@3x.png) no-repeat center center;
    background-size: contain;
}

.commenter_4 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_four@3x.png) no-repeat center center;
    background-size: contain;
}

.commenter_5 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_five@3x.png) no-repeat center center;
    background-size: contain;
}

.commenter_6 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_six@3x.png) no-repeat center center;
    background-size: contain;
}

.commenter_7 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_seven@3x.png) no-repeat center center;
    background-size: contain;
}

.commenter_8 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_eight@3x.png) no-repeat center center;
    background-size: contain;
}

.commenter_9 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_nine@3x.png) no-repeat center center;
    background-size: contain;
}

.commenter_10 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_ten@3x.png) no-repeat center center;
    background-size: contain;
}

.commenter_11 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_top@3x.gif) no-repeat center center;
    background-size: contain;
}

.dy_comments .commenter_11 {
    background: url(../../img/web4-0/honour/commenter/icon_comment_top_g.gif) no-repeat center center;
    background-size: contain;
}


/*大明星*/

.big_star_invalid {
    background: url(../../img/web4-0/honour/big_star/icon_star_invalid@3x.gif) no-repeat center center;
    background-size: contain;
}

.dy_comments .big_star_invalid {
    background: url(../../img/web4-0/honour/big_star/icon_star_invalid_g.gif) no-repeat center center;
    background-size: contain;
}

.big_star_3 {
    background: url(../../img/web4-0/honour/big_star/icon_star_three@3x.png) no-repeat center center;
    background-size: contain;
}

.big_star_4 {
    background: url(../../img/web4-0/honour/big_star/icon_star_four@3x.png) no-repeat center center;
    background-size: contain;
}

.big_star_5 {
    background: url(../../img/web4-0/honour/big_star/icon_star_five@3x.png) no-repeat center center;
    background-size: contain;
}

.big_star_6 {
    background: url(../../img/web4-0/honour/big_star/icon_star_six@3x.png) no-repeat center center;
    background-size: contain;
}

.big_star_7 {
    background: url(../../img/web4-0/honour/big_star/icon_star_seven@3x.png) no-repeat center center;
    background-size: contain;
}

.big_star_8 {
    background: url(../../img/web4-0/honour/big_star/icon_star_eight@3x.png) no-repeat center center;
    background-size: contain;
}

.big_star_9 {
    background: url(../../img/web4-0/honour/big_star/icon_star_nine@3x.png) no-repeat center center;
    background-size: contain;
}

.big_star_10 {
    background: url(../../img/web4-0/honour/big_star/icon_star_ten@3x.png) no-repeat center center;
    background-size: contain;
}

.big_star_11 {
    background: url(../../img/web4-0/honour/big_star/icon_star_top@3x.gif) no-repeat center center;
    background-size: contain;
}

.dy_comments .big_star_11 {
    background: url(../../img/web4-0/honour/big_star/icon_star_top_g.gif) no-repeat center center;
    background-size: contain;
}

.little_tail {
    display: inline-block;
    color: #fff!important;
    font-weight: bold;
    max-width: 84px;
    height: 16px;
    width: auto;
    font-size: 12px;
    line-height: 16px;
    padding: 0 6px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(20deg, #f57f00, #ffa200);
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*客服入口*/

.kefu_inlet {
    width: 60px;
    height: 40px;
    padding: 10px 0;
    color: #bcbfc3;
    cursor: pointer;
    background: #f8f8f9;
    margin-bottom: 20px;
}

.kefu_inlet:hover {
    color: #222c37;
}

.kefu_inlet span:first-child {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
}

.kefu_inlet span i {
    padding: 0;
}

.kefu_inlet span {
    display: block;
    text-align: center;
}

.kefu_inlet span:last-child {
    margin-top: 8px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}


.md-required{
    color:#ff4a4a;
    font-weight:normal;
}

.disable{
    position: relative;
}
.disable .disable-content{
    display:block;
}
.disable-content{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    cursor:not-allowed;
    display:none;
}

/* 首页footer */

.index-footer{
    width:1080px;
    margin:0 auto;
    padding:40px 0;
    border-bottom:1px solid #dee0e1;
}
.index-footer::after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.index-footer .lists::after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.index-footer .lists li{
    float:left;
    width:255px;
}
.index-footer .lists li.atten{
    margin-top: 50px;
}
.index-footer .lists .list-title{
    height:18px;
    font-size:18px;
    line-height: 18px;
    font-weight:normal;
    margin-bottom:30px;
}
.index-footer .lists p{
    height:14px;
    line-height: 14px;
    margin-bottom:20px;
    color:#7a8087;
}
.index-footer .lists p a:hover{
    color:#222c37;
}
.index-footer .lists .nomargin{
    margin-bottom:0;
}
.index-footer .atten::after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.index-footer .atten a{
    float:left;
    width:40px;
}
.index-footer .atten span{
    display:block;
    font-size:14px;
    height:14px;
    line-height: 14px;
    text-align: center;
}
.index-footer .atten .icon{
    width: 40px;
    height: 40px;
    border-radius:50%;
    line-height: 40px;
    color:#fff;
    background:#bcbfc3;
    margin-bottom: 20px;
}
.index-footer .atten a:hover .icon{
    background:#7a8087;
}
.index-footer .weibo{
    margin:0 40px;
}
.index-footer .weixin{
    position: relative;
}
.index-footer .weixin.active{
    color:#222c37;
}
.index-footer .weixin.active .icon{
    background: #7a8087;
}
.index-footer .weixin.active .ewm{
    display: block;
}
.index-footer .weixin .ewm{
    width:100px;
    height:100px;
    padding:10px;
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
    background:#fff url('../../img/web4-0/wxcode.png') center center no-repeat;
    background-size:100px 100px;
    position: absolute;
    left:50%;
    top:-130px;
    margin-left:-60px;
    display:none;
}



/* 微博合作logo */
#cooperate-logo{
    height:18px;
    margin-bottom:40px;
    width: 100%;
    background:url('../../img/web4-0/cooperation@2x.png') center center no-repeat;
    background-size:160px 18px;
}


/* 验证 */
.validate-mistake{
    border-color:#ff4a4a!important;
    color:#ff4a4a!important;
}


/* 头像规格及加v */
/* [class~="avatar"]{
    position: relative;
}
[class~="avatar"] img{
    width:100%;
}
.avatar20x20{
    width:20px;
    height:20px;
    border-radius:50%;
    box-sizing:border-box;
    border:1px solid #dee0e1;
    position: relative;
}

.avatar30x30{
    width:30px;
    height:30px;
    border-radius:50%;
    box-sizing:border-box;
    border:1px solid #dee0e1;
    position: relative;
}
.avatar40x40{
    width:40px;
    height:40px;
    border-radius:50%;
    box-sizing:border-box;
    border:1px solid #dee0e1;
    position: relative;
}
.avatar60x60{
    width:60px;
    height:60px;
    border-radius:50%;
    box-sizing:border-box;
    border:1px solid #dee0e1;
    position: relative;
}
.avatar80x80{
    width:80px;
    height:80px;
    border-radius:50%;
    box-sizing:border-box;
    border:1px solid #dee0e1;
    position: relative;
} */
/*主页index-page*/
body.index-page{
    background: #fff;
}
.transcoding{
    width:100%;
    height:100%;
    background: #000;
    position: relative;
}
.transcoding>div{
    width:186px;
    height:174px;
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-87px;
    margin-left:-93px;
    background: url(../images/transcoding.png) no-repeat center center;
    background-size:contain;
}
/*摩擦者*/
.mc_medal{
    background: url(../../img/web4-0/honour/speical/icon_friction@3x.png) no-repeat center center;
    background-size: contain;
}
/*时间掌控者*/
.eb_medal{
    background: url(../../img/web4-0/honour/speical/icon_hourglass@3x.png) no-repeat center center;
    background-size: contain;
}
/*5周年勋章*/
.pb_medal{
    background: url(../../img/web4-0/honour/speical/icon_md5th@3x.png) no-repeat center center;
    background-size: contain;
}
/*搜索商品*/
.primary-header .primary-nav .search_result .goods_list li.list a .good_col{
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.primary-header .primary-nav .search_result .goods_list li.list a .good_logo{
    width: 64px;
    height: 64px;
    background:#F8F8F9;
    border:1px solid #DEE0E1;
    position: relative;
    overflow: hidden;
    margin-right:10px;
}
.primary-header .primary-nav .search_result .goods_list li.list a .good_logo img{
    width:100%;
    height:auto;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.primary-header .primary-nav .search_result .goods_list li.list a .good_intro{
    height:64px;
    width:calc(100% - 74px);
    width:-webkit-calc(100% - 74px);
    width:-moz-calc(100% - 74px);
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
}
.primary-header .primary-nav .search_result .goods_list li.list a .good_intro .good_name{
    font-size:16px;
    line-height:1.5;
    max-height:48px;
    color: #222C37;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    font-weight: 700;
    margin-top:-4px;
}
.primary-header .primary-nav .search_result .goods_list li.list a .good_intro em{
    font-size:16px;
    line-height:16px;
    color: #EC6230;
    margin-top:5px;
    font-weight:700;
}
.prism-ErrorMessage{
    pointer-events:none;
    z-index: 999 !important;
}
.prism-ErrorMessage::before{
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    pointer-events:auto;
}
.prism-ErrorMessage::after{
    content:'';
    color:#fff;
    background: url(../../img/refresh.png) no-repeat center center;
    background-size: contain;
    width: 63px;
    height:63px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    pointer-events:auto;
    cursor: pointer;
}