.details {
  margin-bottom: 5px;
  flex: 1;
}

.details .sui-navbar {
  overflow: visible;
  margin-bottom: 0;
}

.details .sui-navbar .filter {
  min-height: 40px;
  padding-right: 20px;
  background: #fbfbfb;
  padding-left: 0;
  border-radius: 0;
}

.details .sui-navbar .filter .sui-nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.details .sui-navbar .filter .sui-nav li {
  float: left;
  line-height: 18px;
}

.details .sui-navbar .filter .sui-nav li button {
  display: block;
  cursor: pointer;
  padding: 11px 15px;
  color: #777;
  text-decoration: none;
  border: unset;
}

.details .sui-navbar .filter .sui-nav li.active button {
  background: #064c67;
  color: #fff;
}

.details .goods-list {
  margin: 20px 0;
}

.details .goods-list .yui3-g {
  display: flex;
  flex-wrap: wrap;
}

.details .goods-list .yui3-g li {
  height: 100%;
  width: 19%;
  margin-top: 12px;
  line-height: 28px;
  border: 1px solid #ccc;
  margin-right: 1%;
}

.details .goods-list .yui3-g li:nth-child(5n) {
  margin-right: 0;

}
#box dl:last-child{
  border-bottom: unset;
}
.details .goods-list .yui3-g li .list-wrap .p-img {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}

.details .goods-list .yui3-g li .list-wrap {
  padding-bottom: 10px;
}

.details .goods-list .yui3-g li .list-wrap .p-img a {
  color: #666;
}

.details .goods-list .yui3-g li .list-wrap .p-img a img {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.details .goods-list .yui3-g li .list-wrap .price {
  padding-left: 15px;
  font-size: 18px;
  color: #c81623;
}

.details .goods-list .yui3-g li .list-wrap .price strong {
  font-weight: 700;
}

.details .goods-list .yui3-g li .list-wrap .price strong i {
  margin-left: -5px;
}

.details .goods-list .yui3-g li .list-wrap .attr {
  padding-left: 15px;
  width: 85%;
  overflow: hidden;
  margin-bottom: 8px;
  min-height: 38px;
  cursor: pointer;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.details .goods-list .yui3-g li .list-wrap .attr a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}

.details .goods-list .yui3-g li .list-wrap .commit {
  padding-left: 15px;
  height: 22px;
  font-size: 13px;
  color: #a7a7a7;
}

.details .goods-list .yui3-g li .list-wrap .commit span {
  font-weight: 700;
  color: #646fb0;
}

.details .goods-list .yui3-g li .list-wrap .operate {
  /* padding: 12px 15px; */
}

.details .goods-list .yui3-g li .list-wrap .operate .btn-danger {
  border: 1px solid #e1251b;
  color: #e1251b;
}

.details .goods-list .yui3-g li .list-wrap .operate .btn-bordered {
  min-width: 75px;
  background-color: transparent;
  border: 1px solid #8c8c8c;
  color: #8c8c8c;
}


.details .goods-list .yui3-g li .list-wrap .operate .sui-btn {
  display: inline-block;
  padding: 2px 5px;
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  margin-right: 15px;
}

.details .page {
  height: 66px;
  overflow: hidden;
  margin: auto;
}

.clearfix::after {
  display: block;
  height: 0;
  content: "";
  clear: both;
  visibility: hidden;
}

.clearFix::after {
  content: "";
  display: block;
  clear: both;
}

.details .page .sui-pagination {
  margin: 18px 0;
  display: flex;
  justify-content: space-evenly;
}

.details .page .sui-pagination ul {
  margin-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.details .page .sui-pagination ul li {
  line-height: 18px;
  display: inline-block;
}










#box {
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(73, 66, 66, .1);
  margin: 50px auto;
  border: 1px solid #E5E5E5;
  position: relative;
}

#box dl {
  padding: 10px 0;
  border-bottom: 1px dashed #dadada;
  margin: 0px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#box dt {

  color: #8a8a8a;
}

#box dd {

  color: #252525;
  margin: 3px 10px;
  font-size: 14px;
  cursor: pointer;
}

#box dd.active {
  color: #064c67;
  font-weight: bold;
}

#box dl.select {
  background: #efefef;
  margin: 0;
  padding: 10px 20px;
}

#box dl.select dd {
  border: 1px solid #064c67;
  height: 25px;
  line-height: 25px;
  padding: 0 2px 0 10px;
  border-radius: 3px;
  background-color: #fff;
}

#box dl.select dd span {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  background: #064c67;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 5px;
}


.ccc {
  display: flex;
  max-width: 1200px;
  margin: auto;
}

#refilter {
  width: 190px;
  padding-top: 5px;
  margin-top: 12px;
  border-right: unset;
  margin-right: 10px;
}

#refilter .mt {
  height: 14px;
  padding-left: 9px;
  line-height: 14px;
  margin-bottom: 20px;
}


.m .mt h2 {
  font: 14px/30px 'microsoft yahei';
  font-weight: normal;
}

#refilter .mc {
  width: 190px;
}

#refilter .item {
  position: relative;
  background: #fff;
}

#refilter .item h3 {
  height: 22px;
  line-height: 22px;
  padding-left: 12px;
  margin-bottom: 0px;
  font-size: 14px;
  cursor: pointer;
}

/* #refilter .item h3::before{
  content: "—";
  font-weight: 800;
  padding-right: 3px;
} */

#refilter .hover b {
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px dashed transparent;
  display: inline-block;
  position: relative;
  top: 2px;
}

#refilter .item b {
  border-top: 5px solid transparent;
  border-left: 5px solid #333;
  border-bottom: 5px dashed transparent;
  display: inline-block;
  margin-right: 12px;
}

#refilter .item ul {
  display: block;
  overflow: hidden;
  zoom: 1;
}

#refilter .item li {
  padding-left: 36px;
  padding-top: 1px;
  overflow: hidden;
  margin-bottom: 5px;
}

#refilter .item li a {
  color: #6b6c6e;
}

#refilter .item li a.tow {
  margin-left: -12px;
  color: #3a3b3d;
}

.three p {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .details .goods-list .yui3-g li{
    width: 49%;
    font-size: 12px;
  }
}