.dn{
	display: none!important;
}
.loginBg{
    position:fixed;
    width: 100%;
    height: 100%;
	min-width: 1200px;
	min-height: 802px;
	background:url('../../images/mall/login_bg.png?v=1') no-repeat center/cover;
    padding-top: 100px;
}
.loginBox{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
	position: relative;
}
.loginImg{
	width: 400px;
	height:550px;
	position:relative;
}
.loginImg .logoLink{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 200px;
	height: 80px;
}
.loginImg .btn{
    width: 330px;
    height: 52px;
    display: block;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #003E8E;
	position: absolute;
	bottom: 20px;
	left: 0px;
	background: border-box;
}
.loginImg .btn .iconfont{
	font-size: 14px;
	margin-left: 5px;
}
.loginImg .loginTips{
	font-size: 16px;
	color: #999;
	position: absolute;
	bottom: 25px;
	left: 0px;
}
.loginImg .loginTips a{
	color: #003E8E;
}
.loginMain{
    color: #545454;
}
.loginMain_img_link{
	display:inline-block;
	height:98px;
}
.loginMain_img{
	width:376px;
	height:98px;
	margin-bottom:44px;
}
.loginMain_img_register{
	width:376px;
	height:98px;
	margin-bottom:24px;
}
.login_common_Main{
    width: 550px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0px 4px 10px 0px rgba(27, 62, 137, 0.1);
    padding: 30px;
}
.padding_entry{
	padding: 34px 70px 42px 64px;
}
.padding_register{
	padding: 41px 70px 35px 64px;
}
.login_common_bind{
	width: 450px;
	box-sizing: border-box;
	border-radius:16px;
	background: #fff;
	padding: 25px 27px 30px;
}
.loginMain .title{
    font-size: 32px;
    font-weight: 800;
    color: #333;
    text-align: center;
}
.loginMain .register_title{
	font-size: 36px;
	line-height: 43px;
	/* font-weight: bold; */
	color:#545454;
}
.loginMain .tit2{
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
.loginMain .blueT{
	margin-left: 5px;
	color: #003E8E;
}
.marB{
	margin-bottom: 15px;
}
.marT{
	margin-top: 15px!important;
}
.loginInput{
	margin-top: 24px;
	position: relative;
}
.loginBtn_three{
  background-color: rgba(241, 69, 69, 1);
  border-radius: 6px;
  height: 36px;
  width: 360px;
  font-size:16px;
  text-align:center;
  line-height:36px;
  color: #fff;
  margin-top:16px;
}

.loginInput .tips,
.forGetTitleDiv .tips {
	display: flex;
	align-items: center;
	position: absolute;
	color: #ee2222;
	font-size: 12px;
	margin-top:4px;
}

.loginInput .tips {
	bottom: -20px;
}

.loginInput .tips img,
.forGetTitleDiv .tips img {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.loginInput .tips span,
.forGetTitleDiv .tips span {
	word-wrap: normal;
}
.loginInput .inText_tit{
	font-size: 16px;
	line-height: 26px;
}
.loginInput .inText{
    width: 100%;
    height: 52px;
    border: 1px solid #E0E0E0;
    font-size: 16px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background-color: #f7f7f7;
}

/* 2023-03-28  新加 验证码样式*/
.loginphrase{
	border: none!important;
}
.loginphrase #phrase{
	width: 256px;
    border: 1px solid #545454;
    height: 36px;
    border-radius: 6px;
    padding: 0 10px;
    float: left;
	display: inline-block;
}
.loginphrase #captcha{
	width: 88px;
    height: 36px;
    margin-left: 16px;
    display: inline-block;
}

/* 2023-03-28  新加 验证码样式end */

.eyeOpen,.eyeClose{
	display: block;
	position: absolute;
	right: 10px;
	top: 43px;
	cursor: pointer;
	font-size: 20px;
}
.loginTips{
	height: 30px;
	margin-bottom: 20px;
}
.loginTips p{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ff5a00;
	margin: 0;
	padding: 0;
}
.pswTips{
	margin-top: 35px;
	height: 30px;
	line-height: 16px;
	font-size: 14px;
	color: #545454;
}
.pswTips .check{
	float: left;
	cursor: pointer;
	/* background: url(../../images/mall/checkBox.png) no-repeat left top; */
}
.pswTips .check.on{
	float: left;
	/* background: url(../../images/mall/checkBox.png) no-repeat 0px -47px; */
}
.pswTips .check .icon{
	margin-right: 5px;
	/* display: none; */
}
.pswTips .pswR{
	float: right;
}
/* 新checkbox */
.pswTips_new{
	width: 100%;
	margin-top: 18px;
	height: 30px;
	line-height: 16px;
	font-size: 14px;
	color: #545454;
	display: flex;
	align-items: flex-start;
}
.pswTips_new_text{
	display: inline-block;
	width:390px;
}
.pswTips_new .check{
	display: inline-block;
	cursor: pointer;
    margin-right: 5px;
	/* background:url('../../images/mall/sc_pay_normal.png') no-repeat center; */
}
.pswTips_new .check.on{
	/* border:none !important;
	background:url('../../images/mall/new_select_y.png') no-repeat center !important; */
}
.pswTips_new .check .icon{
	/* display: none; */
}
.pswTips_new .pswR{
	float: right;
}
a:link,a:visited{
	color: #545454;
	text-decoration: none;
}
a:hover{
	color: #0071bf;
}
.SubmitAforGet:hover{
	color: #fff !important;
}
.loginBtn{
    width: 100%;
    height: 52px;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 30px;
    cursor: pointer;
}
.otherLogin .icon{
	float: left;
	width: 40px;
	height: 40px;
}
.init_google_box{
	position:absolute;
	left:0;
	top:0;
}
.init_google_right{
	display: inline-block;
	width: 312px;
	height: 48px;
	float:right;
	background:#fff;
}
.init_google_right i {
	display: inline-block;
	width:312px;
	height:48px;
	font-size:16px;
	line-height:48px;
	background:#DCEBFF;
	border-radius: 8px;
}
.otherLogin span{
	display: inline-block;
	width: 320px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #454545;
	border-radius: 8px;
}
.otherLogin {
	display: inline-block;
	width: 360px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #454545;
	border-radius: 8px;
	margin-top: 16px;
}
.otherLogin.l1 .icon{
	background: url(../../images/mall/loginIcon.jpg) no-repeat left top/cover;
}
.otherLogin.l2 .icon{
	background: url(../../images/mall/loginIcon.jpg) no-repeat left bottom/cover;
}
.otherLogin.l1 span{
	background-color: #dfedff;
}
.otherLogin.l2 span{
	background-color: #c7d3ff;
}


.reg_getYZMBtn{
	color: #7C9AC3;
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 16px;
	background-color: #f7f7f7;
}
.loginInput .getYZM_text{
	width: 100%;
}
.reg_errowTips{
	position: absolute; 
	top: 36px; 
	display: flex; 
	align-items: center; 
	color: #f69e97; 
	font-size: 14px;
}


.forPgetlogo{
	float: left;
}
.forPgetTop{
	padding: 50px 100px;
	overflow: hidden;
}
.forPgetTopp{
	float: left;
	padding-left: 30px;
	padding-top: 30px;
}
.forPgetTopp a{
	color: #5880F1;
}
.forGetMain{
	padding: 50px 0px 50px 300px;
}
.forGetTitle{
height: 50px;
font-size: 36px;
font-weight: bold;
color: #545454;
line-height: 50px;
margin-bottom: 30px;
}
.forGetTitlepp	{
	width: 394px;
	font-size: 18px;
font-weight: 500;
color: #545454;
line-height: 25px;
margin-bottom: 60px;
}
.forGetTitleDiv{
	height: 60px;
	position: relative;
}

.forPWD_errowTips{
	position: absolute;
	left: 0;
	top: 40px;
	color: #f69e97;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.SubmitAforGet,
.CancelforGet{
    display: block;
    height: 52px;
    border-radius: 8px;
    line-height: 52px;
    cursor: pointer;
	text-align: center;
	font-size: 16px;
}
/* .SubmitAforGet:hover{
	background: #5C81ED;
	color: #fff;
} */
.forGetBtm{
	width: 360px;
	height: 20px;
font-size: 14px;
font-weight: 400;
color: #545454;
line-height: 20px;
}


.wrap_box{
	margin:0 auto;
}
/* 忘记密码新样式 */
.loginPassword_top_35{
	margin-top:35px;
}
.loginPassword_top_20{
	margin-top:20px;
}
.loginPassword_next{
  height: 36px;
  width: 360px;
  background-color: rgba(241, 69, 69, 1);
  border-radius: 6px;
  font-size:16px;
  color:#fff;
}
.loginPassword_pass_status{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-top:108px;
}
.pass_status_box{
	display: flex;
	align-items: center;
}
.status_icon{
	display: inline-block;
	width:64px;
	height:64px;
}
.status_text{
	font-size:16px;
	color:#545454;
	margin-left:24px;
}
.loginPassword_pass_hint{
	font-size:16px;
	color:#545454;
	margin:83px 0 20px 0;
	text-align:left;
}
.loginPassword_success_icon{
	width:144px;
	height:144px;
	background:url('../../images/mall/forsetPas_success.png') no-repeat center;
	margin:20px auto;
}
.loginPassword_success_hint{
	font-size:16px;
	color:#545454;
}
.loginPassword_success_re{
	width:360px;
	height:36px;
	border-radius:6px;
	margin-top:40px;
	font-size:16px;
	text-align:center;
	line-height:36px;
	background:rgba(241, 69, 69, 1);
	color:#fff;
	cursor: pointer;
}
.loginPassword_success_re a{
	color:#fff;
}
.loginPassword_main_mailbox{
	text-align:left;
}
.googleLoginStyle{
	display: block;
	margin-top:16px;
	position: relative;
}
.three_common_Main{
    width: 510px;
    box-sizing: border-box;
    border-radius: 16px;
    background: #fff;
    padding: 40px 66px 40px 64px;
}
.three_min{
    padding: 35px 70px 33px 64px !important;
}
.three_title{
	font-size: 30px;
    line-height: 36px;
    color: #545454;
}
.loginBtn_red{
	background:#F14545 !important;
}
.login_goole_cover{
	position: absolute;
    z-index: 100;
    pointer-events: none;
	background:#fff;
}
/* 兼容搜狗浏览器输入框*/
input[type="password"]::-webkit-input-safebox-button{
	display: none;/*去掉搜狗浏览器密码软盘*/
}
.form_padding_left11{
    padding-left:11px;
}
.register_margin16{
    margin-top:20px !important;
}
.login_footer{
	text-align: center;
	font-size: 16px;
	color: #888F98;
	padding-bottom: 30px;
	margin-top: -50px;
}