* {
    margin: 0;
    padding: 0;
}
body,html{
    min-height: 100%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    outline-color: transparent;
    opacity: 0.8;
    background-color: transparent;
    /*border: 1px;*/
    /*border: 1px solid #ccc;*/
}

div.setsize {
    width: 100%;
    margin-left: 38px;
}

    div.setsize > img {
        display: inline-block;
        height: 100%;
        width: 100%;
    }

#data_form {
    width: 80%;
    max-width: 400px;
}



/*#data_form input[name=password]:hover, #data_form input[name=username]:hover {
    opacity: 0.7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}*/

input {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*新css*/
.sz-container{
    width: 100%;
    height: 100%;
     background: url(/static/img/shangzhi/bg.png) top center no-repeat;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-tap-highlight-color: transparent;
}
.login{
    width: 60%;
    margin: 0px auto;
    padding-top: 120px;
}
.title{
    text-align: center;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 40px;
}
.login-wrap{
    background-color: #ffffff;
    padding: 30px 60px;
    border-radius: 6px;
    display: flex;
    min-height: 50vh;
}
.login-l{
    max-width: 480px;
    flex: 1;
    background: url(/static/img/shangzhi/left.png) center center no-repeat;
    background-size: 80% auto;
}
.login-r{
    flex: 1;
    flex-direction: column;
    display: flex;
    align-items: center;
}
.login-r h2{
    text-align: center;
    font-size: 28px;
    color: #5595FF;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
}
#data_form input{
    border: none;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0px;
    width: 100%;
    text-indent: 40px;
    font-size: 16px;
    height: 50px;
    max-height: 50px;
}
#data_form .yzm input{
    text-indent: 10px;
}
#data_form input:focus{
    outline: none!important;
}
#data_form .captcha{
    vertical-align: text-top;
    display: inline-block;
}
#data_form .ico{
    display: inline-block;
    position: absolute;
    width: 20px;
    height: auto;
    left: 8px;
    top: 10px;
}
.form-group{
    position: relative;
}
.form-group small{
    font-size: 14px;
    color: #ff0000;
    padding: 4px 6px;
}

#data_form button {
    width: 100%;
    margin: 0px 0px 10px;
    background: #5595FF;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 26px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}

.reg{
    margin-top: 0px;
}
.reg ul{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
}
.reg ul li{
    padding: 0 10px;
}
.reg ul li a{
    text-decoration: none;
    color: #3f7bf2;
    font-size: 14px;
}
.reg ul li a:hover{
    text-decoration: underline;
}
.reg ul li span{
    color: #c1c1c1;
}
