/* 全屏背景色设置 */
html {
    background: linear-gradient(
        rgba(12, 19, 33, 1) 11.84%,
        rgba(15, 32, 69, 1) 45.52%,
        rgba(12, 28, 59, 1) 100%
      );
      /* 思源黑体 */
      font-family: "NotoSansHans-Regular" !important;
}

@font-face {
font-family:"NotoSansHans-Regular";
src: url('https://resources.shuhua.com/publicFonts/NotoSansHans-Regular.otf') format('opentype');
}
/* 页面背景 */

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* user-select: none; */
  opacity: 1;
  background: linear-gradient(
    rgba(12, 19, 33, 1) 11.84%,
    rgba(15, 32, 69, 1) 45.52%,
    rgba(12, 28, 59, 1) 100%
  );
  background-size: 100%;
}

/* 页面结构 */
.sh_head {
  height: 0.96rem;
  position: relative;
}

.sh_body {
  height: calc(100% - 0.96rem);
}

/* 页头布局 */
.sh_head .sh_title {
  display: flex;
  height: 0.96rem;
  align-items: stretch;
  /* text-align: center; */
  background: url("../images/titleNew.png") no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}

.sh_head .sh_time {
  display: flex;
  align-items: center;
  width: 89%;
  height: 0.44rem;
  /* text-align: right; */
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 500;
  padding-right: 0.35rem;
  padding-top: 0.22rem;
  /* margin-left: 0.3rem; */
  left: 1.6rem;
  position: relative;
  top: -3%;
}

.sh_head .sh_title > span {
  color: #ffffff;
  font-size: 0.3rem;
  letter-spacing: 0.05rem;
  text-shadow: 0 2px 0 #341ace;
  display: block;
  position: absolute;
  left: 50%;
  top: 23%;
  /* top: 35%; */
  font-weight: 700;
  letter-spacing: 9px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  -webkit-transform: translate(-50%, -27%);
  -moz-transform: translate(-50%, -27%);
  -ms-transform: translate(-50%, -27%);
  -o-transform: translate(-50%, -27%);
  transform: translate(-50%, -27%);
}
/* .sh_head .sh_time div > a{
  float: left;
  display: block;
  color: #ffffff;
  font-size: 0.12rem !important;
  text-decoration: none;
  padding: 0.01rem 0.025rem 0.025rem 0.025rem;
  margin-left: 0.6rem;
} */
.sh_timediv1 a{
  float: left;
  display: block;
  color: #ffffff;
  font-size: 0.14rem !important;
  text-decoration: none;
  padding: 0.01rem 0.025rem 0.025rem 0.025rem;
  margin-left: 0.2rem;
}
.sh_timediv1{
  top: 0.15rem !important;
}
.sh_timediv2{
  top: 0.35rem !important;
  right: 2.5rem !important;
}
.sh_timediv3{
  right: 0.15rem !important;
  top: 0.48rem !important;
}
.sh_timediv2 a{
  margin-right: 0.2rem;
  font-size: 0.14rem !important;
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0.01rem 0.025rem 0.025rem 0.025rem;
}
.sh_head .sh_time div:nth-child(1) {
 margin-left: -0.1rem !important;
}

.sh_head .sh_time div > a.sh_active {
  color: #66ffff;
  position: relative; /* 添加相对定位以便容纳伪元素 */
}

.sh_head .sh_time div > a.sh_active::after {
  content: ""; /* 必须有内容才能显示伪元素 */
  display: inline-block; /* 使其成为内联块级元素，以便可以设置宽度 */
  height: 2px; /* 线条高度，根据设计图调整 */
  width: calc(100% / 3); /* 文字宽度的三分之一 */
  background-color: #66ffff; /* 线条颜色 */
  position: absolute; /* 绝对定位以精确控制线条位置 */
  bottom: -2px; /* 将线条置于文字底部，数值与border-bottom宽度一致 */
  left: 50%; /* 让线条居中对齐 */
  transform: translateX(-50%); /* 使用平移使得线条从文字中间开始 */
}
.datashow {
  width: 0.7rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 21%;
  left: 99.2%;
  background-color: #66ffff;
  color: black;
  border-radius: 0.3rem 0.35rem 0.35rem 0;
  font-size: 0.1rem;
  letter-spacing: 0;
  text-shadow: none;
}
