body {
    background-color: #f5f5f5;
}
.d-none {
    display: none;
}
.d-show {
    display: block !important;
}
/* 头部 */
#topbar {
    color: #666;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}
#topbar .links>li>a {
    color: #666;
}
#topbar .links>li>a:hover {
    color: #999;
}

#header {
    height: auto;
    border-bottom: none;
}
#header .logo {
    margin: 10px 0;
}
#header .logo img {
    width: auto;
    height: 70px;
}
#header div.search {
    margin: 0;
    margin-top: 24px;
    margin-left: 200px;
    width: 360px;
    padding: 0;
    background-color: transparent;
    border: 2px solid #FF653B;
    border-radius: 4px;
}
#header div.search input {
    height: 40px;
    line-height: 40px;
}
#header div.search .input-group-btn {
    background-color: #FF653B;
}
#header div.search button {
    color: #fff;
    padding: 0 20px;
}
button:focus, button:active {
    outline: none !important;
}
#header .action a {
    font-size: 16px;
    width: 120px;
    margin-top: 24px;
    height: 44px;
    line-height: 44px;
    background: #FF653B;
    border-radius: 4px;
}
#header .action a i {
    font-size: 20px;
}
#header .action a.add {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


.navbar-group {
    display: flex;
}
#navbar {
    min-height: 45px;
}
#navbar a {
    font-size: 16px;
    margin-right: 30px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    color: #333;
}
#navbar a>i {
    font-size: 20px;
    margin-right: 6px;
}
#navbar a:hover {
    color: #FF653B;
    background-color: transparent;
}
#navbar a.active {
    color: #FF653B;
    background-color: transparent;
}

.left-nav-group {
    width: 200px;
    margin-right: 20px;
    position: relative;
}
.all-left-nav {
    background-color: #FF653B;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.left-nav {
    width: 200px;
    margin-right: 20px;
    background-color: #444;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
}
.left-nav li {
    margin-top: -1px;
}
.left-nav li a {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    color: #fff;
    font-weight: 600;
    height: 107px;
    font-size: 16px;
}
.left-nav li a i {
    font-size: 10px;
    color: #999;
    padding-top: 6px;
}
.left-nav li a span:hover {
    color: #FF653B;
}
.left-nav li a span p {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    margin-top: 10px;
}
.left-nav li a span p:hover {
    color: #FF653B;
}

/* banner */
.banner-group {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.banner-img {
    width: 700px;
    margin-right: 20px;
}
.banner-img .carousel-inner .item {
    width: 100%;
    height: 405px;
}
.banner-img .carousel-inner .item img {
    width: 100%;
    height: 100%;
}
.carousel-indicators {
    width: 60px;
    height: 20px;
    background: rgba(0,0,0,.302);
    border-radius: 8px;
    left: 75%;
}

.right-group {
    width: 230px;
}
.right-group .right-add {
    display: block;
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 51px;
    text-align: center;
    line-height: 51px;
    margin-bottom: 15px;
    position: relative;
    /* background: linear-gradient( 125deg, #FEC345,#FEC345,#FFC851,#FFA82E);
    background: -webkit-linear-gradient( 125deg, #FEC345,#FEC345,#FFC851,#FFA82E); */
    background-color: #FF653B;
    box-shadow: 0 4px 10px -3px #fe950d;
    -webkit-box-shadow: 0 4px 10px -3px #fe950d;
    -moz-box-shadow: 0 4px 10px -3px #fe950d;
}
.right-group .right-info {
    background-color: #fff;
    padding: 0 16px;
}
.right-group .right-info h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0 12px;
    border-bottom: 1px solid #eee;
}
.right-group .right-info-list {
    padding: 10px 0;
}
.right-group .right-info-list a {
    margin-bottom: 10px;
    color: #666;
    display: flex;
    justify-content: space-between;
}
.right-group .right-info-list a:last-child {
    margin-bottom: 0;
}
.right-group .right-info-list a:hover {
    color: #FF653B;
}
.right-group .right-info-list a div {
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-group .right-info-list a span {
    width: 42px;
}

/* info */
.info-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.info-title .info-name {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.info-title .info-more {
    color: #666;
}
.info-title .info-more:hover {
    color: #FF653B;
}
.info-1 .info-content {
    border: 1px solid #e9e9e9;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 44, 125, 0.07);
    position: relative;
}
.info-1 .info-content::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #eee;
}
.info-1 .info-content li {
    width: 46%;
}
.info-1 .info-list {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
}
.info-1 .info-list .list-name {
    width: 70%;
    color: #333;
}
.info-1 .info-list .list-name b {
    color: #999;
    margin-right: 10px;
}
.info-1 .info-list .list-unit {
    width: 20%;
    color: #666;
}
.info-1 .info-list .list-time {
    font-size: 13px;
    width: 20%;
    color: #999;
    text-align: right;
}
.info-1 .info-list div:hover {
    color: #FF653B;
}
.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: 24%;
    margin-bottom: 20px;
    box-shadow: 0px 8px 15px 0px rgba(198,203,204,0.4);
    background-color: #fff;
}
.info-2 .info-list {
    display: block;
}
.info-2 .info-list .list-top img {
    /*width: 100%;*/
    height: 180px;
    display:block;
    margin:auto;
}
.info-2 .info-list .list-bottom {
    padding: 10px 20px;
}
.info-2 .info-list .list-bottom .list-bottom-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}
.info-2 .info-list .list-bottom .list-bottom-name:hover {
    color: #FF653B;
}
.info-2 .info-list .list-bottom .list-bottom-other {
    display: flex;
    justify-content: space-between;
}
.list-bottom-other .list-other-area {
    font-size: 12px;
    color: #666;
}
.list-bottom-other .list-other-time {
    font-size: 12px;
    color: #999;
}

.center-img {
    position: relative;
    margin-bottom: 24px;
}
.center-img img {
    width: 100%;
    height: auto;
}
.center-img .in-center-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.center-img .in-center-img a {
    display: block;
    width: 33.33%;
    height: 100%;
}

.color-text {
    color: #FF653B !important;
}

.left-name span {
    color: #2babff;
}

/* footer */
#footer {
    background-color: #fff;
}
#footer p {
    text-align: center;
    color: #333;
}
#footer p a {
    color: #333;
}
#footer p a:hover {
    color: #FF653B;
}

#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: #FF653B;
}
#toolbar>a:hover {
    background: #FF653B;
}
#toolbar>a>i {
    color: #fff;
}
.breadcrumb {
    background-color: #fff;
    margin-bottom: 10px;
}

/* 内页样式 */
.filter dl dd a:hover, .filter dl dd a.active {
    background-color: #FF653B;
}
.btn-danger, .pagination li.active a, .pagination li.active a:hover, .pagination li a:hover {
    background-color: #FF653B;
    border-color: #FF653B;
}
.filter .search-filter button {
    background-color: #FF653B;
}
.btn-theme {
    background: #FF653B;
}
.btn-theme:hover {
    background: #FF653B;
    color: #fff;
}
.label-danger {
    background: #FF653B;
}