.login-content{
    /*min-height: 980px;*/
}
.login-bg {
    background: url("../login-v6/bg.png") no-repeat center top;
    background-size: cover;
    height: 100%;
    position: relative;
    min-height: 980px;
}

.logo{
    width: 215px;
    height: 136px;
    margin-left: 33px;
    background: url("/assets/images/login-v6/logo.png") no-repeat center;
    background-size:contain;
}

.main{

}

/*导航*/
.login-nav{
    display: inline-block;
    width: 60px;
    margin-top:150px ;
}

.layout{
    height: 51px;
    background: url("/assets/images/login-v6/home.png") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 26px;
}

.layout a{
    display: inline-block;
    width: 100%;
    height: 100%;
}


.server{
    background-image: url("/assets/images/login-v6/serve.png");
}

.download{
    background-image: url("/assets/images/login-v6/download.png");
}
/*中间内容*/
.content{
    position: absolute;
    left: 0;
    right: 0;
    top:280px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.banner-box{
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
    /*
    border-radius: 20px ;
    box-shadow: -20px 15px 30px #d7d7d3;*/
    background: #fff;
}

/*输入框*/
.login-main {
    position: absolute;
    width: 100%;
    padding: 0;
    top: 350px;
}

.main-box{
    display: flex;
    justify-content: center;
}

.login-l {
    display: inline-block;
    height: 78px;
    border-radius: 10px;
    margin: 0 auto;
}
.login-wrap {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    margin-top:25px;
}
.login-item{
    height: 50px;
    padding-left:10px;
}
.login-item:first-of-type{
    padding-left:0px;
}
.login-div{
    width: 200px;
}
.hidden{
    display: none ;
}

.login-input {
    box-sizing: border-box;
    width: 280px;
    height: 45px;
    line-height: 45px;
    padding: 5px 10px 5px 25px;
    border: 0px solid #e45b5d;
    color: #333;
    transition: all 0.3s;
    border-radius: 25px;
    background: #e9ada0;
}

.login-input::placeholder{color:#333;}
.jack-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.2);*/
    padding: 15px 0;
}

.jack-bottom .copy-right, .jack-bottom .login-remind {
    color: #333;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.jack-bottom .login-remind {
    margin-top: 5px;
}

.login-btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-image: linear-gradient( #fff, #f1bbad );
    linear-gradient(
            #fe5337,
            #fe5337);
    background-blend-mode: normal, normal;
    border-radius: 25px;
    color: #e92424;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border: none;

}
#J-button-submit{
    background-image: linear-gradient( #ffdc7d, #ffaf51 );
}
.login-item .registered{
    display: inline-block;
    text-align: center;
    font-size:16px;
    color:#e92424;
    position: relative;
    /*bottom: 10px;*/
}

/*错误提示*/
.error-remind {
    padding-bottom: 5px;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    height: 23px;
}

.warning-logo {
    display: inline-block;
    float: left;
    width: 20px;
    height: 18px;
    margin-right: 8px;
    background: url(../login-v5/warning.png) no-repeat;
}
.html5zoo-wrapper-0{
    overflow: hidden;
}

/*ie8不能正常显示的样式开始*/
.ie-8 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 150px;
    color: #fff;
    text-align: center;
    display: none;
}

.ie-8 .ie-text {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #FFD89A;
}

.ie-8 .ie-a {
    position: relative;
}

.ie-8 .ie-pic a {
    margin: 0 10px;
}



