﻿@charset "utf-8";
body {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.Loginwrapper{
	max-width: 1200px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.Loginwrap_iner{
	background-image: url(../images/loginBG.png);
	background-repeat: no-repeat;
	/*min-height: 768px;*/
	/*overflow: visible;*/
	display: block;
	float: left;
	padding-bottom: 40px;
	width: 100%;
	background-position: center top;
	height: 600px;
	position: relative;
}
.loginMenu{
	width: 420px;
	margin-top: 180px;
	margin-left: 660px;
}
.loginMenu ul{}
.loginMenu ul li{
	width: 130px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -webkit-linear-gradient(#FFF,#eaeaea);
	background: -o-linear-gradient(#FFF,#eaeaea);
	background: -moz-linear-gradient(#FFF,#eaeaea);
	background: linear-gradient(#FFF,#eaeaea);
	border: 1px solid #c9c9c9;
	float: left;
	margin-right: 8px;
	text-align: center;
	font-family: "微軟正黑體";
	overflow: hidden;
	margin-bottom: 8px;
}
.loginMenu ul li img{
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.loginMenu ul li:hover{
	background-color: #bce391;
	background: -webkit-linear-gradient(#bce391,#bce391);
	background: -o-linear-gradient(#bce391,#bce391);
	background: -moz-linear-gradient(#bce391,#bce391);
	background: linear-gradient(#bce391,#bce391);
	border: 1px solid #FFF;
	cursor:pointer;
}
.enter{
	font-family: "微軟正黑體";
	color: #999;
	display: block;
	margin-top: 20px;
	font-size: 13px;
	margin-bottom: 20px;
}
.enter a:link{
	color: #999;
	text-decoration: none;
}
.enter a:hover{
	color: #F60;
	text-decoration: none;
}
.loginFooter{
	width: 100%;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 27px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
