
.shop-title .input-span{width: 17px;height: 17px;border: 1px solid #C4C4C4;background: #FAFAFA;border-radius: 2px;}
.shop-title span.ml-60{margin-left: 60px;}
.shop-title span.ml-160{margin-left: 160px;}
.shop-title span.ml-640{margin-left: 640px;}

.show-list{line-height: 55px;}
.show-list .ui-checkbox{margin-top: 18px;}
.show-list .title-link{width: 740px;}
.show-list .title-link:hover{color: #2468F2;text-decoration: underline;}
.shop-btn{width: 70px;height: 27px;text-align: center;line-height: 27px;border:1px solid #e9e9e9;border-radius: 6px;margin-left: 10px;position: relative;
  box-sizing: border-box;margin-top: 12px;}
.shop-btn.active{background: #2468F2;color: #fff;border-color: #2468F2;margin-left: 42px;}
.shop-btn.active:hover,.shop-btn:hover{background: #2468F2;color: #fff;border-color: #2468F2;}
.shop-collection{display: flex;flex-direction: row;align-items: center}
.shop-collection .title-link{max-width: 600px;}
.shop-collection .title-link:hover{color: #2468F2;text-decoration: underline;}
.shop-collection > :last-child {margin-left: auto;}
.shop-title > :last-child {margin-left: auto;}
.shop-down{width: 120px;height: 42px;line-height: 42px;text-align: center;}
.shop-down:hover {opacity: 0.9;}
.shop-down:active {transform: translate(1px, 1px);}


#shopDown {position: -webkit-sticky;position: sticky;bottom: 0;z-index: 100;box-shadow: 0 -2px 10px rgba(0, 0, 0, .08);}