.bottom_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	z-index: 100;
	font-family: Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial
}

.bottom_menu_inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*background-image: url(../img/bottom/foot-bg.png);*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/*margin-top: 10px;*/
	height: 60px;
	background: #fff;
}

.bottom_menu_inner a {
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	font-size: 12px;
}

.bottom_menu_inner a.add {
	margin-top: -21px;
	padding-top: 0
}

.bottom_menu_inner .ico {
	width: 32px;
	height: 31px;
	display: inline-block;
	background: transparent url(../img/bottom/ico_400.png) no-repeat 0 0;
	background-size: 300px 300px
}

.bottom_menu_inner .ico-1 {
	background-position: 0 0
}

.bottom_menu_inner .ico-2 {
	background-position: -37px 0
}

.bottom_menu_inner .ico-3 {
	background-position: -74px 0
}

.bottom_menu_inner .ico-4 {
	background-position: -111px 0
}

.bottom_menu_inner .ico-add {
	    width: 50px;
    height: 50px;
    background: #22b14c;
    border-radius: 100px;
    border: 3px solid #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-family: monospace;
}
.bottom_menu_inner .on .ico-1 {
	background-position: 0 -37px
}

.bottom_menu_inner .on .ico-2 {
	background-position: -37px -37px
}

.bottom_menu_inner .on .ico-3 {
	background-position: -74px -37px
}

.bottom_menu_inner .on .ico-4 {
	background-position: -111px -37px
}

.bottom_menu_inner .line {
	display: block;
	padding-top: 9px
}

.bottom_menu_inner .text {
	display: block;
	padding-top: 2px
}

@media only screen and (max-width:410px) {
	.bottom_menu_inner a {
		/*padding-top: 14px*/
	}

	.bottom_menu_inner .line {
		padding-top: 5px
	}

	.bottom_menu_inner .add .line {
		padding-top: 3px
	}

}

@media only screen and (max-width:360px) {
	.bottom_menu_inner a {
		padding-top: 11px
	}

	.bottom_menu_inner .ico {
		width: 20px;
		height: 20px;
		display: inline-block;
		background: transparent url(../img/bottom/ico_400.png) no-repeat 0 0;
		background-size: 200px 200px
	}

	.bottom_menu_inner .ico-1 {
		background-position: 0 0
	}

	.bottom_menu_inner .ico-2 {
		background-position: -25px 0
	}

	.bottom_menu_inner .ico-3 {
		background-position: -50px 0
	}

	.bottom_menu_inner .ico-4 {
		background-position: -75px 0
	}

	.bottom_menu_inner .ico-add {
		width: 35px;
		height: 35px;
		display: inline-block
	}

	.bottom_menu_inner .on .ico-1 {
		background-position: 0 -25px
	}

	.bottom_menu_inner .on .ico-2 {
		background-position: -25px -25px
	}

	.bottom_menu_inner .on .ico-3 {
		background-position: -50px -25px
	}

	.bottom_menu_inner .on .ico-4 {
		background-position: -75px -25px
	}

	.bottom_menu_inner .line {
		padding-top: 12px
	}

}

@media only screen and (max-width:320px) {
	.bottom_menu_inner .line {
		padding-top: 7px
	}

	.bottom_menu_inner .add .line {
		padding-top: 4px
	}

	.bottom_menu_inner .text {
		padding-top: 2px
	}

}
/*
.my_section .head {
	position: relative;
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	padding: 0 10px
}

.my_section a.head:after {
	content: '\20';
	border-color: #999;
	width: 8px;
	height: 8px;
	right: 10px;
	margin-top: -5px;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	top: 50%;
	border-top: 1px solid #7d7d7d;
	border-left: 1px solid #7d7d7d;
	background: 0 0;
}*/

/*发布*/
.post_page {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.post_nav {
	overflow: hidden;
}

.post_nav_ul {
	overflow: hidden;
	background-color: #FFF;
}

.post_nav_li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}

.post_nav .sbox1, .post_nav .sbox2, .post_nav .sbox3 {
	display: inline-block;
	width: calc(100% / 3);
	width: -webkit-calc(100% /3);
	width: -moz-calc(100% / 3);
	float: left;
	background-color: #FFF
}

.post_nav .sbox1 div, .post_nav .sbox2 div, .post_nav .sbox3 div {
	overflow: hidden
}

.post_nav .sbox1:active div, .post_nav .sbox2:active div, .post_nav .sbox3:active div {
	background-color: #d9d9d9
}

.post_nav .sbox1 div, .post_nav .sbox2 div {
	border-right: 1px solid #efefef;
}

.post_nav .sbox3 div {
	border-right: 1px solid #FFF;
}

.post_nav .sbox3:active div {
	border-right: 1px solid #d9d9d9;
}

.post_nav .sbox_k .sbox_k_pic {
	padding-top: 20px;
	text-align: center;
}

.post_nav .sbox_k .sbox_k_pic img {
	width: 44%;
	max-width: 90px;
	border-radius: 100px;
}

.post_nav .sbox_k .sbox_k_title {
	text-align: center;
	padding: 10px 0 4px;
	font-size: 17px;
}

.post_nav .sbox_k .sbox_k_desc {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	height: 36px;
	overflow: hidden;
	padding: 0 3px;
}

.post_nav .sbox_k .sbox_k_draft {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #b71414;
	padding-bottom: 8px;
	visibility: hidden;
}

.post_nav .sbox_k .sbox_k_draft.draft {
	visibility: visible;
}

.post_nav .post_nav_bot {
	padding: 20px 0;
	text-align: center;
	color: #9E9E9E;
	font-size: 12px;
}
