body {
  background: #fafafa;
}
.bg-white {
  background-color: #fff;
}
.banner {
  background: url("./../../images/points-shop/banner.jpg") top center;
  height: 480px;
}
.points-nav {
  background-color: #fff;
  border-bottom: #ececec solid 1px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.points-nav .points-nav-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.points-nav .points-nav-content > ul:first-child {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  color: #141414;
}
.points-nav .points-nav-content > ul:first-child li {
  margin-right: 60px;
  cursor: pointer;
  &.active {
    position: relative;
    &::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #141414;
      bottom: -30px;
      left: 0;
    }
  }
}
.points-nav .points-nav-content > ul:first-child div {
  display: flex;
  align-items: center;
  line-height: 28px;
  margin-right: 40px;
}
.points-nav .points-nav-content > ul:first-child li .iconfont {
  font-size: 16px;
  margin-right: 4px;
}
.points-nav .points-nav-content-number {
  font-weight: bold;
  font-size: 28px;
  color: #ff3a00;
  line-height: 28px;
  margin-right: 3px;
}
.points-nav .points-nav-content-text {
  font-weight: 400;
  font-size: 12px;
  color: #ff3a00;
  position: relative;
  top: 3px;
}
.points-nav .points-nav-content-href {
  font-weight: bold;
  font-size: 14px;
  color: #0081d2;
  text-decoration-line: underline;
  cursor: pointer;
}
.points-nav .points-nav-content-notice {
  font-weight: 400;
  font-size: 12px;
  color: #141414;
  display: flex;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  i {
    font-size: 13px;
    margin-right: 6px;
  }
}
.points-nav .points-nav-content-notice li{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}

.filter-wrap {
  display: flex;
  margin: 20px auto 31px;
}
.filter-wrap .filter-item {
  padding: 0 17px;
  line-height: 28px;
  /* background: #fafafa; */
  border-radius: 4px;
  border: 1px solid #9a9a9a;
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #838383;
  cursor: pointer;
  &.active {
    background: #141414;
    border: 1px solid #141414;
    color: #fff;
    &:hover {
      color: #fff;
    }
  }
  &:hover {
    color: #141414;
    border: 1px solid #141414;
  }
}

.goods-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 148px;
}
.goods-wrap .goods-item {
  background: #ffffff;
  /* padding: 18px 18px 0; */
  margin-right: 2px;
  margin-bottom: 2px;
  height: 450px;
  &:nth-child(4n) {
    margin-right: 0;
  }
}
.goods-wrap .goods-item .goods-item-content {
  padding: 18px 18px 0;
}
.goods-wrap .goods-item .goods-item__image img {
  width: 282px;
  height: 282px;
}
.goods-wrap .goods-item .goods-item__number {
  margin-top: 39px;
  line-height: 14px;
  font-weight: 400;
  font-size: 13px;
  color: #ff3a00;
  strong {
    font-weight: bold;
    font-size: 18px;
    color: #ff3a00;
    margin-right: 3px;
  }
}
.goods-wrap .goods-item .goods-item__text {
  margin: 19px 0 66px;
  font-weight: bold;
  font-size: 15px;
  color: #141414;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 282px;
}
.goods-wrap .goods-item .goods-item__button {
  background: #0081d2;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  /* margin: 0 auto 28px; */
  display: none;
  cursor: pointer;
  i {
    font-size: 15px;
    margin-right: 10px;
  }
}
.goods-wrap .goods-item:hover .goods-item-content {
  position: relative;
  /* height: 530px; */
  background: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(4, 0, 0, 0.18);
  border-radius: 10px;
  top: -20px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.goods-wrap .goods-item:hover .goods-item__text {
  margin-bottom: 58px;
}
.goods-wrap .goods-item:hover .goods-item__button {
  display: block;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 72px auto 110px;
}
.pagination li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f0f0f0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #141414;
  text-align: center;
  margin: 0 6px;
  cursor: pointer;
  &:hover {
    /* color: #0081d2; */
    background: #dce1e4;
  }
}
.pagination li.active {
  background: #0081d2;
  color: #fff;
}
.pagination li i {
  font-size: 10px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 20px auto 50px;
  line-height: 12px;
  color: #838383;
  font-weight: bold;
  font-size: 14px;
}
.breadcrumb i {
  font-size: 10px;
  margin: 0 10px;
}
.breadcrumb strong {
  color: #141414;
}

.rule-wrap {
  min-height: 560px;
  background: #ffffff;
  font-weight: 400;
  color: #626262;
  font-size: 14px;
  padding: 49px 0;
  margin: 0 auto 62px;
}
.rule-wrap dl {
  padding: 0 84px;
  margin-bottom: 50px;
  line-height: 25px;
}
.rule-wrap dl dt {
  font-size: 18px;
  margin-bottom: 24px;
}
.rule-wrap dl dd + dd {
  margin-top: 30px;
}

.empty-wrap {
  font-weight: 400;
  font-size: 32px;
  color: #d2d2d2;
  text-align: center;
  flex: 1;
  margin-top: 50px;
}
.table-wrap {
  height: 795px;
}
.table-wrap table {
  width: 1280px;
  text-align: left;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
}
.table-wrap table th {
  height: 60px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 15px;
  color: #626262;
  padding: 0 8px;
}
.table-wrap table th:first-child,
.table-wrap table td:first-child {
  padding-left: 45px;
}
.table-wrap table th:last-child,
.table-wrap table td:last-child {
  width: 100px;
}
.table-wrap table td {
  padding: 15px 10px;
}
.table-wrap table td p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  height: 20px;
}
.table-wrap table td:last-child a {
  color: #0081d2;
  cursor: pointer;
  &:hover {
    text-decoration: underline;
  }
}
.table-wrap table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
.table-wrap table tbody tr:hover {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 62px 0px rgba(4, 0, 0, 0.18);
}
.table-wrap table tbody tr:hover td:first-child {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: #0081d2;
    border-radius: 5px 0px 0px 5px;
  }
}
.table-wrap + .empty-wrap {
  margin-top: 50px;
  margin-bottom: 448px;
}
.table-wrap + .pagination {
  margin-top: 70px;
}

.gray {
  color: #989898;
}

.layui-layer-btn0,
.layui-layer-btn1 {
  width: 240px;
  font-weight: bold;
  font-size: 15px;
}
.layui-layer-btn a.layui-layer-btn0:hover {
  background: #008EE6 !important;
  border: 1px solid #008EE6 !important;
  color: #fff !important;
}
.layui-layer-btn1 {
  background: #fafafa !important;
  border: 1px solid #e9e9e9 !important;
}
.layui-layer-btn a.layui-layer-btn1:hover {
  background: #e9e9e9 !important;
  border: 1px solid #e9e9e9 !important;
}
.layui-layer-btn1 a {
  color: #141414;
}
.layui-layer-btn a {
  height: 50px !important;
  line-height: 50px !important;
  border-radius: 6px !important;
  font-weight: bold !important;
}
.layui-layer-btn a:hover {
  opacity: 1 !important;
}

.goods-details-info {
  display: flex;
  justify-content: space-between;
  height: 558px;
  margin: 0 auto 50px;
  /* overflow: hidden; */
}
.goods-details__images {
  display: flex;
  justify-content: space-between;
}
.goods-details__images .goods_main_img {
  width: 558px;
  height: 558px;
}
.goods-details__images .goods_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-details__images .goods_image_list {
  margin: 23px 63px 0 51px;
}
.goods-details__images .goods_image_list li {
  background: #ffffff;
  border-radius: 5px;
  /* width: 106px;
  height: 106px; */
  padding: 12px;
  border: 1px solid #ffffff;

  & + & {
    margin-top: 16px;
  }
}
.goods-details__images .goods_image_list li.active {
  border: 1px solid #0081d2;
}
.goods-details__images .goods_image_list li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
}
.goods-details__content {
  font-size: 14px;
  width: 502px;
  height: 558px;
}
.goods-details__content .goods-title {
  font-weight: bold;
  font-size: 30px;
  color: #141414;
  line-height: 40px;
  margin: 20px 0 38px 26px;
}
.goods-details__content .goods-integral {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.goods-details__content .goods-integral div {
  flex: 1;
  text-align: center;
}
.goods-details__content .goods-integral div:first-child {
  font-weight: 400;
  color: #ff3a00;
  span:last-child {
    font-weight: bold;
    font-size: 22px;
  }
}
.goods-details__content .goods-integral div:nth-child(2) span:first-child {
  color: #626262;
}
.goods-details__content .goods-integral div:nth-child(2) span:last-child {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.goods-details__content .goods-integral a {
  font-size: 12px;
  color: #0081d2;
  &:hover {
    text-decoration: underline;
  }
}
.goods-details__content .googs-number {
  /* height: 228px; */
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  padding: 40px 32px 35px;
}
.goods-details__content .googs-number div {
  display: flex;
  align-items: center;
  font-size: 16px;
  /* line-height: 40px; */
}
.goods-details__content .googs-number div span:first-child {
  font-weight: 400;
  font-size: 14px;
  color: #626262;
  margin-right: 10px;
}
/* .goods-details__content .googs-number div:nth-child(1) {} */
.goods-details__content .googs-number div:nth-child(2) {
  margin: 18px 0 27px;
}
.goods-details__content .googs-number div:nth-child(2) ul {
  /* min-width: 100px; */
  height: 40px;
  line-height: 40px;
  background: #f2f9ff;
  border-radius: 6px;
  border: 1px solid #e0f1ff;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #0081d2;
  padding: 0 13px;
}
/* .goods-details__content .googs-number div:nth-child(2) ul li {
  flex: 1;
} */
.goods-details__content .googs-number div:nth-child(2) ul li:nth-child(2) {
  flex: 1;
}
.goods-details__content .googs-number div:nth-child(2) ul li input {
  text-align: center;
  width: 50px;
  background: transparent;
  box-sizing: border-box;
  &::-webkit-outer-spin-button,
  &::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  &[type="number"] {
    -moz-appearance: textfield;
  }
}
.goods-details__content .googs-number div:nth-child(2) ul li i {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.goods-details__content .googs-number .__button {
  display: block;
  background: #0081d2;
  color: #fff;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  i {
    margin-right: 10px;
  }
  span {
    font-weight: bold;
  }
  &:hover {
    background: #008ee6;
  }
  &.disabled {
    background: #bfe1ff;
    cursor: not-allowed;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
}
.goods-details__content .goods-tag {
  display: flex;
  margin: 46px 0 0;
}
.goods-details__content .goods-tag li {
  flex: 1;
  color: #141414;
  display: flex;
  align-items: center;
  margin-left: 35px;
}
.goods-details__content .goods-tag li i {
  font-size: 26px;
  margin-right: 8px;
}
.goods-details__content .goods-tag li span {
  font-weight: 400;
  font-size: 15px;
}
.detail-wrap {
  padding: 58px 0 0;
}
.gd-tabs {
  display: flex;
  /* margin: 0 auto 40px; */
  line-height: 50px;
  border-bottom: solid 2px #ececec;
}
.gd-tabs li {
  margin-right: 30px;
  font-weight: bold;
  font-size: 15px;
  color: #838383;
  cursor: pointer;
}
.gd-tabs li.active {
  color: #141414;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #141414;
    bottom: -1px;
    left: 0;
  }
}
.goods-details-desc {
  flex: 1;
  padding-top: 40px;
}
.goods-details-desc .goods-details-desc__content {
  width: 750px;
  min-height: 300px;
  color: #626262;
  margin-bottom: 100px;
}
.goods-details-desc .goods-details-desc__content img{
  max-width: 750px;
}
.recommended-wrap .recommended-title {
  font-weight: bold;
  font-size: 15px;
  color: #141414;
  padding: 40px 18px 30px;
}
.recommended-wrap .recommended-goods-list {
  width: 318px;
  margin-bottom: 100px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
}
.recommended-wrap .recommended-goods-list .recommended-goods-item {
  border-bottom: 1px solid #f2f2f2;
  height: 450px;
  &:last-child {
    border-bottom: none;
  }
}
.recommended-wrap .recommended-goods-list .recommended-goods-item-content {
  padding: 18px 18px 0;
}
.recommended-wrap .recommended-goods-list .goods-item__image img {
  width: 282px;
  height: 282px;
}
.recommended-wrap .recommended-goods-list .goods-item__number {
  margin-top: 39px;
  line-height: 14px;
  font-weight: 400;
  font-size: 13px;
  color: #ff3a00;
  strong {
    font-weight: bold;
    font-size: 18px;
    color: #ff3a00;
    margin-right: 3px;
  }
}
.recommended-wrap .recommended-goods-list .goods-item__text {
  margin: 19px 0 66px;
  font-weight: bold;
  font-size: 15px;
  color: #141414;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 282px;
}
.recommended-wrap .recommended-goods-list .goods-item__button {
  background: #0081d2;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  /* margin: 0 auto 28px; */
  display: none;
  cursor: pointer;
  i {
    font-size: 15px;
    margin-right: 10px;
  }
}

.recommended-goods-list
  .recommended-goods-item:hover
  .recommended-goods-item-content {
  position: relative;
  /* height: 530px; */
  background: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(4, 0, 0, 0.18);
  border-radius: 10px;
  top: -30px;
  padding-top: 38px;
  padding-bottom: 28px;
}
.recommended-goods-list:hover .goods-item__text {
  margin-bottom: 58px;
}
.recommended-goods-item:hover:hover .goods-item__button {
  display: block;
}

.goods-details-rule {
  color: #626262;
  font-weight: 400;
  padding: 36px 0 220px;
  flex: 1;
}
.goods-details-rule dl {
  & + & {
    margin-top: 45px;
  }
}
.goods-details-rule dl dt {
  font-size: 18px;
  margin-bottom: 20px;
}
.goods-details-rule dl dd {
  font-size: 14px;
  line-height: 22px;
}

.exchange__button {
  display: block;
  position: absolute;
  background: #0081d2;
  color: #fff;
  border-radius: 6px;
  width: 488px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  bottom: 70px;
  margin-top: 45px;
  /* margin-left: 5px; */
  i {
    margin-right: 10px;
  }

  span {
    font-weight: bold;
  }

  &:hover {
    background: #008ee6;
  }

  &.disabled {
    background: #bfe1ff;
    cursor: not-allowed;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
}

.flex-sub {
  flex: 1;
}
.exchange-wrap {
  display: flex;
  width: 1300px;
  position: relative;
}
.exchange-wrap .exchange-close {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 99;
}
.exchange-wrap .exchange-close i {
  font-size: 18px;
  cursor: pointer;
}
.exchange-wrap .exchange-image {
  padding: 51px;
}
.exchange-wrap .exchange-image img {
  width: 558px;
  height: 558px;
  object-fit: cover;
}
.exchange-wrap .exchange-detail {
  padding: 50px 96px 0px 54px;
  font-size: 14px;
  flex: 1;
  width: 490px;
  line-height: 25px;
}
.exchange-wrap .exchange-detail .exchange-detail__title {
  line-height: 30px;
  background: #fafafa;
  /* padding: 0 10px; */
  margin: 0 0 10px;
  &.mt30 {
    margin-top: 28px;
  }
}
.exchange-wrap .exchange-detail .exchange-detail__content {
  /* padding: 0 10px; */
}
.exchange-wrap .exchange-detail .title {
  color: #626262;
  /* margin-right: 10px; */
  min-width: 70px;
}
.exchange-wrap .exchange-detail .city-picker-span {
  height: 38px;
  border-radius: 6px;
  font-weight: bold;
  color: #141414;
  border: 1px solid #e8e8e8;
}
.exchange-wrap .exchange-detail .input {
  height: 38px;
  background: #ffffff;
  border-radius: 6px;
  font-weight: bold;
  color: #141414;
  border: 1px solid #e8e8e8;
  padding: 0 17px;
  /* position: relative; */
}
.exchange-wrap .exchange-detail .red {
  color: #ff3a00;
}
.exchange-wrap .exchange-detail .gray {
  color: #626262;
}
.exchange-wrap .exchange-detail .__button {
  width: 80px;
  height: 28px;
  background: #f2f9ff;
  border-radius: 5px;
  border: 1px solid #e0f1ff;
  font-weight: 400;
  font-size: 12px;
  color: #0081d2;
  text-align: center;
  cursor: pointer;
  &:hover {
    text-decoration: underline;
  }
}
.exchange-wrap .exchange-detail__tips {
  color: #626262;
  margin-top: 230px;
}
.exchange-wrap .exchange-detail__tips i {
  font-size: 13px;
  margin-right: 4px;
}
.exchange-wrap .exchange-detail__tips span {
  color: #141414;
}
.exchange-detail__tips + .exchange__button {
  margin-top: 19px;
}

.flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.mt10 {
  margin-top: 10px;
}
.mr15 {
  margin-right: 15px;
}
.text-right {
  text-align: right;
}
.hide {
  display: none;
}
.text-primary {
  color: #0081d2;
}
.text-ccc {
  color: #cccccc;
}
