.store-con {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
  
  .search-btn {
    cursor: pointer;
    width: 76px;
    height: 37px;
    line-height: 37px;
    background: #1969F9;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    
    &:hover {
      background: #0050E0;
    }
  }
  
  .btn-nav {
    margin-top: 11px;
    margin-bottom: 22px;
    
    .update {
      width: 66px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      background: #FFEEDD;
      border: 1px solid #FF870D;
      border-radius: 2px;
      color: #FF870D;
      font-size: 14px;
      cursor: pointer;
      width: 66px;
      
      i {
        margin-left: 3px;
      }
      
      &:hover {
        
        background: #FCA955;
        color: #fff;
        
      }
    }
    
    .dcg {
      width: 66px;
      height: 26px;
      border-radius: 2px;
      text-align: center;
      line-height: 26px;
      border: 1px solid #1969F9;
      background: #E5EEFF;
      color: #1969F9;
      margin-left: 10px;
      font-size: 14px;
      transition: all 0.5s;
      
      &:hover {
        background: #1969F9;
        cursor: pointer;
        color: #fff;
      }
      
      &.heti {
        width: 56px;
        background: #fff;
        
        &:hover {
          background: #E5EEFF;
          color: #1969F9;
        }
      }
      
      &.xjk {
        position: relative;
        left: -11px;
        border-left: 1px solid #1969F9;
        
        &:hover {
          border-left: 1px solid #1969F9;
        }
      }
    }
  }
  
  .updatebox {
    position: relative;
    
    .selectdw {
      height: 36px;
      width: 36px;
      
      position: absolute;
      top: 1px;
      right: 2px;
      
      .el-select {
        width: 36px;
        border-left: 1px solid #C0C4CC;
        
        input {
          border: 0px;
          padding: 0px;
          height: 36px;
          width: 36px;
          font-size: 14px;
          color: #333;
          text-align: center;
          
        }
        
        .el-input__prefix, .el-input__suffix {
          display: none !important;
        }
        
      }
    }
  }
  
  .price-more {
    .more-search-btn {
      width: 70px;
      height: 26px;
      background: #F1F4FA;
      border-radius: 2px;
      border: 1px solid #BEC9DF;
      font-size: 12px;
      color: #1969F9;
      text-align: center;
      transition: all 0.5s;
      position: relative;
      cursor: pointer;
      
      &:hover {
        border: 1px solid #1969F9;
        
      }
    }
    
  }
}

.bestGoodsList-dialog {
  table {
    width: 100%;
    
    tr {
      .required {
        color: red;
      }
      
      th {
        position: relative;
        padding: 9px 15px;
        min-height: 20px;
        line-height: 20px;
        font-size: 12px;
        border-width: 1px;
        border-style: solid;
        border-color: #eee;
        color: #5f5f5f;
        white-space: nowrap;
      }
      
      td {
        position: relative;
        padding: 9px 15px;
        min-height: 20px;
        line-height: 20px;
        font-size: 12px;
        border-width: 1px;
        border-style: solid;
        border-color: #eee;
        color: #5f5f5f;
        
        .el-select {
          width: 88px;
        }
        
        .el-input__inner {
          padding-left: 4px !important;
          font-size: 12px !important;
        }
      }
    }
  }
  
  .add {
    margin-top: 20px;
    color: #409EFF;
    cursor: pointer;
  }
}

.batch-layer {
  width: 100%;
  
  .batch-box {
    flex: 0 0 33.3%;
    border-bottom: 1px solid #eee;
    
    .title {
      width: 100%;
      height: 30px;
      border-bottom: 1px solid #eee;
      
      i {
        cursor: pointer;
      }
      
    }
    
    .content {
      padding-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #eee;
      border-right: 1px solid #eee;
      
      width: 100%;
      
      .period-list {
        height: 240px;
        flex-wrap: wrap;
        padding: 0 7px;
        
        li {
          width: 36px;
          height: 30px;
          line-height: 30px;
          color: #666;
          cursor: pointer;
          font-size: 13px;
          transition: all 0.4s ease-in-out;
          
          &:hover, &.curr {
            color: #FFF;
            background-color: #409EFF;
          }
        }
      }
      
      .year-list {
        height: 240px;
        flex-wrap: wrap;
        padding: 0 7px;
        
        li {
          flex: 0 0 33.3%;
          height: 30px;
          line-height: 30px;
          color: #666;
          cursor: pointer;
          font-size: 13px;
          margin: 10px 0;
          transition: all 0.4s ease-in-out;
          
          &:hover, &.curr {
            color: #FFF;
            background-color: #409EFF;
          }
        }
      }
    }
    
    .footer-btn {
      padding-right: 10px;
      height: 44px;
      justify-content: flex-end;
      border-right: 1px solid #eee;
    }
  }
}

.statistical-data {
  margin-bottom: 30px;
  
  li {
    width: 32%;
    background: #F1F4FA;
    border-radius: 2px 2px 0px 0px;
    box-sizing: border-box;
    
    .title {
      height: 35px;
      background: #F1F4FA;
      border-radius: 2px 2px 0px 0px;
      font-size: 14px;
      color: #646b78;
      font-weight: bold;
      padding-left: 19px;
    }
    
    .head {
      background: #FFFFFF;
      height: 30px;
      border-bottom: 1px solid #E5EBF6;
      border-left: 1px solid #E5EBF6;
      border-right: 1px solid #E5EBF6;
      box-sizing: border-box;
      
      span {
        padding-left: 19px;
        font-size: 14px;
        height: 100%;
        color: #333333;
        font-weight: bold;
        border-right: 1px solid #E5EBF6;
        
        &:last-child {
          border-right: none;
        }
      }
    }
    
    .list {
      max-height: 157px;
      overflow: auto;
      background: #FFFFFF;
      border-left: 1px solid #E5EBF6;
      border-right: 1px solid #E5EBF6;
      border-bottom: 1px solid #E5EBF6;
      box-sizing: border-box;
      
      .box {
        height: 30px;
        
        span {
          padding-left: 19px;
          font-size: 14px;
          color: #333333;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          
          &.color1 {
            color: #F65D51;
            font-weight: bold;
          }
          
          &.color2 {
            color: #E08C22;
            font-weight: bold;
          }
          
          &.color3 {
            color: #64A0E1;
            font-weight: bold;
          }
        }
      }
    }
  }
}

.statistics-table {
  .title {
    height: 25px;
    border: 1px solid #E5EBF6;
    box-sizing: border-box;
    
    span {
      box-sizing: border-box;
      padding: 0 10px;
      height: 100%;
      line-height: 25px;
      font-size: 12px;
      color: #333333;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      
      &.one {
        text-align: center;
        border-right: 1px solid #E5EBF6;
      }
    }
  }
  
  .list {
    border: 1px solid #E5EBF6;
    border-top: none;
    box-sizing: border-box;
    
    .box {
      height: 25px;
      
      span {
        box-sizing: border-box;
        padding: 0 10px;
        height: 100%;
        line-height: 25px;
        font-size: 12px;
        color: #333333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        
        &.one {
          text-align: center;
          border-right: 1px solid #E5EBF6;
        }
      }
    }
  }
}