.set-head-nav {
  display: flex;
  margin-bottom: 15px;
  /* justify-content: space-between; */
}

.set-head-nav > li {
  height: 45px;
  line-height: 45px;
  background: #0b85ea;
  width: 260px;
  border-radius: 25px;
  transition: all 0.3s;
  margin-right: 15px;
}

.set-head-nav > li:hover {
  background-color: #d8242b;
}

.set-head-nav > li.active {
  background-color: #d8242b;
}

.set-head-nav > li > a {
  color: #fff;
  font-size: 16px;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.set-head-nav > li > a img {
  vertical-align: middle;
  margin-right: 6px;
}

main .main-items {
  margin: 0;
  background-color: #fff;
  margin-bottom: 5px;
}
.items .mobile_img {
  padding: 0 5px;
}
.items-box-border .search-item-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  height: 45px;
  line-height: 45px;
  border-radius: 19px;
  box-sizing: content-box;
  margin-top: 14px;
}

.search-item-c input.search-input {
  width: 180px;
  height: 35px;
  border-radius: 21px;
  padding: 0 5px;
  text-align: left;
  font-size: 14px;
  color: #999;
  border: none;
  outline: none;
}

.search-item-c .search-item-c-right {
  display: flex;
  align-items: center;
}
.search-item-c-right .search-box {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 251px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.search-item-c-right .search-box .search-button {
  border: none;
  border-left: 1px solid #cccccc;
  padding-left: 15px;
  height: 25px;
  width: 38px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-item-c input.btn {
  width: 125px;
  height: 40px;
  background-color: #1f99b1;
  padding: 0;
  color: #fff;
  border-radius: 4px;
  border: none;
  font-size: 22px;
  /* transform: translate(0, -3px); */
}

.search-item-c .search-item-c-right .attr-open {
  background-color: transparent;
  border: none;
  height: 32px;
  line-height: 32px;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-item-c .search-item-c-right .attr-open:hover {
  background-color: #adebf7;
}

/* .search-item-c .search-item-c-right .attr-open img {
  height: 20px;
} */

.search-item-c-left {
  width: 580px;
}

.search-item-c-left div {
  text-align: left;font-weight: 700;font-size: 22px; color:#333; margin-bottom: 0;
}

.search-item-c-left .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.search-item-c-left .swiper-m {
  width: 100000px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.3s;
}

.search-item-c-left .swiper-box {
  width: 180px !important;
  margin-right: 20px;
}

.search-item-c-left .keywords {
  background: url(/acbellsbuy/images/items/keyword_bg.png) no-repeat;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-item-c-left .keywords:hover {
  color: #f9f108;
}

.item-category {
  width: 100%;
  padding: 5px;
  padding-left: 0;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  /* overflow: auto; */
}

.item-category::-webkit-scrollbar {
  appearance: none;
  height: 7px;
  width: 7px;
}

.item-category::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.item-category::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.item-category:hover::-webkit-scrollbar-thumb {
  background-color: rgb(144, 147, 151);
}

.item-category > li {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 33px;
  height: 35px;
  text-align: center;
  margin: 5px 10px 5px 0;
  cursor: pointer;
  background-color: #363537;
  border: 2px solid transparent;
  border-radius: 20px;
  color: #fff;
  transition: all 0.3s;
}

.item-category > li:hover {
  background-color: #f25b61;
}

.item-category > li.active {
  background-color: #f25b61;
}

.item-category li.item-more {
  display: block;
  margin-right: 0;
  background-color: #013532;
  color: #f7eb0a;
  font-weight: 700;
  font-size: 20px;
}

.item-category > li a {
  color: #fff;
  display: block;
  padding: 0 20px;
}

.hot-search {
  font-size: 24px;
  color: #363537;
  line-height: 1;
  padding-top: 10px;
  padding-left: 4px;
  font-weight: 400;
  margin-bottom: 10px;
}

.items-box-border > p {
  height: 65px;
  width: 100%;
  border-radius: 8px;
  background-color: #060d25;
}

.items-list {
  display: flex;
  flex-wrap: wrap;
}

.items-list .empty {
  width: 100% !important;
  text-align: center;
}

.items-list > li {
  /* background-color: #fff; */
  /* padding: 1px; */
  border-radius: 8px;
  border: none;
  width: 285px;
  box-sizing: border-box;
  margin-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
}
.items-list > li.attr-empty.col-xl-3,
.items-list > li.attr-empty.col-lg-3 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 992px) {
  .items-list > li.attr-empty.col-xl-3,
  .items-list > li.attr-empty.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .items-list > li.attr-empty.col-xl-3,
  .items-list > li.attr-empty.col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 567px) {
  .items-list > li.attr-empty.col-xl-3,
  .items-list > li.attr-empty.col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .items-list > li .set-goods-list-c {

    min-height: 420px;
  }
}
.items-list > li .set-goods-list-c {
  border-radius: 18px;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  padding: 10px 13px 10px 13px;
  min-height: 420px;
}
@media (max-width: 567px) {
  .items-list > li .set-goods-list-c {
    min-height: 330px;
  }
}

.items-list > li .set-goods-list-c > a {
  display: block;
  /*padding-top: 17px;*/
}

.items-list > li .set-goods-list-c .item-title {
  font-size: 16px;
  height: 60px;
  line-height: 18px;
  color: #363537;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.items-list > li .set-goods-list-c .specs-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  /*height: 30px;*//*
  padding-top: 15px;
  line-height: 15px;*/
  color: #283b4f;
  font-weight: 500;
  /*height: 18px;*/
}

.items-list > li .set-goods-list-c .title-bg {
  width: 100%;
  text-align: center;
  height: 128px;
  line-height: 128px;
  position: relative;
}

.items-list > li .set-goods-list-c .title-bg img {
  max-height: 128px;
  line-height: 128px;
  max-width: 182px;
}
.items-list > li .set-goods-list-c .title-bg .diy {
  position: absolute;
  width: 25px;
  right: 15px;
  bottom: 0;
}
.items-list > li .set-goods-list-c .line {
  width: 100%;
  background-color: #653404;
  height: 1px;
  margin-top: 9px;
}

.items-list > li .set-goods-list-c .price {
  font-size: 24px;
  line-height: 1;
  color: #d8242b;
  text-align: center;
  font-weight: 600;
}

.items-list > li .set-goods-list-c .buy {
  margin-bottom: 0;
  margin-top: 16px;
  line-height: 30px;
  text-align: center;
}

.addSub button {
  border: none;
  /*background-color: #d8242b;*/
  background-color: #d7d7d7;
  color: #fff;
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transition: all 0.3s;
  border-radius: 50%;
}

.addSub button:first-child {
  background-color: #d7d7d7;
}
.addSub button:hover{
  background-color: #d8242b;
}

.items-list > li .set-goods-list-c .buy .name {
  color: #363537;
  margin-left: 0;
  padding: 0;
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
}

.items-list > li .set-goods-list-c .buy .input-num {
  margin: 0 5px;
  padding: 0;
  width: 50px;
  height: 20px;
  border: 1px solid #d8242b;
  background-color: rgb(245, 247, 249);
  text-align: center;
  border-radius: 10px;
}

.items-list > li .set-goods-list-c .buy .btn {
  width: 164px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  border: none;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s;
}

.items-list > li .set-goods-list-c .buy .btn.add-to-cart {
  background-color: #f4ebe8;
  border: 1px solid #F25B61;
  color: #F25B61;
}

.items-list > li .set-goods-list-c .buy .btn.buy-now {
  background: #F25B61;
  margin-bottom: 10px;
}
.items-list > li .set-goods-list-c .buy .btn:hover {
  background: #d8242b;
  color:#fff;
}

.items-list .specs-item {
  display: flex;
  margin-bottom: 8px;
  overflow: auto;
  height: 55px;
}

.specs-item.no-specs {
  opacity: 0;
  /*height: 0;*/
}

.items-list .specs-item::-webkit-scrollbar {
  appearance: none;
  height: 7px;
  width: 7px;
}

.items-list .specs-item::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.items-list .specs-item::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.items-list .specs-item:hover::-webkit-scrollbar-thumb {
  background-color: rgb(144, 147, 151);
}

.items-list .specs-item .specs-box {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f7f7f7;
  margin-left: 5px;
  text-align: center;
  background-color: rgb(245, 247, 249);
  transition: all 0.3s;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}

.items-list .specs-item .specs-box.active::after {
  content: "✔";
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: -5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: white;
  background: rgb(63, 201, 179);
  border: 2px solid white;
}

.items-list .specs-item .specs-box.active {
  border: 2px solid rgb(63, 201, 179);
}

.items-list .specs-item .specs-box:hover {
  background-color: rgb(220, 220, 220);
}

.items-list .specs-item .specs-box .img-box {
  height: 41px;
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.items-list .specs-item li img {
  width: 35px;
}

article.items-box-border {
  border-radius: 0px;
}

article.items-box-border > div {
  background-color: #060d25;
  border-radius: 0px;
  padding: 37px 35px 26px;
}

article.introduction {
  border-radius: 8px;
  padding: 1px;
  display: inline-block;
  position: relative;
  width: 100%;
}

article.introduction > div {
  background-color: #f7f7f7;
  color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

article.introduction > div > h3 {
  line-height: 22px;
  margin-top: 3px;
  font-weight: 500;
  /* font-size: 24px; */
  color: #363537;
  margin-bottom: 10px;
}

article.items-box-border > div > h3 {
  line-height: 22px;
  margin-top: 3px;
  font-weight: 500;
  color: #363537;
  margin-bottom: 30px;
}

.items-box-border .introduction-main {
  background: #f7f7f7;
  padding: 10px 20px;
  border-radius: 19px;
}

.items-box-border .introduction-main p {
  color: #363537;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.reclassify {
  border: 1px solid #fff;
  border-radius: 8px;
 /* margin-top: 24px;*/
}

.reclassify > ul {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  position: relative;
}

.reclassify > ul::-webkit-scrollbar {
  appearance: none;
  height: 7px;
  width: 7px;
}

.reclassify > ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.reclassify > ul::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.reclassify > ul:hover::-webkit-scrollbar-thumb {
  background-color: rgb(144, 147, 151);
}

.reclassify ul li {
  line-height: 35px;
  height: 35px;
  border-radius: 20px;
  background-color: #f7f7f7;
  white-space: nowrap;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 4px 8px 4px 0;
  transition: all 0.3s;
}

.reclassify ul li.active,
.reclassify ul li:hover {
  background-color: #f25b61;
}

.reclassify ul li.active a,
.reclassify ul li:hover a {
  color: #fff;
}

.reclassify ul li a {
  color: #686868;
  padding: 0 10px;
  /*font-weight: bold;*/
}

.set-goods-list-c .old-price {
  color: #8c8c8c;
  line-height: 1;
  font-size: 14px;
  /*margin-top: 5px;
  height: 16px;*/
  text-align: center;
  font-weight: normal;
  text-decoration: line-through;
  margin-left: 2px;
}

.items-list > li .set-goods-list-c .price-box {
  width: 100%;
  padding-bottom: 5px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}
.items-list > li .set-goods-list-c .addSub {
  margin-bottom: 5px;
}
.items-list .set-goods-list-c {
  position: relative;
  overflow: hidden;
}

.items-list .set-goods-list-c .discount {
  /*background: url(/acbellsbuy/images/items/discount.png) no-repeat;*/
  /* background: rgb(216, 36, 43);
  position: absolute;
  top: 15px;
  right: -50px;
  width: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  transform: rotate(45deg); */

  background: rgb(216, 36, 43);
  position: absolute;
  top: 8px;
  right: -40px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  transform: rotate(45deg);
}

/* .item-category li:first-child,
.reclassify li:first-child {
  margin-left: 0px;
} */

@media (max-width: 576px) {
  .reclassify > ul::-webkit-scrollbar-thumb {
    background-color: rgb(144, 147, 151);
  }
  .reclassify > ul::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .items-list .specs-item::-webkit-scrollbar-thumb {
    background-color: rgb(144, 147, 151);
  }
  .items-list .specs-item::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .items-list > li {
    margin-bottom: 10px;
  }
  .reclassify {
    margin-top: 0px !important;
  }

  .item-category,
  .reclassify {
    padding: 0px !important;
  }

  .set-head-nav > li .phone-text {
    font-size: 18px;
    font-weight: 700;
  }

  .item-category > li {
    line-height: 30px;
    height: 30px;
  }

  .reclassify ul li {
    line-height: 30px;
    height: 30px;
  }

  .set-head-nav > li {
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
  }

  .set-head-nav > li > a {
    height: 35px;
    line-height: 35px;
  }

  .set-head-nav > li:last-child {
    margin-right: 0;
  }

  main .main-items {
    padding: 0;
    margin-top: 60px;
  }

  .items-list {
    margin-top: 5px;
    padding: 0;
  }

  article.introduction > div {
    padding: 0;
  }

  .items-list > li .set-goods-list-c {
    padding: 15px 8px;
  }

  .items-list > li .set-goods-list-c .item-title {
    font-size: 14px;
    margin: 0;
    text-align: center;
    overflow: hidden;
  }

  .items-list > li .set-goods-list-c .specs-title {
    font-size: 12px;
  }

  .items-list > li .set-goods-list-c .price,
  .set-goods-list-c .old-price {
    display: inline-block;
    font-size: 18px;
  }

  .set-goods-list-c .old-price {
    font-size: 14px;
  }

  .items-list > li .set-goods-list-c .title-bg {
    height: 100px;
    line-height: 100px;
  }

  .items-list > li .set-goods-list-c .title-bg img {
    max-height: 100%;
  }

  .items-list > li .set-goods-list-c .price-box {
    padding: 0px;
    height: auto;
    margin: 5px 0 10px 0;
  }

  .items-list > li .set-goods-list-c .buy {
    /* display: inline-block; */
    flex-wrap: wrap;
  }

  .items-list > li .set-goods-list-c .buy .add-to-cart {
    /* width: 100%; */
    width: 95px;
    background: #1f99b1;
    border-radius: 50px;
    margin-top: 5px;
  }

  .items-list > li .set-goods-list-c .buy .input-num {
    width: 40px;
  }

  .items-list .empty img {
    width: 150px;
    height: auto;
  }
  .items-list > li .set-goods-list-c .buy {
    line-height: 22px;
  }
  .addSub {
    height: 25px;
  }
  .items-list .specs-item {
    margin-bottom: 6px;
    /*height: 55px;*/
  }
  .items-list .specs-item::-webkit-scrollbar {
    appearance: none;
    height: 4px;
    width: 4px;
  }
  .items-list > li .set-goods-list-c .buy .btn {
    width: 90%;
    margin-bottom: 8px !important;
    height: 35px;
    line-height: 35px;
  }
}

/* ==========gold=========== */
.items-list > li .set-goods-list-c .item-title span {
  color: #fec003;
}

/* =========design============== */
.design li .set-goods-list-c .title-bg {
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.set-item-goods-list .set-goods-list-c .line {
  width: 100%;
  background-color: #653404;
  margin-top: 9px;
}

.design > li .set-goods-list-c .price-box {
  text-align: center;
  margin-top: 8px;
}

.design > li .set-goods-list-c .price {
  display: inline-block;
  margin: 0 auto;
}

.design .set-goods-list-c .old-price {
  display: inline-block;
  margin: 0 auto;
}

.design > li .set-goods-list-c .buy {
  display: block;
}

@media (max-width: 576px) {
  .design li .set-goods-list-c .title-bg {
    height: 12rem;
  }

  .design > li .set-goods-list-c .buy {
    display: flex;
  }

  .design.items-list > li .set-goods-list-c .buy .add-to-cart {
    width: 110px;
  }
}

/* Hot Search */
@media (max-width: 576px) {
  .items-box-border .search-item-c {
    padding: 5px;
    /* flex-wrap: wrap; */
    height: auto;
    box-sizing: border-box;
    margin-top: 15px;
    line-height:normal;
  }
  .search-item-c .search-item-c-right .attr-open {
    margin-bottom: 3px;
    position: fixed;
    right: 2px;
    z-index: 999;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 10px 5px;
    top: 50%;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
  }
  .search-item-c-left {
    width: 100%;
    margin: 0;
  }

  .search-item-c .search-item-c-right {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
  }

  .search-item-c-left h3 {
    margin-bottom: 0;
  }
  .search-item-c input.search-input {
    width: 56%;
    line-height: 32px;
    height: 32px;
    font-size: 18px;
    text-align: left;
    margin-right: 0px;
  }

  .search-item-c input.btn {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }

  .search-item-c-left .swiper-box {
    width: 100px !important;
  }

  .search-item-c-left .keywords {
    height: 25px;
    line-height: 25px;
    background-size: 100% 100%;
  }
  article.introduction > div > h3 {
    margin: 20px 0 0 15px;
  }
  .items-box-border .introduction-main {
    padding: 20px;
  }
}

.pagination-box {
  text-align: center;
  margin-top: 10px;
}

.attributes {
  background-color: #f7f7f7;
  /*border-radius: 20px;*/
  height: 100%;
  padding: 20px 0;
}

.attributes .attr-box {
  margin-bottom: 20px;
  text-align: center;
}

.attributes .attr-box li {
  cursor: pointer;
  /* line-height: 30px; */
  padding: 0 31px;
  text-align: left;
  /* line-height: 15px; */
}
.attributes .attr-box button{
  /*margin-left: -90px;*/
}
.attributes .attr-box li a {
  color: #363537;
  display: block;
  align-items: center;
  line-height: 22px;
  padding: 8px 0 8px 0px;
  min-height: 32px;
  font-size: 14px;
}
.attributes .attr-box li:nth-child(n + 11) {
  display: none;
}

.attributes .more,
.less {
  border: none;
  width: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  width: 120px;
  height: 30px;
  background-color: #363537;
  border-radius: 4px;
  margin-top: 8px;
  margin-left: -50px;
}
.attributes .less {
  display: none;
}
.attributes .more img,
.less img {
  margin-left: 5px;
}
.less img {
  transform: rotate(180deg);
}
.attributes .attr-box .more:hover,
.attributes .attr-box .less:hover {
  color: #fff;
  background-color: rgb(248, 130, 122);
}

.attributes .attr-box li.active {
  background-color: #f25b61;
  color: #fff;
}
.attributes .attr-box li.active a {
  color: #fff;
}
.attributes .attr-box li:hover {
  background-color: #f25b61;
  color: #fff;
}
.attributes .attr-box li:hover a {
  color: #fff;
}
.attributes .attr-title {
  font-size: 18px;
  color: #f25b61;
  line-height: 24px;
  padding: 0 20px;
}

@media (max-width: 576px) {
  .attributes {
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 99999;
    width: 65%;
    height: 100%;
    overflow: auto;
    border-left: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
  }
}

.attributes .close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.attributes .close img {
  width: 100%;
  height: 100%;
}

.reset.col-xl-2 {
  max-width: 20%;
  flex: 0 0 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.reset.col-xl-10 {
  flex: 0 0 80%;
  max-width: 80%;
}
.items-box {
  margin-left: -10px;
  margin-right: -10px;
}



.modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index: 999;
  display: none;
}
.dialog_tips{
  position: fixed;
  background: #fff;
  width: 480px;
  padding: 14px 32px 30px;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000;
  display: none;
}
.dialog_tips .close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.dialog_tips .title{
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.dialog_tips p{
  font-size: 16px;
  color: #666;
}

@media (max-width: 576px) {
  .items-box {
    margin-right: -15px;
    margin-left: -15px;
  }
  .search-item-c-right .search-box {
    width: 280px;
  }
  .reset.col-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .items-list > li .set-goods-list-c .title-bg img {
    line-height: 90px;
    max-height: 80px;
    max-width: 100%;
  }
  .items-list.row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .items-list li.col-6,
  .items-list li.col-md-6,
  .items-list li.col-lg-3,
  .items-list li.col-xl-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .search-item-c-left div {
    font-size: 20px; color:#333;
  }

  .dialog_tips{
    width: 90%;
  }
}

@media (max-width: 576px) {
  .idx-hot-sale{
    margin-top: 0px;
  }
  .ad{ padding-bottom: 12px; }
  .reviews{ margin-top: 55px;}
  .upgraded{margin:10px 0;padding: 0 18px;}
  .delivery_process{
    /*margin-bottom: 30px;*/
  }

  #head .head-nav .category > li:last-child {
    margin-right: 25px;
  }
}

@media (max-width: 375px) {
  #head .head-nav .category > li:last-child {
    margin-right: 40px;
  }
}

@media (max-width: 360px) {
  #head .head-nav .category > li:last-child {
    margin-right: 50px;
  }
}

@media (width: 414px) {
  #head .head-nav .category > li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 300px) {
  #head .head-nav .category > li:last-child {
    margin-right: 130px;
  }
}