
  .c_tab {
    width:100%;
    margin:0 auto;
    position:relative;
  }
 .c_tab ul {
    display:flex;
    top:0px;
    z-index:10;
    padding-bottom:14px;
  }
  .c_tab li {
    list-style:none;
    flex:1;
  }
  .c_tab li:last-child {
    border-right:1px solid #DDD;
  }
  .c_tab button {
    width:100%;
    border: 1px solid #DDD;
    border-right:0;
    border-top:0;
    padding: 10px;
    background:#FFF;
    font-size:14px;
    font-weight:bold;
    height:60px;
    color:#999
  }
  .c_tab li.active button {
    background:#F5F5F5;
    color:#000;
  }
  .c_tab table { border-collapse:collapse; table-layout:fixed; width:100%; }
  .c_tab th { background:#F5F5F5; display:none; }
  .c_tab td, th {
    height:53px
  }
  .c_tab td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
  .c_tab td,th {
    text-align:left;
  }
  .c_tab td+td, th+th {
    text-align:center;
    display:none;
  }
  .c_tab td.default {
    display:table-cell;
  }
  .bg-purple {
    border-top:3px solid #A32362;
  }
  .bg-red {
    border-top:3px solid #fc4903;
  }
  .bg-blue {
    border-top:3px solid #0097CF;
  }
  .bg-green {
    border-top:3px solid green;
  }
  .sep {
    background:#F5F5F5;
    font-weight:bold;
  }
  .c_tab h1 {font-size: 48px; text-align:center; margin: 30px 0;}
  .c_tab .txt-l { font-size:28px; font-weight:bold; }
  .c_tab .txt-2 { font-size:18px; margin: 10px 0; }
  .c_tab .txt-top { position:relative; top:-9px; left:-2px; }
  .c_tab .tick { font-size:18px; color:#2CA01C; }
  .c_tab .hide {
    border:0;
    background:none;
  }
  
  .c_tab ol, ul{
      padding-left: 0rem !important;
  }
  
  @media (min-width: 640px) {
    .c_tab ul {
      display:none;
    }
    .c_tab td,th {
      display:table-cell !important;
    }
    .c_tab td,th {
      width: 330px;
    
    }
    .c_tab td+td, th+th {
      width: auto;
    }
  }