
.goodsPage {
    width: 1200px;
    margin: 0 auto;
    font-family: "思源黑体 CN";
}

.goodsPage .nodata {
    width: 884px;
    color: #333;
    font-size: 14px;
    font-weight: 513;
    text-align: center;
    box-shadow: 4px 4px 30px 0 rgba(72, 84, 106, 0.08);
    padding: 352px 0 352px 0;
}

.goodsPage .nodata::before {
    content: '';
    display: block;
    width: 94px;
    height: 82px;
    background: url('../img/icon/clear-04a3d439.png') no-repeat 0 0;
    background-size: 94px;
    margin: 0 auto 20px;
}

.goodsPage-nav{
    padding-top: 20px;
}
.goodsPage-nav .nav {
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    border-bottom: 1px solid #0A36A5;
}

.goodsPage-nav .nav a {
    color: #242E3E;
    font-size: 14px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    background: #F4F7FB;
    border-radius: 4px 4px 0 0;
}

.goodsPage-nav .nav .on {
    color: #fff;
    background: #0A36A5;
}

.goodsPage-nav .nav a:last-child {
    margin-right: 0;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.menu li {
    padding: 7px 14px;
    margin-right: 10px;
    background: #E5F1FC;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 10px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #0071DC;
    font-family: "思源黑体 CN";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 456;
}

.menu_li_active>a {
    color: #fff !important;
    position: relative;
}

.menu_li_active {
    background: #0071DC !important;
}

.menu_li_active>a {
    color: #fff !important;
    position: relative;
}

.goodsPageWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}


.goodsPageWrap .artList {
    width: 884px;
}
.goodsPageWrap .goodsList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.goodsPageWrap .goodsList .goodsItem{
    width: 280px;
    height: 360px;
    border-radius: 10px;
    background: #FFF;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 4px 4px 30px 0 rgba(72, 84, 106, 0.08);
}

.goodsPageWrap .goodsList .goodsItem:hover {
    transform: translateY(-4px);
    transition: all 0.15s linear;
    box-shadow: 4px 4px 30px 0 rgba(72, 84, 106, 0.16);
}

.goodsPageWrap .goodsList .goodsItem:nth-child(3n) {
    margin-right: 0;
}

.goodsPageWrap .goodsList .goodsItem .mainImg{
    width: 281px;
    height: 202px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
}

.goodsPageWrap .goodsList .goodsItem .title{
    font-size: 16px;
    font-weight: 749;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-left: 4px;
    text-align: center;
    padding: 0 16px;
}
.goodsPageWrap .goodsList .goodsItem .desc{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    margin-bottom: 10px;
    color: #333;
    padding: 0 16px;
}
.goodsPageWrap .goodsList .goodsItem .inner-tabs{
    max-width: 190px;
    margin-right: 4px;
    overflow: hidden;
    height: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: 4px;
}
.goodsPageWrap .goodsList .goodsItem .tabs {
  color: #5A6A84;
  font-family: "思源黑体 CN";
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 2px;
  background: #F7F8FA;
  margin-right: 8px;
  height: 18px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 190px;
}

.goodsPageWrap .goodsList .goodsItem .price{
    display: flex;
    align-items: center;
    height: 17px;
    margin-bottom: 10px;
    margin-left: 4px;
}

.goodsPageWrap .goodsList .goodsItem .price p{
    font-size: 14px;
    color: #FF5300;
}
.goodsPageWrap .goodsList .goodsItem .price p .pl{
    font-size: 14px;
    color: #FF5300;
}

.goodsPageWrap .goodsList .goodsItem .price p .unit{
    font-size: 14px;
    color: #333;
    margin-left: 4px;
}

.goodsPageWrap .goodsList .goodsItem .supplier{
    color: #5A6A84;
    font-family: "思源黑体 CN";
    font-size: 12px;
    height: 14px;
    margin-bottom: 10px;
    margin-left: 4px;
}

.goodsPageWrap .goodsList .goodsItem .buy-box{
    display: flex;
    padding: 0 16px;
}

.goodsPageWrap .goodsList .goodsItem .ckdetail{
    border-radius: 6px;
    margin-left: 4px;
    background: #fff;
    width: 116px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #0071DC;
    border: 1px solid #0071DC;
    box-sizing: border-box;
    margin-right: 9px;
    flex-shrink: 0;
}

.goodsPageWrap .goodsList .goodsItem .xconsult{
    border-radius: 6px;
    margin-left: 4px;
    background: #0071DC;
    width: 116px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    flex-shrink: 0;
}

.goodsPageWrap .goodsList .goodsItem:hover .title{
    color: #0071DC;
}
.goodsPageWrap .goodsList .goodsItem .xconsult:hover{
    background: #004F9A;
}

.goodsPageWrap .goodsList .goodsItem .ckdetail:hover{
    background: #F0F6FD;
}

.advJtc .advlink{
    margin-top: 0px;
}

.goodsPage .bannerAd {
    width: 1200px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.goodsPage .bannerAd img {
  display: block;
  width: 1200px;
  height: 176px;
}