@font-face {
  font-family: 'iconfont';
  /* Project id 4737486 */
  src: url('//at.alicdn.com/t/c/font_4737486_5kox78gi4k.woff2?t=1731381117776') format('woff2'), url('//at.alicdn.com/t/c/font_4737486_5kox78gi4k.woff?t=1731381117776') format('woff'), url('//at.alicdn.com/t/c/font_4737486_5kox78gi4k.ttf?t=1731381117776') format('truetype');
}
@font-face {
  font-family: OSRegular;
   src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/HarmonyOS_Sans_SC_Regular.ttf');
   /*src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');*/
}
@font-face {
   font-family: OSMedium;
   src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/HarmonyOS_Sans_SC_Medium.ttf');
   /*src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');*/
}
@font-face {
   font-family: OSBold;
   src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/HarmonyOS_Sans_SC_Bold.ttf');
  /*src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');*/
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  background: #004d4c;
  font-family: OSRegular;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 6px !important;
  /* 滚动条宽度 */
  height: 2px !important;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active{
  background-color: #004d4c !important;
  border-radius: 2px !important;
  border: 4px solid transparent !important;
  /*background-clip: content-box;*/
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.footer2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.logo {
  width: 55%;
  margin: 5vw auto;
}
.slgon {
  width: 85%;
  margin: 7vw auto;
}
.displayNone {
  display: none;
}
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
}
.loading .img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.loading .img img {
  width: 10vw;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading.active {
  opacity: 1;
  pointer-events: all;
}
.login {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
}
.login .loginBox {
  width: 90%;
  background: linear-gradient(to bottom, #D7E3E3 80%, transparent);
  margin: 0 auto;
  border-radius: 3vw 3vw 0 0;
  padding: 15vw 9vw 20vw 9vw;
}
.login .loginBox .nameBox {
  width: 100%;
  display: flex;
  border-bottom: 1px solid black;
  padding: 2vw 3vw;
}
.login .loginBox .nameBox .icon {
  width: 4vw;
}
.login .loginBox .nameBox input {
  width: 80%;
  margin-left: 5vw;
  border: transparent;
  background: transparent;
  outline: none;
  font-family: OSRegular;
  font-size: 14px;
}
.login .loginBox .nameBox input::placeholder {
  color: black;
}
.login .loginBox .yzmBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding: 2vw 0 2vw 3vw;
  margin-top: 12vw;
}
.login .loginBox .yzmBox .icon {
  width: 5vw;
  position: relative;
  top: 1vw;
}
.login .loginBox .yzmBox input {
  width: 50%;
  margin-left: 4vw;
  border: transparent;
  background: transparent;
  outline: none;
  font-family: OSRegular;
  font-size: 14px;
}
.login .loginBox .yzmBox input::placeholder {
  color: black;
}
.login .loginBox .yzmBox .btn {
  width: 24vw;
  height: 7vw;
  background: url('../images/btn2.png') center no-repeat;
  background-size: contain !important;
  text-align: center;
  line-height: 7vw;
  color: white;
  font-size: 12px;
}
.login .loginBtn {
  width: 37vw;
  height: 10vw;
  background: url('../images/btn2.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 10vw;
  color: white;
  font-family: OSMedium;
  font-size: 16px;
  margin: 5vw auto 0 auto;
}
.rule {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
}
.rule .ruleBox {
  width: 90%;
  background: linear-gradient(to bottom, #D7E3E3 80%, transparent);
  border-radius: 3vw;
  margin: 0 auto;
  padding: 5vw 6vw 10vw 6vw;
}
.rule .ruleBox .tit {
  width: 31vw;
  height: 8vw;
  line-height: 8vw;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5vw;
  color: #178870;
  font-family: OSBold;
}
.rule .ruleBox .itemBox {
  width: 100%;
  margin-top: 3vw;
}
.rule .ruleBox .itemBox .it {
  color: #000000;
  font-size: 14px;
  display: flex;
  padding: 2vw 0;
}
.rule .ruleBox .itemBox .it .num {
  color: #178870;
  font-family: OSBold;
  font-size: 18px;
  position: relative;
  top: -0.9vw;
}
.rule .ruleBox .itemBox .it .des {
  margin-left: 2vw;
}
.rule .voteBtn {
  width: 37vw;
  height: 10vw;
  background: url('../images/btn2.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 10vw;
  color: white;
  font-family: OSMedium;
  font-size: 16px;
  margin: 5vw auto 0 auto;
}
.category {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.category .tit {
  color: white;
  font-family: OSBold;
  font-size: 18px;
  text-align: center;
}
.category .tit::before {
  content: '';
  position: absolute;
  width: 6vw;
  height: 9vw;
  background: url('../images/icon3.png') center no-repeat;
  background-size: contain !important;
  margin-left: -8vw;
  margin-top: -1.5vw;
}
.category .tit::after {
  content: '';
  position: absolute;
  width: 6vw;
  height: 9vw;
  background: url('../images/icon4.png') center no-repeat;
  background-size: contain !important;
  margin-left: 1.5vw;
  margin-top: -1.4vw;
}
.category .itemBox {
  width: 100%;
  margin: 10vw 0;
}
.category .itemBox .item {
  width: 55vw;
  height: 13vw;
  background: url('../images/btn3.png') center no-repeat;
  background-size: contain !important;
  text-align: center;
  line-height: 13vw;
  margin: 5vw auto;
  color: white;
  font-family: OSBold;
  font-size: 18px;
}
.category .btnBox .tips {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}
.category .btnBox .backBtn {
  width: 37vw;
  height: 10vw;
  background: url('../images/btn2.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 10vw;
  color: white;
  font-family: OSMedium;
  font-size: 16px;
  margin: 4vw auto 0 auto;
}
.categoryList {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.categoryList .tit {
  color: white;
  font-family: OSBold;
  font-size: 20px;
  text-align: center;
}
.categoryList .tit::before {
  content: '';
  position: absolute;
  width: 6vw;
  height: 9vw;
  background: url('../images/icon3.png') center no-repeat;
  background-size: contain !important;
  margin-left: -8vw;
  margin-top: -1.5vw;
}
.categoryList .tit::after {
  content: '';
  position: absolute;
  width: 6vw;
  height: 9vw;
  background: url('../images/icon4.png') center no-repeat;
  background-size: contain !important;
  margin-left: 1.5vw;
  margin-top: -1.4vw;
}
.categoryList .categoryBox {
  width: 90%;
  background: linear-gradient(to bottom, #D7E3E3 80%, transparent);
  border-radius: 3vw;
  margin: 10vw auto 0 auto;
  padding: 5vw 5vw 15vw 5vw;
}
.categoryList .categoryBox .itemBox {
  width: 100%;
  height: 42vh;
  overflow-y: scroll;
}
.categoryList .categoryBox .itemBox .item {
  margin: 0 auto;
  color: #000000;
  font-size: 17px;
  display: flex;
  padding-bottom: 4vw;
}
.categoryList .categoryBox .itemBox .item .icon {
  width: 3vw;
  margin-right: 3vw;
  position: relative;
  top: 0.4vw;
}
.categoryList .btnBox .tips {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}
.categoryList .btnBox .backBtn {
  width: 37vw;
  height: 10vw;
  background: url('../images/btn2.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 10vw;
  color: white;
  font-family: OSMedium;
  font-size: 16px;
  margin: 4vw auto 0 auto;
}
.vote {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 52%;
  left: 50%;
}
.vote.active{
  margin-bottom: 5vw;
  position: relative;
  transform: inherit;
  top: inherit;
  left: inherit;
}
.vote .voteNum {
  width: 60%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid white;
  border-radius: 3vw;
  margin: 0 auto;
  text-align: center;
  padding: 2vw 0 1vw 0;
}
.vote .voteNum .t {
  color: #000000;
  font-size: 16px;
}
.vote .voteNum .num {
  color: #000000;
  font-size: 18px;
}
.vote .voteNum .num span {
  color: #178870;
  font-family: OSBold;
  font-size: 36px;
}
.vote .tits {
  text-align: center;
  color: #178870;
  font-family: OSBold;
  font-size: 14px;
  background: white;
  border-radius: 5vw;
  display: table;
  margin: 3vw auto;
  padding: 1vw 5vw;
}
.vote .tit {
  color: white;
  font-family: OSBold;
  font-size: 18px;
  text-align: center;
}
.vote .tit::before {
  content: '';
  position: absolute;
  width: 6vw;
  height: 9vw;
  background: url('../images/icon3.png') center no-repeat;
  background-size: contain !important;
  margin-left: -8vw;
  margin-top: -1.5vw;
}
.vote .tit::after {
  content: '';
  position: absolute;
  width: 6vw;
  height: 9vw;
  background: url('../images/icon4.png') center no-repeat;
  background-size: contain !important;
  margin-left: 1.5vw;
  margin-top: -1.4vw;
}
.vote .serachBox {
  width: 82%;
  display: flex;
  justify-content: space-between;
  background: white;
  border-radius: 2vw;
  padding: 2vw;
  margin: 0 auto 5vw auto;
}
.vote .serachBox .icon {
  width: 5vw;
}
.vote .serachBox input {
  width: 70%;
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 14px;
}
.vote .serachBox .btn {
  width: 13vw;
  height: 6vw;
  background: url('../images/btn4.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 6.5vw;
  color: white;
  font-family: OSMedium;
  font-size: 14px;
}
.vote .voteList {
  width: 82%;
  max-height: 38vh;
  overflow-y: scroll;
  margin: 5vw auto;
  background: #D7E3E3;
  border-radius: 3vw;
  padding: 5vw;
}
.vote .voteList .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3vw 0;
  position: relative;
}
.vote .voteList .item .num {
  color: #178870;
  font-family: OSBold;
  font-size: 20px;
}
.vote .voteList .item .text {
  width: 68%;
  color: #000000;
  font-size: 14px;
}
.vote .voteList .item .btn {
  width: 13vw;
  height: 6vw;
  background: url('../images/btn4.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 6.5vw;
  color: white;
  font-family: OSMedium;
  font-size: 14px;
}
.vote .voteList .item .btn.activeNo{
  background: url('../images/btn4No.png') center no-repeat;
  pointer-events: none;
}
.vote .voteList .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: url('../images/xian.png') center no-repeat;
  background-size: contain !important;
  bottom: 0;
}
.vote .backBtn {
  width: 37vw;
  height: 10vw;
  background: url('../images/btn2.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 10vw;
  color: white;
  font-family: OSMedium;
  font-size: 16px;
  margin: 4vw auto 0 auto;
}
.vote2{
  display: none;
}
.mengbanBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.mengbanBox .modal {
  width: 65vw;
  height: auto;
  background: white;
  border-radius: 3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-bottom: 4vw;
}
.mengbanBox .modal .tit {
  color: #00504d;
  font-size: 26px;
  font-family: OSBold;
  margin: 10vw auto;
}
.mengbanBox .modal .btnBox {
  display: flex;
  justify-content: center;
}
.mengbanBox .modal .btnBox .close {
  width: 25vw;
  height: 10vw;
  background: url('../images/close.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 10vw;
  color: #000000;
  font-family: OSMedium;
  font-size: 16px;
  margin-right: 3vw;
}
.mengbanBox .modal .btnBox .sure {
  width: 25vw;
  height: 10vw;
  background: url('../images/sure.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 10vw;
  color: #ffffff;
  font-family: OSMedium;
  font-size: 16px;
}
.mengbanBox.active {
  display: block;
}
.tips {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 2vw 5vw;
  border-radius: 1vw;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.tips.active {
  opacity: 1;
}
.info{
  width: 100%;
  position: fixed;
  bottom: 1vw;
  font-size: 12px;
  color: white;
  z-index: 9;
  text-align: center;
}
.info a{
  color: white;
}
.over{
  color: white;
  font-size: 32px;
  text-align: center;
  font-family: OSBold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
