﻿    .productitem-page .infobox-2 span {
         overflow: hidden;/*内容超出后隐藏*/
        text-overflow: ellipsis;/* 超出内容显示为省略号*/
        white-space: nowrap;/*文本不进行换行*/
            line-height: 1.3rem !important;
    }

    .pro-attor {
    width:100% !important;
        background: #efefef;
         margin-bottom: 0px !important;   
    }


        .pro-attor span {
            float: left;
        width: 50%;
        background: #efefef;
        line-height: 2.0 !important;
        text-indent: 0rem;
        color: #949494;
        
        }

    .pro-attor-box {
    width: 100%;float: left; margin-top: 0rem;
    margin-bottom: 1rem;
        background: #efefef;
      box-sizing: border-box;
              margin-top: 0.6rem;
              padding: 0.3rem 1rem;
    }

    .productitem-page .pro-info3 {
    height:auto;
    }

    .pro-content-box {
         background: white;
          width:100% !important;
          float:left;
          padding:0px 1rem;
          line-height: 2.25;
              box-sizing: border-box;
    }

        .pro-content-box span {
            background-color:white;
        }

          .pro-content-box li {
            background-color:white;
        }

          .pro-content-box   .border1{
              border-bottom: 1px solid #efefef; color: #262626; 
                  margin-bottom: 0.35rem;
    padding-bottom: 0.35rem;
          }

    .pro_info_box {
            margin-top: 0.36rem;
    box-sizing: border-box;
    width: 100%;
    float: left;
    }

    .pro_info_box li P {
      line-height: 2.25;
    }

    /*.pro-content-box  span
    {
        width:50%;
    }*/

    .pro-addcartitem {
    
    }

      .pro-addcartitem span
      {
          width:50%;
    display: block;
    float: left;
      overflow: hidden;/*内容超出后隐藏*/
        text-overflow: ellipsis;/* 超出内容显示为省略号*/
        white-space: nowrap;/*文本不进行换行*/
      }
      .pro-addcartitem  p{
        line-height:1.3rem !important;
        font-size:0.7rem !important;
    }

         .pro-addcartitem li P span i
    {
            color: #d51f1c;
    font-size: 0.9rem;
        }

    .pro-addcartitem .border1 {
    border-bottom: 1px solid #efefef;
    color: #262626;
    margin-bottom: 0.35rem;
    padding-bottom: 0.35rem;
}


    .pro_info_xx > li.tp {
        float: left;
    width: 6.3rem;
    height: 6.3rem;
    }

    .pro_info_xx > li.txt {
        left: 7.5rem;
    top: 31%;
    padding-top: 0.4rem;
    width: calc(100% - 6.6rem);
    }

    .pro-addcartitem span {
    width:45%;
    }

.product_over_buy .item-cart {
    padding-top: 15px;
}

.pro_info_xx > li.txt P {
color:#262626;
}

.pro_info_box li P {
color:#262626 !important;
}
.flex {
    display: flex;
    justify-content:space-between;
    
}