
/*登录*/
.login-top {
    height: 6px;
    width: 100%;
    background-color: #3ec47b;
}

.login{
    width: 1000px;
}
.login.top{
    margin: 80px auto 0 auto;
    height: 70px;
}
.login.logo{
    float: left;
    width: 317px;
    height: 63px;
}

.login-banner{
    width: 100%;
    min-width: 1000px;
    margin: 0 0 60px;
    height: 420px;
    background-color: #fff;
    position: relative;
}
.login.main{
    position: relative;
    margin: 0 auto;
    height: 420px;
}
.login.banner {
    position: absolute;
    left: -30px;
    top: 0;
    width: 700px;
    height: 420px;
}
.login.info{
    position: absolute;
    right: 0;
    top: 38px;
    width: 318px;
    height: 342px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}
.login.form{
    width: 318px;
    height: 342px;
}
.login.title{
    position: relative;
    width: 318px;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    color: #404040;
    text-align: center;
    background-color: #f2f2f2;
}
.login.user,
.login.password 
{
   position: relative;
    width: 282px;
    height: 38px;
    margin-top: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-left: 18px;
}
.login.user {
    /*background: #fff url(/Images/CloudOrder/user.jpg) no-repeat left center;*/
}
.login.password{
    /*background: #fff url(/Images/CloudOrder/password.jpg) no-repeat left center;*/
}
.login.user input,
.login.password input
{
    position:absolute;
    display:inline;
    width:250px;
    height:28px;
    line-height:28px;
    border:none; 
    border-radius: 5px;
    padding:5px 10px 5px 20px; 
}
.login .identify
{
    position: relative;
    width: 282px;
    height: 40px;
    margin-top: 24px;
    margin-left: 18px;
}

.login.identify input
{
 
    float: left;
    width: 160px;
    height: 30px;
    line-height: 28px;
    border: 0;
    border-radius: 5px;
    padding: 4px 5px 4px 20px;
    border: 1px solid #e6e6e6;
 
}

.login.identify img
{  
    float: left;
    width: 80px;
    height: 40px;
    margin-left: 15px;
    border: 0;  
}
.login.identify img .yzm
{  
     width: 80px;
    height: 40px; 
    line-height:40px;
}
.hand{
    cursor: pointer;
}

.login.buttons
{
    width: 284px;
    height: 45px;
    margin-top: 25px;
    margin-left:18px;
    border-radius:5px;
    position: relative;
}
.login.buttons .login-button{
    display: block;
    width: 284px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    *zoom:1;
    *overflow:visible;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    font-weight: 400;
    background-color: #f9b209;
    /*background: -webkit-gradient(linear,left top,left bottom,from(#1890f1),to(#3a80d8));
     background: -moz-linear-gradient(top,#1890f1,#3a80d8);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1890f1', endColorstr='#3a80d8');
     background: -o-linear-gradient(top,#1890f1,#3a80d8);
     background: -ms-linear-gradient(top,#1890f1 0,#3a80d8 100%);
     background: linear-gradient(top,#1890f1,#3a80d8);*/
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login.buttons .login-button:hover,
a.login-button:hover {
    width: 284px;
    height: 45px;
    text-decoration: none;
    background-color: #ffb300;
    /*background: -webkit-gradient(linear,left top,left bottom,from(#0e74c6),to(#3a80d8));
   background: -moz-linear-gradient(top,#0e74c6,#3a80d8);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e74c6', endColorstr='#3a80d8');
   background: -o-linear-gradient(top,#0e74c6,#3a80d8);
   background: -ms-linear-gradient(top,#0e74c6 0,#3a80d8 100%);
   background: linear-gradient(top,#0e74c6,#3a80d8);*/
}

/*页脚*/
.login.bottom{
    clear: both;
    background:#fff;
    padding:20px 0;
    min-height: 76px;
    width: 1000px;
    margin:0 auto;
    text-align: center;
}

.login.bottom span {
    display: block;
    margin-top: 13px;
    font-size: 12px;
    color: #666;
}

ul.login-tabhead {
    width: 318px;
    height: 49px;
}

ul.login-tabhead > li {
    float: left;
    width: 50%;
    font-size: 18px;
}

ul.login-tabhead > li.active {
    background-color: #fff;
    color: #f79701;
}

ul.login-tabhead > li:not(.active):hover{
    cursor:pointer;
}

ul.login-tabbody > li{
    display:none;
}

ul.login-tabbody > li.active{
    display:block;
}

ul.login-bg {
    width: 100%;
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

ul.login-bg > li{
    width: 100%;
    height: 420px;
    background-size: 100% 100%;
    position: absolute;
}

ul.login-bg > li.bg-1{
    background: url(../images/background.png) no-repeat center center;
    background-size: 100% 100%;
}

ul.login-bg > li.bg-2{
    background: url(../images/background2.png) no-repeat center center;
    background-size: 100% 100%;
}

ul.login-bg > li .banner {
    left: 50%;
    margin-left: -535px;
    background-size: 100% 100%;
}

ul.login-bg > li .banner1 {
    background: url(../images/login.png) no-repeat center center;
}

ul.login-bg > li .banner2 {
    background: url(../images/login2.png) no-repeat center center;
}
