.sl-right-cnt{
	width: 1020px;
	height: auto;
	min-height: 600px;
}
.sl-right-cnt .goods{
	width: 958px;
	margin: 20px 0 0 36px;
	overflow: hidden;
}


[v-cloak] {
    display: none;
  }
  
 
  
  .sl-sp-list-box {
    /* background-color: #F7F7F7; */
    padding-bottom: 40px;
    position: relative;
  }
  
  .sl-sp-list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  
  .sl-sp-card {
    margin-bottom: 14px;
    margin-right: 14px;
    background-color: #fff;
    width: 228px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #eff3fa;
    height: 420px;
  }
  
  .sl-sp-list>.sl-sp-card:nth-of-type(4n) {
    margin-right: 0px;
  }
  
  .sl-sp-card>.sl-sp-card-img {
    height: 264px;
    margin: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
  
  .sl-sp-card-img-div1 {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    line-height: 24px;
  }
  
  .sl-sp-card-img-div1>span:nth-of-type(1) {
    font-size: 14px;
    font-weight: 700;
    color: #262626;
    background-color: rgba(255, 255, 255, .6);
    line-height: 24px;
    height: 24px;
    padding: 2px 8px;
  }
  
  .sl-sp-card-img-div1>span:nth-of-type(2) {
    vertical-align: middle;
    cursor: pointer;
  }
  
  .sl-sp-card-img-div2 {
    display: flex;
    justify-content: space-between;
    padding: 0px 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 208px;
  }
  .sl-sp-card-img-div2>span{
    cursor: pointer;
    padding: 4px 10px;
  }
  
  .sl-sp-card-img-div3 {
    display: flex;
    justify-content: center;
    padding: 0px 4px;
    position: absolute;
    bottom: 0px;
    width: 208px;
  }
  
  
  .sl-sp-card-img-div3>div {
    height: 4px;
    background-color: #F6F8FA;
    width: 36px;
    margin-right: 6px;
  }
  .sl-sp-card-img-div3>div:last-child{
    margin-right: 0px;
  }
  
  .sl-sp-card-img-div3>.div3-current {
    background-color: #262626;
  }
  
  
  .sl-sp-card>.sl-sp-card-textBox {
    border-top: 1px solid #F7F7F7;
    padding: 10px 8px;
  }
  
  .sl-sp-card-textBox>div {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  
  .sl-sp-card-p1 {
    color: #262626;
    font-weight: 600;
  }
  
  .sl-sp-card-p2 {
    color: #666666;
  }
  
  .sl-sp-card-p3>.sl-sp-card-p3-price {
    color: #E94847;
    font-weight: 700;
  }
  
  .sl-sp-card-p3>.sl-sp-card-p3-originalPrice {
    color: #999999;
    text-decoration: line-through;
  }
  
  .sl-sp-card-textBox>.sl-sp-card-p4 {
    color: #E94847;
    font-size: 12px;
    -webkit-line-clamp: 2;
    height: 32px;
    white-space: normal;
  }
  
  .sl-sp-card-textBox>.sl-sp-card-p5 {
    color: #787D95;
    font-family: Open Sauce One;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform:uppercase;
  }
  
  .sl-sp-card-textBox>.sl-get-link {
    background:#262626;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 26px;
    width: 75px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
  }
  
  .sl-collection-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .sl-input-key{
    width: 800px;
    height: 40px;
    line-height: 40px;
    padding-left:40px ;
    padding-right: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
   
  }
  .sl-collection-top{
    position: relative;
  }
  /* .sl-collection-top::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(../../../pcstatic/images/sousuo.svg);
    background-repeat: no-repeat;
    background-position: center;
  } */


  .sl-wp-search-but {
    height: 40px;
    line-height: 40px;
    width: 74px;
    text-align: center;
    background-color: #262626;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
  }
  .sl-history-but{
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    cursor: pointer;
    text-align: right;
  }
  
  .el-page {
    text-align: center;
  }
  
 
  
  .sl-mask{
    pointer-events: none; 
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .5);
    z-index: 9;
  }
  .sl-collection-top{
    background-color: #fff;
  }
  .sl-sp-sx {
    overflow: hidden;
    padding: 16px;
    padding-bottom: 6px;
    width:100%;
    height: 76px;
  }
  .sl-sp-sx .sl-wp-input::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(../../../pcstatic/images/sousuo.svg);
    background-repeat: no-repeat;
    background-position: center;
  } 
  .sl-sp-sx .sl-wp-input input {
    padding-left: 36px;
  } 
  .sl-back{
    position: absolute;
    top: 0;
    right: 30px;
    padding: 0 20px;
    cursor: pointer;
    font-size:16px;
  }
  .sl-page-hd{
    position: relative;
  }
  .el-input__inner{
    border-radius: 0 !important;
    color: #262626 !important;
  }
  .el-input.is-active .el-input__inner, .el-input__inner:focus{
    border-color: #262626 !important;
  }
  .sl-sp-card-img-moren{
    background-size: 80% !important;
  }

  .sl-text-capitalize{
    padding-left: 24px;
  }