/* 登录页面 */
.st-login-container {
    clear: both;
    height: 540px;
    margin-bottom: -20px;
    position: relative;
    z-index: 99;
    background: url('../images/user-login-bg.jpg') center no-repeat;
}
.st-login-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    padding: 15px 50px;
    margin-left: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}
.login-tab-bar {
    border-bottom: 1px solid #ccc;
    font-size: 0;
}
.login-tab-bar .item {
    display: inline-block;
    width: 50%;
    padding: 10px 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.login-tab-bar .item.on {
    color: #0082dd;
    font-weight: bold;
}
.login-tab-bar .item.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #0082dd;
}

.login-info-item {
    display: none;
}
.login-info-item > li {
    height: 40px;
    margin-top: 13px;
    position: relative;
    border-bottom: 2px solid #cedbe7;
    background: #fff;
}
.login-info-item > li .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
    border-right: 1px solid #ccc;
    background: url('../images/st-userlogin-bg.png') no-repeat;
}
.login-info-item > li.account .icon {
    background-position: 0 3px;
}
.login-info-item > li.phone .icon {
    background-position: -42px -49px;
}
.login-info-item > li.password .icon,
.login-info-item > li.code .icon {
    background-position: 0 -48px;
}
.login-info-item > li.verify .icon {
    background-position: -46px -101px;
}
.login-info-item .entry-text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.login-info-item > li.code .entry-text {
    padding-right: 105px;
}
.login-info-item > li.verify .yzm {
    width: 90px;
    height: 36px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
.login-info-item > li.code .send {
    color: #666;
    display: block;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    font-size: 14px;
    background: #f3f3f3;
}

.login-link-btn {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    background: #0082dd;
}

.other-login-area {
    padding-top: 30px;
}
.other-login-area dt {
    color: #1b1b1b;
    height: 30px;
    font-size: 14px;
}
.other-login-area dt span {
    float: left;
    height: 30px;
    line-height: 30px;
}
.other-login-area dt em {
    float: right;
    width: 150px;
    height: 0;
    margin-top: 14px;
    border-top: 1px solid #e6e6e6;
}
.other-login-area dd {
    height: 39px;
    margin-top: 5px;
    font-size: 0;
}
.other-login-area dd a {
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-right: 11px;
    background: url(../images/st-userlogin-bg.png) no-repeat;
}
.other-login-area dd a.qq {
    background-position: 0 -155px;
}
.other-login-area dd a.wx {
    background-position: -40px -155px;
}
.other-login-area dd a.wb {
    background-position: -80px -155px;
}
.other-login-area dd a:hover {
    background: url(../images/st-userlogin-bg.png) no-repeat;
}
.other-login-area dd a.qq:hover {
    background-position: 0 -194px;
}
.other-login-area dd a.wx:hover {
    background-position: -40px -194px;
}
.other-login-area dd a.wb:hover {
    background-position: -80px -194px;
}

.login-reg-bar {
    padding: 10px 0;
}
.login-reg-bar .item {
    display: inline-block;
}
.login-reg-bar .item a {
    color: #fc6000;
}
