.categoryButton1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border: none;
    background-color: #f8f8f8;
    width: 75px;
    height: 35px;
    border-radius: 5px;
    margin-left: 15px;
    cursor: pointer;
    /* border: 1px solid #ddd; */
}

.categoryButton1.active {
    background-color: #ed5736;
    /* 激活按钮背景色 */
    color: #fff;
    /* 激活按钮文字颜色 */
    border: none;
}

.sort-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    position: relative;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: border-color 0.3s;
}

.triangle-up {
    border-bottom: 5px solid #f8f8f8;
}

.triangle-down {
    border-top: 5px solid #f8f8f8;
}

.triangle-up.active {
    border-bottom: 5px solid #ffafa9;
}

.triangle-down.active {
    border-top: 5px solid #ffafa9;
}

/* 隐藏数字输入框的默认样式 */
input[type="number"] {
    -webkit-appearance: none !important;
    /* 针对 Webkit 浏览器（如 Chrome、Safari） */
    -moz-appearance: textfield !important;
    /* 针对 Firefox */
    appearance: none !important;
    /* 通用 */
    width: 60px;
    border: 1px solid #ccc;
    padding: 2px;
}

/* 针对 Webkit 浏览器，隐藏上下箭头按钮 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
    /* 移除可能的默认边距 */
}
.three-nr-long {
    margin-left: 0;
    background-color: #ededed;
    color: #666;
}
.three-nr-01 {
    width: max-content;
    padding: 0 10px;
    border-radius: 10px 10px 10px 0;
}


.view-more-tips {
    font-size: 12px;
    color: #0294e8;
    cursor: pointer;
    text-align: left;
    text-indent: 5px;
    padding: 0 10px 8px;
    width: max-content;
    margin: auto;
}

.view-more-tips .fonts,
.view-more-tips .fonts2 {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.view-more-tips .fonts2 {
    display: none;
}

/* 展开状态下的样式 */
.view-more-tips .arrow_down {
    display: inline-block;
    margin-left: 7px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0294e8;
    border-left: 1px solid #0294e8;
    transform: rotate(225deg);
    transition: transform 0.3s ease, margin-bottom 0.3s ease;
    margin-bottom: 3px;
}
/* 收起状态下的样式 */
.view-more-tips.collapsed .arrow_down {
    transform: rotate(45deg);
    margin-bottom: -1px;
}
.view-more-tips.open .arrow_down {
    transform: rotate(45deg); /* 展开时旋转方向 */
}

/* 可选：添加过渡效果 */
.detailsAddp {
    transition: all 0.3s ease;
}

.copy-btn {
    position: absolute;
    margin-top: 12px;
    margin-left: 3px;
    margin-right: 10px;
    transform: translateY(-50%);
    /*background: #4a69bd;*/
    color: #0294e8;
    border: none;
    border-radius: 4px;
    /*padding: 5px 10px;*/
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, background 0.3s ease;
}
.over_hidden:hover .copy-btn {
    opacity: 1;
}
.copy-btn:hover {
    color: #0045ff;
}
.copy-success {
    position: absolute;
    /*right: 10px;*/
    left: 45% !important;
    top: 5% !important;
    transform: translateY(-50%);
    background: #28a745;
    color: white;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 99 !important;
}
.copy-success.show {
    opacity: 1;
    animation: fadeOut 1.5s ease 0.5s forwards;z-index: 99;
}
.fadd-li15{
    padding:8px;
}
.fadd-li15:hover{
    color: #0093e6;
}
.fadd-li110:bover{
    background-color: #ed5736 !important; color:#fff !important; border-radius:5px !important;  padding:7px 10px 7px 10px !important;
}
.fadd-li110{
    background-color: #ed5736; color:#fff; border-radius:5px;  padding:7px 10px 7px 10px;
}
.detailsCenterul{
    gap:10px; display:flex; font-size:14px; font-weight:bold; cursor: pointer;border-bottom: 1px dashed #e3e3e3;padding-bottom: 10px;
}


.liyang-order-title {
    display: flex;
    align-items: center;
    background-color: #E5F6FF;
    height: 47px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



.liyang-order-title-text {
    display: flex;
    align-items: center;
    padding-left: 23px;
    padding-right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    min-width: 0; /* 防止文本过长时溢出 */
    background: linear-gradient(rgb(185, 230, 255) 0%, rgb(229, 246, 255) 100%);
    border-top-left-radius: 5px;
    height: 47px;
}

.liyang-order-title-desc {
    flex: 1;
    font-size: 16px;
    color: #333;
    padding-right: 15px; /* 可选，根据需要调整 */
    padding-left: 20px;
}


.price-list {
    position: relative;
    max-height: 128px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-family: Arial, sans-serif;
}

.price-list.expanded {
    max-height: 2000px;
}


.price-list p.hidden-item {
    display: none;
}

/* 关键修改：使用伪元素创建渐变遮罩 */
.price-list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(255,255,255,0.95), transparent);
    pointer-events: none; /* 让点击事件穿透 */
}

.toggle-more {
    position: absolute;
    bottom: 4px;
    padding: 0px 100px 0px 0px;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 12px;
    color: #007bff;
    z-index: 10;
    white-space: nowrap;
}

.toggle-more:hover {
    background: rgba(255,255,255,1);
}

.hidden {
    display: none !important;
}