.version_msg{
	width: 100%;
	height: 47px;
	background: #feeed7;
	margin: 0 auto;
	display: none;
}
.varsion_text{
	width: 500px;
	height: 47px;
	margin: 0 auto;
}
.version_ico{
	width: 25px;
	height: 25px;
	background: url("/site_media/images/login/version_ico.png") no-repeat;
	background-size: 100%;
	float: left;
	margin-top: 11px;
	margin-right: 12px;
}
.version_txt{
	height: 47px;
	line-height: 47px;
	font-size: 15px;
	color: #76692c;
	float: left;
}
.version_close{
	float: right;
	height: 47px;
	line-height: 47px;
	color: #c71609;
	font-size: 14px;
}
.version_close:hover{
	cursor: pointer;
}

.Webpage_login{
	position: absolute;
	right: 180px;
	top: 25px;
	/*float: right;*/
    font-size: 16px;
    /*margin-right: 150px;*/
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    /*position: relative;*/
    /*top: 25px;*/
    border-radius: 20px;
    background: #5d8cfb;
    color: #fff;
}

.Webpage_login_spring{
	right: 80px;
}

.Webpage_login:hover{
    background: #3c71f1;
}

.server_link{
	/*max-width: 805px;*/
	overflow: hidden;
	white-space: nowrap;
	height: 100%;
}


.Spring {
	display: inline-block;
	position: absolute;
	right: 206px;
	top: 10px;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	color: #ed2800;

}

.Spring span {
	font-size: 14px;
	font-weight: bold;
}

.Spring i {
	display: inline-block;
	width: 22px;
	height: 30px;
	background: url("/site_media/images/login/version_spring.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 10px;
}




