/* 品牌模块css 2023年2月9日 09:17:14*/
body {
    background-color: #f2f2f2;
}

/* 首页 */
.brand-banner .float_l {
    float: left;
}

.brand-banner .float_r {
    float: right;
}

.brand-banner .banner {
    width: 100%;
    height: 510px;
    background-color: #1F2531;
    padding-top: 50px;
    padding-bottom: 20px;
}

.brand-banner .title-font {
    margin-top: 55px;
}

.brand-banner .title-pic {
    margin-top: 30px;
}

.brand-banner #total {
    font-size: 16px;
    color: #C7C7C7;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.brand-banner #total .t1 {
    float: left;
    width: 20%;
    text-align: center;
}

.brand-banner #total span {
    font-size: 26px;
    color: #C7C7C7;
    text-align: center;
}

.brand-nav {
    width: 100%;
    overflow: hidden;
    background-color: #3d3d3d;
}

.brand-nav li {
    line-height: 43px;
    float: left;
    padding: 0 40px;
    text-align: center;
}

.brand-nav a {
    font-size: 15px;
    color: #fff;
}

.brand-nav ul li:hover {
    background-color: #ef075d;
    color: #fff;
}

.brand-list {
    margin-top: 20px;
}

.brand-list h3.title {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    height: auto;
    text-align: left;
    margin: auto;
}

.brand-list h3.title:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #ef075d;
    content: "";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.brand-list h3.title:hover:after {
    width: 500px;
}

.brand-list h3.title span {
    font-weight: bold;
}

.brand-list h3.title .more {
    float: right;
    padding-right: 10px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.brand-list .list-box {
    margin: 20px auto;
}

.brand-list .list-box li {
    width: 20.077%;
    width: calc(20% + 1px);
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px #ddd solid;
    margin: 0 0 -1px -1px;
}

.brand-list .list-box li .thumb {
    overflow: hidden;
}

.brand-list .list-box li .thumb img {
    width: 100%;
    height: 100px;
    padding: 0 50px;
    box-sizing: border-box;
    object-fit: scale-down;
    transition: all 0.3s;
    border: none;
}

.brand-list .list-box li .thumb img:hover {
    transform: scale(1.15);
}

.brand-list .list-box li p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

/* 列表 */
.brand-sort-list {
    padding-top: 30px;
}

.brand-sort-list .imgbox {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.brand-sort-list .imgbox img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.brand-sort-list .textred {
    color: #cc0000;
}

.brand-sort-list .main {
    background: #f0f0f0;
    padding-bottom: 40px;
}

.brand-sort-list .col_left,
.brand-sort-list .col_right {
    float: left;
}

.brand-sort-list .col_left {
    width: 250px;
    margin-right: 30px;
    overflow: hidden;
}

.brand-sort-list .col_right {
    width: 990px;
    overflow: hidden;
}

.brand-sort-list .Rank-list {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    *left: 8%;
}

.brand-sort-list .Rank-list .product-boss {
    height: 45px;
    line-height: 45px;
    text-indent: 30px;
    font-size: 16px;
    color: #bbb;
    border-bottom: 1px solid #eeeeee;
}

.brand-sort-list .Rank-list ul li {
    cursor: pointer;
    list-style: none;
    text-indent: 30px;
    box-sizing: content-box;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.brand-sort-list .Rank-list ul .color i {
    display: block;
}

.brand-sort-list .Rank-list ul li i {
    display: none;
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 33px;
    background: #c72d2d;
    vertical-align: middle;
}

.brand-sort-list .Rank-list ul li p {
    color: #333;
    font-size: 14px;
    line-height: 38px;
}

.brand-sort-list .Rank-list ul li:hover {
    background: #c72d2d;
}

.brand-sort-list .Rank-list ul li:last-of-type:hover {
    border-radius: 0 0 4px 4px;
}

.brand-sort-list .Rank-list ul li:hover p {
    color: #fff;
}

.brand-sort-list .banner {
    border-radius: 4px;
    overflow: hidden;
}

.brand-sort-list .banner img {
    width: 100%;
}

.brand-sort-list .list-right-wrap {
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.brand-sort-list .details .rank-head {
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px #e5e5e5 dashed;
}

.brand-sort-list .details .rank-head .allrank {
    padding: 0 30px;
    overflow: hidden;
}

.brand-sort-list .details .rank-head .allrank span:first-child {
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}

.brand-sort-list .details .rank-head ul {
    overflow: hidden;
}

.brand-sort-list .details .rank-head ul li {
    float: left;
    cursor: pointer;
    width: 15%;
    border-right: 1px #eee solid;
    line-height: 28px;
    margin: 12px 0;
    text-align: center;
    *height: 40px;
}

.brand-sort-list .details .rank-head ul li i {
    vertical-align: -0.1em;
    *vertical-align: 0.2em;
    background: url(../image/ztw-_sort.png) no-repeat bottom center;
    width: 9px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
}

.brand-sort-list .details .rank-head ul li:hover,
.brand-sort-list .details .rank-head ul li.active {
    color: #c72d2d;
}

.brand-sort-list .details .rank-head ul li:hover i,
.brand-sort-list .details .rank-head ul li.active i {
    background: url(../image/ztw-_sorting.png) no-repeat bottom center;
}

.brand-sort-list .details .content {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

.brand-sort-list .bd_det {
    padding: 10px 20px;
    margin: 15px 30px;
    background: #f3f3f3;
    float: left;
    font-size: 14px;
    line-height: 24px;
    /* text-indent: 26px; */
}

.brand-sort-list .bd_logo {
    overflow: hidden;
    width: 100%;
    padding: 0 30px 20px;
    box-sizing: border-box;
}

.brand-sort-list .bd_logo ul {
    /* border-left: 1px #eee solid;
    border-bottom: 1px #eee solid;
    overflow: hidden; */
}

.brand-sort-list .bd_logo ul li {
    width: 20.077%;
    width: calc(20% + 1px);
    float: left;
    overflow: hidden;
    height: 85px;
    border: 1px #eee solid;
    margin: 0 0 -1px -1px;
    box-sizing: border-box;
}

.brand-sort-list .bd_logo ul li:hover {
    background: #fff;
    opacity: 0.8;
}

.brand-sort-list .bd_logo ul li img {
    max-height: 68px;
    max-width: 90%;
}

.brand-sort-list .rank-brand li {
    overflow: hidden;
    border-bottom: 1px #eee solid;
}

.brand-sort-list .rank-brand li:hover {
    background: #fafafa;
}

.brand-sort-list .rank-brand li:first-child .ranknum {
    color: #f1cc7a;
}

.brand-sort-list .rank-brand li:nth-child(2) .ranknum {
    color: #cdd1d8;
}

.brand-sort-list .rank-brand li:nth-child(3) .ranknum {
    color: #d8a481;
}

.brand-sort-list .rank-brand .rank {
    width: 100px;
    height: 160px;
    float: left;
    position: relative;
    margin: 30px 10px 30px 30px;
    display: flex;
    align-items: center;
}

.brand-sort-list .rank-brand .rank .ranknum {
    width: 110px;
    font-size: 52px;
    margin-top: -9px;
    text-align: center;
}

.brand-sort-list .rank-brand .showpro {
    width: 245px;
    height: 160px;
    cursor: pointer;
    float: left;
    margin: 30px 20px 30px 0;
    position: relative;
    border: 1px #eee solid;
    background-color: #fff;
}

.brand-sort-list .rank-brand .showpro:hover img {
    background: #fff;
    opacity: 0.9;
    transition: all 0.1s linear;
}

.brand-sort-list .rank-brand .showpro .brandLogo {
    position: absolute;
    left: 0px;
    bottom: 15px;
    width: 110px;
    height: 45px;
    right: auto;
    top: inherit;
    border: 1px #ddd dotted;
    border-left: 0;
    margin: 0;
}

.brand-sort-list .rank-brand .showpro:hover .brandLogo {
    opacity: 1;
}

.brand-sort-list .rank-brand .author {
    width: 365px;
    height: 160px;
    float: left;
    margin: 30px 0px 30px 0;
    padding: 0;
}

.brand-sort-list .rank-brand .author .title {
    font-size: 16px;
    margin: 5px 0 5px 0;
    cursor: pointer;
    /* width: 445px; */
    min-height: 24px;
}

.brand-sort-list .rank-brand .author .info-details a {
    font-size: 14px;
    color: #999;
    height: 42px;
    overflow: hidden;
}

.brand-sort-list .rank-brand .showdetails {
    width: 110px;
    height: 160px;
    float: right;
    margin: 30px;
    *margin: 60px 30px 0;
    position: relative;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    align-items: center;
}

.brand-sort-list .rank-brand .showdetails .join {
    text-align: center;
    width: 110px;
    margin-top: 30px\0;
}

.brand-sort-list .rank-brand .showdetails .join a {
    border: 1px solid #fd6b53;
    font-size: 12px;
    color: #fd6b53;
    padding: 0 0px 0 4px;
    border-radius: 8px;
    height: 18px;
    display: block;
    line-height: 18px;
    width: 40px;
    margin: 0 auto;
}

.brand-sort-list .rank-brand .showdetails .join a:hover {
    opacity: 0.8;
}

.brand-sort-list .rank-brand li {
    position: relative;
}

.brand-sort-list .rank-brand .author {
    width: 550px;
}

.brand-sort-list .rank-brand .author .info {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
    line-height: unset;
}

.brand-sort-list .rank-brand .author .title {
    font-size: 20px;
    margin-bottom: 10px;
   /* line-height: 40px;
    height: 40px; */
    text-align: left;
}

.brand-sort-list .rank-brand .showdetails {
    position: absolute;
    right: 50px;
    bottom: 0;
    margin: inherit !important;
    height: 115px;
}

.brand-sort-list .rank-brand .showdetails .join a {
    height: 26px;
    padding: 0 16px 0;
    line-height: 26px;
    font-size: 14px;
    border-radius: 30px;
}

/* ////////////////////// 整站随机////////////////////////////// */
#special-list-body #special-list .section2 {
    margin-top: 55px;
    display: table;
    background-color: #fff;
}

#special-list-body #special-list .section2 .special-news-title {
    padding-bottom: 20px;
}

#special-list-body #special-list .section2 .special-news-title i {
    width: 6px;
    height: 26px;
    background-color: #1581dc;
    display: block;
    position: absolute;
    margin-top: 3px;
}

#special-list-body #special-list .section2 .special-news-title span {
    font-size: 24px;
    color: #000;
    margin-left: 20px;
}

#special-list-body #special-list .section2 .special-news-title a {
    font-size: 14px;
    color: #999;
    line-height: 31px;
    float: right;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section2 .special-news-title a:hover {
    color: #1581dc;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box {
    width: 31.333333%;
    float: left;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box:nth-child(2) {
    margin: 0 3%;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li {
    width: 100%;
    line-height: 35px;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a span {
    width: 75%;
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a span:hover {
    color: #1581dc;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a i {
    width: 25%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
}

#special-list-body #special-list .section2 .special-news-list .special-news-list-box ul li a i:hover {
    color: #1581dc;
}

/* //////////////////////////////////////////////////////// */
/* 详情页开始 */
.pb20 {
    padding-bottom: 20px;
}

.cf:after {
    display: block;
    height: 0;
    font-size: 0;
    content: ".";
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.mc-wrap {
    position: relative;
    width: 1300px;
    margin: 50px auto 0 auto;
    clear: both;
}

.mc-tt1 {
    height: 28px;
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.mc-tt1 h2 {
    float: left;
    font-size: 20px;
    padding-bottom: 14px;
    color: #333;
    border-bottom: 3px solid #db214c;
}

.mc-tt1 .more {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.mc-tt1 .more:hover {
    color: #db214c;
}

.mc-tt2 {
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.mc-tt2 h3 {
    display: contents;
    padding-right: 10px;
    font: normal 18px "microsoft yahei";
    color: #333;
}

.mc-block-left,
.mc-block-l {
    margin-bottom: 20px;
    padding: 0 20px 20px;
    background: #fff;
}

.mc-block-l .hd {
    height: 24px;
    margin: 10px 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.mc-block-l .hd .t {
    float: left;
    padding-right: 10px;
    font: normal 18px "microsoft yahei";
    color: #333;
}

.mc-block-l .hd span {
    float: left;
    color: #c5c5c5;
    font: 14px/30px "Arial";
}

.mc-block-l .mc-contact dd p {
    line-height: 30px;
    font-size: 14px;
}

.mc-block-l .mc-tag a,
.mc-block-l .mc-contact dd p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mc-block-l .mc-tag a::before {
    content: "·";
    display: inline-block;
    margin-right: 10px;
    font: bold 30px/30px "Arial";
    color: #ccc;
    vertical-align: top;
}

.mc-block-l .mc-tag a {
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.znz-right-mini {
    cursor: pointer;
}

.znz-right-mini {
    position: fixed;
    top: 50px;
    right: 5px;
    z-index: 999;
    width: 96px;
    height: 89px;
    background: url("http://www.lvmenc.glacn.cn/static/branddetailsstatic/image/icon-znz.png") -350px 0 no-repeat;
}

@media screen and (min-width:1441px) {
    .znz-right-mini {
        display: none;
    }
}

.mc-mn {
    float: right;
    width: 955px;
}

.mc-mn .mc-intro {
    background-color: #fff;
    padding: 20px;
}

.mc-mn .mc-product-list {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.mc-sd {
    float: left;
    width: 325px;
}

.mc-intro .con {
    height: auto;
}

.mc-intro .con {
    margin-top: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    word-break: break-word;
    text-align: justify;
}

.downup {
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s;
}

.downup:hover {
    background: #db214c;
    color: #fff;
}

.mc-product-list dl {
    width: 102%;
    margin-top: 20px;
}

.mc-product-list dl li {
    float: left;
    width: 23%;
    margin: 0 2% 2% 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.mc-product-list dl a img {
    display: block;
    width: 100%;
    height: 125px;
    object-fit: scale-down;
    overflow: hidden;
}

.mc-product-list dl a .list-title {
    padding: 10px;
    display: block;
}

.mc-jmtj-left {
    width: 280px;
    margin: 0 auto;
}

.mc-jmtj-left p em {
    color: #db214c;
    font-weight: bold;
}

.mc-jmtj-left p {
    line-height: 32px;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
