.center .top {
  position: relative;
}
.center .top img {
  display: block;
  width: 100%;
}
.top .logo {
  position: absolute;
  z-index: 10;
  top: 1.21rem;
  left: 0;
  right: 0;
}
.top .logo img {
  width: 1.03rem;
  margin: 0 auto;
}
.bg-text {
  font-size: 0.8rem;
  position: absolute;
  z-index: 10;
  color: #ffffff;
  top: 2.21rem;
  text-align: center;
  left: 0;
  right: 0;
}
.content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 1rem;
  width: 12rem;
  margin-bottom: 1.25rem;
}
.content .left {
  width: 5.67rem;
  overflow: hidden;
}
.content .left img {
  width: 100%;
  display: block;
}
.content .right {
  width: 4.6rem;
}
.right-logo {
  text-align: right;
}
.right .title {
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.27rem;
}
.right .text {
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.4rem;
}
.common-cantact {
  font-size: 0.24rem;
  font-weight: 400;
  color: #000000;
}
.right .email {
  margin-bottom: 0.1rem;
  margin-top: 0.25rem;
}
.bottom img {
  display: block;
  width: 100%;
}
.second-row {
  display: flex;
}
.second-row div img {
  display: block;
}
.second-row .round {
  flex: 1;
}
.second-row .round img {
  width: 100%;
}

.bottom .first {
  display: flex;
}
.bottom .first div {
  flex: 1;
  overflow: hidden;

}
.bottom .first div img {
  display: block;
  width: 100%;
  height: 4.6rem;
}
.bottom .second {
  display: flex;
}
.bottom .second div {
  overflow: hidden;
}
.bottom .second div:nth-of-type(1) {
  width: 7.6867rem;
}
.bottom .second div:nth-of-type(2) {
  width: 3.84rem;
}
.bottom .second div:nth-of-type(3) {
  width: 7.6867rem;
}
.bottom .second div img {
  height: 4.6rem;
}