/*    全局字体－雅黑    */

body {
    font-family: '微软雅黑';
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/*  背景灰色  */

body.background {
    background-color: #f0f0f0;
}

/*    头部    */

div.header {
    width: 100%;
    z-index: 999;
    height: 62px;
}

div.header div.nav {
    background-color: #FFFFFF;
    height: 62px;
    box-shadow: 5px 5px 50px 2px rgba(233, 233, 233, 0.75);
}

.laymid {
    width: 1200px;
    margin: 0 auto;
    height: 62px;
    background: #fff;
}

/*  导航栏  */

.logo {
    background-size: 100% 100%;
    width: 136px;
    height: 42px;
    margin-top: 10px;
    float: left;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*  菜单栏  */

.menu {
    height: 62px;
    float: left;
    margin-left: 177px;
}

.menu ul li a {
    height: 62px;
    line-height: 62px;
    padding: 0 20px;
    display: block;
}

.menu ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu .panel {
    border: 0;
}

/*  右侧登录注册按钮  */

.float-r {
    float: right;
    width: 300px;
}

/*  菜单栏按钮去背景  */
ul.nav-pills li.active a.bg0 {
    background-color: #fff;
    color: #000;
    border-radius: 0px;
    font-size: 18px;
}

a.bg0 + div.panel a.bg0 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

ul.nav-pills span.bg0 {
    background-color: #fff;
    font-size: 18px;
    line-height: 62px;
    padding: 0 20px;
    color: #1f2225;
}

/*  右侧个人中心控件  */

.float-r dl dt {
    font-size: 14px;
    color: #333;
    line-height: 50px;
    text-align: right;
    width: 149px;
}

.float-r dl dt {
    float: right;
}

.float-r .panel {
    border-radius: 0 0 2px 2px;
    position: relative;
    width: 99px;
    clear: both;
    top: 3px;
    display: none;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(233, 233, 233, 0.75);
    float: left;
    text-align: center;
    left: 60px
}

.float-r .panel a {
    line-height: 30px;
    float: left;
    font-size: 12px;
    width: 100px;
    color: #959595;
    margin-bottom: 0;
}

div dl {
    float: left;
    text-align: center;
    min-width: 104px;
    height: 42px;
    padding: 0 5px;
}

div dl dt {
    line-height: 24px;
    font-size: 16px;
    color: #959595;
}

div dl dd {
    line-height: 20px;
    font-size: 14px;
    color: #0a7dda;
}

.float-r dl {
    padding: 8px 0;
    float: right;
}

/*  底部版权信息  */
.footer {
    width: 1200px;
    margin: 0 auto;
    color: #959595;
    padding: 20px 0;
}

.footer p {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
    margin: 0;
    line-height: 38px;
}

.footer .copyright {
    font-size: 12px;
    line-height: 20px;
}

.footer p a {
    color: #959595;
}

/*  登录窗口  */

.login .form-control {
    padding-left: 2em;
}

.login .control-label {
    margin-right: -4em;
    z-index: 99;
}

.login .btn-width {
    width: 290px;
}

.login .pull-left {
    margin-left: 2%;
    color: #000;
    margin-top: 5px;
}

.login .pull-right {
    margin-left: 7%;
    color: #000;
    margin-top: 5px;
}

.login form.form-horizontal h1 {
    color: #000;
    text-align: right;
    font-size: 54px;
}

.login form.form-horizontal h3 {
    margin-left: 7%;
    color: #000;
    text-align: center;
    font-size: 20px;
}


.login form.form-horizontal p {
    color: #000;
    text-align: right;
    font-size: 13px;
}

.login .form-group {
    width: 290px;
    margin-left: 0;
    margin-right: 0;
}

.login .col-sm-10 {
    width: 320px;
}

.login .col-sm-offset-2 {
    margin-left: 0;
}

.login div.col-sm-10 > input {
    background-position: 6px 6px;
    background-repeat: no-repeat;
}

.btn-default {
    background: #E8E8E8;
    color: #333;
    border-radius: 3px;
    margin: 0 auto;
    line-height: 18px;
}

.btn-default:hover {
    background: rgb(224, 224, 224);
    color: #000;
    border-radius: 3px;
}

/* 按钮 */
.btn-navy {
    background: #1c87dd;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    line-height: 18px;
}

.btn-navy:hover {
    background: #7FB2FF;
    color: #fff;
    border-radius: 3px;
}

.btn-warning {
    background: #ffb83a;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    line-height: 18px;
}

.btn-warning:hover {
    background: #fdca6f;
    color: #fff;
    border-radius: 3px;
}

.btn-white {
    background: #fff;
    line-height: 18px;
    margin: 5px 5px 5px 0;
    color: #959595;
    border-radius: 3px;
}

.btn-white:hover {
    background: #f8fafe;
    color: #959595;
    border-radius: 3px;
}

ul.nav-pills li.active a.bg0:hover {
    color: #0a7dda;
}

/* 空消息提示 */
#empty {
    height: 200px;
    color: #919191;
    text-align: center;
    border-bottom: 1px #ccc dashed;
    line-height: 200px;
}

.input-group-border-bottom input {
    outline: none;
    border: 0;
    border-bottom: 1px #BCBCBC solid;
}

.input-group-border-bottom {
    width: 239px;
    float: right;
    margin-right: 20px;
}

.input-group-border-bottom label {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.more .panel a {
    width: 100px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
}

/* 表格表单 */
form table td {
    color: #333333;
    width: 400px;
    padding-left: 30px;
    height: 40px;
}

/* 表格表单 */
form table td p {
    padding: 0;
    margin: 0;
}

/* 表格表单 */
form table td.title {
    color: #797979;
    text-align: right;
    width: 120px;
}

form h4 {
    padding-bottom: 5px;
    border-bottom: 1px #797979 dashed;
}

form table td input[type=text],
form table td input[type=password],
form table td select {
    outline: none;
    border: 0;
    width: 220px;
    display: none;
    border-bottom: 1px #BCBCBC solid;
}

form table td .editor {
    display: none;
}

.arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 4px;
    border-color: #777 transparent transparent;
    border-style: solid;
}