.TextAlign {
	padding: 0;
	margin: 0;
	text-align: left;
}

.from-container-forget {
	height: 400px;
}

#rest_forget{
	display: none;
}

@media only screen and (min-width: 530px) {
	.Margin50 {
		margin-top: 60px
	}
	.Margin30 {
		margin-top: 30px;
	}
	.Margin20 {
		margin-top: 20px;
	}
	.Margin10 {
		margin-top: 10px;
	}
	.Margin0 {
		margin-top: -10px;
	}
	.from-container-forget .from-tab {
		width: 525px;
		height: auto;
		margin: 0 auto;
	}
	.from-container-forget .from-tab-top {
		width: 325px;
		height: 50px;
		margin: 0 auto;
	}
	.from-container-forget .find-to-phone,
	.from-container-forget .find-to-email {
		width: 50%;
		height: auto;
		float: left;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
	}
	.from-container-forget .tab-bar {
		width: 99%;
		height: 3px;
		background-color: #C2C2C2;
		margin-top: -5px;
		margin-left: .5%;
	}
	.from-container-forget .from-input-container {
		width: 525px;
		height: 200px;
		margin: 0 auto;
		position: relative;
		top: 40px;
		left: 0;
	}
	.from-container-forget .from-input-phone {
		width: 525px;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.from-container-forget .from-input-email {
		width: 525px;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.from-container-forget .cur-input {
		display: none;
	}
	.from-container-forget .cur-bar {
		background-color: rgb(139, 111, 169);
	}
	.from-container-forget input {
		width: 250px;
		height: 43px;
		/*margin-top: 2.5px;*/
		outline: none;
		border: 1px solid #C2C2C2 !important;
		text-indent: 10px;
		/*vertical-align: middle;*/
	}
	.from-container-forget .fPhone {
		text-align: left;
		font-size: 16px;
		padding-left: 24px;
	}
	
	.from-container-forget .fPhone span.sendCode{
		display: inline-block;
		font-size: 16px;
		width:auto;
		height: 43px;
		line-height: 43px;
		padding: 0 12.5px;
		background-color: rgb(139, 111, 169);
    		color: #FFFFFF;
    		cursor: pointer;
	}
	.from-container-forget .cmark {
		text-align: left;
		font-size: 16px;
		padding-left: 121px;
		margin-top: 15px;
	}
	.from-container-forget .cmark .timeout {
		width: 100px;
		height: 32px;
		background-color: rgb(184, 184, 184);
		color: #FFFFFF;
		font-weight: bold;
		position: absolute;
		top: 62px;
		right: 10px;
		line-height: 42px;
		text-align: center;
	}
	
	.from-container-forget .cmark #renew{
		position: absolute;
		top: 100px;
		right: 10px;
		font-size: 14px;
	}
	
	.from-container-forget .fsend {
		text-align: left;
		font-size: 16px;
		padding-left: 175px;
		margin-top: 15px;
	}
	.from-container-forget .fsend input {
		background-color: rgb(139, 111, 169);
		color: #FFFFFF;
		margin-top: 30px;
		border: none;
	}
	#content .not-submit{
		margin-left: 2px !important;
	}
}

@media only screen and (min-width: 400px) and (max-width: 530px) {
	.Margin50 {
		margin-top: 45px
	}
	.Margin30 {
		margin-top: 25px;
	}
	.Margin20 {
		margin-top: 15px;
	}
	.Margin10 {
		margin-top: 7.5px;
	}
	.Margin0 {
		margin-top: -12.5px;
	}
	.from-container-forget .from-tab {
		width: 400px;
		height: auto;
		margin: 0 auto;
	}
	.from-container-forget .from-tab-top {
		width: 275px;
		height: 50px;
		margin: 0 auto;
	}
	.from-container-forget .find-to-phone,
	.from-container-forget .find-to-email {
		width: 50%;
		height: auto;
		float: left;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
	}
	.from-container-forget .tab-bar {
		width: 99%;
		height: 3px;
		background-color: #C2C2C2;
		margin-top: -5px;
		margin-left: .5%;
	}
	.from-container-forget .from-input-container {
		width: 400px;
		height: 200px;
		margin: 0 auto;
		position: relative;
		top: 40px;
		left: 0;
	}
	.from-container-forget .from-input-phone {
		width: 400px;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.from-container-forget .from-input-email {
		width: 400px;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.from-container-forget .cur-input {
		display: none;
	}
	.from-container-forget .cur-bar {
		background-color: rgb(139, 111, 169);
	}
	.from-container-forget input {
		width: 200px;
		height: 43px;
		/*margin-top: 2.5px;*/
		outline: none;
		border: 1px solid #C2C2C2 !important;
		text-indent: 7.5px;
	}
	.from-container-forget .fPhone {
		text-align: left;
		font-size: 14px;
		padding-left: 20px;
	}
	.from-container-forget .cmark {
		text-align: left;
		font-size: 14px;
		padding-left: 105px;
		margin-top: 15px;
	}
	.from-container-forget .cmark input {
		width: 120px !important;
	}
	.from-container-forget .cmark .timeout {
		width: 100px;
		height: 32px;
		background-color: rgb(184, 184, 184);
		color: #FFFFFF;
		font-weight: bold;
		position: absolute;
		top: 58px;
		right: 20px;
		line-height: 42px;
		text-align: center;
	}
	.from-container-forget .cmark #renew{
		position: absolute;
		top: 94px;
		right: 27.5px;
		font-size: 12px;
	}
	.from-container-forget .fsend {
		text-align: left;
		font-size: 14px;
		padding-left: 145px;
		margin-top: 15px;
	}
	.from-container-forget .fsend input {
		background-color: rgb(139, 111, 169);
		color: #FFFFFF;
		margin-top: 25px;
		border: none;
	}
	.from-container-forget .fPhone span.sendCode{
		display: block;
		width: 227px;
		height: 43px;
		line-height: 43px;	
		margin-left: 133px;
		margin-top: 15px;
		text-align: center;
		background-color: rgb(139, 111, 169);
		color: #fff;
	}
	.from-container-forget .fPhone span.markCode{
		margin-left: 139px;
	}
	#content .from-submit:not(.not-submit){
		margin-left: 13.5px !important;
	}
}

@media only screen and (max-width: 400px) {
	/*#content{
		display: none;
	}*/
	.Margin50 {
		margin-top: 40px
	}
	.Margin30 {
		margin-top: 20px;
	}
	.Margin20 {
		margin-top: 12.5px;
	}
	.Margin10 {
		margin-top: 7.5px;
	}
	.Margin0 {
		margin-top: -12.5px;
	}
	.from-container-forget .from-tab {
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
	.from-container-forget .from-tab-top {
		width: 275px;
		height: 50px;
		margin: 0 auto;
	}
	.from-container-forget .find-to-phone,
	.from-container-forget .find-to-email {
		width: 50%;
		height: auto;
		float: left;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
	}
	.from-container-forget .tab-bar {
		width: 99%;
		height: 3px;
		background-color: #C2C2C2;
		margin-top: -5px;
		margin-left: .5%;
	}
	.from-container-forget .from-input-container {
		width: 300px;
		height: 200px;
		margin: 0 auto;
		position: relative;
		top: 40px;
		left: 0;
	}
	.from-container-forget .from-input-phone {
		width: 300px;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.from-container-forget .from-input-email {
		width: 300px;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.from-container-forget .cur-input {
		display: none;
	}
	.from-container-forget .cur-bar {
		background-color: rgb(139, 111, 169);
	}
	.from-container-forget input {
		width: 160px !important;
		height: 43px;
		/*margin-top: 2.5px;*/
		outline: none;
		border: 1px solid #C2C2C2 !important;
		text-indent: 5px;
	}
	.from-container-forget .fPhone {
		text-align: left;
		font-size: 14px;
		padding-left:0px;
	}
	.from-container-forget .cmark {
		text-align: left;
		font-size: 14px;
		padding-left: 85px;
		margin-top: 15px;
	}
	.from-container-forget .cmark input {
		width: 80px !important;
	}
	.from-container-forget .cmark .timeout {
		width: 70px;
		height: 32px;
		background-color: rgb(184, 184, 184);
		color: #FFFFFF;
		font-weight: bold;
		position: absolute;
		top: 58px;
		right: 10px;
		line-height: 42px;
		text-align: center;
		/*border: 1px solid red;*/
	}
	.from-container-forget .cmark #renew{
		position: absolute;
		top: 87px;
		right: 5px;
		font-size: 12px;
		transform: scale(.8);
	}
	.from-container-forget .fsend {
		text-align: left;
		font-size: 14px;
		padding-left: 130px;
		margin-top: 15px;
	}
	.from-container-forget .fsend input {
		background-color: rgb(139, 111, 169);
		color: #FFFFFF;
		margin-top: 25px;
		border: none;
	}
	.from-container-forget .fPhone span.sendCode{
		display: block;
		width: 160px;
		height: 43px;
		line-height: 43px;	
		margin-left: 133px;
		margin-top: 15px;
		text-align: center;
		background-color: rgb(139, 111, 169);
		color: #fff;
	}
	
	#content .from-submit{
		margin-left: 2px !important;
	}
	#content .submitMark{
		/*margin-left: -15px !important;*/
	}
	.from-container-forget .fPhone span.markCode{
		margin-left: 139px;
	}
}