/* 内容（顶部） */
.TaxContentTop {
    position: relative;
}

.TaxContentImg {
    width: 100%;
    height: auto;
}

.TaxContentShow {
    width: 28rem;
    height: 20rem;
    background-image: url('../../../images/station/imgs/bg_service@2x.png');
    position: absolute;
    top: 32rem;
    left: 15rem;
}

.TaxContentTitle {
    width: 12.8rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 3.2rem;
    color: #FFFFFF;
    padding-top: 4rem;
    margin-left: 4rem;
}

.TaxContentLine {
    width: 20rem;
    height: 0.4rem;
    background: #DBB662;
    margin-top: 2rem;
    margin-left: 4rem;
}

.TaxContentText {
    width: 19.9rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 2.4rem;
    margin-left: 4rem;
}

.TaxContentNav {
    width: 28rem;
    text-align: center;
    margin-top: 2.6rem;
    margin-left: 15rem;
    position: absolute;
}

.TaxContentNavA {
    display: block;
    text-decoration: none;
    color: #999999;
    font-size: 2rem;
    font-weight: 500;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 1rem;
    background-color: #FFFFFF;
    /*box-shadow: 0 0.2rem 1.6rem 0 rgba(0, 0, 0, 0.02);*/
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}

.TaxContentNavB {
    display: block;
    text-decoration: none;
    color: #999999;
    font-size: 2rem;
    font-weight: 500;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 1rem;
    background-color: #FFFFFF;
    /*box-shadow: 0 0.2rem 1.6rem 0 rgba(0, 0, 0, 0.02);*/
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}

.TaxContentNavA:hover {
    color: #FFFFFF;
    background-color: hsl(0, 68%, 41%);
}

.TaxContentNavB:hover {
    color: #FFFFFF;
    background-color: hsl(0, 68%, 41%);
}

.TaxContentPlaceholder {
    width: auto;
    height: 8rem;
}

.TaxContentWarp{
    display: flex;
    flex-direction: row-reverse;
    margin-right: 15rem;
    min-height: 90rem;
}

.TaxContentMiddle {
    width: 120rem;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 0.2rem 1.6rem 0 rgba(0, 0, 0, 0.04);
    border: 0.1rem solid #EDEDED;
    /* margin-bottom: 0.8rem; */
}

.TaxContentText1 {
    width: auto;
    height: auto;
    margin: 4.8rem 10rem 2.4rem 10rem;
    font-weight: 400;
    color: #000000;
    line-height: 3.2rem;
    font-size: 1.6rem;
}

.TaxContentBox1 {
    border: 1px solid black;
    width: 80rem;
    height: 39.4rem;
    margin-top: 2.4rem;
    margin-left: 20rem;
    border: 0.1rem solid black;
}

.TaxContentText2 {
    width: 100rem;
    height: 6.4rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
    line-height: 3.2rem;
    margin-top: 2.4rem;
    margin-left: 10rem;
}

.TaxContentText3 {
    height: 2.4rem;
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
    line-height: 2.4rem;
    margin-top: 3.2rem;
    margin-left: 10rem;
}

.TaxContentText4 {
    width: 100rem;
    height: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
    line-height: 2rem;
    margin-top: 1.6rem;
    margin-left: 10rem;
}

.TaxContentBox2 {
    width: 52.8rem;
    height: 16rem;
    border: 0.1rem solid black;
    margin-top: 2.4rem;
    margin-left: 33.6rem;
}

.TaxContentText5 {
    height: 2.4rem;
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
    line-height: 2.4rem;
    margin-top: 3.2rem;
    margin-left: 10rem;
}

.TaxContentUl {
    list-style: none;
    margin-top: 1.6rem;
    margin-left: 10rem;
}

.TaxContentLi {
    padding-bottom: 1.8rem;
    height: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
    line-height: 2rem;
}

.TaxContentText6 {
    height: 2.4rem;
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
    line-height: 2.4rem;
    margin-top: 2rem;
    margin-left: 10rem;
}

.TaxContentText7 {
    width: 100rem;
    height: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
    line-height: 2rem;
    margin-top: 1.6rem;
    margin-left: 10rem;
    margin-bottom: 5rem;
}
.TaxContentWarp .TaxContentText1 img{max-width: 100% !important; height: auto !important;}
.TaxContentText1 p{
    width: 100%;
    word-wrap: break-word;
}
/* 适配手机样式 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) { 
    html, body { font-size: 20px; } 
}
@media (device-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    html, body { font-size: 23.4375px; } 
}
@media (device-width: 414px) and (-webkit-min-device-pixel-ratio: 3) { 
    html, body { font-size: 25.875px; } 
}
@media screen and (max-width: 769px) {
    .TaxContentImg {
        width: 100%;
        height: auto;
    }

    .TaxContentShow {
        width: 70px;
        height: auto;
        top: 70px;
        left: 35px;
    }

    .TaxContentTitle {
        width: auto;
        height: auto;
        line-height: 12px;
        font-size: 10px;
        margin: 5px;
        text-align: center;
        padding-top: 0;
    }

    .TaxContentLine {
        width: auto;
        height: 1px;
        margin: 5px;
    }

    .TaxContentText {
        width: auto;
        height: auto;
        line-height: 12px;
        font-size: 10px;
        margin: 5px;
        text-align: center;
    }

    .TaxContentNav {
        width: 100%;
        height: auto;
        margin-top: 25px;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-around;*/
        align-items: center;
        position: static;
    }

    .TaxContentNavA {
        width: auto;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin: 0px;
	    box-shadow: 0 0.2rem 1.6rem 0 rgba(0, 0, 0, 0.00);
    }

    .TaxContentPlaceholder {
        display: none;
    }

    .TaxContentWarp{
        width: 100%;
        margin-bottom: 15px;
        min-height: 400px;
    }

    .TaxContentMiddle {
        width: auto;
        height: auto;
    }

    .TaxContentText1 {
        width: auto;
        height: auto;
        line-height: 20px;
        font-size: 12px;
        margin: 10px;
    }

    .TaxContentBox1 {
        width: auto;
        height: 100px;
        margin: 10px;
    }

    .TaxContentText2 {
        width: auto;
        height: auto;
        font-size: 12px;
        line-height: 20px;
        margin: 10px;
    }

    .TaxContentText3 {
        width: auto;
        height: auto;
        font-size: 15px;
        line-height: 20px;
        margin: 10px;
    }

    .TaxContentText4 {
        width: auto;
        height: auto;
        font-size: 12px;
        line-height: 20px;
        margin: 10px;
    }

    .TaxContentBox2 {
        border: 1px solid black;
        width: 60%;
        height: 80px;
        margin: auto;
    }

    .TaxContentText5 {
        width: auto;
        height: auto;
        font-size: 15px;
        line-height: 20px;
        margin: 10px;
    }

    .TaxContentUl {
        margin-left: 15px;
    }

    .TaxContentLi {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        padding-bottom: 0;
    }

    .TaxContentText6 {
        width: auto;
        height: auto;
        font-size: 15px;
        line-height: 20px;
        margin: 10px;
    }

    .TaxContentText7 {
        width: auto;
        height: auto;
        font-size: 12px;
        line-height: 20px;
        margin: 10px;
    }
    .TaxContentText1 p{
        width: 100%;
        word-wrap: break-word;
        white-space:normal;
        display:inline-block;
    }
}