.publicwidth{
    width: 1280px;
    margin: 0px auto;
}
.hometitle{
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    margin: 55px 0px;
}
.hometitle .text {
    position: relative;
    z-index: 1;
}
.hometitle .text a {
    padding: 10px 30px;
    background: #fff;
    margin: 0px auto;
    font-size: 26px;
}
.hometitle .line{
    position: absolute;
    height: 1px;
    background: #000000;
    width: 100%;
    z-index: 1;
    top: 10px;
}

.bestsellerlist{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bestsellerlist .list{
    width: 185px;
    margin-bottom: 15px;
}
.bestsellerlist .title{
    text-align: center;
    height: 40px;
    line-height: 19px;
    overflow: hidden;
}
.bestsellerlist .price{
    width: 100%;
    display: flex;
}
.bestsellerlist .price span{
    width: 50%;
}

.bestsellerlist .price .tprice{
    text-align: right;
    color: #e72f74;
    font-size: 14px;
    font-weight: bolder;
    padding-right: 3px;
    line-height: 31px;
}
.bestsellerlist .price .fprice{
    text-align: left;
    color: #11112b;
    font-size: 14px;
    text-decoration: line-through;
    line-height: 32px;
    padding-left: 3px;
}
.probox{
    padding: 0px 13px;
}

.arrivalsbox{
    display: flex;
    height: 458px;
    background: url("/static/index/image/arrivas_bg.png") no-repeat;
    overflow: hidden;
}
.arrivalsbox .shopbox{
    width: 356px;
    text-align: center;
}
.shopbox button{
    margin-top: 350px;
    /* width: 170px; */
    height: 38px;
    background: #191c2f;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 0px 25px;
}
.arrivalsbox .vals1{
    margin-right: 26px;
}

.goods_arrivals_bottom{
    margin-top: 30px;
}

.listimg img{
    border-radius: 8px;
    overflow: hidden;
}









