.banner img {
  width: 100%;
}

.itemTitle {
  margin-bottom: 0vw
}

.menuItemOut {
  transition: 0.4s;
  transform-origin: 0 0;
  overflow: hidden;
  height: 0px;

}

.menuItemTitle img {
  transform: rotate(0deg);
  transition: 0.4s;
}

.menuItemTitle,
.menuItemSon {
  background-color: #F6F6F6;
  color: gray;
  font-size: 0.8vw;
  text-align: center;
  padding: 0vw 0.8vw;
  height: 6vh;
  line-height: 6vh;
  border-bottom: 0.1vw dotted rgb(219, 219, 219);
  cursor: pointer;
}

.menuItemTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuItem.active>.menuItemTitle {
  color: #F7A135;
}

.menuItem {
  height: auto
}

.itemInner img {
  height: 13px;
}

.menuItemSon {
  text-align: left;
  text-indent: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menuItemSon.active {
  color: #F7A135;
}

.goodsListTitle {
  color: #1144A7;
  font-weight: 600;
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-bottom: 1vw;
}

.goodItem {
  cursor: pointer;
  margin-bottom: 1vw;

}

.goodItem img {
  width: 100%;
  min-height: 18vw;
}

.goodsList {
  margin-top: 1vw;
}

.goodTitle {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0.4vw;
}

.goodsdescTop {
  margin-top: 1vw;
}

.goodsdescTop div {
  line-height: 2rem;
  display: block;
  padding: 0px;
  font-size: 0.9rem;
}

.goodsdescTop img {
  width: 100%;
  margin-bottom: 0.9vw;
}

.goodsDesc {
  margin-top: 0.4vw;
  line-height: 1.5rem;
}

.goodsDesc div {
  margin-bottom: 0.2vw;
}

.goosdImg {
  margin-top: 1vw;
}

.goosdImg img {
  width: 100%;
}

.goodsDescMl {
  margin-left: 15px;
  line-height: 1.5rem
}

tr {
  padding: 0.5vw 0vw;
  text-align: center;
  font-size: 0.9rem;
}