html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    min-height: 600px;
}
* {
    box-sizing: border-box;
}
#app {
    width: 100%;
    height: 100%;
    background: url("../images/login_v3.1/bg6.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 10px 30px 0px;
}
.login_wrapper {
    display: flex;
    position: relative;
    width: 65%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    overflow: hidden;
    background: none;
    min-height: 430px;
    height: 70%;
    max-height: 500px;
    -webkit-box-shadow: -5px 6px 10px rgb(0 0 0 / 40%);
    background-color: hsl(0deg 0% 100% / 36%);
    box-shadow: -5px 6px 10px rgb(0 0 0 / 40%);
    backdrop-filter: blur(1.5px);
}
.login_wrapper .leftimg {
    width: 60%;
    height: 100%;
}
.logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.logo img {
	height: 120px;
}
.logo p {
	font-weight: 600;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(5,5,5,.5019607843);
    margin-top: 30px;
    font-size: 34px;
}
.login_box {
    width: 40%;
    background: #ffffff;
    padding: 5% 40px 0px 40px;
    text-align: left;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}
.logo_box_title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.logo_sysname {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.login_input {
    padding-top: 30px;
}
.yzm {
    width: 100px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}
.code_wrapper {
    display: flex;
}
.yzminput {
    flex: 1;
    margin-right: 10px;
}
.copyright{position:absolute;bottom:0px;width:100%;text-align:center;font-size:12px;padding:20px 0;color:white;font-family:微软雅黑;font-weight: bold;}
.copyright a{text-decoration:none;-o-transition-duration:.2s;-o-transition-property:opacity;-webkit-transition-duration:.2s;-webkit-transition-property:opacity;color: white;}
/*.login_img_box {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

@media (min-width:330px) {
	
}