.wxy-index {
  height: 100vh;
  width: 100%;
  background: url("../images/bg-wxy.png") no-repeat left top / 100% auto;
  padding: 3.5rem 0.35rem 0;
}
.wxy-index .box {
  padding: 0.8rem 0.78rem;
  background: #fff linear-gradient(180deg, #bce6fe, #ffffff);
  border-radius: 0.18rem;
  box-shadow: 0px 0px 9px 0px rgba(85, 79, 75, 0.17);
}
.wxy-index .box a {
  display: block;
  text-align: center;
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.32rem;
  color: #fff;
  border-radius: 0.4rem;
  font-weight: 600;
}
.wxy-index .box a:nth-of-type(1) {
  margin-bottom: 0.4rem;
  background: linear-gradient(158deg, #3ca2f4, #6ccdff);
}
.wxy-index .box a:nth-of-type(2) {
  margin-bottom: 0.4rem;
  background: linear-gradient(168deg, #ffb928, #f9a56b);
}
.wxy-index .box a:nth-of-type(3) {
  margin-bottom: 0.4rem;
  background: linear-gradient(168deg, #ffb928, #f9a56b);
}
.box1{
  background-color: white;
  border-radius: 0.18rem;
  padding: 0.34rem 0.24rem 0.28rem;
  margin-bottom: 0.6rem;
}
.box1 h3 {
  text-align: justify;
  font-weight: bold;
  font-size: 0.34rem;
}
.box1 p {
  text-indent: 2em;
  line-height: 0.42rem;
  margin-top: 0.3rem;
}
