.main_content .img {
  width: 100%;
}

.main_content {
  padding-bottom: .8rem;
}

.gray {
  padding: 0 0.1333rem;
  background: #e9e9e9;
}

.main_content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .533333rem;
}

.main_content p a {
  width: 2.88rem;
  height: 0.6133rem;
  line-height: .613333rem;
  text-align: center;
  background-color: #aaaaaa;
  -webkit-box-shadow: 0rem 0rem 0.24rem 0rem rgba(43, 43, 43, 0.32);
          box-shadow: 0rem 0rem 0.24rem 0rem rgba(43, 43, 43, 0.32);
  border-radius: 0.0533rem;
  font-size: 0.3733rem;
	color: #ffffff;
}

.main_content p a:nth-child(1) {
  margin-right: .986667rem;
}