*{
	margin:0;
	padding:0;
}
/* 文字不能被选中 */
.unchecked{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currentlynot supported by any browser */
}
body,html{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 100%;
    font-weight: 400;
    border: 0;
    color: #4b4b4b;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.428571;
    -webkit-tap-highlight-color: transparent;
}
body {
    background-color: #f5f5f5;
    font-family:"Microsoft YaHei", "adobe-clean", "Geneva", "Tahoma", "Helvetica", "Arial", sans-serif, "Malgun Gothic",  sans-serif;
    background: url(../../img/users/losePwdBG.png);
    background-size: 88%;
    background-position: 0 0;
}
.container{
    width: 900px;
    height: 420px;
    margin: auto;
    background: #eaeaea;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    box-shadow: 2px 2px 2px #ddd;
}
header{
  	margin-top: -66px;
    height: 70px;
    width: 100%;
}
.page-header{
	float:left;
}
.idp-flow-logo-image {
    background: url(../../img/user.png);
    background-position: 0 0;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    float:left;
    width: 60px;
    height: 60px;
    background-size: 100%;
}
.idp-flow-logo-text {
	font-weight: 300;
	color: #707070;
	vertical-align: top;
	font-size: 36px;
	margin-top: 12px;
    display: block;
    float: left;
}
.idp-flow-logo-text:empty:before {
    content: "苏州盖亚协同管理平台 ";
}
.row {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top: 5%;
}
.showBtn{
    margin-top: 10%;
}
.fogect{
	float:right;
	margin-top: 16px;
}
.page-title {
    font-weight: 300;
    color: #2d2d2d;
    font-size: 36px;
    line-height: 1.6;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
input[type=email],input[type=password],input[type=text]{
	display: block;
    width: 96.3%;
	min-height: 32px;
	/* border:1px solid #e1e1e1; */
	padding: 0 0 1px 12px;
    border-radius: 4px;
	outline: none;
	border: 1px solid  #e1e1e1;
    border-color: #d8d8d8 #e5e5e5 #e5e5e5 #d8d8d8;
    box-shadow: 2px 3px 3px #f6f8f9 inset;
    -moz-box-shadow: 2px 3px 3px #f6f8f9 inset;
    -webkit-box-shadow: 2px 3px 3px #f6f8f9 inset;
    margin-bottom: 10px;
}
input[type=email]:hover,input[type=password]:hover,input[type=text]:hover{
	border-color: #6699c9 #a1bbd3 #a1bbd3 #6699c9;
    box-shadow: 2px 3px 3px #d5e0e9 inset;
    -moz-box-shadow: 2px 3px 3px #d5e0e9 inset;
    -webkit-box-shadow: 2px 3px 3px #d5e0e9 inset;
}
input.mod-main,button.mod-main {
    background-color: #ff4747;
    border-width: 0;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 32px;
    min-height: 32px;
    margin-top: 16px;
    border-radius: 4px;
    outline: none;
}
input.mod-main:hover,button.mod-main:hover {
    background-color: #e83737;
    color: #fff;
}
.row.mod-top-spaced{
    margin-top: 32px;
}
.forgot-pwd-back-btn{
	color: #0064dc;
	text-decoration: none;
}
#retype_password{
	margin-top:8px;
}


.email{
	margin-bottom: 10px;
    display: inline-block;
}
.closebtn{
	background:url(../../img/zDialog/16_close_wev8.png) !important;
}



html input[type=button].click_btn {
    /* color: #e60000; */
    color: #4f637b;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    top: 0px;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0 12px;
}


html input[type=button].click_btn:hover {
    color: #fff;
    /* background-color: #d02222; */
    background-color: #7289a5;
}


.findPart{
    width: 90%;
    height: 50px;
    margin: 0 auto;
    margin-top:30px;
}
.findPart .spanPart {
    display: block;
    float: left;
    width: 25%;
    color:#ccc;
}
.findPart .line{
    height: 10px;
    display: block;
    background: #ccc;
    border-radius: 5px;
}
.findPart p{
    display: block;
    background: #ccc;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: right;
    border-radius: 50%;
    margin-top: -9px;
    margin-left: 109px;
    text-align: center;
    font-style: initial;
    color: #fff;
}
.findPart b{
	display:block;
	text-align:center;
	height: 30px;
    line-height: 30px;

}
.findPart .checked .line,.findPart .checked p{
	background:#e4393c;
}
.findPart .checked b{
	color:#e4393c;
}
.content .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.content .title *{
	float:left
}
.content .title i{
	display: block;
    width: 2px;
    height: 44%;
    background: #e4393c;
    margin: 14px 10px;
}
.content input[type=button]{
    width: 40%;
    height: 35px;
    border: none;
    color: #fff;
    display: block;
    border-radius: 3px;
    margin-top: 15px;
    cursor:pointer;
    outline:none;
}
.content .next,.content .return:hover,.content .toLogin:hover{
	background: #e4394c;
}
.content .left{
	float:left;
}
.content .right{
	float:right;
}
.content .part2,
.content .part3,
.content .part4{
	display:none;
}


input {-webkit-appearance:none; /*去除input默认样式*/}
@media (max-width: 768px){
	input[type=text],input[type=email],input[type=password]{
    	width: 80%;
	}
	.container{
		width:100%;
		height:65%;
		padding:0 20px;
		box-sizing: border-box;
	}
	.fogect{
		display:none;
	}
	.findPart{
		width:100%;
	}
	.findPart p{
	    width: 20px;
	    height: 20px;
	    margin-top: -5px;
	    line-height: 21px;
	}
	.row{
	    margin-top: 15%;
    	width: 70%;
	}
	.row input[type="text"],.row input[type=password]{
		width:100%;
	    text-indent: 12px;
    	padding: 0;
	}
}
		
	}
}