body{
    margin:0;
}
a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}
button, input, optgroup, select, textarea {
    margin: 0;
    border:0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
.text-center{
    display: block;
    text-align: center;
}
.warpper {
    font-size: 14px;
    height: 100vh;
    overflow: hidden;
    background: url(../images/login/bg.png) no-repeat;
    background-size: cover;
}
.login-content {
    width: 1150px;
    height: 600px;
    margin: -330px 0 0 -575px;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 9;
}
.login-content .f-hide {
    display: none;
}
.login-content .left-bg {
    width: 750px;
    height: 100%;
    float: left;
    overflow: hidden;
    background: url(../images/login/left-bg.jpg) no-repeat center center/100% 100%;
}
.login-content .left-bg .sys-title {
    margin:0;
    padding-left: 42px;
    padding-top: 195px;
    font-size: 45px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
}
.login-content .left-bg .sys-sponsor {
    padding-left: 42px;
    padding-top: 280px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
.login-content .left-bg .sys-sponsor a{
    color: #fff;
}
.login-content .login-form {
    float: right;
    width: 400px;
    height: 100%;
    position: relative;
}
.login-content .login-form .m-login-phForm {
    width: 400px;
    height: 100%;
    background: #FFFFFF;
    position: relative;
    transition: all .2s;
}
.m-login-phTop {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: 1px solid #D1DDF0;
    position: relative;
    font-size: 20px;
}
.m-login-phTop a {
    float: left;
    padding: 0 25px 0 30px;
    color: #151C23;
    position: relative;
}
.m-login-phTop a.active {
    color: #0094FF;
    font-weight: bold;
}
.m-login-phTop a.active:after {
    display: inline-block;
    content: '';
    width: 80px;
    height: 4px;
    background: #0094FF;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 2px;
    left: 30px;
}
.m-login-styleType {
    padding: 40px 30px 0;
    box-sizing: border-box;
}
.m-login-styleType .m-login-phLine {
    height: 40px;
    border: 1px solid #D1DDF0;
    margin-bottom: 20px;
    position: relative;
}
.m-login-styleType .m-login-phLine input {
    display: block;
    width: calc(100% - 40px);
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
}
.m-login-logType .m-login-phLine input{
    width:100%;
}
.m-login-styleType .reset-border-none {
    border-color: transparent;
    height: 40px;
}
.m-login-styleType .m-login-phLine .m-login-code {
    padding-right: 120px;
}
.m-login-styleType .m-login-phLine .m-login-codeBtn {
    margin:0;
    width: 100px;
    height: 38px;
    background: #0094FF;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    cursor: pointer;
}
.m-login-bindBtn {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #0094FF;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 60px;
    width: 100%;
    cursor: pointer;
}
.m-login-bindBtn:hover{
    color:#fff;
}
.m-login-styleType .m-login-lineBox .icon-xuanzhong {
    color: #fff;
    border: 1px solid #1a192b;
    font-size: 12px;
    border-radius: 3px;
}
.m-login-styleType .m-login-lineBox .z-checked .icon-xuanzhong {
    color: #ffa200;
    border-color: #ffa200;
}
.m-login-styleType .m-login-phLine .m-login-phTip,
.group-text .m-login-phTip{
    width: 100%;
    height: 100%;
    border: 1px solid #E5153E;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 0;
    display: none;
}
.m-login-styleType .m-login-phLine.z-active-pink .m-login-phTip,
.group-text.z-active-pink .m-login-phTip,
.m-login-styleType .m-login-phLine.z-active-pink .m-login-phHint-rel,
.group-text.z-active-pink .m-login-phHint-rel{
    display: block;
}
.m-login-styleType .m-login-phLine .m-login-phHint-rel,
.group-text .m-login-phHint-rel{
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    background: #E5153E;
    border-radius: 18px 18px 18px 0px;
    position: absolute;
    bottom: 0;
    left: 360px;
    white-space: nowrap;
    display: none;
}
.find-form .m-login-phTop {
    border: none;
    height: auto;
    line-height: normal;
}
.find-form .m-login-pwdTit {
    text-align: center;
    line-height: 100px;
}
.m-login-phTop img {
    display: block;
    margin: -18px auto 0;
    width: 100%;
}
.find-form .m-login-pwdPro {
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    width: 280px;
    margin: 10px auto 0;
}
.find-form .m-login-pwdType3 {
    text-align: center;
    color: #32373B;
}
.m-login-styleType .m-login-lineBox a {
    float: right;
    color: #32373B;
    font-weight: bold;
    margin-left: 30px;
}
.footer {
    color: #98B1D8;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 40px;
    left: 0;
}
.footer a{
    color: #98B1D8;
}
.reset-form{
    width:340px;
    margin:0 auto;
}
.form-group .code-btn{
    margin: 0;
    width: 100px;
    height: 34px;
    background: #0094FF;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: auto;
    cursor: pointer;
}
.reset-form .form-group,
.reset-form .form-group div.group-text,
.reset-form .form-group .form-control{
    width:340px;
    overflow: initial;
    zoom: normal;
}
.m-sg-login{
    margin-top: 10px;
    background: none;
    color: #0094FF;
    border: 1px solid #0094FF;
}
.m-sg-login:hover{
    background: #0094FF;
    color: #fff;
}
