﻿@charset "UTF-8";
/* frame */
body {
    background: #EFEFEF;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
}
.siteWidth {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}
.form-control {
    line-height: 22px;
    padding: 6px;
    border: 1px solid #D9D9D9;
    width: 90%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.required:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 3px;
    content: "*";
    color: #f00;
    font-weight: bold;
}
.field-validation-error {
    display: block;
    padding-left: 100px;
    font-size: 12px;
    padding-top: 5px;
    color: red
}
.btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 40px;
    background: #ddd;
    text-align: center;
    border: 0;
    color: #333;
    font-family: "microsoft yahei";
    width: 280px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn:hover {
    text-decoration: none;
    background: #e2e2e2;
    color: #333;
}
.btn-primary {
    background: #0068B7;
    color: #fff;
}
.btn-primary:hover {
    background: #195DAF;
    color: #fff;
}
/* header */
.header {
    padding: 30px 0 0 0;
    line-height: 45px;
    text-align: left;
}
.header .logo {
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    font-weight: bold;
    color: #0068B7;
    padding-left: 55px;
    background: url(../../Base/img/miniLogo.png) -10px 2px no-repeat;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI Light", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}
.header .logo:hover {
    text-decoration: none;
}
.header .home {
    float: right;
}
.footer {
    padding: 40px 0;
    font-size: 12px;
}
.user-mainbox {
    width: 1000px;
    padding: 20px 20px 0px;
    margin: 40px auto 0;
    text-align: left;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #e2e2e2;
    -moz-box-shadow: 0 0 8px #e2e2e2;
    box-shadow: 0 0 8px #e2e2e2;
}
.user-mainbox .top {
    height: 56px;
    line-height: 56px;
    padding: 0 10px;
    border-bottom: 1px solid #E3E3E3;
    box-sizing: initial;
    margin-bottom: 3px;
}
.user-mainbox .top h3 {
    font-size: 18px;
}
.container {
    padding: 65px 60px 40px 60px;
    background: url(../img/login-split.png) 579px 40px no-repeat;
    overflow: hidden;
    width: auto;
}
.dropdown-menu {
    *line-height: 0;
}
.dropdown-menu li {
    *line-height: 1.8
}
/* 验证码 */
.codeinp {
    position: relative;
}
.validationcode {
    position: absolute;
    left: 275px;
    top: 5px;
}
.validationcode img {
    height: 25px;
}
/* 登录页 ------------------------------- */
.login-panel {
    width: 550px;
    float: left;
}
.login-tip {
    overflow: hidden;
    padding: 0 0 0 30px;
    height: 260px;
    font-size: 16px;
    color: #999;
    background: url(../img/login-bg.png) 43px 67px no-repeat;
}
.login-tip .registerlink a {
    margin-top: 10px;
    display: block;
    color: #0068B7;
}
.login-panel dl {
    margin-bottom: 25px;
}
.login-panel dt {
    width: 90px;
    line-height: 36px;
    float: left;
    text-align: right;
    padding-right: 20px;
    position: relative;
}
.login-panel .ft {
    padding-left: 90px;
}
.login-panel input.form-control {
    width: 280px;
}
.field-checkboxlist {
    display: inline;
}
.login-panel .others {
    color: #666;
    margin-bottom: 10px;
}
.forget-password {
    color: #666;
}
/* 注册页 ------------------------------- */
.txtarea {
    width: 650px;
    padding: 10px;
    border: 1px solid #D9D9D9;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.login-tip {
    overflow: hidden;
}
.fwtk {
    width: 800px;
    display: none;
}
.showFwtk {
    color: #0068B7;
    text-decoration: underline;
    cursor: pointer;
}
.open-login {
    display: none
}
/* 提示页 ------------------------------- */
.prompt .container {
    background: none;
    padding: 65px 100px 40px 180px;
}
.prompt .pic {
    float: left;
    width: 200px;
    height: 200px;
    background: url(../img/prompt-notice.png) center center no-repeat;
}
.prompt .pic-error {
    background-image: url(../img/prompt-error.png);
}
.prompt .pic-success {
    background-image: url(../img/prompt-success.png);
}
.prompt .con {
    overflow: hidden;
}
.prompt .detail {
    padding-top: 30px;
    margin-bottom: 40px;
    font-size: 16px;
}
.prompt .btn {
    width: 130px;
}
/*时间选择 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*时间选择左右箭头定义*/
.dropdown-menu {
    max-height: 315px;
    overflow-y: auto;
}
.dropdown-menu .menu-search {
    display: inline-block;
    width: 75%;
    margin-left: 5px;
}
.hd {
    line-height: 39px;
    position: relative;
    background: #F9F9F9;
}
.hd .on {
    border-bottom: 3px solid #0068B7;
}
.hd li {
    float: left;
    padding: 18px 12px 18px 12px;
    position: relative;
}
.hd .on a {
    text-decoration: none;
    color: #0068B7;
    cursor: pointer;
}
.hd a {
    text-decoration: none;
    cursor: pointer;
}
.dt-text {
    font-weight: inherit;
}
.input-group-addon {
    width: 0px;
}
#Password,
#ConfirmPassword {
    width: 241px;
}
.top-info {
    float: left;
    padding: 18px 12px 18px 12px;
    position: relative;
    border-bottom: 3px solid #0068B7;
    text-decoration: none;
    color: #0068B7;
    cursor: pointer;
}