@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
/*=========================登入=========================*/
	#login_wrap{
	border:0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:60%;
	margin:0 auto 0 auto;
	min-width:350px;
	}
	
	label{
	display: block;
	padding:20px 0 10px 0;
	}
	
	.input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,45%,1.00);
	text-align: center;
	}
	
	.login_bt{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
	
	.login_p{
	display: flex;
	}
	
	.login_p_a{
	display: block;
	width: 48%;
	margin: 1%;
	text-align: center;
	background-color: hsla(0,0%,94%,1.00);
	padding:15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.login_p_a:hover{
	transform: scale(1.05);
	background-color: hsla(0,0%,82%,1.00);
	color:hsla(0,0%,0%,1.00);
	}
/*=========================登入=========================*/
/*=========================首頁=========================*/
	#index_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:60%;
	min-width:350px;
	margin:0 auto 0 auto;
	display:flex;
	flex-wrap: wrap;
	}
	
	.index_item{
	background-color: hsla(0,0%,91%,1.00);
	display: block;
	margin: 1%;
	width: 48%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.index_item:hover{
	background-color: hsla(0,0%,85%,1.00);
	color: hsla(0,0%,34%,1.00);
	transform: scale(1.05);
	}
	
	.index_item_login_off{
	background-color: hsla(359,58%,62%,1.00);
	color: hsla(0,0%,100%,1.00);
	display: block;
	margin: 1%;
	width: 48%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	font-weight: lighter;
	}
	
	.index_item_login_off:hover{
	background-color: hsla(359,51%,55%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
	}
	
	.index_h1{
	text-align: center;
	font-weight: lighter;
	font-size: 18pt;
	}
	
/*=========================首頁=========================*/
/*=========================修改=========================*/
	#edit_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:60%;
	min-width:350px;
	margin:0 auto 0 auto;
	}
	
	.text{
	width: 100%;
	height: 400px;
	border: 1px solid hsla(0,0%,45%,1.00);
	}
	
	.logo_photo{
	width:200px;
	height:200px;
	margin-bottom:10px;
	border:1px solid #D1D1D1;
	border-radius: 5px;
	display: flex;
	justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.logo_photo img{
	width:100%;
	display:block;
}

.img_photo{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border:0px solid #D1D1D1;
	border-radius: 5px;
	display: flex;
	justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.img_photo img{
	width:100%;
	display:block;
}
	
	.submit{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
	
#photo_del{
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: hsla(0,45%,52%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-radius: 3px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	margin:0 auto 0 auto;
}

#photo_del:hover{
	background-color: hsla(359,50%,41%,1.00);
}
/*=========================修改=========================*/
/*=========================訂單首頁=========================*/
	.order_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	min-width:350px;
	margin:0 auto 0 auto;
	}
	
	.order_tr{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	}
	
	.order_tr2{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	font-size:11pt;
	font-weight: lighter;
	transition: transform 0.5s;
	}
	
	.order_tr2:hover{
	transform: scale(1.03);	
	}
	
	.order_td{
	flex: 3;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 1px dashed hsla(0,0%,69%,1.00);
	text-align: center;
	}
	
	.order_td span{
	display: none;	
	}
	
	.td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	
	.cancel_order{
	background-color: hsla(359,51%,57%,1.00);
	padding: 10px;
	color: hsla(0,0%,100%,1.00);
	width: 150px;
	text-align: center;
	position: relative;
	top: -7px;
	border-radius: 5px;
	transition: transform 0.5s;
	}
	
	.cancel_order:hover{
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(359,50%,46%,1.00);
	transform: scale(1.03);	
	}
/*=========================訂單首頁=========================*/
	
/*=========================後五碼回報視窗=========================*/
	
.atm5_button{
    background-color: hsla(213,34%,53%,1.00);
    padding: 10px;
    color: hsla(0,0%,100%,1.00);
    width: 150px;
    text-align: center;
    position: relative;
    top: 1px;
    left:10px;
    border-radius: 5px;
    transition: transform 0.5s;
    cursor: pointer;
    }
    
    .atm5_button:hover{
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(205,38%,37%,1.00);
    transform: scale(1.03);
	}
	
#ATM5_black_BG{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: hsla(0,0%,0%,0.60);
	z-index: 150;
	display: none;
}

#ATM5_white_block{
	width: 30vw;
	height: 30vh;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 0px;
	position: fixed;
	top: 35vh;
	left: 35vw;
	-webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	overflow-y: auto;
}
	
#ATM5_cross{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
}
	
#ATM5_cross .icon-cross{
	font-size:14pt;
	color: hsla(359,66%,63%,1.00);
	}

.ATM5_wrap{
	padding:5% 0 0 0;
	margin:0 auto 0 auto;
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 60%;
	height: 100%;
	display: block;
	overflow-x:hidden	
}
	
.ATM5_wrap label{
	display: block;
	padding: 10px 0 5px 0;
	text-align: center;
}
	
.ATM5_input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,53%,1.00);
	text-align: center;
	font-size: 14pt;
	color:hsla(0,0%,40%,1.00);
	}
	
.ATM5_submit{
	width: 100%;
	height: 40px;
	margin: 30px 0 0 0;
	border: 0px;
	background-color: hsla(359,63%,64%,1.00);
	color: hsla(0,0%,100%,1.00);
	}
	
.ATM5_submit:hover{
	background-color: hsla(359,55%,57%,1.00);
}

	

/*=========================後五碼回報視窗=========================*/
}

	
@media screen and (max-width:600px) { /*行動裝置*/	
/*=========================登入=========================*/
	#login_wrap{
	border:0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	label{
	display: block;
	padding:20px 0 10px 0;
	}
	
	.input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,45%,1.00);
	text-align: center;
	}
	
	.login_bt{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
	
	.login_p{
	display: flex;
	}
	
	.login_p_a{
	display: block;
	width: 94%;
	margin: 3%;
	text-align: center;
	background-color: hsla(0,0%,94%,1.00);
	padding:15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.login_p_a:hover{
	transform: scale(1.05);
	background-color: hsla(0,0%,82%,1.00);
	color:hsla(0,0%,0%,1.00);
	}
/*=========================登入=========================*/
/*=========================首頁=========================*/
	#index_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 70px 0 30px 0;
	width: 90%;
	margin: 0 auto 0 auto;
	flex-wrap: wrap;
	}
	
	.index_item{
	background-color: hsla(0,0%,91%,1.00);
	display: block;
	margin: 3%;
	width: 94%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.index_item:hover{
	background-color: hsla(0,0%,85%,1.00);
	color: hsla(0,0%,34%,1.00);
	transform: scale(1.05);
	}
	
	.index_item_login_off{
	background-color: hsla(359,58%,62%,1.00);
	color: hsla(0,0%,100%,1.00);
	display: block;
	margin: 3%;
	width: 94%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	font-weight: lighter;
	}
	
	.index_item_login_off:hover{
	background-color: hsla(359,51%,55%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
	}
	
	.index_h1{
	text-align: center;
	font-weight: lighter;
	font-size: 18pt;
	}
	
/*=========================首頁=========================*/
/*=========================修改=========================*/
	#edit_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	.text{
	width: 100%;
	height: 400px;
	border: 1px solid hsla(0,0%,45%,1.00);
	}
	
	.logo_photo{
	width:200px;
	height:200px;
	margin-bottom:10px;
	border:1px solid #D1D1D1;
	border-radius: 5px;
	display: flex;
	justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.logo_photo img{
	width:100%;
	display:block;
}

.img_photo{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border:0px solid #D1D1D1;
	border-radius: 5px;
	display: flex;
	justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.img_photo img{
	width:100%;
	display:block;
}
	
#photo_del{
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: hsla(0,45%,52%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-radius: 3px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	margin:0 auto 0 auto;
}

#photo_del:hover{
	background-color: hsla(359,50%,41%,1.00);
}
	
	.submit{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
/*=========================修改=========================*/
/*=========================訂單首頁=========================*/
	.order_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:15px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	.order_tr{
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	display: none;
	}
	
	.order_tr2{
	display: block;
	flex-wrap: wrap;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	font-size:14pt;
	padding:15px 0 15px 0;
	font-weight: lighter;
	transition: transform 0.5s;
	}
	
	.order_tr2:hover{
	transform: scale(1.03);	
	}
	
	.order_td{
	flex: 100%;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 0px dashed hsla(0,0%,69%,1.00);
	text-align: center;
	}
	
	.order_td span{
		
	}
	
	.td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	
	.cancel_order{
	background-color: hsla(359,51%,57%,1.00);
	padding: 10px;
	color: hsla(0,0%,100%,1.00);
	width: 100%;
	text-align: center;
	position: relative;
	top: -7px;
	border-radius: 5px;
	transition: transform 0.5s;
	}
	
	.cancel_order:hover{
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(359,50%,46%,1.00);
	transform: scale(1.03);	
	}
/*=========================訂單首頁=========================*/
	
/*=========================後五碼回報視窗=========================*/
	
 .atm5_button{
    background-color: hsla(213,34%,53%,1.00);
    padding: 10px;
    color: hsla(0,0%,100%,1.00);
    width: 150px;
    text-align: center;
    position: relative;
    top: 1px;
    left:10px;
    border-radius: 5px;
    transition: transform 0.5s;
    cursor: pointer;
    }
    
    .atm5_button:hover{
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(205,38%,37%,1.00);
    transform: scale(1.03);
	}
	
#ATM5_black_BG{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: hsla(0,0%,0%,0.60);
	z-index: 150;
	display: none;
}

#ATM5_white_block{
	width: 90vw;
	height: 30vh;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 0px;
	position: fixed;
	top: 35vh;
	left: 5vw;
	-webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	overflow-y: auto;
}
	
#ATM5_cross{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
}
	
#ATM5_cross .icon-cross{
	font-size:14pt;
	color: hsla(359,66%,63%,1.00);
	}

.ATM5_wrap{
	padding:5% 0 0 0;
	margin:0 auto 0 auto;
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 60%;
	height: 100%;
	display: block;
	overflow-x:hidden	
}
	
.ATM5_wrap label{
	display: block;
	padding: 10px 0 5px 0;
	text-align: center;
}
	
.ATM5_input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,53%,1.00);
	text-align: center;
	font-size: 14pt;
	color:hsla(0,0%,40%,1.00);
	}
	
.ATM5_submit{
	width: 100%;
	height: 40px;
	margin: 30px 0 0 0;
	border: 0px;
	background-color: hsla(359,63%,64%,1.00);
	color: hsla(0,0%,100%,1.00);
	}
	
.ATM5_submit:hover{
	background-color: hsla(359,55%,57%,1.00);
}

	

/*=========================後五碼回報視窗=========================*/
	
	}