/* 导航 */
.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;
}

.path {
    height: 43px;
    line-height: 43px;
    color: #999;
}

.path a {
    color: #999;
}

.main {
    height: 480px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: #dee 0px 0px 2px;
}

/* 轮播 */
.picFocus {
    width: 478px;
    height: 440px;
    float: left; 
    overflow: hidden; 
}
.picFocus .gallery-top .swiper-wrapper .swiper-slide img {
    width: 478px;
    height: 340px;
    border-radius: 8px;
}
.picFocus .gallery-thumbs {
    margin-top: 10px;
}
.picFocus .gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 112px;
    height: 84px;
    box-sizing: border-box;
    border-radius: 6px;
}
.picFocus .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active img {
    border: 2px solid #c0292e;
} 
 
/* 右侧介绍 */
.rightBox {
    width: 646px;
}

.rightBox .brand_name {
    font-size: 30px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
}

.rightBox .brand_card {
    width: 100%;
    height: 98px;
    border-radius: 6px;
    border: 1px dotted #ccc;
    box-sizing: border-box;
    padding: 20px 35px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.rightBox .brand_card li {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.rightBox .brand_card li dt {
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}

.rightBox .brand_card li dd {
    font-size: 16px;
    font-weight: 600;
    color: #c1292e;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 15px;
}

.rightBox .brand_intro {
    width: 100%;
}

.rightBox .brand_intro dl dt {
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rightBox .brand_intro dl dd {
    display: inline-block;
    width: calc(50% - 5px);
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rightBox .brand_intro dl em {
    color: #666;
}

.rightBox .brand_intro dl span {
    color: #999;
}

.rightBox .join_btn {
    margin-top: 38px;
}

.rightBox .join_btn a {
    display: inline-block;
    width: 200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #c0292e;
    border-radius: 6px;
}

.rightBox .join_btn a:last-of-type {
    background-color: #ff9c00;
    margin-left: 30px;
}
/* 中间内容 */
.middle {
    overflow: auto;
}

.Lcont {
    width: 895px;
}

.joinBox {
    width: 895px;
    border-radius: 6px;
    background-color: #fff;
}

.join_box {
    height: 57px;
    background-color: #fff; 
}
.join_tab {
    height: 57px;
    border-bottom: 2px solid #f9f9f9;
    position: relative;
    background-color: #fff;
}

.join_tab li {
    display: inline-block;
    width: 88px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    margin: 0 24px;
}

.join_tab li a {
    display: block;
    font-size: 16px;
}

.join_tab li a.active {
    border-bottom: 2px solid #c0292e;
    color: #c0292e;
}

.line_zixun {
    float: right;
    margin: 10px;
    width: 124px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #c0292e;
    border-radius: 4px;
}

.line_zixun a,
.line_zixun i {
    color: #fff; 
}
.line_zixun i {
    font-size: 14px;
}

.join_info {
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 23px 23px;
}

.join_info .info h3 {
    line-height: 52px;
    position: relative;
    font-size: 18px;
    color: #c0292e;
    border-bottom: 1px solid #e0dfdf;
    margin-bottom: 10px;
}

.join_info .info h3::before {
    position: absolute;
    left: -23px;
    top: 15px;
    display: block;
    width: 6px;
    height: 24px;
    background-color: #c0292e;
    content: "";
}

.join_info .info p {
    font-size: 15px;
    text-indent: 28px;
    color: #666;
    line-height: 26px;
    padding: 5px 0;
}

.join_info .info p.title {
    color: #333;
}

.join_info .info img {
    margin: 5px auto;
    max-width: 660px;
    display: block;
    padding: 5px 0;
}
/* 猜你喜欢 */
.Lcont_two {
    width: 100%;
    height: 232px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 15px;
}

.Lcont_two h3 {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.Lcont_two h3::before {
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    width: 3px;
    height: 18px;
    content: "";
    background-color: #c1292e;
}

.Lcont_two h3 span {
    font-size: 16px;
    color: #333;
    margin-left: 15px;
}

.Lcont_two h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.Lcont_two ul {
    padding: 17px 0;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
}

.Lcont_two ul li {
    display: inline-block;
    box-sizing: border-box;
    width: calc(20% - 10px);
    height: 119px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding: 5px;
    margin-right: 10px;
}

.Lcont_two ul li a img {
    width: 155px;
    height: 107px;
    border-radius: 6px;
}

.Lcont_two ul li a p {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Lcont_two ul li:hover {
    border: 1px solid #c1292e;
}

.Lcont_two ul li:hover a p {
    color: #c1292e;
}

.Rcont {
    width: 290px;
}

/* 企业信息 */
.Rcont_zero { 
    border-radius: 6px;
    background-color: #fff;
    box-shadow: #dee 0px 0px 2px;
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: 20px;
}

.Rcont_zero h3 {
    line-height: 58px;
}

.Rcont_zero h3 span {
    font-size: 16px;
    color: #333;
}

.Rcont_zero .p1 {
    height: 183px;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.Rcont_zero .p1 img {
    width: 241px;
    height: 167px;
    border-radius: 6px;
}

.Rcont_zero .p2 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px;
}

.Rcont_zero .p3 {
    margin-bottom: 10px;
}

.Rcont_zero .p3 em,
.Rcont_zero .p4 em {
    font-size: 15px;
    color: #999;
    margin-left: 10px;
}

.Rcont_zero .p3 span {
    font-size: 15px;
    color: #666;
}

.Rcont_zero .p4 span {
    font-size: 15px;
    color: #b70000;
}

/* 品牌资讯 */
.secFive_rcont {
    width: 290px; 
    background-color: #fff;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: 10px;
}

.secFive_rcont h3 {
    height: 68px;
    line-height: 68px;
}

.secFive_rcont h3 span {
    font-size: 16px;
    color: #333;
    margin-left: 5px;
}

.secFive_rcont h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.secFive_rcont .hot_img {
    width: 260px;
    height: 147px;
    border: 1px solid #ececee;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.secFive_rcont .hot_img a img {
    width: 260px;
    height: 147px;
    border-radius: 6px;
}

.secFive_rcont .hot_img a p {
    position: absolute;
    bottom: 0;
    z-index: 0;
    height: 32px;
    line-height: 32px;
    background-color: #000;
    width: 100%;
    opacity: .3;
}

.secFive_rcont .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;
}

.secFive_rcont ul {
    margin-top: 5px;
}

.secFive_rcont 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;
}

.secFive_rcont ul li::before {
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2292e;
}

/* 热门排行榜 */
.Rcont_three {
    width: 100%; 
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 15px;
    padding-bottom: 5px;
}

.Rcont_three h3 {
    line-height: 54px;
}

.Rcont_three h3 span {
    font-size: 16px;
    color: #333;
}

.Rcont_three h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}

.Rcont_three ul {
    width: 100%;
}

.Rcont_three ul li {
    height: 39px;
    border-bottom: 1px dotted #ccc;
}

.Rcont_three ul li:last-of-type {
    border: none;
}

.Rcont_three ul li em {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 2px;
    background: url('../image/rank_grayBg.png') no-repeat;
}

.Rcont_three ul li.rank_red em {
    background: url('../image/rank_redBg.png') no-repeat;
}

.Rcont_three ul li a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 39px;
    margin-left: 15px;
}
.Rcont_three ul li.rank_red a {
    color: #333;
}
.Rcont_three ul li span {
    float: right;
    color: #c1292e;
    line-height: 39px;
}
/* 推荐品牌 */
.Rcont_four {  
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 15px 1px;
}

.Rcont_four h3 {
    line-height: 66px;
}

.Rcont_four h3 span {
    font-size: 16px;
    color: #333;
}

.Rcont_four h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}
.Rcont_four ul li {
    height: 74px;
    margin-bottom: 15px;
}
.Rcont_four ul li dt {
    width: 107px;
}
.Rcont_four ul li dt a img {
    width: 107px;
    height: 74px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}
.Rcont_four ul li dd {
    width: 138px;
}
.Rcont_four ul li dd .p1 a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.Rcont_four ul li dd .p2 {
    line-height: 22px;
}
.Rcont_four ul li dd .p2 em {
    color: #666;
}
.Rcont_four ul li dd .p2 span {
    color: #c0292e;
    font-size: 13px;
}
/* 热点资讯 */
.Rcont_five { 
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 15px;
    padding-bottom: 10px;
}
.Rcont_five h3 {
    line-height: 64px;
}

.Rcont_five h3 span {
    font-size: 16px;
    color: #333;
}

.Rcont_five h3 a {
    float: right;
    font-size: 13px;
    color: #999;
} 
.Rcont_five ul li {
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding: 6px 0;
    padding-left: 10px;
}
.Rcont_five ul li:last-of-type {
    border-bottom: none;
}
.Rcont_five ul li::before {
    position: absolute;
    left: 0px;
    top: 17px;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #c1292e;
}
.Rcont_five ul li .p1 a {
    display: block;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.Rcont_five ul li .p2 {
    color: #999;
}
/* 分类导航 */
.Rcont_six {
    width: 100%; 
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: #dee 0px 0px 2px;
    background-color: #fff;
    padding: 0 14px 14px 14px;
}
.Rcont_six h3 {
    height: 68px;
    line-height: 68px;
}
.Rcont_six h3 span {
    font-size: 16px;
    color: #333;
}
.Rcont_six h3 a {
    float: right;
    font-size: 13px;
    color: #999;
}
.Rcont_six ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Rcont_six ul 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;
}
.Rcont h3 i {
    font-size: 15px;
    color: #c1292e;
}