﻿@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
    list-style: none;
    border: 0;
}

img {
    border: none;
}

a, a:hover {
    text-decoration: none;
}

.logo {
    display: block;
    margin-left: 5px;
}

.content {
    background: url(../images/bg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: auto;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 70px;
    bottom: 65px;
    _height: 100%;
}

.guanwang {
    position: absolute;
    right: 35px;
    top: 15px;
    background-color: #ffa722;
    color: #fff;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.xiazai {
    position: absolute;
    right: 145px;
    top: 15px;
    background-color: #397fc2;
    color: #fff;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.bg {
    width: 360px;
    height: 320px;
    background: url(../images/7.png) no-repeat;
    float: right;
    margin-top: 80px;
    margin-right: 40px;
}

.login {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
}

.tex {
    display: block;
    width: 260px;
    height: 34px;
    background-color: #1e4f8a;
}

.yzm {
    display: block;
    width: 180px;
    height: 34px;
    margin-left: 60px;
    float: left;
}

.tex, .yzm {
    margin-left: 50px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 14px;
    color: white;
}

.yzm1 {
    margin: 10px 5px 0px 10px;
    width: 70px;
    cursor: pointer;
    vertical-align: middle;
    height: 33px;
}

.al {
    margin-left: 50px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.jz {
    color: #efefef;
    font-size: 16px;
}

.btn {
    background: url(../images/8.png) no-repeat 0 0;
    width: 260px;
    height: 40px;
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 50px;
    font-size: 24px;
    color: #ffffff;
}

.mt-1 {
    margin-top: 10px;
}

.username {
    background: url(../images/2.png) #1e4f8a no-repeat 5px 10px;
    background-size: 18px 16px;
    text-indent: 30px;
}

.idNum {
    background: url(../images/3.png) #1e4f8a no-repeat 5px 9px;
    background-size: 16px 18px;
    text-indent: 30px;
}

.password {
    background: url(../images/4.png) #1e4f8a no-repeat 5px 9px;
    background-size: 14px 18px;
    text-indent: 30px;
}

.yzm {
    background: url(../images/5.png) #1e4f8a no-repeat 5px 10px;
    background-size: 16px 18px;
    text-indent: 30px;
}


.header {
    height: 70px;
    width: 100%;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: 100;
}

.footer {
    height: 65px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 65px;
    z-index: 100;
    text-align: center;
    font-size: 14px;
}

    /*.footer {
    text-align: center;
    margin-top: 3vh;
    font-size: 14px;
    height: 7vh;
}
*/
    .footer a {
        color: black;
    }

        .footer a:hover {
            color: #1e4f8a;
        }
