.bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.manager {
    height: 950px;
    background: url(../images/bg2.png) top center no-repeat;
    width: 100%;
    margin: 0 auto;
    background-position-y: 380px;
}

.manager .logo {
    display: block;
    margin-left: 19%;
    margin-bottom: 24px;
}

.manager input {
    width: 337px;
    height: 49px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(153, 153, 153, 1);
    text-indent: 2em;
}

.manager .checked {
    display: inline;
    margin: 0;
}

.manager .submit {
    background: rgba(198, 27, 26, 1);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    margin-top: 30px;
}

.remember {
    margin-top: 12px;
}

.manager .remember span {
    display: inline-block;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(102, 102, 102, 1);
    margin-left: 10px;
}

.manager .remember input {
    width: 28px;
    height: 12px;
}

.manager .img {
    position: relative;
}

.manager .img img {
    position: absolute;
    top: 36px;
    left: 10px;
}

.manager .button {
    text-indent: 0;
}

.manager .manager_content {
    width: 350px;
    margin: 0 auto;
    padding-top: 238px;
    padding-right: 14px;
}

.bg2 {
    background: url(../images/managerbg2.png) top center no-repeat;
    height: 840px;
}

.bg3 {
    background: url(../images/managerbg1.png) top center no-repeat;
    height: 840px;
}