/* 设置封面背景色 */
section.cover {
    background: linear-gradient(to left bottom, hsl(132, 100%, 85%) 0%, hsl(67, 100%, 85%) 100%) !important;
    padding-bottom: 60px;
}

section.cover ul {
    max-width: 100%;
}

/* 选择页面上的第2个元素 */
/* section.cover .cover-main ul:nth-child(1) {
    color: aquamarine;
} */

/* 
section.cover blockquote {
    border-radius: 2rem;
    border: 1px solid #0074d9;
    border-color: var(--theme-color, #0074d9);
    box-sizing: border-box;
    color: #0074d9;
    color: var(--theme-color, #0074d9);
    display: inline-block;
    font-size: 1.05rem;
    letter-spacing: .1rem;
    margin: 0.5rem 1rem;
    padding: 0.75em 2rem;
    text-decoration: none;
    transition: all .15s ease;
} */

section.cover .features {
    display: inline-flex;
}


/* 底部链接 */
section.cover .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
      /* 内边距 */
    padding: 10px;
    display: inline-flex;
    justify-content: space-around;
    text-align: center;
    background-color: #333;
    color: rgb(116, 154, 227);
}

section.cover .footer div a {
    margin-right: 10px;
}