.clearFix:after{
	content: '';
	width: 100%;
	height: 0;
	display: block;
	clear: both;
}



/*** 步驟一 ***/
.signup-container{
	width: 1366px;
	margin: auto;
}
.signup-container hr{
	height: 1px;
	background-color: #CBCBCB;
	border: none;
}
#step-1st-signup{
	min-height: 715px;
}
.signup-container .norm-width{
	width: 750px;
	margin: auto;
	padding: 10px 0;
}
.signup-step-section{
	width: 435px;
	margin: 25px auto;
	position: relative;
	z-index: 2;
}
.step-column{
	width: 100%;
	height: 6px;
	background-color: #ECECEC;
	position: absolute;
	top: 45px;
	z-index: -1;
}
.step-column:before{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #ECECEC;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
}
.step-column:after{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #ECECEC;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -3px;
}
.step-wrapper{
	width: 25%;
	text-align: center;
	float: left;
}
.step-wrapper-center{
	width: 50%;
	text-align: center;
	float: left;
}
.step-wrapper .step-icon{
	width: 80px;
	height: 80px;
	background-color: #ECECEC;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	color: #5F5F5F;
	font-weight: bold;
	text-align: center;
	margin: 5px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.step-wrapper .step-icon-full{
	background-color: #FF6000;
	color: #FFFFFF;
}
.step-wrapper .empty-step-icon{
	width: 80px;
	height: 80px;
}
.step-wrapper span:nth-child(2){
	font-size: 12px;
}
.signup-form-section{
	width: 100%;
	padding: 10px 0;
}
.signup-form-section .form-title{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}
.signup-form-section .form-desc{
	width: 100%;
	padding: 10px 0;
}
.signup-form-section .form-desc p{
	padding: 5px 0;
}
.signup-form-section table{
	margin: 20px auto;
}
.signup-form-section table tr td:nth-child(1){
	min-width: 120px;
	/*font-weight: bold;*/
}
.signup-form-section table tr td:nth-child(2){
	width: 284px;
}
.signup-form-section table tr:nth-child(even) td{
    padding-bottom: 15px;
}
.signup-form-section table .signup-input{
	border-radius:15px;
	width: 630px;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	font-size: 12px;
	font-family: Microsoft JhengHei, Helvetica;
	box-sizing: border-box;
	padding-left: 20px;
}
.signup-form-section table #ver-code-row td:nth-child(2),
.signup-form-section table #ver-code-row td:nth-child(3){
	width: 142px;
}
.signup-form-section table #ver-code-row .signup-input-code{
	border-radius:15px;
	width: 315px;
	height: 40px;
	background-1color: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
}
.signup-form-section table #ver-code-row .signup_code{
	color: #FFFFFF;
	text-decoration: none;
}
.signup-form-section table #ver-code-row .signup_code img{
	margin: 0 5px;
	float: left;
}
.signup-form-section table #ver-code-row .signup_code span{
	background-color: #ECECEC;
	border-radius: 15px;
	color: #1C1C1C;
	font-size: 13px;
	padding: 6.5px 15px;
}

.signup-form-section table #ver-code-row .send_sms{
	color: #FFFFFF;
	text-decoration: none;
}

.signup-form-section table #ver-code-row .send_sms span{
	background-color: #ECECEC;
	border-radius: 15px;
	color: #1C1C1C;
	font-size: 13px;
	padding: 6.5px 15px;
}

.signup-form-section table .blur-errormsg{
	min-height: 20px;
	color: #D14B4B;
	font-size: 12px;
	box-sizing: border-box;
	padding-top: 5px;
	display: none;
}

.moible-section{
	min-height: 20px;
	color: #D14B4B;
	font-size: 12px;
	box-sizing: border-box;
	padding-top: 5px;
	display: none;
}
.signup-form-section table #isl-terms-row .proxy-set-btn{
	width: 12px;
	height: 12px;
	background-color: #ECECEC;
	border: 3px solid #ECECEC;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
.signup-form-section table #isl-terms-row .js-checked{
	background-color: #FF6000;
}
.signup-form-section table #isl-terms-row #signup-agree{
	display: none;
}
.signup-form-section table #isl-terms-row span{
	font-size: 14px;
	line-height: 18px;
}
.signup-form-section table #isl-terms-row #isl-terms{
	color: #D14B4B;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.signup-form-section table tr:last-child td {
	text-align: center;
}
#step-1st-signup .next-step-btn {
	margin-right: 150px;
}
.signup-form-section table #isl-terms-row .ver-correct-icon,
.signup-form-section table #isl-terms-row .ver-error-icon{
	top: -2.5px;
	right: 50%;
}
.signup-form-section table #ctrl-btns td{
	padding: 20px 0;
}
.signup-form-section table #ctrl-btns span{
	font-size: 14px;
	padding: 6px 15px;
}
.signup-form-section table .next-step-btn,
.signup-form-section .fb-btn,
.signup-form-section table .skip-btn{
	background-color: #ECECEC;
	border: none;
	border-radius: 16px;
	color: #1C1C1C;
	font-size: 14px;
	/*font-weight: bold;*/
	font-family: Microsoft JhengHei, Helvetica;
	padding: 6.5px 15px;
	cursor: pointer;
	outline: none;
	-webkit-transition: .3s;	/* Safari */
	transition: .3s;
}
.signup-form-section table .next-step-btn:hover{
	background-color: #FF6000;
	color: #FFFFFF;
}
.signup-form-section .fb-btn:hover{
	background-color: #39579A;
	color: #FFFFFF;
}
.signup-form-section table .skip-btn:hover{
	background-color: #5F5F5F;
	color: #FFFFFF;
}
.signup-input-td{
	position: relative;
}
.ver-icon{
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	position: absolute;
	top: 1px;
	right: 2.5px;
}
.ver-correct-icon,
.ver-error-icon{
	position: absolute;
	top: 1px;
	right: 1px;
	width: 39px;
	height: 39px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.ver-correct-icon{
	background-image: url('../../images/signup/signup-correct-icon.png');
}
.ver-error-icon{
	background-image: url('../../images/signup/signup-error-icon.png');
}
#signup-password,
#signup-password2{
	font-size: 12px;
	font-family: Microsoft JhengHei, Helvetica;
}

/* 步驟提示條 - 成為商家 */
.signup-store-step-section{
	width: 545px;
	margin: 25px auto;
	position: relative;
	z-index: 2;
}
.signup-store-step-section .step-column{
	width: 50%;
	left: 12.5%;
}
.signup-store-step-section .step-wrapper{
	width: 25%;
}
.step-4th-path{
	width: 6px;
	height: 6px;
	background-color: #ECECEC;
	border-radius: 50%;
	position: absolute;
	top: 0;
}
.step-4th-path:nth-child(1){
	right: -20px;
}
.step-4th-path:nth-child(2){
	right: -35px;
}
.step-4th-path:nth-child(3){
	right: -50px;
}
.step-4th-path:nth-child(4){
	right: -65px;
}
.step-4th-path:nth-child(5){
	right: -80px;
}
.step-4th-path:nth-child(6){
	right: -95px;
}
.step-4th-path:nth-child(7){
	right: -110px;
}

/* 必填欄位*字號 */
.signup-input-must{
	position: relative;
}
.signup-input-must:before{
	content: '*';
	color: #D14B4B;
	font-weight: bold;
	position: absolute;
	left: -10px;
}

/* 其它方式註冊 */
.signup-form-section .signup-else-section{
	text-align: center;
	padding: 30px 0;
	position: relative;
}
.signup-form-section .signup-else-section:before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #CBCBCB;
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0;
	z-index: -1;
}
.signup-form-section .signup-else-section .signup-else{
	background-color: #FFFFFF;
	padding: 10px 20px;
	display: inline-block;	
}
.signup-form-section .signup-else-section .signup-else span{
	padding-right: 10px;
}


/*** 步驟二 ***/
#step-2nd-form table tr td{
	padding-bottom: 20px;
}
.self-avatar-section{
	width: 100%;
	height: 130px;
}
.avatar-view{
	width: 130px;
	height: 130px;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	text-align: center;
	line-height: 130px;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
	overflow: hidden;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
}
.avatar-view-img{
	position: absolute;
	display: none;
}
.avatar-view img{
	vertical-align: middle;
}
.avatar-operate{
	width: 125px;
	height: 130px;
	margin-left: 10px;
	float: left;
}
.avatar-operate p{
	height: 76px;
	font-size: 12px;
	line-height: 16px;
}
.avatar-operate button{
	width: 100%;
	height: 20px;
	border: none;
	color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	text-align: center;
	cursor: pointer;
	outline: none;
}
.avatar-operate #upload-avatar-btn{
	background-color: #FF6000;
	margin-bottom: 10px;
}
.avatar-operate #delete-avatar-btn{
	background-color: #5F5F5F;
}
#upload-avatar{
	display: none;
}
#step-2nd-form table tr td:nth-child(1){
	vertical-align: top;
	padding-top: 15px;
}
#step-2nd-form table tr:nth-child(1) td:nth-child(1){
	padding-top: 0;
}
#step-2nd-form #signup-gender{
	width: 284px;
	height: 40px;
	border: 1px solid #CBCBCB;
	font-size: 14px;
	font-family: Microsoft JhengHei, Helvetica;
	text-align: center;
	text-align-last: center;
}
#step-2nd-form .birth-year,
#step-2nd-form .birth-month,
#step-2nd-form .birth-day{
	width: 32%;
	height: 40px;
	float: left;
}
#step-2nd-form .birth-year,
#step-2nd-form .birth-month{
	margin-right: 2%;
}
#step-2nd-form .birth-year .yearsort,
#step-2nd-form .birth-month .monthsort,
#step-2nd-form .birth-day .daysort{
	width: 100%;
	height: 40px;
	border: 1px solid #CBCBCB;
	font-size: 14px;
	font-family: Microsoft JhengHei, Helvetica;
}
#step-2nd-form .s-mask{
	width: 100%;
	height: 30px;
}
#step-2nd-form .s-mask #signup-timezone{
	width: 100%;
	height: 40px;
	border: 1px solid #CBCBCB;
	font-size: 14px;
	font-family: Microsoft JhengHei, Helvetica;
	text-align: center;
	text-align-last: center;
}
.remind-text{
	color: #D14B4B;
	font-size: 12px;
	padding-top: 10px;
}



/*** 步驟三 ***/
#step-3rd-signup{
	min-height: 715px;
}
.signup-success-section{
	width: 100%;
}
.success-title{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}
.success-desc{
	width: 100%;
	padding: 10px 0;
}
.success-desc p{
	line-height: 20px;
	padding: 5px 0;
}
.success-operate{
	width: 100%;
	text-align: center;
}
.success-operate button{
	background-color: #ECECEC;
	border: none;
	border-radius: 16px;
	color: #1C1C1C;
	font-size: 14px;
	font-weight: bold;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 20px 0;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
	-webkit-transition: .3s;
	transition: .3s;
}
.success-operate button:hover{
	background-color: #FF6000;
	color: #FFFFFF;
}
.success-operate p{
	padding: 15px 0;
}
.become-btn-wp{
	width: 100%;
	padding: 10px 0;
}
.become-btn-wp .become-btn{
	background-image: url('../../images/signup/become-btn-icon.png');
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 11px;
	padding-left: 40px;
}
.become-btn-wp .become-btn:hover{
	background-image: url('../../images/signup/become-btn-icon-hover.png');
}
.external-link{
	color: #D14B4B;
	font-weight: bold;
	text-decoration: underline;
}



/*** 使用條款跳窗 ***/
#isl-terms-back{
	width: 100%;
	height: 100%;
	min-width: 340px;
	min-height: 276px;
	background: rgba(0,0,0,0.75);
	color: #5E5E5E;
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
}
#isl-terms-box{
	width: 900px;
	/*height: 800px;*/
	background-color: white;
	font-family: "Microsoft JhengHei";
	margin: auto;
	margin-top: 80px;
	padding: 0;
}
.terms-title{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
.terms-title span{
	font-size: 28px;
}
.terms-title .close-terms-box-btn{
	margin: 10px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#terms-content{
	height: 60vh;
	overflow-y: scroll;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 20px;
}
#terms-content .part{
	width: 100%;
	margin: 25px 0;
}
#terms-content .part:first-child{
	margin-top: 0;
}
#terms-content .part span:nth-child(1){
	width: 100%;
	margin-bottom: 5px;
	display: block;
}
#terms-content .part p{
	font-size: 14px;
	padding: 7px 0;
}
#terms-content .deputy-part{
	width: 100%;
}
#terms-content .deputy-part p:nth-child(1){
	width: 2%;
	vertical-align: top;
	display: inline-block;
}
#terms-content .deputy-part p:nth-child(2){
	width: 98%;
	margin-left: -4px;
	display: inline-block;
}
#terms-content .deputy-part .deputy-part-p{
	width: 98%;
	margin-left: -4px;
	display: inline-block;
}
#terms-content .deputy-part .deputy-part-p p:first-child{
	padding: 7px 0;
}
#terms-content .deputy-part .deputy-part-p p{
	width: 100%;
	margin: 0;
	padding: 0 0 7px 0;
}
#terms-operate{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 12px;
}
#terms-cancel-btn{
	background-color: #ECECEC;
	border: none;
	border-radius: 15px;
	color: #1C1C1C;
	font-size: 13px;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 0 5px;
	padding: 6.5px 25px;
	cursor: pointer;
	outline: none;
	-webkit-transition: .3s;
	transition: .3s;
}
#terms-cancel-btn:hover{
	background-color: #5F5F5F;
	color: #FFFFFF;
}
#terms-consent-btn{
	background-color: #ECECEC;
	border: none;
	border-radius: 15px;
	color: #1C1C1C;
	font-size: 13px;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 0 5px;
	padding: 6.5px 25px;
	cursor: pointer;
	outline: none;
	-webkit-transition: .3s;
	transition: .3s;
}
#terms-consent-btn:hover{
	background-color: #FF6000;
	color: #FFFFFF;
}

.iti__flag {background-image: url("../../images/flags/flags.png") !important;}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../../images/flags/flags@2x.png") !important;}
}

.iti__selected-flag{
	border-radius: 10px;
}