﻿a
{
    color: #999;
}
html
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
body
{
    width: 100%;
    height: 100%;
    display: hidden;
    color: #999;
    font-size: 0.875em;
    margin: 0;
    overflow: visible;
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#cecfd0,gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#cecfd0,gradientType=0); /*IE8*/
    background: #cecfd0; /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #ffffff, rgba(206,207,208, 0.4));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(rgba(206,207,208, 0.4)));
    background: -o-linear-gradient(top, #ffffff, rgba(206,207,208, 0.4));
}
@media screen and (min-height:400px)
{
    .pos
    {
        position: fixed;
        bottom: 0px;
    }
}
@media screen and (max-height:400px)
{
    .pos
    {
        margin-top: 0px;
    }
}
@media screen and (min-width:400px)
{
    .main
    {
        width: 400px;
        height: 335px;
        margin: auto;
        padding-top: 20px;
        margin-top: 0px;
        border: 0px solid #F00;
    }
    /*height:310px;*/
    .inputImg
    {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width:400px)
{
    .main
    {
        width: 100%;
        height: 335;
        margin: auto;
        padding-top: 20px;
        margin-top: 0px;
        border: 0px solid #F00;
    }
    .inputImg
    {
        width: 100%;
        height: 100%;
    }
}

.login_input
{
    width: 85%;
    height: 66px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
._input
{
    width: 100%;
    height: 2em;
    margin-left: auto;
    margin-right: auto;
}
.icon
{
    height: 100%;
    width: 10%;
    overflow: hidden;
    display: block;
    float: left;
    padding-top: 2px;
}
.input
{
    width: 85%;
    height: 100%;
    overflow: hidden;
    display: block;
    float: left;
    padding-top: 2px;
    vertical-align: middle;
}

.input input
{
    border: 0px;
    height: 100%;
    width: 100%;
}
.icon_changepsw
{
    height: 100%;
    overflow: hidden;
    display: block;
    float: left;
    padding-top: 2px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    padding-left: 6px;
    width: 70px;
}
.input_changepsw
{
    width: 60%;
    height: 100%;
    overflow: hidden;
    display: block;
    float: left;
    padding-top: 2px;
    vertical-align: middle;
}
.input_changepsw input
{
    border: 0px;
    height: 100%;
    width: 100%;
}
.mes
{
    width: 85%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 5px 0;
}
.login_click
{
    width: 85%;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
}
.check
{
    margin-top: 15px;
    width: 100%;
    height: auto;
}
*
{
    margin: 0;
    padding: 0;
}

a, a:visited
{
    text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #97cae6;
    color: #FFF;
}

a:hover
{
    border-bottom: 1px dashed transparent;
}
.hide
{
    /*position: absolute;     top: 205px;    width: 100%;*/
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1002;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3; /**/
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.load
{
    width: 35px;
    height: 35px;
    margin-left: 45%;
    margin-top: 50%;
}
