nav {
    position: relative;
    height: 77px;
    width: 100%;
    background-color: #131515;
    padding-top: 18.5px;
}

nav>a:first-child {
    position: relative;
    margin-left: 40px;
    height: 40px;
    width: 250px;
}

nav>a:first-child p {
    position: absolute;
    top: 22px;
    left: 47px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 5.5px;
}

article {
    width: 100%;
}

.title {
    height: 70px;
    width: 80%;
    margin: auto;
    padding-top: 20px;
}

.title h1 {
    position: relative;
    height: 30px;
    width: 200px;
    font-size: 16px;
    line-height: 30px;
    color:  #3e3a39;
    text-align: center;
    margin: auto;
}

.title h1::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #f0e0b9, #f5cf85);
}

.content {
    height: 100%;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}

.content-title {
    height: 40px;
    width: 100%;
    background: linear-gradient(270deg, #f0e0b9, #f5cf85);
}

.content-title h2 {
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;
    color:  #3e3a39;
}

.content-text {
    padding:10px 30px 0 30px;
    border-bottom: 0.5px solid #f0e0b9;
    border-left: 0.5px solid #f0e0b9;
    border-right: 0.5px solid #f0e0b9;
}

.content-text p {
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px;
    color:  #3e3a39;
    text-align: justify;
    font-weight: 400;
}

.content-text h3 {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color:  #3e3a39;
}

/* 底部 */
footer {
    position: inherit;
    height: 35px;
    width: 100%;
    background-color: #131515;
    display: flex;
    justify-content: center;
    padding: 0;
}

footer>p,
footer>a {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    margin: 0 10px;
}

footer>p {
    cursor: default;
}

footer>a,
footer>p {
    color: transparent;
    background: linear-gradient(90deg, #f0e0b9, #f5cf85);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    cursor: pointer;
}
