/* M7 自定义样式 */

#app {
    border: 2px solid #99934B;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 0.02rem;
}

/* M7 顶部 Header Bar */
.m7-top-header {
    background-color: #99934b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.05rem 0.1rem;
    height: 0.65rem;
    box-sizing: border-box;
}

.m7-top-header .logo-img {
    height: 0.60rem;
    max-height: 0.80rem;
    object-fit: contain;
}

.m7-top-header .youce-img {
    height: 0.60rem;
    max-height: 0.60rem;
    object-fit: contain;
}

/* Banner 图 */
.m7-top-banner {
    width: 100%;
}

.m7-top-banner .banner-img {
    width: 100%;
    display: block;
}

/* 5个图标行 */
.m7-icon-row {
    background-color: #f7e8a9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.10rem 0.05rem 0.08rem 0.05rem;
    box-sizing: border-box;
}

.m7-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.m7-icon-img {
    width: 0.70rem;
    height: 0.70rem;
    object-fit: contain;
}

.m7-icon-label {
    font-size: 0.15rem;
    font-weight: bold;
    color: #000000;
    margin-top: 0.04rem;
    text-align: center;
    text-shadow: 0 0 2px #ffffff, 0 0 6px #ffffff;
}

/* M7 滚动公告栏 Marquee Bar Styles */
.m7-notice-bar {
    background-color: #99934b;
    padding: 0.08rem 0.12rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.m7-notice-icon {
    font-size: 0.18rem;
    color: #9a732b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.08rem;
    flex-shrink: 0;
}

.m7-notice-content {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.15rem;
    font-weight: bold;
    color: #634b07;
    line-height: 1.2;
}

.m7-notice-content marquee {
    display: block;
    vertical-align: middle;
}

/* 澳门新新彩 主标题 */
.m7-main-title {
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    color: #000000;
    margin: 0.10rem 0 0.08rem 0;
}
