.other_runlin_data_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.other_runlin_data_wrapper li{
    flex: 0 0 25%;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.other_runlin_data_wrapper li a{
    display: flex;
    flex-direction: column;
}
.other_runlin_data_wrapper li .other_runlin_data_text{
    margin: 20px 0;
    min-height: 44px;
}
.other_runlin_data_wrapper li img{
    max-width: 100%;
}
.other_runlin_data_img{
    border-radius: 4px;
}
.other_runlin_data_img img{
    width: 100%;
}
.other_runlin_data_wrapper li .other_runlin_data_text h2{
    color: #333;
    margin-bottom: 5px;
    font-size: 20px;
}
.other_runlin_data_text p{
    color: #666;
    font-size: 16px;
}
.other_runlin_data_more span,.shop_car_tool{
    align-self: flex-start;
    padding: .5vw 1vw;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.other_runlin_data_more{
    display: flex;
    justify-content: space-between;
}
.add_shop_car_btn{
    display: flex;
    cursor: pointer;
}
.other_wrapper_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.shopping_car_btn{
    margin-top: -2px;
    margin-right: 3px;
}

@media(max-width: 1200px) {
    .other_runlin_data_wrapper li{
        flex: 0 0 50%;
        width: 50%;
    }
    .other_runlin_data_more,.other_runlin_data_wrapper li .other_runlin_data_text h2{
        font-size: 16px;
    }
    .other_runlin_data_more{
        padding: 5px 10px;
    }
    .other_runlin_data_text p{
        font-size: 14px;
    }
}


.runlin_data_status_title{
    font-size: 40px;
    color: #050C12;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-bottom: 55px;
}
.runlin_data_status_title:before{
    position: absolute;
    display: block;
    content:'';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 120px;
    height: 25px;
}

@media(max-width: 767px) {
    .other_runlin_data_more{
        flex-direction: column;
    }
    .shop_car_tool{
        margin-top: 10px;
    }
    .other_runlin_data_more span, .shop_car_tool{
        padding: 5px 15px;
    }
    .other_runlin_data_more{
        padding: 0px;
    }
    .other_runlin_data_more span{
        width: 100%;
        font-size: 14px;
    }
    .other_runlin_data{
        padding-top: 0;
    }
}