.phead{display:flex;flex-direction:column;justify-content:center;width:100%;min-height:200px;background:linear-gradient(90deg,#8400ff 0%,#02a7f0 100%);padding:30px 0}
.phead .ptitle{flex:1;display:flex;align-items:center;justify-content:center;margin:0;text-align:center;font-size:60px;line-height:1;font-weight:600;color:#fff;word-break:keep-all}
.phead .subtitle{flex:1;display:flex;align-items:center;justify-content:center;margin:20px 0 0 0;text-align:center;font-size:30px;line-height:1;color:#fff;word-break:keep-all}
.panel-head{display:flex;align-items:center;justify-content:space-between;margin:30px 0}
.panel-head .panel-title{font-size:18px;font-weight:600;margin:0}
.form-item-search{display:flex;align-items:center;width:700px;height:44px;max-width:90%;margin:0 auto;border:1px solid #fff;border-radius:22px;overflow:hidden;padding:0 20px;margin-block-start:30px}
.form-item-search input{flex:1;border:none;height:44px;color:#fff;font-size:18px}
.form-item-search .clear{display:none}
.form-item-search button{flex-shrink:0;border:none;background:none;cursor:pointer;color:#fff;font-size:18px}
.form-item-search button:hover{opacity:0.8}
.filter-wrapper{display:flex;align-items:self-start;flex-wrap:wrap;gap:20px}
.filter-wrapper .filter{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border:1px solid #d7d7d7;border-radius:5px;padding:0 0 0 10px;transition:border-color 0.2s ease-in-out;overflow:hidden;height:32px}
.filter-wrapper .filter:hover{border-color:var(--el-color-primary)}
.filter-wrapper .filter .filter-label{flex-shrink:0;font-size:12px;color:#7F7F7F;white-space:nowrap;max-width:110px;text-overflow:ellipsis;overflow:hidden}
.filter-wrapper .filter .el-select__wrapper,.filter-wrapper .filter .el-input__wrapper{box-shadow:none !important}
.filter-wrapper .filter .el-cascader__tags{flex-wrap:nowrap;overflow:hidden}
.filter-wrapper .filter .el-cascader__tags .el-tag.el-tag--info{--el-tag-text-color:#333;margin-block-start:0 !important;margin-block-end:0 !important}
.filter-wrapper .filter .el-cascader__tags .el-tag{max-width:75%}
.filter-wrapper .filter .el-cascader__search-input{margin-block-end:0 !important;margin-block-start:0 !important}
.list-wrapper{margin-block-start:20px}
.list-wrapper .icon-question{position:relative;top:1px}
.list-wrapper .ThProduct .text{cursor:pointer;display:flex;align-items:center;gap:5px;width:max-content}
.list-wrapper .ThProduct .product-list{position:absolute;top:40px;left:0;width:max-content;display:none;background-color:#fff;border-radius:5px;border:1px solid var(--el-border-color);box-shadow:0px 0px 10px 1px rgba(175,195,207,0.3);flex-direction:column;padding:5px 0;color:var(--el-text-color)}
.list-wrapper .ThProduct .product-list .ls{display:flex;align-items:center;gap:5px;padding:5px 10px;cursor:pointer}
.list-wrapper .ThProduct .product-list .ls:not(.active):hover{opacity:0.7}
.list-wrapper .ThProduct .product-list .ls.active{color:var(--el-color-primary)}
.list-wrapper .ThProduct:hover .product-list{display:flex}
.list-wrapper .ecom_category .url_title{font-weight:600;font-size:16px;line-height:22px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.list-wrapper .ecom_category .category{font-size:14px;line-height:16px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8a8a8a;margin-top:4px}
@media screen and (max-width:768px){
  .phead .ptitle{padding:0 10px;line-height:1.3;font-size:28px}
  .phead .subtitle{padding:0 10px;font-size:20px;margin-block-start:10px}
  .panel-head{padding:0 10px}
  .filter-wrapper{padding:0 10px}
  .filter-wrapper .filter{flex:1;width:100%}
  .dt-pagination{padding-inline-start:10px;padding-inline-end:10px}
}