﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
    background: #f0f4ff;
    min-height: 100vh;
}
.login-container {
    width: 100%;
    min-height: 100vh;
    padding: 40px 24px;
    position: relative;
    overflow: hidden;
}
/* 顶部关闭 */
.close-btn {
    font-size: 32px;
    color: #333;
    cursor: pointer;
    width: 36px;
    line-height: 36px;
}
/* 登录标题 */
.login-title {
    margin: 20px 0 32px;
}
.login-title p {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    line-height: 1.2;
}
/* 登录卡片 */
.login-card {
    background: rgba(255,255,255,0.75);
    border-radius: 24px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.input-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e9f2;
    padding: 16px 0;
    position: relative;
}
.label {
    font-size: 17px;
    color: #333;white-space: nowrap;
}
.input-item input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    padding-right: 0px;
}
.eye-icon {
    position: absolute;
    right: 4px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}
/* 登录按钮 */
.login-btn {
    width: 100%;
    height: 56px;
    margin: 30px 0;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #86e8f0, #87c8f2);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
/* 注册忘记密码行 */
.link-row {
    display: flex;
    justify-content: space-between;
}
.link {
    font-size: 18px;
    color: #408eff;
    text-decoration: none;
}
.link.visited {
    font-size: 18px;
    color: #408eff;
    text-decoration: none;
}
/* 底部协议 */
.agree-wrap {
    position: absolute;
    bottom: 100px;
    left: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
}
.agree-wrap input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #408eff;
}

/* 顶部红色通栏标题 */
.page-header {
    background-color: #f46058;
    text-align: center;
    padding: 30px 0;
}
.banner_bg h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
	margin:0 auto;text-align:center;margin:15px 0px 15px 0px;
}

/* Banner外层容器 */
.banner-container {
    padding: 0;
	 background-color: #f46058;
}
.banner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* Banner背景图 */
.banner-bg {
    width: 100%;
    height: 410px;
    background-size: cover;
    background-position: center;
}
.white {
    width: 100%;
    height: 100px;background:#ffffff;border-radius: 30%;
}

/* 文字容器：竖排文字布局 */
.banner-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.text-col {
    writing-mode: vertical-rl; /* 竖排文字 从右往左 */
    font-size: 28px;
    letter-spacing: 6px;
    line-height: 2.2;
}
.mid-text {
    font-size: 36px;
}
/* 右侧【自然归真】带边框竖排 */
.vertical-border {
    border: 2px solid #fff;
    padding: 16px 8px;
    position: relative;
}
.vertical-border::before,
.vertical-border::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
}
.vertical-border::before {
    top: 10px;
    left: -30px;
}
.vertical-border::after {
    bottom: 10px;
    right: -30px;
}

/* 立即抢购按钮 */
.buy-btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.45);
    border: 2px solid #d4b886;
    color: #fff;
    font-size: 28px;
    padding: 10px 30px;
    border-radius: 4px;
}

/* Banner区域 */
.banner-wrap {
    padding: 16px;
}
.banner-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.banner-img {
    width: 100%;
    display: block;
}
.banner-text {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    text-align: right;
    line-height: 1.8;
}
.banner-tag {
    position: absolute;
    right: 8px;
    top: 40px;
    border: 1px solid #fff;
    padding: 4px 8px;
}
.buy-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 16px;
    border-radius: 2px;
    font-size: 16px;
}

/* 公告栏 */
.notice-wrap {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	margin-top:1.85rem;top:1.85rem;
}
.notice-label {
    background-color: #f25858;
    color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    margin-right: 16px;
    font-size: 16px;
}
.notice-text {
    font-size: 18px;
}

/* 商品板块标题 */
.goods-block {
    padding: 24px 16px;
}
.block-title {
    font-size: 18px;
    border-left: 5px solid #6378e8;
    padding-left: 10px;
    margin-bottom: 20px;
}

/* 商品卡片 */
.goods-card {
    display: flex;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px;
    gap: 16px;
}
.goods-pic img {
    width: 160px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}
.goods-name {
    font-size: 18px;
    margin-bottom: 12px;
}
.goods-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}
.tag-item {
    border: 1px solid #f25858;
    color: #f25858;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
}
.goods-price {
    color: #f22828;
    font-size: 20px;
    font-weight: bold;
}