
header {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: .96rem;
  color: #232323;
  font-size: .36rem;
  text-align: center;
  line-height: .96rem;
  border-bottom: 1px solid #f5f5f5;
}

header img {
  position: absolute;
  left: .32rem;
  top: 50%;
  transform: translateY(-50%);
  width: .2rem;
  height: .36rem;
}
#to1,
#to2,
#to3{
  display:none;
}
  i,em {
  font-style: normal;
}
.content {
  /* padding: .3rem; */
  text-align: center;
  font-size: .24rem;
}

#to1 div,
#to2 div,
#to3 div {
  padding: 0 3%;
}

.content h3 {
  color: rgb(255, 102, 0);
  font-size: .36rem;
  padding: .12rem;
}

.content p {
  text-align: left;
  font-size: .26rem;
  line-height: .48rem;
  text-indent: .48rem;
  padding: .1rem 0;
}

.content p span {
  color: rgb(255, 102, 0);
  text-align: left;
  font-size: .3rem;
  line-height: .48rem;
  text-indent: .48rem;
}

.content p i,
.content p .color {
  text-align: left;
  font-size: .3rem;
  line-height: .48rem;
  text-indent: .48rem;
  color: #000;
  font-weight: 700;
  font-style: normal;
}