:root {
    --main-color: #ff7086;
}
body {
    background-color: #fff;
}
/* 头部 */
#topbar {
    color: #111820;
    height: 32px;
    line-height: 32px;
    background-color: #F7F7F7;
    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 0px;
}
#header .logo {
    margin: 10px 0;
}
#header .logo img {
    width: auto;
    height: 60px;
    border-radius: 3px
}
#header div.search {
    margin: 0;
    width: 460px;
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
    flex: 1;
}
#header div.search input {
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #c7c6c6;
    border-right: 0;
    font-size: 16px;
    padding: 0 25px;
    max-width: 270px;
}
#header div.search .input-group-btn {
    border-radius: 0 4px 4px 0;
    background: linear-gradient(142deg,#bed0fe,#b1c8fe);
}
.input-group {
    display: flex;
    justify-content: flex-end;
}
.input-group-btn {
    width: auto;
    display: flex;
    align-items: center;
}
#header div.search button {
    color: #7e81f0;
    font-weight: bold;
    font-size: 14px;
    padding: 0 20px;
    height: 100%;
    width: 80px;
    letter-spacing: 1px;
}
button:focus, button:active {
    outline: none !important;
}

.header-nav {
    background-color: #fff;
    margin: 0 !important;
    display: flex;
    justify-content: center;
}
.header-view {
    max-width: 1400px;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.header-nav .container {
    display: flex;
    justify-content: center;
}
.header-nav .header-nav-list {
}
.container .action {
    float: unset !important;
}
#index_index {
    background-color: #fff;
}
#navbar {
    min-height: 45px;
    padding: 0;
}
#navbar a {
    font-size: 16px;
    height: 45px;
    padding: 15px 20px;
    line-height: 42px;
    border-radius: 0;
    color: #555;
    margin-right: 10px;
    min-width: 65px;
    text-align: center;
}
#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 {
    width: 100%;
}

.banner-group .carousel-caption {
    position: absolute;
    top: 20% !important;
    left: 10%!important;
    bottom: 37% !important;
    right: 40% !important;
    font-size: 5.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 0.1vw;
}

.carousel>.carousel-indicators {
    display: none;
}
.banner-group>.carousel {
    overflow: hidden;
}
.carousel-inner .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-inner>.item>img {
    width: 100%;
}
.text-group .text-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text-group .text-list {
    width: 48%;
    display: flex;
    margin-bottom: 32px;
    letter-spacing: 1px;
    font-size: 16px;
    justify-content: space-between;
    background: white;
    box-shadow: 2px 2px 7px 1px #cbcbcbb5;
    border-radius: 11px;
    padding: 18px 73px 18px 25px;
    align-items: center;
    position: relative;
}
.text-group .text-list .glyphicon {
    position: absolute;
    right: 25px;
    font-size: 25px;
    top: unset;
    color: #dddcdc;
}
.text-list .text-line {
    width: 1px;
    background-color: #ccc;
    display: block;
    margin: 0 10px;
}
.text-list .text-column {
    color: #00b4aa;
    letter-spacing: 2px;
}
.breadcrumb {
    margin: 20px 0 0;
    font-size: 18px;
}
.text-list .text-name {
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 19px;
    display: block;
    width: 340px;
}
.text-list .text-time {
    color: #999;
    margin-left: auto;
    margin-top: 10px;
}

/* info */
.info-group,
.text-group {
    border-radius: 20px;
    padding-bottom: 20px;
}
.info-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    /*border-bottom: 2px solid var(--main-color);*/
    padding: 10px 0;
    position: relative;
}
.info-title .info-name {
    color: #222222;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 4px;
    word-spacing: 45px;
    padding: 0 10px;
}
.info-title .info-name p {
font-size: 14px;
color: #999;
}

.info-more {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 2px;
    align-items: center;
    color: #ff6a00;
    padding: 18px 10px;
}
.info-more div {
    padding: 10px 40px;
    border: 1px solid #ff6a00;
}
.info-more>.br-line {
    height: 1px;
    background-color: #00b4aa;
    width: 200px;
    padding: 0;
}
.info-title .info-more {
    display: flex;
    position: absolute;
    right: 0;
    align-items: center;
}
.info-more:hover {
    color: var(--main-color);
}

.info-more:hover>.br-line {
    background-color: #ffffff;
}
.info-group .info-content {
    display: flex;
    flex-wrap: wrap;
}
.info-content .info-list {
    width: 20%;
    background-color: #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
}
.info-content .info-list:nth-child(5n+1) {
    border-left: 1px solid #eee;
}
.info-content .info-list:nth-child(5n+1) {
    border-left: 1px solid #eee;
}
.info-content .info-list:nth-child(1), .info-content .info-list:nth-child(2),.info-content .info-list:nth-child(3),.info-content .info-list:nth-child(4),.info-content .info-list:nth-child(5){
    border-top: 1px solid #eee;
}
.info-list .info-img {
display: block;
margin-bottom: 10px;
}
.info-list .info-img>img {
    width: 100%;
    height: 179px;
    border-radius: 8px;
}
.info-list .list-text {
    width: 100%;
    padding: 5px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
}
.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; */
    width: 100%;
    display: flex;
    font-weight: bold;
    white-space: pre-wrap;
    justify-content: center;
}
.info-list .list-text .list-name:hover {
color: var(--main-color);
}
.info-list .list-text .list-bottom .list-area .list-column {
    background-color: #fff3eb;
    font-size: 12px;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 5px 5px 0;
    color: #ff6a00;
    padding: 0px 7px;
    height: 20px;
    border-radius: 3px;
}
.info-list .list-text .list-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    align-items: center;
    width: 100%;
}
.info-list .list-text .list-bottom .list-area {
    display: flex;
    align-items: center;
}

.info-list .list-text .list-bottom .list-area .list-new {
    color: #ffffff;
    margin-right: 5px;
    background-color: #ff6a00;
    height: 18px;
    line-height: 16px;
    width: 30px;
    text-align: center;
    border-radius: 3px;
}

/* footer */
#footer {
    background-color: #e2e2e2;
}
#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: 38px;
    margin: 0;
    font-size: 14px;
    line-height: 38px;
    background-color: #fff;
    color: #767676;
}
#header .action a.add {
    border-radius: 3px;
    background-color: #496aaf;
    color: #fff;
}
#header .action a {
    width: 80px;
}
/*登录注册*/
.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 0.05s ease-in-out;
    padding: 20px 20px 15px;
}
.info-content>.info-list:hover {
    -webkit-transform:scale(1.02);
    box-shadow: 0 0 8px -3px #6f6f6f;
}
#topbar>.container {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.container .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.panel .panel-heading {
    font-size: 20px;
}
.col-sm-9 h3 {
    margin: 15px 0;
    font-size: 39px;
}
.media-left .media-object {
    width: 150px;
    height: auto;
}
