﻿.header
{
    
}

.header .navbar-inner
{
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.header .navbar .nav 
{
    margin-top: 10px;
}

.header .navbar .nav > li > a {
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    color: #666;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
}

.header .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #e5e5e5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #50acf2;
    text-decoration: none;
}

.topbar {
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    height: 23px;
    line-height: 17px;
    padding: 6px 0 0;
    width: 100%;
}

.header .navbar
{
    margin-bottom: 0px;
}

.header .navbar .nav > li > a.account-request {
    background: none repeat scroll 0 0 #7ac5fa;
    border: 1px solid #7ac5fa;
    color: #fff;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
}

#myCarousel
{
    margin-bottom: 0px;
}

.home-notice {
    background-color: #e5e5e5;
    color: #666;
    line-height: 16px;
    padding: 8px 0;
    height: 18px;
}

.content
{
    background-color: #f5f5f5;
}

.intro-section
{
    padding-top: 50px;
    padding-bottom: 20px;
}

.intro-section.white
{
    background-color: #fff;
}

.footer
{
    height: 80px;
}
.errorpage{
    background-color: #f7f7f7;
}
.errorpage a{
    color: #555;
}
.errorpage a:hover,.errorpage a:focus{
    color: #000;
}

.countdown{
    color: #399ffd;
    margin: 0 3px;
}
.error404 {
    background: url("../img/404.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 75px;
    padding-top: 65px;
    width: 520px;
}
.error404 h2 {
    font-size: 22px;
    padding-left: 154px;
}
.error404 p {
    color: #717678;
    line-height: 35px;
    padding-left: 154px;
}