﻿@charset "utf-8";

* {
    font-size: 9pt;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: '微软雅黑';
    margin: 0px;
    padding: 0px;
    min-width: 980px;
    /*background-color: #1c77ac;*/
    background-color:#3a98ce;
    background-image: url(../images/light.png);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    height: 100%;

}


ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

dl, dt, dd, span {
    margin: 0;
    padding: 0;
    display: block;
}
h1 {
  color:#fafafa;
}
a, a:focus {
    text-decoration: none;
    color: #000;
    outline: none;
}

    a:hover {
        color: #00a4ac;
        text-decoration: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

cite {
    font-style: normal;
}

h2 {
    font-weight: normal;
}

/*cloud*/

#mainBody {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.cloud {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/cloud.png) no-repeat;
    z-index: 1;
    opacity: 0.5;
}

#cloud2 {
    z-index: 2;
}


/*login*/
.loginbody {
    background: url(../images/loginbg3.png) no-repeat center center;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: absolute;
}

.systemlogo {
    text-align:center;
    width: 100%;
    height: 71px;
    margin-top: 75px;
}

.loginbox {
    width: 692px;
    height: 573px;
    background: url(../images/logininfo.png?t=2019) no-repeat;
    margin-top: 20px;
    display: none;
}

    .loginbox ul {
        margin-top: 88px;
        margin-left: 285px;
    }

        .loginbox ul li {
            margin-bottom: 16px;
        }

            .loginbox ul li label {
                color: #687f92;
                padding-left: 25px;
            }

                .loginbox ul li label a {
                    color: #687f92;
                }

                    .loginbox ul li label a:hover {
                        color: #3d96c9;
                    }

                .loginbox ul li label input {
                    margin-right: 5px;
                }

.logintext {
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    border: solid 2px #D6DEE3;
    background-color: #ECF5FA;
    border-radius: 3px;
}


.logintext2 {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    border: solid 2px #D6DEE3;
    background-color: #ECF5FA;
    border-radius: 3px;
}


.logincode {
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    border: solid 2px #D6DEE3;
    background-color: #ECF5FA;
    border-radius: 3px;
}

.imgcode {
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    cursor: pointer;
}

.loginbtn {
    width: 333px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    background-color: #3C95C8;
    border: solid 2px #3C95C8;
    color: #fff;
    cursor: pointer;
    line-height: 45px;
    border-radius: 3px;
}

.loginbm {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/loginbg2.png) repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #0b3a58;
}

    .loginbm a {
        font-weight: bold;
        color: #0b3a58;
    }

        .loginbm a:hover {
            color: #fff;
        }
