/*html, body {*/
    /*height: 100%;*/
/*}*/

/*body {*/
    /*background: linear-gradient(10deg, rgba(116, 132, 153, 1) 0%, rgba(148, 164, 179, 1) 100%) !important;*/
/*}*/
#loginapp{
    width: 100vw;
    height: 100vh;
    color: #333;
    background: #f5f7f9;
    font-size: .9rem;
}
.logo {
    width: 180px;
    padding: 20px 12px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.logofont {
    font-weight: bold;
    color: #fff;
    font-size: 26px;
}

.logoimg {
    width: 77px;
    height: 66px;
    margin-right: 25px;
}

.logoimg img {
    width: 100%;
}

.logofont .url {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 3.5px;
    margin-top: 5px;
}

.copyright {
    margin-top: 5%;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.login_wrap {
    /*width: 518px;*/
}

.outerLayer {
    background: url(../images/login/login_bg1.png) 50%/cover;
    height: 100vh;
    width: 100vw;
    position: relative
}

.sellback {
    width: 420px;
    height: 430px;
    /*margin:0 10% 0px auto;*/
    margin: 10vh auto 0 auto;
    background-color: #fff;
    border-radius: 10px;
}

.warp_content {
    width: 340px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.warp_content .title {
    margin-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.warp_content .title h3 {
    font-size: 20px;
    color: #333;
    line-height: 32px;
}

.formInfo {
    /*margin-top: 30px;*/
    overflow: hidden;
}
.formInfo > div:nth-child(1),.formInfo > div:nth-child(2){
    height: 210px;
}

.formInfo .formText {
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.formInfo .formText .input-text {
    border: 0;
    height: 42px;
    padding: 6px 28px 6px 18px;
    width: 340px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.formInfo .formText input:focus {
    outline: none;
    box-shadow: none;
}

.formInfo .formText .login-icon {
    position: absolute;
    top: 9px;
    left: 18px;
    width: 14px;
    height: 13px;
    z-index: 9;
    border-right: 1px solid #E3E4E8;
    height: 30px;
    width: 30px;
}


.formInfo .submitDiv {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

/*.formInfo .submitDiv .sub {*/
    /*width: 135px;*/
    /*height: 44px;*/
    /*border: 0;*/
    /*background: linear-gradient(10deg, rgba(253, 85, 0, 1) 0%, rgba(253, 85, 0, 1) 100%);*/
    /*color: #FFF;*/
    /*padding: 0;*/
    /*font-size: 16px;*/
    /*cursor: pointer;*/
    /*font-family: "Microsoft YaHei";*/
/*}*/

/*.formInfo .submitDiv .qp_sub {*/
    /*width: 100%;*/
    /*border-radius: 5px;*/
/*}*/

.passwordText {
    height: 20px;
    margin-top: 15px;
    line-height: 20px;
}

.passwordl {
    float: left;
    height: 20px;
    line-height: 20px;
}

.passwordl .check {
    width: 17px;
    height: 17px;
    border: 1px solid #D4D4D4;
    background-color: #fff;
}

.passwordl label {
    margin-top: -10px;
    margin-left: 3px;
}

.passwordr {
    float: right;
    color: #999;
}

.passwordr a {
    font-size: 14px;
    color: #999;
    margin: 0 5px;
}

/*------------------*/
.l-login{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.l-login-left{
    height: 100%;
    align-items: center;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    padding-right: 50px;
    padding-left: 20px;
}

.l-login-left img{
    width: 100%;
}

.l-login-title{
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.l-login-title .tab {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
    letter-spacing:5px;
}

.l-login-title .tab:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    background: #1472ff
}

.l-login-title .tab.active:before {
    width: 100%;
    transition: all .2s linear
}

.l-login-title .tab:last-child {
    margin-right: 0;
    margin: 0 auto;
}


.item-title{
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}
.l-login-right{
    width: 520px
}
.l-login-right .l-login-content{
    background: #fff;
    padding: 60px 48px 60px 48px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    transform: scale(.9);
    border-radius: 12px;
    min-height: 560px;
}
.l-login-weixin{
    position: absolute;
    right: 42px;
    top: 42px;
}
.login-t{
    position: absolute;
    left: -100px;
    top: 5px;
    box-sizing: content-box;
    width: 87px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    background: #d9e5ff;
    border: 1px solid #bad0ff;
    color: #3778ff;
}
.login-t::after{
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: #d6e4f7;
    transform: translateX(0.5px);
    margin-left: -2px;
    z-index: 1;
}
.l-login-weixin img{
    width: 42px;
    height: 42px;
}
.wx-title{
    margin: 0;
    padding-top: 35px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.wx-code{
    width: 200px;
    height: 200px;
    /*border: 1px solid #e2e2e2;*/
    /*padding: 10px;*/
    border-radius: 4px;
    margin: 60px auto 20px;
}
.wx-code img{
    width: 100%;
    height: 100%;
}
.wx-tip{
    font-size: 14px;
    color: #333;
    text-align: center;
}
.tijiao{width: 100%;height: 54px;font-size: 20px;background-color: #136ffe!important;margin-top: 80px;border-radius: 6px!important;}