.about-body {
  width: 100%;
  height: auto;
  padding: 9.25rem 0;
  box-sizing: border-box;
}

.about-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-box-img {
  width: 4.5rem;
  height: 1.25rem;
}

.about-box-text {
  font-weight: bold;
  font-size: 3.5rem;
  color: #1d0000;
  margin: 0 1.875rem;
}

.tips {
  width: 7.5rem;
  height: 0.125rem;
  background-color: #d6000f;
  margin: 1.5rem auto;
}

.about-text {
  width: 52.5rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  text-align: center;
  margin: 5rem auto;
}

.list-body {
  width: 100%;
  padding: 0 22.5rem;
  box-sizing: border-box;
}

.list-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem 2rem 9.25rem;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 2.5rem;
}

.list-box-img {
  width: 10.25rem;
  height: 21rem;
}

.list-text-box {
  width: 45rem;
}

.list-text-box-title {
  font-weight: bold;
  font-size: 2.5rem;
  color: #1d0000;
}

.list-text-box-text {
  font-weight: 500;
  font-size: 1.5rem;
  color: #1d0000;
  margin-top: 1.25rem;
}

.icon {
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.qrcode {
  width: 100%;
  height: 317px;
  display: flex;
  justify-content: space-around;
  background-size: 100% 100%;
  padding: 0 15%;
  box-sizing: border-box;
}

.qrcode-body1 {
  width: 50%;
  height: 17.5rem;

  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
}

.qrcode-body2 {
  width: 33%;
  /*height: 17.5rem;*/

  background-size: 100% 100%;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qrcode-body1-box {
  height: 13.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qrcode-body1-box-title {
  font-weight: bold;
  font-size: 2rem;
  color: #1d0000;
}

.qrcode-body1-box-text {
  font-weight: 500;
  font-size: 1.25rem;
  color: #1d0000;
}

.qrcode-body1-box-img {
  width: 7rem;
  height: 2.5rem;
}

.qrcode-body2-box {
  /*display: flex;*/
  /*align-items: center;*/
}

.qrcode-body2-box-title {
  font-weight: bold;
  font-size: 2rem;
  color: #1d0000;
}

.qrcode-body2-box-text {
  font-weight: 500;
  font-size: 1.25rem;
  color: #1d0000;
  margin: 10px 0;
  /*margin-left: 2.5rem;*/
}

.qrcode-img {
  width: 7.5rem;
  height: 7.5rem;
}

.banner {
  width: 100%;
  height: 1080px;
}

.banner-box {
  width: 100%;
  height: 1080px;
}

.banner-img {
  width: 100%;
  height: 1080px;
}

.layui-carousel {
  width: 100%;
  height: 1080px;
}

.header {
  width: 75rem;
  height: 4.5rem;
  background: rgba(214, 0, 15, 0.8);
  box-shadow: 0px 3px 8px 1px rgba(255, 255, 255, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.75rem;
  box-sizing: border-box;
  /* position: fixed; */
  position: absolute;
  left: 24.375rem;
  top: 40px;
  z-index: 9999;
}

.header-img {
  width: 6.5rem;
  height: 2.125rem;
}

.ul {
  width: 43.75rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
}

.ul > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 41rem;
  align-items: center;
}

li {
  list-style: none;
}

.ul li {
  height: 3rem;
  line-height: 3rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.ul li a {
  font-size: 0.9375rem;
  color: #ffffff;
  text-align: center;
  display: block;
  text-decoration: none;
  opacity: 0.7;
}

.ul li a:hover {
  color: #ffffff;
  opacity: 1;
}

.ul li:hover {
  height: 3rem;
  line-height: 3rem;
  border-bottom: 2px solid #ffffff;
}

.back {
  width: 4.5rem;
  height: 2.25rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  font-weight: bold;
  font-size: 1rem;
  color: #d6000f;
  line-height: 2.25rem;
  text-align: center;
}

.footer {
  width: 100%;
  height: 42.5rem;
}

.footer-img {
  width: 100%;
  height: 42.5rem;
}
