.tax-box{
    padding: 60px 0;
}
.tax-box.pt20{
    padding-top: 20px;
}
.tax-service{
    padding-top: 10px;
}
.tax-service .btn a{
    margin: 0 auto;
}
.tax-service .desc{
    display: block;
    margin-top: 50px;
    background-color: #EBEBEB;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 15px;
    padding: 20px 30px;
}
.tr-categories {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.45;
    flex-direction: row;
    flex-wrap: wrap;
}
.tr-categories p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.6%;
    border-radius: 15px;
    padding: 25px 10px;
    margin: 10px 0 0 0;
    text-align: center;
    background-color: #f3f3f1;
}
.tr-categories p:hover{
    color: #FFF;
    background-color: #B81C25;
}
.tr-categories strong{
    display: block;
    font-weight: bold;
}
.tax-rate .tr-desc{
    display: block;
    margin-top: 50px;
    background-color: #EBEBEB;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 15px;
    padding: 20px 30px;
}
.tax-rate .tr-desc strong{
    font-size: 24px;
}
.tax-rate .btn{
    margin-top: 30px;
    margin-bottom: -20px;
    text-align: center;
}
.tax-rate .btn a{
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 0 20px;
}
.tax-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}
.tax-table th {
    text-align: center;
    font-weight: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    padding: 15px 10px;
    color: #FFFFFF;
    border: none;
    border-right: 1px solid #CCC;
    background-color: #0F3F89;
}
.tax-table td {
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    padding: 15px 10px;
    background-color: #EBEBEB;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important;
}
.tax-table td.bg{
    background-color: #f5c242;
}
.tax-table th:nth-child(1) {
    border-left: 1px solid #EBEBEB;
}
.tax-table td:nth-child(1) {
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
    border-left: 1px solid #CCC;
    background-color: #b81c25;
}
.tax-list{
    padding: 20px 0 0 0;
}
.tax-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tax-list li{
    display: block;
    width: 436px;
    height: 238px;
    margin-right: 65px;
    margin-bottom: 50px;
    border-radius: 15px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2B3FFF, #B81C25);
}
.tax-list li:hover{
    background: #B81C25;
}
.tax-list li:nth-child(3n){
    margin-right: 0;
}
.tax-list li .pic{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
}
.tax-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.tax-list li:hover .pic img{
    transform: scale(1.1);
}
.tax-list li .title{
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 5px;
    padding: 20px 20px 20px 20px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 120;
    color: #FFF;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
    border-radius: 12px;
    text-align: center;
    background-color: rgba(13, 51, 111, 0.8);
    transition: all 0.35s;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.tax-box {
    padding: 30px 0;
}
.tax-service {
    padding-top: 0;
}
.tax-service .desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10px;
    padding: 10px 20px;
}
.tax-rate .rate-table{
    overflow: hidden;
    overflow-x: auto;
    vertical-align: text-top;
    white-space: nowrap;
    z-index: 2;
    height: auto;
    max-width: 100vw;
}
.tax-table {
    margin-bottom: 20px;
}
.tax-table th {
    font-size: 16px;
    line-height: 1.35;
    padding: 8px 8px;
    white-space: nowrap;
}
.tax-table td:nth-child(1) {
    font-size: 16px;
}
.tax-table td {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 8px;
    white-space: nowrap;
}

.tr-categories {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.45;
}
.tr-categories p {
    width: 31.0%;
    border-radius: 10px;
    padding: 15px 10px;
    margin: 10px 0 0 0;
}
.tax-rate .tr-desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 15px;
    padding: 10px 20px;
}
.tax-list {
    padding: 0px 0 0 0;
}
.tax-list li {
    width: 48.5%;
    height: 110px;
    margin-right: 3% !important;
    margin-bottom: 15px;
    border-radius: 15px;
}
.tax-list li:nth-child(2n) {
    margin-right: 0 !important;
}
.tax-list li .title {
    font-size: 16px;
    line-height: 1.35;
}

}