ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body {
  background: url("../images/bg.png") no-repeat;
}

.class_filter .item {
  width: 100%;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.class_filter .item.open{
  height: auto;
}

.class_filter .item:nth-child(odd) {
  background-color: #f7f5f6;
}

.class_filter .item .class_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.class_filter .item .class_label:after {
  position: absolute;
  content: "";
  width: 1px;
  height: .7rem;
  top: 50%;
  right: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #cccccc;
}

.class_filter .item .class_label .icon {
  width: .3rem;
  margin-bottom: 3px;
}

.class_filter .item .class_all {
  display: inline-block;
  width: 1rem;
  flex-shrink: 0;
  height: inherit;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
}

.class_filter .item .class_all div {
  position: relative;
  z-index: 1000;
}

.class_filter .item .all_active {
  position: relative;
  color: #ffffff;
}

.class_filter .item .all_active:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f28100;
  z-index: 0;
}

.class_filter .item .class_more {
  width: 24px; height: 24px;
  border-radius: 100%;
  cursor: pointer;
  background-image: url(../images/a.jpg);
  background-size: 100% 100%;
  flex-shrink: 0;
}
.class_filter .item.open .class_more {
  background-image: url(../images/b.jpg);
}

.class_filter .item .class_more > svg {
  width: 0.24rem;
  height: 100%;
}

.class_filter .item .class_more_active {
  background-color: #4c4c4c;
}

.class_filter .item .class_more_active > svg {
  color: #fff;
}

.class_filter .item .all_active_child {
  color: #f28100;
}

.class_filter .item .class_type {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 2rem);
          flex: 0 0 calc(100% - 2rem); */
  height: 1rem;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  flex: 1;
}
.class_filter .item.open .class_type{
  height: auto;
}
.class_filter .item .class_type::-webkit-scrollbar {
  display: none;
}

.class_filter .item .class_type .class_type_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.class_filter .item .class_type .class_type_scroll li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px;
}

.class_filter .item .class_type .class_type_scroll li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.class_filter .item .class_type .class_type_scroll li a div{
  line-height: 80px;
}
.class_filter .item .class_type .class_type_scroll li a .icon{
  line-height: 1;
}
.class_filter .item .class_type .class_type_scroll li a .icon+div{
  line-height: 1.2;
}
.class_filter .item .class_type .class_type_scroll li div {
  position: relative;
  z-index: 1000;
  text-align: center;
  /* font-size: 16px; */
}

.class_filter .item .class_type .class_type_scroll li .icon {
  width: .3rem;
  margin-bottom: 3px;
}
.class_filter .item .class_type .class_type_scroll li .icon img{
  max-width: 100%;
}
.class_filter .item .class_type .class_type_scroll li .icon .i-2{
  display: none;
}

.class_filter .item .class_type .class_type_scroll li .active .icon .i-1{
  display: none;
}
.class_filter .item .class_type .class_type_scroll li .active .icon .i-2{
  display: inline;
}

.class_filter .item .class_type .space_active .active {
  position: relative;
  color: #ffffff;
}

.class_filter .item .class_type .space_active .active:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #dcb89b;
  z-index: 0;
}

.class_filter .item .class_type .fun_active .active {
  color: #f28100;
}

.class_filter .item .class_type .type_active .active {
  color: #f28100;
}

.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: .6rem 0;
}

.product_list li {
  width: calc(270 / 1140 * 100%);
  margin-right: calc(20 / 1440 * 100%);
  background-color: #efefef;
  margin-bottom: 20px;
}

.product_list li .pro_desc {
  padding:0 .2rem;
}

.product_list li .pro_title {
padding-left:.2rem;
  margin: 18px 0 8px;
  color: #ad927a;
}

.product_list li .pro_btn {
  display: inline-block;
  padding: 3px 20px 3px 0;
  color: #000;
  margin: 10px 0 18px;
  text-decoration: underline;
  float:right;
}

.product_list li:nth-child(4n) {
  margin-right: 0;
}

.customBootstrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customBootstrap .pagination > li > a {
  margin-right: 5px;
  border-radius: 2px;
  background: #f7f5f6;
  color: #333;
  padding: 6px 15px;
  border: none;
}

.customBootstrap .pagination > li > a:hover,
.customBootstrap .pagination > li > a:focus {
  color: #fff;
  background: #fb9400;
  border-color: #fb9400;
}

.customBootstrap .pagination > .active > a,
.customBootstrap .pagination > .active > a:hover,
.customBootstrap .pagination > .active > a:focus {
  color: #fff;
  background: #fb9400;
  border-color: #fb9400;
}

.customBootstrap .pagination > .disabled > a,
.customBootstrap .pagination > .disabled > a:hover,
.customBootstrap .pagination > .disabled > a:focus {
  color: #999;
  background: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

@media (max-width: 970px) {
  .space_active .active:after {
    width: 45px !important;
    height: 45px !important;
  }
  .product_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((50% - 20px) + (20px / 2));
            flex: 0 0 calc((50% - 20px) + (20px / 2));
    margin-right: 20px;
  }
  .product_list li:nth-child(2n) {
    margin-right: 0;
  }
  #order .modal-dialog {
    width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}
/*# sourceMappingURL=product_classify.css.map */