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

.section1 a {
  color: #fff;
}

.section1 .path {
  margin: 23px 0;
}

.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  */
/* --------------------------------------------- */

.section2 {
  padding-top: 10px;
}

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

.section2 .left {
  margin: 0 15px;
}

.section2 .left .images {
  background: #fff;
  padding: 20px 25px;
  height: 500px;
  border-radius: 3px;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}

.section2 .left .images .bar {
  width: 96px;
  height: 460px;
  overflow: auto;
  /*overflow-y: scroll;*/
  flex-shrink: 0;
  /*position: relative;*/
}

.section2 .left .images .bar .item {
  /*position: absolute;*/
  width: 72px;
  aspect-ratio: 1/1;
  padding: 2px;
  margin: 8px 4px;
}

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

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

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

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

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

.section2 .left .images .img {
  width: 100%;
  padding: 10px;
}

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

.section2 .left .images .icons-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 123px;
  width: 123px;
  display: none;
}

.section2 .left .spec {
  background: #fff;
  padding: 20px 25px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.section2 .left .spec .content {
  padding: 30px 0;
}

.section2 .left .spec .title {
  font-size: 18px;
  margin: 13px 0;
  font-weight: bold;
  color: #007cc3;
}

.section2 .left .spec .label {
  font-size: 24px;
  font-weight: bold;
  color: #007cc3;
}

.section2 .left .spec table {
  border-top: 1px solid #eee;
}

.section2 .left .spec tr {
  border-bottom: 1px solid #eee;
}

.section2 .left .spec tr td {
  padding: 3px 6px;
  font-size: 16px;
  color: #000;
}

.section2 .left .download {
  background: #fff;
  padding: 20px 25px 0;
  border-radius: 3px;
  margin-bottom: 30px;
}

.section2 .left .download .content {
  padding: 30px 0;
}

.section2 .left .download .title {
  font-size: 18px;
  margin: 13px 0;
  font-weight: bold;
  color: #007cc3;
}

.section2 .left .download .label {
  font-size: 24px;
  font-weight: bold;
  color: #007cc3;
}

.section2 .left .download table {
}

.section2 .left .download tr {
  border-bottom: 1px solid #eee;
}

.section2 .left .download tr td {
  padding: 3px 6px;
  font-size: 16px;
  color: #000;
}

.section2 .left .download tr td img {
  width: 44px;
  height: auto;
}

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

.section2 .left .intro .label {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #007cc3;
  margin-bottom: 12px;
}

.section2 .left .intro .sku {
  font-size: 16px;
  color: #000;
}

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

.section2 .left .intro .content .label_c {
  color: #007cc3;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
}

.section2 .left .intro .content .label_p span {
  color: #007cc3;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}

.section2 .left .intro .content .label_p span:first-child {
  font-size: 16px;
  min-width: 100px;
}

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

.section2 .left .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;
}
.section2 .left .intro .content .shopping .label {
  color: #007cc3;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  min-width: 100px;
}

.section2 .left .intro .content .shopping .shopping_num {
  display: inline-block;
}

.section2 .left .intro .content .shopping .shopping_num .form-control {
  border-left: none;
  border-right: none;
  text-align: center;
}

.section2 .left .intro .content .shopping .shopping_num .input-group-text {
  width: 35px;
  cursor: pointer;
  border-radius: 0;
  background-color: #fff;
  justify-content: center;
}

.section2 .left .intro .content .shopping_add {
  background: #007cc2;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
}

.section2 .right {
  margin: 0 15px;
  height: 100%;
}

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

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

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

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

.section2 .right .intro .content .label_c {
  color: #007cc3;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
}

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

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

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

.section2 .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;
}
.section2 .right .intro .content .shopping .label {
  color: #007cc3;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  min-width: 100px;
}

.section2 .right .intro .content .shopping .shopping_num {
  display: inline-block;
}

.section2 .right .intro .content .shopping .shopping_num .form-control {
  border-left: none;
  border-right: none;
  text-align: center;
}

.section2 .right .intro .content .shopping .shopping_num .input-group-text {
  width: 35px;
  cursor: pointer;
  border-radius: 0;
  background-color: #fff;
  justify-content: center;
}

.section2 .right .intro .content .shopping_add {
  background: #007cc2;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
}

.section2 .configure {
  background: #fff;
  padding: 20px 25px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.section2 .configure .label {
  font-size: 22px;
  font-weight: bold;
  color: #007cc3;
  margin-bottom: 20px;
}

.section2 .configure .row {
  display: flex;
  padding: 20px;
}

.section2 .configure .row .row-label {
  width: 110px;
  flex: none;
  font-size: 16px;
  font-weight: bold;
  color: #007cc3;
  /* text-align: right; */
  padding-right: 20px;
}

.section2 .configure .row .row-value {
  flex: none;
  line-height: 24px;
  font-size: 16px;
  width: calc(100% - 150px);
}

.section2 .configure .configure-price {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  background: none;
  padding: 20px 0;
  margin-top: 20px;
}

.section2 .configure .configure-price .price-label {
  width: 110px;
  font-size: 16px;
  font-weight: bold;
  color: #007cc3;
}

.section2 .configure .configure-price .price-value {
  line-height: 24px;
  font-size: 20px;
}

.section2 .configure .configure-button {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  background: #007cc3;
  color: #fff;
  margin: 10px 0;
}

.section2 .configure .qrcode{
  width: 100px;
  height: 100px;
  margin: 10px 10px 10px 0;
}

.section2 .configure .qrcode-app{
  width: 100px;
  height: auto;
  margin: 10px 10px 10px 0;
}

.productLabel {
  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: 9999;
  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;
}

.section2 .recommendSwiper {
  margin-top: 10px;
}

.section2 .recommendSwiper .item-box {
  border: 1px solid #eee;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.section2 .recommendSwiper .item-box img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.section2 .recommendSwiper .value p {
  cursor: pointer;
  padding: 0 5px;
  color: #000;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section2 .recommendSwiper .item:hover p {
  color: #007cc3;
}

.section2 .recommendSwiper .swiper-button-prev {
  top: calc(50% - 20px);
  left: 0px;
}

.section2 .recommendSwiper .swiper-button-next {
  top: calc(50% - 20px);
  right: 0px;
}

.section2 .recommendSwiper .swiper-button-prev .box {
  width: 40px;
  height: 40px;
}

.section2 .recommendSwiper .swiper-button-next .box {
  width: 40px;
  height: 40px;
}

.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;
  align-items: center;
  padding: 20px 30px;
  border-top: 1px solid #000;
  color: #007cc3;
  font-size: 14px;
  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: 14px;
  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;
}

.btn-outline-primary {
  border-color: #007cc3;
  color: #007cc3;
  border-width: 2px;
}

.btn-outline-secondary {
  border-width: 2px;
}

.btn-outline-primary:hover {
  background-color: #fff;
  color: #007cc3;
}

.btn-outline-secondary:hover {
  background-color: #fff;
  color: #6c757d;
}

.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: 17px;
  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: 16px;
  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;
}

.success {
  border-radius: 5px;
  padding: 40px 60px 20px;
  text-align: center;
}

.success .label {
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success a {
  color: #000;
  margin-top: 10px;
}

.success .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.success .footer span {
  color: #007cc3;
  cursor: pointer;
}

.success .footer .button {
  background: #007cc3;
  display: inline-block;
  color: #fff;
  height: 30px;
  width: 80px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  border-color: #007cc3;
}

@media screen and (max-width: 640px) {
  .section2 .left .images {
    display: block;
    height: 450px;
  }

  .section2 .left .images .bar {
    width: 100%;
    height: 96px;
    overflow: auto;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 0 15px;
  }
  .section2 .left .images .bar .item .bg {
    width: 65px;
    height: 63px;
  }

  .section2 .left .download tr td img {
    width: 24px;
  }

  .section2 .left .images .bar .item {
    width: 72px;
    float: left;
  }

  .modal-content .left .images {
    height: 450px;
    display: block;
  }

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

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

  .modal-content .left .images {
    padding: 15px;
  }

  .section2 .left .spec {
    padding: 20px 15px;
  }

  .section2 .left .download {
    padding: 20px 15px 0;
  }
  .section2 .right .intro {
    padding: 20px 15px 0;
  }
}
