.clearfixlopd{
    width: 100%;
    background-image: linear-gradient(to top left,#1a1a1a,#303133,#333);
}
.wrapper .clearfixtop{
    width: 70%;
    background-image: linear-gradient(to top left,#1a1a1a,#303133,#333);
    margin:  0 auto;
}
#userShowvv img{
    margin-top: 0px !important;
}
.wrapper .nav-bar{
    background: #ffffff;
}
.wrapper .imgbox{
    height: 68px;
    line-height: 68px;
}
.top_nav{
height: 68px;
 }
.tool_navs{
    height: 68px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}
.tool_navs li{
    height: 68px;
    line-height: 68px;
}
.contentdom{
    background:#F5F5F5 ;
}
.back_white{
    background:#F5F5F5 !important;
}
.ciondis{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
}
.divcoml{
    width: 102px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #232323;
}
 .divcom{
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #232323;
}
.clopml{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.clopml .active{
    background: linear-gradient(rgba(41,118,204,0) 0%, rgba(41,118,204,0.1) 100%);
    font-weight: 500;
    font-size: 18px;
    color: #2976CC;
    border-top: 2px solid #2976CC;
    box-sizing: content-box;
}
.divcom:hover{
    background: linear-gradient(rgba(41,118,204,0) 0%, rgba(41,118,204,0.1) 100%);
    font-weight: 500;
    font-size: 18px;
    color: #2976CC;
    border-top: 2px solid #2976CC;
    cursor: pointer;
    box-sizing: content-box;
}
.usteel-condition{
    padding: 10px 10px;
}


.checkbox-group {
    display: flex;
    flex-wrap: wrap;  /* 允许换行 */
    gap: 15px 30px;  /* 行间距15px，列间距30px */
    padding: 20px;
    border: 1px solid #eee;
}

.checkbox-item {
    display: flex;
    align-items: center;  /* 垂直居中对齐 */
    cursor: pointer;
    transition: all 0.3s;
    flex: 0 0 180px;  /* 基础宽度160px，不扩展不收缩 */
}

.checkbox-item:hover {
    color: #2196F3;
}

.checkbox-item input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* 响应式适配 */
@media (max-width: 600px) {
    .checkbox-item {
        flex-basis: 120px;  /* 小屏幕减少基础宽度 */
    }
}

.tableSelect{
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 13px;
}
/* 容器基础样式 */
.tabletab {
    display: flex; /* 启用弹性布局实现水平排列 */
    flex-direction: column;
    align-items: stretch; /* 默认垂直拉伸对齐 */
}

/* 单个标签样式 */
/* 单个标签样式 */
.tabletab div {
    /* 原有基础属性不变 */
    width: 40px;
    height: 110px;
    background: #EAF1FA;
    cursor: pointer;
    transition: 0.3s;

    /* 新增居中控制层 */
    display: flex;
    align-items: center;          /* 垂直居中 */
    justify-content: center;      /* 水平居中 */

    /* 文字排版优化 */
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 2px;
    padding: 8px 0;               /* 上下留白保证安全区 */
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #2976CC;
    /* 斜切路径修正 */
    clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px),
            0 20px
    );
}



/* 交互效果增强 */
.tabletab div:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.tabletab .activeclass{
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.rightConter{
    width: 100%;
    /*height: 800px;*/
    /*overflow-y: auto;*/
    background: #ffffff;
    padding: 15px;
    min-height: 700px;
}
.headertil{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #2976CC;
    padding: 10px 20px;
    background: #eaf1fa;
}
.headertil .right{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.buttondiv{
    width: 72px;
    height: 30px;
    background: #CD1A1D;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 20px;
}
.con_cte{
   padding: 30px 0px;
    border-bottom: 1px solid #ECECEC;
}
.flexdlio{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.flexdlio .textlo{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
}
.listyl ui{
    overflow: visible !important;
}
.btottonlo{
    color: #0c1c26;
    padding: 5px;
}
.btottonlo :hover{
    background: #0a84ff;
    cursor: pointer;
    color: #ffffff;
}
.fonterfany{
    background: #ffffff;
    padding: 10px;
    text-align: right;
}