:root {
    --main-color: #d80b2a;
}
body {
    background-color: #fff;
}
/* 头部 */
#topbar {
    color: #111820;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
#topbar .left-name {
    font-size: 12px;
}
#topbar .links>li>a {
    color: #666;
}
#topbar .links>li>a:hover {
    color: var(--main-color);
}

#header {
    height: auto;
    background-color: #fff;
    border: none;
}
#header .header-bg {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
#header .logo {
    margin: 10px 0;
}
#header .logo img {
    width: auto;
    height: 60px;
}
#header div.search {
    margin: 0;
    width: 460px;
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
    flex: 1;
    margin-left: 200px;
}
#header div.search input {
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #c4c4c4;
    margin-right: 10px;
    font-size: 16px;
}
#header div.search .input-group-btn {
    background-color: var(--main-color);
}
.input-group {
    display: flex;
}
.input-group-btn {
    width: auto;
    display: flex;
    align-items: center;
}
#header div.search button {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 0 20px;
    height: 100%;
    width: 180px;
}
button:focus, button:active {
    outline: none !important;
}

.header-nav {
    background-color: #fff;
    margin: 0 !important;
}
.header-nav>.container {
    display: flex;
    justify-content: center;
}
.container>.action {
    float: unset !important;
}
#navbar {
    min-height: 45px;
    padding: 0;
}
#navbar a {
    font-size: 14px;
    padding: 0 15px;
    height: 45px;
    line-height: 42px;
    border-radius: 0;
    color: #555;
    margin-right: 20px;
}
#navbar a>i {
    font-size: 4440px;
    margin-right: 6px;
}
#navbar a:hover {
    background-color: #fff;
}
#navbar a.active {
    color: #555;
    font-weight: bold;
    border-bottom: 3px solid  #d80b2a;
}

/* banner */
.banner-group {
    margin: 0 auto 40px;
    width: 1400px;
    padding: 0 15px;
}

.banner-group .carousel-caption {
    font-size: 66px;
    font-weight: bold;
    left: 15%;
    top: 24%;
    right: 15%;
}
.banner-group>.carousel {
    border-radius: 20px;
    overflow: hidden;
}
.text-group .text-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text-group .text-list {
    width: 46%;
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    justify-content: space-between;
}
.text-list .text-line {
    width: 1px;
    background-color: #ccc;
    display: block;
    margin: 0 10px;
}
.text-list .text-column {
    color: #e61a39;
}
.text-list .text-name {
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 340px;
}
.text-list .text-time {
    color: #999;
    margin-left: auto;
    margin-top: 10px;
}

/* info */
.info-group,
.text-group {
    border-radius: 20px;
    background-color: #fff;
    padding-bottom: 50px;
}
.info-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--main-color);
    padding: 10px 0;
    position: relative;
}
.info-title .info-name {
    color:#272727;
    font-size: 42px;
    text-shadow: 2px 1px 2px rgba(0,0,0,.6);
}
.info-title .info-name p {
    font-size: 14px;
    color: #999;
}

.info-title .info-more {
    font-size: 16px;
    color: var(--main-color);
    display: flex;
    position: absolute;
    right: 0;
    align-items: center;
}
.info-title .info-more span {
    font-size: 14px;
    color: var(--main-color);
    margin-left: 4px;
}
.info-title .info-more:hover {
    color: var(--main-color);
}
.info-group .info-content {
    display: flex;
    flex-wrap: wrap;
}
.info-content .info-list {
    width: 18%;
    padding: 0;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    border-radius: 8px;
    margin-left: 2.5%;
}
.info-content .info-list:nth-child(5n+1) {
    margin-left: 0;
}
.info-list .info-img {
    display: block;
    margin-bottom: 10px;
}
.info-list .info-img>img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.info-list .list-text {
    width: 100%;
    padding: 10px;
}
.info-1 .info-list .list-text {
    width: 100%;
    display: flex;
    align-items: center;
}
.info-list .list-text .list-icon {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #2C384A;
    margin-right: 6px;
}
.info-list .list-text .list-name {
    font-size: 16px;
    color: #2C384A;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.info-list .list-text .list-name:hover {
    color: var(--main-color);
}
.info-list .list-text .list-column {
    padding: 6px 0;
    font-size: 14px;
    color: #666;
}
.info-list .list-text .list-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
}

/* footer */
#footer {
    background-color: #333;
}
#footer p {
    text-align: center;
}

#content.info-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: var(--main-color);
}
#toolbar>a>i {
    color: #fff;
 }

.breadcrumb {
    background-color: #fff;
}

#header .action a.add {
    border-radius: 0;
    height: 42px;
    margin: 0;
    font-size: 14px;
    line-height: 42px;
    background-color: #fff;
    color: #767676;
}
#header .action a.add {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#header .action a {
    width: 90px;
}
/*登录注册*/
.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;
}

.filter dl dd a:hover, .filter dl dd a.active {
    background-color: var(--main-color);
    border-radius: 0;
}
.filter .search-filter button {
    background-color:var(--main-color);
    border-radius: 0;
}
.btn-danger, .pagination li.active a, .pagination li.active a:hover, .pagination li a:hover {
    background-color:var(--main-color);
    border-color:var(--main-color);
}
.show-number {
    background: var(--main-color);
}

.pagination li a {
    border-radius: 0;
}
.info-content>.info-list{
    -webkit-transition:all 1s ease-in-out;
}
.info-content>.info-list:hover {
    -webkit-transform:scale(1.05);
}
#topbar>.container {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
#index_view .detail p {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 30px;
}
