
.goodsPage {
    width: 1200px;
    margin: 20px auto 0;
    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;
    border-bottom: 1px solid #0A36A5;
}

.menu li {
    padding: 5px 8px;
    margin-right: 12px;
    background: #F4F7FB;
    border-radius: 4px 4px 0 0;
    display: inline-block;
}

.menu li:hover{
    background: #EAEFF5;
}

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

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

.menu_li_active {
    background: #0A36A5 !important;
}

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

.menu_li_active {
    background: #0A36A5 !important;
}

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

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


.goodsPageWrap .artList {
    width: 884px;
}
.goodsPageWrap .goodsList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.goodsPageWrap .goodsList .goodsItem{
    padding: 6px;
    width: 210px;
    height: 398px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #FFF;
    box-sizing: border-box;
    margin-right: 14px;
    margin-bottom: 20px;
    cursor: pointer;
}

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

.goodsPageWrap .goodsList .goodsItem .title{
    max-width: 190px;
    font-size: 14px;
    font-weight: 749;
    color: #333;
    overflow: hidden;  
    white-space: nowrap; 
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-left: 4px;
}
.goodsPageWrap .goodsList .goodsItem .desc{
    max-width: 190px;
    font-size: 13px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    margin-bottom: 10px;
    margin-left: 4px;
    color: #333;
}
.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{
    border-radius: 6px;
    margin-left: 4px;
    background: #E5F1FC;
    width: 190px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #0071DC;
} 

.goodsPageWrap .goodsList .goodsItem:hover {
    border: 1px solid #E8E8E8;
    box-shadow: 4px 4px 30px 0 rgba(72, 84, 106, 0.08);
}

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

.goodsPageWrap .goodsList .goodsItem:nth-of-type(4n){
    margin-right: 0;
}


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