.typesList{ width: 100%;box-sizing: border-box;overflow: hidden;overflow-y: auto;}
.typesList-title{width: 100%;box-sizing: border-box;border-left: 4px solid #1890FF;line-height: 40px;font-size: 14px;background: #E6F7FF;color: #1890FF;padding-left: 10px;height: 40px;overflow: hidden;cursor: pointer;}
.typesList-con{display: none}
.typesList-row.current .typesList-con{display: block;}
.typesList-con-item{font-size: 15px;line-height: 40px;position: relative;box-sizing: border-box;padding-left: 10px; padding-right: 40px;height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: pointer;min-height: 30px;text-align: center;}
.typesList-con-item.auto{height: auto;white-space: normal;}
.typesList-con-item .num{font-size: 12px;
    text-align: center;
    display: block;
    height: 8px;
    line-height: 8px;
    position: absolute;
    top: 2px;
    right: 1px;
    background: #05b4d8;
    padding: 4px 6px;
    border-radius: 10px;
    color: #fff;}