.rotate90 {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg)
}

.rotate_90 {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}

.textcenter {
	text-align: center
}

.textleft {
	text-align: left
}

.textright {
	text-align: right
}

.hide {
	display: none
}

.show {
	display: block
}

.row:before,
.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.clear {
	clear: both
}

body {
	background: #f8f8f8;
	padding-top: 50px
}

.header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	overflow: hidden
}

.header .header-bar {
	position: relative;
	height: 50px;
	background: #2b5294;
	max-width: 700px;
	margin: 0 auto
}

.header .header-bar h1 {
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	font-weight: 100
}

.header a {
	display: inline-block;
	height: 50px;
	line-height: 50px
}

.header .button-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.header .show-header-menu {
	float: right;
	width: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px
}

.header .show-header-menu .iconfont {
	font-size: 35px
}

.header .header-font-btn {
	font-size: 14px;
	padding: 0 10px;
	color: #fff;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.header .header-go-back {
	color: #fff;
	width: 50px
}

.header .header-go-back .iconfont {
	font-size: 35px
}

.header .logo {
	display: block;
	height: 50px
}

.color-red {
	color: #f00 !important
}

.body-container {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 0
}

.body-container .inner-wrap {
	background: #fff;
	padding: 10px 10px
}

.gap {
	padding: 10px 0
}

.top-module-list .row {
	margin-left: -10px;
	margin-right: -10px
}

.top-module-list .list {
	border-right: 1px dashed #cecece
}

.top-module-list .list h3 {
	font-size: 18px;
	margin-bottom: 5px
}

.top-module-list .list:last-child {
	border-right: 0
}

.top-module-list .items {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	border-bottom: 1px dashed #cecece
}

.top-module-list .items a {
	color: #333;
	font-size: 16px;
	display: block
}

.top-module-list .items:hover {
	background: #f2f2f2
}

.top-module-list .items:hover a {
	font-weight: bold
}

.top-module-list .items p {
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 0
}

.top-module-list .items p img {
	margin-left: 3px
}

.num-icons {
	display: inline-block;
	background: #7f97be;
	color: #fff;
	font-family: monospace;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
	float: left
}

.top-module-list2 {
	cursor: pointer
}

.top-module-list2:before,
.top-module-list2:after {
	content: " ";
	display: table
}

.top-module-list2:after {
	clear: both
}

.top-module-list2 .cols {
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.top-module-list2 a {
	color: #333;
	display: block;
	border: 1px solid #cecece;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	background: linear-gradient(to bottom, #f8f8f8 , #e9e7e7)
}

@media (max-width:700px) {
	.top-module-list2 a {
	    height: 40px;
    	line-height: 40px;
    }
}

.top-module-list2 a img {
	margin: 5px;
	position: relative;
	top: -2px
}

.top-module-list2 a:hover {
	background: #efefef;
	font-weight: bold
}

.footer {
	margin-top: 20px;
	padding: 0 10px
}

.copyright {
	font-size: 14px;
	color: #999;
	text-align: center
}

.footer-notice {
	font-size: 12px;
	color: #f00;
	text-justify: auto;
	margin-top: 20px;
	padding: 0 10px
}

.header-menus {
	position: absolute;
	top: 0;
	right: -250px;
	width: 250px;
	height: 100%;
	background: #2b5294;
	transition: linear .2s
}

.header-menus ul {
	margin-top: 20px;
	max-height: 300px;
	margin-bottom: 10px;
	overflow-y: scroll
}

.header-menus ul li:hover {
	background: rgba(0, 0, 0, 0.1)
}

.header-menus ul a {
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 7px 0;
	margin: 0 15px
}

.header-menus ul span {
	float: right
}

.header-menus ul span .iconfont {
	font-size: 30px
}

.header-menus .close-header-menu {
	display: block;
	background: rgba(0, 0, 0, 0.2);
	margin: 0 15px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-radius: 3px
}

.header-menu-show {
	right: 0
}

.horn {
	margin-bottom: 10px
}

.horn table {
	width: 100%
}

.horn table td:first-child {
	width: 40px
}

.horn .horn-icon {
	height: 20px
}

.horn .horn-content {
	max-height: 50px;
	font-size: 14px;
	overflow: hidden
}

.horn .horn-content a {
	font-size: 18px;
	color: #2b5294
}

.horn-send-box {
	border: 1px solid #cecece;
	height: 40px;
	margin: 0 10px 20px
}

.horn-send-box input {
	height: 38px;
	float: left
}

.horn-send-box input[type=text] {
	width: 70%;
	background: none;
	padding-left: 10px;
	font-size: 16px;
	color: #999;
	background: #fff
}

.horn-send-box input[type=submit] {
	width: 30%;
	background: #2b5294;
	color: #fff;
	font-size: 16px
}

.horn-list {
	background: #fff;
	margin: 10px -10px 0
}

.horn-list .horn-username {
	display: inline-block;
	color: #2b5294;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.horn-list .top-msg {
	margin-bottom: 5px
}

.horn-list .top-msg .timer {
	float: right;
	color: #999;
	font-size: 14px
}

.horn-list ul li {
	padding: 10px 10px;
	border-bottom: 1px solid #cecece
}

.horn-list ul li:first-child {
	border-top: 1px solid #cecece
}

.horn-list ul li:hover {
	background: #efefef
}

.apply-page .subtn {
	width: 100%
}

.horn-page {
	margin-top: 10px
}

.gotop {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #efefef;
	text-align: center;
	font-size: 24px;
	color: #2b5294;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 5px;
	opacity: .9;
	overflow: hidden;
	display: none
}

.gotop span {
	display: inline-block;
	transform: rotate(180deg) scale(1.5)
}

.float-list-box {
	background: #fff;
	width: 80%;
	max-width: 400px;
	position: relative;
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%
}

.float-list-box ul li a {
	display: block;
	text-align: center;
	border-bottom: 1px solid #efefef;
	height: 50px;
	line-height: 50px;
	color: #2b5294
}

.float-list-box ul li a:hover {
	background: #efefef
}

@media (max-width:700px) {
	.top-module-list .list {
		margin-bottom: 20px;
		border-right: 0
	}

	.top-module-list .list:last-child {
		margin-bottom: 0
	}

	.top-module-list2 .cols {
		width: 33.33333%;
		font-size: 14px
	}
}

.pl-content {
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 150px;
	display: block;
	border-radius: 50%;
	background: #f00;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 3px 0px #f00;
	color: #fdfdfd;
	border: 1px solid #fff;
}

