video{
        width: 100%;
    height: 600px;
}
.box {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #475669;
  background-color: #f5f5f5;
}
.bg-img {
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.order {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-image: url(/web/img/party-build/banner2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  min-height: 1080px;
}
.logo-img {
  width: 399px;
  margin: 40px auto;
}
.footer-box {
  width: 100%;
  margin-top: 24px;
  border-radius: 4px;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  border-top: 4px solid #e7334a;
}
.footer-box a {
  text-decoration: none;
}
.footer-box .footer-inner {
  width: 1200px;
  margin: 0 auto;
}
.footer-box .footer-inner .footer-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 74px;
  gap: 20px;
  margin-top: 34px;
}
.footer-box .footer-inner .footer-logos img{
  width: 100%;
  height: 100%;
}
.footer-box .footer-top {
  display: flex;
  margin: 20px;
  position: relative;
}
.footer-box .footer-top .footer-item-1 .footer-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.footer-box .footer-top .footer-item-1 .footer-item-content {
  width: 360px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 20px 40px;
}
.footer-box .footer-top .footer-item-1 .footer-item-content .footer-link {
  width: calc(50% - 20px);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.footer-box .footer-top .footer-item-2 {
  margin: 0 65px;
}
.footer-box .footer-top .footer-item-2 .footer-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.footer-box .footer-top .footer-item-2 .footer-item-content {
  width: 460px;
  margin-top: 24px;
}
.footer-box .footer-top .footer-item-2 .footer-item-content .footer-item-content-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333333;
}
.footer-box .footer-top .footer-item-2 .footer-item-content .footer-item-content-item img {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
.footer-box .footer-top .footer-item-3 {
  position: absolute;
  top: 10px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-box .footer-top .footer-item-3 .qrtext {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
}
.footer-box .footer-top .footer-item-3 .qrcode {
  width: 160px;
  height: 160px;
}
.footer-box .footer-line {
  display: none;
}
.footer-box .footer-bottom {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
}
.sreach-box {
  width: 780px;
  height: 60px;
  background: #ffffff;
  border-radius: 4px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sreach-box input::-webkit-input-placeholder {
  color: #999999;
}
.sreach-box input::-moz-placeholder {
  color: #999999;
}
.sreach-box input::-ms-input-placeholder {
  color: #999999;
}
.sreach-box .sb-input {
  width: 720px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
}
.sreach-box .sb-btn {
  background: #e71a41;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.sreach-box .sb-btn img {
  width: 26px;
  height: 26px;
}
.crumbs-box {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
}
.crumbs-box .crumbs-item {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.crumbs-box .crumbs-item .crumbs-item-a {
  cursor: pointer;
}
.crumbs-box .crumbs-item .crumbs-item-img {
  width: 5px;
  height: 8px;
  margin: 0 8px;
}
/* 内容行 */
.row-1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
}
.row-1 .r1-title {
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.row-1 .r1-time {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 16px;
}
.row-1 .r1-content {
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 28px;
  color: #333333;
}
.row-1 .r1-content p {
  margin-bottom: 25px;
}
