.title
{
	display:flex;
	align-items:center;
	justify-content: center;
	width:100%;
	/*margin-top:10px;*/
	font-size: 18px;
	padding:10 0;
}
.form_class 
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.input_title
{
	width:100%;
	display:flex;
	align-items:left;
	justify-content: left;
	font-weight:bold;
	font-size: 14px;
	align-items: center;
}
.input
{
	width:100%;
	border-radius:5px;
	/*padding-left:5px;*/
	border:2px solid #000;
	font-size:14px;
	margin-top:5px;
	/*margin-bottom:20px;*/
	padding:10px;
}
.input_div
{
	width:100%;
}
.input_er
{
	width:100%;
	border-radius:5px;
	/*padding-left:5px;*/
	border:2px solid #c9302c;
	font-size:14px;
	margin-top:5px;
	padding:10px;
}
.step_1_view
{
	display:flex;
	align-items:center;
	justify-content: center;
	position:relative;
	min-width:576px;
	height:auto;
	padding-top:10px;
	padding-bottom:25px;
	min-width:576px;
	opacity:1;
	transition: all .3s;
	z-index:5;
}
.step_1_close
{
	position:absolute;
	width:576px;
	height:auto;
	padding-top:10px;
	padding-bottom:25px;
	min-width:576px;
	opacity:0;
	z-index:-1;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-info:focus{
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active{
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.info
{
	width:100%;
	resize:none;
	font-size:15px;
	background: #fff;
	height:100px;
}

.input_nor
{
	width:100%;
	display:flex;
	align-items:left;
	justify-content: left;
	min-height:18px;
	font-size:12px;
	color:#c9302c;
	position:relative;
	z-index:-1000;
}
/* 關鍵影格(@keyframe) */
@keyframes input_error_fade_in {
    0% { height: 0px; margin-bottom:18px;}
    25% { height: 4px; margin-bottom:14px;}
    50% { height: 8px; margin-bottom:10px;}
    75% { height: 12px;margin-bottom:6px; }
    100% { height: 18px;margin-bottom:0px; }
}
.data_input_er
{
	border:0;
	overflow:hidden;
	width:100%;
	display:flex;
	align-items:left;
	justify-content: left;
	height:18px;
	/*min-height:18px;*/
	font-size:12px;
	color:#c9302c;
	animation-name: input_error_fade_in;    /*動畫名稱，需與 keyframe 名稱對應*/
	animation-duration: 0.3s;    /*動畫持續時間，單位為秒*/
}
.ps_info
{
	margin-top:10px;
	color:#000000;
	font-size:14px;
	word-break: keep-all;
	padding-left: 4px;
}
.ps_info_2
{
	margin-top:10px;
	color:#FF88C2;
	font-size:14px;
	padding-left: 4px;
}
.content_div_2
{
	display:flex;
	align-items:left;
	justify-content:left;
	width:100%;
	#padding-left:10px;
	flex-direction: column;
}
.submit_div
{
	margin-top:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.submit_btn {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  #margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 300px;
}

.submit_btn:hover{
  background-color: #00C200;
}
.submit_btn:active {
  background-color: #00A800;
}
.next_btn_m {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  #margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 300px;
}

.next_btn_m:hover{
  background-color: #00C200;
}
.next_btn_m:active {
  background-color: #00A800;
}
.submit_btn_m {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  #margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 300px;
}

.submit_btn_m:hover{
  background-color: #00C200;
}
.submit_btn_m:active {
  background-color: #00A800;
}
.return_btn_m {
  background-color: #2894FF	;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  #margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 300px;
  margin-bottom:20px;
}

.return_btn_m:hover{
  background-color: #0080FF;
}
.return_btn_m:active {
  background-color: #0072E3;
}
.window_wallpaper
{
	width:100%;
	height:auto;
	#background-image:url('../img/647570.jpg');
	background-size:100% 750px;
	background-repeat:no-repeat;
	padding-top:20px;
	#background-color: gray;
	#background-blend-mode: multiply;
}
.data_div
{
	display:grid;
	grid-template-columns: repeat(2,1fr);
	align-items:left;
	justify-content:left;
	width:100%;
	#padding-left:10px;
	grid-column-gap: 10px;
}
.data_div_out
{
	min-height:350px;
	min-width:300px;
	padding-bottom:20px;
	padding: 0 20 20 20;
}
.case_select
{
    width: 100%;
    border-radius: 5px;
    /*padding-left: 5px;*/
    border: 2px solid #000;
    font-size: 16px;
    margin-top: 5px;
	padding:10px;
}
.clean_city
{
    padding:10px;
    width: 100%;
    border-radius: 5px;
	font-size:16px;
}
.area_view
{
    padding:10px;
    width: 100%;
    border-radius: 5px;
	display:block;
	font-size:16px;
}
.area_hid
{
    padding:10px;
    width: 100%;
    border-radius: 5px;
	display:none;
}
.special_format
{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.no_service_list
{
	font-size: 16;
    max-width: 500;
}
.submit_btn_m
{
	display:none;
}
.next_btn_m
{
	display:none;
}
.submit_btn_m_h
{
	display:none;
}
.next_btn_m_h
{
	display:none;
}
.return_btn_m_h
{
	display:none;
}
.info_div_h
{
	width:100%;
}
.main_blur_div
{
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(5px);
    background-color: #ffffff30;
    top: 0px;
}
.whole_mininfo
{
	font-size:14px;
}
@media (max-width: 1024px)
{
	.step_1_view {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: auto;
		padding-top: 10px;
		padding-bottom: 25px;
		opacity: 1;
		transition: all .3s;
		z-index: 5;
		min-width:0;
		margin:auto;
		margin-bottom: 30px;
	}
	.content_div_2 {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding:0;
	}
	.submit_div {
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.submit_btn {
		background-color: #00DB00;
		border-radius: 4px;
		border-style: none;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		margin-left: 0px;
		max-width: none;
		min-height: 44px;
		min-width: 10px;
		outline: none;
		overflow: hidden;
		padding: 9px 20px 12px;
		position: relative;
		text-align: center;
		text-transform: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		width: 200px;
	}
	.data_div
	{
		display:grid;
		grid-template-columns: repeat(1,1fr);
		align-items:center;
		justify-content:center;
		width:100%;
		#padding-left:10px;
	}
	.form_class 
	{
		display: flex;
		flex-direction: column;
		align-items: normal;
	}
	.ps_info {
		margin-top: 10px;
		color: #000000;
		font-size: 14px;
		word-break: break-word;
		max-width: 270;
	}
	.ps_info_h
	{
		display:none;
	}
	.ps_info_2 {
		margin-top: 10px;
		color: #FF88C2;
		font-size: 14px;
		max-width: 270;
	}
	.ps_info_2_h
	{
		display:none;
	}
	.data_div_out
	{
		min-height:350px;
		min-width:250px;
		padding-bottom:20px;
		padding: 0 20 20 20;
	}
	.name_div_h,.cellphone_div_h,.email_div_h,.service_address_div_h,.service_date_h,.service_time_h,.unified_number_div_h,.invoice_header_div_h,.info_div_h,.case_div_h,.service_city_div_h,.service_dist_div_h
	{
		display:none;
	}
	.name_div_v,.cellphone_div_v,.email_div_v,.service_address_div_v,.service_date_v,.service_time_v,.unified_number_div_v,.invoice_header_div_v,.info_div_v,.case_div_v,.service_city_div_v,.service_dist_div_v
	{
		display:unset;
	}
	.submit_btn
	{
		display:none;
	}
	.submit_btn_m
	{
		display:unset;
	}
	.next_btn_m
	{
		display:unset;
	}
	.submit_btn_m_h
	{
		display:none;
	}
	.next_btn_m_h
	{
		display:none;
	}
	.return_btn_m
	{
		display:unset;
	}
	.return_btn_m_h
	{
		display:none;
	}
}