.brand-sign {
  width: 7.5rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-sign .brand-sign-img {
  width: 3.1rem;
  height: .85rem;
}
.product-info-1 {
  width: 7.5rem;
  height: 5.51rem;
  display: inherit;
}

.product-info-list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.info-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.info-item2 .info-item-content {
  width: 1.6rem;
}
.info-item3 .info-item-content{
  width: 2rem;
}
.info-item-title {
  font-size: .26rem;
  color: #1a3063;
}
.info-item-title .e-name {
  font-size: .18rem;
  transform: scale(0.8);
  transform-origin: left; 
  margin-top: .05rem;
}
.info-item-title .line {
  width: 100%;
  height: .01rem;
  background: #919191;
  position: relative;
  margin-top: .1rem;
}
.info-item-title .line::before {
  content: "";
  width: .32rem;
  height: .07rem;
  background: #1a3063;
  position: absolute;
  left: 0;
  top: -0.03rem;
}

.info-item-content {
  width: 1.2rem;
  font-size: .17rem;
  color: #221815;
  opacity: 0.6;
  line-height: 1.8;
  margin-top: .3rem;
}


.product-info-bottom {
  width: 6.51rem;
}

.index-content-box {
  width: 7.5rem;
  height: auto;
  background: url(../assets/index-content-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: .8rem;
  padding-bottom: .8rem;
}
.jump-entrance1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .6rem;
}

.jump-entrance1 a img {
  width: 1.87rem;
  height: 1.57rem;
  display: inherit;
}

.text-bg1 {
  width: 4.07rem;
  height: 1.02rem;
  margin-top: 2.8rem;
  display: inherit;
}

.jump-entrance2 {
  width: 5.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.jump-entrance2 a img {
  width: 2.69rem;
  height: 1.84rem;
  display: inherit;
}

.bottom-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
}
.bottom-line .line1 {
  width: 1rem;
  height: 1px;
  background: #a2a3a3;
  margin-bottom: .2rem;
}
.bottom-line .line2 {
  width: 2rem;
  height: 1px;
  background: #a2a3a3;
}



