.compatible {
  max-width: 1000px;
  margin: 0 auto;
}
.compatible .tip {
  background: #ff3141;
  color: #fff;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
}
.compatible .tip .jrx {
  width: 200px;
}
.compatible .tip p {
  padding: 3px;
}
.compatible .tip a {
  color: blue;
  font-size: 16px;
}
.compatible .header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compatible .header .right {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  background: #2A8FF7;
  color: #fff;
  cursor: pointer;
}
.compatible .header .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compatible .header .left img {
  width: 50px;
}
.compatible .header .left .gs_name {
  font-size: 22px;
}
