body{
    margin: 0;
    padding: 0;
}
input,button{
    font-family:'Montserrat', sans-serif, apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    outline: none;
    padding: 0;
    letter-spacing: 0.03rem;
}
input.inputText{
    background-color: #f7f8fd;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 10px;
    font-size: 17px;
}
textarea{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
input[type=color], input[type=date], 
input[type=datetime-local], input[type=datetime], 
input[type=email], input[type=month], input[type=number], 
input[type=password], input[type=search], input[type=tel], 
input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
    margin: 0;
    padding: 10px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=search]{
    background:none;
    text-align: left;
}
select{
    border: 1px solid rgba(0,0,0,.2) !important;
    border-radius: 5px;
    font-size: 16px;
    padding: 0;
    line-height: 38px;
    padding: 0 10px;
    cursor: pointer;
    appearance: auto;
    height: 40px;
}
ol, ul, li{ list-style-type:none; margin:0; padding:0;}
a{ color:#2f3c4e; display: inline-block;}
a:hover{ color:#25355e; text-decoration: underline;}
h1,h2,h3,p{ margin:0; font-weight: normal; font-size: 16px;}
.bjLogin{
    background-color: #deebfe;
    position: relative;
}
.bjLogin::after{
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background: url(../img/1.png) no-repeat;
    background-size: 100% auto;
    width: 90%;
}
.LoginDiv{
    height: 770px;
    max-width: 1600px;
    width: 90%;
    border-radius: 20px;
    background-color: #fff;
    margin:75px auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.LoginLeft{
    padding: 20px;
    width: 35%;
    display: flex;
    justify-content: center;


}
.LoginNr{
    width: 100%;
}
.LoginRight{
    width: 65%;
}
.LoginRight img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.LoginNr ul{
    position: relative;
    padding: 60px 0 50px 0;
    max-width: 400px;
    width: 400px;
    margin: auto;
}
.LoginLogo{
    width: 100%;
}
.LoginNr ul li{
    padding: 10px 0;
}
.LoginNr ul li input{
    width: 100%;
    border: 2px solid #f0f3f7;
    line-height: 35px;
    border-radius: 28px;
    font-size: 18px;
    padding-left:65px;
    position: relative;
}
input.LoginID{
    background: url(../img/6.png) no-repeat center left 15px;
}
input.Password{
    background: url(../img/7.png) no-repeat center left 15px;
}
.LoginNr ul li button{
    width: 100%;
    line-height: 60px;
    padding: 0;
    border:0;
    background: #3d9bff;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.LoginNr ul li button:hover{
    background-color: #3d86ff;
}
.LoginNr ul li:last-child{
    text-align: right;
}
.LoginNr ul li:last-child a{
    color: #3d9bff;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
}
.LoginNr ul li:last-child a:hover{
    text-decoration: underline;
}
.LoginContact{
    text-align: right;
    max-width: 400px;
    margin: auto;
    cursor: pointer;
}
.LoginRight1{
    display: none;
}
.tanchangBox{
    position: fixed;
    top: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.loginBox.active,
.QRBox.active{
    display: flex;
}
.tBoxText{
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    min-width: 300px;
    min-height: 250px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.loginBox .tBoxText{
    padding: 20px 10px 60px 10px;
    width: 300px;
}
.loginBox .tBoxText::before{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    background: url(../img/a10.png) no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
}
.tBoxText span{
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
.tBoxText b{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #2f3c4e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right:45%;
    bottom: 15px;
    opacity: 0.8;
    cursor: pointer;
}
.QRBox .tBoxText b{
    right: 15px;
}
.QRBox .tBoxText{
    max-width: 90%;
}
.QRBox .tBoxText img{
    width: 100%;
}
.Bclose:after {
    content: "";
    position: absolute;
    display: block;
    width:68%;
    height: 6%;
    transform: rotate(-45deg);
    background-color: #2f3c4e;
}
.Bclose::before {
    content: "";
    position: absolute;
    display: block;
    width: 68%;
    height: 6%;
    transform: rotate(45deg);
    background-color: #2f3c4e;
}
@media screen and (max-width:1600px){
    .LoginDiv{
        height: auto;
        width: 95%;
    }
}
@media screen and (max-width:1400px){
    .LoginLeft{
        width: 32%;
    }
    .LoginRight{
        width: 68%;
    }
    .LoginNr ul{
        width: 100%;
    }
    .LoginNr img{
        max-width: 90%;
    }
}
@media screen and (max-width:1100px){
    .LoginDiv{
        position: relative;
        margin: 45px auto;
    }
    .LoginNr ul{
        padding: 20px 0;
    }
    .LoginNr ul li input{
        line-height: 30px;
    }
    .LoginNr ul li button{
        line-height: 55px;
    }
    
}
@media screen and (max-width:1000px){
    .LoginLeft{
        width: 80%;
        margin: auto;
        background-color: #fff;
    }
    .LoginNr ul{
        max-width: 100%;
    }
    .LoginRight{
        width: 100%;
    }
    .LoginDiv{
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        margin: 0;
        background: none;
        border-radius: 0;
    }
    .bjLogin{
        background: none;
    }
    .bjLogin::after{
        display: none;
    }
    .LoginRight1{
        display: block;
    }
    .LoginRight1 img{
        width: auto;
        max-width: 100%;
    }
    .LoginRight,
    .LoginContact,
    .LoginLogo{
        display: none;
    }
    .LoginRight1 div{
        display: flex;
        justify-content: space-between;
        padding-right: 10px;
    }
    .LoginRight1 div span{
        display: none;
    }
    
}
@media screen and (max-width:768px){
    .LoginRight1 div{
        align-items: center;
    }
    .LoginRight1 div img:nth-child(1){
        height: 70px;
    }
}
@media screen and (max-width:600px){

    .LoginRight1 div img:nth-child(2){
        height: 55px;
    }
    
    .LoginRight1 div img:nth-child(1){
        height: 60px;
    }
    .LoginLeft{
        width: 95%;
    }
    .LoginNr img{
        height: 100px;
    }
    .LoginNr ul{
        padding: 0;
    }
}
@media screen and (max-width:450px){
    .LoginRight1 div img:nth-child(2){
        display: none;
    }
    .LoginRight1 div span{
        display: block;
        width: 40px;
        height: 40px;
        background: url(https://www.ezhishi.net/Contents/static/images/qrInto2.png) no-repeat center;
        background-size: 90%;
        cursor: pointer;
    }
}
