﻿@charset "utf-8";

html, body {
    width: 100%;
    height: 100%;
}

html, body, b, a, br, span, p, hr, h1, h2, h3, h5, h6, h4, table, table tr td, table tr th, div {
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-decoration: none;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: Black;
    overflow: hidden;
}

._mainform {
    width: 100%;
    height: 100%;
}

._mainPanel {
    width: 100%;
    height: 100%;
}
/*登陆界面样式 开始 added by jinjz in 20151109*/

.login-logo {
    height: 80px;
    font-size: 36px;
    color: #FFF;
    background-color: #0a65c5;
    font-weight: bolder;
    position: absolute;
    top: 0;
    width: 100%;
}

    .login-logo img {
        vertical-align: middle;
        height: 64px;
        margin-top: 5px;
        margin-left: 30px;
        float: left;
    }

    .login-logo span {
        overflow: hidden;
        /*display: block;*/
        /*position: absolute;*/
        height: 80px;
        line-height: 80px;
        top: 0px;
        margin-left: 10px;
        /*left: 110px;*/
    }

.login-content {
    position: absolute;
    top: 78px;
    bottom: 50px;
    left: 0px;
    width: 100%;
    background: url(../images/login/login-bg.png) center bottom no-repeat;
    background-size: 100% 100%;
    min-width: 440px;
}

.login-box {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0px;
    left: 0;
    bottom: 0;
    width: 435px;
    height: 274px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    /*background: url(../images/login/userLogin.png) no-repeat center;*/
}

    /*.login-box ul {
        padding-top: 40px;
        padding-left:120px;
    }*/

    .login-box ul li {
        list-style: none;
        margin-top: 10px;
        font-size: 14px;
        width: 345px;
        padding: 5px 10px;
        margin-left: -5px;
    }

.login-div {
    color: blue;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.login-input {
    width: 185px;
    height: 18px;
    border: none;
    background-color: #ebf5f7;
    margin-left: 5px;
    border: hidden;
    outline: none;
}

.login-btn {
    width: 360px;
    height: 35px;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight: bolder;
    font-family: "微软雅黑";
    background-color: #0a65c5;
    margin-left: -10px;
}

.login-img-tip {
    width: 15px;
    margin-bottom: -2px;
    margin-right: 10px;
}

.login-tip-span {
    border: 1px solid #d8dbde;
    padding-bottom: 2px;
    margin-right: 10px;
}
/*登陆界面样式结束*/

/*框架错误页面样式开始 added by tianyu in 20151109*/
.errorpage-content {
    width: 734px;
    height: 380px;
    background: #57c1e7;
    border-radius: 5px;
    margin: auto auto;
    margin-top: 8%;
}

.errorpage-containter {
    width: 722px;
    height: 365px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 8px;
    float: left;
    margin-left: 6px;
}

.errorpage-header {
    width: 680px;
    height: 82px;
    background: url(../images/error/errorHead.png) 20px 13px no-repeat;
    font-size: 36px;
    color: #57c1e7;
    text-indent: 3em;
    line-height: 82px;
    border-bottom: 1px solid #57c1e7;
    margin: 0 auto;
    font-weight: bold;
}

.errorpage-hint {
    width: 650px;
    min-height: 100px;
    border: 1px #666 solid;
    margin-left: 30px;
    margin-top: 30px;
    float: left;
}

.errorpage-tishi {
    width: 440px;
    height: 120px;
    float: left;
    margin-left: 40px;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.errorpage-tu {
    width: 180px;
    height: 220px;
    float: left;
    margin-top: 10px;
    background: url(../images/error/errorBottom.png) 0px 10px no-repeat;
    float: right;
}
/*框架错误页面样式结束*/

/*框架用户注册页面样式(共有5个样式对象) -开始 added by jinjz in 20151110*/
.register {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: url(../images/register/register-1.png) no-repeat center bottom;
}

    .register .login-logo {
        width: 100%;
        padding: 0px;
        min-width: 700px;
    }

.register-content {
    position: absolute;
    top: 80px;
    left: 0px;
    bottom: 80px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}

.register-containter {
    width: 700px;
    margin: 10px auto;
    border-radius: 0px 0px 10px 10px;
}

.register-btn {
    text-align: center;
    margin-top: 30px;
}

.register-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background: url(../images/register/register-hua.png) repeat-x center bottom;
    min-width: 700px;
    margin-top: 0px;
}
/*框架用户注册页面样式 -结束*/

/*框架帮助页面样式 -开始*/
.help {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/help.jpg) center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 0px;
}
/*框架帮助页面样式 -结束*/


/*框架联系我们页面样式 -开始*/

.contactUs_Content {
    background-image: url(../images/contact.jpg);
    width: 500px;
    height: 300px;
    margin: 0 auto;
    padding-left: 30px;
    padding-top: 50px;
}

.contactUs__text {
    padding-top: 10px;
    padding-left: 20px;
    font-family: "宋体";
    font-size: 15px;
    color: #09F;
}
/*框架联系我们页面样式 -结束*/
/*页脚样式*/
#footer {
    border-top: 1px solid #aeaeae;
    background: #cee3ec;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#cee3ec); /*IE*/
    background: -moz-linear-gradient(top,#ffffff,#cee3ec); /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#cee3ec)); /*谷歌*/
    background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, #ffffff),color-stop(1, #cee3ec)); /* Safari & Chrome*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#cee3ec'); /*IE6 & IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#cee3ec')"; /* IE8 */
    background: -o-linear-gradient(top, #ffffff 0%,#cee3ec 100%); /*opera*/
    background: -ms-linear-gradient(top, #ffffff 0%,#cee3ec 100%); /*IE 内核*/
    background: linear-gradient(to bottom, #ffffff 0%,#cee3ec 100%); /*正常写法*/
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 0px;
}

#footer_font {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #000;
    display: block;
    line-height: 50px;
}
/*保存时弹框颜色，wpf添加*/
#myPopupDiv {
    border: 1px solid #63B8FF;
    /*background-color:#63B8FF;*/
}
/*心理测评知情同意书样式，wpf添加*/
.PsyZhiQinTongYi {
    border: 1px gray solid;
    width: 490px;
    height: 240px;
    overflow: auto;
    padding: 8px;
    margin: 8px;
}

    .PsyZhiQinTongYi p {
        line-height: 20px;
    }
