#pdf,
.pdfjs {
    width: 100%;
    margin: 0.6rem auto;
    height: 9.29rem;
    min-height: 600px;
}

.page1 .page-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.page-content-head {}

.page-content-head .title {
    font-family: "Muli-Bold";
    font-size: 0.44rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #494949;
}

.page-content-body {}

.page-content-body .line {
    height: 0.5rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page-content-body .line.line-top {
    margin-top: 0.74rem;
}

.page-content-body .line.line-top::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.page-content-body .line.line-top::after {
    content: '';
    position: absolute;
    right: 84%;
    top: 3px;
    height: 100%;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: inherit;
    border-right: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, 1) 100%) 1;
    transform: skewX(45deg);
}

.page-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%);
}

.page-content-body .line.line-bottom::after {
    content: '';
    position: absolute;
    left: 84%;
    top: 3px;
    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);
}

.page-content-body .line.line-bottom {
    margin-bottom: 0.74rem;
}

.content-container {
    margin: 0.6rem auto;
}

.content-container p,
.content-container li,
.content-container font,
.content-container span,
.content-container i,
.content-container b {
    font-family: "Muli-Regular"!important;
    font-weight: 400;
}
.content-container a{
    color: #0075ff!important;
}
.content-container a:hover{
    text-decoration: underline;
}
.content-container a[href]::after {
    content: ' \e823';
    font-family: "iconfont" !important;
    /* margin-left: 2px; */
    margin-right: 4px;
    color: #0075ff!important;
}

.content-container ul,
.content-container ul li {
    list-style: disc;
}

.content-container ol,
.content-container ol li {
    list-style: auto;
}

.content-container img {
    max-width: 100%;
    display: inline-block;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    height:auto;
}

.bottom-navigation .navigation-btn {
    font-family: "Muli-Bold";
    font-size: 0.2rem;
    font-size: max(0.2rem, 14px);
    padding: 8px 20px 14px;
    font-weight: bold;
    line-height: 20px;
    color: #F9A61A;
    border-radius: 0.1rem;
    border: 1px solid #F9A61A;
    overflow: hidden;
    transition: all 0.4s ease-out;
}

.pdfFile .down {
    width: auto;
    height: 0.38rem;
    padding: 0 0.2rem;
    border-radius: 0.04rem;
    background: #F9A61A;
    font-family: "Muli-Light";
    font-size: 0.16rem;
    font-size: max(0.16rem, 13px);
    font-weight: 300;
    line-height: 0.38rem;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    white-space: nowrap;
    position: relative;
}

.pdfFile .down img {
    display: block;
    margin-left: 0.1rem;
    width: max(0.16rem, 13px);
}

.bottom-navigation .navigation-btn:hover {
    color: #fff;
    background-color: #F9A61A;
}

@media screen and (max-width: 750px) {
    .page1 .page-content {
        width: 100%;
    }
}