/*公用样式*/
body, html{margin: 0px;padding: 0px;}
input:focus {outline: none;}
a{text-decoration:none;color:#333;}
ul li{list-style: none;}
p{margin: 0px;padding: 0px;}
input {transition: all 0.25s ease;}
::-webkit-input-placeholder {color:#757575;}
:-moz-placeholder {color:#757575;opacity:1;}
::-moz-placeholder {color:#757575;opacity:1;}
:-ms-input-placeholder {color:#757575;}
/*主体布局*/
/*登录 begin*/
.login{width:100%;height:100%;position:relative;background:url(../../../resource/webapp/images/login/loginBg.png) no-repeat;background-size:100% 100%;overflow:hidden;color:#999;font-size:14px;cursor:default}
.login-main{position:absolute;margin:auto;top:-80px;left:0;right:0;bottom:0;width:420px;height:380px;padding:20px 40px;box-sizing:border-box;border-radius:5px;background-color:#fff;border:1px rgba(51,51,51,.1) solid}
.login-title{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px #eee solid;font-size:16px;position:relative}
.lg-title-icon{position:absolute;top:0;right:-24px}
.lg-title-img{width:50px;height:50px;cursor:pointer}
.lg-title-img2{display:none}
.lg-title{width:100%;height:100%;display:flex;align-items:center}
.lg-title-item{display:none;line-height:60px;margin-right:40px}
.lg-title-item.active{color:#333;position:relative}
.lg-title-item.active:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#333}
.lg-title-psd,.lg-title-register{display:inline-block;cursor:pointer}
.lg-title-wx{color:#333}

.password-login{width:100%;height:calc(100% - 60px);display:flex;align-items:center;justify-content:space-between;flex-direction:column}
.psd-login-box{width:100%;padding-top:30px;box-sizing:border-box}
.psd-lg-item,.reg-item,.ret-psd-item{width:100%;height:70px;display:flex;align-items:center;justify-content:space-between}
.login-input{width:100%;height:46px;border-radius:5px;border:1px #ddd solid;padding:0 10px;box-sizing:border-box;background-color:#f4f4f4;color:#333;font-size:14px}
.psd-lg-submit,.reg-submit,.ret-psd-submit{width:100%;height:70px;display:flex;align-items:center}
.login-Btn{width:100%;height:46px;border:0;border-radius:5px;font-size:16px;cursor:pointer}
.psd-lg-bot{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;font-size:14px}
.psd-lg-bot-item{display:flex;align-items:center}
.psd-lg-select-box,.reg-select-box{width:15px;height:15px;margin-right:5px;cursor:pointer}
.reg-select-img,.select-box-img{display:inline-block;width:100%;height:100%}
.reg-select-img2,.select-box-img2{display:none}
.select-box-span{color:#333}
.bot-item-span{display:inline-block;color:#999;cursor:pointer}
.bot-item-span:hover{color:#d36f16}
.bot-item-forget-psd{margin-right:10px;padding-right:10px;box-sizing:border-box;position:relative}
.bot-item-forget-psd:after{content:"";position:absolute;right:0;bottom:0;height:17px;width:1px;background-color:#999}
.psd-lg-wx{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}
.psd-lg-wx-icon{width:48px;height:48px;margin-top:20px}
.psd-lg-wx-icon .wx-icon{width:100%;height:100%;cursor:pointer}
.wx-icon2{display:none}
