.classify .category {
  width: 1210px;
  margin: 0 auto 15px;
}
.classify .category .category_bar {
  height: 24px;
  line-height: 24px;
}
.classify .category .category_bar .fm {
  float: left;
  margin-right: 5px;
}
.classify .category .category_bar .fm a {
  text-decoration: none;
  background: #fff;
}
.classify .category .category_bar .c,
.classify .category .category_bar .b {
  position: relative;
}
.classify .category .category_bar .c:hover div,
.classify .category .category_bar .b:hover div {
  display: block;
}
.classify .category .category_bar .c a,
.classify .category .category_bar .b a {
  display: inline-block;
  height: 22px;
  padding: 0 4px 0 8px;
  border: 1px solid #ddd;
  line-height: 22px;
  vertical-align: top;
  font-size: 14px;
  position: relative;
}
.classify .category .category_bar .c div,
.classify .category .category_bar .b div {
  position: absolute;
  top: 23px;
  left: 0;
  width: 400px;
  padding: 10px 0;
  border: 1px solid #1baeae;
  background: #fff;
  z-index: 20;
  display: none;
}
.classify .category .category_bar .c div a,
.classify .category .category_bar .b div a {
  border: 0;
  display: block;
  float: left;
  margin-right: 5px;
}
.classify .category .category_bar .c div a:hover,
.classify .category .category_bar .b div a:hover {
  color: #1baeae;
}
.classify .category .category_bar .b:hover .qqq {
  border: 1px solid #1baeae;
  border-bottom: 1px solid #fff;
}
.classify .category .category_bar .c:hover .qqq {
  border: 1px solid #1baeae;
  border-bottom: 1px solid #fff;
}
.classify .category .category_bar .a {
  font-size: 20px;
  font-weight: 900;
}
.classify .category .category_bar i {
  float: left;
  margin-right: 5px;
}
.classify .category .category_bar .findword {
  font-weight: bold;
  color: #666;
  font-size: 15px;
}
.sort {
  width: 100%;
  height: 81px;
  background-color: #F6F6F6;
}
.sort .list {
  width: 1226px;
  height: 81px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.sort .list div {
  height: 20px;
  line-height: 20px;
  padding: 0 30px;
  flex-shrink: 0;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
  transition: color 0.2s;
}
.sort .list div:nth-child(1) {
  text-align: left;
  padding-left: 0;
  border-left: 0;
}
.sort .list div:hover {
  color: #1baeae;
}
.sort .list .active {
  color: #1baeae;
}

/*.goods_item .main {*/
/*    text-align: center;*/
/*    margin: auto;*/
/*}*/
@media screen and (max-width: 1440px){
  .goods_item .main {
    width: 1226px;
    text-align: center;
    margin: auto;
  }
}

@media screen and (min-width: 1441px){
  .goods_item .main {
    width: 2126px;
    text-align: center;
    margin: auto;
  }
}

.goods_item.center {
  background: #f5f5f5;
}

.goods_item .main .item_card_frame {
  float: left;
  width: 290px;
  height: 340px;
  background: #fff;
  cursor: pointer;
  margin-bottom: 16px;
  margin-top: 15px;
  margin-right: 15px;
}
/*.goods_item .main .item_card_frame:hover {*/
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);*/
/*  transform: translateY(-2px);*/
/*}*/
.goods_item .main .item_card_frame .item_card {
  padding: 15px;
  background-color: #fff;
}
.goods_item .main .item_card_frame .item_card a img {
  display: block;
  width: 260px;
  height: 260px;
  /*opacity: 0.85;*/
}
/*.goods_item .main .item_card_frame .item_card a img:hover {*/
/*  width: 160px;*/
/*  height: 160px;*/
/*  opacity: 1;*/
/*}*/
.goods_item .main .item_card_frame .item_brand {
  height: 25px;
  line-height: 14px;
  text-align: center;
}
.goods_item .main .item_card_frame .item_brand a {
  font-size: 14px;
  color: #333;
  font-size: 14px;
  color: #333;
  padding: 0 8px 0 8px;
  font-size: large;

}
.goods_item .main .item_card_frame .item_sub_intro {
  width: 208px;
  height: 14px;
  line-height: 14px;
  margin: 18px 0;
  font-size: 12px;
  color: #b0b0b0;
  text-align: center;
  padding: 0 8px 0 8px;
}
.goods_item .main .item_card_frame .item_price {
  font-size: 14px;
  text-align: center;
  color: #1baeae;
}
.goods_item .main .item_card_frame .item_price:hover {
  font-size: 15px;
  text-align: center;
  color: #23d9d9;
}

.goods_item .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  height: 50px;
}
.goods_item .pages .page_wrap {
  width: 1226px;
}
.goods_item .pages .page_wrap .page_span1 {
  float: right;
}
.goods_item .pages .page_wrap .page_span1 .active {
  border: 0;
  font-size: 20px;
  color: white;
  background: #6cbb95;
}
.goods_item .pages .page_wrap .page_span1 a {
  font-size: 14px;
  display: block;
  float: left;
  text-decoration: none;
  height: 36px;
  background: #fff;
  line-height: 36px;
  padding: 0 14px;
  margin-right: 5px;
}
.goods_item .pages .page_wrap .page_span1 a:nth-child(1) {
  color: black;
  background: #fff;
}
.goods_item .pages .page_wrap .page_span2 {
  float: right;
  margin-right: 55px;
}
.goods_item .pages .page_wrap .page_span2 em {
  float: left;
  line-height: 38px;
  font-size: 14px;
}
.goods_item .pages .page_wrap .page_span2 em b {
  font-weight: bold;
}
.goods_item .pages .page_wrap .page_span2 input {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 3px;
}
.goods_item .pages .page_wrap .page_span2 a {
  float: left;
  height: 27px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  border-radius: 2px;
  background: #f7f7f7;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 4px 13px 5px;
  color: #666;
  background-repeat: repeat-x;
}
.all-sort-list {
  position: relative;
  float: left;
  width: 234px;
  border-top: none;
  background: #fff;
  /* height: 100%; */
  padding: 20px 0;
}

.all-sort-list .item {
  height: 42px;
  width: 180px;
  /*border-top: 1px solid #FFFFFF;*/
}

.all-sort-list .item:hover {
  background: #f7f8fa;
}

.all-sort-list .item.bo {
  border-top: none;
}

.all-sort-list .item h3 {
  height: 30px;
  line-height: 45px;
  font-size: 15px;
  font-weight: normal;
  width: 199px;
  overflow: hidden;
}

.all-sort-list .item span {
  padding: 0px 5px;
  color: #1baeae;
  font-family: "\5B8B\4F53";
}

.all-sort-list .item > a {
  padding-left: 20px;
  color: #808080;
  line-height: 42px;
  width: 140px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.all-sort-list .item i {
  position: absolute;
  right: 10px;
  line-height: 42px;
}

.all-sort-list .item-list {
  display: none;
  position: absolute;
  width: 992px;
  min-height: 460px;
  background: #FFF;
  left: 234px;
  box-shadow: 0px 0px 10px #DDDDDD;
  top: 0px;
  z-index: 10;
}

.all-sort-list .item > a.myclass-hover{
  color: #1baeae;
}