﻿.juzhong
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    width: 300px;
    height: 200px;
}

.div-login-panel
{
    display: none;
    position: absolute;
    top: 100px;
    left: 300px;
    width: 900px;
    height: 500px;
    border: 0px solid black;
}

.div-login-logo
{
    position: absolute;
    top: 0px;
    left: 80px;
    width: 90%;
    height: 70px;
    background: url(../../../images/page/login/login-logo3.png) no-repeat;
}
.div-login-view
{
    position: absolute;
    top: 60px;
    left: 90px;
    width: 500px;
    height: 500px;
    background: url(../../../images/page/login/view4.png) no-repeat;
}
.div-login-table
{
    position: absolute;
    width: 400px;
    height: 380px;
    background: url(../../../images/page/login/login_m_bg.png)no-repeat;
    margin-left: 550px;
    clear: both;
}
.div-login-table tr td
{
    position: absolute;
    margin-left: 100px;
}
.div-login-table p
{
    color: #085584;
    font-size: 16px;
    font-family: 楷体;
}
.div-login-table1
{
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left: 510px;
    margin-top: 129px;
}
.div-login-table1 tr
{
    height: 25px;
}
.div-login-table1 p
{
    color: White;
    font-size: 14px;
}
.div-login-table2
{
    position: absolute;
    width: 400px;
}
.div-login-table2 tr
{
    height: 25px;
}
.div-login-table2 p
{
    color: White;
    font-size: 14px;
}
.login-text-input
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 250px;
    height: 35px;
    color: Black;
    font-size: 20px;
    border: 1px solid Silver;
    background-color: white;
    border-radius: 6px;
    border-color: white;
    border-width: 2px;
}
.div-login-YY
{
    position: absolute;
    top: 450px;
    left: -160px;
    color: white;
}
.div-login-YY1
{
    position: absolute;
    top: 530px;
    left: -160px;
    color: white;
}
.div-login-YY2
{
    position: absolute;
    top: 490px;
    left: -160px;
    color: white;
}
.div-login-bottom
{
    position: absolute;
    width: 930px;
    height: 25px;
    bottom: 20px;
    left: 30px;
}
.div-login-version
{
    position: absolute;
    bottom: 1px;
    left: 5px;
    color: #ACA3A3;
    font-size: 14px;
}
.div-login-copyright
{
    width: 100%;
    margin: 4px auto;
    color: #ACA3A3;
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom: 1px;
}
.div-login-rightinfo
{
    position: absolute;
    bottom: 20px;
    right: 5px;
    color: #ACA3A3;
    font-size: 8px;
    margin: 4px auto;
    text-align: center;
    width: 100%;
}
.login-button
{
    width: 78px;
    height: 78px;
    border: none;
    cursor: pointer;
    background: url(../../../images/page/login/login-button.png) no-repeat;
}
.login-button:hover
{
    background: url(../../../images/page/login/login-button-hover.png) no-repeat;
}

.login-button1
{
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    background: url(../../../images/page/login/login-button1.png) no-repeat;
}
.login-link
{
    height: 25px;
    margin-right: 5px;
    color: Blue;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.login-link:hover
{
    color: White;
    background: #da56d0;
    font-weight: bold;
}

.login-link1
{
    height: 25px;
    color: Blue;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.login-link1:hover
{
    color: White;
    background: #da56d0;
    font-weight: bold;
}

.font1, .font2
{
    font-size: 18px;
    font-family: 楷体;
    text-decoration: none;
    color: #C9D8F0;
}

.font2
{
    margin-left: 145px;
}
body
{
}
input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: black;
}
.divmap
{
    position: absolute;
    width: 400px;
    height: 400px;
    margin-top: 60px;
    margin-left: 50px;
}

@media only screen and (max-width: 767px) and (min-width: 300px)
{
    .div-login-rightinfo
    {
        position: absolute;
        bottom: 42px;
        right: 5px;
        color: #ACA3A3;
        font-size: 8px;
        margin: 4px auto;
        text-align: center;
        width: 100%;
    }
    .div-login-panel
    {
        position: fixed; /*绝对定位*/
        width: 100%;
        height: 100%;
        top: 50% !important;
        left: 50% !important;
        margin-top: -220px;
        margin-left: -250px;
    }
    .div-login-logo
    {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 90px;
        background: url(../../../images/page/login/login-logo.png) no-repeat;
    }
    .div-login-table1
    {
        position: absolute;
        width: 400px;
        height: 300px;
        margin-left: 90px;
        margin-top: 80px;
    }
    .divmap
    {
        display: none;
    }
}
