/*未登录跳转样式*/
.jump-message-comtent{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	text-align: center;
}
.jump-message-comtent .system-message {
    height: 75px;
    margin: auto;
    position: relative;
    top: 50%;
    margin-top: -37.5px;
    overflow:hidden;
    display: inline-block;
}
.jump-message-comtent .system-message img{
	float: left;
	height: 75px;
}
.jump-message-comtent .system-message ul{
	float: left;
	margin:0;
}
.jump-message-comtent .system-message ul li.error-msg{
	height: 50px;
    list-style: none;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
}
.jump-message-comtent .system-message ul li.jump-wait-meg{
	height: 25px;
	list-style: none;
	text-align: left;
	font-size: 14px
}
.jump-message-comtent .system-message ul li.jump-wait-meg a#href{
	color: #ff0000
}

@media screen and (max-width: 980px) {
	.jump-message-comtent .system-message {
	    height: 50px;
	    margin: auto;
	    position: relative;
	    top: 50%;
	    margin-top: -25px;
	    overflow:hidden;
	    display: inline-block;
	}
	.jump-message-comtent .system-message img{
		float: left;
		height: 50px;
	}
	.jump-message-comtent .system-message ul{
		float: left;
		margin-left: 10px;
	}
	.jump-message-comtent .system-message ul li.error-msg{
		height: 30px;
	    list-style: none;
	    text-align: left;
	    font-size: 16px;
	    font-weight: bold;
	}
	.jump-message-comtent .system-message ul li.jump-wait-meg{
		height: 20px;
		list-style: none;
		text-align: left;
		font-size: 12px
	}
	.jump-message-comtent .system-message ul li.jump-wait-meg a#href{
		color: #ff0000
	}
}