body .Out-Box {
  width: 100%;
  padding: 44px 20px 20px 20px;
  background: url(../img/guize-back2.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 .guize-box {
  margin-top: 260px;
  width: 100%;
  padding: 20px;
  background-color: white;
  line-height: 2em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .Out-Box .guize-box .top {
  width: 100%;
  height: 35px;
  background: url(../img/guize-top.png) no-repeat center;
  background-size: contain;
}
body .Out-Box .guize-box .info-box {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
body .Out-Box .guize-box .info-box .title {
  font-size: 16px;
  color: #bc4739;
}
body .Out-Box .guize-box .info-box .info {
  font-size: 14px;
}
body .Out-Box .guize-box .info-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;
}
