/* 导航 */
.main_nav {
    width: 100%;
    height: 43px;
    border-bottom: 2px solid #c2292e;
    margin-top: 15px;
}

.main_nav .nav_bar li {
    float: left;
}

.main_nav .nav_bar li a {
    display: block;
    width: 150px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.main_nav .nav_bar li:first-of-type a {
    width: 124px;
}

.main_nav .nav_bar li a.active {
    background-color: #c2292e;
    color: #fff;
}

/* 页面内容 */
.wrap {
    width: 100%;
    background-color: #f9f9f9;
    overflow: auto;
}

.path {
    height: 43px;
    line-height: 43px;
    color: #999;
}

.path em {
    color: #666;
    margin: 0 8px 0 4px;
}

.path p {
    height: 24px;
    line-height: 22px;
    margin: 8px 5px 5px 4px;
    padding: 0 8px 0 8px;
    border-radius: 4px;
    border: 1px solid #e3a6a8;
    cursor: pointer;
}

.path p a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #c1292e;
    margin-right: 10px;
}

.path p i {
    display: inline-block;
    vertical-align: middle;
    font-size: 7px;
    color: #c1292e;
}

/* 删选条件 */
.screen {
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    font-size: 0;
}

.screen .condition {
    line-height: 30px;
    margin-bottom: 15px;
}

.screen .join_area {
    margin-bottom: 0;
}

.screen .condition p {
    display: inline-block;
    vertical-align: top;
}

.screen .condition .p1 {
    font-size: 14px;
    font-weight: 600;
    margin-right: 28px;
}

.screen .condition .p3 {
    width: calc(100% - 173px);
}

.screen .condition p a {
    display: inline-block;
    width: 89px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}

.screen .condition p a span {
    padding: 4px 9px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
}

.screen .condition p a.active span {
    color: #fff;
    background-color: #c1292e;
}

.screen .join_area .p3 {
    padding-left: 7px;
}

.screen .join_area p a {
    width: 82px;
}

/* 主要内容 */
.main {
    overflow: auto;
}

.main_Lcont {
    width: 895px;
}

.Lcont_one {
    width: 100%;
    /* height: 1981px; */
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
}

.Lcont_one ul li {
    width: 100%;
    height: 203px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

.Lcont_one ul li::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 0;
    background-color: #f4f2f2;
}

.Lcont_one ul li .div_l {
    width: 204px;
    height: 162px;
    margin: 20px 0;
}

.Lcont_one ul li .div_l a img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}

.Lcont_one ul li .div_m {
    width: 460px;
    margin: 20px 0;
    margin-left: 30px;
}

.Lcont_one ul li .div_m h2 a {
    font-size: 23px;
    color: #333;
}

.Lcont_one ul li .div_m .brand_tags {
    height: 19px;
    margin: 10px 0 15px 0;
}

.Lcont_one ul li .div_m .brand_tags .red {
    padding: 2px 8px;
    color: #d63c42;
    background-color: #fde0e2;
    margin-right: 6px;
    border-radius: 2px;
}

.Lcont_one ul li .div_m .brand_tags .orange {
    padding: 2px 8px;
    color: #fe8d18;
    background-color: #ffe8d1;
    margin-right: 6px;
    border-radius: 2px;
}

.Lcont_one ul li .div_m .brand_tags .yellow {
    padding: 2px 8px;
    color: #d63c42;
    background-color: #ffe8d1;
    margin-right: 6px;
    border-radius: 2px;
}

.Lcont_one ul li .div_m dl {
    overflow: auto;
    line-height: 30px;
}

.Lcont_one ul li .div_m dl dt {
    float: left;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Lcont_one ul li .div_m dl dd {
    float: right;
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Lcont_one ul li .div_m dl em {
    color: #999;
}

.Lcont_one ul li .div_m dl span {
    color: #666;
}

.Lcont_one ul li .div_m p {
    margin-top: 10px;
    clear: both;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Lcont_one ul li .div_r {
    width: 130px;
    margin: 35px 0;
}

.Lcont_one ul li .div_r .p1 {
    float: right;
    color: #c1292e;
}

.Lcont_one ul li .div_r .p2 {
    float: right;
}

.Lcont_one ul li .div_r .p1 span {
    font-size: 24px;
    font-weight: 600;
    margin: 0 3px;
}

.Lcont_one ul li .div_r .p2 a {
    display: block;
    width: 110px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background-color: #c1292e;
    border-radius: 4px;
    margin-top: 44px;
}

.Lcont_one ul li:hover {
    border: 1px solid #e0dfdf;
    background-color: #fafafa;
}

.Lcont_one ul li:hover .div_m h2 a {
    color: #c1292e;
}

/* 页码 */
.pagination {
    width: 100%;
    height: 119px;
    box-sizing: border-box;
    padding: 40px 68px;
    display: flex;
}

.pagination a {
    float: left;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 39px;
    border-radius: 2px;
    background-color: #f9f9f9;
    margin-right: 10px;
}

.pagination a.twoWords {
    width: 50px;
}

.pagination a.threeWords {
    width: 63px;
}

.pagination a.selected {
    background-color: #c1292e;
    color: #fff;
}

/* 右侧 */
.main_Rcont {
    width: 290px;
}

.main_Rcont h3 {
    line-height: 66px;
    color: #c1292e;
}

.main_Rcont h3 span {
    font-size: 16px;
    color: #333;
    margin-left: 3px;
}

/* 推荐品牌 */
.Rcont_one {
    /* height: 1346px; */
    box-sizing: border-box;
    padding: 0 15px 5px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: #dee 0px 0px 2px;
}

.Rcont_one ul li {
    position: relative;
    margin-bottom: 17px;
}

.Rcont_one ul li .p1 a img {
    width: 259px;
    height: 179px;
    border-radius: 6px;
}

.Rcont_one ul li .p2 a {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    padding-left: 5px;
}

.Rcont_one ul li .p3 em {
    color: #999;
    padding-left: 5px;
}

.Rcont_one ul li .p3 span {
    color: #c1292e;
}

.Rcont_one ul li .p3 a {
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #fff;
    padding: 3px 8px;
    background-color: #c1292e;
    border-radius: 4px;
}

/* n月火锅加盟排行榜 */
.Rcont_two { 
    box-sizing: border-box;
    padding: 0 15px 5px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: #dee 0px 0px 2px;
}

.Rcont_two ul {
    margin-top: -10px;
}

.Rcont_two ul li.rank_red {
    box-sizing: border-box;
    height: 96px;
    padding: 10px 0;
    border-bottom: 1px dotted #bfbfbf;
}

.Rcont_two ul li.rank_red:nth-of-type(3) {
    border: none;
}

.Rcont_two ul li.rank_red dt {
    float: left;
    width: 110px;
    position: relative;
}

.Rcont_two ul li.rank_red dt em {
    display: block;
    width: 16px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 6px;
    background: url('../image/rank_redBg.png') no-repeat;
}

.Rcont_two ul li.rank_red dt a img {
    width: 100%;
    height: 76px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
}

.Rcont_two ul li.rank_red dd {
    width: calc(100% - 120px);
    float: right;
    border-bottom: none;
}

.Rcont_two ul li.rank_red dd h4 {
    margin-bottom: 10px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Rcont_two ul li.rank_red dd h4 a {
    font-size: 16px;
    color: #333;
}

.Rcont_two ul li.rank_red dd p {
    line-height: 22px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Rcont_two ul li.rank_red dd p em {
    color: #666;
}

.Rcont_two ul li.rank_red dd p span {
    color: #c1292e;
}

.Rcont_two ul li.rank_gray {
    height: 39px;
    padding-left: 5px;
}

.Rcont_two ul li.rank_gray dt {
    float: left;
    width: 20px;
}

.Rcont_two ul li.rank_gray dt em {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 9px;
    background: url('../image/rank_grayBg.png') no-repeat;
}

.Rcont_two ul li.rank_gray dd {
    float: right;
    width: calc(100% - 20px);
    line-height: 35px;
    border-bottom: 1px dotted #bfbfbf;
}

.Rcont_two ul li.rank_gray:last-of-type dd {
    border: none;
}

.Rcont_two ul li.rank_gray dd a {
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    color: #333;
}

.Rcont_two ul li.rank_gray dd span {
    float: right;
    color: #c1292e;
}

/* 品牌资讯 */
.Rcont_three { 
    background-color: #fff;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    box-sizing: border-box;
    padding: 0 15px 5px;
}

.Rcont_three h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.Rcont_three .hot_img {
    width: 260px;
    height: 180px;
    border: 1px solid #ececee;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.Rcont_three .hot_img a img {
    width: 260px;
    height: 180px;
    border-radius: 6px;
}

.Rcont_three .hot_img a p {
    position: absolute;
    bottom: 0;
    z-index: 0;
    height: 32px;
    line-height: 32px;
    background-color: #000;
    width: 100%;
    opacity: .5;
}

.Rcont_three .hot_img a span {
    position: absolute;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    bottom: 0;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 10px;
}

.Rcont_three ul {
    margin-top: 10px;
}

.Rcont_three ul li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Rcont_three ul li::before {
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

/* 热门十大品牌 */
.Rcont_four { 
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px 5px;
    box-shadow: #dee 0px 0px 2px;
}

.Rcont_four h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.Rcont_four ul.ul1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Rcont_four ul.ul1 li {
    display: inline-block;
    width: 70px;
    margin-bottom: 20px;
}

.Rcont_four ul.ul1 li a .p1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #f9f9f9;
    margin: 0 auto;
}

.Rcont_four ul.ul1 li a .p2 {
    text-align: center;
    line-height: 32px;
    overflow: hidden;
}

.Rcont_four ul.ul2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Rcont_four ul.ul2 li {
    display: inline-block;
    width: calc(50% - 5px);
    height: 33px;
    line-height: 33px;
    border-radius: 17px;
    border: 1px solid #ced5d8;
    margin-bottom: 11px;
    text-align: center;
}

/* 猜你喜欢 */
.guess_love { 
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 15px;
}

.guess_love h3 {
    height: 66px;
    line-height: 66px;
}

.guess_love h3 i,
.join_news h3 i {
    font-size: 15px;
    color: #c2192e;
}

.guess_love h3 span {
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}

.guess_love ul.u1 {
    padding: 0 0 17px 0;
    display: flex;
    justify-content: start;
}

.guess_love ul.u1 li {
    display: inline-block;
    box-sizing: border-box;
    width: 161px;
    height: 115px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding: 5px;
    margin: 0 3px;
}

.guess_love ul.u1 li a img {
    width: 149px;
    height: 103px;
    border-radius: 6px;
}

.guess_love ul.u1 li:hover {
    border: 1px solid #c1292e;
}
.guess_love ul.u2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 17px;
}

.guess_love ul.u2 li {
    width: 46%;
    padding-left: 10px;
}

.guess_love ul.u2 li a {
    display: inline-block;
    width: 24%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
}

/* 加盟资讯 */
.join_news { 
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 15px 15px 10px 15px;
}

.join_news h3 {
    height: 36px;
    line-height: 36px;
}

.join_news h3 span {
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}

.join_news ul {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    margin-right: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px; 
}

.join_news ul:last-of-type {
    margin-right: 0;
}

.join_news ul li {
    position: relative;
    margin-left: 15px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dotted #bababa;
}

.join_news ul li:last-of-type {
    border: none;
}

.join_news ul li::before {
    position: absolute;
    left: -15px;
    top: 19px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

.join_news ul li a {
    float: left;
    font-size: 14px;
    color: #666;
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.join_news ul li span {
    float: right;
    width: 24%;
    font-size: 14px;
    color: #999;
}