﻿@charset "UTF-8";
 

.btnUserReport {
    width: 160px;
    height: 56px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 0 none;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(51deg, #f36464 0%, #f03636 100%);
}

.btnUserReport:HOVER {
    width: 160px;
    height: 56px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 0 none;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(51deg, #f03636 0%, #df1212 100%);
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}


#LIST_BOX {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 24px;

    margin: 0 auto;


    max-width: 1000px;

}


.sxsIconUnit {

max-width:calc(1000px / 3);
    width: auto;
    margin: 0;

    background-color: #fff;
    border-radius: 10px;
    /* 大圆角更显柔和 */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    /* 阴影更细腻，突出层次 */
    overflow: hidden;
    /* 裁剪圆角外内容 */
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* 过渡更丝滑 */
    display: flex;
    flex-direction: column;

    cursor: pointer;

}

.sxsIconUnit:hover {
    transform: translateY(-6px);
    /* 轻微上浮，提升互动感 */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    /* 阴影扩大，突出焦点 */
}

.sxsIconUnit:active {
    transform: translateY(1px); /* 点击时轻微下沉 */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.sxsIconUnit img {
    width: 100%;
    height: auto;
    display: block;
    /* 去掉底部间隙 */
    aspect-ratio: 16 / 9;
    /* 固定宽高比，避免拉伸变形（可根据实际图片调整） */
    object-fit: cover;
    /* 保持图片比例并覆盖容器 */
}

.sxsIconUnit .sxsIconTxt {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;

    width: auto;
    letter-spacing: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    cursor: pointer;
    text-align: left;
    padding-bottom: 5px;
    margin: 10px 10px 0;

}

.sxsIconUnit .sxsSubTxt {
    font-size: 14px;
    color: #666;
    line-height: 1.5;

    width: auto;
    margin: 0 10px;
    letter-spacing: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    cursor: pointer;
    text-align: left;
    padding-bottom: 5px;
}

.detailBtnWrapper {
    margin-bottom: 10px;
    text-align: right;
    margin-right: 10px;
}


.linkBtn {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.linkBtn::after {
    content: "→";
}

.titleBox {
    border: 0px;
    margin: 0;
    padding: 15px 20px 10px;
}

.titleTop {
    font-size: 24px;
}

.iconRedSx {
    font-size: 18px;
    margin-bottom: 8px;
}

.sxsNewsView {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.listConts {
    padding: 15px 20px 20px;
    box-sizing: border-box;
    min-height: calc(100% - 180px - 115px);
}

.iconNewsSx {
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    background: url(images/iconTitSx.png) left center no-repeat;
    padding-left: 10px;
    color: #208EFB;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
}

.sxsNewsConts {
    width: auto;
    margin: 0 auto;
}

.sxsNewsView {
    width: auto;
    margin: 0 auto;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
}

.sxsOrderRow {
    width: 0 auto;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    border: #f5f5f5;
}

.sxsOrderTit {
    text-align: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
}

.sxsOrderView {
    width: auto;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
}

.sxsRowUnit {
    float: left;
    width: 75px;
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sxsRowUnit:hover, .sxsRowHover {
    float: left;
    width: 75px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    background: #27BB7D;
    border-radius: 20px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.linkBox {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 1000px;
    display: flex;
    gap: 14px 50px; /* 项之间的间距，替代 margin 更简洁 */
    padding: 15px 0;
    justify-content: flex-start;
  /*  flex-wrap: wrap;*/
}

.linkRow {
    border: 2px solid #007bff;
    border-radius: 6px;
    padding: 10px 12px;
    background: #fff;
    box-sizing: border-box;
    min-width: 128px;
    /* 让内容自动换行，避免撑破容器 */
    min-height: 97px;
    max-width: 240px;
    word-wrap: break-word;
    text-align: center;
    position: relative; /* 给伪元素定位用 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.linkRow:not(:first-child)::before {
    content: url(../../../biz/home/images/arrow.png);
    position: absolute;
    left: -45px; /* 相对于父元素右侧偏移，让箭头衔接下一个盒子 */
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
} 