/*标签样式*/
.goodTabContent {
    display: flex;
    width: 100vw;
}

.center {
    background-color: aqua;
    flex: 1 0 auto;
}

.left {
    background-color: saddlebrown;
    flex: 0 0 400px;
}

.right {
    background-color: salmon;
    flex: 0 0 400px;
}

.goodTabList {
    display: flex;
    width: 100%;
}

.goodTabContent .goodTabList>div {
    padding: 5px 0px;
    flex: 1;
    font-size: 15px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.goodTabContent .goodTabList>div span{
    display: -webkit-box;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
    position: relative;
}

.goodTabContent::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.goodTabContent {
    overflow-y: scroll;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.goodTabContent .goodTabList .active span {
    font-size: 17px;
    font-weight: bold;
}

.goodTabContent .goodTabList .active div {
    border-width: 0px 0px 3px;
    border-style: solid;
    border-color: black black rgb(255, 88, 0);
    width: 25px;

}

.xx-good-list {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    min-height: 100vh;
    padding: 0.25rem;
}

.good-card {
    width: 8.6rem;
    background-color: rgb(255, 255, 255);
    border-radius: 0.33rem;
    overflow: hidden;
    margin: 0 0.25rem 0.5rem 0.25rem;
    padding-bottom: 0.45rem;
}

.xx-img-outer {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.xx-img-outer img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0.33rem 0.33rem 0 0;
}

.good-card .xx-good-name {
    padding: 0.5rem 0.4rem 0rem 0.4rem;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.7rem;
}

.good-card .good-des {
    padding-left: 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.6rem;
    color: rgb(153, 153, 153);
    height: 0.8rem;
    line-height: 0.8rem;
}

.good-card .good-newPrice {

    font-size: 0.62rem;
    color: rgb(255, 88, 0);
}

.good-card .good-oldPrice {

    margin-left: 4.416px;
    font-size: 15.456px;
    color: rgb(153, 153, 153);
}

.good-card strong {

    font-size: 0.95rem;
}

.good-card .xx-price {
    height: 1.33rem;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
}
.good-card .biaoqian1{
    height: 0.9rem;
    border-radius: 0.2rem;
    border: 0.03rem solid #FF5A00;
    padding: 0 0.25rem;
    color: #FF5A00;
    font-size: 0.6rem;
    margin-left: 0.3rem;
    display: flex;
    align-items: center;
}
.good-card-tag{
    display: none;
    height: 0.8rem;
    padding: 0 0.4rem;
    margin-top: 0.2rem;
}
.good-card-tag img{
    height: 100%;
    margin-right: 0.15rem;
}
.good-card-tag span{
    height: 0.8rem;
    background: linear-gradient(130deg, rgba(255, 154, 52, 0.79) 0%, rgba(255, 103, 19, 0.79) 100%);
    border-radius: 0.1rem;
    font-size: 0.55rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    padding: 0 0.23rem;
    display: flex;
    align-items: center;
}
.good-card .haoping{

    padding: 0 0.4rem;
    margin-top: 0.2rem;
    height: 0.83rem;
    font-size: 0.6rem;
    font-weight: 400;
    color: #898989;
    line-height: 0.83rem;

}
.goodTabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.goodTabs li{
    padding: 5px 10px;
    border: 1px solid #d0cfcf;
    background: white;
    border-radius: 3px;
    cursor: pointer;
}
.xxActivityTab {
    position: absolute;
    display: flex;
    width: 171px;
    height: 16px;
    overflow: hidden;
    margin-top: -16px;
}

.xxActivityTab span {
    border: 0.5px solid rgb(217, 107, 108);
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    place-content: flex-start center;
    flex-shrink: 0;
    height: 16px;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 5px;
    border-radius: 1.5px;
    overflow: hidden;
    text-align: center;
    line-height: 16px;
    background-color: rgb(217, 107, 108);
    -webkit-box-orient: vertical;
    flex-shrink: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
}

#xx-good-list-left>a{
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.6rem;
    margin: 0 0.25rem 0.5rem 0.25rem;
}
#xx-good-list-left>a>img{
    width: 8.63rem;
    height: 4.5rem;
}
.xhs-jiangjia{
    height: 0.75rem;
    width: 3.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.31rem;
    background: linear-gradient(90deg, #F74738 0%, #FA5030 100%);
    border-radius: 0.2rem;
    background: url(https://websitefile.cdn.bcebos.com/static/xunshop/images/xunhuasuan_icon_zhijiang.png);
    background-size: 100% 100%;
}
.xhs-jiangjia>div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 0.35rem;
    width: 2rem;
}
.xhs-right-img{
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    right: 0.4rem;
    bottom: 0.05rem;
}
.roll_banner.roll_adv.item{
    margin: 0.5rem 0.5rem 0 0.5rem;
    border-radius: 0.3rem;
}
.rush-card-list{
    display: flex;
    padding: 0 0.45rem;
    justify-content: space-between;
}
.iconfont.down{
    position: absolute;
    left: 1.9rem;
    top: .7rem;
    color: #999;
    font-size: .5rem;
    border-top: 10px solid;
    width: 20px;
    height: 20px;
    width: 0;
    height: 0;
    border: .2rem solid transparent;
    border-top-color: #999;
}
.iconfont.up{
    position: absolute;
    left: 1.9rem;
    top: .2rem;
    color: #999;
    font-size: .5rem;
    border-top: 10px solid;
    width: 20px;
    height: 20px;
    width: 0;
    height: 0;
    border: .2rem solid transparent;
    border-bottom-color: #999;
}
