@charset "utf-8";
/*---會員登入---*/
.login_table{
	width: 100%;
	line-height: 40px;
	border-collapse: collapse;
	border-spacing: 0;
}
.login_table td{
	vertical-align: top;
	padding-top: 20px;
}
.login_table tr:first-child td{
	padding-top: 0;
}
.login_table .login_input{
	width: 500px;
}
.login_table .pw_block{
	text-align: right;
	margin-bottom: 20px;
}
.common_input{
	display: inline-block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
  	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.common_input.error{
	border-color: #f30606;
	background: #ffe1e1;
}
/*驗證碼*/
.vcode_input .common_input{
	width: 220px;
	margin-right: 15px;
}
/*new code*/
a.new_vcode_link{
	color: #546e7a;
}
a.new_vcode_link:before{
	font-family: 'FontAwesome';
    content: "\f01e";
    display: inline-block;
    margin-left: 10px;
}
.login_table .common_btn{
	margin-top: 40px;
}
.login_table p.red{
	margin-left: 20px;
	padding-top: 40px;
	line-height: 48px;
}
/*password note*/
.password_note_block{
	color: #7d7d7d;
}

@media screen and (max-width: 1199px){
	.login_table td:last-child{
		padding-top: 0;
	}
	.login_table p.red{
		margin-left: 0;
		padding-top: 10px;
		line-height: 26px;
	}
	.login_table .pw_block{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px){
	.vcode_input .common_input{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.login_table .login_input{
		width: 100%;
	}
	.login_table .common_btn{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---會員專區---*/
/*download table*/
.download_table_block{
	overflow: auto;
}
.download_table_inner{
	width: 1110px;
}
.item_sort_table.download_table th{
	background: #90a4ae;
}
.item_sort_table.download_table td{
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.item_sort_table.download_table tr:nth-child(even) td{
	background: #f3f7f9;
}
.item_sort_table.download_table .des_th{
	width: 401px;
}
.item_sort_table.download_table .date_th{
	width: 155px;
}
.item_sort_table.download_table .dl_th{
	width: 150px;
}
.item_sort_table.download_table th.left_text,
.item_sort_table.download_table td.left_text{
	padding-left: 36px;
	text-align: left;
}




/*---banner---*/

@media screen and (max-width: 1199px){
	
}
@media screen and (max-width: 767px){
	
}
