body{
  background:#fff;
}
.pb-3 {
    padding-bottom: 15px !important;
}
.pt-4 {
    padding-top: 15px !important;
}

#modal-vote-ok.modal.fade .modal-dialog{
    transition:transform 0s ease-out !important;
  }

  #modal-vote-ok.modal.fade {
    transition: opacity 0s linear;
  }
  
  .more-dropdown{
    z-index:999;
  }

.box-title-2024 {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  width: 100%;
  background: url(https://oss.singandlearn.cn/awards2025/dot.png) no-repeat;
  background-position: center bottom;
  background-size:193px 15px;
  padding:25px 0;
  margin-bottom:50px;
}
.box-title-2024-inner-left {
  width: 47px;
  height: 56px;
  margin-right:38px;
  background: url(https://oss.singandlearn.cn/awards2025/left.png) no-repeat;
  background-size: 100% 100%;
}
.box-title-2024-inner-right {
  width: 47px;
  height: 56px;
  margin-left:38px;
  background: url(https://oss.singandlearn.cn/awards2025/right.png) no-repeat;
  background-size: 100% 100%;
}
.box-title-2024-inner-middle {
      font-size: 32px;
      line-height:36px;
      padding:0.5em 1.5em;
      border: 5px solid #8352c8;
      text-align: center;
      font-weight: bold;
      color:#8352c8;
}

.works-list-item.item0{
  padding-top:7.3vw;
  margin-top:0;
  height:67vw;
}

.user001 {font-size:12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right:10px; margin-bottom:0;}



  @media (min-width: 1400px) {
      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl,
      .container-xxl {
          max-width: 1140px;
      }
  }

.works-contont-list img.banner{
  display:block;
  width:100%;
}

.works-list-item h3{
  color:#fff;
  font-size:32px;
  margin:1.3em 0;
  padding:15px 0;
}

.work-item{
  display:block;
  color:#fff !important;
  position: relative;
  z-index:999;
}

.work-item p{
  text-align: center;
  font-size:18px;
  margin:1.3em 0 1.8em 0;
}

.work-item img{
  display:block;
  max-width:100%;  
  border-radius: 5px 5px 0 0;
}

.work-item::after{
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://oss.singandlearn.cn/2024124/o_1iet7tov016docd8gitqrj138aa.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 33%;
  left: 50%;
  margin-left: -25px;
}

.top-j .work-item::after {
  top: 50%;
  margin-top: -25px;
}

.top-j {
  margin-bottom:20px;
}

.works-list-item .container{
  position: relative;
}





.show-pc{
  display:block !important;
}

.show-m{
  display:none !important;
}


.works-list-item-notic{
  max-width:80%;
  margin:0 auto;
}

.works-list-item-notic p{
  background:url(https://oss.singandlearn.cn/awards2025/middle.png);
  background-size:100% 100%;
  padding: 20px 8%;
  font-weight: 400;
  font-size: 18px !important;
  color: #fff;
  line-height: 2.5em;
  margin-bottom: 0;
}

.works-list-item-notic .before{
  display:block;
  width:100%;
  height:auto;
}


.work-item-video{
  background:#fff;
  border-radius: 5px;
}

.work-item-video .content{
  padding:0 15px;
}

.works-list-more{
  position: absolute;
  top: 60px;
  right: 0;
}

.works-list-more img{
  display:block;
  width:160px;
  margin:10px auto;
}

.works-list-item-title{
  max-width:60%;
  margin:0 auto;
  display:block;
  width:100%;
  margin-bottom:16px;
}

.works-list-item.item0 .row{
  display:block;
  
}

.works-list-item h3{
  font-size: 20px;
  margin: 1.3em auto;
  width: calc( 100% - 60px);
  background: url(../images/worklist2023/m-t2.png) no-repeat;
  background-size: 50% 100%;
  background-position: center;
  text-align: center;
  font-weight: bold;
  margin-bottom:2.5rem;
}

.works-list-item {
    margin-top:100px;
}

.works-list-item-bg{
    background: url(https://oss.singandlearn.cn/awards2025/bg.jpg) repeat-y;
    background-size: 100% auto;
  }


@media (max-width: 767px) {

  .works-list-item {
    margin-top:30px;
  }
  .top-j .work-item::after {
    margin-top: -15px;
  }

  h5.title {
    margin-bottom:6px;
  }

  .works-list-item-title{
    max-width:100%;
  }

  .works-list-item-notic{
    max-width:100%;
  }

  .user001 {margin-bottom:1px;}

  .pb-3 {
    padding-bottom: 6px !important;
  }
  .pt-4 {
      padding-top: 6px !important;
  }
  .work-item-video .content{
    padding:0 8px;
  }

  .works-list-item h3{
    font-size: 20px;
    margin: 1.3em auto;
    width: calc( 100% - 60px);
    background: url(../images/worklist2023/m-t2.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-weight: bold;
  }

  .work-item p{
    font-size:14px;
  }

  .work-item::after{
    width: 30px;
    height: 30px;
    top: 29%;
    margin-left: -15px;
  }

  .works-list-item.item0{
    padding-top:10vw;
    margin-top:0;
    height:104vw;
  }

  .works-list-item-bg{
    background: url(https://oss.singandlearn.cn/awards2025/bg-m.jpg) repeat-y;
    background-size: 100% auto;
    padding-left:6px;
    padding-right:6px;
  }

  .top-j {padding-left:6px; padding-right:6px;}

  .works-list-item-notic {
    margin: 0;
    width: 100%;
  }


.box-title-2024 {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  width: 100%;
  background: url(https://oss.singandlearn.cn/awards2025/dot.png) no-repeat;
  background-position: center bottom;
  background-size:137px 10px;
  padding:20px 0;
  margin-bottom:30px;
}
.box-title-2024-inner-left {
  width: 23.5px;
  height: 28px;
  margin-right:10px;
  background: url(https://oss.singandlearn.cn/awards2025/left.png) no-repeat;
  background-size: 100% 100%;
}
.box-title-2024-inner-right {
  width: 23.5px;
  height: 28px;
  margin-left:10px;
  background: url(https://oss.singandlearn.cn/awards2025/right.png) no-repeat;
  background-size: 100% 100%;
}
.box-title-2024-inner-middle {
      font-size: 16px;
      line-height:22px;
      padding:0.5em 1em;
      border: 5px solid #8352c8;
      text-align: center;
      font-weight: bold;
      color:#8352c8;
}

.works-list-item-notic p{
  background:url(https://oss.singandlearn.cn/awards2025/middle.png);
  background-size:100% 100%;
  padding: 0 8%;
  font-weight: 400;
  font-size: 12px !important;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 0;
}

  .works-list-item.item0{
    padding-top:0px;
    margin-top:0;
  }

  .works-list-item.item1{
    background:transparent;
    background-size:100% auto;
    background-position: bottom center;
    padding-top:0;
    margin-top:0;
    padding-bottom:5%;
    position: relative;
  }

  .works-list-item.item2{
    background:transparent;
    padding-top:0;
    margin-top:0;
    padding-bottom:5%;
    background-size:100% auto;
    background-position: top center;
  }

  .works-list-item.item3{
    background:transparent;
    padding-top:0;
    margin-top:0;
    padding-bottom:5%;
    background-size:100% auto;
    background-position: bottom center;
  }

  .works-list-item.item4{
    background:transparent;
    padding-top:0;
    margin-top:0;
    padding-bottom:5%;
    background-size:100% auto;
    background-position: top center;
  }

  .works-list-item.item5{
    background:transparent;
    padding-top:0;
    margin-top:0%;
    padding-bottom:5%;
    background-size:100% auto;
    background-position: bottom center;
  }

  .works-list-item.item6{
    background:transparent;
    margin-top:0%;
    padding-bottom:5%;
    /* background:url(../images/worklist2023/m4.png) no-repeat; */
    background-size:100% auto;
    background-position: top center;
  }

  .works-list-item.item7{
    background:transparent;
    margin-top:0;
    padding-bottom:5%;
    /* background:url(../images/worklist2023/m4.png) no-repeat; */
    background-size:100% auto;
    background-position: center center;
  }

  .works-list-item.item8{
    background:transparent;
    margin-top:0;
    padding-bottom:5%;
    /* background:url(../images/worklist2023/m4.png) no-repeat; */
    background-size:100% auto;
    background-position: bottom center;
  }

  .show-pc{
    display:none !important;
  }
  
  .show-m{
    display:block !important; 
  }
}



.more-dropdown {
    color: #fff;
    cursor: pointer;
    padding: 0 5px;
    text-align: right;
    position: relative;
    left: 5px;
    font-size: 20px;
}

.reaction-btn {
    border: none;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
    background: #f5f8fc;
    color: #292929;
    border-radius: 6px;
    padding: 5px 6px;
    min-width: 45px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more-dropdown i {
    color: rgba(255, 255, 255, 0.75);
    transition: 0.3s;
}
.reaction-btn i {
    color: #ff512f;
    font-size: 20px;
    padding-right: 5px;
}
.ri-thumb-up-fill {
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-thumb-up-fill:before {
    content: "\f206";
}

h5.title {
    font-size: 14px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h5.title a {
    color:#333;
}

.d-flex-between {
    display: flex;
    align-items: end;
    justify-content: space-between;
}




.modal.show .modal-dialog {
    width: 80%;
    max-width: 420px;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    line-height: 1.5;
}

.section-content p {
    text-align: justify;
}


@media screen and (max-width: 768px) {
  .work-option-content .explore-style-one .thumb{
    overflow: inherit;
  }

  .reaction-btn{
    top:-50px;
    right: -15px;
  }

  .reaction-btn.left{
    right: auto;
    left: -15px;
  }

  .works-list-more{
    position: static;
    top: 0px;
    right: 0;
  }
}

.organ-tips p {
    color: #8352c8 !important;
}

.organ-tips span {
    color: #8352c8 !important;
}

.tips {
    color: #8352c8 !important;
}

.organ-tips p::after {
    background: #8352c8 !important;
}

.organ-tips p.organ-tips-small {
  font-size:1.37vw
}