* {
	font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "sans-serif", "Roboto";
	font-weight: normal;
}
#basicInfo .subview_footer, #Statement .subview_footer, #verification .subview_footer{
	/* height:103px; */
	/*position: fixed;
	bottom: 0;*/
    background-color: #fff;
    padding-bottom: 15px;
}
#basicInfo .sign_new_inner, #verification .sign_new_inner{
	/* padding-top:25px;
	padding:0 26px; */
	padding-top: 0px;
    margin: 0 auto;
}


/* 
@media screen and (max-height: 575px){
	#signUpFlow {
		max-height: 470px;
	}
}

@media screen and (max-height: 525px){
	#signUpFlow {
		max-height: 430px;
	}
}

@media screen and (max-height: 480px){
	#signUpFlow {
		max-height: 380px;
	}
}
@media screen and (max-height: 430px){
	#signUpFlow {
		max-height: 330px;
	}
}
@media screen and (max-height: 410px){
	#signUpFlow {
		max-height: 310px;
	}
}
@media screen and (max-height: 390px){
	#signUpFlow {
		max-height: 290px;
	}
}
@media screen and (max-height: 370px){
	#signUpFlow {
		max-height: 270px;
	}
}
@media screen and (max-height: 345px){
	#signUpFlow {
		max-height: 250px;
	}
}
@media screen and (max-height: 330px){
	#signUpFlow {
		max-height: 230px;
	}
}
@media screen and (max-height: 305px){
	#signUpFlow {
		max-height: 200px;
	}
}
@media screen and (max-height: 285px){
	#signUpFlow {
		max-height: 180px;
	}
} */


#signUpFlow .sub_input.has-checked:after {
	/*content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-image:  url(../images/icon_ok_2x.png);

	right: 20px;
	top: 10px;
	width: 24px;
	height: 24px;*/

/*	border-top: 2px solid #26A862;
	border-right: 2px solid #26A862;
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	transform: rotate(130deg);*/
}

#signUpFlow .sub_input.has-checked .form-control {
	border-radius: 2px;
	outline: none;
	box-shadow: inset 0px 0px 0px 1px #26A862;
	border: solid 1px #26A862;
}

#signUpFlow input[readonly]:focus {
	outline: none;
	box-shadow: none;
	border: solid 1px #d7dadc;
}

#signUpFlow .sub_input.has-error .form-control {
	border: solid 2px #EC464A;
}

#signUpFlow .sub_input.has-error .form-control:focus {
	outline: none;
	box-shadow: none;
	border: solid 2px #EC464A;
}

#signUpFlow .form-control {
	border-radius: 2px;
	outline: none;
	border: solid 1px #d7dadc;
	box-shadow: none;
}

#signUpFlow .form-control:focus {
	outline: none;
	box-shadow: inset 0px 0px 0px 1px #26A862;
	border: solid 1px #26A862;
}


.sign_process {
	padding: 0 26px;
	list-style-type: none;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	justify-content: space-between;
}

.sign_process li {
	display: inline-block;
	/*width: 72px;*/
	width: 65px;
}


.sign_process .process_item:not(:first-child) .step_sign:before {
	content: '';
	background-color: #d7dadc;
	display: inline-block;
	position: absolute;
	z-index: 100;
	max-width: calc(240px/2);
	width: calc((100vw - 160px)/2);
	height: 3px;
	top: 50%;
	right: 100%;
	--webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sign_process .process_item:not(:first-child).active .step_sign:before {
	background-color: #26A862;
}

.sign_process .process_item:nth-child(1) .step_sign {
	z-index: 602;
}
.sign_process .process_item:nth-child(2) .step_sign {
	z-index: 601;
}
.process_item.active .step_sign{
	background-color: #26A862;
}

.process_item.active .step_description{
	color: #26A862;
}

.process_item label.step{
	background: url(../images/step_wait.png) no-repeat 0 0px;
	width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.process_item.order label.step{
	background: url(../images/step_finish.png) no-repeat 0 0px;
	background-size: 16px 16px;
}

.process_item.active label.step{
	  background: url(../images/step_are.png) no-repeat 0 0px;
	  background-size: 16px 16px;
}


.sign_process {
	padding: 0 26px;
	list-style-type: none;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	justify-content: space-between;
}

.step_signBar {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	color: white;
	text-align: center;
	vertical-align: middle;
	z-index: 503;
}

.sign_process .process_item:not(:first-child) .step_signBar:before {
	content: '';
	background-color: #d7dadc;
	display: inline-block;
	position: absolute;
	z-index: 100;
	max-width: 120px;
	width: calc((152vw - 160px)/2);
	height: 3px;
	top: 50%;
	right: 100%;
	--webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0px 3px;
}

.sign_process .process_item:not(:first-child).active .step_signBar:before, 
.sign_process .process_item:not(:first-child).order .step_signBar:before{
	background-color: #26A862;
}

.step_sign {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #d7dadc;
	color: white;
	text-align: center;
	vertical-align: middle;
	z-index: 503;
}

.step_sign:hover {
	color: #fff;
    text-decoration: none;
}

.step_sign:focus {
	color: #fff;
    text-decoration: none;
}

.step_description {
	font-size: 12px;
	color: #D7DADC;
	margin-top: 4px;
}

.step_sign span {
	vertical-align: middle;
}

#signUpFlow .subview_body {
}

#signUpFlow header {
	margin: 16px auto 0px;
	/*max-width: 400px;*/
}

#signUpFlow .subview_box {
	/*margin-top: 20px;*/
	margin-top: 15px;
}

#signUpFlow .errormsg, #divInsLoginComp .errormsg {
	display: none;

}

#signUpFlow .errortips, #divInsLoginComp .errortips {
	display: none;
	margin: 0 auto 10px;
    max-width: 400px;
}

#signUpFlow .errortips.has-error, #divInsLoginComp .errortips.has-error {
	display: block;
	position: relative;
	color: #EC464A;
	padding: 8px 20px 8px 44px;
	/*background-color: #FDF1EB;*/
}

#signUpFlow .errortips.has-error:after, #divInsLoginComp .errortips.has-error:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 24px;
	top: 10px;
	background-size: contain;
	background-image: url(/ChatWeb/resources/common/images/attention@2x.png);
}

#signUpFlow .sub_input.has-error .errormsg{
	display: block;
	color: #EC464A;
}


#signUpFlow .subview_box select {
	position: relative;
	height: 45px;
	margin-top: 7px;
	-webkit-appearance: none;
}

#signUpFlow .subview_box label {
	font-weight: 700;
	margin-bottom: 0;
}

#signUpFlow .subview_box .select:after {
	content: "";
	display: block;
	position: absolute;
	background-image: none;
	height: 12px;
	width: 12px;
	border-radius: 2px;
	border-top: 3px solid #26A862;
	border-left: 3px solid #26A862;
	--webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	right: 26px;
	top: 14px;
	z-index: 100;
}

#signUpFlow .sub_input.select.has-error:after,
#signUpFlow .sub_input.has-error .sub_input:after {
	border-top: 3px solid #3A3A3A;
	border-left: 3px solid #3A3A3A;
}

.subview_footer {
	bottom: 0;
	left: 0;
	right: 0;
	/*padding-top: 12px;*/
	/*padding:0px 26px;*/
	padding-top: 15px;
	/*border-top: 1px solid rgba(95, 108, 114, 0.2);*/
	background-color: white;
	z-index: 9999;
} 

.agreements {
	position: relative;
	/* margin-bottom: 12px; */
	margin-bottom: 24px;
	padding: 0px 0 0 13px;
	/*padding: 0px 0px 0 35px;*/
}

.agreements input[type=checkbox][disabled] + label:before{
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: -26px;
	border: 2px solid #d7dadc;
	border-radius: 2px;
	z-index: 501;
}

.agreements input[type=checkbox] + label:before{
	content: '';
	display: block;
	position: absolute;
    width: 24px;
    height: 24px;
	top: 0px;
	left: -26px;
	border: 2px solid #A0A0A0;
	border-radius: 2px;
	z-index: 501;
}

.agreements input[type=checkbox]:checked + label:before{
	background: url(../images/icon_ok_2x.png) no-repeat -1px -2px;
	background-size: 24px 24px;
	background-color: #98E3BA;
	border: 2px solid #98E3BA;
}

.agreements label {
	position: relative;
	font-weight: 400;
	color: #3A3A3A;
	margin-left: 24px;
	font-size: 16px;
}

.terms {
	color: #879195;
	margin-bottom: 20px;
}

.terms a {
	color: #26A862;
	text-decoration: underline;
}



.action_button {
	/*margin-top: 24px;*/
	/*margin-bottom: 32px;*/
	max-width: 400px;
}

.primary_btn, .secondary_btn {
	text-align: center;
	display: block;
	/*margin-bottom: 12px;*/
	text-decoration: none;
}
.primary_btn:hover,.primary_btn:focus {
	color: white;
	text-decoration: none;
	outline: none;
}

a:focus{
	outline: none;
}

.secondary_btn:hover,.secondary_btn:focus {
	color: #26A862;
	text-decoration: none;
}

.primary_btn.disabled {
	background-color: #d7dadc;
	border: 1.5px solid #d7dadc;
	color: white;
}

.primary_btn {
	padding: 12px 10px;
	border-radius: 6px;
   	border: 1.5px solid #98E3BA;
   	background: #98E3BA;
   	color: #3A3A3A;
   	font-weight: 700;
   	font-size: 16px;
   	font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "sans-serif", "Roboto";
   	text-decoration: none;
}

.secondary_btn {
	font-weight: 700;
	padding: 12px 10px;
	color: #26A862;
}

.announcement_title {
	position: relative;
	padding: 46px 26px 13px;
	/*border-bottom: 1px solid rgba(95, 108, 114, 0.2);*/
	max-width: 400px;
    margin: auto;
}
.announcement_content {
	padding: 20px 22.5px 10px;
	/*background-color: #f3f3f3;
	max-height: 300px;*/
	overflow-y: auto;
	/*border-bottom: 1px solid rgba(95, 108, 114, 0.2);*/
	/*display: none;*/
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	max-width: 400px;
	max-height: 200px;
    margin: 0 auto;
}

/*
@media screen and (max-width: 342px){
	.announcement_content {
		padding: 200px 26px 130px;
	}
}

@media screen and (max-width: 308px){
	.announcement_content {
		padding: 220px 26px 130px;
	}
}*/

.announcement_title.show + .announcement_content {
	display: block;
}

.announcement_title.show .dropdown_arrow:after{
	right: 16px;
	top: 16px;
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


.dropdown_arrow:after {
	content: "";
	display: block;
	position: absolute;
	height: 12px;
	width: 12px;
	border-radius: 2px;
	border-top: 3px solid #26A862;
	border-left: 3px solid #26A862;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	right: 16px;
	top: 28px;
	z-index: 100;
/*	-webkit-transition: all .1s ease;
	transition: all .1s ease;		*/
}

.modal-close {
	width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 16px;
    top: 7px;
    cursor: pointer;
    z-index: 230;
}

.sign_new_inner_agreements{
    margin-bottom: 0px;
    padding: 0px 0px 15px 35px
}


.sign_new_inner_agreements:last-child{
	padding-bottom: 0px;
}

.sign_new_inner_agreements span{
	/*padding-left: 10px;*/
	font-size:15px;
}

.checkbox_item .mouse_pointer{
	position: absolute;
    left: 0px;
    cursor: pointer;
}

/* ���Ǫ�tab */
.process_item.order .step_sign {
	background-color: #26A862;
}
.process_item.order .step_description {
	color: #26A862;
}
.sign_process .process_item:not(:first-child).order .step_sign:before {
	background-color: #26A862;
}

/* ���s�o�e disabled */
a.no_send {
    color: #879195;
    border: none;
}

.timer_none {
    display: none;
}

from.cmxform sapn.error, sapn.error{
	color: #EC464A;
}
.errBox {
	background-color: #FDF1EB;
}
.anouncement_box{
	/*position: fixed;
	top: 85px;*/
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-bottom: 1px solid rgba(95, 108, 114, 0.2);
}

.sign_height{
	height: 589px;
}

@media screen and (max-height: 640px){
    .sign_height {
       height: 555px;
    }
}

@media screen and (max-height: 600px){
    .sign_height {
       height: 500px;
    }
}


@media screen and (max-height: 550px){
    .sign_height {
        height: 88vh;
    }
}

.form-control{
	-webkit-appearance: none;
}

#registerBtn1, #registerBtn2, #registerBtn3{
	border: none;
	margin: 0px auto;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #F5F6F6;
}


.subview_scrollbar::-webkit-scrollbar {
  width: 4px;
}
  
.subview_scrollbar::-webkit-scrollbar-track {
  background: #D7DADC;
}
  
.subview_scrollbar::-webkit-scrollbar-thumb {
  background-color: #879195;
  border-radius:100px;
}