@charset "utf-8";
body {
	
	background-color: #000;
}
.all{
	height: 598px;
	width: 989px;	
	margin: 0 auto;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-293px;
	margin-left:-495px;
}
.table{
	height: 282px;
	width: 317px;
	float: left;
}
.table1{
	height: 282px;
	width: 672px;	
	float: left;
}
.table2{
	height: 226px;
	width: 568px;
	float: left;
	background-image: url(../images/img03.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.table3{
	height: 226px;
	width: 421px;
	float: left;	
}
.table4{
	height: 90px;
	width: 568px;	
	float: left;
}
.table5{
	height: 90px;
	width: 421px;
	float: left;
	position:relative;	
}
.teamViewer {
	position:absolute;
	right:27px;
	top:15px;
}
.text1{
	font-size:24px;
	color:#fff;
	margin:0 0 0 160px;
	height: 35px;
	width:350px;
	font-style: italic;
	padding:5px 0 0 0;
	float:left;
}
.text2{
	font-size:24px;
	color:#fff;
	margin:10px 0 0 160px;
	height: 35px;
	width:350px;
	font-style: italic;
	padding:5px 0 0 0;
	float:left;
}
.text3{
	margin:15px 0 0 150px;
	height: 42px;
	float:left;
}
.input{
	height: 22px;
	width: 230px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
.but1,.but1:hover,.but2,.but2:hover,.but3,.but3:hover{
	width:341px;
	height:42px;
	float:left;
	text-indent:-9999px;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
}
.but1{
	background-position: 0px 0px;
}
.but1:hover{
	background-position: -341px 0px;
}
.but2{
	background-position: 0px  -42px;
}
.but2:hover{
	background-position: -341px -42px;
}
.but3{
	background-position: 0px -84px;
}
.but3:hover{
	background-position: -341px -84px;
}

.btns {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-top: 1.5%;
	padding-left: 26%;
	font-size: 0;
}

.left_btn , .right_btn {
	font-family:"微軟正黑體";
	font-size: 20px;
	cursor: pointer;
	width: 39.7%;
	border-radius: 8px;
	border: 2px solid #000;
	outline: 0;
	box-sizing: border-box;
	padding: 2% 5%;
	background: linear-gradient(180deg,#00a8df,#36dcff,#006282);
	border: 2px solid #044865;
	color: #fff;
	text-shadow: 0 0 3px #000;
	font-weight: bold;
	line-height: 110%;
}
.left_btn:hover , .right_btn:hover {
	background: linear-gradient(0deg,#00a8df,#36dcff,#006282);
}
.left_btn {
	margin-right: 2%;
}

.btnNew , .btnOld {
	margin-bottom: 2%;
	font-family:"微軟正黑體";
	font-size: 20px;
	cursor: pointer;
	width: 39.7%;
	border-radius: 8px;
	border: 2px solid #000;
	outline: 0;
	box-sizing: border-box;
	padding: 1.5% 0;
	background: linear-gradient(180deg,#36dcff,#006282);
	border: 2px solid #044865;
	color: #fff;
	text-shadow: 0 0 3px #000;
	font-weight: bold;
}
.btnNew {
	margin-right:2%;
}
.btnNew:hover , .btnOld:hover {
	background: linear-gradient(180deg,#f8e660,#b18b2b);
	border: 2px solid #664301;
}
.btnNew.active , .btnOld.active{
	background: linear-gradient(0deg,#ff0000,#a40000);
	border: 2px solid #650404;
}
