body .Out-Box {
  width: 100%;
  padding: 48px 20px 20px 20px;
  background: url(../img/guize-back.png) top no-repeat;
  background-size: contain;
  background-color: #b12719;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .Out-Box .t1 {
  background: url(../img/guize-t1.png) no-repeat center;
  width: 100%;
  height: 134px;
  background-size: contain;
}
body .Out-Box .t2 {
  background: url(../img/guize-t2.png) no-repeat center;
  width: 100%;
  height: 21px;
  background-size: contain;
}
body .Out-Box .list {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
body .Out-Box .list .item {
  background: url(../img/guize-item.png) no-repeat center;
  background-size: 100% 100%;
  width: 186px;
  height: 39px;
  font-size: 18px;
}
body .Out-Box .list .item a {
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .Out-Box .list .active {
  background-image: url(../img/guize-itemactive.png);
}
body .Out-Box .person {
  margin-top: 360px;
  width: 100%;
  font-size: 16px;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
body .no-alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .no-alert .backview {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
}
body .no-alert .aaa {
  position: absolute;
  background: url(../img/zanweikaifang-alert.png) no-repeat center;
  background-size: contain;
  width: 90%;
  height: 300px;
  max-width: 300px;
}
