html,
body {
    margin: 0 auto;
    padding: 0;
    background: #eff3f5;
    font-size: 14px;
    color: #333333;
    font-family: "微软雅黑";
    position: relative;
}

html.noscroll {
    overflow: hidden;
}

img {
    display: block;
}

p,
div,
ul,
li,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
table,
td,
tr {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

dl:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

dd:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clc {
    clear: both;
}

.whiteWrap {
    width: 100%;
    background: #ffffff;
    padding-bottom: 25px;
}

.wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

/*顶部*/

.header {
    width: 100%;
    background: #333333;
    line-height: 24px;
    color: #dddddd;
    padding: 5px 0;
}

.header a:hover {
    color: #ffffff;
}

.headerCont {
    width: 1200px;
    margin: 0 auto;
}

.headerCont span {
    display: inline-block;
    width: 2px;
    height: 9px;
    background: #505050;
    margin: 0 20px;
}

.headerLog i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: bottom;
}

.headerUser {
    display: none;
}

.headerUser font a {
    color: #da251d;
    font-weight: bold;
}

.headerUser font a:hover {
    color: #f03128;
}

.headerUser .btn {
    background: #da251d;
    border-radius: 12px 12px 0 12px;
    padding: 0 10px 0 13px;
    display: inline-block;
    margin-left: 20px;
    line-height: 22px;
}

.headerUser .btn:hover {
    background: #f03128;
}

/*logo、搜索*/

.topCont {
    width: 100%;
    margin-top: 25px;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.topCont .logoLeft {
    width: 280px;
}

.topCont .logoLeft img {
    width: 280px;
}

.topCont .logoLeft .slogn {
    margin-top: 10px;
}

.topCont .searchRight {
    width: 870px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topCont .searchRight .searchCont {
    width: 550px;
    position: relative;
    height: 50px;
    border: 1px solid #da251d;
    border-radius: 5px;
    margin: 2px 0;
}

.topCont .searchRight .searchCont input {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 51px;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 0 165px 0 105px;
    font-size: 16px;
}

.topCont .searchRight .searchCont input::placeholder {
    color: #999999;
}

.topCont .searchRight .searchCont select {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    font-size: 16px;
    width: 90px;
    background: #ffffff;
    padding: 0 18px;
    outline: none;
    border: none;
    border-right: 1px solid #da251d;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(http://so.china-ef.com/2022/images/xsj.png);
    background-position: 87px 51px;
}

.topCont .searchRight .searchCont select::-ms-expand {
    display: none;
}

.topCont .searchRight .searchCont button {
    width: 150px;
    outline: none;
    border: none;
    height: 50px;
    background: #da251d;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: 2px;
    cursor: pointer;
}

.topCont .searchRight .searchCont button:hover {
    background: #f03128;
}

.topCont .searchRight .searchCont button i {
    font-size: 26px;
    margin-right: 5px;
    vertical-align: sub;
}

.topCont .searchRight .believe {
    width: 280px;
    height: 56px;
    background: url(http://news.china-ef.com/2014/images/brand.gif);
}

.topCont .searchRight .hotSearch {
    width: 100%;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    font-size: 0;
    margin-top: 13px;
}

.topCont .searchRight .hotSearch a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    background: #f5f8f9;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
    transition: all 0.2s;
}

.topCont .searchRight .hotSearch a:hover {
    background: #fbe9e8;
    color: #da251d;
}

.topCont .searchRight .hotSearch a:nth-child(-n + 2) {
    background: #da251d;
    color: #fff;
}

.topCont .searchRight .hotSearch a:nth-child(-n + 2):hover {
    background: #f03128;
}

.topCont .searchRight .hotSearch label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #333;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
    transition: all 0.2s;
    cursor: pointer;
}

.topCont .searchRight .hotSearch label:hover {
    background: #000;
}

/*导航*/

.topNav {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    background: url(navbg.jpg);
    margin-top: 22px;
}

.topNav .navCont {
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 16px;
}

.topNav .navCont .navOne {
    width: 265px;
}

.topNav .navCont .navOne:nth-child(2) {
    width: 240px;
}

.topNav .navCont .navOne:nth-child(3) {
    width: 215px;
}

.topNav .navCont .navOne span {
    font-size: 20px;
    color: #da251d;
    display: block;
    float: left;
    line-height: 22px;
    width: 44px;
    height: 44px;
    padding-right: 10px;
    text-align: center;
    position: relative;
}

.topNav .navCont .navOne span::after {
    content: "";
    display: block;
    width: 2px;
    height: 44px;
    background: #da251d;
    position: absolute;
    top: 1px;
    right: 0px;
}

.topNav .navCont .navOne a {
    display: block;
    float: left;
    line-height: 22px;
    margin: 0 0 0 20px;
}

.topNav .navCont .navOne a:hover {
    color: #da251d;
}

/*广告板块*/

.tAd {
    width: 100%;
    margin-top: 15px;
}

.tAd ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tAd ul li {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border: 1px solid #e1e1e1;
    position: relative;
    overflow: hidden;
}

.tAd ul li a {
    display: block;
}

.tAd ul li img {
    width: 100%;
}

.tAd ul li::after {
    content: "";
    display: block;
    width: 24px;
    height: 14px;
    position: absolute;
    right: 1px;
    bottom: 1px;
    background: url(http://css.china-ef.com/images/2016/icon-ad.png) no-repeat;
}

.tAd ul li:hover {
    opacity: 0.9;
}

.tAd.ad4 ul li {
    width: 285px;
    height: 90px;
}

.tAd.ad5 ul li {
    width: 230px;
    height: 80px;
}

.whiteBg {
    margin-top: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #ffffff;
    padding: 20px;
}

/*今日热点*/

.todayHot {
    position: relative;
    width: 430px;
    height: 360px;
    margin-top: 25px;
    padding: 25px;
    /* overflow: hidden; */
}

.todayHot h2 {
    font-size: 24px;
    line-height: 24px;
}

.todayHot h2 span {
    display: inline-block;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    background: #da251d;
    border-radius: 12px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    margin-left: 10px;
}

.todayHot h2 a {
    display: inline-block;
    float: right;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 0 10px;
    margin-top: 2px;
    transition: all 0.2s;
}

.todayHot h2 a:hover {
    background: #eff3f5;
}

.todayHot ul {
    margin-top: 25px;
}

.todayHot ul li a {
    display: block;
    margin-top: 15px;
}

.todayHot ul li h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
}

.todayHot ul li:hover h3 {
    color: #da251d;
}

.todayHot ul li h3 font {
    font-family: "Century Gothic", Arial;
    font-size: 20px;
    color: #cccccc;
    vertical-align: text-bottom;
    padding-right: 8px;
}

.todayHot ul li:nth-child(-n + 2) h3 font {
    color: #da251d;
}

.todayHot ul li:hover h3 font {
    color: #da251d;
}

.todayHot ul li p {
    padding-left: 32px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
    margin-top: 8px;
}

.todayHot ul li:nth-child(n + 3) p {
    display: none;
}

/*焦点图*/

.todayFocus {
    width: 750px;
    height: 360px;
    margin-top: 25px;
    /* overflow: hidden; */
    padding: 0;
    position: relative;
}

.todayFocus ul li {
    width: 750px;
    height: 360px;
    position: relative;
}

.todayFocus ul li img {
    width: 750px;
    height: 360px;
    object-fit: cover;
    transition: all 0.2s;
}

.todayFocus ul li:hover img {
    transform: scale(1.05);
}

.todayFocus ul li h2 {
    position: absolute;
    bottom: 0;
    width: 550px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    padding: 0 180px 0 20px;
    backdrop-filter: blur(5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.todayFocus .hd {
    position: absolute;
    right: 20px;
    bottom: 15px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 0 8px;
    transition: all 0.2s;
}

.todayFocus:hover .hd {
    right: 80px;
}

.todayFocus .hd li {
    display: inline-block;
    margin: 6px 3px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s;
}

.todayFocus .hd li.on {
    width: 30px;
    opacity: 1;
}

.todayFocus .pn {
    position: absolute;
    right: -50px;
    bottom: 15px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 0 6px;
    transition: all 0.2s;
}

.todayFocus:hover .pn {
    right: 20px;
}

.todayFocus .pn a i {
    color: #ffffff;
    line-height: 20px;
    opacity: 0.5;
}

.todayFocus .pn a:hover i {
    opacity: 1;
}

/*板块分割、标题统一样式*/

.line {
    width: 100%;
    height: 2px;
    background: #333333;
    margin-top: 25px;
    clear: both;
    margin-bottom: 20px;
}

.recBlock {
    width: 100%;
}

.recBlock.fl {
    width: 860px;
}

.recBlock .whiteWrap {
    border-radius: 10px;
}

.blockTlt {
    line-height: 24px;
    height: 24px;
    margin-bottom: 20px;
}

.blockTlt strong {
    font-size: 24px;
    color: #da251d;
}

.blockTlt span {
    display: inline-block;
    position: relative;
    background: #333333;
    color: #ffffff;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 5px;
    text-transform: uppercase;
    transform: skewX(-15deg);
    margin-left: 15px;
}

.blockTlt span:after {
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    height: 24px;
    width: 3px;
    top: 0;
    left: -8px;
}

.blockTlt p {
    float: right;
    font-size: 0;
}

.blockTlt a {
    font-size: 14px;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    border-radius: 3px;
    margin-left: 10px;
    color: #666666;
    transition: all 0.2s;
}

.blockTlt a:hover {
    background: #fbe9e8;
}

.blockTlt a:last-child {
    background: #333333;
    color: #ffffff;
}

.blockTlt a:last-child:hover {
    background: #da251d;
}

/*推荐品牌*/

.whiteWrap.brand {
    width: 860px;
    height: 375px;
    box-sizing: border-box;
    padding: 20px;
}

.brand .brandNav {
    width: 50px;
    height: 335px;
    border-radius: 5px;
    background: #eff3f5;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand .brandNav span {
    display: block;
    width: 30px;
    text-align: center;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.brand .brandNav span.on {
    background: #da251d;
    color: #fff;
}

.brand .brandNav span.on::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #da251d;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    transition: all 0.2s;
}

.brand .brandCont {
    width: 750px;
}

.brand .brandCont ul li {
    display: none;
}

.brand .brandCont ul li.on {
    width: 100%;
    height: 335px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.brand .brandCont ul li a {
    display: block;
    overflow: hidden;
    width: 180px;
    height: 106px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    position: relative;
}

.brand .brandCont ul li a img {
    width: 140px;
    height: 74px;
    object-fit: cover;
    margin: 16px 20px;
    transition: all 0.2s;
}

.brand .brandCont ul li a p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all 0.2s;
}

.brand .brandCont ul li a p font {
    display: block;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 16px;
}

.brand .brandCont ul li a:hover {
    border-color: #da251d;
}

.brand .brandCont ul li a:hover img {
    transform: scale(1.2);
    opacity: 0.5;
}

.brand .brandCont ul li a:hover p {
    opacity: 1;
}

/*时尚品牌*/

.rightBlock .whiteWrap {
    border-radius: 10px;
    padding: 20px;
}

.whiteWrap.fashion {
    width: 280px;
    height: 379px;
}

.fashion h2 {
    text-align: center;
    height: 36px;
    line-height: 20px;
    font-size: 20px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.fashion h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: #da251d;
    position: absolute;
    bottom: 0;
    left: 120px;
}

.fashion .fashionCont {
    width: 280px;
    height: 325px;
    overflow: hidden;
    margin-top: 20px;
}

.fashion .fashionCont ul li {
    width: 100%;
    height: 290px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.fashion .fashionCont ul li a {
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.fashion .fashionCont ul li a:hover {
    border-color: #da251d;
}

.fashion .fashionCont ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fashion .fashionCont .hd {
    width: 90px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    background: rgba(239, 243, 245, 0.5);
    margin: 15px auto;
}

.fashion .fashionCont .hd li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #da251d;
    opacity: 0.2;
    margin: 6px 5px;
    transition: all 0.2s;
    cursor: pointer;
}

.fashion .fashionCont .hd li.on {
    opacity: 1;
    width: 30px;
}

.fashion .fashionCont .pn {
    width: 200px;
    margin: -35px auto 0 auto;
}

.fashion .fashionCont .pn a {
    display: inline-block;
    background: rgba(239, 243, 245, 0.5);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    color: #999999;
}

.fashion .fashionCont .pn a:hover {
    background: rgba(239, 243, 245, 1);
}

.fashion .fashionCont .pn a i {
    font-size: 18px;
}

.fashion .fashionCont .pn a.next {
    float: right;
}

/*品牌聚焦*/

.brandNews {
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}

.brandNews ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    height: 150px;
}

.brandNews ul::after {
    content: none;
}

.brandNews ul li {
    width: 350px;
    height: 70px;
    background: rgba(239, 243, 245, 0.5);
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
}

.brandNews ul li:first-child {
    width: 70px;
    padding: 12px;
    color: #da251d;
    background: #fbe9e8;
    text-align: center;
}

.brandNews ul li:first-child h2 {
    font-size: 20px;
    line-height: 23px;
}

.brandNews ul li h3 {
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brandNews ul li:not(:first-child):hover {
    background: #eff3f5;
    color: #da251d;
}

.brandNews ul li h3 span {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    height: 16px;
    font-weight: normal;
    background: #607d8b;
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
    margin-right: 5px;
    transform: translateY(-1px);
}

.brandNews ul li h3 span.women {
    background: #da251d;
}

.brandNews ul li h3 span.men {
    background: #2196f3;
}

.brandNews ul li h3 span.child {
    background: #ff9800;
}

.brandNews ul li h3 span.under {
    background: #673ab7;
}

.brandNews ul li h3 span.leisure {
    background: #795548;
}

.brandNews ul li p {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.brandNews ul li:last-child {
    width: 70px;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.brandNews ul li:last-child:hover {
    color: #666666;
}

/*热门企业*/

.whiteWrap.corp {
    width: 860px;
    height: 456px;
    box-sizing: border-box;
    padding: 20px;
}

.corp .corpCont {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.corp .corpCont a {
    display: block;
    overflow: hidden;
    width: 194px;
    height: 130px;
    background: rgba(239, 243, 245, 0.5);
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    position: relative;
}

.corp .corpCont a:hover {
    border-color: #da251d;
    background: #da251d;
    color: #ffffff;
}

.corp .corpCont a img {
    width: 100%;
    height: 96px;
    object-fit: contain;
    background: #fff;
}

.corp .corpCont a p {
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*订货会*/

.whiteWrap.dhh {
    width: 280px;
    height: 460px;
}

.dhh h2 {
    font-size: 20px;
    line-height: 20px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.dhh h2::before {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background: #da251d;
    position: absolute;
    top: 0;
    left: 0;
}

.dhh h2 a {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    margin-top: 5px;
}

.dhh h2 a:hover {
    color: #666666;
}

.dhh ul {
    margin-top: 10px;
}

.dhh ul li {
    height: 50px;
    padding: 10px 0;
    border-bottom: 1px dashed #eeeeee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dhh ul li:hover {
    color: #da251d;
}

.dhh ul li p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 8px;
}

.dhh ul li span {
    box-sizing: border-box;
    display: inline-block;
    background: #333333;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 3px;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    float: left;
    margin-bottom: 11px;
}

.dhh ul li font {
    display: inline-block;
    background: #da251d;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 3px;
    float: right;
}

/*名品乐购*/

.whiteWrap.mplg {
    padding: 20px;
    box-sizing: border-box;
}

/*广告切换*/

.mplg .adList {
    width: 860px;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.mplg .adList .adCont {
    position: absolute;
    top: 0;
    left: 0;
}

.mplg .adList .adCont a {
    display: block;
    position: relative;
}

.mplg .adList .adCont a::after {
    content: "";
    display: block;
    width: 24px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(http://css.china-ef.com/images/2016/icon-ad.png) no-repeat;
}

.mplg .adList ul {
    position: absolute;
    top: 45px;
    right: 15px;
}

.mplg .adList ul li {
    display: block;
    width: 5px;
    height: 30px;
    background: #ffffff;
    opacity: 0.25;
    margin: 10px 0;
    cursor: pointer;
}

.mplg .adList ul li.on {
    opacity: 1;
}

.mplg .proList {
    width: 860px;
    height: 190px;
    margin-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.mplg .proList a {
    display: block;
    width: 280px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
}

.mplg .proList a:hover {
    color: #da251d;
}

.mplg .proList a img {
    float: left;
    width: 88px;
    height: 88px;
    margin-right: 15px;
}

.mplg .proList a p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
}

.mplg .proList a span {
    display: block;
    color: #da251d;
    font-size: 20px;
    font-family: "Century Gothic", Arial;
    font-weight: bold;
    margin-top: 5px;
}

.mplg .proList a span::before {
    content: "￥";
    font-size: 13px;
}

.mplg .product {
    width: 280px;
    height: 428px;
    background: #eff3f5;
    overflow: hidden;
    border: 1px solid #eff3f5;
    border-radius: 10px;
    position: relative;
}

.product li {
    cursor: pointer;
    position: relative;
    height: 428px;
    overflow: hidden;
}

.product li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.product li img {
    width: 100%;
    transition: all 0.2s;
}

.product li h2 {
    margin: 25px 20px 18px 20px;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.2s;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product li p {
    width: 240px;
    margin: 15px auto;
    text-align: center;
    border: 1px solid #da251d;
    line-height: 36px;
    height: 36px;
    border-radius: 5px;
    font-size: 0;
    font-family: "Century Gothic", Arial;
    font-weight: bold;
    color: #da251d;
    position: relative;
    overflow: hidden;
}

.product li p font {
    display: inline-block;
    font-size: 24px;
    width: 240px;
    transition: all 0.2s;
    position: absolute;
    left: 0;
}

.product li p font::before {
    content: "￥";
    font-size: 15px;
}

.product li p span {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    background: #da251d;
    width: 85px;
    transition: all 0.2s;
    position: absolute;
    right: -100px;
    background: linear-gradient(-65deg, #da251d 90px, transparent 90px);
    padding-left: 15px;
}

.product li:hover {
    color: #da251d;
}

.product li:hover img {
    transform: scale(1.05);
}

.product li:hover font {
    width: 150px;
}

.product li:hover span {
    right: 0;
}

.product .pageState {
    position: absolute;
    left: 115px;
    top: 270px;
    line-height: 20px;
    height: 20px;
    width: 50px;
    text-align: center;
    display: block;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.product .pn {
    position: absolute;
    display: block;
    border-radius: 25px;
    line-height: 20px;
    height: 20px;
    width: 110px;
    top: 270px;
    left: 85px;
}

.product .pn a {
    display: inline-block;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
}

.product .pn a.next {
    float: right;
}

/*商机*/

.whiteWrap.trade {
    width: 820px;
    padding: 20px;
    height: 410px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.trade a {
    display: block;
    background: rgba(239, 243, 245, 0.5);
    border-radius: 5px;
    padding: 10px;
    width: 385px;
}

.trade a strong {
    float: left;
    display: block;
    height: 30px;
    width: 18px;
    padding: 5px 0;
    background: #da251d;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.trade a span {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}

.trade a font {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.trade a font::before {
    content: "·";
    padding: 0 5px;
    color: #666666;
}

.trade a p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trade a:hover {
    background: #eff3f5;
    color: #da251d;
}

/*经销商动态*/

.whiteWrap.dynamic {
    width: 280px;
    height: 454px;
}

.dynamic h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    height: 24px;
}

.dynamic h2 i {
    color: #da251d;
    font-size: 26px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.dynamic h2 button {
    float: right;
    outline: none;
    border: none;
    font-size: 12px;
    height: 24px;
    background: #333333;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
}

.dynamic h2 button:hover {
    background: #000000;
}

.dynamic .dynamicList {
    height: 410px;
    overflow: hidden;
    margin-top: 20px;
}

.dynamic .dynamicList li {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #999999;
    line-height: 20px;
}

.dynamic .dynamicList li strong {
    color: #333333;
    margin-right: 15px;
}

.dynamic .dynamicList li label {
    color: #da251d;
    font-weight: bold;
    margin-left: 15px;
}

.dynamic .dynamicList li p {
    font-size: 15px;
    color: #333333;
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*服装招聘*/

.whiteWrap.efCrop {
    height: 429px;
    background: #f2f2f2;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    overflow: hidden;
    padding: 0;
}

.efCrop a {
    display: block;
    width: 286px;
    height: 85px;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    overflow: hidden;
}

.efCrop a:hover {
    color: #da251d;
}

.efCrop a img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}

.efCrop a p {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.efCrop a span {
    display: block;
    color: #666666;
    line-height: 18px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.efCrop a span font {
    display: inline-block;
    padding: 0 6px;
    text-align: center;
    background: #da251d;
    color: #ffffff;
    margin-right: 5px;
    font-size: 13px;
}

/*热招职位*/

.whiteWrap.job {
    width: 280px;
    height: 433px;
}

.job h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    height: 24px;
    color: #da251d;
}

.job h2 i {
    font-size: 26px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.job h2 a {
    float: right;
    outline: none;
    border: none;
    font-size: 12px;
    height: 24px;
    background: #333333;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
}

.job h2 a:hover {
    background: #000000;
}

.job ul {
    margin-top: 10px;
}

.job ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.job ul li:hover {
    color: #da251d;
}

.job ul li:last-child {
    border: none;
}

.job ul li a {
    display: block;
}

.job ul li p {
    width: 100%;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
}

.job ul li p span {
    display: block;
    flex-grow: 1;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
    float: left;
}

.job ul li p label {
    display: block;
    width: 90px;
    text-align: right;
    color: #da251d;
    font-size: 18px;
    float: right;
}

.job ul li font {
    margin-top: 4px;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}

/*品牌推荐*/

.blockTlt font {
    font-size: 14px;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    border-radius: 3px;
    margin-left: 10px;
    color: #666666;
    cursor: pointer;
    position: relative;
}

.blockTlt font.on {
    background: #da251d;
    color: #ffffff;
}

.blockTlt font.on::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #da251d;
    position: absolute;
    transform: rotate(45deg);
    bottom: -4px;
    left: 33px;
}

.whiteWrap.recCont {
    box-sizing: border-box;
    padding: 20px;
    font-size: 0;
}

.whiteWrap.recCont li {
    margin-top: -10px;
    display: none;
}

.whiteWrap.recCont li.on {
    display: block;
}

.whiteWrap.recCont a {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    background: #f5f8f9;
    padding: 0 12px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 3px;
}

.whiteWrap.recCont a:hover {
    background: #fbe9e8;
    color: #da251d;
}

/*专题*/

.whiteWrap.topic {
    width: 260px;
    height: 340px;
    padding: 20px;
}

.topic .pic {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.topic .pic .mask {
    width: 100%;
    height: 100%;
    background: url(topicBg.jpg) center top;
    background-size: cover;
    filter: blur(2px);
}

.topic .pic a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.topic .pic a h2 {
    font-size: 20px;
    margin-top: 20px;
}

.topic .pic a p {
    font-size: 14px;
    margin-top: 13px;
    color: #666666;
}

.topic .pic a:hover {
    color: #da251d;
}

.topic ul li {
    margin-top: 15px;
    height: 65px;
}

.topic ul li:hover {
    color: #da251d;
}

.topic ul li .pic {
    width: 100px;
    height: 65px;
    border-radius: 5px;
    margin-right: 15px;
    float: left;
}

.topic ul li .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    transition: all 0.2s;
}

.topic ul li:hover .pic img {
    transform: scale(1.1);
}

.topic ul li p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.topic ul li font {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    color: #999999;
}

/*产品推荐*/

.productShow {
    width: 880px;
    height: 380px;
    position: relative;
}

.productShow a {
    display: block;
    width: 285px;
    height: 380px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    position: relative;
}

.productShow a:nth-child(2) {
    float: right;
}

.productShow a:nth-child(n + 3) {
    width: 140px;
    height: 185px;
    margin-left: 10px;
}

.productShow a:nth-child(n + 5) {
    margin-top: 10px;
}

.productShow a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.productShow a:hover img {
    transform: scale(1.05);
}

.productShow a p {
    width: 245px;
    position: absolute;
    bottom: 10px;
    margin: 0 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    backdrop-filter: blur(2px);
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.productShow a:nth-child(n + 3) p {
    display: none;
}

/*友情链接*/

.link {
    border-radius: 10px;
    margin: 25px 0;
}

.link h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    display: inline-block;
    color: #666;
    margin-right: 10px;
}

.link a {
    display: inline-block;
    color: #999;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 12px;
}

.link a:hover {
    color: #333;
}

/*底部*/

.footer {
    width: 100%;
    height: 241px;
    padding: 50px 0 3px 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.footer .logo {
    width: 220px;
    height: 90px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.footer .logo img {
    width: 100%;
}

.footer .logo p {
    width: 100%;
    line-height: 28px;
    border: 1px solid #da251d;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Century Gothic", Arial;
    font-weight: bold;
    color: #da251d;
}

.footer .logo p font {
    display: block;
    font-size: 14px;
    font-weight: normal;
    background: #da251d;
    color: #ffffff;
    height: 28px;
    float: left;
    padding: 0 9px;
    margin-right: 8px;
}

.footer .fgx {
    width: 1px;
    height: 90px;
    margin: 0 30px;
    background: #dddddd;
}

.footer .content {
    width: 800px;
    height: 90px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-between;
    font-size: 15px;
    text-align: right;
}

.footer .content p {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer .content p a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    background: #eff3f5;
    border-radius: 3px;
}

.footer .content p a:hover {
    background: #fbe9e8;
}

.footer .content p a:first-child {
    background: #da251d;
    color: #ffffff;
}

.footer .content p a:first-child:hover {
    background: #f03128;
}

.footer .content span {
    display: block;
}

.footer .content span a:hover {
    text-decoration: underline;
}

.footer .content label {
    color: #da251d;
}

.footer .scanCode {
    width: 535px;
    height: 98px;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 30px;
}

.footer .scanCode .codeOne {
    width: 120px;
    height: 96px;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.footer .scanCode .codeOne img {
    width: 90px;
    height: 90px;
    margin: 3px 5px 3px 27px;
}

.footer .scanCode .codeOne::after {
    content: "";
    display: block;
    width: 24px;
    height: 100%;
    background: #eff3f5;
    position: absolute;
    left: 0;
    top: 0;
}

.footer .scanCode .codeOne font {
    position: absolute;
    z-index: 2;
    width: 14px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer .scanCode+.fgx {
    height: 98px;
}

.footer .webSite {
    width: 650px;
    height: 80px;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 30px 10px 0 10px;
    margin-top: 16px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    position: relative;
}

.footer .webSite p {
    position: absolute;
    background: #333333;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px 5px 5px 0;
    left: -1px;
    top: -18px;
}

.footer .webSite a img {
    width: auto;
    height: 34px;
}

.footer .webSite a:nth-child(2) img {
    margin-top: 1px;
}

.footer .webSite a:nth-child(4) img {
    height: 37px;
}

.footer .webSite a:hover img {
    opacity: 0.7;
}

/*留言板块样式*/

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    backdrop-filter: blur(3px);
    display: none;
}

.layer .message {
    width: 1000px;
    background: #ffffff;
    padding: 45px 0;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -240px;
    position: relative;
}

.layer .message:after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    top: 33px;
    right: -34px;
}

.layer .message .icon-guanbi {
    position: absolute;
    top: 20px;
    right: -60px;
    font-size: 26px;
    color: #cccccc;
    cursor: pointer;
}

.layer .message .icon-guanbi:hover {
    color: #ffffff;
}

.message p {
    font-size: 18px;
    text-align: center;
}

.message .messageCont {
    width: 906px;
    margin: 40px auto 0 auto;
}

.message .messageCont .msgGrp {
    width: 280px;
    margin: 10px;
    height: 36px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    position: relative;
    float: left;
}

.message .messageCont .msgGrp.chang {
    width: 582px;
}

.message .messageCont .msgGrp font {
    position: absolute;
    display: block;
    left: 0;
    width: 80px;
    line-height: 36px;
    height: 36px;
    background: #eff3f5;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border-radius: 5px 0 0 5px;
}

.message .messageCont .msgGrp input {
    width: 280px;
    box-sizing: border-box;
    line-height: 36px;
    height: 36px;
    padding: 0 10px 0 90px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 15px;
}

.message .messageCont .msgGrp input.Ver_tk {
    padding-right: 90px;
}

.message .messageCont .msgGrp input[type="button"] {
    width: 80px;
    padding: 0;
    height: 24px;
    line-height: 25px;
    font-size: 13px;
    color: #ffffff;
    background: #333333;
    position: absolute;
    right: 5px;
    top: 6px;
    cursor: pointer;
}

.message .messageCont .msgGrp input[type="button"]:hover {
    background: #000000;
}

.message .messageCont .msgGrp input[type="button"]:disabled {
    background: #eeeeee;
    color: #999999;
}

.message .messageCont .msgGrp .danxuan {
    margin-left: 80px;
    padding: 5px 0;
    font-size: 15px;
}

.message .messageCont .msgGrp .danxuan input {
    display: none;
}

.message .messageCont .msgGrp .danxuan label {
    display: block;
    float: left;
    width: 94px;
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    background-color: rgba(239, 243, 245, 0.5);
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}

.message .messageCont .msgGrp .danxuan label:hover {
    background: #eff3f5;
}

.message .messageCont .msgGrp .danxuan input:checked+label {
    background: #000000;
    color: #ffffff;
}

.message .messageCont .msgGrp select {
    width: 200px;
    padding: 0 10px;
    margin-left: 80px;
    height: 36px;
    outline: none;
    border: none;
    background: none;
    font-size: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(arrow.png) no-repeat scroll right center transparent;
}

.message .messageCont .msgGrp.liuyan {
    width: 582px;
    height: 140px;
}

.message .messageCont .msgGrp.liuyan font {
    height: 140px;
    line-height: 140px;
}

.message .messageCont .msgGrp.liuyan select {
    width: 502px;
    border-bottom: 1px solid #e1e1e1;
}

.message .messageCont .msgGrp.liuyan textarea {
    width: 482px;
    height: 94px;
    outline: none;
    border: none;
    padding: 5px 10px;
    resize: none;
    margin-left: 80px;
    font-size: 15px;
    font-family: "微软雅黑";
    line-height: 24px;
    border-radius: 5px;
}

.message .messageCont .msgSub {
    width: 280px;
    margin: 15px 10px 10px 10px;
    height: 78px;
    float: left;
    font-size: 13px;
}

.message .messageCont .msgSub a {
    color: #999999;
}

.message .messageCont .msgSub a:hover {
    text-decoration: underline;
}

.message .messageCont .msgSub button {
    background: #333333;
    width: 280px;
    height: 44px;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
}

.message .messageCont .msgSub button:hover {
    background-color: #000000;
}

.msg_error {
    position: absolute;
    background: #da251d;
    padding: 0px 10px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 13px;
    font-size: 12px;
    transition: all 0.5s;
    top: -25px;
    right: 0;
}

.msg_error:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #da251d;
    border-left-color: #da251d;
    position: absolute;
    left: 15px;
    top: 100%;
}

.zd-btn-l {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: -130px;
    top: 30%;
    width: 100px;
    height: 100px;
    z-index: 210;
    cursor: pointer;
}

.zd-btn-l h2 {
    color: #da251d;
    line-height: 30px;
    margin-bottom: 5px;
}

.zd-btn-l img {
    width: 100px;
}