/* reset */
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
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::-webkit-scrollbar {
  display: none;
}

.browser-tips {
  background: yellow;
  text-align: center;
  line-height: 45px;
  color: red;
  font-size: 20px;
}

/*common*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.text-indent {
  text-indent: -9999px;
}

.text-center {
  text-align: center;
}

.dis-in-block {
  display: inline-block;
}

.dis-block {
  display: block;
}

.mg-auto {
  margin: 0 auto;
}

.no-mg {
  margin: 0 !important;
}

.no-pd {
  padding: 0 !important;
}

.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.kv {
  position: relative;
  width: 100%;
  height: 16.24rem;
  overflow: hidden;
  background: url(//game.gtimg.cn/images/wepop/cp/a20221208match/m/bg.jpg) no-repeat;
  background-size: 100% auto;
}

.icons {
  width: 100%;
  height: 100%;
}

.kv img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}

.header {
  position: absolute;
  top: .25rem;
  left: 0;
  padding: 0 .25rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.header .btns{
  display: flex;
  align-items: center;
}
.header .logo{
  background: url(//game.gtimg.cn/images/wepop/cp/a20221208match//logo.png) no-repeat;
  background-size: 100% ;
  width: 2.2rem;height: .53rem;
}
.header .btns a {
  display: block;
  width: 1.73rem;
  height: .53rem;
  background: url(//game.gtimg.cn/images/wepop/cp/a20221208match/m/goHome.png) no-repeat;
  background-size: 100% 100%;
}

.header .btns a.down {
  background: url(//game.gtimg.cn/images/wepop/cp/a20221208match/m/down.png) no-repeat;
  background-size: 100% 100%;
}

.participation {
  width: 3.35rem;
  height: 1.01rem;
  background: url(//game.gtimg.cn/images/wepop/cp/a20221208match/m/btn1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .6rem;
}

#afooter {
  background-color: #000;
  color: #fff;
  padding: .4rem 0.24rem;
  text-align: center;
  font-size: .24rem;
}
