.page.part {
    position: relative;
}

.bg-line {
    position: absolute;
    left: 0;
    top: 0.82rem;
    width: 100%;
    height: 1.05rem;
    background: url(/src/img/download/nav-line2.svg) left center no-repeat;
    background-size: auto 100%;
    animation: lineAnamite 10s ease-in infinite;
    /* border-left: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, #3B3B3B 8%, rgba(59, 59, 59, 0) 95%) 1;
    transform: skew(-45deg); */
}

@keyframes lineAnamite {
    0% {
        width: 0px;
    }
    40% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    60% {
        width: 100%;
    }
    100% {
        width: 0px;
    }
}

.page-nav .nav-ul {
    overflow-x: hidden;
    overflow-x: scroll;
    width: 100%;
    height: 0.9rem;
    display: flex;
}

.page-nav .nav-ul::-webkit-scrollbar {
    display: none;
}

.page-nav .nav-ul li,
.page-nav .nav-ul li a {
    cursor: pointer;
    text-wrap: nowrap;
    font-family: 'Muli-Bold';
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.9rem;
    text-transform: uppercase;
    color: #494949;
}

.page-nav .nav-ul li {
    margin-right: 0.9rem;
}

.page-nav .nav-ul li.active {
    position: relative;
}

.page-nav .nav-ul li.active a {
    color: #16519F;
}

.page-nav .nav-ul li.active a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.12rem;
    height: max(0.12rem, 3px);
    background: #16519F;
}

.part-content .li {
    padding-bottom: 0.62rem;
    display: none !important;
}

.part-content .li.active {
    display: block !important;
}

.content-head {
    margin: 0.9rem auto .76rem;
}

.content-body .title h3 {
    padding-top: 1rem;
    padding-bottom: 0.56rem;
    font-family: "Muli-Bold";
    font-size: 32px;
    line-height: normal;
    font-size: Max(0.32rem, 24px);
    font-weight: bold;
    line-height: 0.44rem;
    text-transform: uppercase;
    color: #3D3D3D;
}

.item1-l {
    width: 100%;
    position: relative;
}

.content-body .line {
    height: 0.74rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content-body .line.line-bottom::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(-90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.content-body .line.line-bottom::after {
    content: '';
    position: absolute;
    left: 84%;
    top: 1px;
    height: 100%;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: inherit;
    border-left: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, 1) 100%) 1;
    transform: skewX(-45deg);
}

.thead {
    width: 100%;
}

.thead .td {
    width: 30%;
    font-size: 24px;
    font-size: max(0.24rem, 18px);
    font-weight: bold;
    line-height: 0.28rem;
    line-height: max(0.24rem, 18px);
    color: #3D3D3D;
    padding: 0.42rem;
    font-family: Muli;
}

.thead .td:nth-of-type(2) {
    flex: 1;
}

.item-li {
    margin-bottom: 0.16rem;
    width: 100%;
}

.item-li .title {
    width: 30%;
    font-family: 'Muli-SemiBold';
    position: relative;
    padding: 0.2rem 0.37rem;
    font-size: 18px;
    font-size: max(0.18rem, 14px);
    font-weight: 500;
    line-height: normal;
    color: #666666;
}

.item-li .title:before {
    content: '';
    display: block;
    width: 0.07rem;
    height: 100%;
    border-radius: 0.08rem 0px 0px 0.08rem;
    background: #F9A61A;
    position: absolute;
    left: 0;
    top: 0;
}

.item-li .content {
    flex: 1;
    padding: 0.32rem 0.43rem;
    background-color: #F1F1F1;
    font-size: 16px;
    font-size: max(0.16rem, 12px);
    font-weight: 400;
    line-height: 0.3rem;
    font-family: 'Muli-SemiBold';
    color: #666666;
    border-radius: 0.08rem;
}

.content-body .line.line-bottom {}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 750px) {
    .thead .td {
        color: #fff;
    }
    .item-li .content,
    .item-li .title {
        width: 100%;
        flex: auto;
    }
    .item-li .title {
        margin-bottom: 0.16rem;
    }
    .item-li {
        margin-bottom: 0.4rem;
    }
    .item-li .content {
        padding: 0.24rem;
    }
}