html {
    background-color: #f5f5f5;
    height: 100%;
}
body {
    height: 100%;
}
.wrap {
    position: relative;
    min-height: 100%;
}
.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.header .inner {
    width: 1040px;
    margin: 0 auto;
    font-size: 12px;
    color: #555;
}
.header .apply {
    float: right;
}
.header a {
    color: #555;
}
.logo-wrap {
    height: 40px;
    padding: 13px 0;
}
.logo {
    /*cursor: pointer;
    float: left;
    overflow: hidden;
    width: 160px;
    height: 40px;
    text-indent: -2000px;
	background: url(img/FldXQ7vCNOZZy3_zm1NDU76vkq6O.png) no-repeat center;*/
}
.logo a {
    display: block;
    height: 40px;
    line-height: 200px;
}
.header-nav-btn {
    display: none;
}
.header-nav {
   /* float: left;*/
    width: 500px;
    margin-left: 50px;
   /* line-height: 40px;*/
    font-size: 16px;
}
.header-nav a {
    margin-right: 25px;
    padding: 10px 0;
    color: #333;
    font-size: 14px;
}
.header-nav a:hover,
.header-nav .active {
   /* border-bottom: 2px solid #47b751;*/
    color: #47b751;
    text-decoration: none;
}
.header-ad {
    float: left;
    width: 468px;
    margin-left: 20px;
}
.header-search {
    float: right;
    margin-top: 3px;
}
.header-search .query {
    float: left;
    width: 180px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #47b751;
    outline: 0 none;
    font-size: 12px;
}
.header-search .submit {
    float: left;
    cursor: pointer;
    opacity: 1;
    width: 56px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    background: #47b751;
    font-family: inherit;
    color: #fff;
    font-size: 12px;
}
.header-search .submit:hover {
    opacity: 0.8;
}
.breadcrumb {
	position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #555;
}
.breadcrumb a {
    color: #555;
}
.breadcrumb .icon-right {
    display: inline-block;
    width: 12px;
    margin: 0 2px;
    font-size: 12px;
}
.breadcrumb strong {
    color: #888;
}
.breadcrumb .applybtn{
	position: absolute;
	top: 10px;
	right: 8px;
	line-height:24px;
	padding:0 8px;
	background:#47b751;
	color:#fff;
	border-radius:4px;
}
.body {
    overflow: hidden;
    width: 1040px;
    margin: 0 auto 0;
    padding-top: 66px;
    padding-bottom: 120px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44px;
    padding: 20px 0;
    line-height: 22px;
    background: #333;
    color: #888;
    text-align: center;
    font-size: 12px;
}
.footer .inner {
    position: relative;
    width: 1040px;
    margin: 0 auto;
}
.footer ul {
    font-size: 0;
    height: 30px;
}
.footer li {
    display: inline-block;
    *display: inline;
    color: #888;
    font-size: 12px;
}
.footer .divide {
    font-family: -webkit-body, sans-serif, Arial;
    padding: 0 4px;
}
.footer li a {
    margin: 0 2px;
    text-decoration: none;
    color: #888;
}
.footer .sponsor {
    height: 20px;
    line-height: 26px;
}
.footer .qiniu {
    text-decoration: none;
}
.fixed-btn {
    position: fixed;
    bottom: 150px;
    left: 50%;
    margin-left: 540px;
    width: 50px;
}
.fixed-btn a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    background: #fff;
    line-height: 50px;
    color: #666;
    font-size: 28px;
    text-decoration: none;
}
.fixed-btn a:hover {
    background: #47b751;
    font-family: inherit;
    color: #fff;
    line-height: 25px;
}
.fixed-btn a:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    margin-top: 5px;
    margin-left: 5px;
    content: "免费发布";
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.fixed-btn .backtop {
    font-size: 28px;
}
.fixed-btn .backtop:hover:before {
    content: "返回顶部";
}
.fixed-btn .mobile img {
    display: none;
    position: absolute;
    top: -60px;
    left: -221px;
    max-width: none;
    width: 200px;
    height: 200px;
    outline: 1px solid #eee;
}
.fixed-btn .mobile i {
    display: none;
    position: absolute;
    top: 16px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}
.fixed-btn .mobile:hover img,
.fixed-btn .mobile:hover i {
    display: block;
}
.fixed-btn .mobile:hover:before {
    content: "手机访问";
}
.lazy {
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}
.lazy.b-loaded {
    opacity: 1;
}

/* list */
.list {
    margin-right: -20px;
    padding: 0 10px 10px;
    background-color: #fff;
}
.list .item {
    float: left;
    margin: 10px 18px 0 0;
}
.list a {
    display: block;
    width: 90px;
    padding: 8px 10px;
    border: 1px solid transparent;
    _border-color: #fff;
	position:relative;
}
.list a:hover {
    border-color: #e3e3e3;
}
.list span {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
}
.list a:hover {
    text-decoration: none;
}
.list a:hover span {
    background: #47b751;
    color: #fff;
}
.item img {
    border-radius: 3px;
}

/* related */
.related {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
.related .item {
    float: none;
    display: inline-block;
    font-size: 14px;
}

/* text list */
.tags-list {
   /* margin-bottom: 15px;*/
    padding: 1px 10px;
    font-size: 12px;
    background: #fff;
}
.tags-list dl {
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    margin: 10px 0;
}
.tags-list dt {
    float: left;
    margin-right: 5px;
    padding: 0px 12px;
    border-radius: 2px;
    color: #fff;
}
.tags-list a {
    float: left;
    height: 22px;
    margin: 0 5px;
    padding: 0 5px;
    line-height: 22px;
    border-radius: 2px;
    color: #666;
}
.tags-list a:hover {
    background: #47b751;
    text-decoration: none;
    color: #fff;
}
.tags-list .tags-hot {
    background: #ff956b;
}
.tags-list .tags-recommend {
    background: #89c3ff;
}
.tags-list .tags-else {
    background: #9ba3f6;
}

/* 内链 */
.internal {
    margin: 5px -10px 5px 0;
}
.internal a {
    margin-right: 10px;
    color: #428bca;
    text-decoration: none;
}
.internal a:hover {
    color: #5698da;
    text-decoration: none;
}

/* ad */
.two-poster {
    overflow: hidden;
    max-height: 90px;
    margin-bottom: 15px;
}
.left-poster {
    float: left;
    width: 728px;
    max-height: 90px;
    background: #fff;
}
.right-poster {
    float: right;
    width: 300px;
    max-height: 90px;
    background: #fff;
}

/* iconfont */
@font-face {
    font-family: "iconfont";
    src: url('img/iconfont.eot'); /* IE9*/
    src: url('img/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('img/iconfont.woff') format('woff'), /* chrome, firefox */
    url('img/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('img/iconfont.svg') format('svg'); /* iOS 4.1- */
}
[class^="icon-"], [class*=" icon-"] {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-erweima:before {
    content: "\e642";
}
.icon-down:before {
    content: "\e688";
}
.icon-up:before {
    content: "\e689";
}
.icon-left:before {
    content: "\e68a";
}
.icon-right:before {
    content: "\e68b";
}
.icon-write:before {
    content: "\e6ac";
}
.icon-sousuo:before {
    content: "\e651";
}
.icon-sanheng:before {
    content: "\e60f";
}
.icon-home:before {
    content: "\e650";
}

/*Ping*/
.app_comment{margin-top:10px;background:#fff;padding:0;}.plhtml{padding:6px 10px 10px 10px;background:#fff;}.pladd{margin:10px 0 0 0;border-radius:2px;border:1px solid #d4d4d4;box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2);}.pladd textarea{width:96%;padding:2%;height:60px;border:0;font-size:14px;}.pladd .bom{display:block;height:31px;line-height:31px;border-top:1px solid #d4d4d4;}.pladd .bom #userName{float:left;background:url(img/pinguser.png) 0 0 no-repeat;border:0;padding:0 0 0 48px;width:70px;box-sizing:content-box;height:25px;line-height:25px;margin:3px 0 0 3px;color:#555;border-right:1px solid #fcb52b;font-size:13px;text-align:left;}.pladd input{float:right;width:80px;height:31px;line-height:31px;background:#f4f4f4;border:0;text-align:center;color:#555;font-size:15px;border-left:1px solid #d4d4d4;padding:0;margin:0;border-radius:0;}.pladd .reping{display:none;float:left;color:#444;font-size:14px;line-height:30px;border-bottom:1px solid #ddd;width:100%;text-indent:6px;}.pladd .reping em{padding:0 2px;font-style:normal;text-decoration:none;}.pladd .reping i{color:red;padding-left:8px;cursor:pointer;font-style:normal; text-decoration:underline;}.pllist ul li{border-bottom:1px #ddd dotted;overflow:hidden;padding:2px 0 3px 0;}.pllist ul li p{line-height:26px;padding:0 3px;font-size:14px;color:#777;}.pllist ul li p .i{color:#326eb4;font-weight:bold;}.pllist ul li p .d{font-size:13px;padding-left:10px;}.pllist ul li p .l{font-size:13px;float:right;}.pllist p.m{float:right;}.pllist p.m span{position:relative;font-size:13px;margin-left:15px;color:#777;}@keyframes dig {100% {top:-20px;right:-12px;}}@-webkit-keyframes dig{100% {top:-20px;right:-12px;}}@-moz-keyframes dig {100% {top:-20px;right:-12px;}}@-ms-keyframes dig{100%{top:-20px;right:-12px;}}.pllist p.m span .Qdig{position:absolute;right:-5px;top:-10px;z-index:10;font-size:24px;color:#28bd98;animation:dig 1s;-webkit-animation:dig 1s;-moz-animation:dig 1s;-o-animation:dig 1s;}.pllist p.m span .Qbad{position:absolute;right:-5px;top:-10px;z-index:10;font-size:24px;color:#ff6f6f;animation:dig 1s;-webkit-animation:dig 1s;-moz-animation:dig 1s;-o-animation:dig 1s;}.pllist p.m span.s{color:#28bd98;}.pllist p.m span.a{color:#ff6f6f;}.pllist p.t{color:#555;line-height:24px;padding:4px 8px;}.pllist .loadmore{display:none;line-height:32px;text-align:center;font-size:14px;background:#f6f6f6;margin:5px 0;color:#888;border-radius:2px;}.pllist ul li .hf{position:relative;margin:10px 8px 5px 8px;padding:5px 5px 2px 5px;border:1px solid #dbdbdb;background:#f9f9f9;border-radius:2px;}.pllist ul li .hf:after{content:"";position:absolute;left:12px;top:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ddd;}.pllist ul li .hf .hfa{font-size:14px;line-height:24px;color:#777;}.pllist ul li .hf .hfb{text-align:right;font-size:13px;line-height:24px;color:#777;}.pllist ul li .hf .hfb i{font-size:13px;padding-right:8px;color:#6087b5;font-style: normal;}.pllist ul li .hf .hfb i a{color:#6087b5;font-weight:800;}.alert{width:72%;position:fixed;top:40%;left:10%;background:rgba(0,0,0,0.6);color:#fff;text-align:center;padding:15px 4%;line-height:22px;border-radius:6px;font-size:15px;z-index:999999;}
.app_comment h2{
	position: relative;
    padding-left: 12px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.app_comment h2:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 2px;
    height: 16px;
    background-color: #47b751;
}
.app_comment .pladd .bom .plyzm {
    float: right;
    width: 112px;
    padding-top: 3px;
}
.app_comment .pladd .bom .plyzm img {
    float: left;
    width: 48px;
    height: 21px;
    padding: 1px;
    border: 1px solid #fcb52b;
    border-right: 0;
}
.app_comment .pladd .bom .Usercode {
    float: left;
    border: 0;
    width: 50px;
    height: 23px;
    line-height: 23px;
    color: #555;
    border: 1px solid #fcb52b;
    border-left: 0;
	background:#FFF;
	text-align: left;
    text-indent: 10px;
}

.item a .os_icon {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #eee;
}

#headbg{
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
	display:none;
}
.Cbtn{
	display:block;
	width:20px;
	height:20px;
	margin-top:5px;
}
.header div.FadeIn {
	transform: translate3d(-100%,0px,0px);
    -webkit-transform: translate3d(-100%,0px,0px);
    -moz-transform: translate3d(-100%,0px,0px);
}
.header div.FadeOut {
     transform: translate3d(0%,0px,0px);
    -webkit-transform: translate3d(0%,0px,0px);
    -moz-transform: translate3d(0%,0px,0px);
}

.userLog{
	line-height:60px;
	margin: 30px 0;
    padding: 0px 10px 30px;
	border-bottom:1px solid #f8f8f8;
}
.header .header-nav .userLog a{
	width:100%;
}
.userLog .uicon{
	width:60px;
	height:60px;
	margin-right:15px;
	border-radius:50%;
	display:inline-block;
	float:left;
}

.userLog .uName {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 90px;
}

.header-nav .kjnav{
	font-weight:bold;
	font-size:18px;
	padding-left:30px;
	background:url(img/kj_nav.png) no-repeat left bottom;
	background-size:auto 23px;
	color: #333;
	margin-bottom:15px;
}

.LoginUI{
	position:fixed;
	z-index:9999999999;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#FFF;
}
.LoginUI .LoginL{
	width:100%;
	height:50%;
	text-align:center;
}
.LoginUI .LoginL img{
	margin-top:40%;
}
.LoginUI .logxh{
	width:80%;
	height:20px;
	position: relative;
	margin:auto;
}

.LoginUI .logxh:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
}

.LoginUI .logxh span{
	height:12px;
	font-size:14px;
	color:#505050;
	position: absolute;
    bottom: 0;
    left: 30%;
	padding: 0 30px;
    background: #FFF;
    z-index: 2;
}
.LoginUI .login-mode{
	margin:80px 20% 0 20%;
}
.LoginUI .login-mode a{
	width:60px;
	display:block;
}
.LoginUI .login-mode a span{
	width:60px;
	height:60px;
	border-radius: 50%;
    display: block;
    overflow: hidden;
}
.LoginUI .login-mode a.qq span{
	background:url(img/login-qq.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
}
.LoginUI .login-mode a p{
	font-size: 14px;
    color: #505050;
    text-align: center;
    padding-top: 20px;
}
.header .header-nav .Manag{
	border-top:1px solid #f8f8f8;
}
.header .header-nav div.Manag .mln{
	padding:0;
	height:40px;
	display:block;
}

.header .header-nav div.Manag .aply{
	background:url(img/fabu.png) no-repeat left 20px;
	padding-left:30px;
	background-size: auto 20px;
}
.header .header-nav div.Manag .mage{
	background:url(img/guanli.png) no-repeat left 20px;
	padding-left:30px;
	    background-size: auto 20px;
}
.header .header-nav div.Manag .favor{
	background:url(img/shoucang.png) no-repeat left 20px;
	padding-left:30px;
	background-size: auto 20px;
}
.header .header-nav div.Manag .outlog{
	background:url(img/tuichu.png) no-repeat left 20px;
	padding-left:30px;
	    background-size: auto 20px;
}
.header .header-nav div.Manag .claim{
	background:url(img/claim.png) no-repeat left 20px;
	padding-left:30px;
	background-size: auto 20px;
}

/*login*/
.nologin{
	text-align:center;
	padding:40px 0;
}
.nologin a{
	color:#47b751;
	opacity: 0.6;
}
.newnames{
	display: inline-block;
    background: #efefef;
    border-radius: 3px;
	height:30px;
}
.newnames .cmicon{
	width:28px;
	height:28px;
	border-radius:100%;
	margin-top:2px;
}
.newnames .cmname{
	font-style:normal;
	padding:0 5px;
	color:#666;
	font-size:14px;
	vertical-align: top
}

.uicon{
	width:20px;
	height:20px;
	margin:0 5px;
	border-radius:50%;
	vertical-align: middle;
}