.aaa {
    background: linear-gradient(135deg, #6379c3 0%, #546ee5 60%)
}

table.tt tr.hh {
    background-color:#fafbfe!important;
}
table.tt tr.hh td {
    width:250px;min-width:120px;
}
table.tt tr.hh td.ppp {
    width:130px;min-width:130px;
}
table.tt tr.hh td.lll {
    width:20px;min-width:20px;
}

table.tt td {
    color:#333;
}

table.tt td.ppp {
    width:80px;
    background-color:#ebf3ff!important;
    border-top-width:0px;
}
table.tt td{
    vertical-align: middle;
}
table.tt img {
    width:120px;
}

td.relative {
    position: relative; /* 设置 td 为相对定位 */
    /* 其他样式，如宽度、高度等 */
}

.triangle {
    position: absolute;
    width: 100%; /* 设置三角形的原始宽度与 td 相同 */
    height: 50px; /* 三角形的高度，可调整 */
    top: 100%; /* 定位到底部 */
    left: 0;
    background-color: #ebf3ff; /* 三角形的颜色 */
    clip-path: polygon(50% 100%, 0 0, 100% 0); /* 创建倒三角形 */
    transform: scaleX(1.8); /* 水平方向放大两倍 */
}

td.Jlink{
    cursor: pointer;
}

