header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
header h1 {
    width: 18rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
    color: #707070;
}
header #backBtn img {
    width: 0.5rem;
}

main {
    padding: 3rem 1.5rem 10rem;
}
main .menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
main .menu a {
    border-radius: 1rem;
    background:
        url(../img/main-banner-1.png),
        radial-gradient(circle, #e3f3ff 0%, #d5d4ff 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 10rem, cover;
    background-position: right 2rem center, center;
    padding: 3rem 2rem;
}
main .menu a:last-child {
    background:
        url(../img/main-banner-2.png),
        radial-gradient(circle, #e3f3ff 0%, #d5d4ff 100%);
        background-repeat: no-repeat, no-repeat;
    background-size: 10rem, cover;
    background-position: right 2rem center, center;
}
main .menu a p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
main .menu a h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .menu a h2 em {
    font-size: 1.8rem;
    font-weight: 800;
    color: #7a2dec;
}
main .menu a .more {
    background: #7a2dec;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
    color: #fff;
    width: max-content;
}
main .menu a .more img {
    width: 0.5rem;
}
main .moreWrap {
    padding-top: 2rem;
}
main .moreWrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .moreWrap .more {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .moreWrap .more .top {
    display: flex;
    gap: 1.5rem;
    height: 18rem;
}
main .moreWrap .more .top > a {
    width: 50%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background-color: #f0eef9;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
main .moreWrap .more .top > a img {
    width: 4rem;
    margin-bottom: 1.5rem;
}
main .moreWrap .more .top > a strong {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main .moreWrap .more .top > a span {
    font-size: 1.4rem;
}
main .moreWrap .more .top .right {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    width: 50%;
}
main .moreWrap .more .top .right a {
    width: 100%;
    height: 50%;
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    border-radius: 1rem;
    background: #edf5f8;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
main .moreWrap .more .top .right a img {
    width: 4rem;
}
main .moreWrap .more .bottom {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .moreWrap .more .bottom a {
    width: 100%;
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background-color: #fff9f0;
    background-image: url(../img/main-btn-4.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: right 1.5rem center;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
main .moreWrap .more .bottom a:last-child {
    background-color: #f6f5f1;
    background-image: url(../img/main-btn-5.png);
}
main .moreWrap .more .bottom a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main .moreWrap .more .bottom a p {
    font-size: 1.4rem;
}
main .box {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background: #f6f5f1;
    margin-bottom: 1.5rem;
}
main .box h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #7a2dec;
    margin-bottom: 2rem;
}
main .box pre {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #666564;
}
main .box pre b {
    font-size: 1.4rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 1rem;
}
main > h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #7a2dec;
    margin-bottom: 2rem;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #666564;
}
main > pre b {
    font-size: 1.4rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 1rem;
}
main .chart {
    width: 100%;
    margin-top: 3rem;
}
main .chart img {
    width: 100%;
}
main .eventWrap {
    margin-bottom: 4rem;
}
main .eventWrap h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #7a2dec;
    margin-bottom: 1rem;
}
main .eventWrap .eventRank {
    display: flex;
    flex-flow: column nowrap;
}
main .eventWrap .eventRank .event {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
main .eventWrap .eventRank .event:last-child {
    border: none;
}
main .eventWrap .eventRank .event img {
    width: 3rem;
}
main .eventWrap .eventRank .event span {
    font-size: 1.4rem;
}
main .eventWrap .eventRank .event strong {
    font-size: 1.6rem;
    font-weight: 800;
    color: #7a2dec;
    position: absolute;
    right: 0;
}
main .eventWrap .eventRank .event em {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    background: #757575;
}
main .openWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    padding-top: 3rem;
}
main .open {
    background: #f6f5f1;
    border-radius: 1rem;
    padding: 0 1.5rem;
}
main .open h3 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .open h3 img {
    width: 1.5rem;
}
main .open pre {
    padding: 2rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
    border-top: 1px solid #eae9e5;
}
main .openAWrap {
    padding: 0;
}
main .openA {
    padding: 0;
}
main .openA h3 {
    padding: 1rem 0;
    line-height: 1.4;
}
main .openA pre {
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    border-radius: 1.5rem;
    background: #f0eef9;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}