.pro_table {
    display: table;
    width: 100%;
    background: #eee;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.pro_row {
    display: table-row-group;
}

.pro_row li {
    display: table-cell;
    padding: 8px 5px 25px 5px;
    font-size: 16px;
    line-height: 1.2;
    border: 1px solid #ddd;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}

.pro_row_th {
    background: #6699cc;
    color: #fff;
}
.pro_row_td li{
    padding: 8px 5px 8px 5px;
}

.pro_row_th li span,
.moible_pro_table_th li span {
    font-size: 12px;
    display: block;
    color: #333;
    margin: 5px 0 0 0;
    font-weight: normal;
}
.pro_row_th li span,
.moible_pro_table_th li span{
    position: absolute;
    bottom:5px;
    width:calc(100% - 10px);
    text-align:center;
}
.moible_pro_table {
    display: none;
}

.moible_pro_table_th {
    display:flex;
    border: solid #6699cc;
    border-width: 0 1px;
    margin: 0 0 3px 0;
}
.moible_pro_table_th li{
    padding: 8px 5px 25px 5px;
}

.moible_pro_table_th li,
.moible_pro_table_td li {
    width: 25%;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    vertical-align: middle;
    box-sizing: border-box;
    background: #6699cc;
    color: #fff;
    position: relative;
}

.moible_pro_table_th li + li,
.moible_pro_table_td li + li {
    border-left: 1px solid #ccc;
}

.moible_pro_table_td li {
    color: #858585;
    background: #eee;
    position: relative;
    padding: 8px 5px 8px 5px;
}
.moible_pro_table_td li:last-child{
    border-left: 1px solid #ccc;
}

.moible_pro_table_td {
    border: 1px solid #ccc;
    margin: 0 0 3px 0;
    display:flex;
}

.moible_pro_text {
    border: solid #ccc;
    border-width: 0 1px 1px 1px;
    margin: 0 0 15px;
    display: none;
}

.moible_pro_text li {
    padding: 5px 10px 7px;
    background: #2C5696;
    color: #fff;
}

.moible_pro_table_td .pro_btn:before {
    content: "\f0fe";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -8px 0 0 0;
    color: #0052B8;
}

.moible_pro_table_main.active .pro_btn:before {
    content: "\f146";
}

.moible_pro_text li + li {
    border-top: 1px solid #fff;
}

.moible_pro_text li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.moible_pro_text span,
.moible_pro_text b {
    float: left;
    width: 60%;
    color: #ccc;
}

.moible_pro_text b {
    width: 40%;
    text-align: right;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .pro_table {
        display: none;
    }
    .moible_pro_table {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .moible_pro_table_td li.more {
       /* text-align: left;*/
        padding: 8px 8px;
    }
    .moible_pro_table_td .pro_btn {
        right: 5px;
    }
}
