/* 动态页面自定义样式 */

.navbar-toggler svg {
    width: 24px;
    height: 24px;
}

.navbar-toggler .bi-list-nested {
    display: none;
}

.navbar-toggler.collapsed .bi-list-nested {
    display: block;
}

.navbar-toggler.collapsed .bi-x {
    display: none;
}

.navbar-toggler .bi-x {
    display: block;
}

.navbar-brand {
    width: 90%;
    padding: 0 20px;
}

.navbar-brand img {
    width: 160px;
}

.picture {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -1px 0px 0px -1px;
    object-fit: cover;
    padding: 0px;
    position: absolute;
    width: 100%;
    height: 490px;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f4f8fb;
}

.navbar {
    z-index: 11;
    top: 10px;
}

.homeBox {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-bottom: 50px;
}

.s-sticker .module {
    color: #fff !important;
}

.imgS {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 6px;
}

.imgS img {
    width: 100%;
    height: 100%;
}

footer {
    right: 0;
    bottom: 20px;
    color: #fff;
    width: 100%;
    height: 40px;
    z-index: 200;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    padding-right: 40px;
}

.QrCode {
    top: 44px;
    right: 70px;
    width: 40px;
    height: 40px;
    position: absolute;
}

.drop {
    list-style: none;
    border-radius: 4px;
}

.drop li {
    width: 80%;
    margin: 0 auto;
    height: 25px;
    text-align: center;
    list-style: none;
    line-height: 25px;
    transform-origin: top center;
    border-bottom: 1px solid #eee;
}

.drop li:last-child {
    border-bottom: none;
}

.drop li a {
    color: #fff;
    font-weight: bold;
}

.mylist .col-3 {
    position: relative;
}

.mylist .col-3:hover {
    overflow: visible;
}

.mylist .col-3 .drop.isShow {
    display: block;
}

.mylist .col-3 .drop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 8px 0;
    position: absolute;
    background-color: rgba(23, 23, 50, 0.7);
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #333;
}

.section-content {
    display: contents;
}

.toggle-icon {
    transition: transform 0.3s ease;
}
