.sc_stBox, .sc_stBox *{
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.sc_stBox {
    clear: both;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 10px;
    height: 300px;
}
.sc_stBox .sc_stItem{
    margin-bottom: 6px;
}
.sc_stBox .sc_stCat_title{
    font-size: 16px;
    margin-bottom: 5px;
}
.sc_stBox .sc_stItems{
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    align-items: center;
	cursor: pointer
}
.sc_stBox .sc_stItems img{
    margin-right: 8px;
}
.sc_stBox .sc_stItems span{
}
.sc_stBox .sc_stItems span.sc_stMain, .sc_stBox .sc_stItems span.sc_stComp{
    width: 70px;
    margin-left: auto;
    border: 1px dashed red;
    color: #fd3f3f;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    height: 20px;
    line-height: 18px;
}
.sc_stBox .sc_stItems span.sc_stComp{border: 1px dashed #2700ff;color: #423ffd;width: 80px;}
.sc_stBox .sc_stItems:hover{background:#eee}

.seltype_order_box{display: inline-block;position: relative;cursor:pointer}
.seltype_order_box span{}
.seltype_order_box .stob_popup{position: absolute;width: 200px;height: 68px;padding: 10px;background: #fff;top: -95px;box-shadow: 1px 1px 4px rgb(0 0 0 / 43%);display: none;}
.seltype_order_box:hover .stob_popup{display:block;-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;}
.seltype_order_box .stob_popup_item{margin-bottom: 5px;}
.seltype_order_box .stob_popup_item img{margin-right: 5px;float: left;}
.seltype_order_box .stob_popup_item span{
    height: auto !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block;
    text-align: left;
}
.wd_sc_cart_list .seltype_order_box .stob_popup{height:88px}

.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

.sc_stBox .overview{width:100%}