.bannerIcon {
  width: 4vw;
  height: 4vw;
  display: block;
  background-size: 100% 100% !important;
}

.prev-icon {
  background: url(../img/index/bannerLicon.png) no-repeat;
}

.next-icon {
  background: url(../img/index/bannerRicon.png) no-repeat;
}

.goodImg {
  margin: 0px;
  margin-top: 2vw;
  width: 100%;
  justify-content: space-between;
}

.goodImg img {
  width: 100%;
  height: 100%;
}

.goodImgout {
  cursor: pointer;
  position: relative;
  padding: 0px;
  /* flex: 0 0 32.67% */
}




.goodImgout:nth-of-type(1) {
  /* padding-left: 0px; */
}

.goodImgout:nth-of-type(1) .goodImgMask,
.goodImgout:nth-of-type(3) .goodImgMask {
  /* width: calc(100% - 15px); */
}

.goodImgout:nth-of-type(3) {
  /* padding-right: 0px; */
}

.goodImgout:hover .goodImgMask {
  opacity: 1;
}

.goodImgMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.485);
  transition: 1s;
  display: inline-block;
  opacity: 0;
  position: absolute;
  color: white;
  padding: 30% 7% 2% 7%;
}

.goodImgTitle {
  font-size: 1.2vw;
  font-weight: bold;
}

.goodImgdesc {
  font-size: 1vw
}

.goodImgdetailBtn {
  margin-top: 1.2vw;
  width: 25%;
  height: 5vh;
  background: #0052D2;
  font-size: 0.8vw;
  text-align: center;
  line-height: 5vh;
}

.goodInfo {
  margin: 2vw 18vw;
  box-sizing: border-box;
}

.goodInfo-title {
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 1vw;

}

.goodInfoImg {
  width: 100%;
  background-size: 100% 100%;
}

.fill {
  color: #FDAD14;
}

.nofill {
  color: #AAAEB1;
}

.goodInfoImgout {
  position: relative;
  margin-top: 1vw;
  cursor: pointer;
  margin-bottom: 1vw;
}

.goodInfoImgIcon {
  position: absolute;
  right: 11%;
  top: 4%;
  color: #FFF;
  text-align: center;
  font-size: 0.7vw;
  padding: 1% 4%;
}

.goodInfo-line {
  width: 6.6vw;
  height: 2px;
  background-color: #6b6b6b;
  margin-bottom: 0.7vw;
}

.star-container {
  font-size: 0.4rem;
}

.goodInfoDesc {
  margin-top: 1vw;
}

.goodInfoTitle {
  font-size: 0.8rem;
  color: #878686;
  border-bottom: 1px solid #d0cfcf;
  padding: 1.1vh 0;
}

.goodInfoPriceOut {
  margin-top: 0.8vw;
  display: flex;
}

.goodInfoCart {
  background: url(../img/index/shopCart.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}

.goodInfoPrice {
  font-size: 0.7rem;
  line-height: 24px;
  margin-left: 0.8vw;
  color: #5E6469;
  font-weight: 600;
}

.goodInfoPrice span {
  color: #000;
}

.atomAndMolecule {
  width: 100%;
  height: 24vw;
  background: #0052D2;
  position: relative;
  margin-top: 14vw;

}

.atomAndMoleculeImg {
  width: 32%;
  position: absolute;
  left: 20%;
  top: -21%;
}

.atomAndMoleculeImg img {
  width: 100%;
}

.atomAndMoleculeDesc {
  position: absolute;
  left: 58%;
  top: 60%;
  color: white;
  max-width: 50%;
  transform: translateY(-57%);
}

.atomAndMoleculeDesc>div:nth-of-type(1) {
  font-size: 2.1vw;
  font-weight: 600;
}

.atomAndMoleculeDesc>div:nth-of-type(2) {
  font-size: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 2vw;
}

.atomAndMoleculeDesc>div:nth-of-type(3) {
  color: #0052D2;
  background: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 0.8rem;
  padding: 0.7vw 1.8vw;
  display: inline;
}

.goodInfo .row {
  margin-bottom: 1vw;
}

.QuoMarks {
  display: flex;
  justify-content: center;
  margin-bottom: 3.4vw;
}

.QuoMarks img {
  width: 5%
}

.companyIntroContent {
  width: 100%;
  padding: 0 8%;
  text-indent: 2em;
  color: gray;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  max-height: 20vh;
  font-size: 1rem;
}

.newsItem img {
  width: 100%;

}

.newsItem {
  margin-bottom: 1vw;
  cursor: pointer;
}

.newsContentTtile {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.5vw 0vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsContent {
  color: gray;
  font-size: 0.7vw;
}

.newsContentGo {
  font-weight: 600;
  font-size: 0.7vw;
  padding: 0.5vw 0;
}



footer {
  background-color: #1E1D22;
}


.footerTitle {
  color: #777677;
  margin-bottom: 1vw;
  font-weight: 600;
}

.footerContent {
  color: #fff;
  font-weight: 600;
}

.footerContentOut {
  display: flex;
  align-items: center;
  padding-bottom: 0.7vw;

}


.footerContentOut img {
  width: 30px;
  margin-right: 0.4vw;
}

.pdb {
  padding-bottom: 0.2vw;
}

.copyright {
  color: gray;
  padding: 1.7vw 23vw 1.7vw 23vw;
  border-top: 1px solid rgb(86, 86, 86);
  font-weight: 500;
}