body {
    padding: 0;
    margin: 0;
    background: #F7F8FA;
}

.tax-top {
    height: 375px;
    width: 100%;
    margin: 0 auto;
    background: url("https://service.static.chanjet.com/assets/images/wenku/tax/tax_top_bg.png") center no-repeat;
}

.tax-top-linear {
    height: 375px;
    width: 100%;
    background: linear-gradient(180deg, #41c7dd 0%, rgba(65,199,221,.1) 100%);
}

.tax-support {
    float: right;
    font-size: 15px;
}

.tax-support img {
    float: left;
}

.tax-support span {
    padding: 5px 0 0 15px;
    display: inline-block;
}

.tax-top-content {
    width: 1140px;
    margin: 0 auto;
    padding-top: 130px;
    color: #fff;
}

.tax-box {
    display: flex;
    width: 1140px;
    margin: -90px auto 0;
    padding-bottom: 100px;
}

.tax-side {
    width: 224px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.tax-side-title {
    height: 50px;
    margin: 0;
    line-height: 50px;
    background: #41c7dd;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.tax-side-item {
    padding: 13px 0;
    font-size: 16px;
    text-align: center;
}

.tax-side-item a {
    color: #575757;
    display: block;
    text-decoration: none;
}

.tax-side-item a.active {
    color: #41c7dd;
}

.tax-content {
    margin-left: 20px;
    padding: 30px;
    flex: 1;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.tax-content-top {
    position: relative;
    margin-bottom: 48px;
}

.tax-content-top h1 {
    font-size: 18px;
    margin: 0 0 16px 0;
}

.tax-content-top p {
    font-size: 15px;
    color: #707070;
    line-height: 22px;
}

ul, li {
    padding: 0;
    margin: 0;
}

.tax-content-main li {
    list-style: none;
}

.tax-sub-class li.tax-item::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #D6D6D6; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.tax-sub-class {
    margin-bottom: 15px;
}

.tax-sub-class ul {
    padding-left: 34px;
}

.tax-class li.tax-item {
    padding: 15px 0;
    border-bottom: 1px solid #F0F1F2;
}

.tax-sub-class li:last-child {
    border: none;
}
.tax-class li a {
    text-decoration: none;
    color: #565656;
    font-size: 15px;
}
.tax-sub-class-title {
    cursor: pointer;
    padding: 15px 0 15px 40px;
    background-size: 16px !important;
    background: #F7F8FA url("https://service.static.chanjet.com/assets/images/wenku/tax/ic2.svg") 15px center no-repeat;
}

.tax-sub-class ul {
    display: none;
}
.tax-sub-class.active .tax-sub-class-title{
    background: #F7F8FA url("https://service.static.chanjet.com/assets/images/wenku/tax/arrow_down.svg") 15px center no-repeat;
}
.tax-sub-class.active ul {
    display: block;
}


.tax-search-input {
    position: absolute;
    top: -40px;
    right: 10px;
}

.tax-search-input input {
    height: 30px;
    width: 200px;
    text-indent: 4px;
    border-radius: 6px;
    vertical-align: top;
    border: 1px solid #aaa;
}

.tax-search-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.tax-video-item {
    display: inline-block;
    width: 32%;
    padding: 10px;
    box-sizing: border-box;
}
.tax-video-item img {
    max-width: 100%;
}
.tax-video-item p {
    height: 44px;
    overflow: hidden;
    line-height: 22px;
}

.tax-video-item a {
    color: #444;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #D6211A
}