body{
	background:#b5ddd2;
	height: 100%;
}
input::-ms-clear{display:none;}
.main{
	width: 400px;
	height:560px;
	background:url( ./imgs/bg.png) 0 0 no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	margin:-280px 0  0 -200px;
	box-sizing:border-box;
}
.m-title{
	margin:220px auto 50px auto;
	font-size:32px;
	color:#fff;
	text-align:center;
	font-weight: normal;
	letter-spacing:4px;
}
/* 重置弹窗样式--- */
.resetWrap{
    width:400px;
    height:450px;
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-225px;
    overflow-y: scroll;
    margin-left:-200px;
    background: #fff;
    padding:30px 20px 0 20px;
    box-sizing: border-box;
}
.resetForm{
    box-sizing:border-box;
}
.resetForm .fieldLabel{
	width: 290px;
	margin:0 19px;
	margin-bottom: 20px;
	position:relative;
	box-sizing:border-box;
	border: none;
	/* padding: 0 15px; */
}
.resetForm .field{
	display:block;
	width:100%;
	height: 40px;
	font-size: 12px;
	border: 1px solid #DCDFE6;
	border-radius: 4px;
	outline: none;
	padding: 0 15px;

}
.resetForm .fieldLabel .submit{
	width: 100%;
	display: block;
	text-align: center;
	background-color: #63C6B3;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	border-radius: 4px;
}
.resetForm .fieldLabel .verifyCodeCls{
	position: relative;
}
.resetForm .fieldLabel .verifyCodeCls .field{
	/* width:246px; */
}
.resetForm .fieldLabel .verifyCodeCls .sendBtn{
	position: absolute;
	font-size: 12px;
	right: -32px;
	top:0px;
	/* width: 76px; */
	height: 42px;
	background: #63C6B3;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	border: none;
}
.resetWrap .close {
    /* background: orange; */
    color: #000;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 14px;
    padding: 1px;
    top: -15px;
    right: 0px;
    position: absolute;
	cursor: pointer;
}
.resetWrap .title{
	position: relative;
	margin-bottom: 30px;
}
.resetWrap .title h3{
	font-weight: 400;
	font-size: 24px;
	text-align: center;
}
/* .resetWrap */
.resetWrap .close::before {
    content: "\2715";
}
.resetWrap .errorTip{
	position: absolute;
	background: url( /assets/public/imgs/errorTip.png ) 8px 3px no-repeat;
	padding-top: 5px;
	left: 10px;
	top: 30px;
	z-index: 2;
	display: none;
}
.resetWrap .errorTipContent.psdErrTip{
	width: 300px;
}
.resetWrap .field::-webkit-input-placeholder {
	color: #8997AE;
	font-size: 12px;
	/* padding: 0 15px; */
  }
/* --- 重置弹窗样式 */
.resetPsswordBtn{
	color: #49A8A0;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
}
.loginForm{
	width: 180px;
	margin: 0 auto;
}
.loginForm .fieldLabel{
	width: 180px;
	height: 32px;
	background: #fff;
	margin-bottom: 20px;
	padding:0 35px;
	position:relative;
	box-sizing:border-box;
}

.loginForm .icon{position:absolute;left:10px;top:50%;background:url( ./imgs/loginIcon.png) no-repeat;}
.loginForm .icon.icon-user{background-position:0 0;width:14px;height:15px;margin-top:-7px;}
.loginForm .icon.icon-pwd{background-position: 0 -18px;width:14px;height:17px;margin-top:-8px;}

.loginForm .field{
	display:block;
	width:100%;
	height: 32px;
	border: none;
	font-size: 12px;
	outline: none;
	text-align:center;
}

.loginForm .password{
	background-position: 8px -27px;
}
.loginForm .submit{
	background: #63c6b3;
	color: #fff;
	width: 180px;
	height: 36px;
	border-radius: 3px;
	font-size:14px;
	border: none;
}
.m-copyright{text-align:center;color:#fff;font-size:12px;padding-top:20px;letter-spacing:1px;}
.floatR{
	float: right;
}


.fieldLabel{
	position: relative;
}
.errorTip{
	position: absolute;
	background: url( /assets/public/imgs/errorTip.png ) 8px 3px no-repeat;
	padding-top: 5px;
	left: 104px;
	top: 30px;
	z-index: 2;
	display: none;
}
.errorTipContent{
	background: #f66;
	height: 20px;
	line-height: 20px;
	color: #fff;
	border-radius: 2px;
	font-size:12px;
	padding: 0 5px;
	display: inline-block;
}

.loginForm .errorTip{
	left: 35px;
}

.loginForm .verifyCodeLabel{background:none;display:none;padding: 0;}

.loginForm .verifyCode{background-image:none;padding:0 10px;width: 85px;display: inline-block;}
.loginForm .imgCode{float:right;}
.loginForm #verifyCodeImg {
	width: 65px;
	margin-left: 5px;
	height: 32px;
	cursor: pointer;
	vertical-align: top;
}

/* remoteremote 异地登录 */
.p-remote-dialog {
  position: fixed;
  width: 100%;
  height: 100vh;
  font-size: 14px;
  color: #3B3C5A;
  background: rgba(0, 0, 0, .5);
  z-index: 9;
	display: none;
}
.p-remote-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-remote-container {
  position: relative;
  width: 400px;
  padding: 30px 20px 43px;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.p-remote-remove {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
}
.p-remote-title {
  text-align: center;
}
.p-remote-title .u-title {
  font-size: 18px;
  font-weight: 500;
  color: #3B3C5A;
  line-height: 24px;
}
.p-remote-content {
  margin-top: 18px;
  font-size: 14px;
  color: #3B3C5A;
  line-height: 24px;
}
.p-remote-content > span {
  color: #63C6B3;
}
.p-remote-form {
  margin-top: 30px;
}
.p-remote-form > input {
  outline: none;
  width: 225px;
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #EAEBEE;
  box-sizing: border-box;
}
.p-remote-form > button {
  width: 115px;
  height: 32px;
  margin-left: 12px;
  font-size: 12px;
  color: #fff;
  background: #63C6B3;
  border: 1px solid #63C6B3;
  border-radius: 4px;
  outline: none;
}
.p-remote-form > button.u-number, .p-remote-form > button:disabled {
	background: #DCDFE6;
  border: 1px solid #DCDFE6;
  cursor: not-allowed;
  color: #8997AE;
}
.p-remote-form > button.u-number {
	display: none;
}
.p-desc {
  margin-top: 15px;
}
.p-remote-btn {
  margin-top: 27px;
  text-align: center;
}
.p-remote-btn button {
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #3B3C5A;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  background-color: #fff;
  outline: none;
}
.p-remote-btn .u-btn-login {
  position: relative;
  color: #fff;
  background-color: #63C6B3;
  border: 1px solid #63C6B3;
}
.p-remote-btn .u-btn-login:disabled {
  background: #DCDFE6;
  border: 1px solid #DCDFE6;
  cursor: not-allowed;
  color: #8997AE;
}

.maskResetPassword{
	position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display:none
}


