.sectionLabel {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  height: 75px;
  line-height: 75px;
  color: #fff;
}

.section1 {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

.section1 a {
  color: #fff;
}

.section1 .header {
  border-bottom: 1px solid rgba(149, 156, 166, 0.16);
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.section1 .bar {
  background-color: #92a0af1f;
  padding: 6px 10px;
  font-size: 13px;
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
}

.section1 .bar a {
  font-size: 14px;
}

.section1 .path a,
span {
  transition: all 0.3s ease-out;
  color: #fff;
  font-size: 14px;
  color: #fff;
}

.section1 .path svg {
  width: 6px;
  height: 8px;
}

.section1 .path a:hover {
  transition: all 0.3s ease-out;
  color: #007cc3;
}

.section2 {
  margin-bottom: 50px;
}

.section2 .row {
  margin: -10px;
}

.section2 .left {
  background: #d4d4d4;
  padding: 20px 25px;
  margin: 0 10px;
}

.section2 .left .label {
  font-size: 18px;
  font-weight: bold;
  color: #007cc3;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: #d4d4d4;
  padding: 5px 0;
}

.section2 .left .fieldBy {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: none;
}

.section2 .left .fieldBy li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
  padding-bottom: 5px;
}

.section2 .left .fieldBy li.title span {
  font-size: 16px;
  color: #000;
}

.section2 .left .fieldBy li.title span:first-child {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.section2 .left .fieldBy li.fields span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

.section2 .left .field {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.section2 .left .field:not(:last-child) {
  border-bottom: 1px solid #000;
}

.section2 .left .field .options {
  margin-top: 15px;
  max-height: 220px;
  overflow: auto;
}

.section2 .left .field .options li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
}

.section2 .left .field .options li .check {
  margin-right: 5px;
}

.section2 .left .field .options li span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.leftModal {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 999999;
  width: 100%;
  overflow: auto;
}

.section2 .right {
  background: #d4d4d4;
  margin: 0 10px;
}

.section2 .header {
  padding: 20px 30px;
}

.section2 .right .goods_label {
  font-size: 24px;
  font-weight: bold;
  color: #007cc3;
  margin-bottom: 12px;
}

.section2 .right .fieldSmall {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  float: right;
}

.section2 .right .actionbar {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.section2 .right .actionbar .total {
  /* display: inline-block; */
  width: 30%;
  display: flex;
  align-items: center;
}

.section2 .right .actionbar .sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30%;
  text-align: right;
  vertical-align: middle;
}

.section2 .right .actionbar .sort a {
  color: #000;
}

.section2 .right .actionbar .view {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
}

.section2 .right .actionbar .view svg {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.section2 .right .actionbar .view svg.active {
  color: #007cc3;
}

.section2 .right .list .type-grid {
  padding: 10px;
}
.section2 .right .list .type-grid .item {
  padding: 20px;
}

.section2 .right .list .type-grid .item .img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
  position: relative;
}

.section2 .right .list .type-grid .item .img .icons-img {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  max-width: 80px;
  width: 70px;
}

.section2 .right .list .type-grid .item .img .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.productLabel {
  font-size: 14px;
  color: #007cc3;
  font-weight: bold;
}

.productLabel a {
  font-size: 14px;
  color: #007cc3;
  font-weight: bold;
}

.productPrice {
  font-size: 18px;
  color: #007cc3;
  margin: 5px 0;
}

.productStatus {
  font-size: 14px;
  color: #007cc3;
  margin-top: 14px;
  position: relative;
  padding-left: 1.4em;
}

.productStatus:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 0.45em;
  border-radius: 100%;
  background: currentColor;
}

.section2 .right .list .type-list {
  /* padding: 10px; */
}
.section2 .right .list .type-list .item {
  padding: 20px;
  width: 100%;
  display: flex;
}

.section2 .right .list .type-list .item .img {
  width: 180px;
  height: 180px;
  aspect-ratio: 1/1;
  margin-right: 30px;
}

.section2 .right .list .type-list .item .icons-img {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  max-width: 80px;
  width: 70px;
}

.section2 .right .list .type-list .item .img .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section2 .right .list .type-list .item .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.section2 .right .list .type-list .item .operate {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.button {
  height: 42px;
  width: 180px;
  line-height: 42px;
  padding: 0 30px;
  display: block;
  background: #007cc3;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.section2 .right .pages {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  border-top: 1px solid #000;
  color: #007cc3;
  font-size: 16px;
  font-weight: bold;
}

.section2 .right .pages .text {
  cursor: pointer;
}

.section2 .right .pages svg {
  width: 8px;
  height: 12px;
  margin-bottom: 1px;
}

.section2 .right .pageNum {
  padding: 4px 11px;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}

.section2 .right .pageNum.active {
  background: #007cc3;
  color: #000;
}

.section2 .type-list {
  display: none;
}

.section3 {
  color: #fff;
  padding: 50px 0;
}

.section3 .productListBox {
  background: #fff;
  margin: 0px;
}

.section3 .productListBox .productSwiper {
  width: 100%;
}

.section3 .productListBox .productSwiper .item {
  padding: 20px;
  border-right: 1px solid #eee;
  position: relative;
}

.section3 .productListBox .productSwiper .item .icons-img {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  max-width: 80px;
  width: 70px;
}

.section3 .productListBox .productSwiper .item .img {
  width: 100%;
  height: 100%;
}

.section3 .productListBox .productSwiper .item .value {
  padding: 15px 0;
}

.swiper .hide {
  opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
  transition: opacity 0.5s;
  width: 50px;
  height: 50px;
}

.swiper .box {
  color: #fff;
  width: 50px;
  height: 50px;
  background: #abb1b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper i {
  font-size: 24px;
  font-weight: 500;
}

.swiper-button-prev:hover .box {
  background: #1585d4;
}

.swiper-button-next:hover .box {
  background: #1585d4;
}

.my-button-disabled {
  opacity: 0;
}

.swiper-button-next .box {
  background: #eee;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #abb1b4;
}

.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:after {
  display: none;
}

.modal-content .row {
  margin: 0;
}

.modal-content .left .images {
  padding: 25px;
  height: 500px;
  border-radius: 3px;
  position: relative;
  display: flex;
  margin-bottom: 10px;
  border-right: 1px solid #eee;
}

.modal-content .left .images .bar {
  width: 96px;
  height: 460px;
  overflow: auto;
  flex-shrink: 0;
}

.modal-content .left .images .bar .item {
  width: 72px;
  aspect-ratio: 1/1;
  padding: 2px;
  margin: 8px 4px;
}

.modal-content .left .images .bar .item.active {
  border-radius: 5px;
  border: 2px solid #007cc3;
}

.modal-content .left .images .bar .item .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-content .left .images .bar::-webkit-scrollbar {
  width: 0 !important;
}

.modal-content .left .images .bar {
  -ms-overflow-style: none;
}

.modal-content .left .images .bar {
  overflow: -moz-scrollbars-none;
}

.modal-content .left .images .img {
  width: 100%;
  padding: 10px;
}

.modal-content .left .images .img img {
  width: 100%;
  height: auto;
  max-height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-content .left .images .icons-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 123px;
  width: 123px;
}

.modal-content .right {
  margin: 0 15px;
  height: 100%;
}

.modal-content .right .intro {
  background: #fff;
  padding: 20px 25px;
  border-radius: 3px;
  margin-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 210px;
}

.modal-content .right .intro .label a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #007cc3;
  margin-bottom: 12px;
}

.modal-content .right .intro .sku {
  font-size: 16px;
  color: #000;
}

.modal-content .right .intro .content {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}

.modal-content .right .intro .content .label_c {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

.modal-content .right .intro .content .label_p span {
  color: #007cc3;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}

.modal-content .right .intro .content .label_p span:first-child {
  font-size: 17px;
  min-width: 100px;
}

.modal-content .right .intro .content .label_p .stock {
  color: #007cc3;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  padding-left: 1.4em;
  position: relative;
}

.modal-content .right .intro .content .label_p .stock:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
  border-radius: 100%;
  background: #007cc3;
}

#pageChange {
  width: 100%;
  /* margin-top: 30px; */
  /* position: fixed;
  left: 0; */
  display: flex;
  justify-content: center;
  padding-left: 0;
}
#pageTips {
  position: fixed;
  right: 10px;
  font-size: 16px;
}
#pageChange li {
  /* list-style: none; */
  display: inline-block;
  user-select: none;
}
#pageChange .list-items {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  /* background-color: #fff; */
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  /* border: 1px solid #dedede; */
  border-radius: 5px;
}
#pageChange .list-items:hover {
  /* background-color: #e9ecef;
  border-color: #dee2e6; */
}
#pageChange .active,
.active:hover {
  color: #fff;
  /* background-color: #007cc3; */
  border-color: #007cc3;
}

.fieldButton {
  display: none;
}
@media screen and (max-width: 640px) {
  .section1 .header {
    text-align: center !important;
  }
  .sectionLabel {
    margin-bottom: 0px !important;
    text-align: left !important;
  }
  .section2 .right .actionbar {
    display: block;
  }
  .section2 .right .actionbar .total {
    display: block;
    width: 100%;
  }
  .section2 .right .actionbar .view {
    padding: 0;
    display: inline-block;
  }
  .section2 .right .actionbar .sort {
    display: inline-block;
    width: calc(100% - 110px);
    text-align: left;
  }
  .section2 .right .actionbar .sort .btn {
    padding-left: 0;
  }

  .section2 .right .list .type-list .item .img {
    width: 40%;
    height: auto;
  }
  .section2 .right .list .type-list .item .content {
    width: 55%;
  }
  .modal-content .left .images {
    height: 450px;
    display: block;
  }

  .modal-content .left .images .bar {
    width: 100%;
    height: 96px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 0 15px;


  }
  .modal-content .left .images .bar .item .bg {
    width: 65px;
    height: 63px;
  }
  .modal-content .right .intro {
    padding: 20px 0;
  }
}
