html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #333;
  font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}

.wcdiv {
  height: 90%;
  /* margin: 0px; */
  /* padding: 20px; */
  /* background-color: rgb(245, 245, 249); */
}

.tdiv {
  width: 100%;
  height: 15%;
  /* padding: 20px 0; */
  /* background-color: rgb(255, 254, 254); */
}

.tdiv span {
  margin-left: 2%;

}

.ssinp {
  width: 70% !important;
}

.cdiv {
  height: 100%;
  /* width: 100%; */
  /* margin-top: 2%; */
}

.cldiv {
  width: 55%;
  height: 100%;
  float: left;
  background: #fff;
}

.crdiv {
  width: 45%;
  height: 80%;
  float: left;
  background: #fff;
  /* margin-left: 2%; */
}

.t1 {
  width: 100%;
  float: left;
}

.c1 {
  /* width: 94%; */
  margin: 0 auto;

  height: 100%;
}

.c2 {
  width: 94%;
  /* height: 344px; */
  margin: 30px auto;
  z-index: 100;
}

.c3 {
  /* width: 94%; */
  /* height: 344px; */
  margin: 30px auto;
  position: absolute;
  z-index: 101;
}

.el-descriptions {
  overflow-y: auto;
  height: 100%;
}

.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell {
  line-height: 2 !important;
  font-size: 14px;
}

.el-descriptions-item__label.is-bordered-label {
  text-align: center !important;
}

.el-descriptions-item__label.is-bordered-label {
  background: #fff !important;
}

.el-autocomplete {
  width: 88%;
}

.my-label {
  width: 26%;
}

.djq {
  width: 375px;
  margin-top: 80px;
  font-size: 40px;
  text-align: center;
  color: rgb(219, 36, 28);
  font-weight: 600;
  letter-spacing: 15px;
}

.rqq {
  width: 350px;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.yxq {
  margin-top: 208px;
  font-size: 20px;
  width: 445px;
  text-align: center;
}

.header {
  height: 167px;
  background: url(./images/t_bg.jpg) no-repeat top center;
  border-top: solid 4px #428ff8;
}

.xyzt {
  width: 360px;
  margin-top: 80px;
  font-size: 32px;
  text-align: center;
  color: #465DA9;
  font-weight: 600;
  letter-spacing: 5px;
}

.bljl {
  width: 350px;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
  color: #68739D;
  font-weight: 600;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(45, 48, 231, 0.4);
}