
.content .standardshow span {
    cursor:pointer;
    color: #005aa0;
    text-decoration: none;
}
.content .standardshow span:hover {
    text-decoration: none;
    color: #e4393c;
}
.goodsQty {
    float: left;
    border-radius: 2px;
    border: 1px solid #dcdfe6;
}
.goodsQty button {
  border: none;
  font-size: 20px;
  width: 50px;
  height: 34px;
  background-color: #f5f7fa;
  text-align: center;
  line-height: 30px;
}
.goodsQty .count::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.goodsQty .count::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.goodsQty .reduce {
  border-right: 1px solid #dcdfe6;
  cursor: pointer;
}
.goodsQty input {
  padding: 0;
  border: none;
  width: 50px;
  height: 30px;
  text-align: center;
}
.goodsQty .add {
  border-left: 1px solid #dcdfe6;
  cursor: pointer;
}

.standardshow{

}
.standard {
    height: 25px;
    line-height: 25px;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0 5px 5px 0;
    padding: 0 26px 0 4px;
    cursor: pointer;
    background: #f3f3f3;
    display: inline-block;
    position: relative;
}
.standard b {
    font-weight: 400;
    color: #333;
}
.standard em {
    color: #e4393c;
}
.standard:hover{
    border:1px solid #e4393c;
    background-color:white;
}
.standard:hover i {
    background-color: #e4393c;
    background-position: 7px -158px;
}
.standard i {
    display: block;
    position: absolute;
    width: 25px;
    height: 24px;
    right: 0;
    top: 0;
    background: url("../../imgs/ico/select.ele.png") no-repeat 7px -140px;
}

.good-warp {
    border-bottom: 2px solid #F25C0B;
}
.goods-list-pagebox {
  background-color: white;
  padding-bottom:100px;
}
.screen-tit {
  padding: 10px 0;
}
.screen-tit span {
  margin: 0 10px;
}
.screen-tit .select-box {
  width: 135px;
  border: 1px solid #edeff2;
  color: #606266;
  font-size: 12px;
  padding: 3px 5px 5px;
  outline: none;
}
.param-classify {
    border: 1px solid #edeff2;
    margin: 20px 0;
    line-height: 50px;
    font-size: 15px;
    background-color: #f6f6f6;
}
.param-classify > div {
  border-bottom: 1px solid #edeff2;
}
.param-classify > div {
  display:flex;
  justify-content:space-between;
}
.param-classify > div .tit {
  width: 150px;
  height:100%;
  text-align: center;
}
.param-classify > div .content {
    min-height:52px;
  width: 900px;
  display:flex;
  background-color:white;
  justify-content:flex-start;
  align-items:center;
  flex-wrap:nowrap;
  overflow:hidden;
}
.param-classify > div .content > div {
    text-align: center;
    width: 180px;
    min-width:180px;
    max-width:180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.param-classify > div .more {
  text-align: center;
  font-size: 12px;
  height:100%;
  flex:1;
}
.param-classify > div .more i {
  font-size: 12px;
}
.sort-box {
  background-color: #f6f6f6;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.sort-box .sort-goods {
  float: left;
}
.sort-box .sort-goods span {
  padding: 0 10px ;
}
.sort-box .sort-goods span.active {
  color: #F25C0B;
}
.sort-box .sort-way {
  float: right;
}
.sort-box .sort-way span {
  cursor: pointer;
  padding: 0 10px;
}
.sort-box .sort-way span.active {
  color: #F25C0B;
}
.sort-box .sort-way span.active i {
  color: #F25C0B;
}
.goods-list-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*padding-top: 20px;*/
  justify-content: flex-start;
  padding-bottom:100px;
}
.goods-list-box .goods-box {
  flex: 1;
  width: 19%;
  min-width: 230px;
  max-width: 230px;
  padding: 10px;
  margin: 5px;
  border: 1px solid #edeff2;
}
.goods-list-box .goods-box img {
  width: 100%;
  height: 206px;
}
.goods-list-box .goods-box .money {
  font-size: 18px;
  color: red;
  display: block;
}
.goods-list-box .goods-box .label {
  padding: 0 5px;
  color: #F25C0B;
  font-size: 12px;
  background-color: rgba(6, 128, 253, 0.1);
}
.goods-list-box .goods-box .name {
  font-size: 14px;
}
.goods-list-box .goods-box p {
  font-size: 12px;
  color: #606266;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.good-table {
    display:none;
  text-align: center;
  margin-top: 20px;
  width:100%;
  padding-bottom:100px;
}
.good-table div div img {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
.good-table .goodslistitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 5px;
    border-bottom: 1px solid #edecec;
}
.good-table .goodslistitem div{
    display: flex;
    justify-content:space-between;
    flex-direction:column;
    text-align:left;
}
#page {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}
#page li {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  line-height: 28px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.xl-nextPage,
.xl-prevPage {
  width: 60px;
  color: #F25C0B;
  height: 28px;
}
#page li.xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#page li.xl-disabled:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #dce0e0 !important;
  color: #666 !important;
}
#page li.xl-active {
  background-color: #F25C0B;
  border-color: #F25C0B;
  color: #FFF;
}
#page li:hover {
  background-color: #F25C0B !important;
  border-color: #F25C0B;
  color: #FFF;
}
#page li.xl-jumpText {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
#page li.xl-jumpText:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
#page li.xl-jumpButton {
  padding: 0 5px;
}
#xlJumpNum {
  width: 35px;
  margin: 0 3px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.xf-page {
  background-color: white;
  position: fixed;
  z-index: 12;
  bottom: 50px;
  right: 150px;
  padding: 0 10px;
  box-shadow: 1px 1px 7px gray;
  border-radius: 30px;
}
#page2 {
  margin: 20px auto;
  color: #666;
  display: block;
  text-align: center;
}
#page2 li {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  line-height: 28px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.xl-nextPage,
.xl-prevPage {
  width: 60px;
  color: #F25C0B;
  height: 28px;
}
#page2 li.xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#page2 li.xl-disabled:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #dce0e0 !important;
  color: #666 !important;
}
#page2 li.xl-active {
  background-color: #F25C0B;
  border-color: #F25C0B;
  color: #FFF;
}
#page2 li:hover {
  background-color: #F25C0B !important;
  border-color: #F25C0B;
  color: #FFF;
}
#page2 li.xl-jumpText {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
#page2 li.xl-jumpText:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
#page2 li.xl-jumpButton {
  padding: 0 5px;
}
#xlJumpNum {
  width: 35px;
  margin: 0 3px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
