/*ol li{
    position: relative;
    left: 15px;
}*/
/* p {
    margin: 0 0 10px;
}

h4{
    font-size: 18px;
}
h1,h2,h3,h4,h5{
    font-weight: 500;
} */


/* @media(min-width: 768px){
    .service_policy_container{
        padding: 30px;
    }
    .service_policy_container .service_policy_info{
        overflow: hidden;
        border: 1px solid #e0e2e3;
    }
    .service_policy_container .service_policy_info .service_policy_info_left{
        width: 25%;
        float: left;
    }
    .service_policy_container .service_policy_info .service_policy_info_left .policy_nav{
        height: 70px;
        color: #000;
        line-height: 70px;
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid #e0e2e3;
        cursor: pointer;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .service_policy_container .service_policy_info .service_policy_info_left .active{
        color: #fff;
        background: #e70012;
    }
    .service_policy_container .service_policy_info .service_policy_info_left .active .tri{
        position: absolute;
        z-index: 2;
        top: 25px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 15px solid #ececec;
        border-bottom: 10px solid transparent;
    }
    .service_policy_container .service_policy_info .service_policy_info_right{
        width: 75%;
        float: left;
        background-color: #ececec;
        padding: 2em;
        margin-bottom: 0;
        min-height: 599px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .service_policy_container .service_policy_info .service_policy_info_right .policy_content{
        display: none;
    }
    .service_policy_container .service_policy_info .service_policy_info_right .active{
        display: block;
    }
}

@media(max-width: 767px){
    .service_info_container{
        min-height: 0px;
        padding: 20px;
    }
    .service_policy_info_m{
        width:100%;
    }
    .service_policy_info_m .policy_item{
        background: #e70012;
        color: #fff;
        font-size: 18px;
        border-bottom: 1px solid #fff;
    }
    .service_policy_info_m .policy_item .title{
        height: 60px;
        line-height: 60px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .service_policy_info_m .policy_item .title span{
        float: right;
        font-size: 28px;
        padding-right: 10px;
        transition: transform .3s ease;
    }
    .service_policy_info_m .policy_item .policy_detail{
        color: #000;
        font-size: 15px;
        background: #ececec;
        padding: 14px;
        display: none;
        transition: transform .3s ease;
    }
    .service_policy_info_m p .active{
        transform: rotate(45deg);
    }
} */

.container {
  margin-top: 80px;
  min-height: 100vh;
}
.banner {
  position: relative;
}

.banner .banner-img {
  width: 100%;
}

.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.section {
  display: none;
}
.section.active {
  display: initial;
}

/* pc端 */
@media screen and (min-width: 768px) {
  .min {
    display: none !important;
  }

  .banner-text .banner-title {
    font-size: 2.08vw;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .tabs {
    display: flex;
    justify-content: center;
    padding: 1.6vw 0;
    border-bottom: 1px solid #ccc;
  }
  .tabs .tab {
    padding: 0 3.65vw;
    font-size: 1.04vw;
    line-height: 1;
    color: #363636;
    cursor: pointer;
  }
  .tabs .tab:not(:last-child) {
    border-right: 1px solid #ccc;
  }
  .tabs .tab:hover,
  .tabs .tab.active {
    color: #e60012;
  }

  .main {
    /* width: 51.2vw; */
    margin: 0 auto;
    padding-bottom: 3vw;
  }

  ul {
    list-style: none;
    margin-top: 28px;
  }
  ul li {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
  }
  p {
    margin-top: 28px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
  }
  h1 {
    margin-top: 30px;
    font-size: 25px;
    color: #e60012;
  }
  h2 {
    margin-top: 30px;
    font-size: 20px;
    color: #666666;
  }
  .service_policy_container {
    /* padding-top: 30px; */
    padding-bottom: 55px;
  }
  .service_title {
    /* text-align: center;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #000000; */
    margin:3.07vw 0 1.56vw;
    text-align:center;
    font-weight:bold;
    font-size: 28px;
    line-height:1;
  }
  .service_info {
    width: 880px;
    margin: 20px auto 0;
  }

  table {
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
  }
  th,
  td {
    text-align: left;
    padding: 18px;
    font-size: 16px;
    color: #666666;
    border: 1px solid #cdcdcd;
  }
  th {
    background-color: #f2f2f2;
  }
  .table_container {
    font-size: 16px;
    line-height: 30px;
  }
}
  
/* 移动端 */
@media screen and (max-width: 767px) {
  .max {
    display: none !important;
  }
  .container {
    margin-top: 1.18rem;
  }

  .banner-text .banner-title {
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 2px;
  }

  .tabs {
    display: flex;
    justify-content: center;
    padding: 4.67vw 0;
    border-bottom: 1px solid #ccc;
  }
  .tabs .tab {
    padding: 0 3.65vw;
    font-size: 4.73vw;
    line-height: 1;
    color: #000;
  }
  .tabs .tab.active {
    color: #e60012;
  }

  ul {
    list-style: none;
    margin-top: 18px;
  }
  ul li {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
  }
  p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
  }

  h1 {
    margin-top: 30px;
    font-size: 22px;
    color: #e60012;
  }

  h2 {
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
  }
  .service_policy_container {
    padding: 20px;
  }
  .service_title {
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #000000;
  }
  table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
  }
  th,
  td {
    text-align: left;
    padding: 18px;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    border: 1px solid #cdcdcd;
  }
  th {
    background-color: #f2f2f2;
  }
}
