* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

.home {
    width: 100%;
    height: 100%;
    background: url("../../images/login/backgroundimg.png") 100%/100%;
}

.loginwrap {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    height: 431px;
    width: 1142px;
    bottom: 0;
}

.loginwrap .whitebg {
    position: absolute;
    left: 0;
    top: 0;
    width: 1142px;
    height: 406px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.loginwrap .whitebg img.topbg {
    position: absolute;
    bottom: -88px;
    left: -31px;
    width: 1204px;
    height: 406px;
}

.loginwrap .whitebg form {
    position: absolute;
    right: 106px;
    top: 30px;
}

.loginwrap .whitebg form .putwrap {
    height: 36px;
    margin-top: 37px;
    display: flex;
    align-items: center;
    width: 375px;
    border-bottom: 2px solid #e6e6e6;
}

.loginwrap .whitebg form .putwrap img {
    width: 16px;
    height: 20px;
    margin-right: 21px;
}

.loginwrap .whitebg form .putwrap input {
    border: none;
    font-size: 18px;
    outline: none;
}

.loginwrap .whitebg form .codewrap {
    display: flex;
}

.loginwrap .whitebg form .codewrap img {
    width: 170px;
    height: 60px;
    margin-top: 17px;
}

.loginwrap .whitebg form .codewrap input {
    border: none;
    outline: none;
    border-bottom: 2px solid #e6e6e6;
    width: 165px;
    margin-top: 35px;
    margin-right: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
}

.loginwrap .whitebg form button {
    width: 375px;
    height: 50px;
    border: none;
    font-size: 18px;
    position: absolute;
    color:#895E4B;
    margin-top: 30px;
    background: linear-gradient(108deg, rgba(247, 236, 216, 1) 0%, rgba(191, 164, 131, 1) 100%);
    border-radius: 30px;
}

.loginwrap .redbg {
    position: absolute;
    overflow: hidden;
    top: -56px;
    background: url(../../images/login/redbg.png) 100%/100%;
    left: 120px;
    width: 482px;
    padding-left: 83px;
    box-sizing: border-box;
    height: 575px;
}

.loginwrap .redbg .bglogo {
    position: absolute;
    top: 108px;
    left: 84px;
    width: 90px;
    height: 90px;
}

.loginwrap .redbg h2 {
    font-size: 38px;
    font-family: 黑体;
    margin-top: 252px;
    color:#895E4B;
    line-height: 41px;
}

.loginwrap .redbg .gang {
    width: 45px;
    height: 6px;
    margin: 30px 0 13px;
    background:#895E4B;
}

.loginwrap .redbg h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    color: #895E4B;
}

.copyright {
    position: fixed;
    bottom: -119px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #666;
}

.mimgbg {
    display: none;
}

@media (max-width: 1000px) {
    .loginwrap {
        position: fixed;
        margin: auto;
        left: 0;
        right: 0;
        top: 2.8rem;
        height: 431px;
        width: 1142px;
        bottom: 0;
    }

    body {
        background: #fff;
    }

    .loginwrap .redbg {
        display: none;
    }

    .loginwrap .whitebg img.topbg {
        display: none;
    }

    .copyright {
        display: none;
    }

    .home {
        background: #FFF;
    }

    .loginwrap {
        width: auto;
    }

    .mimgbg {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 2.4rem;
        width: 100%;
        padding-top: 0.28rem;
        box-sizing: border-box;
        background: url(../../images/login/mheader.png) 100%/100%;
    }

    .mimgbg img {
        width: 0.64rem;
        height: 0.64rem;
        background: rgba(255, 255, 255, 1);
        border-radius: .1rem;
    }

    .mimgbg h2 {
        color: white;
        font-size: 0.18rem;
        margin: 0.1rem auto 0.16rem;
    }

    .mimgbg h4 {
        text-transform: uppercase;
        font-size: 0.11rem;
        width: 1.8rem;
        text-align: center;
        font-weight: normal;
        color: white;

    }

    .loginwrap .mcont {
        position: relative;
        width: 3.45rem;
        display: flex;
        align-content: center;
        top: -0.6rem;
        height: 3.52rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0.03rem 0.1rem 0px rgba(0, 0, 0, 0.1);
        border-radius: 0.1rem;
        margin: 0 auto;
    }

    .loginwrap .whitebg form {
        position: relative;
        top: 0;
        right: 0;
        width: 3.45rem;
        padding: 0.6rem 0 0.4rem;
        height: 3.52rem;
    }

    .loginwrap .whitebg form .putwrap, .loginwrap .whitebg form .codewrap {
        width: 3.13rem;
        display: flex;
        margin: 0 auto;
        height: 0.4rem;
        background: rgba(255, 255, 255, 1);
    }

    .loginwrap .whitebg form .putwrap {
        margin-top: 0.24rem;
    }

    .loginwrap .whitebg form .putwrap:first-child {
        margin-top: 0;
    }

    .loginwrap .whitebg form .putwrap img {
        width: 0.16rem;
        height: 0.16rem;
    }

    .loginwrap .whitebg form .putwrap input {
        flex: 1;
        font-size: 0.14rem;

        color: #333;
    }

    .loginwrap .whitebg form .codewrap {
        margin-top: 0.3rem;
    }

    .loginwrap .whitebg form .codewrap input {
        font-size: 0.14rem;
        flex: 1;
        margin-top: 0;
        height: 0.4rem;
        text-align: left;
        color: #333;
    }

    .loginwrap .whitebg form button {
        width: 2.4rem;
        height: 0.44rem;
        margin: 0.4rem auto;
        display: block;
        font-size: 0.18rem;
        background: linear-gradient(90deg, rgba(255, 129, 112, 1), rgba(255, 90, 87, 1));
        border-radius: 0.22rem;
        position: relative;
    }

    .loginwrap .whitebg form .codewrap img {
        width: 100px;
        height: 50px;
        margin-top: -10px;
    }
}

