.top {
	/*top: 2.25rem;*/
	background-color: rgba(247, 247, 247, 1);
}
.logintp_logo {
	display: block;
	margin: 2.5rem auto 0;
	
}
.login_box {
	margin-top: 3rem;
	padding: 0 1rem;
	font-size: 0;
}

.login_input {
	width: 100%;
	height: 2.5rem;
	border: 1px solid rgba(187, 187, 187, 1);
	border-radius: 4px;
}

.login_input img {
	margin: 0 6px;
	width: 1rem;
	height: 1rem;
	vertical-align: middle;
}

.login_input input {
	display: inline-block;
	width: 14rem;
	height: 2.4rem;
	color: rgba(136, 136, 136, 1);
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
	line-height: 2.4rem;
}


.login_btn {
	display: block;
	margin: 1.9rem auto 0;
	width: 100%;
	border-radius: 4px;
	background-color: #373E99;
	color: white;
	text-align: center;
	font-size: 0.7rem;
	line-height: 2.5rem;
}

.login_margin {
	width: 10.75rem;
}

.matop25 {
	margin-top: 1.25rem !important;
}

.bar-home-on {
	background: url(../img/sy-2.png) no-repeat center top;
	background-size: contain;
}

.bar-home-off {
	background: url(../img/sy-1.png) no-repeat center top;
	background-size: contain;
	font-weight: bold;
	color: #ff0000
}

.bar-market-on {
	background: url(../img/hq-2.png) no-repeat center top;
	background-size: contain;
}

.bar-market-off {
	background: url(../img/hq-1.png) no-repeat center top;
	background-size: contain;
}

.bar-trade-on {
	background: url(../img/jy-2.png) no-repeat center top;
	background-size: contain;
}

.bar-trade-off {
	background: url(../img/jy-1.png) no-repeat center top;
	background-size: contain;
}

.bar-user-on {
	background: url(../img/wd-2.png) no-repeat center top;
	background-size: contain;
}

.bar-user-off {
	background: url(../img/wd-1.png) no-repeat center top;
	background-size: contain;
}

.pList-scroll {
   /** position: absolute; **/
    top: 38px !important;
    bottom: 1;
    left: 0;
    right: 0;
}