/*首页、专题、菜单等装修页面的css*/
body {
    margin: 0;
    background: #f7f7f7;
    font-family: PingFang-SC-Medium, MicroSoft YaHei, sans-serif;
}

ul, li, p {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.redWords {
    color: #ff0000 !important;
}

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

.header {
    height: 2.75rem;
    background: #04ccba;
    border-bottom: 1px solid #dcdcdc;
}

.title-bar {
    padding: .09rem .27rem;
    margin-bottom: .06rem;
    background: #ffffff;
    font-size: .2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title-left {
    color: #ffffff;
    line-height: .3rem;
    display: inline-block;
    background: #ff0000;
    padding: .04rem .15rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title-right {
    float: right;
    line-height: .4rem;
}

.list:before,
.list:after {
    clear: both;
    content: '';
    display: block;
}

.list-item {
    float: left;
    width: 49%;
    padding: 0 0 .1rem;
    margin-bottom: .08rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-item:nth-child(2n) {
    float: right;
}

.list-item .imgHolder {
    display: flex;
    height: 3.06rem;
    align-items: center;
}

.list-item .imgHolder img {
    width: 100%;
    height: 100%;
}

.list-info {
    padding: 0 .08rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-info p {
    font-size: .24rem;
    font-weight: bold;
    margin-top: .14rem;
    color: #000;
}

.limit-activity {
    /*text-align: right;*/
    font-size: 0;
    margin: .1rem 0;
}

.limit-activity .title-left {
    font-size: .2rem;
}

.limit-activity .redWords {
    font-size: .18rem;
}

.price {
    font-size: 0;
}

.price .redWords {
    font-size: .36rem;
    font-weight: bold;
    margin-right: .05rem;
}

.price .redWords span {
    font-size: .2rem;
}

.price .grayWords {
    font-size: .2rem;
    color: #ccc;
}

.list-item-state {
    font-size: .24rem;
    color: #333;
    line-height: .35rem;
}

.list-item-state .state1 {
    float: right;
    background: #fd0001;
    color: #ffffff;
    padding: 0 .2rem;
    line-height: .35rem;
    height: .35rem;
    border-radius: .2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.list-item-state .state2 {
    float: right;
    background: #cbcbcb;
    color: #ffffff;
    padding: 0 .2rem;
    line-height: .35rem;
    height: .35rem;
    border-radius: .2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.oneLine li {
    width: 100%;
    padding: .1rem;
}

.oneLine li .imgHolder {
    width: 2rem;
    height: 2rem;
    float: left;
}

.oneLine li .list-info {
    padding: 0 .2rem 0 2.1rem;
    /*height: 2rem;*/
    box-sizing: border-box;
}

.oneLine li .price {
    margin: .1rem 0;
}

/*20221018*/
.category-container{
    padding: 0 0 10px 0;
    margin-top: 16px;
    position: relative;
    background-color: white;
}
.category-box{
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 18px 0px rgba(5, 5, 5, 0.15);
    width: 95%;
    margin: 0 3% 0 3%;
    border-radius: 5px;
    padding: 20px 0;
    position: inherit;
}
.category-list{
    width: 20%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.category-column{
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.category-imgbox{
    width: 50px;
    height: 50px;
}
.category-title{

    font-size: 12px;
    text-align: center;
}
.partsImg ,.partsImg img{
    height: 60px;
    width: 60px;
    border: 1px solid #ccc;
}
.space{
    height: 10px;
    background-color: #F2f2f2;
}
.container{
    background-color: #fff;
    height: auto;
    display: block;
}
.goods-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: content-box;
    padding: 0 17px;

}
.table-text {
    color: black !important;
    font-size: 16px !important;
    padding: 0 19px;

}

.table-icon-tuijian {
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

.goods-box {
    width: 155px;
    /* height: 472rpx; */
    background-color: #fff;
    overflow: hidden;
    margin-bottom:17px;
    border-radius: 5px;
    border: 1px solid #D1D1D1;
    padding-bottom: 5px;

}

.goods-box .img-box {
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
    background: white;
    overflow: hidden;
    transition: all 1s;
    backface-visibility: hidden;
}
.goods-box .img-box .turn-imgage img{
    position: absolute;
    margin-left: 128px;
    margin-top: -80px;
    width: 23px;
    height:auto;


}
.goods-box .img-box img {
    padding: 0;
    margin: auto;
    position: relative;
    width: 134px;
    height: 144px;
}
.image {
    width: 170px;
    height:170px;
}

.goods-box .goods-title {
    width: 140px;
    font-size: 7px;
    color: #333;
    margin-left: 2px;
}

.goods-box .goods-price-container {
    display: flex;
    align-items: baseline;
}

.goods-box .goods-price {
    overflow: hidden;
    font-size: 7px;
    color: #F20C32;
    margin-left:2px;
}

.goods-box .goods-price2 {
    overflow: hidden;
    font-size:7px;
    color: #aaa;
    text-decoration: line-through;
    margin-left: 16px;
}
.characteristic{
    font-size: 5px;
    color: #b3ababee;
    -webkit-line-clamp: 1;
}
.home-m-block-editor{
    position: absolute;
    z-index: 9999;
}
.bottom_icon{
    /*position: fixed;*/
    /*top: 696px;*/
    width: 100%;
    height: 52px;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    padding: 1px;
}

.bottom_icon_1{
    width: 20%;
}
.bottom_icon_2{
    padding-top: 2px;
    height: 20px;
    text-align: center;
}
.bottom_icon_img{
    height: 29px;
}
.bottom_icon_span{
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}
.head_icon{
    width: 100%;height: 40px;display: flex;flex-direction: row
}
.head_icon_1{
    width: 20%;text-align: right;padding-top:10px
}
.head_icon_2 {
    flex: 1;
    border-radius: 10px;
    border: none;
    margin-top: 5px;
    margin-left: 5px;
    height: 28px;
    width: 233px;"
}
