@charset "UTF-8";
/* CSS Document */
.login_popup_line_close_btn_mb{
	position:absolute;
	right:15px;
	top:15px;
	z-index:2;
	cursor:pointer;
	width:16px;
	height:16px;
}

.login_right_alert_mb {
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	color: #282828;
	font-weight: 400;
	text-align: right;
} 
.login_bg_mb {
	background-image: url("https://static.mabelle.com/images/login_bg_white.png");
	background-size: cover;
	background-position: top center;
}
.login_forget_password_mb {
	width:100%;
	display:flex;
	justify-content:flex-end;
	font-size:12px;
	position:relative;
	margin-top:5px;
}
.login_error_mb{
	position:absolute;
	left:0;
	top:0;
	font-size:12px;
	color:red;
	letter-spacing:0.02em;
}
.login_forget_password_mb a {
	letter-spacing: 0.01em;
	color: #282828;
	text-decoration: none;
	cursor: pointer;
}
.login_block_mb {
	width: 94%;
	background-color: #fcfcfc;
	margin: auto;
	filter: drop-shadow(10px 10px 15px rgba(0,0,0,0.1));
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*max-width: 992px;*/
	max-width:576px;
	padding-top:40px;
	padding-bottom:20px;
	border:1px solid rgba(0,0,0,0.04);
	background-color:rgba(252,252,252,0.8);
}

.login_left_block_mb {
	/*width: 35%;
	height: 600px;*/
	background-image: url("https://static.mabelle.com/images/login_bg_purple.jpg");
	background-size: cover;
	position: relative;
	width:1px;
	opacity:0;
	height:540px;
}

.en .login_left_block_mb {
	/*height: 680px;*/
}

.login_right_block_mb {
	/*width: 65%;*/
	padding: 0px 30px;
	width:100%;
}

.login_flex_block_mb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

	.login_flex_block_mb .input_block_mb {
		width: 49%;
		margin-top: 24px;
	}

.login_checkbox_mb {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: rgba(0,0,0,0.8);
	margin-bottom: 12px;
	line-height: 1.5em;
}

	.login_checkbox_mb input {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		width: 16px;
		height: 16px;
		border: 1px solid rgba(0,0,0,0.2);
		min-width: 16px;
		margin-right: 8px;
		margin-top: 2px;
		border-radius: 0px;
	}

		.login_checkbox_mb input:checked {
			background-image: url("https://static.mabelle.com/images/checked.png");
			background-size: 16px;
			background-position: center;
		}

	.login_checkbox_mb a {
		color: #631549;
		text-decoration: none;
	}

.login_fotget_password_mb {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	top: 50px;
	position: absolute;
	right: 0px;
}

	.login_fotget_password_mb a {
		letter-spacing: 0.01em;
		color: #282828;
		text-decoration: none;
		cursor: pointer;
	}

.login_other_title_mb {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.login_other_title_line_mb {
	width: 50%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
}

.login_other_tilte_text_mb {
	font-size: 12px;
	white-space: nowrap;
	margin: 0px 8px;
	letter-spacing: 0.02em;
	color: rgba(0,0,0,0.5);
}

.login_other_btn_mb {
	position: relative;
	height: 44px;
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	letter-spacing: 0em;
	width: 49%;
	margin-top: 14px;
	padding-right: 8px;
}

	.login_other_btn_mb img {
		width: 16px;
		margin-right: 8px;
	}

.login_left_content_block_mb {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	width: 80%;
	color: white;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	font-weight: 400;
}

	.login_left_content_block_mb img {
		filter: invert(100%) saturate(0%) brightness(216%);
		max-width: 200px;
		margin-bottom: 16px;
		margin-top: 150px;
	}

.login_eye_mb {
	position: absolute;
	right: 0;
	top: 13px;
	z-index: 2;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
	border: none;
	opacity: 0.4;
}

	.login_eye_mb::before, .login_eye_mb::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

.input_mb[type="text"] + .login_eye_mb::before {
	background-image: url("https://static.mabelle.com/images/view.png");
	background-size: cover;
}

.input_mb[type="password"] + .login_eye_mb::before {
	background-image: url("https://static.mabelle.com/images/hide.png");
	background-size: cover;
}

.login_verifycode_mb {
	position: absolute;
	height: 28px;
	width: auto;
	display: block;
	right: 8px;
	transform: translateY(-50%);
	top: 50%;
	z-index: 2;
}





/*簡易登錄彈窗*/
.login_popup_absolute_block_mb {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	filter: drop-shadow(8px 8px 12px rgba(0,0,0,0.2));
	width: 94%;
	max-width: 414px;
}

.login_popup_relative_block_mb {
	position: relative;
	max-height: 90vh;
	overflow-y: scroll;
}

	.login_popup_relative_block_mb::-webkit-scrollbar {
		display: none;
	}

.login_popup_circle_close_btn_mb {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.login_popup_block_mb {
	padding: 38px 30px;
	background-color: #fcfcfc;
}

.login_popup_circle_close_btn_mb {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.login_popup_other_icon_mb {
	width: 24px;
	height: 24px;
	position: relative;
	margin: 0px 10px;
}

.login_popup_cover_mb {
	background-image: url("https://static.mabelle.com/images/login_bg_purple.jpg");
	background-position: center;
	background-size: cover;
	padding: 44px 0px;
}

	.login_popup_cover_mb img {
		width: 200px;
		margin: auto;
		filter: invert(100%) saturate(0%) brightness(216%);
	}
/*簡易登錄彈窗*/


.login_aggrement_mb {
	font-size: 12px;
	color: #8c8c8c;
	margin-top: 5px;
	letter-spacing: 0.04em;
	line-height: 1.5em;
}

.login_diver_mb {
	height: 1px;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	margin: 4px 0px;
}

.login_purple_text_mb {
	color: #631549 !important;
	cursor: pointer;
}

#login_register, #login_password {
	display: none;
}

.login_back_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #8c8c8c;
	letter-spacing: 0.02em;
	cursor: pointer;
}

	.login_back_mb img {
		width: 7px;
		margin-right: 4px;
	}

#login_forget {
	display: none;
}

.login_qrcode_img_mb {
	max-width: 220px;
	margin-top: 14px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,0.1);
}

#login_qrcode {
	display: none;
}

.login_get_code_mb {
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
	background-color: #282828;
	z-index: 2;
	color: white;
	height: 44px;
	font-size: 14px;
	letter-spacing: 0.02em;
	padding: 0px 20px;
	cursor: pointer;
	line-height: 42px;
}

#login_sms {
	display: none;
}

#login_sms_s2 {
	pointer-events: none;
	opacity: 0.2;
}

.login_refresh_code {
	font-size: 14px;
	color: rgba(0,0,0,0.4);
	cursor: pointer;
	letter-spacing: 0.02em;
	display: flex;
	justify-content: flex-start;
	position: relative;
	align-items: center;
	line-height: 18px;
}

	.login_refresh_code img {
		width: 18px;
		height: 18px;
		margin-right: 5px;
		opacity: 0.5;
	}

.login_sub_text_mb {
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #282828;
	border-top: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	padding-top: 5px;
}

	.login_sub_text_mb a {
		cursor: pointer;
		color: #631549;
		text-decoration: underline;
	}


.login_qrcode_flex_mb {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.login_qrcode_step_mb {
	padding-left: 15px;
	margin-top: 24px;
}

@media(max-width:768px) {
	.login_block_mb {
		display: block;
		background-color:rgba(0,0,0,0);
		border:0px solid rgba(0,0,0,0);
		padding:0px;
		width:100%;
	}

	.login_left_block_mb {
		width: 100%;
		/*height: 180px;*/
		height:20px;
	}

	.en .login_left_block_mb {
		/*height: 220px;*/
	}

	.login_right_block_mb {
		width: 100%;
		padding: 20px;
	}

	.login_flex_block_mb {
		display: block;
	}

		.login_flex_block_mb .input_block_mb {
			width: 100%;
		}

	.login_other_btn_mb {
		width: 100%;
	}

	.login_left_content_block_mb {
		text-align: center;
	}

		.login_left_content_block_mb img {
			margin: auto;
			max-width: 180px;
			margin-top: 0px;
			margin-bottom: 16px;
		}

	.login_qrcode_img_mb {
		max-width: none;
	}
}

@media(max-width:414px) {
	.login_get_code_mb {
		position: relative;
		margin-top: 10px;
		width: 100%;
		text-align: center;
		transform: none;
	}
}


/*報錯Start*/
.error_block_mb {
	background-color: white;
	filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.1));
	margin: auto;
	max-width: 576px;
	width: 92%;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}

.error_process_mb {
	position: relative;
	width: 100%;
	height: 4px;
	background-color: #631549;
	margin-bottom: 30px;
}

.error_img_mb {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	width: 60%;
}

.error_big_text_mb {
	font-size: 20px;
	font-weight: 500;
	color: #631549;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}

.error_normal_text_mb {
	font-size: 16px;
	color: #282828;
	letter-spacing: 0.05em;
	padding: 0px 30px;
	margin-bottom: 20px;
}

.error_small_text_mb {
	font-size: 14px;
	color: rgba(0,0,0,0.3);
	letter-spacing: 0.05em;
	padding: 0px 20px;
}

	.error_small_text_mb span {
		letter-spacing: 0.01em;
	}

.error_process_bar_mb {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	z-index: 2;
	background-color: #dcdcdc;
	animation: mymove 3s;
	animation-fill-mode: forwards;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	width: 0px;
}

@keyframes mymove {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}
/*報錯End*/


/*ie特供Start*/
.ie_block_mb {
	background-color: white;
	filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.1));
	margin: auto;
	max-width: 576px;
	width: 92%;
	position: relative;
	text-align: left;
	padding-bottom: 30px;
	border-top: 4px solid #631549;
	padding: 20px 32px;
}

.ie_img_mb {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	width: 60%;
}

.ie_big_text_mb {
	font-size: 20px;
	font-weight: 500;
	color: #631549;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}

	.ie_big_text_mb span {
		letter-spacing: 0.01em;
	}

.ie_normal_text_mb {
	font-size: 16px;
	color: #282828;
	letter-spacing: 0.05em;
}

.ie_small_text_mb {
	font-size: 14px;
	color: rgba(0,0,0,0.3);
	letter-spacing: 0.05em;
}

	.ie_small_text_mb span {
		letter-spacing: 0.01em;
	}

.ie_btn_mb {
	width: 72px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 8px;
	position: relative;
	text-align: center;
	margin-right: 20px;
	overflow: hidden;
	font-size: 14px;
	color: rgba(0,0,0,0.4);
	letter-spacing: 0.02em;
	white-space: nowrap;
}

	.ie_btn_mb img {
		width: 54px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4px;
	}

	.ie_btn_mb a {
		position: absolute;
		z-index: 2;
		cursor: pointer;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		color: rgba(0,0,0,0);
	}

		.ie_btn_mb a:hover {
			background-color: rgba(0,0,0,0.04);
		}

.ie_flex_mb {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
	margin-bottom: 14px;
}

.ie_header_mb {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background-color: #fcfcfc;
	padding: 14px 0px;
}

	.ie_header_mb img {
		width: 180px;
		margin: auto;
	}

.ie_language_mb {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: auto;
	max-width: 576px;
	width: 92%;
	margin-bottom: 10px;
}

.ie_language_item_mb {
	font-size: 14px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	color: #282828;
}

	.ie_language_item_mb:hover {
		color: #631549;
		text-decoration: none;
	}

.ie_language_select_mb {
	color: #631549 !important;
}
/*ie特供End*/