.SelectionCenter .page_title {
    font-size: 16px;
    text-align: center;
}

/* 进度条 */
.SelectionCenter  .select-process-bar{
    position:relative;
    background-color: #ededed;
    margin-top: 20px;
    --process-bar-h: 5px;
    height: var(--process-bar-h);
}

.SelectionCenter  .select-process-bar .dot{
    position:absolute;
    width: 20px;
    height:20px;
    background-color: rgba(255,0,0,.3);
    border-radius: 50%; 
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}
.SelectionCenter  .select-process-bar .dot:after{
    position: absolute;
    content: '';
    background-color: #FF0000;
    width: 10px;
    height: 10px;
    left:0;
    right:0;
    top: 0;
    bottom:0;
    border-radius: 50%;
    margin: auto;
}
.SelectionCenter  .select-process-bar .dot-o{
    position:absolute;
    top: 14px;
    left: -10px;
    color:#000;
}
.SelectionCenter  .select-process-bar .process-bar{
    background-color: #FF0000;
    position: absolute;
    top: 0;
    left: 0px;
    width: 0px;
    height: var(--process-bar-h);
}



/* 选配清单样式 */
#c_static_001-1740367757322 .e_html-14 table {
    width: 90%;
    max-width: 1570px;
    border-collapse: collapse;
    overflow: hidden;
    
    margin: 0 auto;

    /* border: 1px solid #e1e1e1; */
}
#c_static_001-1740367757322 .e_html-14 table tbody{
    padding: 0 20px;
}
#c_static_001-1740367757322 .e_html-14 th,
tr {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    /* 行间分隔线 */
}

#c_static_001-1740367757322 .e_html-14 .tit_th {
    color: #333;
    font-weight: bold;
}

#c_static_001-1740367757322 .e_html-14 tr:hover {
    background-color: #f1f1f1;
    /* 鼠标悬停效果 */
}

#c_static_001-1740367757322 .e_html-14 .tit_th {
    /* background-color: #e9e9e9; */
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
#c_static_001-1740367757322 .e_html-14 table td:first-child{
    border-right: 1px solid #e1e1e1;
    width: 20%;
    padding-left: 30px;
}
#c_static_001-1740367757322 .e_html-14 table td:last-child{
   padding-left: 80px;
   padding-right: 80px;
}
#c_static_001-1740367757322 .e_html-14 table tr{
    height: 140px;
}
#c_static_001-1740367757322 .e_html-14 table tr:last-child{
    border-bottom:1px solid transparent;
}
/* 选配清单 样式  end */




/* 产品列表 */

.SelectionCenter .p_list.select-plist .p_loopitem{
    border: 1px solid #e1e1e1; 
    border-radius: 8px;
    overflow:hidden;
    margin: 40px 15px;
    cursor: pointer;
}
.SelectionCenter .p_list.select-plist .p_loopitem:hover{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3)
}

.SelectionCenter .p_list.select-plist .p_loopitem .s_title{
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
}
.SelectionCenter .p_list.select-plist .p_loopitem.active .s_title{
    color: #FF0000;
}

.SelectionCenter .p_list .p_loopitem{
    /* border: 1px solid #e1e1e1; */
    /* border-radius: 8px; */
    overflow:hidden;
    /* margin: 40px 15px; */
    cursor: pointer;
}
.SelectionCenter .p_list .p_loopitem:hover{
    /* box-shadow: 1px 1px 5px rgba(0, 0, 0, .3) */
}
.s_title{
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
}




