body {
    background-color: #fff;
}
.d-none {
    display: none;
}
.d-show {
    display: block !important;
}
/* 头部 */
#topbar {
    color: #666;
    height: 36px;
    line-height: 36px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}
#topbar .left-name {
    font-size: 12px;
}
#topbar .links li {
    padding-left: 20px;
}
#topbar .links>li>a {
    color: #666;
}
#topbar .links>li>a:hover {
    color: #999;
}

#header {
    height: auto;
    border-bottom: none;
    margin-bottom: 50px;
}
#header .logo {
    margin: 0 0 20px;
}
#header .logo img {
    width: auto;
    height: 60px;
}
#header div.search {
    margin: 0;
    margin-top: 24px;   
    margin-left: 300px;
    width: 360px;
    padding: 0;
    background-color: transparent;
    border: 2px solid #3c8aea;
    border-radius: 2px;
}
#header div.search input {
    height: 36px;
    line-height: 36px;
}
#header div.search .input-group-btn {
    background-color: #3c8aea;
}
#header div.search button {
    color: #fff;
    padding: 0 20px;
}
button:focus, button:active {
    outline: none !important;
}
#header .action a {
    color: #fff;
    font-size: 14px;
    width: 100px;
    margin-top: 24px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    background-color: #3c8aea;
}
#header .action a i {
    font-size: 18px;
}
#header .action a.add {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}


.navbar-group {
    display: flex;
}
#navbar {
    min-height: 45px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    display: flex;
    justify-content: left;
}
#navbar a {
    font-size: 16px;
    margin: 0;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    color: #333;
    border-right: 1px solid #ccc;
}
#navbar a>i {
    font-size: 20px;
    margin-right: 6px;
}
#navbar a:hover {
    color: #3c8aea;
    background-color: transparent;
}
#navbar a.active {
    color: #3c8aea;
    background-color: transparent;
}
#navbar a:last-child {
    border: none;
}

.left-nav-group {
    width: 200px;
    margin-right: 20px;
    position: relative;
}
.all-left-nav {
    background-color: #3c8aea;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}
.left-nav {
    width: 200px;
    height: 460px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 999;
}
.left-nav a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 16px;
}
.left-nav a:first-child {
    display: none;
}
.left-nav a:hover {
    color: #3c8aea;
}

/* banner */
.banner-group {
    margin-bottom: 40px;
    width: 100%;
    height: 500px;
    background: url("/static/img/banner.jpg") no-repeat;
    background-size: cover;
}
.banner-group .in-banner {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.banner-group .banner-text {
    text-align: center;
    line-height: 500px;
    font-size: 48px;
    color: #fff;
}

/* info */
.info-title {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.info-title .info-name {
    display: flex;
    align-items: center;
    font-size: 36px;
    color: #333;    
}
.info-1 .info-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
}
.info-1 .info-content li {
    width: 32%;
    padding: 20px 15px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    border-radius: 2px;
}
.info-1 .info-content li:hover {
    border-color: #3c8aea;
}
.info-1 .info-content li:hover .list-btn {
    color: #fff;
    background-color: #3c8aea;
    border-color: #3c8aea;
}
.info-1 .info-list {
    padding: 10px 0;
    font-size: 16px;
}
.info-1 .info-list .list-name {
    width: 100%;
    color: #333;
    margin-bottom: 16px;
}
.info-1 .info-list .list-time {
    font-size: 14px;
    width: 100%;
    color: #999;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.info-1 .info-list .list-time::before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #999;
}
.info-1 .info-list .list-btn {
    padding: 2px 20px;
    font-size: 14px;
    color: #666;
    border-radius: 20px;
    border-color: #e9e9e9;
}
.info-more {
    text-align: center;
}
.info-more .btn {
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    background-color: #3c8aea;
    border-color: #3c8aea;
}
.info-more .btn:hover {
    color: #fff;
}
.info-1 {
    margin-bottom: 30px;
}
.info-2 {
    margin-bottom: 30px;
}
.info-2 .info-content {
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-2 .info-content li {
    width: 49%;
    margin-bottom: 20px;
    background-color: #fff;
    transition: all 0.3s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.info-2 .info-content li:hover {
    background-color: #fff;
    margin-top: -10px;
}
.info-2 .info-list {
    display: flex;
}
.info-2 .info-list .list-top {
    width: 40%;
}
.info-2 .info-list .list-top img {
    width: 100%;
    height: 160px;
}
.info-2 .info-list .list-bottom {
    width: 60%;
    padding: 30px 20px;
    position: relative;
    text-align: center;
}
.info-2 .info-list .list-bottom .list-bottom-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
}
.info-2 .info-content li:hover .info-list .list-bottom .list-bottom-name {
    color: #3c8aea;
}
.info-2 .info-list .list-bottom .list-bottom-other {
    
}
.list-bottom-other .list-other-area {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}
.list-bottom-other .list-other-time {
    font-size: 14px;
    color: #666;
}

.color-text {
    color: #3c8aea !important;
}

/* footer */
#footer {
    background-color: #444;
    border-top: 1px solid #e9e9e9;
}
#footer p {
    text-align: center;
    color: #ccc;
}
#footer p a {
    color: #ccc;
}
#footer p a:hover {
    color: #3c8aea;
}

#main {
    min-height: 500px;
}
#content {
    width: 100%;
}

/* 关于我们 */
.about .panel-header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.about .panel-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .left-panel {
    width: 50%;
}
.about .left-panel img {
    width: 100%;
    height: auto;
}
.about .right-panel {
    width: 40%;
}
.about .right-panel h3 {
    margin-bottom: 20px;
}
.about .right-panel p {
    line-height: 30px;
}

/* 会员中心 */
#user_index #content {
    width: 850px;
}

/* toolbar */
#toolbar {
    display: none;
    width: auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
#toolbar>a {
   background-color: #3c8aea;
}
#toolbar>a:hover {
    background: #3c8aea;
}
#toolbar>a>i {
    color: #fff;
}
.breadcrumb {
    background-color: #fff;
    margin-bottom: 10px;
}

/* 内页样式 */
.filter dl dd a {
    color: #333;
}
.filter dl dd a:hover, .filter dl dd a.active {
    background-color: #3c8aea;
}
.btn-danger, .pagination li.active a, .pagination li.active a:hover, .pagination li a:hover {
    background-color: #3c8aea;
    border-color: #3c8aea;
}
.filter .search-filter button {
    background-color: #3c8aea;
}
.btn-theme {
    background: #3c8aea;
}
.btn-theme:hover {
    background: #3c8aea;
    color: #fff;
}
.label-danger {
    background: #3c8aea;
}

.item h2 a {
    color: #333;
}

/*登录注册*/
.wall {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("/static/img/user/login_bg.jpg");
    padding-top: 100px;
}
.login, .register, .forget {
    width: 600px;
    margin-top: 0;
}