.containerCenter {
  padding: 0 20px;
  color: #000;
  letter-spacing: 1px;
}
.containerCenter h1 {
  font-size: .22rem;
  font-weight: 600;
  line-height: .60rem;
  text-align: center;
}
.containerCenter h3 {
  font-size: .17rem;
  line-height: .40rem;
  font-weight: 600;
  text-indent: .30rem;
}
.containerCenter h2 {
  font-size: .17rem;
  line-height: .40rem;
  font-weight: 600;
}
.containerCenter p {
  font-size: .15rem;
  line-height: .3rem;
  word-break: break-all;
  margin: .05rem 0;
  text-indent: .30rem;
}
.containerCenter a{
	color: #2E8AE6;
}
.containerCenter img {
  margin: 0 auto;
  max-width: 100%;
}
.containerCenter div {
  font-size: .13rem;
  text-align: center;
  padding: .10rem 0;
}
.containerCenter div span {
  color: #2a7fd4;
}
.containerCenter div button {
  width: 1.20rem;
  height: .35rem;
  border-radius: 5px;
  font-size: .16rem;
  background: #2a7fd4;
  color: #fff;
  border: 1px solid #2e8ae6;
  letter-spacing: 1px;
}
@media screen and (min-width: 640px) {
  .containerCenter {
    width: 600px;
    margin: 0 auto;
    border-left: #eaeaea solid 1px;
    border-right: #eaeaea solid 1px;
    background: #FFF;
  }
  .containerCenter h1 {
    font-size: 22px;
    line-height: 80px;
  }
  .containerCenter h3 {
    font-size: 18px;
    line-height: 40px;
    text-indent: 32px;
  }
  .containerCenter h2 {
    font-size: 18px;
    line-height: 40px;
  }
  .containerCenter p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
  }
  .containerCenter div {
    font-size: 14px;
    padding: 10px 0;
  }
  .containerCenter div button {
    width: 120px;
    height: 35px;
    border-radius: 5px;
    font-size: 16px;
  }
}
