﻿.container{
    background-color: #e4f3f7;
    position: relative;
    height: 100vh;
    background-image: url(../img/2contbg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
/* .banquan{
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 50%;
    margin-left: -700px;
} */
/* .container>.contbg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
} */

.main{
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
}
.logo{
    width: 170px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.logo>img{
    width: 100%;
    display: block;
}

/* 会员登录 */
.login{
    width: 508px;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0px 0px 20px 5px #b4c0d3; */
    box-shadow: 0px 0px 15px 3px rgb(180 192 211 / 47%);
    margin-left: auto;
    margin-right: 206px;
    padding-bottom: 70px;
}
.login .login_cont{
    width: 365px;
    margin: auto;
}
.login .login_cont .title{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    padding: 60px 0 40px 0;
    margin: auto;
    text-align: center;
}
.login .login_cont .list{
    width: 100%; 
    height: 60px;
    background-color: #ebf1fc;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 26px;
    padding: 0 20px;
    box-sizing: border-box;
}
.login .login_cont .list>span{
    font-size: 20px;
    color: #000000;
    width: 85px;
}
.login .login_cont .list>input{
    width: 225px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000000;
    background: none;
}
.login .login_cont .list>.captchaImg{
    width: 80px;
    height: 40px;
    margin-left: auto;
}
.login .login_cont .list>.captchaImg img{
    width: 100%;
    height: 100%;
    display: block;
}
.login .login_cont .forgit {
    text-align: right;
    margin-top: 18px;
}
.login .login_cont .forgit a{
    font-size: 18px;
    color: #000000;
    text-align: right;
}
.login .login_cont .forgit a:hover{
    color: #0466f9;
}
.login .login_cont .submit{
    width: 100%;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    line-height: 60px;
    font-size: 25px;
    text-align: center;
    background: linear-gradient(to bottom,#fdce62,#fbb952);
    margin-top: 40px;
    display: block;
}
.login .login_cont .zhuce{
    text-align: right;
    font-size: 20px;
    color: #000000;
    text-align: right;
    margin-top: 24px;
}
.login .login_cont .zhuce a{
    color: #0466f9;
}
/* 忘记密码 */
.forget{
    width: 549px;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0px 0px 20px 5px #b4c0d3; */
    box-shadow: 0px 0px 15px 3px rgb(180 192 211 / 47%);
    margin-left: auto;
    margin-right: 212px;
    padding-bottom: 80px;
}
.forget_cont{
    width: 430px;
    /* padding-left: 40px; */
    margin: auto;
}
.forget .forget_cont .title{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    padding: 60px 0 30px 0;
    margin: auto;
    text-align: center;
}
.forget_cont .list{
    margin-top: 26px;
    display: flex;
    align-items: center;
    position: relative;
}
.forget_cont .list>span{
    width: 95px;
    font-size: 20px;
    color: #000000;
}
.forget_cont .list>input{
    width: 287px;
    height: 60px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000000;
    background: #ebf1fc;
    padding: 0 28px;
    box-sizing: border-box;
    border-radius: 8px;
}
.forget_cont .captchaImg{
    position: absolute;
    width: 80px;
    height: 40px;
    right: -45px;
    cursor: pointer;
}
.forget_cont .captchaImg>img{
    width: 100%;
    height: 100%;
    display: block;
}
.forget_cont .submit{
    width: 287px;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    line-height: 60px;
    font-size: 25px;
    text-align: center;
    background: linear-gradient(to bottom,#fdce62,#fbb952);
    margin-top: 10px;
    display: block;
}
.forget_cont .text{
    font-size: 16px;
    color: #000000;
    padding-left: 10px;
}
/* 用户注册 */
.register{
    width: 586px;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0px 0px 20px 5px #b4c0d3; */
    box-shadow: 0px 0px 15px 3px rgb(180 192 211 / 47%);
    margin-left: auto;
    margin-right: 186px;
    padding-bottom: 30px;
}

.register_cont{
    width: 470px;
    /* padding-left: 40px; */
    margin: auto;
}
.register_cont .title{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    padding: 45px 0 25px 0;
    margin: auto;
    text-align: center;
}
.register_cont .list{
    margin-top: 24px;
    display: flex;
    align-items: center;
    position: relative;
}
.register_cont .list>span{
    width: 100px;
    font-size: 20px;
    color: #000000;
}
.register_cont .list>input{
    width: 365px;
    height: 60px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000000;
    background: #ebf1fc;
    padding: 0 28px;
    box-sizing: border-box;
    border-radius: 8px;
}
.register_cont .submit{
    width: 365px;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    line-height: 60px;
    font-size: 25px;
    text-align: center;
    background: linear-gradient(to bottom,#fdce62,#fbb952);
    margin-top: 10px;
    display: block;
}
.register_cont .zhuce{
    text-align: right;
    font-size: 20px;
    color: #000000;
    text-align: right;
    margin-top: 24px;
    width: 100%;
}
.register_cont .zhuce a{
    color: #0466f9;
}