@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	outline:none;
}
input{
	outline:none;
}
header, nav, section, article, aside, footer{
	display:block;
}
.clear{
	clear:both;	
}
body{
	font-family:"微軟正黑體",Arial;
}
.login_bd{
	background:url(../images/images/W_BG2.png) repeat top center;
}
header{
	background:url(../images/list_bg_source.png) no-repeat center top;
	box-shadow:0px 7px 2px 1px rgba(40%,40%,40%,0.3),0px 11px 2px 1px rgba(40%,40%,40%,0.2);
	/* background:url(../images/new_year_banner_v3.png) no-repeat center top; */
	position: fixed;
	width:100%;
}
#top{
	width:1200px;
	margin:auto;
}
.logo{
	float:left;
	background:url(../images/logo.png) no-repeat;
	font-size:26px;
	color:#FFF;
	padding:5px 0 18px 65px;
	margin:8px 0 7px 7px;
	text-shadow:2px 2px 3px #111;
	width:45%;
	white-space: nowrap;
	overflow: hidden;
}
.slogan{
	float:right;
	margin:13px 0 0 0;
	/* display:none; */
}
a.about{
	display:block;
	float:right;
	color:#222;
	background:rgba(255, 255, 255, 0.4);
	padding:8px 12px 6px 12px;
	border:1px solid #dcdcdc;
	margin:15px 0 0 0;
}
a.about h1{
	font-size:20px;
	background:url(../images/info_icon.png) no-repeat 0 2px;
	padding:0 0 0 27px;
}
#login_sec{
	width:100%;
	margin:0 auto;
}
#login_bg{
	background:url(../images/images/W_BGU3.png) no-repeat center top;
	/* background-color:gray; */
	/* width:70%; */
	margin:0 auto;
	/* padding:177px 0 290px 354px; */
	position: relative;
	text-align: center;
}
#login_bg a .online{
	/* margin-left: 83px; */
}
#login_bg a .deeplearning{
	/* margin-top: 77px; */
}
.flyi{
	position:absolute;
	margin-left:20px;
	animation-name:flyifloat;
	animation-duration:1.5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes flyifloat{
	from{
		top:50%;
	}
	to{
		top:53%;
	}
}
.flyi #flyis{
	display: block;
	width:80%;
}
.flyi #flyi{
	margin-left:100px;
	width:60%;
}
.fly3{
	position:absolute;
	right:0%;
	animation-name:fly3float;
	animation-duration:1.5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes fly3float{
	from{
		top:15%;
	}
	to{
		top:18%;
	}
}
.fly3 #fly3s{
	display: block;
	width:90%;
	margin-bottom:10px;
}
.fly3 #fly3{
	margin-left:30px;
	width:63%;
}
#pdevice{
	display: none;
}
#login_art{
	width:53%;
	margin:0 auto;
	background:#FFF;
	box-shadow:0 0 4px 4px rgba(20%,20%,20%,0.1);
	padding:20px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	text-align:center;
}
#login_art img{
	vertical-align:middle;
}
.choose{
	font-size:24px;
}
input.logina{
	margin:0 8px 0 0;
}
input.loginb{
	margin:0 8px 0 17px;
}
.pass{
	margin:18px 0 0 0;
	border-top:1px dotted #a0a0a0;
	padding:18px 0 0 0;
}
.pass h1{
	font-size:22px;
	font-weight:normal;
	background:url(../images/login_tbg.png) repeat-y;
	background-size:100%;
	padding:10px 0;
	margin:0 0 18px 0;
}
.pasinfo{
	background:url(../images/login_keybg1.png) no-repeat;
	background-size:100% 130px;
	padding:8px 0 2px 15px;
	margin:0 0 5px 0;
}
input.loginc{
	border:0;
	display: block;
	width:92%;
	line-height:30px;
	min-height:30px;
	margin:0 0 12px 0;
	background:#f5f5f5;
	font-size:20px;
	font-family:"微軟正黑體",Arial;
	color:#333;
}
:-webkit-input-placeholder{    
      color:#858484;
}/*Webkit browsers*/
:-moz-placeholder{                 
     color:#858484;
     opacity:1;
}/*Mozilla Firefox*/
:-ms-input-placeholder{          
      color:#858484;
}/*Internet Explorer 10+*/
.pass a{
	/* display:block; */
	width:105px;
	height:38px;
	/* background:url(../images/login_btn.png) no-repeat; */
	color:#FFF;
	font-size:20px;
	line-height:38px;
	margin:0 auto;
}
.pass a:hover{
	/* background:url(../images/login_btn.png) no-repeat 0 -38px; */
}
#inside_sec{
	width:1185px;
	margin:0 auto;
}
#mball{
	margin:10px 0 0 0;
	font-size:20px;
}
#s_mball{
	margin:10px 0 0 0;
	font-size:20px;
	position:relative;
}
.mblink{
	background:url(../images/m_icon.jpg) no-repeat 7px 0;
	padding:8px 0 10px 47px;
	float:left;
	width:77%;
	line-height:28px;
}
.mblink_st{
	background:url(../images/m_icon.jpg) no-repeat;
	padding:8px 0 10px 40px;
	float:left;
	width:77%;
	line-height:28px;
}
.mbback{
	float:right;
	width:16%;
}
.mblink a, .mblink_st a{
	color:#000;
}
.mblink a:hover, .mblink_st a:hover{
	border-bottom:1px solid #555;
}
.mbback a{
	display: block;
	float:right;
}
.backbtn{
	margin:0 5px 0 0;
}
.nextbtn{
	margin:0 15px 0 0;
}
.listall{
	width:90%;
	margin:20px auto 50px auto;
}
.listall td{
	/* width:20%; */
	width:16.67%;
	padding:10px 0;
}
.listall td img{
	width:85%;
	border-radius:5px;
	border:1px solid #f5f5f5;
	box-shadow:2px 2px 5px 1px rgba(20%,20%,20%,0.1);
}
#useside_sec{
	width:1100px;
	margin:95px auto 50px auto;
}
.usebtn{
	margin:5px 0 0 0;
	position:relative;
}
.usebtn a{
	display:block;
	text-align:center;
	float:left;
	color:#000;
	font-size:18px;
	border-radius:5px;
	box-shadow:2px 2px 5px 1px rgba(20%,20%,20%,0.1);
	margin:0 7px 10px 0;
	padding:6px 15px 4px 15px;
}
a.useb_a{
	border:2px solid #baa247;
}
a.useb_ai{
	border:2px solid #baa247;
	background:#baa247;
	color:#FFF;
}
a.useb_a:hover{
	background:#baa247;
	color:#FFF;
}
a.useb_b{
	border:2px solid #a40035;
}
a.useb_bi{
	border:2px solid #a40035;
	background:#a40035;
	color:#FFF;
}
a.useb_b:hover{
	background:#a40035;
	color:#FFF;
}
.usecon{
	color:#000;
	border:2px solid #e6ffa0;
	border-radius:5px;
	min-height:500px;
	margin:10px 0 0 0;
	font-size:19px;
	/* padding:25px; */
	/* line-height:32px; */
}
.stu_top{
	position:fixed;
	width:100%;
	top:0;
	z-index:8000;
}
a.left_menu{
	display:block;
	position: fixed;
	background:url(../images/menu_bg_s.jpg);
	width: 60px;
	height: 100%;
	top: 73px;
	z-index: 1000;
}
a.left_menu img{
	width:28px;
	height:auto;
	margin:26px auto 0 auto;
	display:block;
}
a.right_menu{
	display:block;
	position: fixed;
	background:url(../images/menu_bg_s.jpg) right top;
	width: 60px;
	height: 100%;
	top: 73px;
	z-index: 1000;
	right:0;
}
a.right_menu img{
	width:28px;
	height:auto;
	margin:26px auto 0 auto;
	display:block;
}
#con_btm{
	width:100%;
	position:fixed;
	bottom:0;
	/* background:url(../images/btm_bg.jpg); */
	background:url(../images/bt.png);
	z-index:3000;
}
.btm{
	width:460px;
	/*width:550px;*/	/*390px*/
	margin:0 auto;
}
#contact_bg{
	background:#fcf6e1;
}
.contact_all{
	padding:20px;
	font-size:18px;
}
.contact_all h1{
	font-size:22px;
	color:#000;
	font-weight:normal;
	border-bottom:1px dotted #baa247;
	padding:0 0 10px 0;
	text-align:center;
	margin:0 0 20px 0;
}
.contact_all textarea{
	border:1px solid #CCC;
	vertical-align:middle;
	width:100%;
	height:200px;
}
a.con_btn{
	display:block;
	float:right;
	width:80px;
	font-size:20px;
	background:#a40035;
	border:0;
	border-radius:5px;
	font-family:"微軟正黑體",Arial;
	color:#FFF;
	padding:5px 0;
	text-align:center;
}
.cbp-spmenu-left a.butt_close{
	background:none;
	text-align:right;
	padding:0 10px 0 0;
}
.cbp-spmenu-right a.butt_close{
	background:none;
	padding:0 0 0 10px;
}
.cbp-spmenu-left a.butt_close:hover, .cbp-spmenu-right a.butt_close:hover{
	background:none;
}
#footer{
	width:100%;
	text-align:center;
	color:white;
	font-size: 12pt;
	bottom:0px; /* 設置位置於下方 */
	height:40px;
	position: fixed;
}
.pcdclickplay{
	display:none;
}
/*1*/
@media only screen and (min-width: 478px) {
#top{
	width:100%;
}
#login_sec{
	width:100%;
}
.logo{
	margin:8px 0 7px 7px;
}
.slogan{
	margin:10px 15px 0 0;
}
a.about{
	margin:15px 15px 0 0;
}
#login_bg{
	width:80%;
	/* padding:177px 0 290px 250px; */
}
.flyi #flyis{
	width:80%;
}
.flyi #flyi{
	margin-left:50px;
	width:58%;
}
.flyi{
	right:73%; 
}
.fly3{
	left:73%;
}
#inside_sec{
	width:100%;
}
#mball{
	margin:10px 15px 0 15px;
}
#useside_sec{
	width:85%;
	margin:95px auto 50px auto;
}
a.left_menu{
	width: 50px;
}
a.left_menu img{
	width:26px;
	height:auto;
}
a.right_menu{
	width: 50px;
}
a.right_menu img{
	width:26px;
	height:auto;
}
a.useb_a:hover{
	background:#fff;
	color:#000;
}
a.useb_b:hover{
	background:#fff;
	color:#000;
}
.mblink{
	width:70%;
}
.mblink_st{
	width:70%;
}
.mbback{
	width:20%;
}
#pdevice{
	display: none;
}
.pcdclickplay{
	display:none;
}
}
/*2*/
/*
@media only screen and (min-width: 562px) and (max-width: 991px) {
#top{
	width:100%;
}
#login_sec{
	width:768px;
}
.login_bd{
	background:url(../images/images/background.png) repeat top center;
}
.flyi,.fly3,.online,.deeplearning{
	display: none;
}
.logo{
	margin:9px 0 7px 15px;
}
.slogan{
	margin:10px 15px 0 0;
}
a.about{
	margin:15px 15px 0 0;
}
#login_bg{
	width:50%;
	padding:230px 0 290px 185px;
}
#login_art{
	width:60%;
}
#inside_sec{
	width:100%;
}
#mball{
	margin:10px 15px 0 15px;
}
#useside_sec{
	width:80%;
	margin:98px auto 50px auto;
}
a.left_menu{
	width: 50px;
}
a.left_menu img{
	width:26px;
	height:auto;
}
a.right_menu{
	width: 50px;
}
a.right_menu img{
	width:26px;
	height:auto;
}
.mblink, .mblink_st{
	width:68%;
	font-size:17px;
}
.mbback{
	width:25%;
}
a.useb_a:hover{
	background:#fff;
	color:#000;
}
a.useb_b:hover{
	background:#fff;
	color:#000;
}
#pdevice{
	display: block;
}
#pdevice img{
	display: block;
	margin: auto;
	max-width: 90%;
}
.footer{
	background-color: white;
	color:gray;
	text-align: center;
}
.pcdclickplay{
	display:none;
}
}
*/
/*3*/
/*
@media only screen and (min-width: 562px) and (max-width: 767px) {
#top{
	width:100%;
}
#login_sec{
	width:468px;
}
.login_bd{
	background:url(../images/images/P_BG.png) no-repeat top center;
}
.flyi,.fly3,.online,.deeplearning{
	display: none;
}
.logo{
	margin:9px 0 7px 15px;
}
.slogan{
	margin:10px 15px 0 0;
}
a.about{
	margin:15px 15px 0 0;
}
#login_bg{
	width:50%;
	padding:230px 0 290px 36px;
}
#login_art{
	width:60%;
}
#inside_sec{
	width:100%;
}
#mball{
	margin:10px 15px 0 15px;
}
#useside_sec{
	width:75%;
	margin:98px auto 50px auto;
}
a.left_menu{
	width: 50px;
}
a.left_menu img{
	width:26px;
	height:auto;
}
a.right_menu{
	width: 50px;
}
a.right_menu img{
	width:26px;
	height:auto;
}
a.useb_a:hover{
	background:#fff;
	color:#000;
}
a.useb_b:hover{
	background:#fff;
	color:#000;
}
#pdevice{
	display: block;
}
#pdevice img{
	display: block;
	margin: auto;
	max-width: 90%;
}
.footer{
	background-color: white;
	color:gray;
	text-align: center;
}
.cdclickplay{
	display: none;
}
.pcdclickplay{
	display:block;
}
}
/*4*/
@media only screen and (max-width: 830px){
	div.flyi, div.fly3 {
		display:none;
	}
}
@media only screen and (max-width: 478px) {
	#top{
		width:100%;
	}
	#login_sec{
		width:300px;
	}
	.login_bd{
		background:url(../images/images/P_BG.png) no-repeat top center;
	}
	.flyi,.fly3,.online,.deeplearning, .verification{
		display: none;
	}
	.logo{
		margin:9px 0 7px 15px;
	}
	.slogan{
		margin:10px 15px 0 0;
	}
	a.about{
		margin:15px 15px 0 0;
	}
	#login_bg{
		background-image:none;
		/* padding:232px 0 290px 13px; */
	}
	#login_art{
		width:60%;
	}
	#inside_sec{
		width:100%;
	}
	#mball{
		margin:10px 15px 0 15px;
	}
	#useside_sec{
		width:75%;
		margin:98px auto 50px auto;
	}
	a.left_menu{
		width: 50px;
	}
	a.left_menu img{
		width:26px;
		height:auto;
	}
	a.right_menu{
		width: 50px;
	}
	a.right_menu img{
		width:26px;
		height:auto;
	}
	a.useb_a:hover{
		background:#fff;
		color:#000;
	}
	a.useb_b:hover{
		background:#fff;
		color:#000;
	}
	#pdevice{
		display: block;
		position: absolute;
	}
	#pdevice img{
		display: block;
		margin: auto;
		max-width: 90%;
	}
	.footer{
		background-color: white;
		color:gray;
		text-align: center;
		
	}
	#footer {
		bottom:20px;
	}
	.cdclickplay{
		display: none;
	}
	.pcdclickplay{
		display:block;
	}
	header {
		display:none;
	}
}

@media  only screen and (max-width: 830px) and (orientation: landscape) {
	body {
		background-size: 100% !important;
	}
	#top{
		width:100%;
	}
	#login_sec{
		width:300px;
	}
	.login_bd{
		background:url(../images/images/P_BG.png) no-repeat top center;
	}
	.flyi,.fly3,.online,.deeplearning, .verification{
		display: none;
	}
	.logo{
		margin:9px 0 7px 15px;
	}
	.slogan{
		margin:10px 15px 0 0;
	}
	a.about{
		margin:15px 15px 0 0;
	}
	#login_bg{
		background-image:none;
		/* padding:232px 0 290px 13px; */
	}
	#login_art{
		width:60%;
	}
	#inside_sec{
		width:100%;
	}
	#mball{
		margin:10px 15px 0 15px;
	}
	#useside_sec{
		width:75%;
		margin:98px auto 50px auto;
	}
	a.left_menu{
		width: 50px;
	}
	a.left_menu img{
		width:26px;
		height:auto;
	}
	a.right_menu{
		width: 50px;
	}
	a.right_menu img{
		width:26px;
		height:auto;
	}
	a.useb_a:hover{
		background:#fff;
		color:#000;
	}
	a.useb_b:hover{
		background:#fff;
		color:#000;
	}
	#pdevice{
		display: block;
		position:absolute;
	}
	#pdevice img{
		display: block;
		margin: auto;
		max-width: 90%;
	}
	.footer{
		background-color: white;
		color:gray;
		text-align: center;
		
	}
	#footer {
		bottom:20px;
	}
	.cdclickplay{
		display: none;
	}
	.pcdclickplay{
		display:block;
	}
	header {
		display:none;
	}
}