.banner {
  height: 300px;
  overflow: hidden;
}
.hot {
  margin-top: 20px;
}
.hot-main {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.hot-main-nav {
  display: flex;
  height: 66px;
  box-sizing: border-box;
  background-color: #533687;
  border-radius: 4px 4px 0 0;
}
.hot-main-nav-link {
  margin-left: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.hot-main-nav-link .link {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  cursor: pointer;
}
.hot-main-nav-link .link:hover {
  color: #f5a623;
}
.hot-main-nav-active {
  border-bottom: 4px solid #f5a623;
  box-sizing: border-box;
}
.hot-main-nav-active .link {
  color: #f5a623;
}
.hot-main-type {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 10px;
  background-color: #f8f8f8;
}
.hot-main-type-link {
  position: relative;
  top: 15px;
  margin-left: 48px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  cursor: pointer;
}

.hot-main-type-info {
  position: relative;
  width: 100%;
  left: 28px;
  font-size: 14px;
  color: #533687;
}
.hot-main-type-info svg {
  position: relative;
  top: 3px;
  transform: scale(1.2);
}
.hot-main-type-info span {
  margin-left: 5px;
}
.hot-main-type-active {
  position: relative;
  color: #f5a623;
}
.hot-main-type-active::after {
  position: absolute;
  left: -18px;
  top: -9px;
  content: '';
  width: calc(100%   36px);
  height: calc(100%   18px);
  background: transparent;
  border: 1px solid #f5a623;
  box-sizing: border-box;
  border-radius: 20px;
}
.hot-main-type .is-past {
  flex: 1;
  min-width: 100px;
  text-align: right;
  user-select: none;
}
.hot-main-type .is-past input {
  position: relative;
  top: 2px;
}
.hot-main-type .is-past label {
  cursor: pointer;
}
.hot-main-products {
  width: 100%;
  min-height: 400px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.hot-main-products .hot-main-product {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 10px 20px;
  min-width: 1160px;
  margin-top: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.hot-main-products .hot-main-product-detail {
  width: 220px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hot-main-products .hot-main-product-detail_btn {
  height: 40px;
  width: 100px;
  border-radius: 20px;
  border: 1px solid #f5a623;
  color: #f5a623;
  background-color: #fff;
  cursor: pointer;
}
.hot-main-products .hot-main-product-detail_rg {
  position: relative;
  height: 40px;
  width: 70px;
}
.hot-main-products .hot-main-product-detail_rg .rg-btn {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #f5a623;
  color: #f5a623;
  background-color: #fff;
  cursor: pointer;
}
.hot-main-products .hot-main-product-detail_rg .rg-code {
  display: none;
  position: absolute;
  left: -160px;
  top: calc(50% - 75px);
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  border: 4px solid #f5a623;
}
.hot-main-products .hot-main-product-detail_rg .rg-code img {
  width: 100%;
  height: 100%;
}
.hot-main-products .hot-main-product-detail_rg .rg-code::after {
  content: ' ';
  position: absolute;
  top: calc(50% - 10px);
  right: -24px;
  width: 0;
  height: 0;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-right: solid transparent;
  border-left: solid #f5a623;
  border-width: 10px;
}
.hot-main-products .hot-main-product-detail_rg .rg-btn:hover   .rg-code {
  display: block;
}
.hot-main-products .hot-main-product-detail_coll {
  width: 30px;
  text-align: right;
  cursor: pointer;
}
.hot-main-products .hot-main-product-detail_coll .layui-icon {
  font-size: 30px;
  color: #f5a623;
}
.hot-main-products .hot-main-product-info {
  flex: 1;
  width: 100%;
  height: 21px;
}
.hot-main-products .hot-main-product-info .title {
  width: 800px;
  display: flex;
  line-height: 21px;
}
.hot-main-products .hot-main-product-info .title-name {
  height: 100%;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-main-products .hot-main-product-info .title-code {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  margin-left: 5px;
}

.hot-main-products .hot-main-product-info .title-tags {
  padding: 0 10px;
  margin-left: 15px;
  color: #e99e21;
  border: 1px solid #e99e21;
  border-radius: 4px;
}
.hot-main-products .hot-main-product-info .content {
  display: flex;
  margin-top: 10px;
}
.hot-main-products .hot-main-product-info .content-item {
  margin-right: 35px;
}
.hot-main-products .hot-main-product-info .content-item-data {
  height: 21px;
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-main-products .hot-main-product-info .content-item-name {
  margin-top: 5px;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.hot-main-products .hot-main-product-info .content-item:nth-child(1) {
  width: 100px;
}
.hot-main-products .hot-main-product-info .content-item:nth-child(2) {
  width: 90px;
}
.hot-main-products .hot-main-product-info .content-item:nth-child(3) {
  width: 100px;
}
.hot-main-products .hot-main-product-info .content-item:nth-child(4) {
  width: 70px;
}
.hot-main-products .hot-main-product-info .content-item:nth-child(5) {
  width: 100px;
}
.hot-main-products .hot-main-product-des {
  width: 100%;
  line-height: 25px;
  color: #e99e21;
}
.hot-main-products .hot-main-product-des-text {
  margin-left: 15px;
}
.hot-main-products-empty {
  text-align: center;
  padding-top: 50px;
  font-size: 16px;
  color: #777;
  letter-spacing: 2px;
}
/*# sourcemappingurl=products.css.map */

@media (max-width: 992px) {
  .hot {
    margin-top: 0;
  }
  .hot-main {
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
  }
  .hot-main-nav {
    position: relative;
    margin-top: 64px;
  }
  .hot-main-nav .hot-main-nav-more {
    display: none;
  }
  .hot-main-nav .li-search {
    position: absolute;
    left: 0;
    top: -64px;
    height: 44px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .hot-main-nav .li-search .prod-search-input {
    transform: translatex(0);
    width: 100%;
    padding: 0 20px;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .li-search .prod-search {
    width: 100%;
  }
  .li-search .prod-search-btn {
    left: 10px;
  }
  .hot-main-nav {
    height: auto;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .hot-main-nav-link {
    display: inline-flex;
    margin: 10px 10px 0;
  }

  .hot-main-nav-link .link {
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .hot-main-nav-active {
    border-bottom: none;
  }
  .hot-main-nav-active .link {
    color: #000;
    font-weight: 600;
    position: relative;
  }
  .hot-main-nav-active .link::before {
    content: '';
    position: absolute;
    height: 10px;
    left: -4px;
    right: -4px;
    bottom: -2px;
    border-radius: 5px;
    background-color: #de8b6c;
    opacity: 0.5;
  }
  .hot-main-type {
    height: auto;
    background-color: #fff;
    margin-top: 20px;
  }
  .hot-main-type-link {
    margin: 0 30px 30px 0;
  }
  .hot-main-type-info {
    left: 0;
  }

  .hot-main-type-active::after {
    left: -10px;
    top: -7px;
    width: calc(100%   20px);
    height: calc(100%   14px);
  }
  .hot-main-products {
    padding: 0;
  }
  .hot-main-products .hot-main-product {
    flex-direction: column;
    height: auto;
    min-width: auto;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f8f8;
    box-shadow: none;
    border-radius: 10px;
  }
  .hot-main-products .hot-main-product-info .title {
    width: 100%;
    flex-wrap: wrap;
  }
  .hot-main-products .hot-main-product-info .content {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hot-main-products .hot-main-product-info .content-item {
    display: inline-flex;
    flex-wrap: wrap;
    width: 48% !important;
    padding: 0 !important;
    margin: 0;
    margin-top: 10px;
  }
  .hot-main-products .hot-main-product-info .content-item-data,
  .hot-main-products .hot-main-product-info .content-item-name {
    width: 100%;
  }
  .hot-main-products .hot-main-product-info .title-name {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .hot-main-products .hot-main-product-info .content-item {
    width: 48% !important;
  }
  .selling-prod-item a {
    padding: 4px 8px;
    font-size: 14px;
  }
  .hot-main-products .hot-main-product-info .title span {
    display: inline-flex;
    margin: 5px 10px 0 0;
  }
}
