﻿/* 弹出 样式 */
.mini_login {
    display: none;
    position: absolute;
    z-index: 2;
    background: white;
    width: 300px;
    margin: auto;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 235px;
}

    .mini_login .item {
        width: 260px;
        margin: 0 auto;
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
    }
    /* 登录窗第一行*/
    .mini_login .firstLine {
        color: #666;
        font-size: 18px;
        font-weight: bold;
        cursor: move;
    }

    .mini_login .item .login_close {
        display: inline-block;
        float: right;
        cursor: pointer;
    }

    .mini_login .item label {
        font-size: 14px;
        margin-right: 15px;
    }

    .mini_login .item input {
        height: 58%;
        width: 80%;
        padding-left: 5px;
        border: 1px solid #cfb17a;
        border-radius: 0;
        margin-left: 22px;
    }
    /* 登录按钮 */
    .mini_login .item a.btn_login {
        display: block;
        margin: 10px 10% 0;
        height: 30px;
        line-height: 30px;
        width: 80%;
        background: #cfb17a;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

.verify{
    height: 30px;
    margin-top: 5px;
}

.verifyinput {
    width: 80px;
    margin-left: 67px;
    padding-left: 5px;
    height: 25px;
    float: left;
    border-radius: 0;
    border: 1px solid #cfb17a;
    margin-right: 15px;
}

/* 遮罩层样式 */
.cover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.3;
}

.OtherLand p {
    text-align: center;
    color: #898989;
    font-size: 14px;
    margin-bottom: 25px
}

.QQ-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    background: url(/ui/QQ.png);
    background-size: cover;
    margin-bottom: 5px
}

.weixin-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    background: url(/ui/weixin.png);
    background-size: cover;
    margin-bottom: 5px
}

.forget {
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #898989;
}
.login {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.8s;
    margin: auto;
}

.verBox {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 300px;
    top: 0;
    opacity: 0;
    transition: all 0.8s;
    padding-top: 20px;
}

.slider-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: -7px;
    z-index: 12;
    cursor: pointer;
    background-image: url(../images/sprite.3.2.0.png);
    background-position: 0 -84px;
    transition: inherit;
}
.ver-tips {
    position: absolute;
    left: 0;
    bottom: -22px;
    background: rgba(255,255,255,.9);
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 8px;
    transition: all .4s
}
    .ver-tips i {
        display: inline-block;
        width: 22px;
        height: 22px;
        vertical-align: top;
        background-image: url(../images/sprite.3.2.0.png);
        background-position: -4px -1229px
    }
    .ver-tips span {
        display: inline-block;
        vertical-align: top;
        line-height: 22px;
        color: #455
    }