
.container_h5{
   display: none;
}
@media screen and (max-width: 750px) {
    #app{
        display: none;
    }
    .container_h5{
       background: #f8f8f8;
       display: block;
    }
    .container_h5 .container_column{
          width: 100%;
    }
    .container_h5 .container_goods{
         padding: 16px;
         margin-bottom: 30px;
    }
    .container_goods .goods_item{
        background: #FFFFFF;
        border-radius: 4px;
        padding: 6px 12px;
        margin-bottom: 12px;
    }
    .container_goods .goods_item:last-child{
        margin-bottom: 0;
    }
    .goods_item .goods_item_top{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 6px;
        border-bottom: 1px dashed #BFC4DA;
    }
    .goods_item .goods_item_top .goods_title{
        display: flex;
        align-items: center;
    }
    .goods_title img{
        height: 38px;
        margin-right: 8px;
    }
    .goods_title h4{
        font-size: 17px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #515A6E;
    }
   .goods_details{
        font-size: 12px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #AAAAAA;
    }
    .goods_item .goods_item_bottom{
        padding-top: 11px;
    }
    .goods_item .goods_item_bottom p{
        font-size: 14px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #999999;
        margin-bottom: 16px;
    }
    .goods_item .goods_item_bottom span{
        font-size: 14px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #FA3732;
    }
    .container_h5 .user_info{
        padding: 24px 28px;
        background: #FFFFFF;
        margin-bottom: 46px;
    }
    .user_info .info_box{
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
        border-radius: 4px;
        padding: 35px 0;
        text-align: center;
    }
    .user_info .info_box h4{
        font-size: 16px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #515A6E;
        margin-bottom: 12px;
    }
    .user_info .info_box button{
        background: #3954A1;
        border-radius: 4px;
        font-size: 14px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #FFFFFF ;
        border: 0;
        letter-spacing: 4px;
        padding: 5px 73px;
    }
    .Industry_case{
        padding: 0 16px;
    }
    .Industry_case .Industry_case_title{
        font-size: 18px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        color: #515A6E;
        text-align: center;
        margin-bottom: 16px;
    }
    .Industry_case .Industry_case_box{
        width: 100%;
        background: #FFFFFF;
        border-radius: 4px;
        padding: 12px;
        margin-bottom: 12px;
    }  
    .Industry_case .Industry_case_box .Industry_case_box_top{
        display: flex;
        align-items: center;
        justify-content:space-between;
        padding-bottom:11px;
        margin-bottom: 11px;
        border-bottom: 1px dashed #BFC4DA;
    }
    .Industry_case .Industry_case_box .Industry_case_box_top .Industry_case_box_item{
        display: flex;
        align-items: center;
        
    }
    .Industry_case .Industry_case_box .Industry_case_box_top .Industry_case_box_item img{
        height: 38px;
        margin-right: 8px;
    }
    .Industry_case .Industry_case_box .Industry_case_box_top .Industry_case_box_item h4{
        font-size: 17px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #515A6E;
    }
    .Industry_case .Industry_case_box .Industry_case_box_top .Industry_case_box_info{
        font-size: 12px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #5A7DEC;
    }  
    .Industry_case .Industry_case_box .Industry_case_box_bottom{
          
    }
    .Industry_case .Industry_case_box .Industry_case_box_bottom .Industry_case_box_bottom_details{
        font-size: 14px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .Industry_case .Industry_case_box .Industry_case_box_bottom .Industry_case_box_bottom_label{
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 11px;
    }
    .Industry_case .Industry_case_box .Industry_case_box_bottom .Industry_case_box_bottom_label span{
        background: #F7F9FC;
        border-radius: 14px 14px 14px 0px;
        border: 2px solid #F1F3FC;
        font-size: 12px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #637183;
        padding: 6px 0;
        text-align: center;
    }
    .foot{
        background: #FFFFFF;
    }
    .foot .foot_top{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 25px 0;
        border-bottom: 1px solid #EDEDED;
    }
    .foot .foot_top .foot_top_box{
          text-align:center;
    }
    .foot .foot_top .foot_top_box img{
        height: 35px;
        margin-bottom: 5px;
    }
    .foot .foot_top .foot_top_box h4{
        font-size: 12px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #3C559A;
    }
    .foot .foot_top .foot_top_box p{
        font-size: 12px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #3C559A;
    }
    .foot .foot_bottom{
        padding: 12px 0;
        text-align: center;
    }
    .foot .foot_bottom p{
        font-size: 11px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #637183;
    }
}