html {
    height: 100%;
    overflow-x: hidden;
}
body {
    min-height: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
}
a {
    cursor: pointer;
    color: inherit;
}
a:hover {
    color: var(--highlight);
}
.page-container {
    overflow: hidden;
}
.header-container {
    display: flex;
    height: 30px;
    line-height: 30px;
}
.header-box {
    color: #999;
    font-size: 12px;
    background-color: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.header-box a {
    color: #999;
}
.header-box a:hover {
    color: var(--highlight);
}
.header-left {
    flex: 1;
}
.header-left,
.header-right {
    white-space: normal;
    padding: 0 10px;
    overflow: hidden;
}
.header-left a,
.header-left span,
.header-right a,
.header-right span {
    margin: 0 5px;
}
.footer-info {
    padding: 20px 0;
    color: var(--foot-fc);
    background-color: var(--foot-bc);
    font-size: 12px;
    text-align: center;
}
.footer-info p {
    line-height: 25px;
}
.footer-info a {
    color: var(--foot-fc);
}
@media screen and (max-width: 768px) {
    .footer-info {
        padding: 15px;
    }
    .layui-container {
        padding: 0;
    }
}
.bgc0 {
    background-color: #e79178
}
.bgc1 {
    background-color: #ae98c6
}
.bgc2 {
    background-color: #c8b7d8
}
.bgc3 {
    background-color: #afc8ee
}
.bgc4 {
    background-color: #8ca3cc
}
.bgc5 {
    background-color: #adddf3
}
.bgc6 {
    background-color: #6bb5ce
}
.bgc7 {
    background-color: #6daae2
}
.bgc8 {
    background-color: #90cfb7
}
.bgc9 {
    background-color: #e8ab6f
}
.defpic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.defpic em {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1.5em;
    max-height: 3em;
    padding-left: 0.2em;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 1px #666;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    color: #fff;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pager-box {
    text-align: center;
    margin: 20px 0;
}
.pager-box .layui-laypage {
    margin: 0;
}
.pager-box .layui-laypage a:hover {
    color: var(--highlight) !important;
}
.pager-box .layui-laypage-em {
    background-color: var(--highlight) !important;
}
.swiper-wrapper {
    align-items: center;
}
.swiper-slide {
    display: flex;
    justify-content: center;
}
.swiper-slide img {
    max-width: 100%;
    max-height: 400px;
}
