
#login{
    width: 100%;
    height: 100%;
}
#login > div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
}

#login > div:nth-child(1) > span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 68px;
    display: inline-block;
    line-height: 90px;
    font-size: 36px;
    color: #333333;
    padding-left: 71px;
    background: url("../img/logo_1.png") no-repeat center left;
    background-size: 48px 48px;
}

#login > div:nth-child(1) > span:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 40px;
    display: inline-block;
    color: #333333;
    width: 232px;
    height: 20px;
    margin-top: -10px;
    background: url("../img/right.png");
}

#login > img:nth-child(2) {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    min-width: 1280px;
    height: auto;
    min-height: 507px;
    z-index: 0
}

.loginContainer {
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -171px;
    width: 420px;
    height: 342px;
    background: rgba(255, 255, 255, 0.3);
}

.loginWrap {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 392px;
    height: 313px;
    background: #ffffff;
    border-radius: 4px;
    padding-top: 24px;
}

.loginWrap > div:nth-child(1) {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    text-align: center;
}
.loginWrap > .input:hover {
    border-bottom: 1px solid #29aeef;
}
.loginWrap > .input {
    height: 34px;
    line-height: 34px;
    width: 335px;
    margin-left: 29px;
    margin-top: 30px;
    border: 0;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}
.loginWrap >.input>input{
    height: 32px;
    line-height: 32px;
    width: 298px;
    margin-left: 37px;
    border: 0;
}
.loginWrap >.input:nth-child(2){
    margin-top: 28px;
    background-image: url("../img/user.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 10px 9px;
}
.loginWrap >.input:nth-child(2):hover{
    background-image: url("../img/user1.svg");
}
.loginWrap >.input:nth-child(3){
    background-image: url("../img/password.svg");
    background-size: 16px 16px;
    background-position: 10px 9px;
    background-repeat: no-repeat;
}
.loginWrap >.input:nth-child(3):hover{
    background-image: url("../img/password1.svg");
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    font-size: 12px;
    color: #999999;
}
.forget{
    width: 100%;
    height: 12px;
    display: block;
    line-height: 12px;
    font-size: 12px!important;
    color: #999999;
    text-align: right;
    padding-right: 28px;
    margin-top: 8px;
}
.forget>a{
    font-size: 12px!important;
    color: #999999;
    margin-top: 8px;
}
#submit{
    width: 335px;
    height: 40px;
    display: block;
    margin: 30px auto 16px;
    line-height: 40px;
    background: #29AEEF;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}
.register{
    margin-top: 20px;
    text-align: center;
    line-height: 14px;
}
.register>span{
    color: #999999;
    font-size: 12px;
}
.register>a{
    color: #29AEEF;
    font-size: 14px;
}
.fixed {
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 50px;
    height: auto
}
.toHelp{
    top: 0;
}
.codeImg, .toHelp {
    position: absolute;
    left: -150px;
    display: none
}

.fixed img {
    cursor: pointer;
    margin-bottom: 5px
}

.codeImg {
    width: 150px;
    height: auto;
    bottom: 0;
}
