.SELLERSLIS[data-v-72f31463] {
  padding: 0 10px;
  width: 100%
}
.SELLERSLIS .sellers-items[data-v-72f31463] {
  width: 100%;
  margin-right: 20px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer
}
.SELLERSLIS .sellers-items:hover .sellers-pics > img[data-v-72f31463] {
  transform: scale(1.1)
}
.SELLERSLIS .sellers-items:hover .sellers-descs[data-v-72f31463], .SELLERSLIS .sellers-items:hover .sellers-titles[data-v-72f31463] {
  color: #5f9100
}
.SELLERSLIS .sellers-items:hover .sellers-btns[data-v-72f31463] {
  background: #5f9100
}
.SELLERSLIS .sellers-items[data-v-72f31463]:last-child {
  margin-right: 0
}
.SELLERSLIS .sellers-items .sellers-pics[data-v-72f31463] {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 10px
}
.SELLERSLIS .sellers-items .sellers-pics > img[data-v-72f31463] {
  width: 100%;
  height: auto;
  transition: all .3s ease
}
.SELLERSLIS .sellers-items .sellers-titles[data-v-72f31463] {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: bolder;
  margin: 12px 0 8px 0;
  text-align: center;
  transition: all .3s ease;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.SELLERSLIS .sellers-items .sellers-descs[data-v-72f31463] {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 18px 0;
  transition: all .3s ease;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: #000;
  font-weight: 500;
  height: 60px
}
.SELLERSLIS .sellers-items .sellers-btns[data-v-72f31463] {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
  background: #9bc319;
  transition: all .3s ease;
  color: #fff
}
@media only screen and (max-width:900px) {
  .SELLERSLIS[data-v-72f31463] {
    padding: 0
  }
}
.SELLERS .sellers-lists[data-v-c3b013f0] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  width: 100%
}
.SELLERS .sellers-lists .sellers-li-wrap[data-v-c3b013f0] {
  width: 25%
}
.SELLERS .sellers-common-titles[data-v-c3b013f0] {
  padding-top: 85px;
  padding-bottom: 45px
}
.SELLERS .view-all-sellers[data-v-c3b013f0] {
  padding: 50px 0 20px
}
@media only screen and (max-width:1200px) {
  .SELLERS .sellers-lists[data-v-c3b013f0] {
    flex-wrap: wrap;
    justify-content: flex-start
  }
  .SELLERS .sellers-lists .sellers-li-wrap[data-v-c3b013f0] {
    width: 33.33%
  }
}
@media only screen and (max-width:900px) {
  .SELLERS .sellers-common-titles[data-v-c3b013f0] {
    padding-top: 40px;
    padding-bottom: 10px
  }
  .SELLERS .view-all-sellers[data-v-c3b013f0] {
    padding: 25px 0 20px
  }
  .SELLERS .sellers-lists[data-v-c3b013f0] {
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    flex-wrap: wrap
  }
  .SELLERS .sellers-lists .sellers-li-wrap[data-v-c3b013f0] {
    width: 50%
  }
}
.category-tabs[data-v-d12579c4] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 20px);
  margin-left: -10px
}
.category-tabs .category-tabs-item[data-v-d12579c4] {
  height: 100px;
  width: 20%;
  padding: 0 10px;
  margin: 10px 0
}
.category-tabs .category-tabs-item > div[data-v-d12579c4] {
  width: 100%;
  background-color: #efefef;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s
}
.category-tabs .category-tabs-item .active[data-v-d12579c4] {
  background-color: #5f9100;
  color: #fff
}
.category-tabs .full-category-item[data-v-d12579c4] {
  width: 40%
}
.category-tabs .full-category-item > div[data-v-d12579c4] {
  color: #9bc319
}
.category-tabs .full-category-item > div[data-v-d12579c4]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 2px 5px;
  transform: rotate(45deg);
  border-top: 2px solid #9bc319;
  border-right: 2px solid #9bc319;
  transition: all .2s ease
}
.category-tabs .full-category-item > div[data-v-d12579c4]:hover {
  color: #5f9100
}
.category-tabs .full-category-item > div[data-v-d12579c4]:hover:after {
  border-top: 2px solid #5f9100;
  border-right: 2px solid #5f9100
}
@media only screen and (max-width:900px) {
  .category-tabs[data-v-d12579c4] {
    width: calc(100% + 10px);
    margin-left: -5px
  }
  .category-tabs .category-tabs-item[data-v-d12579c4] {
    height: 60px;
    width: 50%;
    padding: 0 5px;
    margin: 5px 0
  }
  .category-tabs .category-tabs-item > div[data-v-d12579c4] {
    font-size: 14px
  }
  .category-tabs .full-category-item[data-v-d12579c4] {
    width: 100%
  }
  .category-tabs .full-category-item > div[data-v-d12579c4]:after {
    width: 8px;
    height: 8px;
    margin: 0 0 2px 5px;
    border-top: 1px solid #9bc319;
    border-right: 1px solid #9bc319
  }
  .category-tabs .full-category-item > div[data-v-d12579c4]:hover {
    color: #9bc319
  }
  .category-tabs .full-category-item > div[data-v-d12579c4]:hover:after {
    border-top: 1px solid #9bc319;
    border-right: 1px solid #9bc319
  }
}
.details-container {
  width: 100%
}
.details-container .products-center {
  padding: 0 70px
}
.details-container .details-introduce-pc {
  display: block
}
.details-container .details-introduce-m {
  display: none
}
.details-container .details-introduce {
  background-color: #efefef;
  min-height: 440px;
  margin-bottom: 20px;
  display: flex;
  align-items: center
}
.details-container .details-introduce .details-introduce-swiper {
  flex-shrink: 0;
  position: relative;
  height: 100%;
  height: 440px;
  width: 440px
}
.details-container .details-introduce .details-introduce-swiper .swiper-container {
  height: 100%
}
.details-container .details-introduce .details-introduce-swiper .details-introduce-swiper-content {
  height: 100%;
  overflow: hidden;
  position: relative
}
.details-container .details-introduce .details-introduce-swiper .details-introduce-swiper-content > img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.details-container .details-introduce .details-introduce-swiper .swiper-intro-pagination {
  bottom: 15px;
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.details-container .details-introduce .details-introduce-swiper .swiper-intro-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 4px;
  height: 4px
}
.details-container .details-introduce .details-introduce-swiper .swiper-intro-pagination .swiper-pagination-bullet-active {
  background-color: #5f9100;
  width: 7px;
  height: 7px
}
.details-container .details-introduce .details-introduce-form {
  flex: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 20px 80px 20px 20px;
  font-size: 20px
}
.details-container .details-introduce .details-introduce-form > div {
  margin-bottom: 10px
}
.details-container .details-introduce .details-introduce-form > div:last-of-type {
  margin: 0
}
.details-container .details-introduce .details-introduce-form > div > label {
  font-weight: 700
}
.details-container .products-details-swiper-pc {
  display: block
}
.details-container .products-details-swiper-m {
  display: none
}
.details-container .products-details-swiper {
  position: relative
}
.details-container .products-details-swiper .products-details-swiper-content {
  height: 260px;
  overflow: hidden
}
.details-container .products-details-swiper .products-details-swiper-content > img {
  width: 100%
}
.details-container .products-details-swiper .swiper-pagination {
  bottom: -50px;
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.details-container .products-details-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px
}
.details-container .products-details-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5f9100;
  width: 12px;
  height: 12px
}
.details-container .products-names-pc {
  display: block
}
.details-container .products-names-m {
  display: none
}
.details-container .products-names {
  margin-top: 100px
}
.details-container .products-names .products-names-lines {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #bdbebe;
  font-weight: 700;
  font-size: 22px;
  position: relative
}
.details-container .products-names .products-names-lines > div {
  text-align: center;
  flex: 1 1 auto;
  margin-top: 20px;
  cursor: pointer;
  position: relative
}
.details-container .products-names .products-names-lines > div:hover {
  opacity: .8
}
.details-container .products-names .products-names-lines > div:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 21px;
  background-color: #bdbebe
}
.details-container .products-names .products-names-lines > div:last-of-type:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3px;
  height: 21px;
  background-color: #bdbebe
}
.details-container .products-names .products-names-lines .active {
  color: #5f9100
}
.details-container .details-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px
}
.details-container .details-view-all .view-all {
  color: #bdbebe;
  cursor: pointer;
  font-size: 35px;
  font-weight: 700
}
.details-container .details-view-all .view-all:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 2px 5px;
  transform: rotate(45deg);
  border-top: 4px solid #bdbebe;
  border-right: 4px solid #bdbebe
}
.details-container .details-view-all .view-all:hover {
  color: #5f9100
}
.details-container .details-view-all .view-all:hover:after {
  border-top: 4px solid #5f9100;
  border-right: 4px solid #5f9100
}
@media only screen and (max-width:1200px) {
  .details-container .products-names .products-names-lines {
    font-size: 20px
  }
  .details-container .products-details-swiper {
    position: relative
  }
  .details-container .products-details-swiper .products-details-swiper-content {
    height: 220px
  }
  .details-container .products-details-swiper .swiper-pagination {
    bottom: -30px
  }
  .details-container .products-names {
    margin-top: 80px
  }
}
@media only screen and (max-width:1100px) {
  .details-container .products-names .products-names-lines {
    font-size: 18px
  }
  .details-container .products-details-swiper {
    position: relative
  }
  .details-container .products-details-swiper .products-details-swiper-content {
    height: 200px
  }
  .details-container .products-details-swiper .swiper-pagination {
    bottom: -20px
  }
  .details-container .products-names {
    margin-top: 60px
  }
}
@media only screen and (max-width:1020px) {
  .details-container .products-names .products-names-lines {
    font-size: 16px
  }
  .details-container .products-details-swiper {
    position: relative
  }
  .details-container .products-details-swiper .products-details-swiper-content {
    height: 180px
  }
  .details-container .products-details-swiper .swiper-pagination {
    bottom: -20px
  }
  .details-container .products-names {
    margin-top: 40px
  }
}
@media only screen and (max-width:940px) {
  .details-container .products-names .products-names-lines {
    font-size: 14px
  }
}
@media only screen and (max-width:900px) {
  .details-container {
    width: 100%;
    overflow-x: hidden
  }
  .details-container .products-center {
    padding: 0 20px
  }
  .details-container .products-center .detail-page-title {
    padding-top: 20px;
    padding-bottom: 20px
  }
  .details-container .products-center .detail-page-title .detail-page-title-left {
    font-size: 22px;
    line-height: 1.8
  }
  .details-container .products-center .detail-page-title > img {
    right: -27px !important
  }
  .details-container .details-introduce-pc {
    display: none
  }
  .details-container .details-introduce-m {
    display: block
  }
  .details-container .details-introduce-m .details-introduce-form {
    flex: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 20px 0;
    font-size: 16px
  }
  .details-container .details-introduce-m .details-introduce-form > div {
    margin-bottom: 10px
  }
  .details-container .details-introduce-m .details-introduce-form > div:last-of-type {
    margin: 0
  }
  .details-container .details-introduce-m .details-introduce-form > div > label {
    font-weight: 700
  }
  .details-container .details-introduce {
    background-color: #efefef;
    height: 335px;
    min-height: 335px;
    margin-bottom: 20px;
    display: flex;
    align-items: center
  }
  .details-container .details-introduce .details-introduce-swiper {
    flex-shrink: 0;
    position: relative;
    height: 100%;
    height: 335px;
    width: 100%
  }
  .details-container .details-introduce .details-introduce-swiper .swiper-container {
    height: 100%
  }
  .details-container .details-introduce .details-introduce-swiper .details-introduce-swiper-content {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center
  }
  .details-container .details-introduce .details-introduce-swiper .details-introduce-swiper-content .el-image {
    height: 100%
  }
  .details-container .details-introduce .details-introduce-swiper .details-introduce-swiper-content .el-image .el-image__inner {
    height: 100%;
    width: auto
  }
  .details-container .details-introduce .details-introduce-swiper .details-introduce-swiper-content > img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  .details-container .details-introduce .details-introduce-swiper .swiper-intro-pagination {
    bottom: 10px;
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .details-container .details-introduce .details-introduce-swiper .swiper-intro-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 6px;
    height: 6px
  }
  .details-container .details-introduce .details-introduce-swiper .swiper-intro-pagination .swiper-pagination-bullet-active {
    background-color: #5f9100;
    width: 8px;
    height: 8px
  }
  .details-container .details-introduce .details-introduce-form, .details-container .products-details-swiper-pc {
    display: none
  }
  .details-container .products-details-swiper-m {
    display: block
  }
  .details-container .products-details-swiper-m .products-details-swiper-content {
    height: 206px;
    overflow: hidden;
    text-align: center;
    position: relative
  }
  .details-container .products-details-swiper-m .products-details-swiper-content .el-image {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  .details-container .products-details-swiper-m .products-details-swiper-content .el-image > img {
    width: auto;
    height: 100%
  }
  .details-container .products-details-swiper-m .products-details-swiper-content > img {
    height: 100%
  }
  .details-container .products-details-swiper-m .swiper-pagination-mobile {
    bottom: -20px;
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .details-container .products-details-swiper-m .swiper-pagination-mobile .swiper-pagination-bullet {
    margin: 0 8px
  }
  .details-container .products-details-swiper-m .swiper-pagination-mobile .swiper-pagination-bullet-active {
    background-color: #5f9100;
    width: 10px;
    height: 10px
  }
  .details-container .products-names-pc {
    display: none
  }
  .details-container .products-names-m {
    display: block
  }
  .details-container .products-names {
    margin-top: 40px
  }
  .details-container .products-names .products-names-lines {
    flex-direction: column;
    font-size: 14px
  }
  .details-container .products-names .products-names-lines > div {
    flex-shrink: 0;
    margin-top: 10px
  }
  .details-container .products-names .products-names-lines > div:hover {
    opacity: 1
  }
  .details-container .products-names .products-names-lines > div:before, .details-container .products-names .products-names-lines > div:last-of-type:after {
    display: none
  }
  .details-container .common-titles {
    font-size: 22px
  }
  .details-container .details-view-all {
    padding-top: 30px
  }
  .details-container .details-view-all .view-all {
    font-size: 22px
  }
  .details-container .details-view-all .view-all:after {
    width: 10px;
    height: 10px;
    margin: 0 0 2px 5px;
    border-top: 2px solid #bdbebe;
    border-right: 2px solid #bdbebe
  }
  .details-container .details-view-all .view-all:hover {
    color: #bdbebe
  }
  .details-container .details-view-all .view-all:hover:after {
    border-top: 2px solid #bdbebe;
    border-right: 2px solid #bdbebe
  }
}