:root {
  --primary-color: #3a83e9;
  --shallow-color: #dbeaff;
  --wdxj-bg-color: #f4f9ff;
  --dw-img: url(dw.png);
  --dh-right-active: url(right-active.png);
  --zhxx-img: url(zhxx-active.png);
  --wdxj-img: url(wdxj-active.png);
  --szxx-img: url(szxx-active.png);
}
[data-theme="red"] {
  --primary-color: #bd1a2d;
  --shallow-color: #ffebed;
  --wdxj-bg-color: #fff0f1;
  --dw-img: url(dw-red.png);
  --dh-right-active: url(right-red-active.png);
  --zhxx-img: url(zhxx-red-active.png);
  --wdxj-img: url(wdxj-red-active.png);
  --szxx-img: url(szxx-red-active.png);
}
html {
  scroll-behavior: smooth;
}
:target {
  padding-top: 30px;
  margin-top: -30px;
}
body {
  font-family: Microsoft YaHei;
  /* width: auto;
  height: auto; */
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
a {
  cursor: pointer;
}
a:hover {
  color: #3a83e9;
}
button {
  outline: none;
  border: none;
  background: none;
}
input {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动 */
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
* {
  box-sizing: border-box;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.content {
  background: rgba(0, 0, 0, 0.1) url(bg.png) repeat-y center top;
  padding-bottom: 30px;
}
/* 当前位置 */
.dqwz-box {
  height: 81px;
  line-height: 21px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  gap: 5px;
  color: #999999;
}
.dqwz-box a {
  color: #999999;
}
.dqwz-box a:last-child {
  color: #000000;
}
.dqwz-box .dqwz-img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: var(--dw-img) no-repeat center center;
  background-size: contain;
}

/* 内容 */
.wapper-content {
  display: flex;
  justify-content: space-between;
}
.yhzx-dh {
  width: 240px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: 570px;
  background: #ffffff;
  gap: 30px;
  position: sticky;
  top: 30px;
}
.yhzx-dh-item {
  display: flex;
  padding-left: 32px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.yhzx-dh-item:nth-child(1) {
  background: url(zhxx.png) no-repeat left center;
}
.yhzx-dh-item:nth-child(2) {
  background: url(wdxj.png) no-repeat left center;
}
.yhzx-dh-item:nth-child(3) {
  background: url(szxx.png) no-repeat left center;
}
.yhzx-dh-item.active a {
  color: var(--primary-color);
}
.yhzx-dh-item:nth-child(1).active,
.yhzx-dh-item:nth-child(1):hover {
  background: var(--zhxx-img) no-repeat left center;
}
.yhzx-dh-item:nth-child(2).active,
.yhzx-dh-item:nth-child(2):hover {
  background: var(--wdxj-img) no-repeat left center;
}
.yhzx-dh-item:nth-child(3).active,
.yhzx-dh-item:nth-child(3):hover {
  background: var(--szxx-img) no-repeat left center;
}
.yhzx-dh-item .yhzx-dh-right {
  width: 8px;
  height: 14px;
  background: url(right.png) no-repeat center center;
  background-size: contain;
}
.yhzx-dh-item.active .yhzx-dh-right,
.yhzx-dh-item:hover .yhzx-dh-right {
  background: var(--dh-right-active) no-repeat center center;
  background-size: contain;
}
.yhzx-dh-item:hover a {
  color: var(--primary-color);
}

.yhzx-main {
  width: 930px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.yhzx-main > div {
  background: #ffffff;
  padding: 30px;
}
.yhzx-zhxx-top {
  position: relative;
}
.yhzx-title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  /* margin-bottom: 44px; */
  height: 73px;
  box-sizing: content-box;
  user-select: none;
}

.yhzx-title::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 4px;
  background: #ea2b22;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  /* top: 49px; */
  bottom: 20px;
}
.yhzx-zhxx-xm {
  margin-left: 40px;
  user-select: none;
}
.yhzx-zhxx-xm em {
  font-style: normal;
  font-weight: 700;
}
.yhzx-zhxx-hyy {
  margin-left: 14px;
  user-select: none;
}
.exit-login {
  position: absolute;
  right: 0;
  top: 0;
  width: 98px;
  height: 40px;
  background: var(--shallow-color);
  border: 1px solid var(--primary-color);
  border-radius: 21px;
  text-align: center;
  line-height: 40px;
  color: var(--primary-color);
  cursor: pointer;
}
.yhzx-zhxx-info {
  display: grid;
  width: 80%;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
.yhzx-zhxx-info-item {
  display: grid;
  grid-template-columns: 80px auto;
}
.yhzx-zhxx-info-label {
  color: #999999;
  text-align: right;
}
.yhzx-wdxj-list-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: var(--wdxj-bg-color);
  display: flex;
}
.yhzx-wdxj-list-header-item {
  padding-left: 20px;
  font-weight: 700;
  color: var(--primary-color);
}
.yhzx-wdxj-list-header-item:nth-child(1) {
  width: 65%;
}
.yhzx-wdxj-list-header-item:nth-child(2) {
  width: 20%;
}
.yhzx-wdxj-list-header-item:nth-child(3) {
  width: 15%;
}
.yhzx-wdxj-list-item {
  height: 50px;
  line-height: 50px;
  display: flex;
}
.yhzx-wdxj-list-item:nth-child(odd) {
  background: #f8f8f8;
}
.yhzx-wdxj-list-item-title,
.yhzx-wdxj-list-item-time,
.yhzx-wdxj-list-item-status {
  padding-left: 20px;
}
.yhzx-wdxj-list-item-title {
  width: 65%;
}
.yhzx-wdxj-list-item-time {
  width: 20%;
}
.yhzx-wdxj-list-item-status {
  width: 15%;
}
.yhzx-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
.yhzx-pagination span {
  line-height: 40px;
  padding: 0 9px;
  color: #333;
}
.yhzx-pagination span:nth-child(-n + 4) {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}
.yhzx-pagination span.active {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  background: var(--primary-color);
  color: #ffffff;
}
.yhzx-szxx-label {
  font-weight: 700;
  display: block;
}
.yhzx-szxx span {
  line-height: 32px;
}
.yhzx-szxx p {
  line-height: 32px;
  text-indent: 2em;
}
.yhzx-szxx p.yhzx-szxx-bz {
  color: #ff0000;
  margin-top: 30px;
}
.submit-btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: var(--primary-color);
  border-radius: 4px;
  text-align: center;
  margin: 40px auto 0;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
}
.submit-btn:hover {
  color: #ffffff;
  opacity: 0.9;
}