@charset "utf-8";
/*cssreset*/
body {
    font-size: 12px;
    font-family:  Arial,"microsoft yahei", Helvetica, sans-serif;
    color:#666;
    margin:0px;
    padding:0px;
}
div,ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol {
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
}
a  {
    color:#666;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
    color:#666;
}
input,textarea {
    outline: none;
    font-family:  Arial,"microsoft yahei", Helvetica, sans-serif;
}
input.disabled {
    background-color: #f4f4f4;
}
input::-ms-clear{display:none;}
::-webkit-input-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}
.lf   {float:left;}
.rt  {float:right;}
.clear  {clear:both;}

/*整体布局*/
.bg-con {
    width: 100%;
    height: 100%;
    min-width: 554px;
    min-height:697px;
    background: url("../images/login/bg_loginbackend.jpg")  no-repeat center center;
    position: absolute;

}
div.main {
    text-align: center;
    width:554px;
    height:697px;
    position: absolute;
    left:50%;
    top:50%;
    margin-top: -348px;
    margin-left: -277px;
    z-index: 300;
}
div.header {
    text-align: center;
}
div.content {
    text-align: center;
    height: 574px;
    width: 554px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url("../images/login_bg_03.png") no-repeat;
    padding-top: 80px;
}
div.content div{
    width: 360px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
div.login-error-tips {
    padding-bottom: 5px;
    font-size: 12px;
    color: #f00;

}
div.content div.login-input {
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f39800;
    margin-bottom: 40px;
}
span.item {
    font-size: 16px;
    color:#f39800;
    float: left;
    width: 90px;
    text-align: left;
}
 input {
     color: #333;
    font-size: 14px;
    border: none;
    text-align: left;
     height: 38px;
    line-height: 38px;
     width: 265px;
     background:transparent ;
}
input.vali {
    width:175px ;
}
input.placeholder {
    color: #999;
}
span.vali {
    margin-top:5px;
    float: right;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #FFF799;
}
.content div.login-btn {
    width: 150px;
    height:40px;
    line-height: 40px;
    background-color: #f39800;
    margin: 0 auto;
    margin-top: 70px;
    font-size: 20px;
    color:#fff;
}
.content div.login-btn:hover {
    cursor: pointer;
    background-color: #fdaa21;
}
.content div.login-btn.active {
    background-color: #fdaa21;
}

.carry-fl{
    float: left;
}
.carry-fr{
    float: right;
}
.carry-cf:after{
    content: "";
    display: block;
    clear: both;
}
/*背景动画*/
.bottom-con{
    /*display: none;*/
    width: 100%;
    height: 25%;
    background-color: #e8ebf7;
    position: absolute;
    bottom:0;
    left: 0;
}
.scroll-con{
    width: 100%;
    height: 98px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top:-98px;
}
.move-con{
    width: 6000px;
    position: absolute;
    left: 0;
    bottom:0;
}
.move-img-1-con {
    z-index: 200;
}
.move-img-2-con {
    z-index: 100;
}
.move-img-1{
    width: 3000px;
    height: 88px;
    background: url("../images/login/footer_loop1.png") repeat-x;
}
.move-img-2{
    width: 3000px;
    height: 98px;
    background: url("../images/login/footer_loop2.png") repeat-x;
}











