/*class common*/
body{
	font-family:'PingFang SC','Microsoft Yahei','微软雅黑', 'HanHei SC', 'Helvetica Neue', 'Helvetica', 'Lantinghei SC', 'Hiragino Sans GB', 'STXihei', '华文细黑', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'SimSun', '宋体', 'sans';
	padding-top:80px;
}
.ellipsis{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.icon-mw{
	display: inline-block;
    position: relative;
    margin-right:6px;
    top: -1px;
    width: 20px;
    height: 20px;
    background-image:url(../images/icon-mw@1x.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
/*页面模块loading*/
.loading{
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-10px;
	margin-top:-10px;
	width:20px;
	height:20px;
	background:url(../images/loading.gif) center center no-repeat;
	background-size:cover;
}
/*nav-quick*/
.nav-quickwrap{
    position: fixed;
    bottom: 50px;
    left:50%;
    margin-left:-653px;
	width:48px;
	min-height:auto;
	background: #FFCE44;
	border-radius: 8px;
	z-index:999;
}
.quick-text{
	display: table;
	margin:10px auto 0;
	width:38px;
	height:38px;
	line-height:12px;
	font-size: 10px;
	color: #333;
	text-align: center;
	letter-spacing: 0;
}
.quick-text b{
	display: table-cell;
	vertical-align: middle;
}
.nav-quickwrap ul{
	margin-top:8px;
	margin-bottom:4px;
}
.nav-quickwrap ul li{
	display: table;
	margin:0 auto;
	width:38px;
	height:38px;
	line-height:14px;
	font-size: 12px;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	border:solid #333 1px;
	border-radius: 4px;
	transition:all .3s;
}
.nav-quickwrap ul li a{
	padding:0 5px;
	display: table-cell;
	vertical-align: middle;
}
.nav-quickwrap ul li:hover{
	background:#333;
	color:#fff;
}
.nav-quickwrap ul li+li{
	margin-top:4px;
}
/*滚动加载loading*/
.pre-loading{
	display: none;
	margin: 0 auto;
	text-align: center;
    height: 60px;
    line-height: 60px;
    font-size:16px;
    color: #7c7b7b;
}
.pre-loading.show{
	display:block;
}
.pre-loading img{
	display: inline-block;
	position: relative;
	top:-1px;
	width:16px;
	height:16px;
	margin-right:8px;
	vertical-align: middle;
}
.pre-loading span{
	letter-spacing: 1px;
	vertical-align: middle;
}
/*nav*/
.nav-wrap{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background:#222325;
	z-index:999;
}
.nav{
	position:relative;
	margin:0 auto;
	width:1190px;
}
.nav .logo{
	position: absolute;
	top:0;
	left:-75px;
	width:51px;
}
.nav .logo .logo-inner{
	padding:10px 0;
}
.nav .logo-m{
	float: left;
	width:51px;
	height:36px;
	background:url(../images/logo@1x.png) 0 -41px no-repeat;
	overflow:hidden;
}
.nav .logo-w{
	float: left;
	margin-top:6px;
	text-align: center;
}
.nav .logo-w .logo-text{
	margin:0 auto;
	width:51px;
	height:18px;
	background:url(../images/logo@1x.png) 0 -78px no-repeat;
}
.nav .logo-w .logo-name{
	display: none;
	margin-bottom:4px;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
	letter-spacing: -0.6px;
}
.header-fix .logo{
	left:-115px;
	width:115px;
}
.header-fix .logo .logo-m{
	animation: rotateYO .6s ease-out;
}
.header-fix .logo .logo-inner{
	padding:12px 0;
}
.header-fix .nav .logo-w{
	margin-top:0;
	margin-left:10px;
}
.header-fix .logo-w .logo-name{
	display: block;
}
@keyframes rotateYO{
    0{
       transform: rotateY(0);
    }
    50%{
        transform: rotateY(90deg);
    }
    100%{
    	transform: rotateY(0deg);
    }
}
.nav .nav-theme-center{
	float: left;
	padding:0 30px;
	height:80px;
	line-height:80px;
	font-size:16px;
	color: #fff;
	letter-spacing: 2px;
	border-right:solid #3e3f40 1px;
}
.nav .nav-theme-center:hover{
	color:#fce39e;
}
.nav .nav-theme-center.active{
	color:#ffce44;
}
.icon-mw-theme{
	margin-right:5px;
	background-position: 0 0;
}
.nav-theme-center:hover .icon-mw-theme{
	background-position-x:-21px;
}
.nav .nav-theme-center.active .icon-mw-theme{
	background-position-x:-42px;
}
.nav .nav-list-search{
	position: relative;
	float: left;
	width:754px;
}
.nav .nav-list{
	position: relative;
	float: left;
	padding:0 15px;
	opacity:1;
	transition:opacity .5s;
}
.nav .nav-list li{
	float: left;
	padding:0 15px;
	line-height: 80px;
	transition: background-color .2s;
}
.nav .nav-list li a{
	display: block;
	color:#fff;
	font-size: 14px;
	letter-spacing: 1.4px;
	transition: color .2s;
}
.nav .nav-list li:hover a{
	color:#fce39e;
}
.nav .nav-list li.active a{
	color:#ffce44;
}
.nav .nav-list .nav-app{
	display: inline-block;
	width:64px;
	height:24px;
	line-height: 23px;
	text-align: center;
	border:solid #999 1px;
	border-radius: 4px;
	vertical-align: middle;
	transition: border-color .2s;
}
.nav .nav-list li:hover .nav-app{
	border-color:#fce39e;
}
.nav .nav-login{
	position: relative;
	float: right;
	width: 120px;
	height:80px;
	line-height: 80px;
	text-align: center;
	border-right:solid #3E3F40 1px;
	border-left:solid #3E3F40 1px;
	cursor: pointer;
}
.nav-login-link{
	display: block;
	color:#fff;
	font-size: 14px;
	letter-spacing: 3px;
}
.nav-login-link:hover{
	color:#fce39e;
}
.nav-login-link .icon-mw-login{
	margin-right:12px;
	background-position: -63px 0;
}
.nav-login-link:hover .icon-mw-login{
	background-position-x: -84px;
}
.nav-login-link.active .icon-mw-login{
	background-position-x: -105px;
}
.nav .nav-account{
	position: relative;
    word-break: break-word;
}
.nav .nav-account .nav-account-user{
	position: relative;
	padding:0 4px 0 10px;
}
.nav .nav-account-user .user-pic{
	position: absolute;
	top:50%;
	left:10px;
	margin-top:-12px;
	width:22px;
	height:22px;
	background:#222325;
	border:solid #565454 1px;
	overflow:hidden;
	border-radius:50%;
}
.nav .nav-account-user .user-pic img{
	width:100%;
	height:100%;
}
.nav .nav-account-user .user-name{
	display: block;
	margin-left:30px;
	font-size: 12px;
	color:#fff;
	letter-spacing: 0;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.nav .nav-account .nav-dropdown{
	display: none;
	position: absolute;
	top:auto;
	left: 0;
	width:120px;
	line-height:40px;
	z-index: 1000;
}
.nav .nav-account:hover .nav-dropdown{
	display:block;
}
.nav .nav-dropdown .dropdown-item{
	display: block;
    padding: 0 12px;
    font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
	text-align: left;
	background: #222325;
	border-bottom:solid #3E3F40 1px;
	transition: background-color .5s;
}
.nav .nav-dropdown .dropdown-item:last-child{
	border-bottom:0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.nav .nav-dropdown .dropdown-item:hover,
.nav .nav-dropdown .dropdown-item.active{
	background:#333;
	border-color:#333;
}
.icon-mw-demo-white{
	background-position: 0 -21px;
}
.icon-mw-collect-white{
	background-position: 0 -42px;
}
.icon-mw-active-white{
	background-position: -63px -21px;
}
.icon-mw-quit-white{
	background-position: -63px -42px;
}
.nav .nav-trade{
	position: relative;
	float: right;
	width:155px;
	height:80px;
	line-height: 80px;
	font-size:15px;
	font-weight:bold;
	color:#fce39e;
	text-shadow:0px 0px 5px #ffce44;
	text-align: center;
	border-right:solid #3E3F40 1px;
	overflow: hidden;
}
.icon-mw-trade{
	width:22px;
	height:22px;
	background-position: -67px -249px;
}
.nav-trade .angle{
	position: absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	color:#333;
	text-shadow: none;
	background:#ffce44;
	z-index:100;
	overflow: hidden;
	visibility: hidden;
	transition:all .5s;
}
.nav-trade .angle .icon-mw-trade{
	background-position-x: -90px;
}
.nav-trade img{
	position: absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	z-index:99;
	transition:all .5s;
}
.nav-trade:hover .angle{
	width:155px;
	height:80px;
	visibility:visible;
}
.header-fix .nav-trade:hover .angle{
	height:60px;
}
.nav-trade:hover img{
	width:600px;
	height:400px;
}
/*search*/
.nav .nav-search-box{
	position: absolute;
	top:0;
	bottom:auto;
	right:0;
	width:82px;
	z-index:10;
	transition: width .3s;
}
.nav .nav-search-box .nav-search-box-inner{
	position: relative;
	padding:0 15px;
}
.nav .nav-search-box .icon-mw-search-wrap{
	float: left;
	padding:0 15px;
	line-height: 80px;
}
.icon-mw-search-white{
	margin-right:0;
	background-position: 0 -63px;
}
.nav .nav-search-box .search-form-box{
	position: absolute;
    right:15px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
}
.nav .icon-mw-delete-wrap{
	float: right;
	padding:0 15px;
	line-height: 80px;
}
.icon-mw-delete-white{
	margin-right:0;
	width:16px;
	height:16px;
	background-position: 0 -84px;
}
.icon-mw-search-wrap:hover .icon-mw-search-white{
	background-position-x:-42px;
}
.nav .nav-search-box .search-form{
	display: block;
	float: left;
	width:0;
	height:80px;
	line-height: 80px;
	overflow: hidden;
    transition: width .3s;
}
.nav-search-active .search-form .search-input{
	*margin-top:20px;/*for ie7*/
	display: inline-block;
	position: relative;
	top:-1px;
	width:0;
	height:30px;
	line-height:30px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 3.2px;
	vertical-align: middle;
	background:transparent;
	transition: width .3s;
}
.nav .for-ie7{
	font-size:0;
	vertical-align: middle;
}
/*search active*/
.nav-search-active .nav-list{
	display: none\9;
	*display: none;
	opacity:0;
}
.nav-search-active .nav-search-box{
	width:754px;
}
.nav-search-active .nav-search-box .search-form-box{
	visibility: visible;
    opacity: 1;
}
.nav-search-active .nav-search-box .search-form{
	width:620px;
}
.nav-search-active .search-form .search-input{
	width:100%;
}
/*pulldown*/
.search-result-default,
.search-result-fill{
	display: none;
	position:absolute;
	top:80px;
	left:-1px;
	width:756px;
	background:#fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(255,255,255,.3);
}
.search-result-default .tit-quick{
	padding:16px 30px 8px;
	font-size:10px;
	letter-spacing:2px;
	color:#b9b9b9;
}
.search-result-default .cont-quick{
	padding:0 0 8px;
}
.search-result-default .cont-quick a{
	display: block;
	padding:0 54px;
	line-height:30px;
	font-size: 12px;
	color: #666;
	letter-spacing: 1.19px;
	transition: background-color .3s;
}
.search-result-default .cont-quick a:hover{
	background: #FFFBEB;
}
.search-bottom-btn{
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #B9B9B9;
	letter-spacing: 2.4px;
	background:#f1f1f1;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
	transition: background-color .3s,color .3s;
}
.search-bottom-btn:hover{
	color:#333;
	background: #FCE39E;
}
.search-result-fill .search-item{
	position: relative;
	padding-bottom:8px;
}
.search-result-fill .search-item+.search-item:before{
	content:"";
	position: absolute;
	top:0;
	left:19px;
	right:19px;
	height:1px;
	background:#ededed;
}
.search-result-fill .search-item .tit-fill{
	padding:0 19px;
	line-height: 30px;
	font-size: 11px;
	color: #b9b9b9;
	letter-spacing: 2.2px;
}
.theme .theme-item{
	display: block;
	padding:0 40px;
	line-height: 40px;
	font-size:0;
	transition: background-color .3s;
}
.theme .theme-item:hover,
.user-result .user-item:hover,
.content .content-item:hover,
.trade .trade-item:hover{
	background: #FFFBEB;
}
.theme-item .theme-tit{
	position: relative;
	display: inline-block;
	top:-1px;
	margin-right:10px;
	padding:0 12px;
	line-height:20px;
	font-size: 12px;
	color: #838D8F;
	letter-spacing: 2.39px;
	vertical-align: middle;
	border:solid #EDEDED 1px;
	border-radius: 10px;
	transition: border-color .3s;
}
.cont-fill.theme .theme-item:hover .theme-tit{
	border-color:#b9b9b9;
}
.theme-item .theme-arti-num{
	font-size: 10px;
	color: #b9b9b9;
	letter-spacing: 0;
	vertical-align: middle;
}
.user-result .user-item{
	display: block;
	position: relative;
	padding:11px 40px 11px 77px;
	transition: background-color .3s;
}
.user-result .user-item .user-item-pic{
	position: absolute;
	top:11px;
	left:40px;
	width:31px;
	height:31px;
	text-align: center;
	border:solid #3E3F40 1px;
	background:#3E3F40;
	border-radius:50%;
	overflow: hidden;
}
.user-item .user-item-pic img{
	width:100%;
}
.user-item .user-item-info{
	padding-top:3px;
}
.user-item .user-info-name{
	font-size: 12px;
	color: #000;
	letter-spacing: 0;
}
.user-item .user-info-desc{
	font-size: 10px;
	color: #B0B0B0;
	letter-spacing: 0;
}
.content .content-item,
.trade .trade-item{
	display: block;
	position: relative;
	padding:0 40px;
	line-height: 32px;
	font-size:0;
	transition: background-color .3s;
}
.content-item .content-tit,
.trade-item .trade-tit{
	margin-right:9px;
	font-size: 12px;
	color: #4a4a4a;
	letter-spacing: 0;
	vertical-align: middle;
}
.content-item .content-like-num,
.content-item .content-comment-num{
	margin-right:9px;
	font-size: 10px;
	color: #B9B9B9;
	vertical-align: middle;
}
.nav-categories{
	padding:1px 5px;
	font-size:9px;
	color: #B9B9B9;
	vertical-align: middle;
	border:solid #EDEDED 1px;
	border-radius: 4px;
}
/*header fixed*/
.header-fix .nav .nav-theme-center,
.header-fix .nav .nav-list li,
.header-fix .nav .nav-login,
.header-fix .nav .nav-account,
.header-fix .nav .nav-trade,
.header-fix .nav .nav-search-box .icon-mw-search-wrap,
.header-fix .nav .icon-mw-delete-wrap,
.header-fix .nav .nav-search-box .search-form{
	line-height:60px;
}
.header-fix,
.header-fix .nav .nav-search-box .search-form,
.header-fix .nav .nav-theme-center,
.header-fix .nav .nav-login,
.header-fix .nav .nav-trade{
	height:60px;
}
.header-fix .search-result-default,
.header-fix .search-result-fill{
	top:60px;
}
/*end nav*/

/*footer*/
.footer-wrap{
	margin-top:30px;
	padding:30px 0;
	background:#333;
	border-top:solid #FFCE44 6px;
}
.footer{
	margin:0 auto;
	width:1190px;
}
.footer ul li{
	float: left;
	width:20%;
}
.footer ul li+li{
	margin-left:6.666666666666667%;
}
.footer .footer-item h2{
	padding-bottom:5px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
}
.footer .footer-item p{
	margin-top:15px;
}
.footer .footer-item p a{
	font-size: 14px;
	color: #B9B9B9;
	letter-spacing: 0.87px;
}
.footer .footer-info{
	margin-top:43px;
}
.footer .clearfix:after{
	content: " ";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.footer .clearfix{
	*zoom:1;
}
.footer .footer-info-l{
	float: left;
	width:40%;
	text-align: left;
}
.footer .footer-info-r { 
	text-align: center;
}
.footer .footer-info-l .use-btn{
	display: block;
	width:200px;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	letter-spacing: 1.5px;
	background: #FFCE44;
	border-radius: 4px;
}
.footer .footer-info-l .company-info{
	margin-top:14px;
	font-size: 16px;
	color: #9B9B9B;
	letter-spacing: -0.72px;
}

.footer .footer-info-r-inner{
	padding-right:44px;
}
.footer .company-pic{
	float: right;
	width:143px;
	height:40px;
	background:url(../images/logo@1x.png) 0 0 no-repeat;
}
.footer .icon-mw{
	margin-left:12px;
	margin-right:0;
	background-image:url(../images/social-icon@1x.png);
	background-repeat: no-repeat;
}
.icon-mw-wx-small{
	background-position: 0 -125px;
}
.icon-mw-linkedin-small{
	background-position: 0 -146px;
}
.icon-mw-sina-small{
	background-position: 0 -167px;
}
.footer .company-desc{
	text-align:center;
	margin-top:13px;
	font-size:0;
	
}
.footer .company-desc span{
	font-size: 12px;
	color: #888;
	letter-spacing: 0.75px;
	vertical-align: middle;
}
/*end footer*/

/*backtop*/
.scroll-up{
	position: fixed;
	top:157px;
    right: 30px;
	display: block;
    width: 40px;
    z-index: 10;
    overflow: visible;
    opacity:0;
    filter: Alpha(opacity=0);
    transform: scale(1.2);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease;
}
.scroll-up.show{
	visibility:visible;
	filter: Alpha(opacity=100);
	opacity:1;
	transform: scale(1);
}
.scroll-up .follow-me{
	display: block;
	margin:0 auto;
	width:40px;
	height:10px;
	background-image:url(../images/social-icon@1x.png);
	background-repeat: no-repeat;
	background-position: 0 -298px;
}
.scroll-up .social-box{
	margin-top:8px;
	padding:4px;
	background: rgba(255,206,67,0.50);
	border-radius: 20px;
}
.scroll-up .social-box:hover{
	background:#ffce43;
}
.scroll-up .icon-social{
	display: block;
	margin:0 auto;
	width:32px;
	height:32px;
	background-image:url(../images/social-icon@1x.png);
	background-repeat: no-repeat;
}
.scroll-up .icon-social+.icon-social{
	margin-top:13px;
}
.icon-social:hover{
	background-position-x:-32px;
}
.icon-social-wx{
	background-position:0 -188px;
}
.icon-social-wx,.icon-social-linkedin,.icon-social-sina{
	position: relative;
}
.icon-social .qr-code{
	position: absolute;
	top:-50px;
	left:-134px;
	padding:10px;
	width:100px;
	height:100px;
	border-radius:4px;
	background:#FFCE44;
	transform: translate(-20px,0);
	transition: all .2s;
	visibility: hidden;
}
.icon-social .qr-code:after{
	content:"";
	position: absolute;
    top:50%;
    right:-15px;
    margin-top:-6px;
    border: 10px solid transparent;
    border-left: 6px solid #ffce44;
    width: 0;
    height: 0;
}
.icon-social .qr-code img{
	width:100%;
	height:100%;
}
.icon-social-wx:hover .qr-code,
.icon-social-linkedin:hover .qr-code,
.icon-social-sina:hover .qr-code{
	visibility: visible;
	transform: translate(0,0);
}
.icon-social-linkedin{
	background-position: 0 -221px;
}
.icon-social-sina{
	background-position: 0 -254px;
}
.scroll-up .arrows{
	display: block;
	margin-top:20px;
	height:40px;
    width:40px;
    background: url(../images/social-icon@1x.png) 0 -309px no-repeat;
}
.scroll-up .scroll-up-txt{
	display: block;
	margin:4px auto 0;
	width:40px;
	height:10px;
	background-image:url(../images/social-icon@1x.png);
	background-repeat: no-repeat;
	background-position:0 -287px;
}
/*end backtop*/

/*load more btn*/
.btn-loadmore-wrap{
	padding:60px 0;
}
.btn-loadmore{
	display: block;
	margin:0 auto;
	width:240px;
	height:60px;
	line-height: 60px;
	font-size: 18px;
	color: #393D3F;
	letter-spacing: 2.25px;
	text-align: center;
	background: #FFCE44;
	border-radius: 4px;
}
.btn-loadmore.hide{
	display: none;
}
.icon-mw-loadmore{
	margin-right:0;
	margin-left:12px;
	background-position:-49px -203px;
}
/*end load more btn*/

/*user module*/
.user{
	position: relative;
	width:290px;
	height:300px;
	background:#222325;
	border-radius:4px;
	box-shadow:0 1px 1px 0  rgba(0,0,0,.3);
}
.user .user-photo{
	margin:30px auto 0;
	width:160px;
	height:160px;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  	.user .user-photo{
  		background:url(../images/user-photo-bg.png) center center no-repeat;
	}
}
.user .user-photo-img{
	margin:50px auto 0;
	width:55px;
	height:55px;
	background:#fff;
	border:solid #fff 3px;
	border-radius:50%;
	box-shadow:0 0 0 34px rgba(255,255,255,.15), 0 0 0 50px rgba(255,255,255,.1);
	overflow:hidden;
}
.user .user-photo-img:hover{
	animation: userShine 2s linear infinite;
}
@keyframes userShine {
    0{
        box-shadow:0 0 0 34px rgba(255,255,255,.15), 0 0 0 50px hsla(0,0%,100%,.1);
    }
    50% {
        box-shadow:0 0 0 60px rgba(255,255,255,0), 0 0 0 80px hsla(0,0%,100%,0);
    }
    100%{
    	box-shadow:0 0 0 34px rgba(255,255,255,.15), 0 0 0 50px hsla(0,0%,100%,.1);
    }
}
.user .user-photo-img img{
	width:100%;
	height:100%;
}
.user .user-name{
	margin:15px auto 0;
	width:158px;
	height:18px;
	line-height: 18px;
	color:#FFCE44;
	font-size:17px;
	text-align: center;
	letter-spacing: 1.39px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.user .user-btn-wrap{
	margin:24px auto 0;
	padding:0 12px;
}
.user .user-btn{
	float: left;
	width:128px;
	height:36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 1.4px;
	background: #FFCE44;
	box-shadow: 0 1px 4px 0 rgba(255,206,67,0.67);
	border-radius: 4px;
}
.user .coll-btn{
	margin-left:10px;
}
.icon-mw-demo-black{
	background-position: -21px -21px;
}
.icon-mw-collect-black{
	background-position: -21px -42px;
}
/*end user module*/

/* banner container */
/* ===============================================================
   Swiper Styles
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-container{
	width:890px;
	height:495px;
}
.swiper-slide {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.swiper-slide-active {
	/* Specific active slide styling: */
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	
}
.swiper-container .pagination{
	position: absolute;
	left:50%;
	bottom:16px;
	/*padding:0 2px;*/
	height:24px;
	line-height: 23px;
	text-align: center;
	background: #2B2A33;
	border-radius: 40px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.swiper-pagination-switch {
	position: relative;
	display: inline-block;
	margin: 0 8px;
 	width:10px;
	height:10px;
	vertical-align:middle;
  	border-radius:50%;
  	background: #9B9B9B;
  	opacity: 0.8;
  	filter:Alpha(opacity=80);
  	cursor: pointer;
  	transition:box-shadow .3s;
}
.swiper-pagination-switch:first-child{
	margin-left:7px;
}
.swiper-pagination-switch:last-child{
	margin-right:7px;
}
.swiper-active-switch {
	-webkit-box-shadow:0 0  0 3px #2B2A33,0 0 0 5px rgba(255,206,67,.7);
	-moz-box-shadow:0 0  0 3px #2B2A33,0 0 0 5px rgba(255,206,67,.7);
	-ms-box-shadow:0 0  0 3px #2B2A33,0 0 0 5px rgba(255,206,67,.7);
	-o-box-shadow:0 0  0 3px #2B2A33,0 0 0 5px rgba(255,206,67,.7);
	box-shadow:0 0  0 3px #2B2A33,0 0 0 5px rgba(255,206,67,.7);
	background:#fff;
	opacity: 1;
	filter:Alpha(opacity=100);
}
.swiper-visible-switch {
	/* Specific visible button style: */	
}
/* ===============================================================
   end Swiper Styles
================================================================*/
.container{
	margin: 0 auto;
    width: 1190px;
}
.banner{
	padding-top:10px;
}
.banner .banner-l{
	float: left;
	width:890px;
}
.banner .banner-r{
	float: left;
	margin-left: 10px;
	width:290px;
}
.banner .banner-l .slide-pic img{
	width:100%;
	height:100%;
}
.banner.active-center-banner .banner-l .slide-pic{
	width:890px;
	height:300px;
}
/*走马灯搞起*/
.slide-news{
	position: relative;
	margin-top:10px;
	height:40px;
	line-height: 40px;
	background: #222325;
	border-radius: 4px;
	overflow: hidden;
	transition:height .1s,width .2s;
}
.marquee-wrap{
	position: relative;
	margin:0 auto;
	width:80%;
	height:40px;
	overflow: hidden;
}
.marquee{
	position: absolute;
	left: 0;
	top:0;
	line-height:40px;
}
.marquee .marquee-text{
	position: relative;
	float: left;
	width:237px;
	text-align:center;
}
.marquee .marquee-text span{
	display: block;
	padding:0 20px;
	font-size: 12px;
	color: #BABABA;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition: color .3s;
}
.marquee .marquee-text:hover span{
	color:#fff;
}
.marquee .marquee-text:after{
	content: "";
	position: absolute;
	top:50%;
	right:0;
	margin-top:-6px;
	width:1px;
	height:12px;
	background:#666;
}
.news-num{
	display:none;
	margin-right:13px;
	padding:0 4px;
	height:14px;
	line-height:16px;
	font-size: 10px;
	color: #fff;
	letter-spacing: -0.5px;
	vertical-align:middle;
	border:solid #ffce44 1px;
	border-radius: 9px;
}
.slide-news .slide-l-bg{
	position: absolute;
	top:0;
	left: 0;
	width:208px;
	line-height:40px;
	background:url(../images/mask-left@1x.png) top right no-repeat;
	z-index:10;
}
.slide-news .slide-r-bg{
	position: absolute;
	top:0;
	right:0;
	width:208px;
	height:40px;
	line-height:40px;
	font-size:0;
	text-align: right;
	background:url(../images/mask-right@1x.png) top left no-repeat;
	z-index:10;
}
.slide-news .slide-news-l{
	display: block;
	padding:0 20px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
	text-align:left;
}
.slide-news .slide-news-r{
	float:right;
	margin:10.5px 20px 0 0;
	width:41px;
	height:21px;
	vertical-align:middle;
	background-image: url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position:  -70px -202px;
}
.slide-news .news-prev,
.slide-news .news-next{
	float: left;
	width:50%;
	height:20px;
}
/*我是走马灯分割线*/
.icon-mw-shrink{
	margin-right:12px;
	top:auto;
	width:19px;
	height:19px;
	background-position: -84px -63px;
}
.marquee-fix{
	position:fixed;
	top:60px;
	left:auto;
	width:1190px;
    margin-top:0;
    border-top:solid #3E3F40 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index:888;
}
.slide-news .stretch{
	display: none;
}
.marquee-fix .stretch{
	display: block;
	float: right;
	font-size:0;
	vertical-align: middle;
}
.marquee-fix .slide-news-r{
	position: relative;
	top:-1px;
	margin-right:22px;
}
.marquee-fix.shrink{
	width:160px;
	height:24px;
	line-height:24px;
}
.marquee-fix.shrink .slide-l-bg,
.marquee-fix.shrink .slide-r-bg{
	line-height:24px;
	background:transparent;
}
.marquee-fix.shrink .news-num{
	display: inline-block;
	vertical-align: middle;
}
.marquee-fix.shrink .slide-news-l{
	padding:0 6px;
}
.marquee-fix.shrink .icon-mw-shrink{
	margin-top:3px;
	float: right;
	margin-right:3px;
	background-position-x:-103px;
}
.marquee-fix.shrink .marquee-wrap{
	display: none;
}
.marquee-fix.shrink .slide-news-r{
	display: none;
}
/*end走马灯交互效果*/
.banner .banner-r .calendar{
	position: relative;
	margin-top:5px;
	height:240px;
	background:url(../images/date-bg@1x.png) center center no-repeat;
}
.calendar-ring{
	position: absolute;
	top:-13px;
	left:50%;
	margin-left:-77px;
    width: 156px;
    height: 28px;
	background-image:url(../images/sprite-bg@1x.png);
	background-repeat: no-repeat;
	background-position:0 0;
	z-index:10;
}
/*now*/
.calendar .active-now{
	position: relative;
	height:150px;
}
.calendar .active-now-inner{
	padding:25px 15px 10px 5px;
}
.calendar .active-now .active-tit{
	height:17px;
	font-size: 14px;
	color: #000;
	text-align: right;
	letter-spacing: 2.79px;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.calendar .active-now .active-cont{
	position: relative;
	margin-top:10px;
	padding-left:140px;
	text-align: center;
}
.calendar .active-now .active-cont-pic{
	position: absolute;
	left:5px;
	width:130px;
	height:80px;
	overflow:hidden;
}
.calendar .active-now .active-cont-pic img{
	width:100%;
	height:80px;
}
.calendar .active-now .active-cont-text{
	max-height: 50px;
	line-height: 17px;
	font-size: 12px;
	color: #000;
	letter-spacing: 2.39px;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
}
.calendar .active-now .active-link{
	margin-top:5px;
	display: inline-block;
	width:96px;
	height:24px;
	line-height: 24px;
	border:solid #4A4A4A 1px;
}
.calendar .no-active{
	margin:40px auto 0;
	width:132px;
	height:24px;
	line-height: 24px;
	font-size:12px;
	border:solid #333 1px;
	text-align: center;
}
.calendar .no-data-ac{
	margin-top:38px;
	text-align: center;
	font-size:12px;
	color:#333;
}
.calendar-now{
	position: absolute;
	top:40px;
	right:-22px;
	width:24px;
	height:90px;
	text-align: center;
	background-image:url(../images/sprite-bg@1x.png);
	background-repeat: no-repeat;
	background-position:0 -29px;
	z-index:10;
}
.calendar-now .now-circle{
	position: absolute;
	top:-30px;
	left:-7px;
	width:36px;
	height:36px;
	background:#333;
	border-radius:50%;
}
.calendar-now .date{
	display: block;
	padding:6px 2px 0 0;
	line-height: 15px;
	font-size: 20px;
	color: #FFF;
	letter-spacing:0;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.calendar-now .month{
	display: block;
	margin-top:2px;
	line-height: 10px;
}
.calendar-now .month b{
	display: block;
	font-size: 10px;
	color: #FFCE44;
	letter-spacing: 0;
}
/*end now*/
.active-pass,
.active-future{
	float: left;
	position: relative;
	width:145px;
	height:90px;
}
.pass-future .circle{
	position: absolute;
	top:6px;
	right:10px;
	width:32px;
	height:32px;
	text-align: center;
	background:rgba(74,74,74,.5);
	border-radius:50%;
}
.pass-future .active-future .circle{
	background: #333333;
}
.pass-future .active-pass .circle{
	right:7px;
}
.active-future .circle .month b{
	color:#FFCE44;
}
.circle .date{
	display: block;
	margin-top:3px;
	-webkit-morgin-top:4px;
	line-height: 15px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.7px;
}
.circle .month{
	display: block;
	margin-top:0;
	line-height: 10px;
}
.circle .month b{
	display: block;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 0;
}
.pass-future .area{
	padding:9px 40px 0 10px;
	font-size: 12px;
	color: #000000;
	letter-spacing: 2.39px;
}
.pass-future .atheme{
	padding:0 10px;
	margin-top:13px;
	font-size: 14px;
	color: #000000;
	letter-spacing: 2.79px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.pass-future .adetail{
	padding:0 5px 0 10px;
	margin-top:4px;
	font-size: 12px;
	color: #000000;
	letter-spacing: 2.39px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
/* end banner container */
/*list container*/
.list-container{
	min-height:180px;
}
.list-container-inner{
	margin-left:-10px;
	width:1200px;
}
.list-item{
	position: relative;
	float: left;
	margin-left:10px;
	margin-bottom:10px;
	width:288px;
	background: #fff;
	border:solid #eee 1px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    border-radius:4px;
    overflow:hidden;
}
.list-item .label{
	position: absolute;
	top:10px;
	left:10px;
	height:24px;
}
.list-item .label img{
	width:auto;
	height:100%;
}
.list-item .tag{
	position: absolute;
	top:12px;
	left:20px;
	padding:0 12px;
	max-width:200px;
	height:20px;
	line-height:22px;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 1px;
	background: #007AC2;
	border-radius: 3px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-item .list-item-pic{
	position: relative;
	height:210px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
}
.list-item .list-item-pic img{
	width:100%;
	height:100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-perspective: 1000;
    -moz-backface-visibility: hidden;
    -ms-perspective: 1000;
    -ms-backface-visibility: hidden;
    -o-perspective: 1000;
    -o-backface-visibility: hidden;
    perspective: 1000;
    backface-visibility: hidden;
}
.list-item:hover .list-item-pic img{
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.list-item .list-item-txt-wrap{
	padding:0 20px;
	height:117px;
	font-size:0;
}
.list-item .list-item-txt-wrap .list-item-tit{
	margin-top:10px;
	height:40px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	letter-spacing:0.6px;
	word-wrap: break-word;
	word-break: break-word;
}
.list-item .list-item-txt-wrap .list-item-desc{
	margin-top:8px;
	height:54px;
	line-height: 18px;
	font-size: 14px;
	color: #838D8F;
	letter-spacing:0.6px;
	word-wrap: break-word;
	word-break: break-word;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
}
.list-item .list-item-overview{
	position: relative;
	padding:0 20px;
	height:32px;
	line-height: 32px;
	font-size:0;
	color: #929B9D;
	border-top:solid #e4e4e4 1px;
}
.list-item .list-item-overview span{
	text-align: left;
	font-size: 12px;
	vertical-align: middle;
}
.list-item .list-item-overview span+span{
	margin-left:14px;
}
.list-item-icon{
	display: inline-block;
	position: relative;
	top:-1px;
	*top:auto;
	margin-right:6px;
	vertical-align: middle;
}
.list-item .list-icon-comment{
	width:18px;
	height:15px;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position:0 -187px;
}
.list-item .list-icon-like{
	width:16px;
	height:14px;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position:-51px -84px;
}
.list-item .list-icon-time{
	width:12px;
	height:12px;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position:-49px -187px;
}
.list-item .list-item-overview .list-item-time{
	position: absolute;
	top:0;
	right:20px;
	height:32px;
	color:#ccc;
}
.list-item.list-style-1{
	width:588px;
	border:solid #eee 1px;
}
.list-item.list-style-1 .list-item-txt-wrap{
}
.list-item.list-style-2{
	width:588px;
	border:solid #eee 1px;
}
.list-item.list-style-2 .list-item-pic{
	height:265px;
}
.list-style-2 .list-column{
	position:relative;
	height:95px;
}
.list-style-2 .list-column .column-item{
	float: left;
	width:50%;
	height:95px;
}
.list-style-2 .column-item .column-l{
	padding:26px 54px 26px 30px;
}
.list-style-2 .column-l p,
.list-style-2 .column-r p{
	height:42px;
	line-height: 21px;
	font-size: 16px;
	color: #333;
    word-wrap: break-word;
    word-break: break-word;
}
.list-style-2 .column-item .column-r{
	padding:26px 30px 26px 54px;
}
.list-style-2 .list-column .column-line{
	position: absolute;
	top:28px;
	left: 50%;
	width:1px;
	height:40px;
	background:#666;
}
.list-item.list-style-3{
	width:888px;
	height:360px;
	border:solid #eee 1px;
}
.list-item.list-style-3 .list-item-pic,
.list-item.list-style-4 .list-item-pic{
	height:360px;
	border-radius:4px;
}
.list-item.list-style-3 .list-item-pic img,
.list-item.list-style-4 .list-item-pic img{
	border-radius:4px;
}
.list-style-3 .list-b-mask{
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
	height:96px;
    background:rgba(0,0,0,.6);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 10;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  	.list-b-mask-inner{
	    background-color:#000;
	    filter:Alpha(opacity=60);
	    position:static; /* IE7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
	    *zoom:1; /* 激活IE7的haslayout属性，让它读懂Alpha */
	}
	.list-b-mask-inner p{
	    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
	}  
}
.list-style-3 .list-b-mask .list-b-mask-inner{
	padding:13px 30px;
}
.list-style-3 .list-b-mask .text-wrap{
	height:72px;
	line-height: 24px;
	font-size:14px;
	color:#fff;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
	word-wrap: break-word;
	word-break: break-word;
}
.list-item.list-style-4{
	width:288px;
	height:360px;
	border:solid #eee 1px;
}
@media screen and (min-width: 0px) {/*ie8下添加边框*/
	.list-item{
		width:290px;
		border:0;
	}
	.list-item.list-style-1{
		width:590px;
		border:0;
	}
	.list-item.list-style-2{
		width:590px;
		border:0;
	}
	.list-item.list-style-3{
		width:890px;
		border:0;
	}
	.list-item.list-style-4{
		width:290px;
		border:0;
	}
}
/*end list container*/

/*咨询与详情*/
.info-box{
	position: relative;
	height:495px;
	background: #ffce44;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.info-box .qr-code-box{
	padding:15px 17px 15px 26px;
}
.info-box .qr-code{
	float: left;
}
.info-box .qr-code .qr-code-pic{
	margin:0 auto;
	width:86px;
	height:86px;
	border:solid #333 5px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
}
.info-box .qr-code img{
	width:100%;
}
.info-box .qr-code p{
	margin-top:6px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	letter-spacing: 0.4px;
}
.info-box .qr-text{
	padding-top:17px;
	float: right;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	letter-spacing: 0.46px;
}
.mini-box{
	position: absolute;
	left: 0;
	bottom:0;
	width:100%;
	background: #ffce44;
	z-index:9;
	border-radius: 4px;
}
.mini-box .quick-nav{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.5);
}
.mini-box .quick-nav .quick-nav-header{
	position: relative;
	height:50px;
	line-height: 50px;
	cursor: pointer;
}
.mini-box .quick-nav .quick-nav-l{
	position: absolute;
	top:0;
	left:0;
	padding:0 20px;
	border-right:solid #f1f1f1 1px;
}
.icon-mw-category{
	margin-right:0;
	width:18px;
	height:15px;
	background-position: -30px -203px;
}
.mini-box .quick-nav .quick-nav-r{
	padding-left:79px;
	font-size: 12px;
	color: #333;
	letter-spacing: 0.4px;
	text-align:left;
}
.mini-box .quick-nav .icon-mw-arrowupwhite{
	margin-right:0;
	margin-left:6px;
	width:10px;
	height:10px;
	background-position:-22px -101px;
}
.mini-box .quick-nav .quick-nav-item{
	height:0;
	padding: 0;
	border-top:solid #f1f1f1 0px;
	overflow:hidden;
	transition:height .5s,padding .5s,border-width .1s;
}
.mini-box .quick-nav-item a{
	display: block;
	padding:0 30px;
	height:0;
	line-height: 54px;
	font-size: 14px;
	color: #3b3d40;
	letter-spacing: 3px;
	background: #fff;
	transition: background-color .5s,height .5s ease-out;
}
.mini-box .quick-nav-item a span{
	position: relative;
	display: inline-block;
	height:18px;
	line-height: 14px;
}
.mini-box .quick-nav-item a:hover{
	background: #fffbeb;
}
.mini-box .quick-nav-item a:hover span:after{
	content: "";
	position: absolute;
	bottom:-1px;
	left:1px;
	width:92%;
	height:2px;
	background:#ffce44;
}
.mini-box .wx-bar{
	display: none;
	position: relative;
	padding-left:89px;
	height:50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	cursor: pointer;
}
.wx-bar .wx-bar-bg{
	position: absolute;
	bottom:0;
	left:20px;
	width:32px;
	height:37px;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position: 0 -249px;
}
.mini-box .user-bar{
	display: none;
	position:relative;
	padding:0 100px 0 72px;
	height:50px;
	line-height: 50px;
	background: #222325;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.5);
}
.mini-box .user-bar .avatar,
.icon-mw-login-large{
	position: absolute;
	top:50%;
	left:20px;
	margin-top: -17px;
	width:30px;
	height:30px;
	border:solid #fff 2px;
	border-radius:50%;
	overflow: hidden;
}
.icon-mw-login-large{
	width:32px;
	height:32px;
	border:0;
	border-radius:50%;
	background-position:0 -287px;
	overflow: hidden;
}
.mini-box .user-bar .avatar{
	background:#fff;
}
.mini-box .user-bar .user-bar-icon{
	position: absolute;
	top:0;
	right:20px;
	font-size:0;
}
.mini-box .user-bar .icon-mw{
	margin-right:0;
}
.icon-mw-demo-yellow{
	background-position:-42px -21px;
}
.icon-mw-collect-yellow{
	margin-left:20px;
	background-position:-42px -42px;
}
.mini-box .user-bar .user-bar-name{
	display: block;
	color: #FFCE44;
    font-size: 17px;
    text-align: left;
    letter-spacing: 1.39px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mini-box .user-bar .user-bar-login{
	font-size:0;
}
.mini-box .user-bar .user-bar-login a{
	float: left;
	margin-right:12px;
	font-size: 14px;
	color: #999;
	letter-spacing: 3px;
	transition: color .3s;
}
.mini-box .user-bar .user-bar-login a:hover{
	color:#ffce44;
}
.mini-box-active .user-bar,
.mini-box-active .wx-bar{
	display:block;
}
.mini-box-active .quick-nav .quick-nav-item{
	padding:10px 0;
	height:auto;
	border-width:1px;
}
.mini-box-active .quick-nav .icon-mw-arrowupwhite{
	background-position-x:0;
}
.mini-box-active .quick-nav-item a{
	height:54px;
}
/*头条情报*/
.headline{
	position: relative;
	padding:51px 0 41px;
	height:1007.4px;
}
.headline .headline-top{
	position: absolute;
	top:0;
	left:0;
	right:0;
	padding:0 25px;
	height:50px;
	line-height:50px;
	font-size: 14px;
	color: #3B3D40;
	font-weight:600;
	letter-spacing: 2.54px;
	border-bottom:solid #eee 1px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.3);
	z-index:10;
}
.headline .headline-marker{
	position: absolute;
	top:0;
	right:25px;
	width:10px;
	height:22px;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position:-56px -249px;
}
.headline .headline-bottom{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size: 10px;
	color: #838C8D;
	letter-spacing: 2px;
	text-align: center;
	border-top:solid #eee 1px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.headline .header-news{
	display: block;
	height:1008px;
}
.headline .header-news .news-item{
	display: block;
	padding:16px 25px 12px;
	text-align:left;
	transition: box-shadow .5s;
}
.headline .header-news .news-item:hover{
	box-shadow: 0 0 16px 0 rgba(0,0,0,.5);
}
.headline .header-news .news-item:hover .news-item-desc{
	font-weight:600;
}
.headline .header-news .news-item+.news-item{
	border-top:solid #eee 1px;
}
.headline .news-item .news-item-pic{
	margin-bottom:15px;
	width:240px;
	height:120px;
	text-align: center;
	border-radius:4px;
	overflow:hidden;
}
.headline .news-item-pic img{
	width:100%;
	border-radius:4px;
}
.headline .news-item .news-item-tit{
	margin-bottom:8px;
	line-height:14px;
	font-size: 12px;
	color: #838C8D;
	letter-spacing: 1.2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.headline .news-item .news-item-desc{
	margin-bottom:11px;
	line-height: 18px;
	font-size: 15px;
	color: #3A3D3F;
	letter-spacing: -0.21px;
	word-wrap: break-word;
	word-break: break-word;
}
.headline .news-item .news-item-time{
	font-size: 12px;
	color: #ccc;
}
/* tab组件 */
.mw-tab{
	margin:0 auto;
	position: relative;
	width:1190px;
	font-size:0;
}
.mw-tab-a{
	display: inline-block;
	margin-right:36px;
    padding:30px 0 20px;
    line-height: 16px;
	font-size: 16px;
	font-weight:500;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
    transition:font-weight .1s;
}
.mw-tab-bot-line{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#d8d8d8;
	z-index:10;
}
.mw-tab-hline{
	position: absolute;
	left:0;
	bottom:0;
	height:2px;
	background: #333;
	z-index:11;
	transition: all .25s ease-out;
}
.sub-mr-60 .mw-tab-a{
	margin-right:60px;
}
/*theme-item*/
.theme-tofu .theme-tofu-t{
	position: relative;
}
.theme-tofu-tit{
	position: absolute;
	top:0;
	left: 0;
	width:290px;
	height:210px;
	text-align: center;
	z-index: 10;
}
.theme-tofu .theme-tofu-font{
	padding:0 2px;
	height:37px;
	margin-top:126px;
	font-size: 32px;
	color: #FFF;
	letter-spacing: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.theme-tofu .theme-tofu-m{
	width:100%;
	height:117px;
}
.theme-tofu .theme-tofu-txt-wrap{
	padding:36px 20px 18px;
}
.theme-tofu .theme-tofu-txt-wrap p{
	height:63px;
	line-height: 21px;
	font-size: 14px;
	color: #838C8D;
	letter-spacing: 0;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
}
.theme-tofu-b{
	position: relative;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    border-top: solid #eee 1px;
}
.theme-tofu-b .l{
	width:50%;
	float: left;
	font-size: 12px;
	color: #838C8D;
	text-align: left;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.theme-tofu-b .l:last-child{
	text-align: right;
}
.theme-follow-people,.theme-public-art{
	display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 6px;
    vertical-align: middle;
    background-image: url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
}
.theme-follow-people{
	width:12px;
	height:14px;
	background-position:0 -203px;
}
.theme-public-art{
	margin-right: 9px;
	width:16px;
	height:16px;
	background-position:-13px -203px;
}
/*hover*/
.theme-circle-white{
	position: absolute;
	left:50%;
	bottom:37px;
	margin-left:-50px;
	width:100px;
	height:5px;
	background:#fff;
	z-index:20;
}
.theme-circle-yellow{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:5px;
	background: #ffce44;
}
.theme-tofu:hover .theme-circle-white,
.theme-circle-white.active{
	bottom:-34px;
	margin-left:-34px;
	width:68px;
	height:68px;
	border-radius:50%;
}
.theme-tofu:hover .theme-circle-yellow,
.theme-circle-white.active .theme-circle-yellow{
	left: 4px;
	top:4px;
	width:60px;
	height:60px;
	background: #FFCE44 url(../images/icon-others@1x.png) center 0 no-repeat;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
	border-radius:50%;
}
.theme-circle-white.active .theme-circle-yellow{
	background: #CDD7D8 url(../images/icon-others@1x.png) center -60px no-repeat;
}
.tab-panel{
	display: none;
}
.tab-panel.active{
	display:block;
}
/*搜索结果列表页*/
.spage-search-wrap{
	padding:40px 0 10px;
}
.icon-spage-search{
	position: absolute;
	top:0;
	left:0;
	padding:0 13px;
	line-height:46px;
}
.icon-spage-delete{
	position: absolute;
	top:0;
	right:0;
	padding:0 20px;
	line-height:46px;
}
.icon-mw-spage-search{
	margin-right:0;
	background-position: -21px -63px;
}
.icon-mw-spage-delete{
	margin-right: 0;
    width: 16px;
    height: 16px;
    background-position: -17px -84px;
}
.spage-search-box{
	position: relative;
	margin:0 auto;
	width:718px;
	height:46px;
	font-size: 0;
	border:solid #999 1px;
	border-radius: 4px;
}
.spage-input{
	width:86%;
	display: block;
    padding:15px 50px 0;
    font-size: 14px;
    color: #333;
    letter-spacing: 3.2px;
    background: transparent;
}
.spage-result{
	margin:0 auto;
	width:1190px;
	line-height: 16px;
	padding:12px 0 0;
	font-size: 14px;
	color: #999;
	letter-spacing: 1.75px;
}
/*高级筛选和右侧相关组件*/
.filter-wrap{
	padding-top:10px;
}
.filter-box{
	float: left;
}
.filter-btn{
	padding:18px 0;
}
.filter-btn .inner-box{
	position: relative;
	padding-left:26px;
	height:20px;
	line-height: 20px;
	font-size:0;
	cursor: pointer;
}
.filter-btn .font-PFSC_R{
	margin-right:7px;
	font-size: 14px;
	color: #333;
	letter-spacing: 2.54px;
	vertical-align: middle;
}
.icon-mw-filter{
	position:absolute;
	top:0;
	left:0;
	margin-right:0;
	background-position: -63px -63px;
}
.sort-box{
	float: right;
}
.sort-box{
	min-width:400px;
	float:right;
}
.sort-btn{
	position: relative;
	float: right;
	margin-left:40px;
	padding:18px 0;
}
.sort-btn .inner-box{
	position: relative;
	padding-right:14px;
	height:20px;
	line-height: 20px;
	font-size:0;
	cursor: pointer;
}
.sort-btn .btn-name,
.sort-btn .default-text{
	margin-right:6px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1.75px;
	vertical-align: middle;
}
.sort-btn .default-text{
	color:#333;
}
.sort-btn:hover .icon-mw-arrowrb{
	background-position: 0 -101px;
}
.sort-btn:hover .sort-pull{
	display: block;
}
.sort-pull{
	display: none;
	position: absolute;
	top:56px;
	right:0;
	line-height: 40px;
	background: #fff;
	border:solid #ccc 1px;
	border-radius: 4px;
	z-index:99;
}
.sort-pull:hover .sort-pull:after{
	border-bottom-color:#8cc6cc;
	opacity: .2;
}
.sort-pull:before,
.sort-pull:after{
	content: "";
	position: absolute;
	top:-8px;
	right:14px;
	width:0;
	height:0;
	border:solid #ccc 4px;
	border-color:transparent transparent #ccc transparent;
	z-index:10;
}
.sort-pull:after{
	top:-7px;
	border-color:transparent transparent #fff transparent;
	z-index:11;
}
.sort-btn:hover{
	display:block;
}
.sort-pull a{	
	display: block;
	width:118px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1.75px;
	text-align: center;
	transition: background-color .3s;
}
.sort-pull a:hover{
	background: rgba(140,198,204,.2);
}
.user-search-list{
	border-top:solid #d8d8d8 1px;
}
.user-search-list .inner-box{
	padding-right:200px;
}
.user-sitem{
	position:relative;
	padding:20px 0;
	border-bottom: solid #d8d8d8 1px;
}
.user-sitem-info{
	position: relative;
	float: left;
	height:59px;
	padding-left:80px;
}
.user-sitem-info .pic{
	position: absolute;
	top:0;
	left:0;
	width:55px;
	height:55px;
	border:solid #fff 2px;
	border-radius:50%;
	overflow:hidden;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
}
.user-sitem-info .pic img{
	width:100%;
}
.user-sitem-info .name{
	padding-top:10px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.75px;
}
.user-sitem-info .desc{
	margin-top:10px;
	font-size: 13px;
	color: #999;
	letter-spacing: 1.62px;
}
.user-sitem-overview{
	float:right;
}
.follow-btn{
	display: inline-block;
	margin-top:10px;
	width:50px;
	height:24px;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position: 0 -224px;
	border-radius: 4px;
}
.follow-btn.active{
	background-position-x: -51px;
}
.user-sitem-overview .view-item{
	float: right;
	position: relative;
	padding:0 25px;
	text-align: center;
}
.user-sitem-overview .view-item+.view-item:after{
	content: "";
	position: absolute;
	top:50%;
	right:0;
	margin-top:-6px;
	width:1px;
	height:12px;
	background: #333;
}
.view-item h3{
	padding:7px 0;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.view-item p{
	padding:3px 0;
	font-size:13px;
	color:#999;
}
.sitem-overview{
	padding:3px 0;
}
.theme-tit-small{
	position: absolute;
	top:16px;
	left:16px;
	font-size: 14px;
	color: #fff;
	border-bottom:solid #FFCE44 2px;
	z-index: 11;
}
.theme-tofu-t .mask{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	text-align: center;
    background:rgba(51,51,51,.34);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 10;
}
/*专题*/
.page-header{
	position: relative;
	padding:30px 0 20px;
}
.page-header-line{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background: #d8d8d8;
}
.page-header-tab{
	display: inline-block;
	line-height: 20px;
	font-size: 20px;
	color: #333;
	letter-spacing: 2.5px;
}
.page-header .total-num{
	display: inline-block;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1.75px;
	vertical-align: bottom;
}
/*活动中心*/
.active-center-banner .swiper-container {
    height:300px;
}
/*交易机会*/
.trade-chance .mw-tab-a.active{
	position: relative;
	font-size: 20px;
	letter-spacing: 2.5px;
}
.trade-chance .mw-tab-a.active .line{
	position: absolute;
	bottom:-1px;
	left:0;
	width: 100%;
	height:2px;
	background:#333;
	z-index:11;
}
.trade-chance .trade-chance-total-num{
	display: inline-block;
	font-size: 14px;
	color: #999;
	letter-spacing: 1.75px;
}
.trade-platform{
	display: inline-block;
	padding:0 10px;
	height:22px;
	line-height:22px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.75px;
	background: #FFCE44;
	border-radius: 20px;
}
/*主题列表页*/
.theme-wrap{
	position: relative;
	width:100%;
	background:url(../images/example_40.png) center center no-repeat;
}
.theme-mask{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#333;
	opacity: .35;
	filter: Alpha(opacity=35);
	z-index:-1;
}
.theme-area{
	margin:0 auto;
	width:1190px;
	height:400px;
	z-index: 2;
}
.theme-area .obscure{
	float: left;
	padding:0 10px 0 30px;
	margin-top:200px;
	height:86px;
	line-height: 86px;
	background: rgba(255,255,255,.1);
	border:#CDD7D8 1px solid;
	border-radius: 44px;
	overflow: hidden;
}
.theme-area .obscure h2{
	float: left;
	margin-right:30px;
	font-size: 48px;
	color: #fff;
	letter-spacing: 4px;
}
.obscure .theme-circle-white{
	float: right;
	position: relative;
	margin-left:0;
	top:auto;
	left:auto;
	bottom:auto;
	margin-top:10px;
	width:68px;
	height:68px;
	border-radius:50%;
}
.obscure .theme-circle-yellow{
	position: absolute;
	margin-left:0;
	top:4px;
	left:4px;
	bottom:auto;
	width:60px;
	height:60px;
	border-radius:50%;
	background: #FFCE44 url(../images/icon-others@1x.png) center 0 no-repeat;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
	cursor: pointer;
}
.theme-area .theme-divide{
	margin-top:32px;
	height:0;
	border-top:dotted #f9f9f9 2px;
	
}
.theme-area .theme-info{
	padding:12px 12px 12px 33px;
}
.contributes{
	display: inline-block;
	margin-bottom:14px;
	padding:0 3px;
	height:14px;
    line-height:16px;
	color:#fff;
	font-size:12px;
	letter-spacing: 2px;
	border:solid #fff 1px;
	border-radius: 4px;
}
.theme-info .share .icon-color{
	opacity: 1;
	filter: Alpha(opacity=100);
}
/*重写百度分享链接*/
.share .icon-color{
	float: none;
	font-size:0;
    padding-left:0;
    line-height:24px;
    height: 24px;
    margin:0 0 0 8px;
}
.share .icon-color .jiathis_txt{
	display: none!important;
}
/*重写百度分享链接*/
.theme-author-info{
	margin-right:32px;
	padding:7px 0;
}
.theme-author-info .pic{
	float: left;
	width:36px;
	height:36px;
	background:#fff;
	border:solid #fff 1px;
	border-radius:50%;
	overflow: hidden;
}
.theme-author-info .pic img{
	width:100%;
	height:100%;
	border-radius:50%;
}
.theme-author-info .info{
	float: left;
	color:#fff;
}
.theme-author-info .info{
	padding:2px 0 2px 7px;
}
.theme-author-info .rank{
	margin-bottom:3px;
	display: inline-block;
    padding: 0 3px;
    height:14px;
    line-height:16px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    border: solid #fff 1px;
    border-radius: 4px;
}
.theme-author-info .name{
	font-size: 13px;
	color: #CDD7D8;
	letter-spacing: 2px;
}
.theme-intro{
	max-width:560px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
}
.good-author{
	margin-top:20px;
	padding:32px 38px 24px 24px;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
	border-radius: 4px;
}
.good-author .good-author-tit{
	line-height: 14px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.75px;
}
.good-author ul{
	margin-top:32px;
}
.good-author li{
	float: left;
}
.good-author li+li{
	margin-left:24px;
}
.good-author li a{
	display: block;
	width:48px;
	height:48px;
	border-radius:50%;
	overflow:hidden;
	border: solid #ddd 1px;
}
.good-author li img{
	width:100%;
	height:100%;
}
.theme-follow-num{
	float: right;
	margin-top:65px;
	line-height: 12px;
	font-size: 12px;
	color: #838C8D;
}
.theme-include{
	line-height:55px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1.75px;
}
/*个人中心之我的主页*/
.user-area{
	position: relative;
	margin-top:10px;
	padding:41px 115px 20px 283px;
	min-height:200px;
	background: #fff;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.5);
	border-radius: 4px;
}
.user-area .user-photo{
	position: absolute;
	top:41px;
	left:115px;
	width:109px;
	height:109px;
	background: #fff;
	border:solid #fff 5px;
	border-radius:50%;
	overflow:hidden;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.5);
}
.user-area .user-photo img{
	width:100%;
	height:100%;
}
.user-area .user-info{
	
}
.user-area .user-name{
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #9B9B9B;
	letter-spacing: 2px;
}
.user-area .user-name span{
	margin-right: 22px;
	line-height: 24px;
	font-size: 24px;
	color: #3C3D41;
	letter-spacing: 4px;
	vertical-align: middle;
}
.user-area .info-group{
	margin-bottom:20px;
	font-size:0;
}
.user-area .info-item{
	position: relative;
	display: inline-block;
	height:20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	letter-spacing: 0.87px;
	vertical-align: middle;
}
.user-area .info-item+.info-item{
	margin-left:12px;
	padding-left: 12px;
}
.user-area .info-item+.info-item:before{
	content: "";
	position: absolute;
	top:50%;
	left:-1px;
	margin-top:-10px;
	height:20px;
	width:2px;
	background:#ededed;
}
.user-area .info-item .icon-mw{
	margin-right:12px;
}
.icon-mw-job{
	width:16px;
	height:15px;
	background-position:0 -129px;
}
.icon-mw-country{
	width:16px;
	height:16px;
	background-position:-17px -129px;
}
.icon-mw-city{
	width:12px;
	height:16px;
	background-position:-34px -129px;
}
.icon-mw-field{
	width:17px;
	height:17px;
	background-position:-47px -129px;
}
.icon-mw-degree{
	width:17px;
	height:14px;
	background-position:-64px -129px;
}
.info-item b{
	margin-right:6px;
}
.user-edit{
	float:right;
	width: 96px;
	height:20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	letter-spacing: 0.48px;
	text-align: center;
	background: #FFCE44;
	border-radius: 40px;
}
.user-say{
	/*padding-top:20px;*/
	padding:20px 0;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.5px;
	word-break: break-word;
	word-wrap: break-word;
	border-top:solid #ededed 1px;
}
.user-trade{
	padding:20px 0;
}
.user-area .trade-link{
	float: right;
	color:#fff;
	padding:5px 10px;
	background:#8cc6cc;
	border-radius:4px;
}
.filter-wrap .nav-text{
	line-height:56px;
	padding:0;
}
.nav-text{
	padding:12px 0 0;
	font-size: 14px;
	color: #999;
	letter-spacing: 1.75px;
}
.pb{
	padding-bottom:20px;
}
.nav-text .theme-num{
	display: inline-block;
	padding:0 10px;
	height:20px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.75px;
	background: #FFCE44;
	border-radius: 20px;
}
/*我关注的主题*/
.add-theme{
	position: relative;
	float: left;
	margin-bottom:10px;
	margin-left:10px;
	width:290px;
	height:360px;
	background: rgba(0,0,0,.1);
	border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    transition: all .3s;
}
.add-theme .add-theme-inner{
	margin:19px auto 0;
	width:248px;
	height:318px;
	border:dotted #9e9e9e 2px;
	border-radius:4px;
	transition: all .3s;
}
.add-theme:hover{
	background:#fff;
}
.add-theme:hover .add-theme-inner{
	background:#f7fbfb;
}
.add-theme-btn{
	margin:126px auto 0;
	width:66px;
	height:66px;
	background: url(../images/sprite-bg@1x.png);
	background-repeat: no-repeat;
	background-position:-38px -29px;
}
.add-theme:hover .add-theme-btn{
	background-position-x:-106px;
}
.add-theme-text{
	margin-top: 12px;
	font-size:14px;
	color:#333;
	text-align: center;
	letter-spacing: 1px;
}
.mt10.list-container{
	margin-top:10px;
}
/*============================================================================
 * 普通文章详情页
 *============================================================================ */
/* 分享组件 */
.share{
	height:24px;
	font-size:0;
}
.share .icon-color{
	opacity: .5;
	filter: Alpha(opacity=50);
	background-image:url(../images/social-icon@1x.png);
	background-repeat: no-repeat;
	transition: opacity .3s;
}
.share .icon-color:hover{
	opacity: 1;
	filter: Alpha(opacity=100);
}
.icon-color{
	position: relative;
	top:-1px;
	display: inline-block;
	width:24px;
	height:24px;
	vertical-align: middle;
}
.icon-color+.icon-color{
	margin-left:8px;
}
.icon-color-linkedin{
	background-position: 0 0;
}
.icon-color-wx{
	background-position: 0 -25px;
}
.icon-color-zhihu{
	background-position: 0 -50px;
}
.icon-color-sina{
	background-position: 0 -75px;
}
.icon-color-yx{
	background-position: 0 -100px;
}
/*end 分享组件 */
.bg-eee{
	background:#eee;
}
.article-banner{
	width:100%;
	height:240px;
	/*background:url(../images/example_40.png) center center no-repeat;*/
}
.large-box{
	margin:-200px auto 0;
	width:980px;
}
.large-box .article{
	padding:42px 130px 60px;
}
.article{
	background:#fff;
	border-radius:4px;
}
.article .title{
	line-height: 45px;
	font-size: 32px;
	color: #333;
	letter-spacing: 0;
}
.article .author-info{
	margin-top:24px;
}
.article .author-info .avatar{
	float: left;
	margin-right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.avatar img{
	width: 100%;
    height: 100%;
    border-radius: 50%;
}
.article .author-info .author-name{
	margin-top:2px;
	line-height: 13px;
	font-size: 13px;
	color: #333;
	letter-spacing: 2px;
}
.article .author-info .signature{
	margin-top:2px;
	max-width:500px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article .author-info .share{
	margin-top:8px;
	float: right;
}
.article .article-info{
	margin-top:24px;
	padding-bottom:12px;
	border-bottom:solid #d8d8d8 1px;
}
.article-info .head-tag-wrap a{
	display: inline-block;
	padding:0 15px;
	margin-top:6px;
	height:18px;
	line-height:19px;
	font-size: 10px;
	color: #838D8F;
	letter-spacing: 1px;
	border:solid #ededed 1px;
	border-radius: 10px;
}
.article-info .head-tag-wrap a+a{
	margin-left:14px;
}
.article-info .head-tag-wrap a span,
.article .footer-tag-wrap a span{
	display: block;
	-webkit-transform: scale(.99);
}
.article-info .overview{
	margin-top:12px;
}
.article-info .overview span{
	margin-right:60px;
	font-size: 12px;
	color: #aaa;
}
.article-info .overview a{
	font-size: 12px;
	color: #ccc;
}
.article-info .overview a+a{
	margin-left:24px;
}
.article-info .overview .icon-mw{
	margin-right:6px;
}
.icon-mw-eyes{
	width:16px;
	height: 13px;
	background-position: -91px -187px;
}
.icon-mw-clock{
	width:12px;
	height:12px;
	background-position: -49px -187px;
}
.article .introduction{
	padding:24px 0;
	line-height: 24px;
	font-size: 16px;
	color: #666D70;
	letter-spacing: 2px;
	border-bottom:solid #d8d8d8 1px;
}
.article .content .subtitle{
	padding: 35px 0 21px;
	line-height: 28px;
	font-size: 20px;
	color: #3B3D40;
}
/*.article .content p{
	margin-top:15px;
	line-height: 28px;
	color: #838C8D;
	letter-spacing: 0;
}*/
/*文章页面自定义编辑区标签默认样式恢复==========================*/
.content button,.content textarea,.content input,.content object,.content select  { display:inline-block;}
.content ol,.content ul,.content dir,.content menu,.content dd{ margin-left: 40px }
.content i, .content cite,.content em,.content var,.content address{ font-style: italic;}
.content li{ display:list-item }
.content ol{list-style-type: decimal }
.content ol,.contentul ul{ margin-top: 0; margin-bottom: 0 }
.content h1{ font-size:2em; margin: .67em 0 }
.content h2{ font-size:1.5em; margin: .75em 0 }
.content h3{ font-size:1.17em; margin: .83em 0 }
.content h4, .content p,.content blockquote, .content ul,.content fieldset, .content form,.content ol, .content dl, .content dir,.content menu { margin: 1.12em 0}
.content h5 { font-size:.83em; margin: 1.5em 0 }
.content h6{ font-size:.75em; margin: 1.67em 0 }
.content h1, .content h2, .content h3, .content h4,.content h5, .content h6, .content b,.content strong  { font-weight: bolder }
.content table{ display: table }
.content tr{ display:table-row }
.content thead{ display:table-header-group }
.content tbody{ display:table-row-group }
.content tfoot{ display:table-footer-group }
.content col{ display:table-column }
.content colgroup{ display:table-column-group }
.content td, .content th{ display: table-cell;}
.content caption{ display: table-caption }
.content th{font-weight: bolder; text-align: center }
.content caption{ text-align: center }
.content table{ border-spacing: 2px;}
.content thead, .content tbody,.content tfoot { vertical-align:middle }
.content td, .content th { vertical-align:inherit }
.content blockquote{ margin-left: 40px;margin-right: 40px }
.content pre,.content  tt,.content  code,.content kbd,.content  samp  { font-family: monospace }
.content pre{ white-space: pre}
.content big{ font-size:1.17em }
.content small,.content  sub, .content sup{ font-size: .83em }
.content sub{ vertical-align:sub }
.content sup{ vertical-align:super }
.content s, .content strike, .content del{ text-decoration: line-through }
.content hr{ border: 1px inset }
.content u, .content ins{ text-decoration:underline }
.content center{ text-align: center }
.content abbr,.content  acronym{ font-variant: small-caps; letter-spacing:0.1em }
/*文章页面自定义编辑区标签默认样式恢复==========================*/

.article .content .sectitle{
	margin-top:30px;
	font-size: 14px;
	color: #3B3D40;
	letter-spacing: 2.54px;
}
.article .content .image-block{
	position: relative;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:-15px;
	width:750px;
}
.article .image-block img{
	width:100%;
}
.article .author-thanks{
	margin-top:48px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	letter-spacing: 0;
}
.article .public-time{
	margin-top:12px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	letter-spacing: 0;
}
.article .author-copyright{
	margin-top:12px;
	font-size: 12px;
	color: #BFC3C7;
	letter-spacing: 0;
}
.article .footer-line{
	margin:24px auto 0;
    height:1px;
    background: #e4e4e4;
}
.article .footer-tag-wrap{
	margin-top:36px;
	text-align: left;
}
.article .footer-tag-wrap a{
	display: inline-block;
	padding:0 6px;
	margin-top: 8px;
	height:18px;
	line-height: 19px;
	font-size: 10px;
	color: #838D8F;
	letter-spacing: 1px;
	border:solid #EDEDED 1px;
	border-radius: 10px;
}
.article .footer-tag-wrap a+a{
	margin-left:12px;
}
.article .article-opera{
	margin-top:48px;
}
.article .article-opera .icon-mw{
	margin-right:6px;
}
.article .popularity{
	display: inline-block;
	padding:0 12px;
	height:22px;
	line-height: 24px;
	font-size: 12px;
	color: #838c8d;
	letter-spacing: 2px;
	border:solid #838c8d 1px;
	border-radius: 20px;
}
.article .popularity+.popularity{
	margin-left:24px;
}
.icon-artlike{
	width:16px;
	height:14px;
	background-position: -102px -84px;
}
.icon-artcollect{
	top:-2px;
	width:15px;
	height:15px;
	margin-right:10px;
	background-position: -108px -168px;
}
.popularity .praise{
	margin-right:11px;
}
.article .article-opera .forward-text{
	margin-right:6px;
	font-size: 12px;
	color: #CDD7D8;
	letter-spacing: 2px;
	vertical-align: middle;
}
.article .article-opera .share{
	float: left;
	margin-left:110px;
    vertical-align: middle;
}
.control{
	font-size: 12px;
	line-height:24px;
	color: #ccc;
	letter-spacing: 0.09px;
}
.article-opera .control+.control{
	margin-left:36px;
}
.icon-mw-error{
	width:14px;
	height:14px;
	background-position: -34px -187px;
}
.icon-mw-report{
	width:15px;
	height:15px;
	background-position: -19px -187px;
}
/*end文章部分*/
.relation{
	height:320px;
	background:#fff;
	border-radius: 4px;
}
/*end广告关联*/
.large-box .comment-area{
	padding:0 130px;
}
.comment-area{
	background: #F7F7F7;
	border-radius: 4px;
}
.comment-area .comment-num{
	padding-top:48px;
	padding-bottom:12px;
	font-size: 20px;
	color: #3A3D3F;
	letter-spacing: 2px;
	border-bottom:solid #e4e4e4 1px;
}
.comment-area .comment-num span{
	margin-right:15px;
}
.comment-area .comment{
	position: relative;
	margin-top:24px;
	padding:24px;
	background: #fff;
	border-radius: 4px;
}
.comment .user-avatar{
	float: left;
	margin-right:24px;
	width:48px;
	height:48px;
	border-radius:50%;
	overflow: hidden;
}
.comment .user-avatar img{
	width:100%;
	height:100%;
}
.comment .comment-input{
	float: left;
	width:600px;
}
.comment-input .comment-input-inner{
	padding:14px 16px;
	background: #eee;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 0 rgba(0,0,0,.07);
}
.comment-input textarea{
	display: block;
	width:100%;
	height:20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1.39px;
	transition: height .3s;
}
.comment-input.active textarea{
	height:60px;
}
.comment-opera{
	display: none;
	margin-top:16px;
	line-height: 32px;
}
.comment-input.active .comment-opera{
	display: block;
}
.comment-opera .cancel{
	float: right;
	margin-right:24px;
	width:42px;
	font-size: 14px;
	color: #B9B9B9;
	letter-spacing: 1.75px;
}
.comment-opera .add-comment{
	float: right;
	width:128px;
	font-size: 12px;
	text-align: center;
	color: #3C3D41;
	letter-spacing: 2.4px;
	border:solid #EDEDED 1px;
	border-radius: 4px;
}
/*游客评论*/
.comment-list{
	padding:25px 0;
}
.visitors{
	position: relative;
	padding:24px 0 0 70px;
}
.visitors:before,.visitors:after{
	display: table;
	content: " ";
}
.visitors:after{clear: both;}
.visitors+.visitors{
	border-top:solid #e4e4e4 1px;
}
.visitors-pic{
	position: absolute;
	top:24px;
	left:0;
	width:48px;
	height:48px;
	border-radius:50%;
	overflow: hidden;
}
.visitors-pic img{
	width:100%;
	height:100%;
	border-radius:50%;
}
.get-z{
	position: absolute;
	top:24px;
	right:0;
	font-size: 12px;
	color: #999;
	letter-spacing: 0;
}
.icon-mw-emptyheart{
	margin-right:0;
	margin-left:5px;
	width:16px;
	height:14px;
	background-position: -68px -84px;
}
.get-z.active .icon-mw-emptyheart{
	background-position-x: -85px;
}
.popularity.active .icon-artlike{
	background-position-x: -119px;
}
.popularity.active .icon-artcollect{
	background-position-x: -92px;
}
.visitors-name{
	padding-right:70px;
	font-size: 13px;
	color: #333;
	letter-spacing: 2px;
}
.visitors-cont{
	padding-right:70px;
	margin-top:14px;
	line-height: 18px;
	font-size: 14px;
	color: #838C8D;
	letter-spacing: 0;
}
.replytime{
	position: relative;
	margin-top:12px;
	padding-bottom:20px;
}
.replytime b{
	font-size: 12px;
	color: #B9B9B9;
	letter-spacing: 0;
}
.replytime .icon-mw-clock{
	margin-right:6px;
	width:12px;
	height:12px;
}
.replytime span{
	display: none;
	margin-left:36px;
	font-size: 12px;
	color: #838D8F;
	letter-spacing: 2.4px;
}
.hover-box:hover .replytime span{
	display:inline-block;
	cursor: pointer;
}
.icon-mw-reply{
	margin-right:6px;
	width:16px;
	height:12px;
	background-position: -75px -187px;
}
.child-comment-list{
	position: relative;
	padding:24px 0  0 70px;
}
.child-comment-list:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	height:1px;
	background: #E4E4E4;
}
.child-comment-list .get-z{
	top:53px;
}
.comment-report{
	display: none;
	position: absolute;
	bottom:20px;
	right:0;
	line-height: 14px;
}
.hover-box:hover .comment-report{
	display: block;
}
.visitors.replied .new-child-comment{
	display: block;
}
.new-child-comment{
	display: none;
	position: relative;
    padding: 24px 0 24px 70px;
}
.new-child-comment:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #E4E4E4;
}
.new-child-comment .comment-input textarea{
	height: 60px;
}
.new-child-comment .comment-opera {
    display: block;
}
.new-child-comment .comment-input .comment-input-inner{
    padding: 14px 16px;
    background:transparent;
    border:solid #ccc 1px;
    border-radius: 4px;
    box-shadow:none;
}
.call-someone{
	color:#4094c7;
	margin-right:3px;
}
/*end广告关联*/
.may-like{
	position: relative;
	height:400px;
	background: #fff;
	border-radius: 4px;
}
.may-like-r{
	position: absolute;
	top:0;
	right:0;
	width:120px;
	height:100%;
	background: #FCE39E;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 1;
}
.refresh-btn{
	position: absolute;
	top:20px;
	right:20px;
	width:32px;
	height:32px;
	border-radius:50%;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
	background:#333;
}
.refresh-btn b{
	display: block;
	margin:4px auto;
	width:24px;
	height:24px;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position: -33px -287px;
}
.may-like .text{
	position: absolute;
	top:123px;
	right:24px;
	width:18px;
	line-height:20px;
	font-size: 16px;
	color: #333;
	letter-spacing: 3.03px;
}
.may-like .text:before{
	content: "";
	position: absolute;
	top:50%;
	left:-18px;
	margin-top:-6px;
	width:0;
	height:0;
	border-width:6px;
	border-color:transparent #333 transparent transparent;
	border-style: solid;
}
.may-like-l{
	position: absolute;
	top:20px;
	left:20px;
	z-index: 10;
}
.may-like-l .list-item{
	margin:0;
}
.may-like-l .list-item+.list-item{
	margin-left:10px;
}
/*end可能喜欢*/
/*============================================================================
 * 深度文章详情页
 *============================================================================ */
.bg-4a4a4a{
	background: #4a4a4a;
}
.mt20{margin-top:20px;}
.small-box{
	width:820px;
}
.small-box .article{
	padding:42px 50px 60px;
}
.artview{
	position: fixed;
	top:100px;
	bottom:20px;
	width:360px;
	background: #fff;
	border-radius: 4px;
	transition:top .3s;
}
.for-atri .artview{
	top:80px;
}
/*top*/
.view-top{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background: #ffce44;
	border-radius: 4px 4px 0 0;
}
.view-top .inner-box{
	padding:11px 20px 30px;
}
.view-top .tit{
	line-height: 30px;
	font-size: 20px;
	color: #333;
	letter-spacing: 0;
}
.view-top .desc{
	margin-top:8px;
	min-height:80px;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
}
.view-top .avatar{
	margin-right:7px;
	float: left;
	width:36px;
	height:36px;
	border-radius:50%;
	overflow: hidden;
}
.view-top .time{
	margin-top:23px;
	float: right;
	font-size: 12px;
	color: #333;
}
.view-top .time .icon-mw-clock{
	background-position-x:-62px;
}
.view-top .office{
	margin-top:1px;
	display:inline-block;
	padding:0 4px;
	height:14px;
	line-height: 16px;
	font-size:12px;
	border: 1px solid #333;
	border-radius: 4px;
}
.view-top .name{
	margin-top:3px;
	max-width:200px;
	line-height: 13px;
	font-size: 13px;
	color: #333;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*bottom*/
.view-bottom{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	background: #fff;
	border-top:solid #CDD7D8 1px;
	border-radius: 0 0  4px 4px;
}
.view-bottom .inner-box{
	padding:10px 0 10px 20px;
}
.view-bottom .tit{
	padding:0 20px 12px 0;
	font-size: 18px;
	color: #333;
	letter-spacing: 3px;
	border-bottom:solid #ededed 1px;
}
.view-bottom .box{
	padding:12px 8px 0 0;
}
.view-bottom .tag{
	display: inline-block;
	margin:0 12px 12px 0;
	padding:0 6px;
	height:16px;
	line-height: 18px;
	font-size: 10px;
	color: #838D8F;
	letter-spacing: 1px;
	border:solid #ededed 1px;
	border-radius: 10px;
}
.view-bottom .comment-quick{
	padding:10px 0 20px;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	cursor: pointer;
}
.icon-mw-comment{
	width:18px;
	height:15px;
	background-repeat: no-repeat;
	background-position:0 -187px;
}
.view-bottom .icon-mw-comment{
	margin-right:16px;
}
/*右侧文章*/
.article+.article{
	margin-top:20px;
}
.depth-article .article:last-child{
	margin-bottom:10px;
}
.article .origina-link{
	display: block;
	margin:48px auto 0;
	width:128px;
	height:32px;
	line-height: 32px;
	font-size: 14px;
	color: #393D3F;
	text-align: center;
	letter-spacing: 1.75px;
	background: #ffce44;
	border-radius: 4px;
}
/*深度文章左侧中间*/
.view-mid{
	position: absolute;
	top:auto;
	left:0;
	bottom:auto;
	width:100%;
}
.view-inner{
	position: relative;
	min-height:100%;
}
.view-mid .line{
	position: absolute;
	top:0;
	left:27px;
	bottom:0;
	width:2px;
	background: #CDD7D8;
	z-index:10;
}
.arti-list li{
	padding-left:27px;
	cursor: pointer;
	transition: background-color .3s;
}
.arti-list li.active{
	background: #f7f7f7;
}
.arti-list li+li{
	border-top:solid #ededed 1px;
}
.arti-item{
	position: relative;
	padding:24px 26px 16px 69px;
}
.arti-item .dot{
	position: absolute;
	top:33px;
	left:-7px;
	width:16px;
	height:16px;
	background:#FFCE44;
	border-radius:50%;
	z-index:11;
	transition: background-color .5s;
}
.arti-list li.active  .dot{
	background: #ABE751;
}
.arti-item .avatar{
	position: absolute;
	top:24px;
	left:23px;
	width: 32px;
	height:32px;
	border-radius:50%;
	overflow:hidden;
}
.arti-item .name{
	padding-top:2px;
	font-size: 13px;
	color: #333;
	letter-spacing: 2px;
}
.arti-item .signature{
	margin-top:2px;
	font-size: 12px;
	color: #999;
	letter-spacing: 0;
}
.arti-item .info{
	position: relative;
	margin-top:10px;
}
.arti-item .info.contains-pic{
	padding-left:92px;
	height:80px;
	
}
.arti-item .info img{
	width:80px;
	height:80px;
	border-radius:4px;
}
.arti-item .info.contains-pic img{
	position: absolute;
	top:0;
	left:0;
}
.arti-item .desc{
	line-height: 20px;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
}
.arti-item .info.contains-pic .desc{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-ms-line-clamp: 4;
	-o-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.arti-item .time{
	font-size: 12px;
	color: #aaa;
}
.arti-item .commt{
	margin-right:10px;
	font-size: 12px;
	color: #929B9D;
}
.arti-item .like{
	font-size: 12px;
	color: #929B9D;
}
.small-box .comment-area{
	padding: 0 50px;
}
.view-top .topics{
	position: absolute;
	top:12px;
	right:-30px;
	width:50px;
	height:50px;
	z-index:10;
	animation: sealEffect .15s ease-in;
}
.topics img{
	width:50px;
	height:50px;
}
@keyframes sealEffect{
	0%{
		transform: scale(2) translate3d(0,0,200px);
	}
	50%{
		transform: scale(1.5) translate3d(0,0,100px);
	}
	100%{
		transform: scale(1) translate3d(0,0,0);
	}
}
.artview-absp{
	position: absolute;
	top:auto;
	left:0;
	bottom:10px;
}
.for-atri .artview-absp{
	top:auto;
}
/*个人息介绍*/
.complete-box,.data-box{
	margin:30px auto 0;
	padding:25px 0;
	width:980px;
	background:#fff;
	box-shadow:0 1px 2px 0 rgba(0,0,0,.25);
	border-radius:4px;
}
.complete-box b{
	padding-left:97px;
	height:20px;
	line-height: 20px;
	font-size:14px;
	color:#3c3d41;
	letter-spacing:0.6px;
}
.progress-box{
	position: relative;
	margin-left: 14px;
	width:720px;
	height:20px;
	background:#f1f1f1;
	border-radius:10px;
}
.comp-progress{
	position: absolute;
	top:0;
	left:0;
	width:0;
	height:20px;
	background: #FFCE44;
	border-radius:10px;
	transition: width .3s ease-out;
}
.progress-box .percentage{
	position: absolute;
	top:0;
	left:50%;
	margin-left:-20px;
	width:40px;
	line-height:20px;
	font-size:12px;
	color:#333;
	letter-spacing:2.13px;
}
.data-box{
	margin:10px auto 60px;
	padding:0;
}
.data-box .head{
	padding:24px 43px 16px;
	line-height:20px;
	font-size:20px;
	color:#333;
	letter-spacing:2.5px;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.data-item{
	position: relative;
	padding:24px 122px 24px 218px;
	border-top:solid #eee 1px;
}
.data-item .label-box{
	position: absolute;
	top:0;
	left:0;
	width:170px;
	height:100%;
}
.data-item .label{
	position: absolute;
	top:50%;
	right:0;
	margin-top:-8px;
	height:16px;
	line-height:16px;
	font-size:14px;
	color:#3c3d41;
	letter-spacing:1.5px;
	text-align:right;
}
.data-opera{
	position:absolute;
	bottom:12px;
	right:19px;
	font-size:12px;
	color:#999;
	letter-spacing:1.5px;
	cursor: pointer;
}
.data-item:hover .data-opera{
	color:#333;
}
.data-item:hover .data-opera .icon-mw-edit{
	background-position: -19px -168px;
}
.icon-mw-edit{
	margin-right:3px;
	width:18px;
	height:18px;
	background-position: -0 -168px;
}
/*个人基本资料*/
.data-item .avatar{
	float: left;
	position:relative;
	width: 110px;
	height: 110px;
	border:solid #fff 5px;
	background:#fff;
	box-shadow:0 1px 4px 0 rgba(0,0,0,0.50);
	border-radius:50%;
	overflow:hidden;
}
.data-item .avatar label{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:13;
}
.data-item .avatar #user_avatar{
	width:0;
	height:0;
	display:none;
}
.data-item .masking{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background: #333;
	border-radius:50%;
	opacity: .4;
	filter: Alpha(opacity=40);
	z-index: 10;
}
.data-item .upload{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:14px;
	color:#fff;
	letter-spacing:1.5px;
	text-align: center;
	z-index:11;
}
.icon-mw-camera{
	margin-top:34px;
	margin-right:0;
	width:23px;
	height:21px;
	background-position: 0 -146px;
}
.data-item .upload p{
	margin-top:7px;
}
.data-item .name{
	margin-left:24px;
	float: left;
	width:480px;
}
.current-name{
	margin-top:50px;
	font-size:20px;
	color:#888;
	letter-spacing:1.5px;
	line-height:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.name .input-group{
	margin-top:24px;
}
.name .input-group input{
	float: left;
	width:280px;
}
.name .btn-group,
.signature .btn-group{
	margin-top:12px;
}
.data-item.active .current-name{
	margin-top:0;
}
.name .input-group b{
	float: left;
	width:54px;
	line-height: 44px;
	font-size:12px;
	color:#b9b9b9;
	letter-spacing:1.5px;
	text-align: center;
}
/*一句话签名*/
.current-signature{
	font-size:14px;
	color:#666;
	letter-spacing:1.6px;
	text-align:left;
}
.data-item.active .current-signature{
	display: none;
}
/*性别*/
.user-sex .btn-group{
	display: inline-block;
	margin-left:24px;
}
.chose-sex{
	display: inline-block;
	cursor: pointer;
}
.chose-sex .diy-radio{
	position: relative;
	display: inline-block;
	width:16px;
	height:16px;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position:-24px -146px;
	vertical-align: middle;
	cursor: pointer;
}
.chose-sex .diy-radio.checked{
	background-position-x:-41px;
}
.chose-sex input[type="radio"]{
	position: absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	background:transparent;
	z-index:-1;
}
.chose-sex span{
	margin-left:8px;
	font-size:14px;
	color:#888;
	letter-spacing:0;
	vertical-align: middle;
}
.current-sex{
	font-size:14px;
	color:#888;
	letter-spacing:0;
	vertical-align: middle;
}
.data-item.active .current-sex{
	display: none;
}
.chose-sex+.chose-sex{
	margin-left:33px;
}
.icon-mw-man{
	margin-right:12px;
	width:14px;
	height:15px;
	background-position:-58px -146px;
}
.icon-mw-woman{
	margin-right:12px;
	width:11px;
	height:16px;
	background-position: -73px -146px;
}
.icon-mw-lgbt{
	margin-right:12px;
	width:13px;
	height:19px;
	background-position: -84px -146px;
}
/*个人简介*/
.current-intro,
.userintro textarea{
	display: block;
	width:612px;
	height:120px;
	padding:9px 12px;
	font-size:14px;
	color:#666;
	letter-spacing:0.85px;
	text-align:left;
	background:#fff;
	border:1px solid #f1f1f1;
	border-radius:4px;
	word-break: break-word;
	word-wrap: break-word;
}
.current-intro{
	height:auto;
}
.data-item.active .current-intro{
	display: none;
}
.userintro .input-group{
	width:auto;
	height:auto;
}
.userintro .btn-group{
	margin-top:12px;
}
/*相关行业*/
.indus-item{
	display: inline-block;
	padding:3px 0;
	margin-right:36px;
	font-size:14px;
	color:#333;
	letter-spacing:1.5px;
}
.indus-item .icon-mw-delete-yellow{
	display: none;
}
.data-item.active .indus-item{
	position: relative;
	display: block;
	margin-left:-6px;
	padding: 9px 6px;
	width:480px;
	height:32px;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.data-item.active .indus-item:hover{
	background:#fffbeb;
}
.data-item.active .indus-item:hover .icon-mw-delete-yellow{
	display: block;
}
.data-item.active .indus-item .icon-mw-delete-yellow{
	display:none;
	position: absolute;
}
.icon-mw-delete-yellow{
	position: absolute;
	right:6px;
	top:50%;
	margin-top:-8px;
	margin-right:0;
	width:16px;
	height:16px;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position: -34px -84px;
}
.diy-select{
	position: relative;
	display: inline-block;
	margin-right:24px;
	width:188px;
	height:42px;
	background:#fff;
	border:1px solid #f1f1f1;
	border-radius:4px;
	vertical-align: middle;
	cursor: pointer;
}

.location .diy-select.diy-select-small{
	margin-right:12px;
}
.diy-select.diy-select-small{
    width:120px;
}
.diy-select.diy-select-small .cont-select{
	padding: 0 30px 0 20px;
}
.diy-select.diy-select-small .label-select{
	left:6px;
}
.diy-select.diy-select-small .icon-mw-arrowdowngray{
    right:6px;
}
.diy-select.diy-select-small .select-pulldown{
	width:121px;
}

.location .diy-select.diy-select-mid{
	margin-right:12px;
}
.diy-select.diy-select-mid{
    width:160px;
}
.diy-select.diy-select-mid .cont-select{
	padding: 0 17px 0 60px;
}
.diy-select.diy-select-mid .label-select{
	left:6px;
}
.diy-select.diy-select-mid .icon-mw-arrowdowngray{
    right:6px;
}
.diy-select.diy-select-mid .select-pulldown{
	width:161px;
}
.data-item.js-location{
	padding-right:50px;
}
.data-item.js-location.active .indus-item{
	width:auto;
}

.relaindus .btn-group{
	margin-top:12px;
	/*display: inline-block;
	vertical-align: middle;*/
}
.relaindus .btn-group a{
	/*width:64px;*/
}
.leves-two{
	margin-left:5px;
	color:#666;
}
.leves-three{
	margin-left:5px;
	color:#999;
}
.relaindus .btn-group .btn-cancel{
	margin-left:12px;
}
.diy-select .label-select{
	position: absolute;
	top:50%;
	margin-top:-8px;
	left:16px;
	font-size:14px;
	color:#b9b9b9;
	letter-spacing:1.5px;
	vertical-align: middle;
}
.diy-select .cont-select{
	display: block;
	padding:0 30px 0 75px;
	line-height:42px;
	font-size:14px;
	color:#666;
	letter-spacing:0.2px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.icon-mw-indus-gray{
	width:16px;
	height:16px;
	background-position: -112px -129px;
}
.diy-select .icon-mw-arrowdowngray{
	position: absolute;
	top:50%;
	margin-top: -5px;
	margin-right:0;
	right:11px;
	width:10px;
	height:10px;
	background-position: -66px -101px;
}
/*.select-pulldown{
	position: absolute;
	top:43px;
	left:-1px;
	width:189px;
	line-height: 24px;
	background:#fff;
	border:solid #f1f1f1 1px;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.select-pulldown li{
	padding:0 3px;
	transition: background-color .3s;
}
.select-pulldown li:hover{
	background:#fffbeb;
}*/
.select-pulldown{
	position: absolute;
	top:0;
	left:0;
	width:189px;
	height:44px;
	background:#fff;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	opacity: 0;
	filter:Alpha(opacity=0);
}
.select-pulldown option{
	display: block;
	line-height: 25px;
}
.location .btn-group{
	margin-top:24px;
}
/*所在地*/
.location .diy-select{
	margin-right:24px;
}
.icon-mw-country-gray{
	width:16px;
	height:16px;
	background-position: -82px -129px;
}
.icon-mw-city-gray{
	width:13px;
	height:17px;
	background-position: -99px -129px;
}
.location .indus-item.font0{font-size:0;}
.data-item.active .location .indus-item{
	height: auto;
}
/*公司职位*/
.fill-input{
	display: inline-block;
	margin-top:15px;
	font-size:0;
}
.common-show .indus-item{
	display: block;
}
.common-show .indus-item+.indus-item{
	margin-top:12px;
}
.common-show .show-one,
.common-show .show-two{
	font-size:14px;
	color:#333;
	letter-spacing:0.6px;
	line-height:14px;
}
.common-show .show-two{
	margin-left:9px;
	color:#666;
}
.fill-item{
	padding:7px;
	display: inline-block;
	width:218px;
	height:42px;
	background:#fff;
	border:1px solid #f1f1f1;
	border-radius:4px;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fill-item+.fill-item{
	margin-left:10px;
}
.compyoffer .btn-group,
.degree .btn-group{
	display: inline-block;
	margin-left:24px;
}
.compyoffer .btn-group a,
.degree .btn-group a{
	width:64px;
}
.compyoffer .btn-group a+a,
.degree .btn-group a+a{
	margin-left:10px;
}
/*个人信息页面公用*/
.btn-save,
.btn-cancel{
	display: inline-block;
	font-size:14px;
	color:#333;
	letter-spacing:1.5px;
	text-align:center;
	border-radius:4px;
	vertical-align: middle;
}
.btn-save{
	width:128px;
	height:36px;
	line-height:36px;
	background:#ffce44;
}
.btn-cancel{
	margin-left:20px;
	width:126px;
	height:34px;
	line-height:34px;
	border:solid #ffce44 1px;
}
.input-group{
	position: relative;
	width:358px;
	height:42px;
	background:#fff;
	border:solid #f1f1f1 1px;
	border-radius:4px;
}
.input-group input{
	display: block;
	padding:0 12px;
	width:334px;
	height:42px;
	line-height:42px;
	border-radius:4px;
}
.data-item .error{
	margin-top:12px;
	font-size:14px;
	color:#e75d51;
	letter-spacing:1.5px;
	line-height:14px;
	text-align:left;
}
/* 高级筛选 */
.icon-mw-arrowrb{
	top:auto;
	width:10px;
	height:10px;
	margin-right:0;
	background-position:-11px -101px;
}
.filter-box.active .filter-btn .icon-mw-arrowrb{
	background-position-x:0;
}
.filter-box.active .filter-main{
	display: block;
}
.filter-main{
	display:none;
	background: #fff;
	overflow:hidden;
	border-radius:4px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.50);
	transition: height .5s;
}
.filter-main .crumbs-nav{
	padding:0 30px;
	height:50px;
	line-height: 50px;
	background: #fce39e;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.all-result{
	font-size:14px;
	color:#333;
	letter-spacing:1.5px;
	line-height:14px;
	vertical-align: middle;
}
.icon-mw-allresult{
	width:9px;
	height: 9px;
	background-position:-113px -112px;
}
.all-result .icon-mw-arrowrb{
	margin-right:11px;
	margin-left:54px;
	top:-2px;
}
.crumbs-nav-item{
	display: inline-block;
	vertical-align: middle;
}
.crumbs-nav-item:after{
	content:"";
	display: inline-block;
	margin:0 12px;
	position: relative;
	top:1px;
	width:5px;
	height:9px;
	vertical-align: middle;
	background-image:url(../images/icon-mw@1x.png);
	background-repeat: no-repeat;
	background-position: -77px -101px;
}
.crumbs-level{
	display: inline-block;
	padding:0 6px;
	height:22px;
	line-height: 24px;
	background:#fff;
	font-size:0;
	vertical-align: middle;
	border-radius:4px;
	box-shadow:0 1px 2px 0 rgba(0,0,0,.50);
}
.crumbs-item-txt{
	display: inline-block;
	max-width: 200px;
	font-size:12px;
	color:#676767;
	letter-spacing:0.72px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.icon-mw-clear{
	position: relative;
	top:0;
	margin-left:15px;
	margin-right:0;
	width:15px;
	height:14px;
	background-position: -34px -112px;
}
.icon-mw-clear:before{
	position: absolute;
	top:-3px;
	left:-6px;
	content: "";
	height:20px;
	width:2px;
	background:#f1f1f1;
}
.icon-mw-clear:hover{
	background-position-x: -49px;
}
.icon-mw-clear:active{
	background-position-x:-64px;
}
.search-in-result{
	position: relative;
	display: inline-block;
}
.search-in-result input{
	padding:0 28px 0 12px;
	width:128px;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#333;
	letter-spacing:0.6px;
	vertical-align: middle;
	background: transparent;
	border:solid rgba(51,51,51,.5) 1px;
	border-radius:12px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition:all .3s;
}
.icon-mw-searinresult{
	position: absolute;
	right:2px;
	top:50%;
	margin-top:-8px;
	width:16px;
	height: 16px;
	background-position: 0 -112px;
	cursor: pointer;
	transition: all .3s;
}
.search-in-result input:focus{
	color:#000;
	border-color:#333;
	background:#ffce44;
}
.search-in-result input:focus+.icon-mw-searinresult{
	background-position-x: -17px;
}
/*高级筛选头部结束*/
.conditions{
	float: left;
	height:370px;
	border-right:solid #eee 1px;
}
.conditions a{
	position: relative;
	display: block;
	padding-left:30px;
	width:150px;
	height:60px;
	line-height: 60px;
	font-size: 14px;
	color: #838D8F;
	letter-spacing: 1.39px;
}
.conditions .icon-mw-arrowrb{
	display: none;
	position: absolute;
	right:12px;
	top:50%;
	margin-top:-5px;
	background-position: -44px -101px;
}
.conditions a:hover,
.conditions a.active{
	color:#333;
}
.conditions a.active .icon-mw-arrowrb{
	display: block;
}
.conditions a{
	border-bottom:solid #eee 1px;
}
.condition-cont{
	float: left;
	width:1009px;
	height:370px;
}
.condition-detail{
	display: none;
	padding:10px;
	width:100%;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.condition-detail.show{
	display: block;
}
.area-block{
	float: left;
	width:308px;
	height:348px;
	border:solid #ededed 1px;
	border-radius:4px;
}
.area-block+.area-block{
	margin-left:10px;
}
.area-block.area-w666{
	width:666px;
}
.area-block .level{
	padding:16px 16px 8px;
	line-height:14px;
	font-size:14px;
	color:#4a4a4a;
	letter-spacing:2px;
	cursor: pointer;
}
.area-block .list{
	
}
.area-block .item{
	position: relative;
	margin-top:4px;
	width:301px;
	cursor: pointer;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.area-block.area-w666 .item,
.area-block.area-w346 .item{
	width:auto;
}
.area-block .item-inner{
	position: relative;
	padding-left:24px;
	height:30px;
	line-height: 30px;
	font-size:14px;
	color:#666;
	letter-spacing:0.6px;
	background:#fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right:solid #fff 6px;
	border-left: solid #fff 6px;
	transition:all .3s;
}
.item-triangle{
	display: none;
	position: absolute;
	top:0;
	right:-6px;
	width:0;
	height:0;
    border-top: 15px solid transparent;
    border-left: 7px solid #fce39e;
    border-bottom: 15px solid transparent;
}
.item-finish{
	display: none;
	position: absolute;
	top:0;
	left:0;
	width:26px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#666;
	letter-spacing:0;
	text-align: center;
	background:#ffce44;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 10;
}
.area-block .item.active .item-inner{
	color:#333;
	background:#fce39e;
	border-left-color:#ffce44;
	border-right-color:#fce39e;
}
.area-block .item.finish .item-finish{
	display: block;
}
.area-block .item.active .item-triangle{
	display: block;
}
.area-block .item.active:hover .item-inner{
	background:#fce39e;
}
.area-block .item:hover .item-inner{
	background:#fffbeb;
}
.sub-box .level{
	padding-top:10px;
}
.sub-box{
    padding-left: 26px;
}
.item-single{
	display: block;
	position: relative;
}
.item-single .item-inner{
	padding-left:26px;
}
.diy-checkbox{
	display: inline-block;
	width:16px;
	height:16px;
	background-position:-79px -112px;
}
.mwcheckbox{
	position: absolute;
	width:0;
	height:0;
	background:transparent;
	visibility: hidden;
	z-index:10;
}
.checked .diy-checkbox{
	background-position-x:-96px;
}
.icon-mw-arrowrg{
	margin-right:0;
	margin-left:16px;
	width:10px;
	height:10px;
	background-position:-33px -101px;
}
.area-w346{
	width:346px;
}
.no-border{
	border:none;
}
/*登陆后步骤*/
.top-box{
	margin:0 auto;
	width:700px;
	color:#666;
	text-align:center;
}
.top-box h1{
	line-height: 36px;
	font-size:36px;
	letter-spacing:0.45px;
}
.top-box p,.top-box h2{
	margin-top:50px;
	line-height: 20px;
	font-size:20px;
	letter-spacing:0.25px;
}
.your-info{
	float: left;
	width:400px;
	height:44px;
	background:#eee;
	box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.10);
	border-radius:4px;
}
.your-info input{
	padding:14px 15px;
	width:100%;
	background: transparent;
	box-sizing: border-box;
}
.public-box{
	margin:52px 0 0 80px;
}
.public-box button{
	margin-left:10px;
	float: left;
	width:120px;
	height:44px;
	font-size:14px;
	color:#fff;
	letter-spacing:0.17px;
	text-align:center;
	background:#ffce44;
	border-radius:4px;
	cursor: pointer;
}
.public-box a{
	margin-left:20px;
	float: left;
	line-height:44px;
	font-size:14px;
	color:#333;
	letter-spacing:0.17px;
}
.top-box h2{
	margin-top:39px;
}
.bg-fff{
	background:#fff;
}
.bg-f1f1f1{
	background:#f1f1f1;
}
.they-box{
	position: relative;
	margin:82px auto 0;
	width:1190px;
	min-height:700px;
	font-size:24px;
	color:#666;
	letter-spacing:0.3px;
	text-align:left;
}
.they-item{
	position: absolute;
	padding-left:110px;
	height:100px;
}
.they-item .pic{
	position: absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	border-radius:50%;
}
.they-item .pic img{
	width:100%;
	height:100%;
	border-radius:50%;
	transition:transform .3s ease-out;
}
.they-item .pic img:hover{
	transform:scale(1.1);
}
.they-item h2{
	padding-top:24px;
	line-height: 24px;
	font-size:24px;
}
.they-item p{
	margin-top:13px;
	line-height: 20px;
	font-size:20px;
	letter-spacing: 0.25px;
}
.its-01{
    top: 40px;
    left: 200px;
}
.its-02{
    top: 0;
    right: 230px;
}
.its-03{
    top: 200px;
    left: 0;
}
.its-04{
    top: 300px;
    left: 320px;
}
.its-05{
    top: 160px;
    left: 400px;
}
.its-06{
    top: 200px;
    right: 0;
}
.its-07{
	top: 440px;
    left: 100px;
}
.its-08{
	top: 400px;
    right: 180px;
}
.theme-step-box{
	margin:45px auto 130px;
	width:1190px;
}
.goin-mw-box{
	position: fixed;
	bottom:0;
	left:0;
	padding:30px;
	width:100%;
	text-align: center;
	background:#fff;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.20);
	z-index:99999;
}
.goin-mw-btn{
	display:inline-block;
	width:240px;
	height:60px;
	line-height: 60px;
	font-size:18px;
	color:#393d3f;
	letter-spacing:2.25px;
	text-align:center;
	background:#ffce44;
	border-radius:4px;
}
/*文章分支——————推荐项目模板一===========================================*/
.image-mask{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:90px;
	opacity:0.64;
	-ms-filter:alpha(opacity=64);;
	background:#333;
	z-index:100;
}
.image-desc{
	position: absolute;
	bottom:0;
	left:0;
	padding:14px 30px;
	width:100%;
	height:90px;
	font-size:14px;
	color:#fff;
	line-height:21px;
	text-align:left;
	box-sizing:border-box;
	z-index:101;
}
.content .i-item{
	padding:40px 0;
	border-top:solid #d8d8d8 1px;
}
.content .i-item .head{
	float: left;
	margin-right:32px;
	width:158px;
	font-size:20px;
	color:#333;
	letter-spacing:2.5px;
	line-height:30px;
	text-align:left;
}
.content .i-item .cont{
	float: left;
	width:530px;
	font-size:14px;
	color:#333;
	letter-spacing:1px;
	line-height:28px;
}
.content .i-item .cont img{
	max-width:100%;
}
/*文章分支——————推荐项目模板二===========================================*/
.content .i-item2{
	position: relative;
	padding-left:60px;
	margin-top:48px;
	min-height:211px;
}
.content .i-item2 .head{
	display: table;
	position: absolute;
	top:0;
	left:0;
	width:40px;
	height:100%;
	min-height: 211px;
	line-height: 22px;
	font-size:20px;
	color:#333;
	letter-spacing:2.5px;
	background: #fffbeb;
	box-sizing:border-box;
}
.content .i-item2 .head-inner{
	display: table-cell; 
	vertical-align:middle; 
	text-align:center;
}
.content .i-item2 .cont{
	float: left;
	font-size:14px;
	color:#333;
	letter-spacing:1px;
	line-height:28px;
}
/*表格*/
.itemdetail{
	margin-top:22px;
	padding:0 13px 20px;
	background:url(../images/item-bg@1x.jpg) top left repeat;
	border:solid #ffce44 4px;
}
.itemdetail h3{
	padding:24px 0 24px 24px;
	line-height:14px;
	font-size:14px;
	color:#3c3d41;
	letter-spacing:2px;
	text-align:left;
}
.table-box{
	background: #fff;
	border:solid #e4e4e4 1px;
}
.item-table{
	position: relative;
	border-top:solid #e4e4e4 1px;
	box-sizing: border-box;
}
.item-table.no-border{
	border:none;
}
.item-table-bl{
	border-left:solid #e4e4e4 1px;
	box-sizing: border-box;
}
.item-table-bt{
	border-top:solid #e4e4e4 1px;
	box-sizing: border-box;
}
.item-table .tit{
	padding:8px;
	height:100%;
	line-height:12px;
	font-size:12px;
	color:#838c8d;
	letter-spacing:1.5px;
	text-align:left;
	box-sizing: border-box;
}
.item-table .cont{
	margin-bottom:8px;
	padding:8px;
	height:100%;
	line-height:14px;
	font-size:14px;
	color:#3c3d41;
	letter-spacing:1.5px;
	text-align:left;
	box-sizing: border-box;
}
.item-table .cont .blue-link{
	margin-right:12px;
	color:#51b8e7;
}
.item-table .cont .underline{
	text-decoration: underline;
}
.item-table .cont+.cont{
	border-left:solid #e4e4e4 1px;
}
.item-100{
	float: left;
	width:100%;
}
.item-75{
	float: left;
	width:75%;
}
.item-50{
	float: left;
	width:50%;
}
.item-25{
	float: left;
	width:25%;
}
.item-table-inner{
	padding-left:128px;
	min-height:127px;
}
.s-levels{
	position: absolute;
	top:0;
	left:0;
	width:127px;
	height:127px;
	color: #fff;
	background:#e75d51;
	border-right:solid #e4e4e4 1px;
}
.s-levels .tit{
	height:auto;
	color:#fff;
}
.s-levels .s-num{
	margin-top:13px;
	font-size:48px;
	letter-spacing:0;
	line-height:48px;
	text-align:center;
}
.s-levels b{
	display: block;
	margin-top:4px;
	font-size:14px;
	letter-spacing:2px;
	color:#fff;
	text-align:center;
}
.item-table-bt .cont{
	margin-bottom:0;
}
/*文章页面右侧组件*/
.arti-scroll-up{
	
}
.arti-scroll-up .social-box{
	margin-top:8px;
	padding:4px;
	background:#ffce44;
	border-radius: 20px;
}
.arti-scroll-up .like-this{
	position: absolute;
	top:-10px;
	left:50%;
	margin-left:-25px;
	width:50px;
	line-height:14px;
	font-size:10px;
	color:#333;
	letter-spacing:0;
	text-align:center;
}
.icon-social-collect{
	background-position:0 -350px;
}
.icon-social-collect:hover{
	background-position:0 -350px;
}
.icon-social-collect.active{
	background-position:-32px -350px;
	animation:scale12 .3s ease-out;
}
.nodata-box{
	display: table;
	width: 100%;
	height:100%;
    font-size: 14px;
    text-align: center;
    color: #999;
}
.no-data{
	display: table-cell;
	vertical-align: middle;
}
@-webkit-keyframes scale12{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.arti-scroll-up .social-box span{
	margin:0 auto;
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top:solid #333 6px;
}
.arti-scroll-up .social-box p{
	padding:3px 0;
	line-height:14px;
	font-size:10px;
	color:#333;
	letter-spacing:0;
	text-align:center;
}
/*高清方案*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    /*头部logo*/
   	.nav .logo-m,
   	.nav .logo-w .logo-text{
   		background-image: url(../images/logo@2x.png);
        background-size: 143px 96px;
   	}
   	/*遮罩*/
   	.slide-news .slide-l-bg{
   		background-image:url(../images/mask-left@2x.png);
   		background-size:138px 40px;
   	}
   	.slide-news .slide-r-bg{
   		background-image:url(../images/mask-right@2x.png);
   		background-size:138px 40px;
   	}
   	/*右侧日历*/
   	.banner .banner-r .calendar{
		background:url(../images/date-bg@2x.png) center center no-repeat;
		background-size:290px 240px;
	}
   	/*关注*/
   	.theme-tofu:hover .theme-circle-yellow,
	.theme-circle-white.active .theme-circle-yellow{
		background: #FFCE44 url(../images/icon-others@2x.png) center 0 no-repeat;
		background-size:60px 120px;
	}
	.theme-circle-white.active .theme-circle-yellow{
		background: #CDD7D8 url(../images/icon-others@2x.png) center -60px no-repeat;
		background-size:60px 120px;
	}
   	/*社交图案*/
    .footer .icon-mw,
    .scroll-up .follow-me,
    .scroll-up .arrows,
    .scroll-up .scroll-up-txt,
    .scroll-up .icon-social{
        background-image: url(../images/social-icon@2x.png);
        background-size: 64px 382px;
    }
    /*细节图标*/
    .icom-mw{
    	background-image: url(../images/icon-mw@2x.png);
        background-size: 135px 319px;
    }
}
/* iconfont方案 */
.iconfont{
	margin-right:6px;
	text-align: center;
	vertical-align: middle;
}
.nav-dropdown .iconfont{
	display: inline-block;
	width:22px;
	height:22px;
	line-height: 22px;
	font-size:22px;
}
.nav-dropdown .icon-clock01,
.nav-dropdown .icon-quit{
	font-size:21.5px;
}
.user-btn-wrap .iconfont{
	display: inline-block;
	width:21px;
	height:21px;
	line-height: 21px;
	font-size:22px;
}
.nav-search-box .icon-search{
	font-size:20px;
	color:#fff;
}
.nav-search-box .icon-close{
	font-size:16px;
	color:#fff;
}
.list-item .icon-comment{
	display: inline-block;
	width:22px;
	height:22px;
	line-height:22px;
	font-size:26px;
	text-align: center;
	color:#dae2e3;
}
.list-item .icon-heart{
	display: inline-block;
	width:16px;
	height:14px;
	line-height: 14px;
	font-size:14px;
	color:#cdd7d8;
}
.list-item .icon-clock{
	display: inline-block;
	position: relative;
	top:-1px;
	width:12px;
	height:12px;
	line-height: 12px;
	font-size:12px;
	color:#dae2e3;
}
.user-info .iconfont{
	font-size:17px;
	color:#9c9c9c;
	vertical-align: -1px;
}
.filter-box .icon-filter{
    position: absolute;
    top:-1px;
    left: 0;
    margin-right: 0;
	width:24px;
	height:24px;
	line-height: 24px;
	font-size:22px;
}
/****2017-7-4*******/
.banner_location{
	position:relative;
	}
.banner .banner-l .character{
	z-index:1000 ;
	font-size:28px;
	color:#fff;
	width:716px;
	padding:31px 29px;
	text-align:center;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:58px;
	bottom:56px;
	}
/********2017-8-1************/	
.register_box{
width: 480px;
background: #f3f3f3;
margin:0 auto;
padding:20px 0px;
}
.register_title {
    font-size: 20px;
    color: #333;
    text-align:center;
}
.send_register_box .register_list {
    padding-left: 30px;
    position: relative;
}
.register_list {
    overflow: hidden;
    margin-top: 20px;
    line-height: 36px;
}
.register_list label {
    width: 37px;
    float: left;
}
.register_list label img {
    margin: 10px 0 0 0;
}
.send_register_box .register_text {
    width: 354px;
}
.register_text {
    float: left;
    width: 207px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e2e2e2;
    padding: 0 13px;
}
.register_btn {
    font-size: 16px;
    color: #fff;
    background: url(../images/send_repo1.jpg) no-repeat center top;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
.send_report{
	margin: 60px 0px 10px 0px;
    padding: 5px 20px;
    border-top: 1px solid #e0dede;
}

/*推荐项目和需求——开始*/
.recom_projects{
	margin-top: 40px;
	font-size: 16px;
	color:#666666;
	display: inline-block;
	margin-bottom: 10px;
}
.recomimg{
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 6px;
}
.recom_projects_name{
	margin-top: 10px;
}
.recom_projects_name a{
	color: #999999;
	text-decoration: underline;
	font-size: 14px;
}
.recom_projects_name a:hover{
	color: #666666;
	text-decoration: underline;
	font-size: 14px;
}
.icon_xm{
	display: inline-block;
	vertical-align: middle;
}

/*推荐项目和需求——结束*/

/*点击查看更多按钮*/
.checkedmore{
	text-align: center;
	margin-top: 30px;
}
.checkedmore a{
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 6px;
	padding: 11px 40px;
	background: #ff9d00;
	display: inline-block;
}