@media screen and (max-width: 1232px) {
    .pc_only{
        display: none;
    }
    /******************************
    bar
    ******************************/
    .bar_wrap {
        margin-bottom: 20px;
    }

    .bar1,
    .bar2,
    .bar3,
    .bar4,
    .bar5,
    .bar6,
    .bar7,
    .bar8,
    .bar9,
    .bar10,
    .bar11,
    .bar12 {
        background-color: #efefef !important;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 10px;
    }

    .bar1 p,
    .bar2 p,
    .bar3 p,
    .bar4 p,
    .bar5 p,
    .bar6 p,
    .bar7 p,
    .bar8 p,
    .bar9 p,
    .bar10 p,
    .bar11 p,
    .bar12 p {
        margin: 0;
    }

    /******************************
    col
    ******************************/
    .row {
        display: block;
        width: 100%;
    }

    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col10,
    .col11,
    .col12 {
        display: block;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /******************************
    well
    ******************************/
    .well {
        min-height: 20px;
        padding: 0px;
        margin-bottom: 5px;
        background-color: #ffffff;
        border: 1px solid #e3e3e3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .well {
        width: 100%;
    }

    /******************************
    nav
    ******************************/
    .nav {
        margin-bottom: 20px;
        margin-left: 0;
        list-style: none;
    }

    .nav:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    /*.nav-pills*/
    .nav-pills {
        width: 10000px;
    }

    .nav-pills:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    .nav-pills li {
        float: left;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .nav-pills li a {
        padding: 8px;
        margin-right: 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        color: #666666;
    }

    .nav-pills li.active a {
        color: #ffffff;
        background-color: #0088cc;
    }

    .nav-pills li a:hover {
        color: #ffffff;
        background-color: #0088cc;
        text-decoration: none !important;
    }

    .nav-pills li.active a:hover {
        color: #ffffff;
        background-color: #005f8c;
    }

    /*.nav-tabs*/
    .nav-tabs {
        width: 10000px;
    }

    .nav-tabs {
        border-bottom: 1px solid #ddd;
        height: 51px;
    }

    .nav-tabs:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    .nav-tabs li {
        float: left;
        height: 50px;
    }

    .nav-tabs li.active {
        margin-bottom: -2px;
        display: block;
        background-color: #fff;
        height: 52px;
    }

    .nav-tabs li a {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 0px;
        line-height: 48px;
        border: 1px solid transparent;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        color: #555555;
        background-color: #ffffff;
        display: block;
    }

    .nav-tabs li.active a {
        cursor: default;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .nav-tabs li a:hover {
        text-decoration: none;
        background-color: #eeeeee;
        text-decoration: none !important;
    }

}