@font-face {
  font-family: 'MyFont';
  src: url('../fonts/阿里巴巴普惠体H.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyFontBod';
  src: url('../fonts/DIN-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  cursor: pointer !important;
}

span:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  cursor: pointer !important;
}

img {
  border: 0;
  pointer-events: none;
}

/* body {
    padding-top: 42px;
} */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

 body {
      margin: 0;
      font-family: 'Arial', sans-serif;
      background-color: #f2f2f2;
      background-color: #F0233c;
    }

    body, html {
  height: auto;
  overflow: visible;
}

.poster {
   min-height: auto; /* 或者不要设置固定高度 */
   width: 100%;
   background-image: url('../image/list/bg-1.png'); /* 替换成你的背景图路径 */
   background-size: cover;       /* 拉伸填充整个容器 */
   background-position: center;  /* 居中对齐 */
   position: relative;
  z-index: 0; /* 保证 poster 是定位上下文 */
}

.poster-top{
   width: 100%;
   padding: 0 20px;
   box-sizing: border-box;
}

.poster-watermark{
  height: 100%;
  background-image: url('../image/list/watermark-logo.png');
  background-repeat: repeat;     
  background-position: center;   
  background-size: auto;          
}

.poster-watermark-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; /* 在最顶层 */
  width: 100%;
  height: 100%;
  background-image: url('../image/list/watermark-logo.png');
  background-repeat: repeat;
  background-position: center;
  background-size: 140px 138px;
  pointer-events: none; /* 关键！让水印不影响页面交互 */
}

.poster-title{
   width: 100%;
   padding: 0 20px;
   box-sizing: border-box;
   text-align: center;
   font-family: 'MyFont', sans-serif;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 74px;
	letter-spacing: 0px;
	color: #ffffff;
   margin-bottom: 16px;
   margin-top: 10px;
}

.poster-content{
   width: 100%;
   padding: 0 20px;
   box-sizing: border-box;
}

.poster-content-box{
   height: 100%;
   width: 100%;
   padding: 0 20px;
   box-sizing: border-box;
   background-color: #ffffff;
   border-radius: 8px;
}

.poster-content-box-top{
   width: 100%;
   position: relative;
}

.poster-content-box-top-img{
   width: 100%;
   position: relative;
   bottom: 7px;
}

.poster-content-box-top-text{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-65%);
   font-family: Alibaba-PuHuiTi-H;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 68px;
	letter-spacing: 0px;
	color: #ffffff;
   white-space: nowrap;
   font-family: 'MyFont', sans-serif;
}

.poster-content-box-list{
   height: 810px;
   overflow-y: scroll;
}

.poster-content-box-list-item{
   height: 110px;
   width: 100%;
   background-color: #f6f6f6;
	border-radius: 10px;
   padding: 10px;
   box-sizing: border-box;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 15px;
}

.poster-content-box-list-item-left{
   display: flex;
}

.poster-content-box-list-item-left-ranking-1{
   width: 25px;
   height: 33px;
   margin-right: 10px;
   position: relative;
   bottom: 10px;
   position: relative;
}

.poster-content-box-list-item-left-ranking-num-1{
   position: absolute;
   bottom: 3px;
   left: 50%;
   transform: translate(-50%,-10%);
   color: #ffffff;
   font-family: 'MyFontBod', sans-serif;
}


.ranking-4{
   color: #916448;
}

.poster-content-box-list-item-left-ranking-img-1{
   width: 25px;
   height: 33px;
}

.poster-content-box-list-item-left-student-name{
   display: flex;
   font-size: 16px;
	color: #000000;
   font-family: 'MyFontBod', sans-serif;
   font-weight: 500;
}

.poster-content-box-list-item-left-student-name-fraction{
	font-size: 16px;
   font-family: 'MyFontBod', sans-serif;
	color: #f0233c;
   margin-left: 8px;
   font-weight: 500;
}

.poster-content-box-list-item-left-student-major{
   color: #4d4d4d;
   font-family: 'MyFontBod', sans-serif;
   font-weight: 500;
   display: flex;
   font-size: 14px;
   align-items: center;
}

.poster-content-box-list-item-right{
   width: 8px;
   height: 14px;
}

.poster-content-box-list-item-right-img{
   width: 100%;
   height: 100%;
}

.poster-footer{
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 16px 0;
}

.poster-footer-left{
   height: 46px;
}

.poster-footer-center{
   display: flex;
   flex-direction: column;
   font-size: 12px;
	letter-spacing: 0px;
	color: #ffffff;
   margin: 0 24px;
}

.poster-footer-center-img{
   height: 64px;
}

.poster-footer-right{
   height: 46px;
}

.poster-fiex{
	background-color: #ffe3d2;
	border-radius: 39px;
	border: solid 0px #000000;
   position: fixed;
   right: 25px;
   bottom: 7%;
   padding: 2px 8px;
   box-sizing: border-box;
}

.poster-fiex-item{
   font-family: PingFangSC-Regular;
	font-size: 12px;
	letter-spacing: 0px;
	color: #f0233c;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 68px;
}

.poster-fiex-item-img{
   width: 18px;
   margin-bottom: 6px;
}

.poster-fiex-border{
   width: 100%;
   height: 0.5px;
   background-color: #FFCAB0;
}

.poster-fiex-item-text{
   line-height: 12px;
   font-family: 'MyFontBod', sans-serif;
}

.poster-content-box-tab{
   display: flex;
   justify-content: space-between;
   margin-bottom: 10px;
}

.poster-content-box-tab-item{
   padding: 4px 0;
   width: 15%;
   box-sizing: border-box;
   border-radius: 10px;
	border: solid 1px #fbdcca;
   color: #9e8d84;
   white-space: nowrap;
   display: flex;
   justify-content: center;
   align-items: center;
}

.poster-content-box-tab-item.active {
  color: #fff;
  background-image: linear-gradient(45deg, #f0233c 0%, #cc1e33 100%),
    linear-gradient(#f0233c, #f0233c);
  background-blend-mode: overlay;
}

.border-note{
   height: 8px;
   border: 1px solid #dbdbdb;
   margin: 0 6px;
}