* {
    line-height: normal;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    font-family: "Microsoft YaHei", SimHei, Tahoma;
    color: #7c7c7c;
    font-size: 12px;
}
body {
    background-color: #194966;

}
ul {
    list-style-type: none;
}


.top {
    background-image: url(../images/login2_top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 121px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    color: #FFF;
    font-size: 48px;
    text-align: center;
    padding-top: 50px;
}
.ag_main {
    background-image: url(../images/admin_bg.jpg);
    background-repeat: repeat-x;
    height: 659px;
    width: 100%;
}
.ag_box {
    width: 472px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
}

.ag_uame {
    line-height: 50px;
    height: 50px;
    width: 410px;
    border: 1px solid #b6b6b6;
    background-image: url(../images/home_icon.png);
    background-repeat: no-repeat;
    background-position: 14px center;
    display: block;
    padding-left: 60px;
    font-size: 18px;
    margin-bottom:20px;
    border-radius:6px;
}


.ag_code {
    line-height: 50px;
    height: 50px;
    width: 410px;
     background-image: url(../images/pass_icon.png);
    border: 1px solid #b6b6b6;
    background-repeat: no-repeat;
    background-position: 14px center;
    display: block;
    padding-left: 60px;
    font-size: 18px;
    margin-bottom:20px;
    border-radius:6px;
}

.ag_welcome {
    height: 60px;
}

.ag_welcome p {
    float: left;
    display: block;
    font-size: 20px;
    color: #5a5a5a;
}
.yuyan {
    float: right;
    margin-top: 10px;
}
.yuyan ul li {
    float: left;
}
.yuyan ul li a {
    float: left;
    display: block;
    margin-left: 15px;
}

.ag_uame:focus{
    transition:border linear .2s,box-shadow linear .2s;
    -moz-transition:border linear .2s,-moz-box-shadow linear .2s;
    -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;
    outline:none;
    border-color:rgba(93,149,242,.75);
    box-shadow:0 0 8px rgba(93,149,242,.105);
    -moz-box-shadow:0 0 8px rgba(93,149,242,.5);
    -webkit-box-shadow:0 0 8px rgba(93,149,242,3);
    background-image: url(../images/home_icon_hover.png);
    color: #000;
}
.ag_pass{
    line-height: 50px;
    height: 50px;
    width: 410px;
    border: 1px solid #b6b6b6;
    background-image: url(../images/pass_icon.png);
    background-repeat: no-repeat;
    background-position: 14px center;
    display: block;
    padding-left: 60px;
    border-radius:6px;
    font-size: 18px;
    margin-bottom: 28px;
}
.ag_pass:focus{
    transition:border linear .2s,box-shadow linear .2s;
    -moz-transition:border linear .2s,-moz-box-shadow linear .2s;
    -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;
    outline:none;
    border-color:rgba(93,149,242,.75);
    box-shadow:0 0 8px rgba(93,149,242,.105);
    -moz-box-shadow:0 0 8px rgba(93,149,242,.5);
    -webkit-box-shadow:0 0 8px rgba(93,149,242,3);
    background-image: url(../images/pass_icon_hover.png);
    color: #000;
}
.ag_btn a {
    height: 55px;
    width: 472px;
    background-color: #e5cb1b;
    display: block;
    line-height: 55px;
    text-align: center;
    color: #000;
    border-radius:6px;
    font-size: 24px;
    margin-bottom: 36px;
}
.ag_btn a:hover {
    background-color: #fddf0e;
}
.loginmain p {
    text-align: center;
    font-size: 16px;
}
.verif-code{
    position: relative;
}
.verif-code .code-img{
    position: absolute;
    right: 10px;
    top:5px;
    width: 120px;
    height: 40px;
}
