.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;
}
.logo-img {
  width: 399px;
  margin: 40px auto;
}
.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-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;
  overflow: hidden;
}
.row-1 .r1-title {
  font-weight: 600;
  font-size: 24px;
  color: #e71a41;
  position: relative;
}
.row-1 .r1-title .r1-title-but {
  position: absolute;
  font-weight: 300;
  top: -5px;
  right: 0;
  padding: 0 15px;
  height: 40px;
  background: #e71a41;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.row-1 .red-line {
  width: 100%;
  height: 1px;
  background-color: #e71a41;
  margin: 20px 0;
}
.row-1 .r1-type {
  width: 201px;
  height: 28px;
  display: flex;
  align-items: center;
  margin: 40px auto;
  justify-content: space-between;
}
.row-1 .r1-type .r1-type-but {
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.row-1 .r1-type .r1-type-but-a {
  color: #e71a41;
  font-weight: 600;
}
.row-1 .r1-type .r1-type-line {
  width: 1px;
  height: 20px;
  background: #eeeeee;
}
.row-1 .r1-type-title {
  width: 201px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.row-1 .r1-type-title .r1-type-but {
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.row-1 .r1-type-title .r1-type-but-a {
  color: #e71a41;
  font-weight: 600;
}
.row-1 .r1-type-title .r1-type-line {
  width: 1px;
  height: 20px;
  background: #eeeeee;
}
.row-1 .r1-content .r1-content-item {
  display: flex;
  min-height: 48px;
  margin-bottom: 52px;
  align-items: center;
  position: relative;
}
.row-1 .r1-content .r1-content-item .r1-content-item-label {
  min-width: 166px;
  width: 166px;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-right: 16px;
}
.row-1 .r1-content .r1-content-item .r1-content-item-label .required {
  color: #e71a41;
}
.row-1 .r1-content .r1-content-item .r1-content-item-input {
  width: 978px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  font-size: 16px;
  padding: 0 16px;
}
.row-1 .r1-content .r1-content-item .r1-content-item-tip {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  color: #a8abb9;
  left: 182px;
  bottom: -25px;
}
.row-1 .r1-content .r1-content-item .r1-content-item-text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.row-1 .r1-content .r1-content-item .el-select__wrapper {
  height: 48px;
  font-size: 16px;
}
.row-1
  .r1-content
  .r1-content-item
  .el-select__wrapper
  .el-select__input-wrapper,
.row-1
  .r1-content
  .r1-content-item
  .el-select__wrapper
  .el-select__input-wrapper
  .el-select__input {
  width: 100% !important;
}
.row-1 .r1-content .r1c-box {
  width: 920px;
  height: 520px;
  border: 1px solid #eee;
  margin: 0 auto 40px;
}
.row-1 .r1-content .r1c-box .r1c-box-row {
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-rows: 50px;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
}
.row-1 .r1-content .r1c-box .r1c-box-row .r1c-box-row-line {
  background-color: #eee;
}
.row-1 .r1-content .r1c-box .r1c-box-row .r1c-box-row-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-1 .r1-content .r1c-box .r1c-box-row-2:nth-last-child(1) {
  border: unset;
}
.row-1 .r1-content .r1c-box .r1c-box-row-2 {
  padding: 20px 40px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.row-1 .r1-content .r1c-box .r1c-box-row-2 .r1-content-but-download {
  width: 160px;
  height: 40px;
  background: #e71a41;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.row-1 .r1-content .r1c-box .r1c-box-row-2 .r1c-box-row-2-item {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 18px;
  margin-bottom: 15px;
}
.row-1 .r1-content .r1c-box .r1c-box-row-2 .r1c-box-row-2-item .label {
  line-height: 50px;
  width: 170px;
}
.row-1 .r1-content .r2c-box {
  width: 920px;
  border: 1px solid #eee;
  margin: 0 auto 40px;
}
.row-1 .r1-content .r2c-box .r2c-box-row {
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-rows: 50px;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
}
.row-1 .r1-content .r2c-box .r2c-box-row .r2c-box-row-line {
  background-color: #eee;
}
.row-1 .r1-content .r2c-box .r2c-box-row .r2c-box-row-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-1 .r1-content .r2c-box .r2c-box-row-2 {
  padding: 20px 40px;
}
.row-1 .r1-content .r2c-box .r2c-box-row-2 .r2c-box-row-2-item {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 18px;
}
.row-1 .r1-content .r2c-box .r2c-box-row-2 .r2c-box-row-2-item .label {
  line-height: 50px;
  width: 170px;
}
.row-1 .r1-content .r1c-empty {
  width: 920px;
  height: 420px;
  margin: 0 auto;
}
.row-1 .r1-content .r1c-empty .r1c-empty-img {
  width: 350px;
  height: 214px;
  padding-top: 40px;
  margin: 0 auto;
  display: flex;
}
.row-1 .r1-content .r1c-empty .r1c-empty-title {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #333;
  display: block;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 10px;
}
.row-1 .r1-content .r1c-empty .r1c-empty-tip {
  text-align: center;
  color: #999999;
  font-size: 14px;
  line-height: 26px;
  display: block;
  margin: 0;
}
.row-1 .r1-content .r1-content-but {
  width: 160px;
  height: 40px;
  background: #e71a41;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 40px;
  cursor: pointer;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a8abb2;
  /* 设置为你想要的颜色 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a8abb2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a8abb2;
}
.el-loading-spinner .path {
  stroke: red;
}
.el-select-dropdown {
  min-width: 400px !important;
}
.el-select__popper {
  width: fit-content !important;
}
