/* reset */
:root {
  --max-width: 750;
}

@media screen and (min-width: 768px) {
  :root {
    --max-width: 1000;
  }
}
.loading-mask {
  display: none !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

* {
  user-select: none;
}

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

body {
  background: #1c1d21;
  font: 15px/1 "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -webkit-touch-callout: none;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: auto !important;
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

strong,
i,
em {
  font-weight: normal;
  font-style: normal;
}

input,
select,
form {
  vertical-align: middle;
  outline: none;
}

img {
  border: none;
  vertical-align: top;
}

a,
button,
input,
select,
textarea,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[onclick] {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
  -webkit-touch-callout: none;
  text-decoration: none;
  color: #666666;
  outline: 0;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

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

td,
th,
ul,
ol {
  padding: 0;
  list-style-type: none;
}

@font-face {
  font-family: "cala";
  src: url("https://game.gtimg.cn/images/kq/cp/CardMagic//cala.eot");
  src: url("https://game.gtimg.cn/images/kq/cp/CardMagic//cala.eot?#iefix") format("embedded-opentype"), url("https://game.gtimg.cn/images/kq/cp/CardMagic//cala.woff") format("woff"), url("https://game.gtimg.cn/images/kq/cp/CardMagic//cala.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url("https://game.gtimg.cn/images/kq/cp/CardMagic//SourceHanSerifCN-Bold.eot");
  src: url("https://game.gtimg.cn/images/kq/cp/CardMagic//SourceHanSerifCN-Bold.eot?#iefix") format("embedded-opentype"), url("https://game.gtimg.cn/images/kq/cp/CardMagic//SourceHanSerifCN-Bold.woff") format("woff"), url("https://game.gtimg.cn/images/kq/cp/CardMagic//SourceHanSerifCN-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "calabold";
  src: url("//game.gtimg.cn/images/kq/cp/klbqS2Activities/calabold.eot");
  src: url("//game.gtimg.cn/images/kq/cp/klbqS2Activities/calabold.eot?#iefix") format("embedded-opentype"), url("//game.gtimg.cn/images/kq/cp/klbqS2Activities/calabold.woff") format("woff"), url("//game.gtimg.cn/images/kq/cp/klbqS2Activities/calabold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.clearfix:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}

.hidden {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

* {
  user-select: none;
}

/* index */
.loading_div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99999;
}

.loading {
  background: url(//game.gtimg.cn/images/kq/m/web20221202/lod_bg.jpg) 0 0/100% 100% no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  /* display: none; */
}

.loading_cont {
  width: calc(388 / var(--max-width) * 100vw);
  height: calc(608 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//loading_cont.png) 0 0/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.loading_cont_big {
  /* content: ''; */
  position: absolute;
  top: calc(149 / var(--max-width) * 100vw);
  left: calc(9 / var(--max-width) * 100vw);
  width: calc(371 / var(--max-width) * 100vw);
  height: calc(371 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/m/web20221202/loading_in.png) 0 0/100% 100% no-repeat;
  -webkit-animation: anticlockwise 3.2s linear infinite;
  animation: anticlockwise 3.2s linear infinite;
}

.loading_cont_small {
  /* content: ''; */
  position: absolute;
  top: calc(111 / var(--max-width) * 100vw);
  left: 0;
  width: calc(388 / var(--max-width) * 100vw);
  height: calc(446 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/m/web20221202/loading_out.png) 0 0/100% 100% no-repeat;
  -webkit-animation: clockwise 3.2s linear infinite;
  animation: clockwise 3.2s linear infinite;
}

.loading-top {
  width: calc(289 / var(--max-width) * 100vw);
  height: calc(289 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(49 / var(--max-width) * 100vw);
  top: calc(190 / var(--max-width) * 100vw);
  z-index: 5;
  --clip: 0 0;
}

.loading-top::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(//game.gtimg.cn/images/kq/m/web20221202/loading_progress.png) no-repeat 0 0/100% 100%;
  -webkit-clip-path: polygon(var(--clip));
  clip-path: polygon(var(--clip));
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}
@-webkit-keyframes anticlockwise {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
    transform: translate3d(0, 0, 0) rotate(-360deg);
  }
}
@keyframes anticlockwise {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
    transform: translate3d(0, 0, 0) rotate(-360deg);
  }
}
.loading-progress {
  font-size: calc(32 / var(--max-width) * 100vw);
  color: #2c2c2c;
  font-family: "cala";
  margin-top: calc(368 / var(--max-width) * 100vw);
  text-align: center;
}

.vbg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.wrap {
  width: 100%;
  height: calc(1334 / var(--max-width) * 100vw);
  position: relative;
  z-index: 50;
  overflow: hidden;
  /*background: #fff;*/
  color: #000;
  /*overflow-y: inherit;*/
  font-family: "cala";
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//bgm.jpg) no-repeat;
  background-size: 100% 100%;
  display: block !important;
}
.wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//bg_linem.png) no-repeat;
  background-size: 100% 100%;
  z-index: 20;
  pointer-events: none;
}

@-webkit-keyframes animae-breath {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes animae-breath {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
/* footer */
.foot_zdbtn,
.foot_zkbtn {
  display: none;
}

#afooter {
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  background: #000;
  padding-top: 35px;
  min-width: 1200px;
  overflow: hidden;
}

#afooter .wrap_ied {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  width: 1200px;
}

#afooter p.e {
  font-size: 10px;
  -webkit-text-size-adjust: none;
}

#afooter a {
  color: #999;
  text-decoration: none;
}

#afooter a:hover {
  text-decoration: underline;
}

.gfooter {
  width: 100%;
  margin: 0 auto;
  padding: calc(30 / var(--max-width) * 100vw) 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.gfooter .foot_left {
  display: block;
  width: calc(228 / var(--max-width) * 100vw);
  height: calc(79 / var(--max-width) * 100vw);
  margin: 0 calc(28 / var(--max-width) * 100vw);
  text-indent: -9999px;
}

.gfooter .foot_left.logo1 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//fot_logo1.png) no-repeat;
  background-size: 100% 100%;
}

.gfooter .foot_left.logo2 {
  width: calc(150 / var(--max-width) * 100vw);
  height: calc(35 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/fot_logo2.png) no-repeat;
  background-size: 100% 100%;
}

.gfooter .gfooter_line {
  display: block;
  width: 0;
  height: calc(40 / var(--max-width) * 100vw);
  border-left: #3c3e43 solid 1px;
}

.copyright_txt {
  width: calc(686 / var(--max-width) * 100vw);
  margin: calc(30 / var(--max-width) * 100vw) auto 0;
  border-top: #3c3e43 solid 1px;
  padding-left: calc(101 / var(--max-width) * 100vw);
  padding-top: calc(40 / var(--max-width) * 100vw);
  padding-bottom: calc(40 / var(--max-width) * 100vw);
  font-size: calc(16 / var(--max-width) * 100vw);
  color: rgba(255, 255, 255, 0.5) !important;
  line-height: calc(30 / var(--max-width) * 100vw);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "cala";
}

.copyright_txt:before {
  content: "";
  width: calc(82 / var(--max-width) * 100vw);
  height: calc(105 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/sltx.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: calc(37 / var(--max-width) * 100vw);
}

#afooter {
  width: 100%;
  margin: 0 auto;
  padding: calc(30 / var(--max-width) * 100vw) 0 calc(30 / var(--max-width) * 100vw) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}

.kl_logo {
  display: block;
  width: calc(152 / var(--max-width) * 100vw);
  height: calc(53 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//logo.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(32 / var(--max-width) * 100vw);
  top: calc(32 / var(--max-width) * 100vw);
  z-index: 30;
}

.kl_slogan {
  display: block;
  width: calc(641 / var(--max-width) * 100vw);
  height: calc(430 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//sloganm.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(110 / var(--max-width) * 100vw);
  top: calc(670 / var(--max-width) * 100vw);
  text-indent: -9999px;
}

.kl_right {
  display: flex;
  position: absolute;
  right: calc(32 / var(--max-width) * 100vw);
  top: calc(31 / var(--max-width) * 100vw);
  align-items: center;
  z-index: 30;
}

.kl_right_loginbox {
  width: calc(55 / var(--max-width) * 100vw);
  height: calc(68 / var(--max-width) * 100vw);
  position: relative;
  margin-left: calc(30 / var(--max-width) * 100vw);
}
.kl_right_loginbox:hover .top_login_info {
  display: block;
}
.kl_right_loginbox .dia_sharerole {
  width: calc(55 / var(--max-width) * 100vw);
  height: calc(54 / var(--max-width) * 100vw);
  left: 0;
  top: 0;
}
.kl_right_loginbox .dia_sharerole img {
  width: 100%;
  height: 100%;
}

.kl_right_login {
  display: block;
  width: calc(55 / var(--max-width) * 100vw);
  height: calc(54 / var(--max-width) * 100vw);
  border-radius: calc(4 / var(--max-width) * 100vw);
  border: #ffffff solid 1px;
}
.kl_right_login img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_login_info {
  width: calc(380 / var(--max-width) * 100vw);
  position: absolute;
  right: calc(8 / var(--max-width) * 100vw);
  top: calc(68 / var(--max-width) * 100vw);
  background: #222222;
  border-radius: calc(2 / var(--max-width) * 100vw);
  z-index: 50;
  display: none;
  font-family: "cala";
  padding: calc(20 / var(--max-width) * 100vw) 0 calc(24 / var(--max-width) * 100vw) 0;
}

.top_login_info:before {
  content: "";
  width: calc(12 / var(--max-width) * 100vw);
  height: calc(6 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/info_conner.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: calc(10 / var(--max-width) * 100vw);
  top: calc(-6 / var(--max-width) * 100vw);
}

.top_login_in {
  width: 100%;
  display: flex;
}

.top_login_name {
  width: calc(226 / var(--max-width) * 100vw);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #979797;
  margin-left: calc(24 / var(--max-width) * 100vw);
}

.top_login_line {
  width: 0;
  height: calc(16 / var(--max-width) * 100vw);
  border-left: #565759 solid 1px;
  margin: calc(4 / var(--max-width) * 100vw) 0 0 calc(22 / var(--max-width) * 100vw);
}

.top_login_zx {
  display: block;
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #fff;
  margin: 0 0 0 calc(26 / var(--max-width) * 100vw);
}

.kl_right_home {
  display: block;
  width: calc(140 / var(--max-width) * 100vw);
  height: calc(48 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//kv_rbtn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: calc(48 / var(--max-width) * 100vw);
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #ffffff;
  margin-left: calc(30 / var(--max-width) * 100vw);
}
.kl_right_home:active {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//kv_rbtn_hov.png) no-repeat;
  background-size: 100% 100%;
}

.top_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(82 / var(--max-width) * 100vw);
  right: 0;
}

.top_side.showed .top_side_sqbtn {
  width: 0;
}

.top_side.showed .top_side_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_side.showed .top_side_sqbtn:after {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/side_jt_close.png) no-repeat;
  background-size: 100% 100%;
}

.top_side_sqbtn {
  display: block;
  width: calc(66 / var(--max-width) * 100vw);
  height: calc(66 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//sq_btn.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  position: relative;
}

.top_side_sqbtn:after {
  content: "";
  width: calc(12 / var(--max-width) * 100vw);
  height: calc(22 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/side_jt.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(-28 / var(--max-width) * 100vw);
  top: calc(24 / var(--max-width) * 100vw);
}

.top_side_list {
  width: calc(292 / var(--max-width) * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

.top_side_list li {
  width: calc(66 / var(--max-width) * 100vw);
  height: calc(66 / var(--max-width) * 100vw);
}

.top_side_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.top_side_list li a.sqicon1 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//qsqicon1.png) no-repeat;
  background-size: 100% 100%;
}

.top_side_list li a.sqicon2 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//qsqicon2.png) no-repeat;
  background-size: 100% 100%;
}

.top_side_list li a.sqicon3 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//qsqicon3.png) no-repeat;
  background-size: 100% 100%;
}

.top_side_list li a.sqicon4 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//qsqicon4.png) no-repeat;
  background-size: 100% 100%;
}

.top_side_list li:active a {
  display: block;
  width: 100%;
  height: 100%;
}

.top_side_list li:active a.sqicon1 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//qsqicon1_hov.png) no-repeat;
  background-size: 100% 100%;
}

.top_side_list li:active a.sqicon2 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//qsqicon2_hov.png) no-repeat;
  background-size: 100% 100%;
}

.top_side_list li:active a.sqicon3 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//qsqicon3_hov.png) no-repeat;
  background-size: 100% 100%;
}

.top_side_list li:active a.sqicon4 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//qsqicon4_hov.png) no-repeat;
  background-size: 100% 100%;
}

.kl_kvbtn {
  display: block;
  width: calc(586 / var(--max-width) * 100vw);
  height: calc(200 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(82 / var(--max-width) * 100vw);
  top: calc(1032 / var(--max-width) * 100vw);
  z-index: 20;
}
.kl_kvbtn a {
  display: block;
  position: absolute;
}
.kl_kvbtn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.kl_kvbtn a.kvbtn1 {
  width: calc(352 / var(--max-width) * 100vw);
  height: calc(111 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(-7 / var(--max-width) * 100vw);
  top: calc(-6 / var(--max-width) * 100vw);
}
.kl_kvbtn a.kvbtn1:before {
  width: calc(352 / var(--max-width) * 100vw);
  height: calc(111 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//idx_btn1.png) no-repeat;
  background-size: 100%;
}
.kl_kvbtn a.kvbtn1:active {
  height: calc(109 / var(--max-width) * 100vw);
}
.kl_kvbtn a.kvbtn1:active:before {
  width: calc(352 / var(--max-width) * 100vw);
  height: calc(111 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//idx_btn1_hov.png) no-repeat;
  background-size: 100%;
  top: calc(2 / var(--max-width) * 100vw);
}
.kl_kvbtn a.kvbtn1.redicon:after {
  right: calc(146 / var(--max-width) * 100vw);
  top: calc(22 / var(--max-width) * 100vw);
}
.kl_kvbtn a.kvbtn2 {
  width: calc(352 / var(--max-width) * 100vw);
  height: calc(116 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(-7 / var(--max-width) * 100vw);
  top: calc(95 / var(--max-width) * 100vw);
}
.kl_kvbtn a.kvbtn2:before {
  width: calc(352 / var(--max-width) * 100vw);
  height: calc(116 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//idx_btn2.png) no-repeat;
  background-size: 100%;
}
.kl_kvbtn a.kvbtn2:active {
  height: calc(109 / var(--max-width) * 100vw);
}
.kl_kvbtn a.kvbtn2:active:before {
  width: calc(352 / var(--max-width) * 100vw);
  height: calc(117 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//idx_btn2_hov.png) no-repeat;
  background-size: 100%;
  top: calc(-1 / var(--max-width) * 100vw);
}
.kl_kvbtn a.kvbtn2.redicon:after {
  right: calc(146 / var(--max-width) * 100vw);
  top: calc(22 / var(--max-width) * 100vw);
}
.kl_kvbtn a.kvbtn3 {
  width: calc(245 / var(--max-width) * 100vw);
  height: calc(210 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(351 / var(--max-width) * 100vw);
  top: calc(1 / var(--max-width) * 100vw);
}
.kl_kvbtn a.kvbtn3:before {
  width: calc(245 / var(--max-width) * 100vw);
  height: calc(210 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//idx_btn3.png) no-repeat;
  background-size: 100%;
}
.kl_kvbtn a.kvbtn3:active:before {
  width: calc(242 / var(--max-width) * 100vw);
  height: calc(240 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//idx_btn3_hov.png) no-repeat;
  background-size: 100%;
  top: 0;
}
.kl_kvbtn a.kvbtn3.redicon:after {
  right: calc(22 / var(--max-width) * 100vw);
  top: calc(14 / var(--max-width) * 100vw);
}

.kl_lvp {
  display: block;
  font-size: calc(28 / var(--max-width) * 100vw);
  color: #ffffff;
  margin-top: calc(30 / var(--max-width) * 100vw);
  letter-spacing: calc(2 / var(--max-width) * 100vw);
  font-weight: normal;
}

.kl_lvp_sp {
  display: block;
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #556788;
  transform: scale(0.33333);
  transform-origin: 0 0;
  margin-top: calc(2 / var(--max-width) * 100vw);
  margin-left: calc(2 / var(--max-width) * 100vw);
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.5s;
}

.kl_lvp_icon1 {
  display: block;
  width: calc(132 / var(--max-width) * 100vw);
  height: calc(137 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/kl_lvp_icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: calc(144 / var(--max-width) * 100vw);
  top: calc(-32 / var(--max-width) * 100vw);
  pointer-events: none;
  z-index: 0;
}

.kl_lvp_icon2 {
  display: block;
  width: calc(113 / var(--max-width) * 100vw);
  height: calc(113 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/kvbtn_icon2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: calc(16 / var(--max-width) * 100vw);
  top: calc(-17 / var(--max-width) * 100vw);
  pointer-events: none;
  z-index: 0;
}

.sec_kf {
  display: block;
  width: calc(49 / var(--max-width) * 100vw);
  height: calc(141 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//kf_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, calc(2 / var(--max-width) * 100vw));
  z-index: 100;
  text-indent: -9999px;
}

.sec_kf:active {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//kf_hov.png) no-repeat;
  background-size: 100% 100%;
}

.kl_rule {
  display: block;
  width: 100%;
  height: calc(88 / var(--max-width) * 100vw);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.kl_rule:after {
  content: "";
  width: calc(750 / var(--max-width) * 100vw);
  height: calc(510 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/m/bot_line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: calc(-30 / var(--max-width) * 100vw);
  transform: translate(-50%, 0);
  pointer-events: none;
}

.kl_rule_btn {
  display: block;
  width: calc(48 / var(--max-width) * 100vw);
  height: calc(140 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//r_btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, calc(-142 / var(--max-width) * 100vw));
  text-indent: -9999px;
  z-index: 30;
}
.kl_rule_btn:active {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//r_btnhov.png) no-repeat;
  background-size: 100% 100%;
}

.dia {
  width: calc(640 / var(--max-width) * 100vw);
  height: calc(960 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_bgm.png) no-repeat;
  background-size: 100% 100%;
  font-family: "cala";
}

.d_close {
  display: block;
  width: calc(27 / var(--max-width) * 100vw);
  height: calc(28 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//hg_close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: calc(-48 / var(--max-width) * 100vw);
}
.d_close2 {
  right: 0;
  top: calc(-48 / var(--max-width) * 100vw);
}

.dia_t {
  display: block;
  width: calc(512 / var(--max-width) * 100vw);
  height: calc(80 / var(--max-width) * 100vw);
  font-size: calc(32 / var(--max-width) * 100vw);
  font-family: "SourceHanSerifCN-Bold";
  color: #fff3d2;
  text-align: center;
  line-height: calc(80 / var(--max-width) * 100vw);
  position: relative;
  margin: 0 auto 0;
  box-sizing: border-box;
}
.dia_t span {
  filter: drop-shadow(rgba(67, 19, 17, 0.5) 0 calc(3 / var(--max-width) * 100vw) 0);
}
.dia_t.dia_tzy {
  width: calc(400 / var(--max-width) * 100vw);
}

.dia_rule_list {
  width: calc(594 / var(--max-width) * 100vw);
  height: calc(760 / var(--max-width) * 100vw);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: calc(34 / var(--max-width) * 100vw);
  margin: calc(48 / var(--max-width) * 100vw) 0 0 calc(36 / var(--max-width) * 100vw);
}
.dia_rule_list .swiper-slide {
  padding-bottom: calc(100 / var(--max-width) * 100vw);
}

.rule_scroll {
  width: calc(4 / var(--max-width) * 100vw);
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}
.rule_scroll .swiper-scrollbar-drag {
  width: 100%;
  background-color: #924642;
}

.dia_p {
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #392321;
  line-height: calc(40 / var(--max-width) * 100vw);
}

.dia_xh,
.dia_xh_emp {
  display: inline-block;
  vertical-align: top;
  width: calc(30 / var(--max-width) * 100vw);
  margin-left: calc(-30 / var(--max-width) * 100vw);
}

.dia_xh_emp {
  width: 0;
}

.dia_p_t {
  display: block;
  font-size: calc(28 / var(--max-width) * 100vw);
  color: #924642;
  font-family: "SourceHanSerifCN-Bold";
  margin: calc(40 / var(--max-width) * 100vw) 0 0 0;
}

.dia_tabt {
  width: calc(620 / var(--max-width) * 100vw);
  margin: calc(28 / var(--max-width) * 100vw) auto 0;
  display: flex;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_tabtbg.png) no-repeat;
  background-size: 100% 100%;
}
.dia_tabt li {
  width: 25%;
  height: calc(56 / var(--max-width) * 100vw);
  position: relative;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #ffffff;
  font-family: "SourceHanSerifCN-Bold";
  text-align: center;
  line-height: calc(56 / var(--max-width) * 100vw);
  font-weight: normal;
}
.dia_tabt li:after {
  content: "";
  height: calc(20 / var(--max-width) * 100vw);
  border-right: #c2b7a5 solid 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.dia_tabt li:last-child:after {
  display: none;
}

.dia_tab {
  width: calc(620 / var(--max-width) * 100vw);
  margin: 0 auto;
}
.dia_tab td {
  width: 25%;
  height: calc(64 / var(--max-width) * 100vw);
  vertical-align: middle;
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #392321;
  font-family: "u65b9u6b63u5170u4eadu9ed1";
  text-align: center;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}
.dia_tab td p {
  width: 100%;
  height: calc(64 / var(--max-width) * 100vw);
  overflow: hidden;
  text-align: center;
  line-height: calc(20 / var(--max-width) * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 calc(10 / var(--max-width) * 100vw);
}
.dia_tab td p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dia_tab td:nth-child(1), .dia_tab td:nth-child(3) {
  font-family: "cala";
}

.d_page_box {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: calc(60 / var(--max-width) * 100vw);
}
.d_page_box a {
  display: block;
  width: calc(40 / var(--max-width) * 100vw);
  height: calc(40 / var(--max-width) * 100vw);
  margin: 0 calc(5 / var(--max-width) * 100vw);
  text-align: center;
  font-size: calc(16 / var(--max-width) * 100vw);
  color: #96846a;
  line-height: calc(40 / var(--max-width) * 100vw);
  text-align: center;
}
.d_page_box a.pagenow, .d_page_box a:hover {
  background: #ad504b;
  border-radius: calc(2 / var(--max-width) * 100vw);
  color: #fff;
}

.d_empty {
  display: block;
  width: calc(96 / var(--max-width) * 100vw);
  height: calc(110 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/d_empty.png) no-repeat;
  background-size: 100% 100%;
  margin: calc(267 / var(--max-width) * 100vw) auto 0;
}

.kl_bz_close {
  display: block;
  width: calc(33 / var(--max-width) * 100vw);
  height: calc(28 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: calc(31 / var(--max-width) * 100vw);
  top: calc(32 / var(--max-width) * 100vw);
}

.kl_bz {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.7);
}

.kl_bz_in {
  width: calc(584 / var(--max-width) * 100vw);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_bg.png) no-repeat;
  background-size: 100% 100%;
}

.kl_bz_t {
  display: block;
  width: calc(246 / var(--max-width) * 100vw);
  height: calc(47 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_title.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  margin: calc(44 / var(--max-width) * 100vw) auto 0;
}

.kl_bz_tpara {
  text-align: center;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #89a1c7;
  margin: calc(16 / var(--max-width) * 100vw) auto 0;
}

.kl_bz_tpara2 {
  height: calc(32 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_jzbg.png) no-repeat top center;
  background-size: auto 100%;
  text-align: center;
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #ffffff;
  line-height: calc(32 / var(--max-width) * 100vw);
  margin: calc(14 / var(--max-width) * 100vw) auto 0;
}

.kl_bz_jzicon {
  display: inline-block;
  vertical-align: top;
  width: calc(17 / var(--max-width) * 100vw);
  height: calc(21 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_jzicon.png) no-repeat;
  background-size: 100% 100%;
  margin: calc(6 / var(--max-width) * 100vw) calc(7 / var(--max-width) * 100vw) 0 0;
}

.kl_bz_xz {
  width: calc(442 / var(--max-width) * 100vw);
  height: calc(442 / var(--max-width) * 100vw);
  margin: calc(14 / var(--max-width) * 100vw) auto 0;
  position: relative;
}
.kl_bz_xz li {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.kl_bz_xz li.klbz1 {
  width: calc(135 / var(--max-width) * 100vw);
  height: calc(135 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg1.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.klbz2 {
  width: calc(135 / var(--max-width) * 100vw);
  height: calc(110 / var(--max-width) * 100vw);
  left: calc(152 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg2.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.klbz3 {
  width: calc(135 / var(--max-width) * 100vw);
  height: calc(135 / var(--max-width) * 100vw);
  left: calc(307 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg3.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.klbz4 {
  width: calc(110 / var(--max-width) * 100vw);
  height: calc(135 / var(--max-width) * 100vw);
  top: calc(153 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg4.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.klbz4 .kl_bz_img {
  transform: translate(-57%, -50%);
}
.kl_bz_xz li.klbz5 {
  width: calc(222 / var(--max-width) * 100vw);
  height: calc(222 / var(--max-width) * 100vw);
  left: calc(110 / var(--max-width) * 100vw);
  top: calc(110 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg5.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.klbz6 {
  width: calc(110 / var(--max-width) * 100vw);
  height: calc(135 / var(--max-width) * 100vw);
  left: calc(330 / var(--max-width) * 100vw);
  top: calc(153 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg6.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.klbz6 .kl_bz_img {
  transform: translate(-43%, -50%);
}
.kl_bz_xz li.klbz7 {
  width: calc(135 / var(--max-width) * 100vw);
  height: calc(135 / var(--max-width) * 100vw);
  top: calc(307 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg7.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.klbz8 {
  width: calc(135 / var(--max-width) * 100vw);
  height: calc(110 / var(--max-width) * 100vw);
  left: calc(152 / var(--max-width) * 100vw);
  top: calc(330 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg8.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.klbz9 {
  width: calc(135 / var(--max-width) * 100vw);
  height: calc(135 / var(--max-width) * 100vw);
  left: calc(307 / var(--max-width) * 100vw);
  top: calc(307 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg9.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.unlock {
  pointer-events: unset;
}
.kl_bz_xz li.unlock .kl_bz_img2 {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg5_img_light.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.unlock .kl_bz_img2:before {
  display: none;
}
.kl_bz_xz li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  display: none;
}
.kl_bz_xz li.light:after, .kl_bz_xz li:hover:after {
  display: block;
}
.kl_bz_xz li.light.klbz1:after, .kl_bz_xz li:hover.klbz1:after {
  display: block;
  width: calc(147 / var(--max-width) * 100vw);
  height: calc(147 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg1_light.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.light.klbz2:after, .kl_bz_xz li:hover.klbz2:after {
  width: calc(147 / var(--max-width) * 100vw);
  height: calc(122 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg2_light.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.light.klbz3:after, .kl_bz_xz li:hover.klbz3:after {
  width: calc(147 / var(--max-width) * 100vw);
  height: calc(147 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg3_light.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.light.klbz4:after, .kl_bz_xz li:hover.klbz4:after {
  width: calc(122 / var(--max-width) * 100vw);
  height: calc(147 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg4_light.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.light.klbz5:after, .kl_bz_xz li:hover.klbz5:after {
  width: calc(236 / var(--max-width) * 100vw);
  height: calc(236 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg5_light.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.light.klbz6:after, .kl_bz_xz li:hover.klbz6:after {
  width: calc(122 / var(--max-width) * 100vw);
  height: calc(147 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg6_light.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.light.klbz7:after, .kl_bz_xz li:hover.klbz7:after {
  width: calc(147 / var(--max-width) * 100vw);
  height: calc(147 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg7_light.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.light.klbz8:after, .kl_bz_xz li:hover.klbz8:after {
  width: calc(147 / var(--max-width) * 100vw);
  height: calc(122 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg8_light.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_xz li.light.klbz9:after, .kl_bz_xz li:hover.klbz9:after {
  width: calc(147 / var(--max-width) * 100vw);
  height: calc(147 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg9_light.png) no-repeat;
  background-size: 100% 100%;
}

.klbz_ptips {
  width: 100%;
  text-align: center;
  font-size: calc(18 / var(--max-width) * 100vw);
  position: absolute;
  left: 0;
  bottom: calc(60 / var(--max-width) * 100vw);
  color: #fff;
  z-index: 30;
}

.kl_bz_img {
  display: block;
  width: calc(133 / var(--max-width) * 100vw);
  height: calc(133 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
  object-fit: cover;
}

.kl_bz_img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg5_img.png) no-repeat;
  background-size: 100% 100%;
}
.kl_bz_img2:before {
  content: "";
  width: calc(27 / var(--max-width) * 100vw);
  height: calc(30 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg5_lock.png) no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.kl_bz_img2:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_ibg5_mask.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  z-index: 10;
}

.kl_bz_line {
  display: block;
  width: calc(440 / var(--max-width) * 100vw);
  height: 1px;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/bz_line.png) no-repeat;
  background-size: 100% 100%;
  margin: calc(24 / var(--max-width) * 100vw) auto 0;
}

.kl_bz_xzpara {
  width: 100%;
  text-align: center;
  font-size: calc(30 / var(--max-width) * 100vw);
  line-height: calc(48 / var(--max-width) * 100vw);
  color: #ffffff;
  font-family: "calabold";
  margin: calc(20 / var(--max-width) * 100vw) auto 0;
}

.kl_xz_box {
  display: block;
  width: calc(440 / var(--max-width) * 100vw);
  height: calc(220 / var(--max-width) * 100vw);
  margin: calc(20 / var(--max-width) * 100vw) auto 0;
  position: relative;
}
.kl_xz_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: floating 4s linear infinite;
}

.kl_xz_list {
  width: calc(61 / var(--max-width) * 100vw);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.kl_xz_list li {
  display: block;
  width: calc(61 / var(--max-width) * 100vw);
  height: calc(110 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/m/side_btn.png) no-repeat left top;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: calc(18 / var(--max-width) * 100vw);
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #ffffff;
  line-height: calc(20 / var(--max-width) * 100vw);
  cursor: pointer;
}
.kl_xz_list li.cur {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/m/side_check.png) no-repeat left top;
  background-size: auto 100%;
  font-family: "calabold";
}

.kl_xz_imgbox {
  width: calc(380 / var(--max-width) * 100vw);
  height: calc(220 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/m/kl_xzbox.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: calc(4 / var(--max-width) * 100vw);
  top: 0;
  z-index: 0;
}
.kl_xz_imgbox img {
  display: block;
  width: calc(133 / var(--max-width) * 100vw);
  height: calc(133 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(-66.5 / var(--max-width) * 100vw) 0 0 calc(-66.5 / var(--max-width) * 100vw);
}
.kl_xz_imgbox img.spe {
  width: calc(200.2 / var(--max-width) * 100vw);
  height: calc(150 -1.3 / var(--max-width) * 100vw);
  margin: 0 0 0 calc(-100.1 / var(--max-width) * 100vw);
  top: unset;
  bottom: 0;
  animation: none;
}
.kl_xz_imgbox p {
  width: 100%;
  text-align: center;
  font-size: calc(16 / var(--max-width) * 100vw);
  color: #89a1c7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@keyframes floating {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, calc(4 / var(--max-width) * 100vw));
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, calc(-4 / var(--max-width) * 100vw));
  }
  100% {
    transform: translate(0, 0);
  }
}
.kl_ipbox {
  width: calc(445 / var(--max-width) * 100vw);
  margin: calc(48 / var(--max-width) * 100vw) auto 0;
  display: flex;
  justify-content: space-between;
}
.kl_ipbox2 {
  margin: calc(42 / var(--max-width) * 100vw) auto 0;
}
.kl_ipbox input {
  display: block;
  width: calc(290 / var(--max-width) * 100vw);
  height: calc(48 / var(--max-width) * 100vw);
  background: #fff;
  outline: none;
  border: none;
  border-radius: calc(4 / var(--max-width) * 100vw);
  text-indent: calc(14 / var(--max-width) * 100vw);
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #292829;
  font-family: "cala";
}
.kl_ipbox input:placeholder {
  color: #7d8da6;
  font-family: "cala";
}

.kl_ipbox_btn {
  display: block;
  width: calc(140 / var(--max-width) * 100vw);
  height: calc(48 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/kv_rbtn_hov.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: calc(48 / var(--max-width) * 100vw);
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #ffffff;
}

.kl_ipbox_p {
  width: 100%;
  margin: calc(10 / var(--max-width) * 100vw) 0 0 0;
  text-align: center;
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #7d8da6;
}

.kl_bz {
  background: rgba(0, 0, 0, 0);
  display: none;
}
.kl_bz .kl_bz_in {
  right: calc(-644 / var(--max-width) * 100vw);
}
.kl_bz .kl_bz_close {
  opacity: 0;
}
.kl_bz.show {
  display: block;
  animation: kl_bz 0.5s 1 linear both;
}
.kl_bz.show .kl_bz_in {
  animation: kl_bz_in 0.5s 0.3s 1 linear both;
}
.kl_bz.show .kl_bz_close {
  animation: opacityAni 0.5s 0.8s 1 linear both;
}
.kl_bz.hide {
  display: block;
  animation: kl_bz2 0.5s 0.5s linear alternate 1 both;
  pointer-events: none;
}
.kl_bz.hide .kl_bz_in {
  animation: kl_bz_in2 0.5s 1 linear alternate both;
}
.kl_bz.hide .kl_bz_close {
  animation: opacityAni2 0.5s 0.3s 1 linear alternate both;
}

#_overlay_.show {
  display: block !important;
  animation: kl_bz 0.5s 1 linear both;
}
#_overlay_.hide {
  display: block !important;
  animation: kl_bz2 0.5s 0.5s linear alternate 1 both;
  pointer-events: none;
}

.ganime {
  font-family: "cala";
}
.ganime.show {
  animation: diashow 0.5s 0.2s linear 1 both;
}
.ganime.show .d_close {
  animation: opacityAni 0.5s 0.3s 1 linear both;
}
.ganime.hide {
  animation: diahide 0.5s linear 1 both;
}
.ganime.hide .d_close {
  animation: opacityAni2 0.5s 0.3s 1 linear alternate both;
}

@keyframes diashow {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes diahide {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 50px);
    opacity: 0;
  }
}
@keyframes kl_bz {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes kl_bz_in {
  0% {
    right: calc(-644 / var(--max-width) * 100vw);
  }
  100% {
    right: 0;
  }
}
@keyframes opacityAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kl_bz2 {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes kl_bz_in2 {
  0% {
    right: 0;
  }
  100% {
    right: calc(-644 / var(--max-width) * 100vw);
  }
}
@keyframes opacityAni2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dia_share,
.prev_share {
  width: calc(540 / var(--max-width) * 100vw);
  height: calc(1080 / var(--max-width) * 100vw);
  font-family: "cala";
}
.dia_share.type2 .dia_sharebg,
.dia_share.type2 .prev_sharebg,
.prev_share.type2 .dia_sharebg,
.prev_share.type2 .prev_sharebg {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_bg2.jpg) no-repeat;
  background-size: 100% 100%;
}
.dia_share.type2 .dia_sharebg,
.prev_share.type2 .dia_sharebg {
  display: none;
}
.dia_share.type2 .dia_sharebg2,
.prev_share.type2 .dia_sharebg2 {
  display: block;
}
.dia_share.type2 .dia_sharename,
.dia_share.type2 .prev_sharename,
.prev_share.type2 .dia_sharename,
.prev_share.type2 .prev_sharename {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_name2.png) no-repeat;
  background-size: 100% 100%;
}
.dia_share.type2 .dia_share_p1,
.dia_share.type2 .prev_share_p1,
.prev_share.type2 .dia_share_p1,
.prev_share.type2 .prev_share_p1 {
  color: #393535;
}
.dia_share.type2 .dia_share_p5,
.dia_share.type2 .prev_share_p5,
.prev_share.type2 .dia_share_p5,
.prev_share.type2 .prev_share_p5 {
  color: #ddd5b5;
}
.dia_share.type2 .dia_share_codepara,
.dia_share.type2 .prev_share_codepara,
.prev_share.type2 .dia_share_codepara,
.prev_share.type2 .prev_share_codepara {
  color: #d8cea7;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_code_bg2.png) no-repeat;
  background-size: 100% 100%;
}
.dia_share.type2 .dia_share_p6,
.dia_share.type2 .prev_share_p6,
.prev_share.type2 .dia_share_p6,
.prev_share.type2 .prev_share_p6 {
  color: #ddd5b5;
}
.dia_share.type2 .dia_share_newicon,
.dia_share.type2 .prev_share_newicon,
.prev_share.type2 .dia_share_newicon,
.prev_share.type2 .prev_share_newicon {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//newicon2.png) no-repeat;
  background-size: 100% 100%;
}
.dia_share.dia_xrshare .dia_sharebg,
.dia_share.dia_xrshare .prev_sharebg,
.dia_share .prev_xrshare .dia_sharebg,
.dia_share .prev_xrshare .prev_sharebg,
.prev_share.dia_xrshare .dia_sharebg,
.prev_share.dia_xrshare .prev_sharebg,
.prev_share .prev_xrshare .dia_sharebg,
.prev_share .prev_xrshare .prev_sharebg {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_xrbg.jpg) no-repeat;
  background-size: 100% 100%;
}
.dia_share.dia_xrshare .dia_share_codepara,
.dia_share.dia_xrshare .prev_share_codepara,
.dia_share .prev_xrshare .dia_share_codepara,
.dia_share .prev_xrshare .prev_share_codepara,
.prev_share.dia_xrshare .dia_share_codepara,
.prev_share.dia_xrshare .prev_share_codepara,
.prev_share .prev_xrshare .dia_share_codepara,
.prev_share .prev_xrshare .prev_share_codepara {
  font-size: calc(28 / var(--max-width) * 100vw);
  text-align: center;
  line-height: calc(52 / var(--max-width) * 100vw);
}
.dia_share.dia_xrshare .dia_share_codepara2,
.dia_share.dia_xrshare .prev_share_codepara2,
.dia_share .prev_xrshare .dia_share_codepara2,
.dia_share .prev_xrshare .prev_share_codepara2,
.prev_share.dia_xrshare .dia_share_codepara2,
.prev_share.dia_xrshare .prev_share_codepara2,
.prev_share .prev_xrshare .dia_share_codepara2,
.prev_share .prev_xrshare .prev_share_codepara2 {
  font-size: calc(38 / var(--max-width) * 100vw);
  line-height: calc(78 / var(--max-width) * 100vw);
}
.dia_share.dia_xrshare .dia_share_p1,
.dia_share.dia_xrshare .prev_share_p1,
.dia_share .prev_xrshare .dia_share_p1,
.dia_share .prev_xrshare .prev_share_p1,
.prev_share.dia_xrshare .dia_share_p1,
.prev_share.dia_xrshare .prev_share_p1,
.prev_share .prev_xrshare .dia_share_p1,
.prev_share .prev_xrshare .prev_share_p1 {
  top: calc(212 / var(--max-width) * 100vw);
}
.dia_share.dia_xrshare .dia_sharerole,
.dia_share.dia_xrshare .prev_sharerole,
.dia_share .prev_xrshare .dia_sharerole,
.dia_share .prev_xrshare .prev_sharerole,
.prev_share.dia_xrshare .dia_sharerole,
.prev_share.dia_xrshare .prev_sharerole,
.prev_share .prev_xrshare .dia_sharerole,
.prev_share .prev_xrshare .prev_sharerole {
  top: calc(242 / var(--max-width) * 100vw);
}
.dia_share.dia_xrshare.type2 .dia_sharebg,
.dia_share.dia_xrshare.type2 .prev_sharebg,
.dia_share .prev_xrshare.type2 .dia_sharebg,
.dia_share .prev_xrshare.type2 .prev_sharebg,
.prev_share.dia_xrshare.type2 .dia_sharebg,
.prev_share.dia_xrshare.type2 .prev_sharebg,
.prev_share .prev_xrshare.type2 .dia_sharebg,
.prev_share .prev_xrshare.type2 .prev_sharebg {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_xrbg2.jpg) no-repeat;
  background-size: 100% 100%;
}
.dia_share.dia_xrshare.type2 .dia_sharebg,
.dia_share .prev_xrshare.type2 .dia_sharebg,
.prev_share.dia_xrshare.type2 .dia_sharebg,
.prev_share .prev_xrshare.type2 .dia_sharebg {
  display: none;
}
.dia_share.dia_xrshare.type2 .dia_sharebg2,
.dia_share .prev_xrshare.type2 .dia_sharebg2,
.prev_share.dia_xrshare.type2 .dia_sharebg2,
.prev_share .prev_xrshare.type2 .dia_sharebg2 {
  display: block;
}
.dia_share.dia_xrshare.type2 .dia_new_sharet,
.dia_share.dia_xrshare.type2 .prev_new_sharet,
.dia_share .prev_xrshare.type2 .dia_new_sharet,
.dia_share .prev_xrshare.type2 .prev_new_sharet,
.prev_share.dia_xrshare.type2 .dia_new_sharet,
.prev_share.dia_xrshare.type2 .prev_new_sharet,
.prev_share .prev_xrshare.type2 .dia_new_sharet,
.prev_share .prev_xrshare.type2 .prev_new_sharet {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_new_t1_2.png) no-repeat;
  background-size: 100% 100%;
}
.dia_share.dia_xrshare.type2 .dia_new_sharet,
.dia_share .prev_xrshare.type2 .dia_new_sharet,
.prev_share.dia_xrshare.type2 .dia_new_sharet,
.prev_share .prev_xrshare.type2 .dia_new_sharet {
  display: none;
}
.dia_share.dia_xrshare.type2 .dia_new_sharet2,
.dia_share .prev_xrshare.type2 .dia_new_sharet2,
.prev_share.dia_xrshare.type2 .dia_new_sharet2,
.prev_share .prev_xrshare.type2 .dia_new_sharet2 {
  display: block;
}
.dia_share.dia_xrshare.type2 .dia_share_img,
.dia_share.dia_xrshare.type2 .prev_share_img,
.dia_share .prev_xrshare.type2 .dia_share_img,
.dia_share .prev_xrshare.type2 .prev_share_img,
.prev_share.dia_xrshare.type2 .dia_share_img,
.prev_share.dia_xrshare.type2 .prev_share_img,
.prev_share .prev_xrshare.type2 .dia_share_img,
.prev_share .prev_xrshare.type2 .prev_share_img {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_gift_imgbg2.png) no-repeat;
  background-size: 100% 100%;
}
.dia_share.dia_xrshare.type2 .dia_share_code,
.dia_share.dia_xrshare.type2 .prev_share_code,
.dia_share .prev_xrshare.type2 .dia_share_code,
.dia_share .prev_xrshare.type2 .prev_share_code,
.prev_share.dia_xrshare.type2 .dia_share_code,
.prev_share.dia_xrshare.type2 .prev_share_code,
.prev_share .prev_xrshare.type2 .dia_share_code,
.prev_share .prev_xrshare.type2 .prev_share_code {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//code_bg.png) no-repeat;
  background-size: 100% 100%;
}
.dia_share.dia_xrshare.type2 .dia_share_code .codebg,
.dia_share.dia_xrshare.type2 .prev_share_code .codebg,
.dia_share .prev_xrshare.type2 .dia_share_code .codebg,
.dia_share .prev_xrshare.type2 .prev_share_code .codebg,
.prev_share.dia_xrshare.type2 .dia_share_code .codebg,
.prev_share.dia_xrshare.type2 .prev_share_code .codebg,
.prev_share .prev_xrshare.type2 .dia_share_code .codebg,
.prev_share .prev_xrshare.type2 .prev_share_code .codebg {
  display: none;
}
.dia_share.dia_xrshare.type2 .dia_share_code .codebg2,
.dia_share.dia_xrshare.type2 .prev_share_code .codebg2,
.dia_share .prev_xrshare.type2 .dia_share_code .codebg2,
.dia_share .prev_xrshare.type2 .prev_share_code .codebg2,
.prev_share.dia_xrshare.type2 .dia_share_code .codebg2,
.prev_share.dia_xrshare.type2 .prev_share_code .codebg2,
.prev_share .prev_xrshare.type2 .dia_share_code .codebg2,
.prev_share .prev_xrshare.type2 .prev_share_code .codebg2 {
  display: block;
}
.dia_share.newicon .dia_newicon,
.dia_share.newicon .dia_share_newicon,
.dia_share.newicon .prev_newicon,
.dia_share.newicon .prev_share_newicon,
.prev_share.newicon .dia_newicon,
.prev_share.newicon .dia_share_newicon,
.prev_share.newicon .prev_newicon,
.prev_share.newicon .prev_share_newicon {
  display: block;
}

.prev_share {
  transform: scale(0.17);
  transform-origin: 0 0;
}

.dia_sharebox,
.prev_sharebox {
  width: calc(540 / var(--max-width) * 100vw);
  height: calc(960 / var(--max-width) * 100vw);
  position: relative;
}

.dia_sharebox_in,
.prev_sharebox_in {
  width: calc(540 / var(--max-width) * 100vw);
  height: calc(960 / var(--max-width) * 100vw);
}

.dia_sharebg,
.prev_sharebg,
.dia_sharebg2 {
  width: calc(540 / var(--max-width) * 100vw);
  height: calc(960 / var(--max-width) * 100vw);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.dia_sharebg img,
.prev_sharebg img,
.dia_sharebg2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.dia_sharebg2 {
  display: none;
}

.dia_share_cont,
.prev_share_cont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}

.certificateBox_share_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  opacity: 0;
}

.dia_sharename,
.prev_sharename {
  width: calc(494 / var(--max-width) * 100vw);
  height: calc(60 / var(--max-width) * 100vw);
  font: 12px/1.5 tahoma, "u65b9u6b63u5170u4eadu9ed1", sans-serif;
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: calc(92 / var(--max-width) * 100vw);
  margin-left: calc(-247 / var(--max-width) * 100vw);
  text-align: center;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_name.png) no-repeat;
  background-size: 100% 100%;
  line-height: calc(60 / var(--max-width) * 100vw);
}
.dia_sharename span,
.prev_sharename span {
  color: #ffffbe;
  display: inline-block;
  max-width: calc(128 / var(--max-width) * 100vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  padding-right: calc(7 / var(--max-width) * 100vw);
}

.dia_share_chtips,
.prev_share_chtips {
  display: block;
  width: calc(290 / var(--max-width) * 100vw);
  height: calc(39 / var(--max-width) * 100vw);
  position: absolute;
  left: 0;
  top: calc(91.5 / var(--max-width) * 100vw);
  line-height: calc(39 / var(--max-width) * 100vw);
  box-sizing: border-box;
  padding-left: calc(36 / var(--max-width) * 100vw);
  color: #3c4453;
  font-family: "calabold";
  font-size: calc(27 / var(--max-width) * 100vw);
}

.dia_sharech,
.prev_sharech {
  display: block;
  font-size: calc(72 / var(--max-width) * 100vw);
  color: #4e7cf4;
  line-height: calc(72 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(36 / var(--max-width) * 100vw);
  top: calc(147 / var(--max-width) * 100vw);
  font-weight: normal;
  font-family: "calabold";
}

.dia_sharerole,
.prev_sharerole {
  width: calc(434 / var(--max-width) * 100vw);
  height: calc(452 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(60 / var(--max-width) * 100vw);
  top: calc(266 / var(--max-width) * 100vw);
}
.dia_sharerole img,
.prev_sharerole img {
  display: block;
  width: calc(360 / var(--max-width) * 100vw);
  height: calc(396 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dia_sharerole img.role1,
.prev_sharerole img.role1 {
  z-index: 0;
}
.dia_sharerole img.role2,
.prev_sharerole img.role2 {
  z-index: 5;
}
.dia_sharerole img.role3,
.prev_sharerole img.role3 {
  z-index: 10;
}
.dia_sharerole img.role4,
.prev_sharerole img.role4 {
  z-index: 15;
}

.dia_newicon,
.prev_newicon {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//pnewicon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  display: none;
}

.dia_xrjsicon {
  width: calc(111 / var(--max-width) * 100vw);
  height: calc(22 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//xrjsicon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

.dia_share_newicon,
.prev_share_newicon {
  display: block;
  width: calc(110 / var(--max-width) * 100vw);
  height: calc(112 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//newicon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(384 / var(--max-width) * 100vw);
  top: calc(328 / var(--max-width) * 100vw);
  z-index: 30;
  display: none;
}

.dia_share_p1,
.prev_share_p1 {
  width: calc(346 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  margin-left: calc(-173 / var(--max-width) * 100vw);
  top: calc(235 / var(--max-width) * 100vw);
  font-size: calc(22 / var(--max-width) * 100vw);
  line-height: calc(28 / var(--max-width) * 100vw);
  color: #d8cea7;
  font-family: "cala";
  text-align: center;
}

.dia_share_p2,
.prev_share_p2 {
  position: absolute;
  left: calc(48 / var(--max-width) * 100vw);
  top: calc(659.5 / var(--max-width) * 100vw);
  height: calc(80 / var(--max-width) * 100vw);
  line-height: calc(80 / var(--max-width) * 100vw);
  font-size: calc(30 / var(--max-width) * 100vw);
  color: #3c4453;
  font-family: "calabold";
}

.dia_share_p3,
.prev_share_p3 {
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #5f6d7f;
  position: absolute;
  left: calc(37 / var(--max-width) * 100vw);
  top: calc(770.5 / var(--max-width) * 100vw);
}

.dia_share_p4,
.prev_share_p4 {
  font-size: calc(36 / var(--max-width) * 100vw);
  line-height: calc(38 / var(--max-width) * 100vw);
  color: #4e7cf4;
  position: absolute;
  left: calc(37 / var(--max-width) * 100vw);
  top: calc(801 / var(--max-width) * 100vw);
  font-family: "calabold";
}

.dia_share_p5,
.prev_share_p5 {
  height: calc(74 / var(--max-width) * 100vw);
  font-size: calc(34 / var(--max-width) * 100vw);
  line-height: calc(74 / var(--max-width) * 100vw);
  color: #544c2d;
  position: absolute;
  left: calc(52 / var(--max-width) * 100vw);
  top: calc(742 / var(--max-width) * 100vw);
  font-family: "SourceHanSerifCN-Bold";
}

.dia_share_p5s,
.prev_share_p5s {
  height: calc(84 / var(--max-width) * 100vw);
  top: calc(700 / var(--max-width) * 100vw);
  display: flex;
  align-items: center;
  font-size: calc(32 / var(--max-width) * 100vw);
  line-height: calc(84 / var(--max-width) * 100vw);
}
.dia_share_p5s:after,
.prev_share_p5s:after {
  content: "";
  width: calc(230 / var(--max-width) * 100vw);
  height: calc(9 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_nameline.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dia_share_p6,
.prev_share_p6 {
  width: 200%;
  font-size: calc(36 / var(--max-width) * 100vw);
  line-height: calc(42 / var(--max-width) * 100vw);
  color: #544c2d;
  position: absolute;
  left: 0;
  top: calc(876 / var(--max-width) * 100vw);
  transform: scale(0.5);
  transform-origin: 0 0;
  text-align: center;
}

.dia_sharejs .dia_share_p6,
.dia_sharejs .prev_share_p6,
.prev_sharejs .dia_share_p6,
.prev_sharejs .prev_share_p6 {
  color: #fff8c9;
}

.dia_share_codepara,
.prev_share_codepara {
  width: calc(314 / var(--max-width) * 100vw);
  height: calc(52 / var(--max-width) * 100vw);
  font-size: calc(32 / var(--max-width) * 100vw);
  line-height: calc(52 / var(--max-width) * 100vw);
  font-family: "SourceHanSerifCN-Bold";
  color: #d8cea7;
  text-align: left;
  position: absolute;
  left: calc(52 / var(--max-width) * 100vw);
  top: calc(816 / var(--max-width) * 100vw);
  text-indent: calc(6 / var(--max-width) * 100vw);
  white-space: nowrap;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_code_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.dia_share_codepara2,
.prev_share_codepara2 {
  top: calc(784 / var(--max-width) * 100vw);
  height: calc(82 / var(--max-width) * 100vw);
  line-height: calc(78 / var(--max-width) * 100vw);
}

.dia_share_codezw,
.prev_share_codezw {
  width: calc(120 / var(--max-width) * 100vw);
  height: calc(126 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(376 / var(--max-width) * 100vw);
  top: calc(742 / var(--max-width) * 100vw);
  z-index: 20;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//code_zw.jpg) no-repeat;
  background-size: 100% 100%;
}

.dia_share_code,
.prev_share_code {
  width: calc(120 / var(--max-width) * 100vw);
  height: calc(166 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//code_bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(380 / var(--max-width) * 100vw);
  top: calc(702 / var(--max-width) * 100vw);
}
.dia_share_code img,
.dia_share_code canvas,
.prev_share_code img,
.prev_share_code canvas {
  display: block;
  width: calc(114 / var(--max-width) * 100vw);
  height: calc(114 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(3 / var(--max-width) * 100vw);
  top: calc(3 / var(--max-width) * 100vw);
  z-index: 10;
}
.dia_share_code .codebg,
.dia_share_code .codebg2,
.prev_share_code .codebg,
.prev_share_code .codebg2 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.dia_share_code .codebg2,
.prev_share_code .codebg2 {
  display: none;
}

.dia_share_code {
  background: none !important;
}

.dia_share_tips,
.prev_share_tips {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100 / var(--max-width) * 100vw);
  text-align: center;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: rgba(255, 255, 255, 0.5);
}

.pcshow {
  display: none;
}

.dia_new_sharet,
.prev_new_sharet,
.dia_new_sharet2 {
  display: block;
  width: calc(435 / var(--max-width) * 100vw);
  height: calc(54 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_new_t1.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  position: absolute;
  left: calc(52 / var(--max-width) * 100vw);
  top: calc(86 / var(--max-width) * 100vw);
}
.dia_new_sharet img,
.prev_new_sharet img,
.dia_new_sharet2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.dia_new_sharet {
  background: none !important;
}

.dia_new_sharet2 {
  display: none;
}

.dia_share_img,
.prev_share_img {
  display: block;
  width: calc(314 / var(--max-width) * 100vw);
  height: calc(110 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//share_gift_imgbg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(52 / var(--max-width) * 100vw);
  top: calc(702 / var(--max-width) * 100vw);
}
.dia_share_img img,
.prev_share_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.dia_share_codebg,
.prev_share_codebg {
  display: block;
  width: 100%;
  height: 100%;
}

.dia_share_codeimg,
.prev_share_codeimg {
  display: block;
  width: calc(102 / var(--max-width) * 100vw);
  height: calc(102 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(6 / var(--max-width) * 100vw);
  top: calc(6 / var(--max-width) * 100vw);
}

.d_longpres {
  width: calc(750 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  bottom: calc(-60 / var(--max-width) * 100vw);
  transform: translate(-50%, 0);
  text-align: center;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: rgba(255, 255, 255, 0.5);
}

.dia_sharebtn_box {
  width: calc(750 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
}
.dia_sharebtn_box a {
  display: block;
  width: calc(277 / var(--max-width) * 100vw);
  height: calc(64 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_sharebtn_hov.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 0 calc(20 / var(--max-width) * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dia_sharebtn_box a strong {
  display: block;
  width: 100%;
  text-align: center;
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #392321;
  font-weight: normal;
  line-height: calc(26 / var(--max-width) * 100vw);
}

.dia2 {
  width: calc(723 / var(--max-width) * 100vw);
  height: calc(990 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_bg2m.png) no-repeat;
  background-size: 100% 100%;
  font-family: "cala";
  box-sizing: border-box;
  padding: calc(170 / var(--max-width) * 100vw) calc(54 / var(--max-width) * 100vw) 0;
}

.dia_test_box {
  width: 100%;
}

.dia_test {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 1px;
}

.dia_test_t {
  display: block;
  width: calc(490 / var(--max-width) * 100vw);
  height: calc(82 / var(--max-width) * 100vw);
  position: relative;
  margin: 0 auto;
  font-size: calc(30 / var(--max-width) * 100vw);
  color: #ffffff;
  font-family: "calabold";
  line-height: calc(82 / var(--max-width) * 100vw);
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  box-sizing: border-box;
}
.dia_test_t:before, .dia_test_t:after {
  content: "";
  width: calc(18 / var(--max-width) * 100vw);
  border-bottom: #fff solid 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.dia_test_t:after {
  left: unset;
  right: 0;
}
.dia_test_t i {
  font-size: calc(18 / var(--max-width) * 100vw);
  font-weight: normal;
  font-style: normal;
  font-family: "cala";
}
.dia_test_t.dia_test_cht {
  margin: calc(44 / var(--max-width) * 100vw) auto 0;
}

.dia_ticon {
  display: inline-block;
  vertical-align: top;
  width: calc(9 / var(--max-width) * 100vw);
  height: calc(18 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/d_ticon.png) no-repeat;
  background-size: 100% 100%;
  margin: calc(22 / var(--max-width) * 100vw) calc(10 / var(--max-width) * 100vw) 0 0;
}
.dia_ticon2 {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/d_ticon2.png) no-repeat;
  background-size: 100% 100%;
}

.dia_test_img {
  width: calc(64 / var(--max-width) * 100vw);
  height: calc(64 / var(--max-width) * 100vw);
  position: relative;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_rewbg.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.dia_test_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia_test_img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_rewmask.png) no-repeat;
  background-size: 100% 100%;
}
.dia_test_img .dia_test_num {
  position: absolute;
  right: calc(8 / var(--max-width) * 100vw);
  bottom: calc(4 / var(--max-width) * 100vw);
  font-size: calc(16 / var(--max-width) * 100vw);
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
  z-index: 20;
}
.dia_test_img:hover .dia_test_name {
  display: flex;
}

.dia_test_name {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4974e2;
  border-radius: calc(2 / var(--max-width) * 100vw);
  z-index: 40;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(16 / var(--max-width) * 100vw);
  line-height: calc(18 / var(--max-width) * 100vw);
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 calc(4 / var(--max-width) * 100vw);
  text-align: center;
  display: none;
}

.dia_jz {
  width: 100%;
  height: calc(340 / var(--max-width) * 100vw);
  position: relative;
  display: flex;
  justify-content: center;
}

.dia_jzbox {
  width: calc(244 / var(--max-width) * 100vw);
  margin: 0 calc(20 / var(--max-width) * 100vw);
}

.dia_jz_t {
  display: block;
  width: 100%;
  height: calc(68 / var(--max-width) * 100vw);
  position: relative;
  margin: calc(20 / var(--max-width) * 100vw) auto 0;
  font-size: calc(30 / var(--max-width) * 100vw);
  color: #ffffff;
  font-family: "calabold";
  line-height: calc(68 / var(--max-width) * 100vw);
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  box-sizing: border-box;
  text-align: center;
}
.dia_jz_t:before, .dia_jz_t:after {
  content: "";
  width: calc(18 / var(--max-width) * 100vw);
  border-bottom: #fff solid 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.dia_jz_t:after {
  left: unset;
  right: 0;
}

.dia_jc_jz {
  width: calc(95 / var(--max-width) * 100vw);
  height: calc(115 / var(--max-width) * 100vw);
  margin: calc(32 / var(--max-width) * 100vw) auto 0;
  position: relative;
}
.dia_jc_jz:after {
  -webkit-mask-image: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/jc_jzmask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.dia_jc_jz:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 65%) 100% 50%/800% 100%;
  pointer-events: none;
  z-index: 30;
  animation: saoguangc 2s ease infinite;
}
.dia_jc_jz img {
  display: block;
  width: 100%;
  height: 100%;
}

.dia_jc_num {
  text-align: center;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #ffffff;
  line-height: calc(24 / var(--max-width) * 100vw);
  margin: calc(16 / var(--max-width) * 100vw) auto 0;
}

.dia_jy_jz {
  width: calc(112 / var(--max-width) * 100vw);
  height: calc(127 / var(--max-width) * 100vw);
  margin: calc(18 / var(--max-width) * 100vw) auto 0;
}
.dia_jy_jz:after {
  -webkit-mask-image: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/jc_jzmask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.dia_jy_jz .dia_jy_jzimg {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/jy_jz_grey.png) no-repeat;
  background-size: 100% 100%;
}
.dia_jy_jz.light {
  position: relative;
}
.dia_jy_jz.light .dia_jy_jzimg {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/jy_jz.png) no-repeat;
  background-size: 100% 100%;
}
.dia_jy_jz.light:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 65%) 100% 50%/800% 100%;
  pointer-events: none;
  z-index: 30;
  animation: saoguangc 2s ease infinite;
}

.dia_lightbtn {
  display: block;
  width: calc(160 / var(--max-width) * 100vw);
  height: calc(40 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_lightbtn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: calc(40 / var(--max-width) * 100vw);
  margin-left: calc(20 / var(--max-width) * 100vw);
  color: #ffffff;
  font-size: calc(20 / var(--max-width) * 100vw);
  margin: calc(9 / var(--max-width) * 100vw) auto 0;
}
.dia_lightbtn:active {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_lightbtn_hov.png) no-repeat;
  background-size: 100% 100%;
  color: #222222;
}
.dia_lightbtn.over {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_lightbtn_ove.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.dia_lightbtn.over:before {
  content: "";
  width: calc(24 / var(--max-width) * 100vw);
  height: calc(14 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn_check.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin: calc(13 / var(--max-width) * 100vw) calc(6 / var(--max-width) * 100vw) 0 0;
}
.dia_lightbtn.over:active {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_lightbtn_ove.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}

.dia3 {
  width: calc(723 / var(--max-width) * 100vw);
  height: calc(990 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_bg3m.png) no-repeat;
  background-size: 100% 100%;
  font-family: "cala";
  box-sizing: border-box;
  padding: calc(92 / var(--max-width) * 100vw) calc(80 / var(--max-width) * 100vw) 0;
}

.dia4 {
  width: calc(723 / var(--max-width) * 100vw);
  height: calc(1110 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//jh_bgm.png) no-repeat;
  background-size: 100% 100%;
  font-family: "cala";
  box-sizing: border-box;
  padding: calc(104 / var(--max-width) * 100vw) calc(54 / var(--max-width) * 100vw) 0;
}

.dia_jy_tx {
  width: calc(510 / var(--max-width) * 100vw);
  margin: calc(66 / var(--max-width) * 100vw) 0 0 calc(75 / var(--max-width) * 100vw);
  position: relative;
  box-sizing: border-box;
}
.dia_jy_tx2 {
  margin-top: calc(48 / var(--max-width) * 100vw);
}

.dia_jy_t {
  display: block;
  width: calc(133 / var(--max-width) * 100vw);
  height: calc(229 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/m/dia_jy_t.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(-19 / var(--max-width) * 100vw);
  top: calc(-16 / var(--max-width) * 100vw);
  text-indent: -9999px;
}
.dia_jy_t2 {
  width: calc(134 / var(--max-width) * 100vw);
  height: calc(379 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/m/dia_jy_t2.png) no-repeat;
  background-size: 100% 100%;
  top: calc(-34 / var(--max-width) * 100vw);
}

.dia_jy_list {
  width: 100%;
}
.dia_jy_list li {
  height: calc(126 / var(--max-width) * 100vw);
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.dia_jy_list li:last-child {
  border-bottom: none;
}
.dia_jy_list li.over {
  opacity: 0.3;
}
.dia_jy_list li.over .dia_jy_lqbtn {
  display: none;
}

.dia_jy_tj {
  width: calc(370 / var(--max-width) * 100vw);
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #ffffff;
  line-height: calc(32 / var(--max-width) * 100vw);
  box-sizing: border-box;
  padding-left: calc(110 / var(--max-width) * 100vw);
}
.dia_jy_tj .jyspace {
  display: inline-block;
  vertical-align: top;
  width: calc(110 / var(--max-width) * 100vw);
  margin-left: calc(-110 / var(--max-width) * 100vw);
}

.dia_jy_lqbtn {
  display: block;
  width: calc(110 / var(--max-width) * 100vw);
  height: calc(40 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: calc(40 / var(--max-width) * 100vw);
  margin-left: calc(20 / var(--max-width) * 100vw);
  color: #ffffff;
  font-size: calc(20 / var(--max-width) * 100vw);
  position: relative;
}
.dia_jy_lqbtn:after {
  -webkit-mask-image: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.dia_jy_lqbtn:active {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn_hov.png) no-repeat;
  background-size: 100% 100%;
}
.dia_jy_lqbtn.over {
  background: none;
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.dia_jy_lqbtn.over:before {
  content: "";
  width: calc(46 / var(--max-width) * 100vw);
  height: calc(28 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn_check2.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin: calc(3 / var(--max-width) * 100vw) 0 0 0;
}
.dia_jy_lqbtn.over:after {
  display: none;
}
.dia_jy_lqbtn.over:active {
  background: none;
}

.dia_jy_img {
  width: calc(64 / var(--max-width) * 100vw);
  height: calc(64 / var(--max-width) * 100vw);
  position: relative;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_rewbg.png) no-repeat;
  background-size: 100% 100%;
}
.dia_jy_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia_jy_img:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 65%) 100% 50%/800% 100%;
  pointer-events: none;
  z-index: 30;
  animation: saoguangc 2s ease infinite;
}
.dia_jy_img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_rewmask.png) no-repeat;
  background-size: 100% 100%;
}
.dia_jy_img .dia_test_num {
  position: absolute;
  right: calc(8 / var(--max-width) * 100vw);
  bottom: calc(4 / var(--max-width) * 100vw);
  font-size: calc(16 / var(--max-width) * 100vw);
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
  z-index: 20;
}

.dia_jy_detail {
  width: calc(306 / var(--max-width) * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: calc(16 / var(--max-width) * 100vw);
}

.dia_jy_detailname {
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #ffffff;
  line-height: calc(22 / var(--max-width) * 100vw);
}

.dia_jy_include {
  font-size: calc(16 / var(--max-width) * 100vw);
  color: #88c6fa;
  line-height: calc(18 / var(--max-width) * 100vw);
  margin-top: calc(6 / var(--max-width) * 100vw);
}

.dia_tg_lqbtn {
  display: block;
  width: calc(110 / var(--max-width) * 100vw);
  height: calc(40 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: calc(40 / var(--max-width) * 100vw);
  margin-left: calc(20 / var(--max-width) * 100vw);
  color: #ffffff;
  font-size: calc(20 / var(--max-width) * 100vw);
  position: relative;
}
.dia_tg_lqbtn:after {
  -webkit-mask-image: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn_mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.dia_tg_lqbtn:active {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn_hov.png) no-repeat;
  background-size: 100% 100%;
}
.dia_tg_lqbtn.over {
  background: none;
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.dia_tg_lqbtn.over:before {
  content: "";
  width: calc(24 / var(--max-width) * 100vw);
  height: calc(14 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn_check.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin: calc(13 / var(--max-width) * 100vw) calc(6 / var(--max-width) * 100vw) 0 0;
}
.dia_tg_lqbtn.over:after {
  display: none;
}
.dia_tg_lqbtn.over:active {
  background: none;
}
.dia_tg_lqbtn.lock {
  background: none;
  pointer-events: none;
}
.dia_tg_lqbtn.lock:before {
  content: "";
  width: calc(27 / var(--max-width) * 100vw);
  height: calc(30 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_testbtn_lock.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin: calc(5 / var(--max-width) * 100vw) 0 0 0;
}
.dia_tg_lqbtn.lock:active {
  background: none;
}

.tips {
  background: #000;
  padding: calc(6 / var(--max-width) * 100vw) calc(20 / var(--max-width) * 100vw);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  animation: showTips 2s linear 1 both;
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #fff;
  border-radius: calc(4 / var(--max-width) * 100vw);
}

@keyframes showTips {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
  }
  33.33% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  66.66% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
}
.diazy {
  width: calc(540 / var(--max-width) * 100vw);
  height: calc(430 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_bg5m.png) no-repeat;
  background-size: 100% 100%;
}

.diazys {
  width: calc(540 / var(--max-width) * 100vw);
  height: calc(430 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_bg6.png) no-repeat;
  background-size: 100% 100%;
}

.dia_tzy_para {
  margin: calc(90 / var(--max-width) * 100vw) auto 0;
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #392321;
  line-height: calc(38 / var(--max-width) * 100vw);
  text-align: center;
}
.dia_tzy_para span {
  color: #924642;
}

.dia_sharejs .dia_sharename {
  color: #fff8c9;
}
.dia_sharejs .dia_sharech {
  font-size: calc(48 / var(--max-width) * 100vw);
  font-weight: 200;
  color: #fffbd9;
}
.dia_sharejs .dia_share_p3 {
  color: #ffffff;
}
.dia_sharejs .dia_share_p4 {
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #fff8c9;
}
.dia_sharejs .dia_share_codepara {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/share_codepbg2.png) no-repeat;
  background-size: 100% 100%;
  color: #e4dfbe;
}
.dia_sharejs .dia_share_codepara span {
  font-weight: 200;
}
.dia_sharejs .certificateBox_share_img {
  opacity: 1;
}

.dia_share_bj {
  width: 100%;
  text-align: center;
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #ffffff;
  position: absolute;
  left: 0;
  top: calc(560 / var(--max-width) * 100vw);
  box-sizing: border-box;
  padding-left: calc(12 / var(--max-width) * 100vw);
}
.dia_share_bj span {
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #fff8c9;
}

.dia_share_jplist {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: calc(596 / var(--max-width) * 100vw);
}
.dia_share_jplist li {
  width: calc(155 / var(--max-width) * 100vw);
  height: calc(150 / var(--max-width) * 100vw);
  position: relative;
}
.dia_share_jplist li img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia_share_jplist li:after {
  content: "";
  width: 1px;
  height: calc(40 / var(--max-width) * 100vw);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/djs_line.png) no-repeat;
  background-size: 100% 100%;
}
.dia_share_jplist li:last-child:after {
  display: none;
}

.dia_cicon {
  display: block;
  width: calc(88 / var(--max-width) * 100vw);
  height: calc(88 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/d_cicon1.png) no-repeat;
  background-size: 100% 100%;
  margin: calc(86 / var(--max-width) * 100vw) auto 0;
}
.dia_cicon.dia_cicon1 {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/d_cicon2.png) no-repeat;
  background-size: 100% 100%;
}

.dia_dtips {
  display: block;
  width: 80%;
  margin: 0 auto 0;
  text-align: center;
  height: calc(100 / var(--max-width) * 100vw);
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #392321;
  font-family: "u65b9u6b63u5170u4eadu9ed1";
  font-weight: normal;
  line-height: calc(32 / var(--max-width) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dia_kficon {
  display: inline-block;
  vertical-align: top;
  width: calc(29 / var(--max-width) * 100vw);
  height: calc(32 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_kficon.png) no-repeat;
  background-size: 100% 100%;
  margin: calc(9 / var(--max-width) * 100vw) calc(12 / var(--max-width) * 100vw) 0 0;
}

.ms_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  animation: kl_ms 2.5s 0.5s linear 1 both;
}
.ms_box canvas,
.ms_box img {
  display: block;
  width: calc(600 / var(--max-width) * 100vw);
  height: calc(600 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(-300 / var(--max-width) * 100vw) 0 0 calc(-300 / var(--max-width) * 100vw);
  z-index: 50;
  animation: kl_ms_icon 1s 1s linear 1 both;
}

.ms_icon {
  display: block;
  width: calc(505 / var(--max-width) * 100vw);
  height: calc(395 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/ms_icon.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: calc(-197.5 / var(--max-width) * 100vw) 0 0 calc(-252.5 / var(--max-width) * 100vw);
  z-index: 50;
  animation: kl_ms_icon 2s 1s linear 1 both;
}
.ms_icon.jytx_icon {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/jytx_icon.png) no-repeat;
  background-size: 100% 100%;
}

@keyframes kl_ms {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  33.33% {
    background: rgba(0, 0, 0, 0.7);
  }
  66.66% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes kl_ms_icon {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dialogin {
  width: calc(540 / var(--max-width) * 100vw);
  height: calc(430 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_loginm.png) no-repeat;
  background-size: 100% 100%;
}
.dialogin .dia_t {
  width: calc(312 / var(--max-width) * 100vw);
}

.diasm {
  width: calc(594 / var(--max-width) * 100vw);
  height: calc(463.1 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_loginm.png) no-repeat;
  background-size: 100% 100%;
}
.diasm .dia_t {
  width: calc(430 / var(--max-width) * 100vw);
}

.dia_loginbox {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: calc(92 / var(--max-width) * 100vw) auto 0;
}
.dia_loginbox a {
  display: block;
  width: calc(180 / var(--max-width) * 100vw);
  height: calc(166 / var(--max-width) * 100vw);
  margin: 0 calc(27.5 / var(--max-width) * 100vw);
}
.dia_loginbox a.qqicon {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//login_icon1.png) no-repeat;
  background-size: 100% 100%;
}
.dia_loginbox a.wxicon {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//login_icon2.png) no-repeat;
  background-size: 100% 100%;
}
.dia_loginbox a:hover.qqicon {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//login_icon1_hov.png) no-repeat;
  background-size: 100% 100%;
}
.dia_loginbox a:hover.wxicon {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//login_icon2_hov.png) no-repeat;
  background-size: 100% 100%;
}

.diajq {
  width: calc(640 / var(--max-width) * 100vw);
  height: calc(430 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_bg4m.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-right: calc(218 / var(--max-width) * 100vw);
}
.diajq:after {
  content: "";
  width: calc(327 / var(--max-width) * 100vw);
  height: calc(457 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_personm.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(338 / var(--max-width) * 100vw);
  bottom: 0;
  pointer-events: none;
}
.diajq .dia_t {
  width: calc(400 / var(--max-width) * 100vw);
}

.dia_jq_para {
  width: calc(366 / var(--max-width) * 100vw);
  height: calc(140 / var(--max-width) * 100vw);
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #392321;
  line-height: calc(36 / var(--max-width) * 100vw);
  text-align: center;
  margin: calc(26 / var(--max-width) * 100vw) auto 0;
}
.dia_jq_para span {
  color: #924642;
}
.dia_jq_para.dia_jq_paras {
  margin: calc(96 / var(--max-width) * 100vw) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dia_jqbtnbox {
  width: 100%;
  margin: 0 auto;
}
.dia_jqbtnbox2 {
  margin-top: calc(70 / var(--max-width) * 100vw);
}
.dia_jqbtnbox3 {
  margin-top: calc(30 / var(--max-width) * 100vw);
}
.dia_jqbtnbox a {
  display: block;
  width: calc(277 / var(--max-width) * 100vw);
  height: calc(56 / var(--max-width) * 100vw);
  margin: 0 auto;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//jq_btn.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: calc(23 / var(--max-width) * 100vw);
  text-align: center;
  line-height: calc(56 / var(--max-width) * 100vw);
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #392321;
}
.dia_jqbtnbox a:active {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//jq_btnhov.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.dia_jqbtnbox a:active .dia_kficon {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_kficon_hov.png) no-repeat;
  background-size: 100% 100%;
}

.dia_copyicon {
  display: block;
  width: calc(290 / var(--max-width) * 100vw);
  height: calc(102 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_copylogo.png) no-repeat;
  background-size: 100% 100%;
  margin: calc(86 / var(--max-width) * 100vw) auto 0;
}

.dia_copyline {
  display: block;
  width: calc(430 / var(--max-width) * 100vw);
  height: 1px;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_copyline.png) no-repeat;
  background-size: 100% 100%;
  margin: calc(20 / var(--max-width) * 100vw) auto 0;
}

.dia_copypara {
  text-align: center;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #392321;
  line-height: calc(36 / var(--max-width) * 100vw);
  color: #392321;
  margin: calc(10 / var(--max-width) * 100vw) auto;
}

.kl_bz_show {
  width: calc(640 / var(--max-width) * 100vw);
  height: calc(460 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/pf_show.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.kl_bz_show p {
  width: 100%;
  text-align: center;
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #89a1c7;
  line-height: calc(24 / var(--max-width) * 100vw);
  position: absolute;
  left: 0;
  bottom: calc(-72 / var(--max-width) * 100vw);
}

.dia_smlist {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 calc(20 / var(--max-width) * 100vw);
  margin: calc(60 / var(--max-width) * 100vw) auto 0;
}
.dia_smlist li {
  width: calc(110 / var(--max-width) * 100vw);
  height: calc(110 / var(--max-width) * 100vw);
  margin: 0 calc(10 / var(--max-width) * 100vw);
  box-sizing: border-box;
  padding: calc(6 / var(--max-width) * 100vw);
  text-align: center;
}
.dia_smlist li img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia_smlist li p {
  font-size: calc(16 / var(--max-width) * 100vw);
  color: #392321;
  margin: calc(12 / var(--max-width) * 100vw) auto 0;
}

.wt_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background: #000;
}

.wt_jq1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.wt_jq_bg1 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//wt_bg1m.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  filter: grayscale(1) saturate(0%);
}
.wt_jq_bg1.show {
  animation: bg-graytolight 3s linear 1 both;
}
.wt_jq_bg1.wtbg2 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//wt_bg2m.jpg) no-repeat;
  background-size: 100% 100%;
  filter: unset;
}
.wt_jq_bg1.wtbg2.show .wt_dark {
  opacity: 1;
}
.wt_jq_bg1.wtbg2.show .wt_dark.show {
  animation: bg-show 1s 1 both;
}
.wt_jq_bg1.wtbg2.show .wt_dark.show2 {
  opacity: 0;
  animation: bg-show3 1s 1 both;
}
.wt_jq_bg1.wtbg2.show .wt_dark.show3 {
  opacity: 0.6;
  animation: bg-show7 1s 1 both;
}
.wt_jq_bg1.wtbg3 {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//wt_bg3m.jpg) no-repeat;
  background-size: 100% 100%;
  filter: unset;
}
.wt_jq_bg1.wtbg3 .wt_dark.show3 {
  opacity: 0.6;
  animation: bg-show7 1s 1 both;
}
.wt_jq_bg1.wtbg3.show2 {
  background-position: 50% 50%;
  background-size: 300% 300%;
  animation: bg-scale 4s 1 both;
}
.wt_jq_bg1.wtbg3.show2 .wt_dark {
  opacity: 1;
}
.wt_jq_bg1.wtbg3.show2 .wt_dark.show {
  animation: bg-show 4s 1 both;
}

@keyframes bg-scale {
  0% {
    background-size: 300% 300%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.wt_jq_mask {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//wt_bg1_maskm.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.wt_pbox {
  width: 100%;
  height: calc(358 / var(--max-width) * 100vw);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.wt_pbox:before {
  content: "";
  width: calc(698 / var(--max-width) * 100vw);
  height: calc(21 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//wt_plinem.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: calc(74 / var(--max-width) * 100vw);
  transform: translate(-50%, 0);
}
.wt_pbox:after {
  content: "";
  width: calc(34 / var(--max-width) * 100vw);
  height: calc(32 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//wt_pjt.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: calc(18 / var(--max-width) * 100vw);
  transform: translate(-50%, 0);
}

.wt_para {
  width: calc(622 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  top: calc(118 / var(--max-width) * 100vw);
  transform: translate(-50%, 0);
  transition: all 0.5s;
  font-size: calc(24 / var(--max-width) * 100vw);
  line-height: calc(32 / var(--max-width) * 100vw);
  color: #ffffff;
  font-family: "cala";
  text-align: center;
}
.wt_para span {
  position: relative;
}
.wt_para i,
.wt_para strong {
  font-weight: normal;
  font-style: normal;
}
.wt_para i {
  opacity: 0;
}
.wt_para strong {
  position: absolute;
  left: 0;
  top: 0;
}

.wt_name {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(18 / var(--max-width) * 100vw);
  font-size: calc(36 / var(--max-width) * 100vw);
  color: #f8e7a5;
  font-family: "SourceHanSerifCN-Bold";
}

.wt_jq_man {
  width: 100%;
  height: 100%;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//man_imgm.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 30;
  opacity: 0;
}
.wt_jq_man:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//man_imgmaskm.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wt_jq_man.show {
  animation: man-show 1s 1 both;
}
.wt_jq_man.show2 {
  animation: man-show 1s 1 both;
  z-index: 70;
}
.wt_jq_man.show2:after {
  animation: bg-show 1s 1 both;
}
.wt_jq_man.show2.show3:after {
  opacity: 0;
  animation: bg-show3 1s 1 both;
}
.wt_jq_man.show2.show4:after {
  opacity: 0.6;
  animation: bg-show4 1s 1 both;
}
.wt_jq_man.show5 {
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% calc(50 / var(--max-width) * 100vw);
  animation: bg-show5 1s 1 both;
}
.wt_jq_man.show6 {
  opacity: 1;
  transform: scale(1.2);
  transform-origin: 50% calc(50 / var(--max-width) * 100vw);
  animation: bg-show6 1s 1 both;
}
.wt_jq_man.show7 {
  opacity: 1;
  transform: scale(1.36);
  transform-origin: 50% calc(50 / var(--max-width) * 100vw);
  animation: bg-show 1s 1 both;
}

.wt_dark {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  background: #000;
  opacity: 0;
}
.wt_dark.show {
  animation: man-show 1s 1 both;
}

@keyframes man-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg-show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg-show2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes bg-show3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes bg-show4 {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg-show5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes bg-show6 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.36);
  }
}
@keyframes bg-show7 {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg-graytolight {
  0% {
    filter: grayscale(1) saturate(0%);
  }
  100% {
    filter: grayscale(0) saturate(100%);
  }
}
.wt_topbtnbx {
  position: absolute;
  right: calc(20 / var(--max-width) * 100vw);
  top: calc(20 / var(--max-width) * 100vw);
  display: flex;
  z-index: 100;
}
.wt_topbtnbx a {
  display: block;
  width: calc(140 / var(--max-width) * 100vw);
  height: calc(48 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//wt_btn.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #ffffff;
  font-family: "cala";
  margin: 0 calc(10 / var(--max-width) * 100vw);
}
.wt_topbtnbx a:hover {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//wt_btn_hov.png) no-repeat;
  background-size: 100% 100%;
}
.wt_topbtnbx a.wt_hg:after {
  content: "";
  width: calc(16 / var(--max-width) * 100vw);
  height: calc(20 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//hgicon.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-left: calc(8 / var(--max-width) * 100vw);
}
.wt_topbtnbx a.wt_zd:after {
  content: "";
  width: calc(18 / var(--max-width) * 100vw);
  height: calc(18 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//zdicon.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-left: calc(8 / var(--max-width) * 100vw);
}
.wt_topbtnbx a.wt_tg:after {
  content: "";
  width: calc(11 / var(--max-width) * 100vw);
  height: calc(16 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//tgicon.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-left: calc(8 / var(--max-width) * 100vw);
}

.wt_hg_det {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//hg_bgmskm.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  display: none;
}
.wt_hg_det.showAnimate {
  display: block;
  opacity: 0;
  animation: man-show 1s 1 both;
}
.wt_hg_det.hideAnimate {
  opacity: 1;
  animation: bg-show 1s 1 both;
}

.wt_hg_t {
  display: block;
  width: calc(245 / var(--max-width) * 100vw);
  height: calc(95 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(68 / var(--max-width) * 100vw);
  top: calc(59 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//wt_jqt.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
}

.wt_hg_wp {
  width: calc(666 / var(--max-width) * 100vw);
  height: calc(100% - (268 / var(--max-width) * 100vw));
  position: absolute;
  left: calc(68 / var(--max-width) * 100vw);
  top: calc(214 / var(--max-width) * 100vw);
}
.wt_hg_wp::before {
  content: "";
  width: 100%;
  height: calc(15 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//hg_line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wt_hg_list {
  width: calc(636 / var(--max-width) * 100vw);
  height: calc(100% - (88 / var(--max-width) * 100vw));
  position: absolute;
  left: 0;
  top: calc(44 / var(--max-width) * 100vw);
  overflow: hidden;
  font-family: "cala";
}
.wt_hg_list p {
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #fefefe;
  line-height: calc(36 / var(--max-width) * 100vw);
  box-sizing: border-box;
  padding-left: calc(135 / var(--max-width) * 100vw);
  margin-bottom: calc(36 / var(--max-width) * 100vw);
}
.wt_hg_list strong {
  display: inline-block;
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #f8e7a5;
  font-family: "SourceHanSerifCN-Bold";
  margin-left: calc(-126 / var(--max-width) * 100vw);
  width: calc(126 / var(--max-width) * 100vw);
}

.wt_hg_scroll {
  width: calc(5 / var(--max-width) * 100vw);
  height: calc(100% - (88 / var(--max-width) * 100vw));
  position: absolute;
  right: 0;
  top: calc(44 / var(--max-width) * 100vw);
  background: rgba(226, 223, 211, 0.2);
}
.wt_hg_scroll .swiper-scrollbar-drag {
  background: #f8e7a5;
  cursor: pointer;
}

.hg_close {
  display: block;
  width: calc(27 / var(--max-width) * 100vw);
  height: calc(27 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//hg_close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(654 / var(--max-width) * 100vw);
  top: calc(118 / var(--max-width) * 100vw);
}

.dia_test_mysc {
  width: calc(600 / var(--max-width) * 100vw);
  margin: 0 auto;
}

.dia_test_sclist {
  width: calc(600 / var(--max-width) * 100vw);
  height: calc(288 / var(--max-width) * 100vw);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.dia_test_sclist .swiper-wrapper {
  width: 100000%;
  display: flex;
}
.dia_test_sclist .swiper-wrapper li {
  width: calc(600 / var(--max-width) * 100vw);
  height: calc(176 / var(--max-width) * 100vw);
  display: flex;
  justify-content: center;
}

.dia_testimg_box {
  width: calc(278 / var(--max-width) * 100vw);
  height: calc(172 / var(--max-width) * 100vw);
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: calc(20 / var(--max-width) * 100vw);
}
.dia_testimg_box:after {
  content: "";
  width: calc(278 / var(--max-width) * 100vw);
  height: calc(19 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//sc_jzbox.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 30;
}

.dia_testimg {
  width: calc(95 / var(--max-width) * 100vw);
  height: calc(152 / var(--max-width) * 100vw);
  background: #000;
  box-shadow: rgba(0, 0, 0, 0.5) calc(4 / var(--max-width) * 100vw) calc(6 / var(--max-width) * 100vw) 0;
  margin: 0 calc(14 / var(--max-width) * 100vw);
}

.dia_prg {
  width: calc(150 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  top: calc(216 / var(--max-width) * 100vw);
  margin-left: calc(-75 / var(--max-width) * 100vw);
  display: flex;
  justify-content: center;
}
.dia_prg span {
  width: calc(12 / var(--max-width) * 100vw);
  height: calc(12 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//prg_icon.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 calc(4 / var(--max-width) * 100vw);
}
.dia_prg span.swiper-pagination-bullet-active {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//prg_iconcur.png) no-repeat;
  background-size: 100% 100%;
}

.test_prev,
.cg_test_prev {
  width: calc(36 / var(--max-width) * 100vw);
  height: calc(36 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//test_prevbtn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(142 / var(--max-width) * 100vw);
  top: calc(204 / var(--max-width) * 100vw);
}
.test_prev:hover,
.cg_test_prev:hover {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//test_prevbtn_hov.png) no-repeat;
  background-size: 100% 100%;
}

.test_next,
.cg_test_next {
  width: calc(36 / var(--max-width) * 100vw);
  height: calc(36 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//test_prevbtn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: calc(142 / var(--max-width) * 100vw);
  top: calc(204 / var(--max-width) * 100vw);
  transform: scale(-1, 1);
}
.test_next:hover,
.cg_test_next:hover {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//test_prevbtn_hov.png) no-repeat;
  background-size: 100% 100%;
}

.cg_test_prev {
  left: calc(30 / var(--max-width) * 100vw);
  top: calc(56 / var(--max-width) * 100vw);
}

.cg_test_next {
  right: calc(30 / var(--max-width) * 100vw);
  top: calc(56 / var(--max-width) * 100vw);
}

.dia_test_t {
  width: calc(490 / var(--max-width) * 100vw);
  height: calc(82 / var(--max-width) * 100vw);
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.dia_test_t2 {
  margin: 0 auto;
  transform: translate(0, calc(-24 / var(--max-width) * 100vw));
}
.dia_test_t:before {
  content: "";
  width: calc(34 / var(--max-width) * 100vw);
  height: calc(35 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//kp_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(-34 / var(--max-width) * 100vw);
  top: 50%;
  transform: translate(0, -50%);
}

.kp_test_num {
  width: calc(338 / var(--max-width) * 100vw);
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #392321;
  position: relative;
  z-index: 999;
  font-family: "cala";
}
.kp_test_num span {
  color: #924642;
}
.kp_test_num2 {
  width: calc(348 / var(--max-width) * 100vw);
  padding-left: calc(38 / var(--max-width) * 100vw);
  box-sizing: border-box;
}
.kp_test_num2:before {
  content: "";
  height: calc(16 / var(--max-width) * 100vw);
  border-left: #bdb09a solid 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.kp_test_num.kpnump {
  width: calc(168 / var(--max-width) * 100vw);
}

.dia_ticon {
  display: inline-block;
  vertical-align: top;
  width: calc(9 / var(--max-width) * 100vw);
  height: calc(18 / var(--max-width) * 100vw);
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/d_ticon.png) no-repeat;
  background-size: 100% 100%;
  margin: calc(22 / var(--max-width) * 100vw) calc(10 / var(--max-width) * 100vw) 0 0;
}
.dia_ticon2 {
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/d_ticon2.png) no-repeat;
  background-size: 100% 100%;
}

.kp_tips {
  width: calc(562 / var(--max-width) * 100vw);
  text-align: right;
  margin: calc(4 / var(--max-width) * 100vw) auto 0;
  font-size: calc(14 / var(--max-width) * 100vw);
  color: #392321;
  box-sizing: border-box;
  padding-right: calc(10 / var(--max-width) * 100vw);
}

.dia_test_list {
  width: calc(562 / var(--max-width) * 100vw);
  margin: 0 auto 0;
}
.dia_test_list li {
  margin-bottom: calc(6 / var(--max-width) * 100vw);
  height: calc(74 / var(--max-width) * 100vw);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: calc(10 / var(--max-width) * 100vw) calc(14 / var(--max-width) * 100vw);
}
.dia_test_list li.over {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//test_ovem.png) no-repeat;
  background-size: 100% 100%;
}
.dia_test_list li.over .dia_test_para,
.dia_test_list li.over .dia_test_cs {
  color: #897a6e;
}

.dia_test_img {
  width: calc(58 / var(--max-width) * 100vw);
  height: calc(58 / var(--max-width) * 100vw);
  position: relative;
  background: #534f46;
  cursor: pointer;
  border-radius: calc(2 / var(--max-width) * 100vw);
}
.dia_test_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia_test_img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(//game.gtimg.cn/images/kq/cp/klbqS2Activities/dia_rewmask.png) no-repeat;
  background-size: 100% 100%;
}
.dia_test_img .dia_test_num {
  position: absolute;
  right: calc(8 / var(--max-width) * 100vw);
  bottom: calc(4 / var(--max-width) * 100vw);
  font-size: calc(16 / var(--max-width) * 100vw);
  color: #fff8e7;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
  z-index: 20;
}
.dia_test_img:hover .dia_test_name {
  display: flex;
}

.dia_test_name {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4974e2;
  border-radius: calc(2 / var(--max-width) * 100vw);
  z-index: 40;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(16 / var(--max-width) * 100vw);
  line-height: calc(18 / var(--max-width) * 100vw);
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 calc(4 / var(--max-width) * 100vw);
  text-align: center;
  display: none;
}

.dia_test_para {
  width: calc(356 / var(--max-width) * 100vw);
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #392321;
  line-height: calc(30 / var(--max-width) * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 calc(14 / var(--max-width) * 100vw);
}

.dia_test_cs {
  display: block;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #392321;
}

.dia_test_lqbtn {
  display: block;
  width: calc(117 / var(--max-width) * 100vw);
  height: calc(40 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_testbtn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: calc(40 / var(--max-width) * 100vw);
  margin-left: calc(20 / var(--max-width) * 100vw);
  color: #392321;
  font-size: calc(18 / var(--max-width) * 100vw);
  position: relative;
}
.dia_test_lqbtn:after {
  -webkit-mask-image: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_testbtn_hov.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.dia_test_lqbtn:active {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_testbtn_hov.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.dia_test_lqbtn.over {
  background: none;
  color: #897a6e;
  pointer-events: none;
}
.dia_test_lqbtn.over:after {
  display: none;
}
.dia_test_lqbtn.over:before {
  content: "";
  width: calc(24 / var(--max-width) * 100vw);
  height: calc(14 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_testbtn_check.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin: calc(13 / var(--max-width) * 100vw) calc(6 / var(--max-width) * 100vw) 0 0;
}
.dia_test_lqbtn.over:hover {
  background: none;
}
.dia_test_lqbtn.lock {
  background: none;
  color: #897a6e;
  pointer-events: none;
  text-indent: -9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dia_test_lqbtn.lock:before {
  content: "";
  width: calc(27 / var(--max-width) * 100vw);
  height: calc(30 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cp_lock.png) no-repeat;
  background-size: 100% 100%;
}
.dia_test_lqbtn.tasklq {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_testbtn_hov.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.dia_ch {
  width: calc(563 / var(--max-width) * 100vw);
  box-sizing: border-box;
}
.dia_ch2 {
  width: 100%;
}

.dia_ch_box {
  width: calc(518 / var(--max-width) * 100vw);
  height: calc(190 / var(--max-width) * 100vw);
  position: relative;
  margin: 0 0 calc(22 / var(--max-width) * 100vw) calc(42 / var(--max-width) * 100vw);
}

.dia_ch_desnum {
  width: calc(380 / var(--max-width) * 100vw);
  height: calc(30 / var(--max-width) * 100vw);
  line-height: calc(30 / var(--max-width) * 100vw);
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #fff8e6;
  background: linear-gradient(to right, rgba(59, 52, 8, 0.5), rgba(59, 52, 8, 0));
  box-sizing: border-box;
  padding-left: calc(4 / var(--max-width) * 100vw);
  margin-top: calc(12 / var(--max-width) * 100vw);
}
.dia_ch_desnum span {
  color: #ffdd83;
}

.dia_ch_name {
  display: block;
  font-family: "SourceHanSerifCN-Bold";
  font-size: calc(30 / var(--max-width) * 100vw);
  color: #fff8e7;
  font-weight: normal;
  position: relative;
}
.dia_ch_name:before {
  content: "";
  width: calc(34 / var(--max-width) * 100vw);
  height: calc(35 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//kp_icon2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(-34 / var(--max-width) * 100vw);
  top: 50%;
  transform: translate(0, -50%);
}

.dia_ch_des {
  width: calc(310 / var(--max-width) * 100vw);
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #fff8e6;
  line-height: calc(28 / var(--max-width) * 100vw);
  font-family: "cala";
  margin-top: calc(6 / var(--max-width) * 100vw);
}

.dia_ch_btn {
  display: block;
  width: calc(310 / var(--max-width) * 100vw);
  height: calc(48 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cp_btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #ffffff;
}
.dia_ch_btn:active {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cp_btn_hov.png) no-repeat;
  background-size: 100% 100%;
  color: #392321;
}
.dia_ch_btn.grey {
  pointer-events: none;
  opacity: 0.6;
}
.dia_ch_btn.light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cp_btn_grey.png) no-repeat;
  background-size: 100% 100%;
  color: #ca9d98;
  pointer-events: none;
}
.dia_ch_btn.light:before {
  content: "";
  width: calc(24 / var(--max-width) * 100vw);
  height: calc(14 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//dia_testbtn_check.png) no-repeat;
  background-size: 100% 100%;
  margin-right: calc(4 / var(--max-width) * 100vw);
}

.dia_ch_img {
  width: calc(138 / var(--max-width) * 100vw);
  height: calc(204 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//ch_box.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(384 / var(--max-width) * 100vw);
  top: calc(-8 / var(--max-width) * 100vw);
}
.dia_ch_img.light .dia_ch_imgin {
  pointer-events: inherit;
}
.dia_ch_img.light .dia_ch_imgin img {
  opacity: 1;
}
.dia_ch_img.light .dia_ch_imgin:after {
  display: none;
}

.dia_ch_imgin {
  width: calc(82 / var(--max-width) * 100vw);
  height: calc(124 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(28 / var(--max-width) * 100vw);
  top: calc(55 / var(--max-width) * 100vw);
  pointer-events: none;
}
.dia_ch_imgin img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.dia_ch_imgin:after {
  content: "";
  width: calc(29 / var(--max-width) * 100vw);
  height: calc(34 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//kp_lock.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dia_ch_right {
  width: 100%;
  position: relative;
}

.dia_ch_t {
  display: block;
  font-size: calc(30 / var(--max-width) * 100vw);
  color: #392321;
  font-family: "SourceHanSerifCN-Bold";
}

.dia_ch_list {
  width: 100%;
  margin: calc(20 / var(--max-width) * 100vw) 0 0 0;
}
.dia_ch_list li {
  height: calc(152 / var(--max-width) * 100vw);
  position: relative;
  margin-bottom: calc(20 / var(--max-width) * 100vw);
}
.dia_ch_list li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cp_line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dia_ch_list li:last-child:after {
  display: none;
}

.dia_giftbox {
  width: 100%;
  display: flex;
  align-items: center;
}

.dia_chlist_name {
  width: calc(362 / var(--max-width) * 100vw);
  font-size: calc(24 / var(--max-width) * 100vw);
  color: #392321;
  font-family: "SourceHanSerifCN-Bold";
  margin-left: calc(20 / var(--max-width) * 100vw);
}

.dia_gift_para {
  width: calc(562 / var(--max-width) * 100vw);
  height: calc(63 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cp_pbgm.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #392321;
  box-sizing: border-box;
  padding-top: calc(16 / var(--max-width) * 100vw);
  margin-top: calc(8 / var(--max-width) * 100vw);
}

.dia_cg_box {
  width: calc(588 / var(--max-width) * 100vw);
  height: calc(183 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_imgoxm.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}

.dia_cg_imgin {
  width: calc(550 / var(--max-width) * 100vw);
  height: calc(148 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(20 / var(--max-width) * 100vw);
  bottom: calc(14 / var(--max-width) * 100vw);
  overflow: hidden;
}
.dia_cg_imgin .swiper-wrapper {
  width: 10000%;
  display: flex;
}
.dia_cg_imgin li {
  width: calc(550 / var(--max-width) * 100vw);
  position: relative;
  height: calc(148 / var(--max-width) * 100vw);
}
.dia_cg_imgin img {
  display: block;
  width: calc(277 / var(--max-width) * 100vw);
  height: calc(151 / var(--max-width) * 100vw);
  object-fit: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.dia_cg_imgin .swiper-wrapper {
  width: 10000%;
  display: flex;
}

.cgprevw {
  height: calc(168 / var(--max-width) * 100vw);
  width: calc(160.8 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  bottom: calc(-10 / var(--max-width) * 100vw);
  margin-left: calc(-84 / var(--max-width) * 100vw);
}
.cgprevw img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cgprevw img.role1 {
  z-index: 0;
}
.cgprevw img.role2 {
  z-index: 5;
}
.cgprevw img.role3 {
  z-index: 10;
}
.cgprevw img.role4 {
  z-index: 15;
}
.cgprevw img.role5 {
  z-index: 20;
}
.cgprevw .dia_newicon,
.cgprevw .prev_newicon {
  display: block;
}

.dia_cg_group {
  width: calc(260 / var(--max-width) * 100vw);
  height: calc(264 / var(--max-width) * 100vw);
  float: left;
  margin-left: calc(30 / var(--max-width) * 100vw);
}

.dia_cg_empty {
  width: calc(277 / var(--max-width) * 100vw);
  height: calc(151 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(19 / var(--max-width) * 100vw);
  bottom: calc(14 / var(--max-width) * 100vw);
  overflow: hidden;
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #dcaaa4;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: calc(30 / var(--max-width) * 100vw) 0 0 0;
}

.dia_cg_prg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(12 / var(--max-width) * 100vw);
  z-index: 30;
  display: flex;
  justify-content: center;
}
.dia_cg_prg span {
  width: calc(7 / var(--max-width) * 100vw);
  height: calc(7 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//prg_icon.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 calc(4 / var(--max-width) * 100vw);
}
.dia_cg_prg span.swiper-pagination-bullet-active {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//prg_iconcur.png) no-repeat;
  background-size: 100% 100%;
}

.dia_cg_ipt {
  width: 100%;
  height: calc(48 / var(--max-width) * 100vw);
  margin: calc(32 / var(--max-width) * 100vw) auto 0;
}
.dia_cg_ipt input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  background: none;
  background: #fff;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #392321;
  box-sizing: border-box;
  padding: 0 calc(20 / var(--max-width) * 100vw);
  font-family: "cala";
}
.dia_cg_ipt input::placeholder {
  color: #a6967d;
  font-family: "cala";
}

.dia_cg_p {
  width: 100%;
  height: calc(78 / var(--max-width) * 100vw);
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #dcaaa4;
  line-height: calc(26 / var(--max-width) * 100vw);
  margin: calc(8 / var(--max-width) * 100vw) auto 0;
}

.dia_cgcp_btn {
  position: relative;
  left: 0;
  bottom: 0;
  margin: calc(4 / var(--max-width) * 100vw) auto 0;
  width: 100%;
  height: calc(48 / var(--max-width) * 100vw);
}

.kp_libox {
  width: calc(560 / var(--max-width) * 100vw);
  height: calc(380 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(30 / var(--max-width) * 100vw);
  top: calc(74 / var(--max-width) * 100vw);
}

.kp_lilist li {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  filter: drop-shadow(rgba(0, 0, 0, 0.5) calc(4 / var(--max-width) * 100vw) calc(4 / var(--max-width) * 100vw) 0);
}
.kp_lilist li img {
  display: block;
  width: calc(85 / var(--max-width) * 100vw);
  height: calc(75 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
}
.kp_lilist li p {
  width: calc(180 / var(--max-width) * 100vw);
  height: calc(39 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//spe_tips.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-bottom: calc(7 / var(--max-width) * 100vw);
  position: absolute;
  left: 50%;
  top: calc(-40 / var(--max-width) * 100vw);
  font-size: calc(16 / var(--max-width) * 100vw);
  color: #ffffff;
  margin-left: calc(-90 / var(--max-width) * 100vw);
  display: none;
  align-items: center;
  justify-content: center;
}
.kp_lilist li:nth-child(1) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box1.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(1):hover, .kp_lilist li:nth-child(1).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box1_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(1):hover p, .kp_lilist li:nth-child(1).light p {
  color: #fff;
}
.kp_lilist li:nth-child(2) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box2.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(2):hover, .kp_lilist li:nth-child(2).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box2_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(2):hover p, .kp_lilist li:nth-child(2).light p {
  color: #fff;
}
.kp_lilist li:nth-child(3) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box3.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(3):hover, .kp_lilist li:nth-child(3).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box3_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(3):hover p, .kp_lilist li:nth-child(3).light p {
  color: #fff;
}
.kp_lilist li:nth-child(4) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box4.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(4):hover, .kp_lilist li:nth-child(4).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box4_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(4):hover p, .kp_lilist li:nth-child(4).light p {
  color: #fff;
}
.kp_lilist li:nth-child(5) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box5.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(5):hover, .kp_lilist li:nth-child(5).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box5_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(5):hover p, .kp_lilist li:nth-child(5).light p {
  color: #fff;
}
.kp_lilist li:nth-child(6) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box6.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(6):hover, .kp_lilist li:nth-child(6).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box6_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(6):hover p, .kp_lilist li:nth-child(6).light p {
  color: #fff;
}
.kp_lilist li:nth-child(7) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box7.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(7):hover, .kp_lilist li:nth-child(7).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box7_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(7):hover p, .kp_lilist li:nth-child(7).light p {
  color: #fff;
}
.kp_lilist li:nth-child(8) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box8.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(8):hover, .kp_lilist li:nth-child(8).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box8_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(8):hover p, .kp_lilist li:nth-child(8).light p {
  color: #fff;
}
.kp_lilist li:nth-child(9) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box9.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(9):hover, .kp_lilist li:nth-child(9).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box9_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(9):hover p, .kp_lilist li:nth-child(9).light p {
  color: #fff;
}
.kp_lilist li:nth-child(10) {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box10.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(10):hover, .kp_lilist li:nth-child(10).light {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_box10_hov.png);
  background-size: 100% 100%;
}
.kp_lilist li:nth-child(10):hover p, .kp_lilist li:nth-child(10).light p {
  color: #fff;
}
.kp_lilist li:nth-child(1) {
  width: calc(93 / var(--max-width) * 100vw);
  height: calc(97 / var(--max-width) * 100vw);
  top: calc(92 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(1) img {
  width: calc(75 / var(--max-width) * 100vw);
  height: calc(66 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(2) {
  width: calc(127 / var(--max-width) * 100vw);
  height: calc(78 / var(--max-width) * 100vw);
  left: calc(58 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(3) {
  width: calc(85 / var(--max-width) * 100vw);
  height: calc(75 / var(--max-width) * 100vw);
  left: calc(14 / var(--max-width) * 100vw);
  top: calc(207 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(3) img {
  width: calc(70 / var(--max-width) * 100vw);
  height: calc(61 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(4) {
  width: calc(81 / var(--max-width) * 100vw);
  height: calc(107 / var(--max-width) * 100vw);
  left: calc(108 / var(--max-width) * 100vw);
  top: calc(128 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(5) {
  width: calc(127 / var(--max-width) * 100vw);
  height: calc(78 / var(--max-width) * 100vw);
  left: calc(390 / var(--max-width) * 100vw);
  top: calc(294 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(6) {
  width: calc(85 / var(--max-width) * 100vw);
  height: calc(75 / var(--max-width) * 100vw);
  left: calc(458 / var(--max-width) * 100vw);
  top: calc(99 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(6) img {
  width: calc(75 / var(--max-width) * 100vw);
  height: calc(66 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(7) {
  width: calc(173 / var(--max-width) * 100vw);
  height: calc(75 / var(--max-width) * 100vw);
  left: calc(375 / var(--max-width) * 100vw);
  top: calc(14 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(8) {
  width: calc(93 / var(--max-width) * 100vw);
  height: calc(97 / var(--max-width) * 100vw);
  left: calc(460 / var(--max-width) * 100vw);
  top: calc(184 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(8) img {
  width: calc(75 / var(--max-width) * 100vw);
  height: calc(66 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(9) {
  width: calc(81 / var(--max-width) * 100vw);
  height: calc(107 / var(--max-width) * 100vw);
  left: calc(362 / var(--max-width) * 100vw);
  top: calc(128 / var(--max-width) * 100vw);
}
.kp_lilist li:nth-child(10) {
  width: calc(173 / var(--max-width) * 100vw);
  height: calc(75 / var(--max-width) * 100vw);
  left: calc(7 / var(--max-width) * 100vw);
  top: calc(296 / var(--max-width) * 100vw);
}
.kp_lilist li:active {
  z-index: 30;
}
.kp_lilist li:active p {
  display: flex;
}

.kp_woman {
  width: calc(175 / var(--max-width) * 100vw);
  height: calc(444 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(192 / var(--max-width) * 100vw);
  top: calc(-50 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_wm.png) no-repeat;
  background-size: 100% 100%;
}
.kp_woman.lock .kp_woman_mask {
  display: block;
}

.kp_woman_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//cg_wm_unlock.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.dia_szyl_btn {
  display: block;
  width: calc(139 / var(--max-width) * 100vw);
  height: calc(28 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//szyl_btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  text-indent: -9999px;
}
.dia_szyl_btn:active {
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//szyl_btn_hov.png) no-repeat;
  background-size: 100% 100%;
}

.kp_delay {
  width: calc(580 / var(--max-width) * 100vw);
  height: calc(76 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(30 / var(--max-width) * 100vw);
  top: calc(464 / var(--max-width) * 100vw);
  display: flex;
  align-items: center;
}

.kp_delay_img {
  width: calc(32 / var(--max-width) * 100vw);
  height: calc(48 / var(--max-width) * 100vw);
}

.kp_delay_num {
  width: calc(156 / var(--max-width) * 100vw);
  margin-left: calc(12 / var(--max-width) * 100vw);
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #392321;
}
.kp_delay_num span {
  display: block;
  font-size: calc(20 / var(--max-width) * 100vw);
  color: #924642;
  line-height: calc(20 / var(--max-width) * 100vw);
}

.kp_delay_xh {
  width: calc(360 / var(--max-width) * 100vw);
  height: calc(24 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(256 / var(--max-width) * 100vw);
  top: calc(24 / var(--max-width) * 100vw);
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #f5efdd;
}
.kp_delay_xh span {
  color: #ffdd83;
}

.kp_delay_xh2 {
  width: calc(360 / var(--max-width) * 100vw);
  height: calc(24 / var(--max-width) * 100vw);
  position: absolute;
  left: calc(256 / var(--max-width) * 100vw);
  top: calc(52 / var(--max-width) * 100vw);
  font-size: calc(18 / var(--max-width) * 100vw);
  color: #7f7465;
}

.dia_ch_prevw {
  width: 120vw;
  height: 120vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  z-index: 200;
}

.dia_ch_prevw_img {
  width: calc(640 / var(--max-width) * 100vw);
  height: calc(851 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//pf_zsm.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.h5space {
  display: block;
}

@supports (-webkit-background-clip: text) {
  .dia_t span {
    background: linear-gradient(to bottom, #faf2f1 0, #ffefc4 50%, #ffdf8b 100%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.lightbreth {
  position: relative;
}
.lightbreth:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 65%) 100% 50%/800% 100%;
  pointer-events: none;
  z-index: 30;
  animation: saoguangc 2s ease infinite;
}

@keyframes saoguangc {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.redicon:after {
  content: "";
  width: calc(20 / var(--max-width) * 100vw);
  height: calc(20 / var(--max-width) * 100vw);
  background: url(https://game.gtimg.cn/images/kq/cp/CardMagic//redicon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: calc(16 / var(--max-width) * 100vw);
  top: calc(14 / var(--max-width) * 100vw);
  z-index: 20;
}

.grey {
  filter: grayscale(1);
}

/*# sourceMappingURL=stylem.css.map */
