html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-family: Tahoma, Arial, Roboto, "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", sans-self;
}

img[src=""] {
  opacity: 0;
}

a,
img,
input {
  border: none;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

a,
img {
  -webkit-touch-callout: default;
}

html,
body {
  -webkit-user-select: none;
  user-select: none;
  /* height: 100%; */
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

@font-face {
  font-family: "din";
  src: url("//lol.qq.com/cp/a20260803vote/js/font/DIN-BLACKITALIC.OTF");
}

@font-face {
  font-family: "hanyi";
  src: url("//lol.qq.com/cp/a20260803vote/js/font/hanyi_subset.ttf");
}

@font-face {
  font-family: "yuanhei";
  src: url("//lol.qq.com/cp/a20260803vote/js/font/yuanhei_subset.ttf");
}

@font-face {
  font-family: "sanssc-bold";
  src: url("//lol.qq.com/cp/a20260803vote/js/font/SOURCEHANSANSSC-BOLD-2_subset.ttf");
}

@font-face {
  font-family: "siyuan-heavy";
  src: url("//lol.qq.com/cp/a20260803vote/js/font/siyuan-Heavy_subset.ttf");
}

@font-face {
  font-family: "sanssc-medium";
  src: url("//lol.qq.com/cp/a20260803vote/js/font/SOURCEHANSANSSC-MEDIUM-2_subset.ttf");
}

@font-face {
  font-family: "siyuan-regular";
  src: url("//lol.qq.com/cp/a20260803vote/js/font/siyuan-Regular_subset.ttf");
}

/* reset end */
html,
body {
  font-size: calc(100vw / 1920 * 100);
  background-color: rgb(213 255 245);
}

#afooter {
  text-align: center;
  margin: auto;
  padding: .38rem 0 .28rem;
  position: relative;
  z-index: 2;
}

.wrap_ieg,
.wrap_ieg p,
.wrap_ieg a {
  font-size: .18rem;
  color: rgba(0, 0, 0, .5);
  line-height: 1.6;
}

.wrap_ieg .copyright_en,
.wrap_ieg .copyright_zh {
  display: inline-block;
  vertical-align: middle;
}

.wrap_ieg a:hover {
  color: rgba(0, 0, 0, .7);
  transition: opacity .12s ease-out;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* 轨道样式 */
::-webkit-scrollbar-track {
  background: #e0fae1;
  border-radius: 8px;
}

/* 滑块样式 */
::-webkit-scrollbar-thumb {
  background: #bdeeb8;
  border-radius: 8px;
}

/* 悬停效果 */
::-webkit-scrollbar-thumb:hover {
  background: rgba(189, 238, 184, .5);
}


.task-list ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* 轨道样式 */
.task-list ::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

/* 滑块样式 */
.task-list ::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.1);
  border-radius: 4px;
}

/* 悬停效果 */
.task-list ::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,.2);
}