.login_top {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
}

.top_content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
}

.top_content>img {
    margin-right: 30px;
    width: 152px;
    max-height: 66px;
    margin-bottom: 14px;
}

.top_content>b {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #323232;
    line-height: 36px;
    letter-spacing: 1px;
    margin-right: 30px;
}

.top_content>span {
    display: inline-block;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #646464;
    line-height: 36px;
    border-left: #E2E2E2 1px solid;
    padding: 0 0 0 30px;
}

.container {
    height: 100%;
}

.bodyContent {
    height: 90%;
}

.content {
    position: relative;
    height: 100%;
    width: 100%;
    background: url('../images/imgsLogin/loginNew.png') no-repeat center center;
    background-size: 100% 100%;
}

.logoImg {
    position: absolute;
    top: 65px;
    left: 85px;
    width: 251px;
    height: 66px;
}

.logoForm {
    padding: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
}

.logoForm .clearfix>h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #323232;
    line-height: 20px;
}

.logoForm>div {
    width: 360px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* .logoForm>div>h2 {
    font-size: 24px;
    color: #1AAF5D;
    text-align: center;
    margin-bottom: 18px;
    font-weight: 700;
} */

/* .logoForm>div>img {
    vertical-align: middle;
    border: 0 none;
} */

.logoForm>div>span {
    font-size: 14px;
    vertical-align: middle;
    color: #323232;
    margin-left: 7px;
}

.passwordInput {
    margin-top: 8px;
}


.logoForm>div>input {
    display: block;
    margin-bottom: 20px;
    width: 300px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #C7C7C7;
    padding: 0 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #323232;
    font-size: 14px;

}

.logoForm>div>input.username {
    background: url(../images/imgsLogin/username.png)no-repeat;
    background-size: 20px 20px;
    background-position: 10px;
}

.logoForm>div>input.pass_word {
    background: url(../images/imgsLogin/password.png)no-repeat;
    background-size: 20px 20px;
    background-position: 10px;
}

.usernameImg {
    position: absolute;
    top: 75px;
    left: 43px;
    width: 14px;
}

.passwordImg {
    position: absolute;
    top: 156px;
    left: 43px;
    width: 14px;
    /* height: 19px; */

}

.logoForm>div .validCode_box {
    height: 40px;
    margin: 20px 0;
}

.logoForm>div .randomError_box {
    width: 498px;
    height: 14px;
    float: right;
    border: 1px black;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    padding-right: 0;
}

.logoForm>div .validCode_box>input {
    float: left;
    border-radius: 4px;
    border: 1px solid #C7C7C7;
    width: 150px;
    height: 38px;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    text-indent: 20px;
    background: url(../images/imgsLogin/code.png)no-repeat;
    background-size: 20px 20px;
    background-position: 10px;
}

input::-webkit-input-placeholder {

    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #909090;
}

input::-moz-placeholder {

    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #909090;
}

input:-moz-placeholder {

    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #909090;
}

input::-ms-input-placeholder {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #909090;
    color: rgba(255, 255, 255, 0.8);
}

.keyImg {
    position: absolute;
    top: 228px;
    left: 43px;
    width: 12px;
    /* left: -329px; */
}

.logoForm>div .validCode_box>img {
    float: right;
    width: 140px;
    height: 38px;
    padding: 0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
}

.randomBtn {
    border: none;
    padding: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ccd3e1;
    /* background: #1AAF5D; */
    margin-top: 6px;
    text-align: center;
    background: rgb(22, 155, 213);
    border-radius: 5px;
    margin-left: 27px;
    cursor: pointer;
    float: left;
}

.randomN {
    font-weight: 300;
    color: #ccd3e1;
    line-height: 40px;
    width: 48px;
    height: 21px;
    font-size: 18px;
}

.randomError {
    width: 260px;
    height: 14px;
    float: right;
    border: 1px black;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    /*background: url("../images/imgsLogin/phone.png") no-repeat;*/
    padding-left: 16px;
    margin-top: 2px;
    display: none;
}

.validCodeRemark {
    width: 190px;
    height: 54px;
    float: left;
    border: 1px black;
    line-height: 54px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    /*background: url("../images/imgsLogin/validCodeRemark.png") no-repeat;*/
    padding-left: 16px;
    margin-top: 2px;
}

.validCodeRemark>img {
    width: 28px;
    height: 35px;
}

.submitBtn {
    width: 300px;
    height: 40px;
    background: #1AAF5D;
    border-radius: 4px;
    border: none;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    background: #1AAF5D;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.loginN {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.orientation {
    position: relative;
}

.btn-bg-gray,
.btn-bg-gray:hover {
    background-color: #d2d2d2;
    color: #fff;
    cursor: default;
    border: 0;
}
