/* 登陆 */
.login {
    background-color: #eff4fa;
}
.login-header {
    padding-top: 30px;
    height: 74px ;
    background-color: #fff;
}
.login-header .wrapper {
    position: relative;
    height: 100%;
}
.login-header .logo {
    position: absolute;
    bottom: 22px;
    width: 370px;
    height: 50px;
    background: url(../images/login_logo.png) no-repeat 0 0;
}
.login-footer {
    border-top: 1px solid #D0DBDF;
    text-align: center;
    height: 45px !important;
    font-size: 12px;
    color: #666;
}
.login-footer .wrapper {
    margin-top: 15px;
}
.login-body {
    position: relative;
    background-color: #fff;
}
/* 登陆页幻灯片 */
.slide-wrap {
    position: relative;
    float: left;
    padding-bottom: 30px;
    width: 600px;
    height: 398px;
    overflow: hidden;
}
.slide-box {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.slide-box ul {
    height: 100%;
}
.slide-box ul li {
    width: 600px;
    height: 100%;
}
.slide-box ul li.slide-img-1 {
    background: url(../images/login_bg_01.jpg) no-repeat center center;
}
.slide-box ul li.slide-img-2 {
    background: url(../images/login_bg_02.gif) no-repeat center center;
}
.slide-nav {
    position: absolute;
    bottom: 25px;
    z-index: 3;
    width: 100%;
    text-align: center;
    cursor: default;
}
.slide-nav li {
    display: inline-block;
    *display: inline;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(../images/login_icon.png) no-repeat -15px -33px;
}
.slide-nav .current {
    cursor: default;
    background-position: 0 -33px;
}
.slide-direct {
    display: none;
}
.slide-direct li {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -15px;
    width: 27px;
    height: 30px;
    cursor: pointer;
    background: url(../images/login_icon.png) no-repeat;
}
.slide-direct .prev {
    left: 100px;
    background-position: 0 0;
}
.slide-direct .next {
    right: 100px;
    background-position: -33px 0;
}
/* 登陆tab选项卡 */
.tab-wrap {
    margin-top:40px;
    width: 340px;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.tab-nav {
    margin-right: -1px;
}
.tab-nav li a {
    padding-left:25px;
    padding-top: 10px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    font-size: 18px;
}
.tab-nav li.current a {
    color: #000;
}
.tab-body {
    background-color: #fff;
}
.tab-pane {
    display: none;
}
.tab-pane.in {
    display: block;
}
/* 登陆表单 */
.login-form {
    float: right;
    margin-top: 45px;
    width: 340px;
    height: 320px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.login-bd {
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px solid #c1d4da;
}
.login-email .login-bd {
    padding-top: 20px;
    padding-bottom: 20px;
}
.login-item {
    margin-bottom: 10px;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #d1d9db;
    border-radius: 2px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.1) inset;
}
.login-item label {
    float: left;
    margin-right: 4px;
}
.focus {
    border-color: #52A8EC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
.login-item .icon {
    margin-right: 6px;
}
.login-item input {
    width: 100%;
    height: 18px;
    border: 0;
}
.mid-tips {
    margin-bottom: 5px;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    text-align: left;
}
.login-email .mid-tips {
    height: 30px;
    line-height: 30px;
}
.checktips {
    display: none;
    color: #f00;
}
.login-ft {
    padding: 20px 25px;
    border-top: 1px solid #fff;
    background-color: #eff4f8;
}
.login-email .login-ft {
    padding-top: 25px;
}
.login-ft .button-area {
    float: right;
    margin-left: 10px;
}
.login-btn {
    display: block;
    margin-bottom: 5px;
    width: 167px;
    height: 35px;
    font-size: 0;
    text-indent: -999;
    cursor: pointer;
    overflow: hidden;
    border: 0;
    background: url(../images/main_bg.png) no-repeat 0 -75px;
}
.login-ft .checkbox {
    margin-top: 15px;
    font-size: 12px;
}
.icon-tabao,.icon-email,
.icon-user, .icon-group,
.icon-lock {
    background-image: url(../images/login_icon.png);
}
.icon-lock {
    background-position: 0 -49px;
}
.icon-user {
    background-position: -20px -49px;
}
.icon-group {
    background-position: -40px -49px;
}
.icon-email {
    background-position: 0 -69px;
}
.linkico .icon-tabao {
    margin-top: 3px;
    background-position: -20px -69px ;
}
.item-mb {
    margin-bottom: 30px;
}


