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/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 10px 30px 0px;
}
.login_wrapper {
    display: flex;
    position: relative;
    width: 76%;
    background: #ffffff;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    overflow: hidden;
}
.login_wrapper .leftimg {
    width: 65%;
}
.logo {
    font-size: 33px;
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 25px;
    color: #ffffff;
}
.logo img {
	width: 120px;
}
.login_box {
    /* width: 430px; */
    width: 35%;
    top: 80px;
    padding: 5% 40px 0px 40px;
    text-align: left;
    right: 120px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}
.logo_box_title {
    font-size: 25px;
    font-weight: normal;
}
.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) {
	
}