*,p{
        margin: 0;
      }
      /*新写的店铺部分*/
      .goodsStore_container{
        margin-top:10px;
        background: #fff;
        padding: 10px;
      }
      .goodsStore_header_container{
        display: flex;
      }
      .goodsStore_headerLeft_container{
        flex: 1;
        display: flex;
      }
      .goodsStore_headerLeft_storeImg{
        width: 48px;
        min-width: 48px;
        height: 48px;
        display: block;
        box-sizing: content-box;
        margin-right: 10px;
      }
      .goodsStore_headerLeft_info_container{
        flex: 1;
        margin: 0;
        height: 48px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
      }
      .goodsStore_headerLeft_info_container h4{
        font-size: 16px;
        line-height: 18px;
        color: #333;
        font-weight: bold;
        text-align: left;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        display: -webkit-box;
      }
      .goodsStore_headerLeft_info_content{
        display: flex;
        align-items: center;
        margin: 0;
      }
      .goodsStore_headerLeft_infoLabel_container{
        margin: 0;
      }
      .goodsStore_headerLeft_infoLabel_container img{
        margin-right: 3px;
        display: block;
        height: 13px;
      }
      .goodsStore_headerLeft_score_container{
        margin: 0;
      }
      .goodsStore_headerLeft_score_container img{
        margin-right: 3px;
        display: block;
        height: 13px;
      }
      .goodsStore_headerRight_score_container{
        display: flex;
        align-items: center;
        margin-top: 12px;
      }
      .goodsStore_headerRight_score_container li{
        flex: 1;
        display: flex;
        align-items: center;
      }
      .goodsStore_headerRight_score_container li span{
        color: #999;
        font-size: 12px;
      }
      .goodsStore_headerRight_score_container li b{
        font-weight: 400;
        font-size: 12px;
        color: #e13e4c;
        margin: 0 3px;
      }
      .goodsStore_headerRight_score_container li img{
        width: 13px;
        height: 13px;
      }
      .goodsStore_headerRight_container{
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .goodsStore_headerRight_container a{
        background: rgb(225 62 76);
        font-size: 13px;
        border-radius: 15px;
        height: 30px;
        width: 70px;
        line-height: 30px;
        display: block;
        text-align: center;
        color: #fff;
      }
      .goodsStore_button_container{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
      }
      .goodsStore_button_container a{
        height: 24px;
        line-height: 22px;
        font-size: 13px;
        color: rgba(255,0,54,.8);
        display: block;
        max-width: 96px;
        text-align: center;
        border: 1px solid rgba(255,0,54,.5);
        border-radius: 12px;
      }
      .goodsStore_button_container a:last-child{
        margin-left: 10px;
      }
      .collection_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      /*正常商品价格和名称部分*/
      .goods_info_container{
        background: #fff;
        padding: 12px 18px 20px 18px;
      }
      .goods_infoPrice_container{
        display: flex;
        align-items: end;
        justify-content: space-between;
        height: 35px;
        margin-bottom: 12px;
      }
      .goods_infoPrice_content{
        display: flex;
        align-items: baseline;
        line-height: 35px;
        height: 35px;
      }
      .goods_infoPrice_content span{
        font-size: 16px;
        color: #f2270c;
      }
      .goods_infoPrice_content p{
        font-size: 30px;
        color: #f2270c;
      }
      .goods_infoPrice_content b{
        font-size: 12px;
        font-weight: 400;
        text-decoration: line-through;
        color: #b5b5b5;
        margin-left: 2px;
      }
      .goods_infoPriceRight_container{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      }
      .goods_infoPriceRight_container img{
        width: 21px;
        height: 21px;
        display: block;
        margin: 0 auto;
      }
      .goods_infoPriceRight_container span{
        font-size: 12px;
        color: #262626;
      }
      .goods_infoName_container{
        display: flex;
        align-items: flex-start;
      }
      .goods_infoName_container h3{
        color: #262626;
        font-weight: 700;
        line-height: 21px;
        font-size: 16px;
        text-align: left;
        flex: 1;
      }
      /*商品评价*/
      .goodRate_container{
        padding: 0 18px 20px 18px;
        background: #fff;
      }
      .goodRate_list_container{

      }
      .goodRate_list_container li{
        padding: 18px 0;
        border-bottom: 1px solid #ddd;
      }
      .goodRate_listHeader_container{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .goodRate_listHeader_info_container{
        display: flex;
        align-items: center;
      }
      .goodRate_listHeader_info_container p{
        margin-left: 12px;
        font-size: 12px;
        color: #262626;
      }
      .goodRate_img{
        width: 20px;
        height: 20px;
      }
      .goodRate_listHeader_info_content{
        display: flex;
        align-items: center;
        margin-left: 6px;
      }
      .goodRate_listHeader_info_content img{
        width: 10px;
        height: 10px;
        margin-right: 2px;
      }
      .goodRate_listHeader_Time_container{

      }
      .goodRate_listHeader_Time_container p{
        color: #999;
        font-size: 12px;
      }
      .goodRate_listMain_container{
        margin-top: 18px;
        overflow: hidden;
      }
      .goodRate_listMain_container p{
        position: relative;
        line-height: 1.5;
        color: #262626;
        font-size: 13px;
        word-break: break-all;
        overflow: hidden;
        white-space: normal;
        max-height: 126px;
        text-align: left;
      }