*{
    margin: 0;
    padding: 0;
  }
  
  .dy_sfbz{
      width: 100%;
      background-color: white;
      position: relative;
      overflow: hidden;
      padding-bottom: 15px;
  }
  
  .charge-content table,
  .charge-content td,
  .charge-content th {
    border: 1px solid #666;
  }
  
  .charge-bg {
    background: url(/skin/image/charge-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 1% 0;
  }
  
  .charge-title {
    position: relative;
    text-align: center;
    font-weight: lighter;
    padding: 50px 0;
    color: #0c4d9a;
  }
  
  .charge-title h1{
    font-size: 30px;
  }
  
  .charge-title::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #6d6a6a;
  }
  
  .charge-title .c-title-text {
    font-size: 20px;
    padding-top: 10px;
    letter-spacing: 5px;
  }
  
  .charge-content {
    margin: 0 auto;
  }
  
  .charge-content::after {
    content: '';
    clear: both;
    display: block;
  }
  
  .charge-content .charge-con-left {
    float: left;
    text-align: center;
    width: 13%;
  }
  
  .charge-content .charge-con-left h2 {
    font-size: 20px;
    color: #fff;
    background: #2d99d7;
    box-shadow: 0px 5px 9px 2px rgba(87, 87, 87, 0.78);
    padding: 5px;
  }
  
  .charge-content .charge-con-right {
    position: relative;
    width: 938px;
    margin: 0 auto;
  }
  
  .charge-content .charge-con-right img {
    display: block;
    width: 100%;
  }
  
  .charge-content .charge-con-right .char-right-table {
    width: 100%;
  }
  
  .charge-content .charge-con-right .char-right-table table {
    border-collapse: collapse;
    margin: 0 auto;
  }
  
  .charge-con-right .char-right-table .table_title {
    text-align: center;
    margin: 4% 0;
  }
  
  .charge-con-right .char-right-table .table_title h2 {
    font-size: 35px;
    color: #3298ed;
  }
  
  .charge-con-right .char-right-table .table_title p {
    font-size: 18px;
    color: rgb(234, 73, 103);
  }
  
  /* 表格的設置 */
  
  .charge-con-right .char-right-table table th {
    padding: 5px 0;
    font-size: 20px;
  }
  
  .charge-con-right .char-right-table table td {
    /* text-align: center; */
    padding: 4px 0 4px 8px;
    font-size: 20px;
    height: 37px;
  }
  
  .char-right-table table tr td:last-child {
    text-align: center;
    padding: 0;
  }
  
  .char-right-table table tr th:nth-of-type(1) {
    width: 30%;
  }
  
  .char-right-table table tr th:nth-of-type(2) {
    width: 19%;
  }
  
  .char-right-table table tr th:nth-of-type(3) {
    width: 2%;
  }
  
  .char-right-table table tr th:nth-of-type(4) {
    width: 30%;
  }
  
  .char-right-table table tr th:nth-of-type(5) {
    width: 19%;
  }
  
  .blue_col {
    color: #0c4d9a;
    font-weight: bold;
    width: 22px;
    font-size: 22px !important                                   ;
    text-align: center;
    padding: 0 4px !important;
  }
  
  .red_text {
    color: rgb(234, 73, 103);
  }
  
  .small_text {
    font-size: 16px;
  }
  
  .charge-con-right .char-right-table .table_bottom {
    background: rgb(13, 68, 132);
    font-size: 20px;
    padding: 15px 0 15px 40px;
    margin: 0 auto;
    color: #fff;
    margin-top: 3%;
    width: 100%;
    padding: 1% 0;
  }
  
  .charge-con-right .char-right-table .table_bottom p {
      padding-left: 5%;
      margin: 0;
      font-size: 18px;
  }
  
  .charge-bottom {
    background: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0px 9px 9px 2px rgba(87, 87, 87, 0.39);
  }
  
  .charge-bottom .char-bot-left {
    width: 60%;
  }
  
  .charge-bottom .char-bot-left ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  
  .charge-bottom .char-bot-left ul li {
    color: #007bc1;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  
  .charge-bottom .char-bot-left ul li::after {
    content: '';
    display: block;
    clear: both;
  }
  
  .charge-bottom .char-bot-left ul li span {
    font-size: 50px;
    width: 10%;
    text-align: center;
  }
  
  .charge-bottom .char-bot-left ul li p {
    display: flex;
    align-items: center;
    width: 90%;
    min-height: 66px;
    padding-right: 20px;
    font-size: 18px;
  }
  
  .charge-bottom .char-bot-right {
    width: 40%;
  }
  
  .char-bot-right .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
  }
  
  .bottom-btn a {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    background: #2bade9;
    border-radius: 23px;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
  }
  
  .cost_dyg table {
    border-collapse: collapse;
    margin: 0 auto;
  }
  .cost_dyg h1 {
    color: #0c4d9a;
    text-align: center;
    margin: 1% auto;
  }
  .cost_dyg .cost_table table {
    width: 938px;
    text-align: center;
    background-color: #00509a;
  }
  .cost_dyg .cost_table table th {
    font-size: 24px;
    color: #FFF;
    padding: 2% 0;
    letter-spacing: 3px;
  }
  .cost_dyg .cost_table table td {
    font-size: 22px;
    background-color: #FFF;
    padding: 2% 0;
    letter-spacing: 1px;
  }
  .cost_dyg .cost_table table .spend {
    color: #e81e30;
    font-weight: bold;
  }
  .supplement{
    width: 938px;
    margin: 1% auto;
  }
  .supplement p{
    font-size: 20px;
    line-height: 1.5em;
    color: #0c4d9a;
    text-align: justify;
  }
  
  @media screen and (max-width:980px) {
    .charge-content .charge-con-right{
      width: 90%;
    }
  
    .cost_dyg h1{
      font-size: 26px;
    }
  
    .cost_dyg .cost_table table{
      width: 90%;
    }
  
    .cost_dyg .cost_table table th{
      font-size: 22px;
    }
  
    .cost_dyg .cost_table table td{
      font-size: 20px;
    }
  
    .supplement{
      width: 90%;
    }
  }
  
  @media screen and (max-width:500px) {
    .charge-content .charge-con-right{
      width: 93%;
    }
  
    .cost_dyg .cost_table table{
      width: 93%;
    }
    .charge-title{
      padding: 9% 0;
    }
    .charge-title h1{
      font-size: 1.25rem;
    }
    .charge-title .c-title-text{
      font-size: 0.85rem;
    }
    .charge-con-right .char-right-table table th{
      font-size: 0.85rem;
    }
    .charge-con-right .char-right-table table td{
      font-size: 0.75rem;
      padding: 5px 3px;
    }
    .blue_col{
      font-size: 0.85rem!important;
    }
    .small_text{
      font-size: 0.7rem;
    }
    .red_text{
      padding: 5px 0!important;
    }
    .red_text .small_text{
      display: block;
      color: #000;
    }
    .char-right-table table tr th:nth-of-type(1),
    .char-right-table table tr th:nth-of-type(4){
      width: 27.5%;
    }
    .char-right-table table tr th:nth-of-type(2),
    .char-right-table table tr th:nth-of-type(5){
      width: 20%;
    }
    .char-right-table table tr th:nth-of-type(3){
      width: 5%;
    }
    .charge-con-right .char-right-table .table_bottom{
      padding: 2% 0;
    }
    .charge-con-right .char-right-table .table_bottom p{
      font-size: 0.75rem;
    }
    .cost_dyg h1{
      font-size: 1.3rem;
    }
    .cost_dyg .cost_table table th{
      font-size: 0.9rem;
    }
    .cost_dyg .cost_table table td{
      font-size: 0.7rem;
    }
    .supplement {
      margin: 3% auto;
    }
    .supplement p{
      font-size: 0.75rem;
    }
  }