body .Out-Box {
  width: 100%;
  padding-top: 50px;
  background: url(../img/zhuce-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 .content-box {
  width: calc(100% - 30px);
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-top: 200px;
  margin-bottom: 50px;
  border-radius: 10px;
}
body .Out-Box .content-box .jilu-box {
  width: 100%;
  padding: 15px;
}
body .Out-Box .content-box .jilu-box .top-title {
  color: #b02619;
  text-align: center;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 600;
  padding-top: 20px;
}
body .Out-Box .content-box .jilu-box .co-box {
  width: 100%;
  max-height: 550px;
  overflow-y: auto;
}
body .Out-Box .content-box .jilu-box .co-box .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
body .Out-Box .content-box .jilu-box .co-box .row .item {
  padding: 8px 5px;
  text-align: center;
  font-size: 16px;
}
body .Out-Box .content-box .jilu-box .co-box .row .item1 {
  width: 20%;
}
body .Out-Box .content-box .jilu-box .co-box .row .item2 {
  width: 30%;
}
body .Out-Box .content-box .jilu-box .co-box .row .item3 {
  width: calc(50% - 10px);
}
body .Out-Box .content-box .jilu-box .co-box .tops {
  font-size: 18px;
  font-weight: 600;
}
body .Out-Box .content-box .jilu-box .co-box .top-row .item {
  background-color: #e2d2a4;
  margin-bottom: 15px;
  color: #b33023;
}
body .Out-Box .content-box .backbox {
  margin: 20px 0;
  width: 45%;
  height: 30px;
  background-color: #b02619;
  color: white;
  font-size: 16px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
