.news_center_box {
  flex: 1;
}
.news_center_box .form-box {
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}
.news_center_box .form-box .form-item {
  width: 60%;
  display: flex;
  align-items: center;
}
.news_center_box .form-box .form-item .form-item-text {
  width: 12%;
  text-align-last: justify;
  margin-right: 30px;
  position: relative;
}
.news_center_box .form-box .form-item .form-item-text:after {
  content: ':';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.news_center_box .form-box .form-item .form-item-val {
  flex: 1;
}
.news_center_box .form-box .form-item .form-item-img {
  width: 160px;
  height: 45px;
  margin-left: 30px;
  cursor: pointer;
}
.news_center_box .form-box .form-item .form-item-img img {
  width: 100%;
  height: 100%;
}
.news_center_box .form-box .form-item-error {
  height: 30px;
  width: 60%;
  padding-left: 10%;
  text-align: left;
  color: #C40C12;
}
.news_center_box .form-box input {
  width: 100%;
  outline: none;
  background: #F5F5F5;
  border: none;
  height: 45px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
}
.news_center_box .form-box input::placeholder {
  color: #D3D3D3;
}
.news_center_box .form-box textarea {
  width: 100%;
  outline: none;
  background: #F5F5F5;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  resize: none;
  font-size: 16px;
}
.news_center_box .form-box textarea::placeholder {
  color: #D3D3D3;
}
.news_center_box .form-box select {
  width: 100%;
  outline: none;
  background: #F5F5F5;
  border: none;
  height: 45px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
}
.news_center_box .form-box .form-btn {
  display: flex;
  justify-content: space-between;
  width: 60%;
  padding-left: 10%;
}
.form-btn-1 {
  width: 180px;
  height: 50px;
  border: 1px solid #C40C12;
  color: #C40C12;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 6px;
}
.form-btn-1:hover {
  background: #C40C12;
  color: #fff;
  box-shadow: 4px 4px 8px 2px #c40c1252;
}
.form-btn-sub {
  width: 180px;
  height: 50px;
  border: 1px solid #C40C12;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 6px;
  background: #C40C12;
  transition: all 0.4s;
}
.form-btn-sub:hover {
  box-shadow: 8px 8px 8px 2px #c40c1252;
}
.return-back {
  margin-bottom: 12px;
}

.return-back .iconfont {
  display: inline-block;
  color: #fff;
  background-color: #c40c12;
  line-height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.return-back .iconfont:hover {
  filter: brightness(1.1);
}

.return-back .iconfont:active {
  filter: brightness(0.95);
}

[name="detailContainer"] p,
[name="detailContainer"] table {
  margin-left: 48px;
}
.section-title,
[name="detailContainer"] p {
  font-size: 20px;
  font-weight: bold;
  color: #c40c12;
  margin-bottom: 15px;
}

[name="detailContainer"] table {
  width: calc(100% - 48px);
  border-top: 1px solid #e9a5a8;
  border-left: 1px solid #e9a5a8;
  margin-top: 15px;
  margin-bottom: 20px;
  border-spacing: 0;
}

[name="detailContainer"] td {
  line-height: 36px;
  text-align: center;
  border-right: 1px solid #e9a5a8;
  border-bottom: 1px solid #e9a5a8;
}

.additional-apply {
  display: flex;
  justify-content: flex-end;
  width: 80%;
}
.additional-apply .textarea {
  flex: 1;
}
.additional-apply .primary-btn {
  flex-shrink: 0;
  height: 41px;
  margin-left: 10px;
}
.tab-content,
.tab-item {
  display: flex;
  align-items: center;
}
.tab-item {
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 #55000080;
  margin-right: 12px;
  cursor: pointer;
}
.tab-item>img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-right: 10px;
  flex-shrink: 0;
}
.tab-item .description {
  font-size: 14px;
  color: #9a9a9a;
  word-break: break-all;
  width: 168px;
}
.table-container {
  height: 300px;
  transform: scale(1);
  overflow-y: auto;
}
.table-container::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
.table-container::-webkit-scrollbar-thumb {
  background-color: #C51016;
  border-radius: 8px;
}
.x-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.x-table th,
.x-table td {
  line-height: 36px;
  padding: 0 16px;
}
.x-table tbody tr {
  cursor: pointer;
}
.x-table tbody tr:hover {
  color: #c40c12;
  text-decoration: underline;
}
.x-table tbody tr:nth-child(2n + 1) {
  background: #C510160A;
}
.x-table th {
  white-space: nowrap;
  background-color: #C51016;
  color: #fff;
  font-weight: normal;
  text-align: left;
  position: sticky;
  top: 0;
}
.x-table th:last-child {
  border-right: none;
}
.text-center {
  text-align: center;
}
.success-status {
  color: #16C586;
}
.error-status {
  color: #C51016;
}
/*# sourceMappingURL=index.css.map */