﻿html, body, form, .divpanel
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: #1874b0;
    overflow: hidden;
}
.center
{
    width: 900px;
    height: 520px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 999;
    text-align: center;
}
.center-middle
{
    width: 900px;
    height: 520px;
    margin-left: -450px;
    margin-top: -260px;
    word-wrap: break-word;
    text-align: center;
}
.center-top
{
    width: 100%;
    height: 50px;
    text-align: center;
}
.center-bottom
{
    width: 100%;
    height: 470px;
    margin: 0 auto;
    text-align: left;
}
.center-table
{
    width: 100%;
    color: White;
    font-size: 18px;
    font-weight: bold;
    font-family: 微软雅黑;
    margin-top: 20px;
}
.logo-span
{
    display: inline-block;
    font-size: 32px;
    color: #c1e7ff;
    font-weight: bold;
    font-family: 微软雅黑;
}
.txtbox
{
    font-size: 15px;
    color: #001523;
    width: 98%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ffffff;
    padding: 0px 5px;
    font-family: 微软雅黑;
}
.txtboxmode
{
    height: 55px;
    line-height: 1.2em;
}
.btn-min
{
    outline: none;
    border: 1px solid #c1e7ff;
    border-radius: 3px;
    font-size: 18px;
    font-family: 微软雅黑;
    color: #c1e7ff;
    background: #1874b0;
    width: 80px;
    height: 35px;
    cursor: pointer;
}
.btn-min:hover
{
    background: #c1e7ff;
    color: #1874b0;
}
.btn-max
{
    outline: none;
    border: 1px solid #c1e7ff;
    border-radius: 18px;
    font-size: 18px;
    font-family: 微软雅黑;
    color: #c1e7ff;
    background: #1874b0;
    width: 130px;
    height: 36px;
    cursor: pointer;
}
.btn-max:hover
{
    background: #c1e7ff;
    color: #1874b0;
}
.userread-input
{
    cursor: pointer;
    margin-top: 8px;
    margin-left: 20px;
}
.userread-label
{
    cursor: pointer;
    font-size: 13px;
    font-family: 微软雅黑;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    color: #1874b0;
}
body
{
}
