﻿@charset "utf-8";
/* CSS Document */


.login {
    width: 300px;
    padding: 10px 22px 22px;
    margin: 45px 30px 36px 0;
    background: #fff;
    border: 1px solid #eaeaea;
    float: right;
}

.login_tit {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 35px;
    margin-bottom: 20px;
    padding: 0;
    clear: both;
}

    .login_tit h1 {
        float: left;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
    }

    .login_tit a {
        width: 76px;
        float: right;
        font-size: 14px;
        color: #f5521e;
        text-decoration: none;
        line-height: 35px;
        margin-top: 10px;
        background: url(../images/login_tit_bg.jpg) right center no-repeat;
    }

        .login_tit a:hover {
            text-decoration: underline;
        }

.login_h {
    width: 301px;
    height: 40px;
    margin: 10px 0 20px 0;
    float: left;
}

    .login_h span {
        float: left;
        color: #f60;
        margin: 10px 0 0 8px;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
    }

        .login_h span img {
            float: left;
            margin: 4px 5px 0 0;
        }

.yhm_login {
    width: 38px;
    height: 38px;
    background: #f8f8f8 url(../images/login_u_bg.png) 13px 8px no-repeat;
    border: 1px solid #eaeaea;
    float: left;
}

.mima_login {
    width: 38px;
    height: 38px;
    background: #f8f8f8 url(../images/login_m_bg.png) 11px 8px no-repeat;
    border: 1px solid #eaeaea;
    float: left;
}

.wangjipass {
    width: 300px;
    margin: 10px 0 5px 0;
    float: left;
}

    .wangjipass a {
        width: 300px;
        text-align: center;
        font-size: 14px;
        float: left;
        cursor: pointer;
    }

.login_tj {
    width: 300px;
    float: left;
    text-align: center;
    border: none;
    font-size: 16px;
    color: #fff;
    background-color: #1c84c6;
    height: 40px;
    line-height: 40px;
    margin: 40px 0 6px 0;
    padding: 0;
    border-radius: 3px;
}

    .login_tj:hover {
        color: #fff;
        cursor: pointer;
        opacity: .9;
    }

.login_h input {
    width: 255px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #eaeaea;
    border-left: none;
    text-indent: 10px;
    font-size: 14px;
    color: #8d8d8d;
    float: left;
    font-family: "微软雅黑", Arial, sans-serif;
}

/*以上为登录*/
/*省市下拉开始*/
.quyuli {
    float: left;
    margin: 0 0 0 25px;
    position: relative;
}

#shengname, #shiname {
    float: left;
    width: 494px;
    height: 36px;
    line-height: 36px;
    background: url(/houtaiPC/htimg/selectimg.png) 490px center no-repeat;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    margin-top: 20px;
    padding: 5px 10px;
}

.quyuli p {
    float: left;
    width: 510px;
    border: 1px solid #00b7ee;
    background-color: #fff;
    padding: 10px 0 10px 0;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 888;
    display: none;
}

    .quyuli p a {
        float: left;
        width: 101px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
    }

        .quyuli p a:hover {
            color: #00b7ee;
        }
/*省市下拉结束*/
#showtq {
    float: left;
    width: 100%;
    height: 100%;
}

#savequyusel {
    float: left;
    background-color: #1c84c6;
    height: 45px;
    width: 236px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    margin: 150px 0 0 165px;
}
