.title {
  margin-top: 0.1rem;
  margin-bottom: 0.25rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.xy-content {
  display: block;
  padding: 0.25rem;
  width: 100%;
  height: 5.6rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 400;
  color: #333;
  border: 1px solid #c7c7c7;
  border-radius: 0.08rem;
  overflow-y: auto;
}

.agree-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.2rem 0 0 0;
}
.agree-box .agree-btn {
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0 0.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  text-align: center;
  background: #efefef;
  border: 1px solid #c7c7c7;
  border-radius: 0.04rem;
  opacity: 0.4;
  cursor: pointer;
}
.agree-box .active {
  opacity: 1;
}

@media screen and (max-width: 850px) {
  .xy-content {
    padding: 0.15rem;
    max-height: none;
    height: 5rem;
    overflow: visible;
  }
}
