.main{
    padding-top:82px;
}
.main>.title{
    line-height:105px;
    font-size:40px;
    text-align:center;
}
  .main>.content {
    width:70%;
    margin:0 auto;
    /* margin: 20px auto 0 auto; */
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 80px;
    font-family: PingFangSC-Light;
  }
  .main>.content>.content-text {
    width: 100%;
    margin: 0px auto 0 auto;
    color: #151515;
    display: none;
    transition: 1s;
    animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;  
  }
  .main>.content>.content-text.active{
    display: block;
}
  .main>.content>.content-text>h1{
      font-size: 26px;
      /* font-weight: 400; */
      margin: 0 0 20px 0;
      line-height: 30px;
      text-align: center;
  }

  .main>.content>.content-text>h2{
        font-size: 20px;
        margin: 40px 0 20px 0;
        line-height: 30px;
  }
  .main>.content>.content-text>h3{
    font-size: 16px;
    margin: 20px 0 20px 0;
    line-height: 30px;
}
  .main>.content>.content-text>p{
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
}
.main>.content>.content-text>ul{
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    margin-left: 10px;
    list-style: none;
    
}
.main>.content>.content-text>ul>li{
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    list-style: none;
    padding-left: 20px;
}
.main>.content>.content-text>li{
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    margin-left: 10px;
    list-style: none;
    
}

.table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    background: #f7f7f7;
    font-size: 14PX;
    margin: 20px 0;
}
.table>tbody{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    border: inherit;    
}
.table>tbody>tr{
    border: inherit;    
    
}
.table>tbody>tr>th{
    text-align: center;
    color: #fff;
    background: #ccc;
    border: inherit;
    vertical-align: inherit;
    
}    
.table>tbody>tr>td{
    margin: 0;
    padding: 15px;
    border: inherit;
    vertical-align: inherit;
    
}
.tabs-container{
    border-bottom: 1px solid #DDDDDD;
}
.tabs{
    margin-left: 15%;
    width: 500px;
    text-align: left;
    bottom: -1px;
    position: relative;
}
.tab{
    width: 100px;
    height: 48px;
    background: #F0F0F0;
    border: 1px solid #DDDDDD;
    border-radius: 8px 8px 0 0; 
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    vertical-align: bottom;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    margin-right: 16px;
    transition: 0.5s;
    animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;  
    cursor: pointer;
}
.tab.active{
    color: #0896FF;
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFFFFF
}