<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @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: #f1fffa;
    background-color: #0f7450;
    font-weight: bolder;
    min-width:440px;
}
.login-logo img
{
    vertical-align:middle; margin-top:5px; margin-left:30px;
}
.login-logo span
{
    overflow: hidden;
    display: block;
    position: absolute;
    height: 80px;
    line-height: 80px;
    top: 0px;
    left: 110px;
}
.login-content {
    position:absolute;  
	top:80px;
	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: 254px;
    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: 35px;
    font-size:14px;
    font-family: "微软雅黑";
}

.login-input {
    width: 185px;
    height: 18px;
    border: none;
    background-color: #f6fff6;
    margin-left: 5px;
    border:hidden;
    outline:none;
}

.login-btn {
    width: 285px;
    height: 35px;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight:bolder;
    font-family: "微软雅黑";
    background-color: #0f7456;
}
/*登陆界面样式结束*/

/*框架错误页面样式开始 added by tianyu in 20151109*/
.errorpage-content {
    width: 734px;
    height: 380px;
    background: #47b991;
    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 #47b991;
    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;
    /*min-height:calc(100% - 270px);*/
}
.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=#e0fff3); /*IE*/
    background: -moz-linear-gradient(top,#ffffff,#e0fff3); /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#e0fff3)); /*谷歌*/
    background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, #ffffff),color-stop(1, #e0fff3)); /* Safari &amp; Chrome*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e0fff3'); /*IE6 &amp; IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e0fff3')"; /* IE8 */
    background: -o-linear-gradient(top, #ffffff 0%,#e0fff3 100%); /*opera*/
    background: -ms-linear-gradient(top, #ffffff 0%,#e0fff3 100%); /*IE 内核*/
    background: linear-gradient(to bottom, #ffffff 0%,#e0fff3 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 #46b991;
    /*background-color:#46b991;*/
}
/*心理测评知情同意书样式，wpf添加*/
.PsyZhiQinTongYi {
    border: 1px gray solid;
    width: 490px;
    height: 240px;
    overflow: auto;
    padding: 8px;
    margin: 8px;
}

    .PsyZhiQinTongYi p {
        line-height: 20px;
    }</pre></body></html>