 .home-container .CModulePA {
    position: relative;
 }

.view-more-btn {
    width: 150px;
    height: 50px;
    z-index:9;
    cursor: pointer;
}

 .home-container .fanwei-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 180px;
    padding: 0 200px;
    margin: 40px auto;
    position: relative;
}
 

 .home-container .fanwei-list .fanwei-item {
    width: 100%;
    height: auto;
 }

.home-container .fanwei-list .fanwei-item .goods-img img {
    border-radius: 50%;
    width:140px; 
    height:140px; 
    z-index:17;
}

.home-container .fanwei-list .fanwei-item .goods-bottom-info .goods-title-animate {
    margin-top: 18px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-container .fanwei-list .fanwei-item .goods-bottom-info .font {
    font-size:22px;
    color:#333333;
    font-family:楷体;
}
    

.home-container .fanwei-list .fanwei-item .goods-bottom-info .line {
    border-width: 0 0px 0 1px;
    border-style: solid;
    height: 25px;
    color: #888;
    margin: 0 4px;

}

.goods-preivew-wrapper {
    margin: 60px auto;
    position: relative;
  
}

.goods-preivew-wrapper .goods-preivew-item {
    display: flex;
    margin-bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
    cursor: pointer;   
}

.goods-preivew-wrapper .goods-preivew-item .goods-name {
    font-family:微软雅黑;
    font-size:20px;
    color:#333;
    text-overflow: ellipsis;
    width:800px;
    white-space: nowrap;
    overflow: hidden;
    padding-top:20px;
}

.goods-preivew-item:hover .goods-name {
    color: #f3353f !important;
}


.goods-preivew-wrapper .goods-img {
  width:440px; 
  height:440px;
    border-radius: 50%;
}

.goods-auction-wrapper {
    position: relative;
    margin-top: 160px;
    display: grid;
    grid-template-columns: repeat(4,275px);
    gap: 20px;
}

.goods-auction-wrapper .goods-auction-item {
    width: 275px;
    /*height: 430px;*/
    height: 340px;
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
}

.goods-auction-wrapper .goods-auction-item .goods-name {
    font-family:微软雅黑;
    font-size:18px;
    color:#555555;
    line-height:1.8;
    text-align: center;
    padding: 12px 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
}

.goods-auction-wrapper .goods-auction-item .goods-price {
    font-family:微软雅黑;
    font-size:14px;
    color:#888888;
    line-height:1.8;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.goods-auction-wrapper .goods-auction-item .goods-img {
    width:212px; 
    /*height:295px;*/
    height:212px;
    border-radius: 2px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-btn {
    display: inline-block;
    margin-right: 10px;
    height: 36px;
    width: 120px;
    font: 100 14px / 36px "微软雅黑";
    text-align: center;
    background: url('https://s.dlssyht.cn/css/iconimgSkin/brown/iconImg/Message_but.png') no-repeat;
    color: #fff !important;
    cursor: pointer;
}


.goods-preview-wrapper1{
    margin: 120px auto;
    position: relative;
  
}

.goods-preview-wrapper1 .goods-preivew-item1 {
    display: flex;
    margin-bottom: 120px;
    margin-left: 60px;
    margin-right: 60px;
    cursor: pointer;   
}

.goods-preview-wrapper1 .goods-img {
  width: 420px !important;
  height: 420px !important;
    border-radius: 50%;
}
