body {
    background-color: #f5f5f5;
}
/* 头部 */
#topbar {
    color: #666;
    height: 45px;
    line-height: 45px;
    background-color: #fafafa;
}
#topbar .links>li>a {
    color: #666;
}
#topbar .links>li>a:hover {
    color: #999;
}
#topbar .left-name {
    font-size: 12px;
}

#header {
    height: auto;
    background-color: #fff;
    border: none;
}
#header .logo {
    margin: 10px 0;
}
#header .logo img {
    width: auto;
    height: 60px;
}
#header div.search {
    margin: 0;
    margin-top: 23px;
    width: 360px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #f44336;
    border-radius: 4px;
    margin-left: 200px;
}
#header div.search input {
    height: 36px;
    line-height: 36px;
}
#header div.search .input-group-btn {
    background-color: #f44336;
}
#header div.search button {
    color: #fff;
    padding: 0 20px;
}
button:focus, button:active {
    outline: none !important;
}

#navbar {
    min-height: 40px;
    padding: 0;
}
#navbar a {
    font-size: 16px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    color: #333;
    margin-right: 20px;
}
#navbar a>i {
    font-size: 4440px;
    margin-right: 6px;
}
#navbar a:hover {
    background-color: #f44336;
    color: #fff;
}
#navbar a.active {
    background-color: #f44336;
    color: #fff;
}
/* #navbar a:last-child {
    float: right;
    font-size: 16px;
    padding: 0 24px;
    color: #fff;
    background-color: #f44336;
}
#navbar a:last-child:hover {
    color: #fff;
    background-color: #f44336;
} */

/* banner */
.banner-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.right-img {
    width: 100%;
}
.right-img .carousel-inner .item {
    width: 100%;
    height: auto;
}
.right-img .carousel-inner .item img {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.right-img .carousel-indicators li {
    border: 1px solid #fff;
}
.new-info {
    width: 18%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.new-info h4 {
    padding: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #ffc04e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.new-info ul {
    padding: 0 15px;
}
.new-info ul li a {
    display: block;
    padding-top: 12px;
    font-size: 14px;
    color: #333;
}
.new-info ul li a:hover {
    color: #f44336;
}


/* info */
.info-box {
    margin-bottom: 40px;
}
.info-box .info-title {
    padding: 16px 0;
}
.info-box .info-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-content .info-list {
    width: 20%;
    background-color: #fff;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.05); */
    padding: 20px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.info-content .info-list:nth-child(5n) {
    border-right: none;
}
.info-content .info-list .list-img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.info-content .info-list .list-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
}
.info-content .info-list .list-title {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.info-content .info-list .list-name {
    font-size: 18px;
    color: #333;
}
.info-content .info-list .list-price {
    font-size: 18px;
    font-weight: bold;
    color: #ff5959;
    width: 140px;
    text-align: right;
}
.info-content .info-list .list-other {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 14px;
}
.info-content .info-list .list-other>span {
    width: 1px;
    height: 15px;
    background-color: #ccc;
}
.info-content .info-list .list-other .list-cloumn {
    color: #999;
    font-size: 13px;
}
.info-content .info-list .list-other .list-time {
    color: #999;
    font-size: 13px;
}
.info-content .info-list .list-unit {
    font-size: 13px;
    color: #333;
    padding: 4px 10px;
    border: 1px solid #e4e4e4;
}
.info-content .info-list .list-detail {
    display: flex;
}
.info-content .info-list .list-detail>a {
    background-color: #f44336;
    color: #fff;
    border-radius: 20px;
    padding: 4px 16px;
}

.info-box .info-more {
    display: flex;
    justify-content: center;
}
.info-box .info-more>a {
    background-color: #f44336;
    color: #fff;
    border-radius: 20px;
    padding: 6px 24px
}

.info-2 .info-content .info-list {
    width: 33.33%;
    border: none;
}
.info-2 .info-content .info-list>a {
    display: flex;
    justify-content: space-between;
}
.info-2 .info-content .info-list .list-img img {
    width: 100px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
}
.info-2 .info-content .info-list .list-right {
    width: 240px;
    height: 80px;
}
.info-2 .info-content .info-list .list-title {
    margin-bottom: 16px;
}
.info-2 .info-content .info-list .list-name {
    font-size: 16px;
}

/* footer */
#footer {
    background-color: #393a45;
}
#footer p {
    text-align: center;
}

#main {
    min-height: 500px;
}
#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: #f44336;
}
#toolbar>a>i {
    color: #fff;
 }

.breadcrumb {
    background-color: #fff;
}

#header .action a.add {
    background: #f44336;
}

#header .action a.add {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 23px;
    border-radius: 4px;
}

/*登录注册*/
.wall {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("http://ainongwang.cn/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: #f44336;
}
.filter .search-filter button {
    background-color: #f44336;
}
.btn-danger, .pagination li.active a, .pagination li.active a:hover, .pagination li a:hover {
    background-color: #f44336;
    border-color: #f44336;
}
.show-number {
    background: #f44336;
}