.ser_a{box-sizing: border-box;padding: 10px 14px;background: #F7F7F7;border-radius: 11px;margin-bottom: 18px;}
.ser_a >ul{display: flex;margin: 0 -6px;list-style: none;flex-wrap: wrap;}
.ser_a >ul >li{width: 33.3%;margin: 10px 0;}
.ser_a >ul >li .item{margin: 0 6px;display: flex;}
.ser_a >ul >li .item .label{width: 70px;height: 34px;line-height: 34px;text-align: center;background: #E3ECFB;color: #005FAF;font-weight: bold;border-radius: 20px 0 0 20px;}
.ser_a >ul >li .item .itemCon{flex: 1;border-radius: 0 20px 20px 0;background: #fff;}

.itemCon2{ line-height: 34px;position: relative; overflow: hidden;}
.itemCon2 input{overflow: hidden;border: none;outline: none;margin: 0px;width: 100%;box-sizing: border-box;padding: 0 30px 0 10px;}
.itemCon2 .btn{background: none;border: none;outline: none;color: #005FAF;cursor: pointer;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}


.divSelect{position: relative; }
.select_mask{width: 20px;height: 20px;display: block;background: ;position: absolute;right: 20px;top: 50%;margin-top: -10px;z-index: 1;color: #999;}
.active .select_mask{transform: rotate(180deg);}
.divSelect cite{display: block;position:relative;z-index: 2; padding:0 30px;cursor: pointer;overflow: hidden;text-align: left;color:#ccc;background:url(../images/arrow-up-hover.png) no-repeat right 15px center;font-style: normal;line-height: 34px;}
.divSelect cite.on{color:#333;}
.linkList02{position: absolute;left: 0;top: 100%;z-index: 5000;background-color: #fff;width: 100%;max-height: 200px;overflow-y: auto;display: none;box-shadow: 5px 9px 10px rgba(0,0,0,0.15);}
.linkList02 li{font-size: 14px;text-align: center; }
.linkList02 li:hover{background-color: #f1f1f1;}
.linkList02 li a{display: block;padding:8px;}
.divSelect.active cite{color:#666;}
.divSelect.active cite{background:url(../images/arrow-down-hover.png) no-repeat right 15px center;} 

.page-list21 .block-list74 {margin: 0 -15px;}

/**
 * Created by sunJia on 2025/05/20.
 * @Description: 新增重置按钮
 */
#clearData{
    border-radius: 0px;
    border: none;
    outline: none;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}
#clearData:hover{
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 10px 0px rgba(0, 95, 175, 0.3);
}



@media screen  and (max-width:768px){
.ser_a >ul >li{width: 50%;}
}
@media screen  and (max-width:540px){
    .ser_a >ul >li{width: 100%;}
}