.bg {
  background-size: 100% 100%;
}

.header {
  background: none;
}

.header .centerWidth .right #searchGrey {
  /* background: rgba(247, 247, 247, 0.8) */
  background: rgb(236 236 236 / 70%);
}

#app {
  background: #fff;
  min-height: 100vh;
}

.shopnav {
  background-color: #fff;
  border-bottom: 1px solid #DEDEDE;
}

.shopnav .centerWidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  line-height: 44px;
}

.shopnav .centerWidth a {
  width: fit-content;
  position: relative;
  text-align: center;
  font-size: 15px;
}

.shopnav .centerWidth a.active {
  font-weight: 600;
  color: var(--main-color);
}

.shopnav .centerWidth a.active:after {
  content: ' ';
  width: 20px;
  height: 1px;
  background: var(--main-color);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 6px;
  z-index: 1;
}

.banner {
  margin-top: 21px;
  border-radius: 5px;
  overflow: hidden;
}


.banner .swiper-slide {
  height: 140px;
  position: relative;
}

.banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .swiper-pagination {
  position: absolute;
  bottom: 5px;
  /* top: 82%; */
}

.banner .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.banner .swiper-pagination-bullet {
  border: 1px solid #fff !important;
  width: 6px;
  height: 6px;
  /* background: none; */
}

.ProductRecommendations {
  margin-top: 15px;
}

.ALLTitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ALLTitle img {
  width: 70px;
  height: 1px;
  object-fit: contain;
}

.ALLTitle span {
  margin: 0 8px;
  text-align: center;
}

.productList {
  margin-top: 15px;
}

.productList .item {
  border: 1px solid #DEDEDE;
}

.synopsis,
.EnterpriseDisplay {
  margin-top: 25px;
}

.synopsis {
  padding-bottom: 20px;
}

.synopsis .swiper,
.EnterpriseDisplay .swiper {
  height: 222px;
  margin-top: 15px;
}

.synopsis .swiper .swiper-button-prev,
.synopsis .swiper .swiper-button-next,
.EnterpriseDisplay .swiper .swiper-button-prev,
.EnterpriseDisplay .swiper .swiper-button-next {
  width: 26px;
  height: 38px;
  border-radius: 0px 1px 1px 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 9;
}

.synopsis .swiper .swiper-button-prev:hover,
.synopsis .swiper .swiper-button-next:hover,
.EnterpriseDisplay .swiper .swiper-button-prev:hover,
.EnterpriseDisplay .swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.synopsis .swiper .swiper-button-prev,
.EnterpriseDisplay .swiper .swiper-button-prev {
  border-radius: 0px 5px 5px 0px;
  left: 0%;
}


.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
}

.synopsis .swiper .swiper-button-prev,
.EnterpriseDisplay .swiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.25) url(../img/jt_left.png) no-repeat center center;
  background-size: 9px auto;
}

.synopsis .swiper .swiper-button-next,
.EnterpriseDisplay .swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.25) url(../img/jt_right.png) no-repeat center center;
  background-size: 9px auto;
}

.synopsis .swiper .swiper-button-next,
.EnterpriseDisplay .swiper .swiper-button-next {
  border-radius: 5px 0px 0px 5px;
  right: 0%;
}


.synopsis .swiper .swiper-slide img,
.synopsis .swiper .swiper-slide video,
.EnterpriseDisplay .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.EnterpriseDisplay .swiper .swiper-slide {
  padding: 10px;
}
.EnterpriseDisplay .swiper .swiper-slide img {
  object-fit: contain;
  box-shadow: 2px 2px 10px 2px rgba(237, 237, 237, 1);
}

.synopsis .swiper .swiper-slide {
  position: relative;
}

.synopsis .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.synopsis .swiper .swiper-slide .play {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}

.synopsis .swiper .swiper-slide .play img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.synopsis .text .title {
  margin-top: 16px;
  color: #333333;
  font-size: 16px;
}

.synopsis .text .content {
  color: #666666;
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.7em;
}

.big {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.big_img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 90vw;
}


.fixdBOttom {
  background: #FFFFFF;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 2;
  box-shadow: 0px 0px 11px 0px rgba(225, 225, 225, 0.5);
}
.fixdBOttom .flex {
  height: 50px;
  line-height: 50px;  
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.fixdBOttom .flex>div:nth-child(1),
.fixdBOttom .flex>div:nth-child(2) {
  text-align: center;
  color: #666666;
  font-size: 12px;
  line-height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 0 20px; */
  flex: 1;
  padding: 5px 0px;
}

.fixdBOttom .flex>div:nth-child(1) img,
.fixdBOttom .flex>div:nth-child(2) img {
  height: 20px;
  vertical-align: middle;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  margin-bottom: 3px;
}

.fixdBOttom .flex>div:nth-child(3) {
  /* width: calc((100vw - 116px)/2); */
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  width: 130px;
  background: var(--main-color);
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
}



.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.popup .pop {
  width: 100%;
  position: fixed;
  bottom: 0;
  border-radius: 8px 8px 0px 0px;
  background: #FFFFFF;
  padding: 15px;
}

.popup .pop .title {
  font-size: 18px;
  color: #333333;
  padding-top: 6px;
  position: relative;
  text-align: center;
  font-weight: bolder;
}

.popup .pop .title img {
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 13px;
}
.popup .pop .form {
  max-height: 70vh;
  overflow: auto;
  padding-right: 5px;
}
.popup .pop .form::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  margin-right: -15px;
}

.popup .pop .form::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #BE0022
}

.popup .pop .form::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.popup .pop .form>div {
  padding-top: 16px;
  padding-bottom: 7px;
}

.popup .pop .form>div.flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D4D4D4;
  font-size: 15px;
}

.popup .pop .form>div.flex label {
  width: fit-content;
}

.popup .pop .form>div.flex label span,
.popup .pop .form>div.textarea label span {
  color: var(--main-color);
}

.popup .pop .form>div.flex .input {
  flex: 1;
  text-align: right;
}

.popup .pop .form>div.flex .input input {
  text-align: right;
  font-size: 15px;
  color: #333;
}

.popup .pop .form>div.textarea label {
  width: 100%;
  font-size: 15px;
}

.popup .pop .form>div.textarea textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  padding: 11px 15px;
  color: #333;
  font-size: 15px;
}
.popup .pop .form>div.flex .input input::placeholder,
.popup .pop .form>div.textarea textarea::placeholder {
  color: #999;
}

.popup .pop .submit {
  width: 90%;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.shareBox .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #666666;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.shareBox .flex div img {
  width: 30px;
  height: 24px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}



/* 产品分类 */
.productSort .list {
  padding-top: 11px;
}

.productSort .list .item:not(:last-child) {
  margin-bottom: 17px;
}

.productSort .list .item .one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}

.productSort .list .item .one p {
  /* margin-left: 15px; */
  flex: 1;
}

.productSort .list .item .one a {
  width: fit-content;
}

.productSort .list .item .one img {
  width: 8px;
  height: 13px;
}

.productSort .list .item .two {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.productSort .list .item .two .items {
  min-width: calc(50% - 7px);
  max-width: 100%;
  font-size: 13px;
  color: #666666;
  background: #F8F8F8;
  border-radius: 5px;
  /* text-align: center; */
  padding: 9px 15px;
  line-height: 16px;
}

.sortSelect {
  position: relative;
}

.sortSelect .title {
  padding: 12px 0px 6px;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

.sortSelect .title p {
  flex: 1;
  margin-right: 15px;
}

.sortSelect .title img {
  width: 13px;
  height: 13px;
}


.classificationResults .fixed {
  display: none;
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  background: rgba(0, 9, 9, 0.4);
}

.classificationResults .drownList {
  background: #fff;
  padding: 15px 10px 20px 15px;
}

.classificationResults .drownList .scroll {
  max-height: 50vh;
  overflow: auto;
  padding: 5px 0px;
  padding-right: 5px;
}

.classificationResults .drownList .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.classificationResults .drownList .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  margin-right: -15px;
}

.classificationResults .drownList .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #BE0022
}

.classificationResults .drownList .scroll::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.classificationResults .drownList .list a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #BCBBBB;
  color: #666666;
  font-size: 14px;
  text-align: center;
}



.classificationResults .drownList.productSer a {
  padding: 7px 10px;
  height: fit-content;
}

.classificationResults .drownList.productSer a img {
  object-fit: contain;
}

.classificationResults .drownList .list a.active {
  background: var(--main-color);
  color: #fff;
}

.classificationResults .drownList .operate {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.classificationResults .drownList .operate>div {
  width: calc(50% - 8px);
  color: #666666;
  font-size: 15px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  border-radius: 17px;
}

.classificationResults .drownList .operate>div:first-child {
  border: 1px solid #BCBBBB;

}

.classificationResults .drownList .operate>div:last-child {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
}