﻿/*样式清除*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {padding: 0; margin: 0;}
body{ font-family:"微软雅黑"; font-size:14px; overflow-x:hidden;}
div,li,ul,img,a{ list-style:none; outline:none; border:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    color: #000;
    text-decoration: none;
    _color: #000000;
}
a:hover {
    text-decoration: none;
    color: #941e23;
}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.fixed {
    display: block;
    min-height: 1%;
}
.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
img {
    outline: none;
    border: none;
}

/*背景*/
body{
    background: url("../images/bj.jpg") no-repeat top;
}
.newbd{
    background: #fff;
}
/*logo*/
.Login_logo{
    width: 1047px;
    height: 78px;
    background: url("../images/log.png") no-repeat;
    margin: 180px auto 0;
}
/*用户登录窗口*/
.Login_window{
    position: relative;
    width: 500px;
    height: 450px;
    margin: 30px auto;
    background: url("../images/bg4.png");
    border-radius: 20px;
    -webkit-border-radius:20px;
    -o-border-radius:20px;
    -moz-border-radius:20px;
    z-index: 0;
    box-shadow: 0px 1px 16px #000;
    -webkit-box-shadow: 0px 1px 16px #000;
    -o-box-shadow: 0px 1px 16px #000;
    -moz-box-shadow: 0px 1px 16px #000;
    -ms-box-shadow: 0px 1px 16px #000;
}
.Login_window_two{
    position: absolute;
    top: 110px;
    left: 0;
    width: 500px;
    height: 350px;
    border-radius: 20px;
    -webkit-border-radius:20px;
    -o-border-radius:20px;
    -moz-border-radius:20px;
    z-index: 5;
}
.Login_window_xz{
    position: absolute;
    width: 100%;
    height: 50px;
    top: 35px;
    left: 0;
    border-bottom: 1px dashed #000;
}
.Login_window_xz span{
    display: inline-block;
    width: 245px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #333;
}
.Login_window_xz span.on{
    color: #fff;
    font-size: 23px
}
.Login_picture{
    width: 104px;
    height: 104px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.Login_username{
    width: 330px;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
}
.username,.password,.passwordfirst{
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed #000;
    overflow: hidden;
}
.password{
    width: 200px;
    float: left;
}
.usernamefirst,.passwordtwo{
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    text-align: left;
    font-size: 20px;
    padding-left: 70px;
    outline: none;
}
.passwordthird{
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    text-align: left;
    font-size: 20px;
    padding-left: 70px;
    outline: none;
}
.usernamefirst{
    background: url(../images/emil.png) 20px 14px no-repeat;
}
.passwordthird,.passwordtwo{
    background: url(../images/password.png) 23px 11px no-repeat;
}
.Login_dl {
    position: relative;
    width: 330px;
    margin: 30px auto 0;
    padding-bottom: 30px;
}
.Login_dl button {
    width: 330px;
    height: 50px;
    border: 0;
    border-radius: 25px;
    font-size: 18px;
    color: #000;
    outline: none;
    cursor: pointer;
    background-color: #fff;
}
.Login_yz {
    width: 120px;
    float: right;
}
.Login_yz button {
    width: 120px;
    height: 40px;
    border: 0;
    border-radius: 25px;
    font-size: 15px;
    color: #000;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    margin-top: 5px;
}
.Login_window ::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}
.Login_window :-moz-placeholder {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}
.Login_window ::-moz-placeholder {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}
.Login_window :-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}