*{
    list-style: none;
    padding: 0;
    margin: 0;
}

body,html{
    height: 100%;
    font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}
.bgi_container{
    width: 100%;
    height: 100%;
    background-image: url('../image/login_bgc.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login_wrap{
    width: 380px;
    height: 490px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 20%;
    right: 15%;
    bottom: 20%;
    padding: 0 45px;
    box-sizing: border-box;
}
.title_logo{
    padding-top: 45px;
    padding-bottom: 30px;
    text-align: center;
}
.title_logo > img{
    width: 250px;
}
.log_tips {
    color: #c00;
    height: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.user_info > div{
    margin-bottom: 18px;
}
.input_title{
    font-size: 14px;
    color: #999;
    line-height: 32px;
}
.bgi_container .login_wrap .user_int{
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #999;
    padding: 0;
    color: #606266;
    width: 100%;
    line-height: 32px;
    height:32px;
}
.validate{
    padding: 10px 0;
}
.vad_title{
    line-height: 32px;
    color: #999;
    text-align: left;
}
.vad_area{
    
    height: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}
.vad_area input:focus
{
    border: 0px solid transparent !important;
    outline: transparent;
}
.vad_area input{
    height: 100%;
    width: 40%;
    background-color: transparent;
    border: none;
    float: left;
}
.vad_area img {
    width: 45%;
    height: 100%;
    padding-right: 5px;
    box-sizing: border-box;
    float: left;
}
.vad_area .swicth_img {
    width: 15%;
    cursor: pointer;
    float: left;
}
.vad_area .swicth_img p{
    text-decoration:underline;
    font-size: 14px;
    color: #468dce;
}
.entry_btn{
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #468dce;
    border-color: #468dce;
    border-radius: 5px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
.user_info input:focus
{
    border: 0px solid transparent !important;
    outline: transparent;
    border-bottom: 1px solid #999!important;
}
.taobao_login{
    line-height: 40px;
    text-align: center;
    color: #999;
    text-decoration:underline;
    font-size: 14px;
    cursor:pointer;
}