.box {
  min-width: 1080px;
}
.head-out {
  background: #FFE3D7;
}
.head-out .head-box {
  width: auto;
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.head-out .head-box .head-left-box {
  color: #000;
}
.head-out .head-box .head-left-box span {
  margin-right: 10px;
}
.head-out .head-box .head-right-box {
  color: #C40C12;
  display: flex;
  align-items: center;
}
.head-out .head-box .head-right-box div {
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.head-out .head-box .head-right-box div:before {
  content: '';
  width: 2px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #C40C12;
}
.head-out .head-box .head-right-box div:last-child {
  padding-right: 0;
}
.head-out .head-box .head-right-box div:last-child:before {
  display: none;
}
.welcome-box {
  height: 260px;
  background: linear-gradient(360deg, #F5F5F5 0%, #FFECEC 100%);
  text-align: center;
  position: relative;
}
.welcome-box img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.welcome-box .welcome-fun-box {
  position: relative;
  width: auto;
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
  height: 100%;
  text-align: right;
  line-height: 260px;
  padding-right: 3%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.welcome-box .welcome-fun-box .welcome-fun-select {
  display: flex;
  justify-content: flex-end;
  line-height: normal;
  align-items: center;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-type {
  background: #fff;
  padding: 9px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #F2F2F2;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-type .iconfont {
  color: #D9D9D9;
  margin-left: 8px;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-input {
  background: #fff;
  padding: 20px;
  width: 280px;
  text-align: left;
  color: #C40C12;
  border-color: transparent;
  font-size: 16px;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-btn {
  background: #C40C12;
  color: #fff;
  padding: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.body {
  background: #F5F5F5 url(../img/body_img.png) center center no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 15px;
}
.body .body-box {
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
}
.content-box {
  display: flex;
}
.content-box .content-box-son {
  margin-right: 15px;
}
.content-box .content-box-son:last-child {
  margin-right: 0;
}
.content-box .content-left-box {
  flex-shrink: 0;
  width: 280px;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  height: 100%;
}
.content-box .content-left-box .content-left-title {
  font-size: 20px;
  color: #000000;
  position: relative;
  margin-bottom: 15px;
}
.content-box .content-left-box .content-left-title:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 80%;
  background: #C40C12;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
}
.content-box .content-left-box .content-left-title span {
  margin-left: 15px;
}
.content-box .content-left-box .content-left-tabs {
  width: 100%;
}
.content-box .content-left-box .content-left-tabs .content-left-tabs-item {
  font-size: 16px;
  color: #000;
  padding: 12px 18px;
  background: linear-gradient(356.2deg, #FFFFFF 3.02%, #FFF6F6 96.81%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  box-shadow: 0px 2px 2px 0px #0000000D;
  cursor: pointer;
  transition: all 0.3s;
}
.content-box .content-left-box .content-left-tabs .content-left-tabs-item:hover {
  background: #C40C12;
  color: #fff;
}
.content-box .content-left-box .content-left-tabs .tabs-item-action {
  background: #C40C12;
  color: #fff;
}
.content-box .content-mid-box {
  flex: 1;
  background: #fff;
  padding: 24px;
  border-radius: 4px;
}
.content-box .content-mid-box .content-mid-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  color: #000;
  font-weight: 500;
}
.content-box .content-mid-box .content-mid-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px #E1E1E1 dashed;
  margin-bottom: 10px;
}
.content-box .content-mid-box .content-mid-info .content-mid-info-left {
  flex: 1;
  display: flex;
  justify-content: space-between;
  color: #9A9A9A;
  font-size: 12px;
}
.content-box .content-mid-box .content-mid-info .content-mid-info-left .content-mid-info-left-text {
  margin-right: 15px;
}
.content-box .content-mid-box .content-mid-info .content-mid-info-right {
  display: none;
  font-size: 16px;
}
.content-box .content-mid-box .content-mid-utils {
  padding: 10px;
  display: flex;
  align-items: center;
}
.content-box .content-mid-box .content-mid-utils .content-mid-utils-text {
  color: #9A9A9A;
  margin-right: 15px;
  font-size: 12px;
}
.content-box .content-mid-box .content-mid-utils .content-mid-utils-btn {
  width: 160px;
  background: #F6F6F6;
  padding: 8px 18px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
}
.content-box .content-mid-box .content-mid-utils .content-mid-utils-btn .content-mid-utils-btn-item {
  color: #9A9A9A;
  font-size: 12px;
  cursor: pointer;
}
.content-box .content-mid-box .content-mid-utils .content-mid-utils-btn .btn-action {
  color: #C40C12;
}
.content-box .content-mid-box .content-mid-text {
  text-indent: 2em;
  line-height: 2em;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  word-break: break-all;
}
.page-bar-container {
  margin: 12px 0;
}
.page-bar-container .page-bar-list {
  text-align: right;
}
.page-bar-container .page-item {
  display: inline-block;
  font-size: 16px;
  min-width: 32px;
  line-height: 32px;
  padding: 0 8px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #f9f2f2;
  text-align: center;
  cursor: pointer;
}
.page-bar-container .page-item:hover {
  color: #C40C12;
}
.page-bar-container .page-item.active {
  color: #C40C12;
  border: 1px solid #C40C12;
}
.approve-info {
  font-size: 14px;
  line-height: 24px;
  color: var(--font-color-gray);
}
/*# sourceMappingURL=index.css.map */
