/* 页面顶部样式 */
.topic1 {
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    background-color: #f6f6f6;
    color: #999 !important;
    overflow: hidden;
    display: none;
}

.topic1 a {
    color: #333;
}

.menu_a {
    font-size: 16px;
}

.linkasbutton_new {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #c49b41;
    color: black;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 0px;
    font-size: 15px;
}

.linkasbutton_new:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* 菜单样式 */
.menu_r {
    margin-right: 0px;
}

.menu_a {
    margin-left: 25px;
}

/* 页面通用样式 */
.topic1 a {
    color: #FFF;
}

h2 {
    font-size: 34px;
    line-height: 1.2;
}

body {
    font-size: 18px;
}

.linkasbutton {
    font-size: 18px;
}

.index_lifesqur {
    font-size: 15px;
    overflow: hidden;
}

.index_lifesqur a {
    width: 100%;
}

.banner_top {
    background: #0c0c0c54;
}

.index_lifest {
    margin-right: 15px;
    margin-left: 15px;
}

/* Banner背景 */
.banner_bg {
    background-image: url(/pub/img/index/img_20250902092128_408_16.jpg);
    height: 100%;
}

.linkasbutton_new {
    color: #FFF !important;
}

/* 二维码弹出样式 */
.qrcode_div .icon {
    width: 30px;
    height: 30px;
}

.qrcode_div {
    position: relative;
    display: flex;
    margin: 10px;
    cursor: pointer;
}

.qrcode {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-150%);
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.qrcode img {
    border-radius: unset;
}

.qrcode_div:hover .qrcode {
    display: block;
}

.qrcode img {
    width: 120px;
}

.foot_f2 {
    float: left;
    width: 160px;
    min-height: 133px;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
