/* 设置选中状态的样式，可以根据实际需求调整 */
a.category-item.selected {
    color: #fff;
    background-color: #000;
    padding: 4px 8px;
    border-radius: 4px;
}
.title-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制最多 2 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.8em; /* 适应字体大小，确保 2 行 */
    line-height: 1.4em; /* 设定行高 */
    font-size: 14px;
}

/* 整体容器 */
/*.product-text-container {*/
/*    padding: 24px;*/
/*    margin: 0 auto;*/
/*}*/

/* 白色背景 */
.bg-white {
    background-color: #ffffff;
}

/* 20px 圆角 */
.br-20 {
    border-radius: 20px;
}

/* 关闭按钮区域 */
/*.close-content {*/
/*    margin-bottom: 16px;*/
/*}*/
.btn-close {
    border: none;
    position: absolute;
}

/* 标题和文本 */
.black {
    color: #000;
}
.fw-600 {
    font-weight: 600;
}
.mb-16 {
    margin-bottom: 16px;
}
.light-gray {
    color: #999;
}
.quick-view-text {
    font-size: 14px;
    line-height: 1.5;
}

/* 协议内容区域：设置固定高度和滚动 */
.agreement-content {
    max-height: 300px;
    overflow-y: auto;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

/* 邮箱输入区域 */
.email-section {
    padding: 0 16px;
}
.subtitle {
    font-size: 16px;
    margin-bottom: 8px;
}
/*.form-control {*/
/*    width: 100%;*/
/*    padding: 8px 12px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*}*/

/* 按钮区域 */
.btn-section {
    padding: 0 16px;
}
.text-center {
    text-align: center;
    height: 48%;
}
.cus-btn-2 {
    background-color: #085395;
    border: none;
    color: #fff;
    padding: 10px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.cus-btn-2:hover {
    background-color: #0056b3;
}

.policy-title{
    min-width: 100%;
    text-align: center;
}

.policy-content{
    width: 100%;
}

.contact-email{
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.contact-view{
    display: none;
}

.submitBtn{
    display: flex;
    align-items: center;
    width: 100%;
}

.quick-image-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopping-btns{
    font-size: 14px;
}

#searchBtn{
    text-align: center;
}
