﻿body {
    background: #064ba0;
    overflow-x: hidden;
    overflow-y: hidden;
}






#r_top {
    float: left;
    position: relative;
    left: 70px;
    width: 280px;
    height: 70px;
    background: url(../../Images/@2x/登录@2x.png) no-repeat;
    display: inline-block;
    cursor:pointer;
}













a {
    color: #669;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    font: bold 36px/100% Arial, Helvetica, sans-serif;
}


#pagewrap {
    padding: 5px;
    width: 762px;
    height: 400px;
    margin: 80px auto;
    /*background: url(../../Images/@2x/背景框@2x.png) no-repeat;
    background-position-y:100%;*/
}

#header {
    height: 80px;

}

#content {
   
 text-align:center;

}

#sidebar {
    width:100%;
    text-align:center;
}

#footer {
    clear: both;
}

@media screen and (max-width: 980px) {

    #pagewrap {
        width: 94%;
        text-align:center;
    }

    #content {
        width: 100%;
        text-align: center;
    }

    #sidebar {
        width: 100%;
    }
}


@media screen and (max-width: 700px) {

    #content {
        width: 100%;
        float: none;
        text-align: center;
       
    }

    #sidebar {
        width: auto;
        float: none;
    }
}


@media screen and (max-width: 480px) {

    #header {
        height: auto;
       
    }

    h1 {
        font-size: 24px;
  
    }

    #sidebar {
        display: none;
    }
}


#content {
  
    text-align: center;
}

#sidebar {
  
}

#header, #content, #sidebar {
    margin-bottom: 5px;
}












 #middle #right #r_top input {
                cursor: pointer;
                width: 83px;
                height: 83px;
            }




/*登录表格样式*/
#tblLogin {
    margin-top: 5px;
}

    #tblLogin tr {
        height: 21px;
        line-height: 21px;
    }

    #tblLogin input {
        width: 140px;
        height: 21px;
        padding-left: 25px;
        background-color: transparent;
        border-width: 0px;
    }

    #tblLogin img {
        cursor: pointer;
    }



