/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  outline: none;
}

a,
img,
input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

ul,
li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

.db {
  text-indent: -999em;
  overflow: hidden;
}

html {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  width: 100%;
}

html {
  font-size: 20rem;
}

html {
  font-size: calc(100vw /750);
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

b {
  font-weight: bold;
}

b * {
  font-weight: bold;
}

body {
  width: 100%;
  background-color: #242220;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'font';
  src: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/font.TTF) format("truetype");
}

:root {
  --page-width: 25.6rem;
  --bg-dark: #140d10;
  --panel: rgba(43, 17, 17, 0.78);
  --line: rgba(255, 77, 77, 0.26);
  --gold: #f7d18a;
  --red: #d63131;
  --text-main: #f8f1e5;
  --text-sub: #c4a892;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  color: var(--text-main);
  background: radial-gradient(32rem 20rem at 50% 0%, rgba(180, 34, 34, 0.35), rgba(20, 13, 16, 0)), linear-gradient(180deg, #170d10 0%, #0f0b0d 100%);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 80%;
  padding: 14rem 24rem;
  border-radius: 8rem;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 24rem;
  line-height: 1.5;
  text-align: center;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.wrap-main {
  height: 5831rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/bg_02.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.kv {
  height: 956rem;
  position: relative;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/bg_01.jpg) no-repeat;
  background-size: 100% auto;
}

.kv .loginInfo {
  text-align: center;
  color: #fff;
  top: 30rem;
  font-size: 24rem;
}

.kv .loginInfo a {
  color: #fff;
}

.kv .logo {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/logo.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 30rem;
  top: 42rem;
  display: block;
  width: 105rem;
  height: 77rem;
}

.kv .slogan {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.kv .kvMain {
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 24rem;
  transform: translateX(-50%);
}

.kv .btn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn1.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 345rem;
  height: 101.5rem;
  text-align: center;
  line-height: 101.5rem;
  padding-top: 5rem;
  color: #fff;
  font-size: 30rem;
  font-weight: bold;
  font-family: 'font';
  margin: 0 auto;
  /* margin-top: -50rem; */
  position: relative;
  z-index: 2;
}

.kv .btns {
  display: flex;
  justify-content: center;
}

.kv .ktbtns {
  display: none;
}

.kv .ktbtns .btn {
  margin: 0 -15rem;
  /* margin-top: -50rem; */
}

.kv .tips {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/kvTips.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 181rem;
  height: 77rem;
  margin: 0 auto;
  margin-top: 40rem;
  animation: tipsFloat 1.8s ease-in-out infinite;
}

@keyframes tipsFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12rem);
  }
}

.part1 {
  padding-top: 35rem;
}

.part1 .part1-btns {
  display: flex;
  justify-content: center;
  margin-top: 60rem;
}

.part1 .part1-btns .btn {
  display: block;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn6.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  width: 448rem;
  height: 131rem;
}

.part1 .part1-btns .btn.btn2 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn4.png) no-repeat;
  background-size: 100% 100%;
}

.part1 .part1-btns .btn.btn3 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn5.png) no-repeat;
  background-size: 100% 100%;
}

.part1 .title {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/title1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  height: 121rem;
  width: 100%;
}

.part1 .tips {
  text-align: center;
  width: 100%;
  padding: 0 30rem;
  margin: 0 auto;
  font-size: 24rem;
  line-height: 1.3;
  color: #fff;
  margin-top: 15rem;
}

.part1 .tips span {
  color: #ff2020;
}

.part1-main {
  width: 2234rem;
  margin: 0 auto;
}

.part1-main .items {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-1.png) no-repeat;
  background-size: 100% 100%;
  width: 433rem;
  height: 678rem;
  padding-top: 12rem;
  margin: 0 auto;
}

.part1-main .items .btn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  width: 287rem;
  height: 85rem;
}

.part1-main .items .btn.wwc {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-3.png) no-repeat;
  background-size: 100% 100%;
}

.part1-main .items .btn.lqjl {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-4.png) no-repeat;
  background-size: 100% 100%;
}

.part1-main .items .btn.ywc {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-5.png) no-repeat;
  background-size: 100% 100%;
}

.part1-main .items .btn.rwsb {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-2.png) no-repeat;
  background-size: 100% 100%;
}

.part1-main .items .time {
  text-align: center;
  color: #eaebeb;
  font-size: 19rem;
}

.part1-main .items .time.red {
  color: #bc1616;
}

.part1-main .items .txts {
  text-align: center;
  font-family: 'font';
  height: 140rem;
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20rem;
}

.part1-main .items .txts .t {
  color: #e5e5e5;
  font-size: 28rem;
}

.part1-main .items .txts p {
  color: #12ed91;
  font-size: 40rem;
}

.part1-main .box {
  display: flex;
  padding-left: 16rem;
  align-items: center;
  height: 188rem;
}

.part1-main .box .img {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-3.png) no-repeat;
  background-size: 100% 100%;
  width: 243rem;
  height: 155rem;
  margin-right: 20rem;
  padding: 2rem;
}

.part1-main .box .img img {
  display: block;
  width: 100%;
}

.part1-main .box .li {
  display: flex;
  align-items: center;
  color: #acabab;
  line-height: 1;
  font-size: 19rem;
  margin: 8rem 0;
}

.part1-main .box .li .checkIcon {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-4.png) no-repeat;
  width: 39rem;
  height: 36rem;
  background-size: 100% 100%;
  margin-right: 14rem;
}

.part1-main .box .li h3 {
  font-family: 'font';
}

.part1-main .little {
  font-family: 'font';
  color: #dfdede;
  font-size: 29rem;
  line-height: 63rem;
  height: 63rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 18rem;
}

.part1-main .user {
  height: 116rem;
  display: flex;
  align-items: center;
  padding: 0 28rem;
  padding-top: 5rem;
}

.part1-main .user .avatar {
  width: 86rem;
  height: 86rem;
  border: 1rem solid #938f8f;
  border-radius: 100%;
  margin-right: 15rem;
}

.part1-main .user .avatar img {
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.part1-main .user .userR .lev {
  display: flex;
  align-items: center;
  color: #d8d8d8;
  font-size: 24rem;
}

.part1-main .user .userR .lev .levIcon {
  width: 32rem;
  height: 33rem;
  margin-right: 13rem;
}

.part1-main .user .userR .lev .levIcon img {
  display: block;
  width: 100%;
  height: 100%;
}

.part1-main .user .userName {
  color: #eaebeb;
  font-size: 24rem;
  font-family: 'font';
  margin-top: 5rem;
}

.part1-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/icon2.png) no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto;
  width: 716rem;
  color: #f4f4f4;
  font-size: 24rem;
  margin-top: 15rem;
  margin-bottom: 8rem;
  height: 67rem;
}

.part1-t a {
  display: flex;
  align-items: center;
  color: #ed1212;
}

.part1-t a img {
  width: 26rem;
  height: 26rem;
  display: block;
  margin-left: 4rem;
}

.part1-box {
  margin: 0 auto;
  width: 716rem;
}

.part1-box .reset {
  display: flex;
  align-items: center;
  color: #f4f4f4;
  font-size: 26rem;
  border-bottom: 1rem solid #ea1c1b;
  line-height: 1.3;
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
}

.part1-box .reset img {
  display: block;
  width: auto;
  height: 25rem;
  margin-left: 5rem;
}

.part1-box .lit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -8rem;
}

.part1-box .lit .lev {
  height: 57rem;
  position: relative;
  z-index: 2;
}

.part1-box .lit .lev img {
  display: block;
  height: 100%;
}

.part1-box .items {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/part1-box1.png) no-repeat;
  background-size: 100% 100%;
  width: 224rem;
  height: 381rem;
  position: relative;
}

.part1-box .items.items2 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/part1-box2.png) no-repeat;
  background-size: 100% 100%;
}

.part1-box .items.items3 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/part1-box3.png) no-repeat;
  background-size: 100% 100%;
}

.part1-box .items .type {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-icon3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -31rem;
  width: 127rem;
  display: block;
  color: #fff;
  padding-left: 22rem;
  text-align: center;
  line-height: 34rem;
  height: 38rem;
  font-size: 18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part1-box .items .type.type2 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-icon4.png) no-repeat;
  background-size: 100% 100%;
}

.part1-box .items .type.type3 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-icon6.png) no-repeat;
  background-size: 100% 100%;
}

.part1-box .items .biaoti {
  width: 100%;
  height: 34rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22rem;
  padding-top: 5rem;
  margin-bottom: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part1-box .items .icon {
  width: 211rem;
  height: 133rem;
  margin: 0 auto;
  padding-left: 2rem;
  margin-bottom: 14rem;
}

.part1-box .items .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part1-box .items .txt {
  font-family: 'font';
  height: 100rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-direction: column;
  padding-top: 5rem;
}

.part1-box .items .txt .name {
  color: #fff;
  font-size: 15rem;
  line-height: 1.1;
  font-weight: normal;
  height: 52rem;
  display: flex;
  padding: 0 5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.part1-box .items .txt .price {
  color: #12ed91;
  font-size: 24rem;
  line-height: 46rem;
  height: 46rem;
  margin-top: 0;
}

.part1-box .items .btn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  width: 203rem;
  height: 60rem;
  margin-top: 20rem;
}

.part1-box .items .btn.wwc {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-3.png) no-repeat;
  background-size: 100% 100%;
}

.part1-box .items .btn.lqjl {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-4.png) no-repeat;
  background-size: 100% 100%;
}

.part1-box .items .btn.ywc {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-5.png) no-repeat;
  background-size: 100% 100%;
}

.part1-box .items .btn.rwsb {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-2.png) no-repeat;
  background-size: 100% 100%;
}

.part1-box .items .time {
  text-align: center;
  color: #2c1011;
  font-size: 18rem;
  margin-top: -8rem;
}

.part1-box .items .time.red {
  color: #bc1616;
}

.part1-box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.part1-box1 .box-main {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-kuang1.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 480rem;
  display: flex;
  justify-content: center;
  padding-top: 47rem;
  position: relative;
}

.part1-box1 .l {
  position: relative;
  width: 242rem;
}

.part1-box1 .r {
  width: 469rem;
  overflow: hidden;
  position: relative;
}

.part1-box1 .box-list {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-kuang2.png) no-repeat;
  background-size: 100% 100%;
  height: 480rem;
  padding-top: 47rem;
  position: relative;
}

.part1-box1 .box-list .items {
  margin: 0 4rem;
}

.part1-box2 {
  margin-top: 40rem;
  position: relative;
}

.part1-box2 .box-list {
  display: flex;
  justify-content: center;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-kuang3.png) no-repeat;
  background-size: 100% 100%;
  height: 480rem;
  padding-top: 42rem;
}

.part1-box2 .box-list .items {
  margin: 0 5rem;
}

.part2 {
  margin-top: 65rem;
}

.part2 .lotteryBtn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/lottery-btn2.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  width: 448rem;
  height: 131rem;
  margin: 0 auto;
  display: block;
  margin-top: 30rem;
}

.part2 .title {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/title2.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  width: 100%;
  height: 141rem;
}

.part2 .lotteryT {
  width: 700rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55rem;
}

.part2 .lotteryT .l {
  font-size: 24rem;
  color: #fffefe;
}

.part2 .lotteryT .l span {
  font-family: 'font';
  color: #ed1212;
  font-size: 26rem;
}

.part2 .lotteryT a {
  color: #ed1212;
  font-size: 24rem;
  display: flex;
  align-items: center;
  height: 32rem;
  line-height: 1;
  border-bottom: 1rem solid #ed1212;
}

.part2 .lotteryT a img {
  display: block;
  width: 24rem;
  height: 24rem;
}

.db {
  text-indent: -999em;
  overflow: hidden;
}

.lotteryMain {
  display: flex;
  flex-wrap: wrap;
  width: 700rem;
  height: 585rem;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  align-content: space-between;
}

.lotteryMain .items {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/lottery-items.png) no-repeat;
  background-size: 100% 100%;
  width: 224rem;
  height: 187rem;
  position: relative;
}

.lotteryMain .items img {
  display: block;
  width: 100%;
  height: 100%;
}

.lotteryMain .items.lotteryBtn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/lottery-btn.png) no-repeat;
  background-size: 100% 100%;
  width: 224rem;
  height: 187rem;
  z-index: 4;
}

.lotteryMain .items.lotteryBtn a {
  display: block;
  width: 100%;
  height: 100%;
}

.lotteryMain .items p {
  position: absolute;
  bottom: 8rem;
  height: 37rem;
  left: 0;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  line-height: 37rem;
  color: #fff;
  font-size: 16rem;
  display: flex;align-items: center;
  justify-content: center;
}
.lotteryMain .items p img{
  display: block;width: 16rem;
  height: auto;
  /* margin-right: 10rem; */
}
.task {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/task.png) no-repeat;
  background-size: 100% 100%;
  width: 706rem;
  height: 881rem;
  margin: 0 auto;
  padding-top: 96rem;
  margin-top: 28rem;
  display: flex;
  flex-direction: column;
}

.task .helpTool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28rem;
  margin: 0 auto;
  margin-top: 46rem;
  width: 666rem;
}

.task .helpTool p {
  color: #ffffff;
  font-size: 30rem;
}

.task .helpTool a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 30rem;
  border-bottom: 2rem solid #e20f0f;
}

.task .helpTool a img {
  height: 30rem;
  width: auto;
  display: block;
}

.task .help {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/part1-box.png) no-repeat;
  background-size: 100% 100%;
  width: 666rem;
  height: 296rem;
  position: relative;
  margin: 0 auto;
}

.task .help.items2 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/part1-box2.png) no-repeat;
  background-size: 100% 100%;
}

.task .help.items3 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/part1-box3.png) no-repeat;
  background-size: 100% 100%;
}

.task .help .type {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/icon3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -10rem;
  width: 107rem;
  display: block;
  width: 122rem;
  height: 37rem;
  padding-left: 23rem;
  text-align: center;
  font-size: 20rem;
  line-height: 34rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.task .help .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 8rem;
  margin-right: 7rem;
  padding-right: 14rem;
}

.task .help .biaoti {
  width: 100%;
  height: 54rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 32rem;
  padding-top: 4rem;
  margin-bottom: 5rem;
}

.task .help .icon {
  width: 333rem;
  height: 220rem;
}

.task .help .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.task .help .txt {
  font-family: 'font';
  height: 129rem;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 302rem;
  margin-top: 11rem;
}

.task .help .txt .name {
  color: #fff;
  font-size: 24rem;
  line-height: 1.2;
  font-weight: normal;
  height: 83rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.task .help .txt .price {
  color: #12ed91;
  font-size: 28rem;
  line-height: 42rem;
  height: 42rem;
}

.task .help .btn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn17.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  width: 296rem;
  height: 89rem;
  margin-top: 0;
  text-align: center;
  line-height: 93rem;
  color: #fff;
  font-size: 31rem;
}

.task .help .btn.gray {
  filter: grayscale(1);
}

.task .help .time {
  text-align: center;
  color: #eaebeb;
  font-size: 20rem;
  margin-top: 18rem;
}

.task .help .time.red {
  color: #bc1616;
}

.taskList .items {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/task-items.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 669rem;
  margin: 0 auto;
  height: 114rem;
  padding-left: 12rem;
  padding-right: 20rem;
  margin-bottom: 12rem;
}

.taskList .items .btn {
  width: 180rem;
  height: 60rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn7.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}

.taskList .items .btn.lqjl {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn7-1.png) no-repeat;
  background-size: 100% 100%;
}

.taskList .items .btn.gray {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn8.png) no-repeat;
  background-size: 100% 100%;
}

.taskList .items:last-child {
  margin-bottom: 0;
}

.taskList .items .txt {
  color: #eaebeb;
  font-size: 20rem;
  padding-left: 9rem;
}

.taskList .items .info {
  width: 452rem;
  display: flex;
  justify-content: space-between;
}

.taskList .items .info h3 {
  color: #eaebeb;
  font-size: 24rem;
  position: relative;
  padding-left: 9rem;
}

.taskList .items .info h3::before {
  content: '';
  position: absolute;
  left: -0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 17rem;
  background: #e20f0f;
  background-size: 100% 100%;
}

.taskList .items .info p {
  color: #12ed91;
  font-size: 24rem;
  font-family: 'font';
}

.part3 {
  margin-top: 60rem;
}

.part3 .title {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/title3.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  width: 100%;
  height: 125rem;
  margin-bottom: 48rem;
}

.part3-main {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/rankBg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  width: 1590rem;
  height: 1389rem;
  padding-top: 78rem;
  position: relative;
}

.part3-main .sjsdBtn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/icon6.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  right: 30rem;
  top: 35rem;
  width: 190rem;
  height: 32rem;
}

.rankT {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 33rem;
}

.rankT .avatar {
  width: 121rem;
  height: 121rem;
  border: 1rem solid #827e7e;
  margin: 0 auto;
  background-color: #000000;
  padding: 3rem;
}

.rankT .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.rankT .name {
  height: 55rem;
  line-height: 55rem;
  text-align: center;
  color: #eaebeb;
  font-size: 26rem;
  font-family: 'font';
}

.rankT .price {
  height: 80rem;
  font-family: 'font';
  line-height: 80rem;
  text-align: center;
  color: #edcf66;
  margin-top: 15rem;
  font-size: 34rem;
}

.rankT .icon {
  height: 155rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rankT .icon img {
  display: block;
  height: 98rem;
}

.rankT .rank1 {
  padding-top: 39rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/rank1.png) no-repeat;
  background-size: 100% 100%;
  width: 447rem;
  height: 468rem;
  margin: 0 48rem;
}

.rankT .rank2 {
  padding-top: 39rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/rank2.png) no-repeat;
  background-size: 100% 100%;
  width: 423rem;
  height: 442rem;
}

.rankT .rank2.rank3 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/rank3.png) no-repeat;
  background-size: 100% 100%;
}

.rankT .rank2.rank3 .price {
  color: #eda488;
}

.rankT .rank2 .price {
  height: 70rem;
  line-height: 70rem;
  margin-top: 0;
  padding-top: 10rem;
  color: #bdd6ed;
}

.rank-items {
  display: flex;
  align-items: center;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/rank4.png) no-repeat;
  background-size: 100% 100%;
  height: 96rem;
  padding: 0 64rem 10rem 83rem;
  width: 1386rem;
  margin: 0 auto;
  margin-bottom: 16rem;
}

.rank-items:last-child {
  margin-bottom: 0;
}

.rank-items .rank {
  text-align: left;
  font-size: 40rem;
  line-height: 1;
  font-family: 'font';
  color: #ffffff;
  text-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.6);
  width: 148rem;
}

.rank-items .user {
  flex: 1;
  display: flex;
  align-items: center;
}

.rank-items .avatar {
  width: 66rem;
  height: 66rem;
  background-color: #000;
  border: 1rem solid rgba(255, 255, 255, 0.65);
  padding: 3rem;
  margin-right: 30rem;
}

.rank-items .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rank-items .name {
  font-size: 34rem;
  line-height: 1.1;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rank-items .coin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 302rem;
}

.rank-items .coin img {
  display: block;
  height: 70rem;
}

.rank-items .score {
  text-align: right;
  font-size: 40rem;
  line-height: 1;
  font-family: 'font';
  color: #ffffff;
  text-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.6);
}

.rankList {
  width: 1486rem;
  margin: 0 auto;
  height: 607rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 17rem;
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb transparent;
}

.rankList::-webkit-scrollbar {
  width: 6rem;
}

.rankList::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 999rem;
}

.rankList::-webkit-scrollbar-track {
  background: transparent;
}

.rule {
  margin-top: 50rem;
}

.rule .title {
  width: 660rem;
  height: 134rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/title4.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.ruleTxt {
  background-size: 100% 100%;
  width: 710rem;
  height: 950rem;
  margin: 0 auto;
  margin-top: 35rem;
  padding: 60rem 30rem 150rem 30rem;
}

.ruleTxt .box {
  height: 100%;
  overflow-y: auto;
}

.ruleTxt p {
  color: #eaebeb;
  font-size: 24rem;
  margin-bottom: 10rem;
}
.ruleTxt p,.ktRule p,.ruleTxt h3,.ktRule h3 {
  color: #eaebeb;
  font-size: 22rem;
  margin-bottom: 10rem;
}
.ruleTxt table{
  width: 100%;
  font-size: 22rem;

  border: 1px solid #721617;
  border-collapse: collapse;
  margin-bottom: 10rem;
}
.ruleTxt table th,.ruleTxt table td{
  border: 1px solid #721617;
  padding: 5rem  ;
  text-align: center;

}

.dia {
  display: none;
}

.dia .diaClose {
  width: 73rem;
  height: 71rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0;
  top: -16rem;
}

.dia .diaBtn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn10.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  width: 287rem;
  height: 85rem;
}

.dia .diaBtn.addAddress {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn25.png) no-repeat;
  background-size: 100% 100%;
}

.dia .addAddress {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn25.png) no-repeat;
  background-size: 100% 100%;
}

.dia .diaCancal {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn15.png) no-repeat;
  background-size: 100% 100%;
  width: 287rem;
  height: 85rem;
  display: block;
}

.diaLogin {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop1.png) no-repeat;
  background-size: 100% 100%;
  width: 667rem;
  height: 553rem;
  padding-top: 159rem;
}

.diaLogin .diaBtn {
  margin-top: 48rem;
}

.diaLogin .loginBtn {
  display: block;
  width: 222rem;
  height: 230rem;
  margin: 0 34rem;
  position: relative;
}

.diaLogin .loginBtn.check::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2rem solid red;
}

.diaLogin .box {
  display: flex;
  justify-content: center;
}

.diaReward {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop2.png) no-repeat;
  background-size: 100% 100%;
  width: 667rem;
  height: 553rem;
  padding-top: 158rem;
}

.diaReward .diaBtn {
  margin-top: 0rem;
}

.diaReward .list {
  display: flex;
  justify-content: center;
}

.diaReward .list .items {
  margin: 0 30rem;
}

.diaReward .list .items .icon {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/popIcon1.png) no-repeat;
  background-size: 100% 100%;
  width: 224rem;
  height: 231rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diaReward .list .items .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.diaReward .list .items p {
  text-align: center;
  color: #fff;
  font-size: 28rem;
  margin-top: 10rem;
}

.diaAddress {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop3.png) no-repeat;
  background-size: 100% 100%;
  width: 667rem;
  height: 553rem;
  padding-top: 150rem;
}

.diaAddress .diaBtn {
  margin-top: 70rem;
}

.diaAddress input {
  width: 444rem;
  height: 45rem;
  background-color: rgba(101, 53, 55, 0.5);
  border: 1rem solid #721617;
  font-size: 20rem;
  color: #ffffff;
  padding-left: 10rem;
}

.diaAddress input::placeholder {
  font-size: 20rem;
  color: #ffffff;
  opacity: 1;
}

.diaAddress p {
  width: 100rem;
  text-align: right;
  margin-right: 30rem;
}

.diaAddress textarea {
  width: 444rem;
  height: 87rem;
  background-color: rgba(101, 53, 55, 0.5);
  border: 1rem solid #721617;
  color: #ffffff;
  font-size: 20rem;
  padding-left: 10rem;
  padding-top: 5rem;
  outline: none;
}

.diaAddress textarea::placeholder {
  color: #ffffff;
  font-size: 20rem;
  opacity: 1;
}

.diaAddress .items {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 20rem;
  margin-bottom: 11rem;
}

.diaAddress .items:last-child {
  margin-bottom: 0;
}

.diaShop {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop4.png) no-repeat;
  background-size: 100% auto;
  width: 705rem;
  height: 992rem;
  padding: 0 20rem;
  padding-top: 195rem;
}

.diaShop .diaClose {
  top: -75rem;
}

.diaShop .t {
  color: #ffffff;
  font-size: 28rem;
  display: flex;
  align-items: center;
  height: 82rem;
  justify-content: space-between;
}

.diaShop .t a {
  display: flex;
  align-items: center;
  color: #ed1212;
  font-size: 28rem;
  border-bottom: 1rem solid #ed1212;
}

.diaShop .t a img {
  display: block;
  width: 26rem;
  height: 26rem;
}

.diaShop .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0rem;
  height: 690rem;
  overflow-y: auto;
}

.diaShop .list .items {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/popIcon2.png) no-repeat;
  background-size: 100% 100%;
  width: 670rem;
  height: 143rem;
  display: flex;
  align-items: center;
  padding-left: 18rem;
  margin-bottom: 17rem;
}

.diaShop .list .items:nth-of-type(2n) {
  margin-right: 0;
}

.diaShop .list .btn {
  width: 180rem;
  height: 60rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn11.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}

.diaShop .list .btn.gray {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn12.png) no-repeat;
  background-size: 100% 100%;
}

.diaShop .list .l {
  display: flex;
  align-items: center;
}

.diaShop .list .l .txt {
  color: #eaebeb;
  font-size: 24rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10rem;
  color: #12ed91;
  font-size: 24rem;
  font-family: 'font';
  padding-left: 10rem;
}

.diaShop .list .info {
  width: 305rem;
}

.diaShop .list .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.diaShop .list .user p {
  color: #eaebeb;
  font-size: 23rem;
  height: 34rem;
  padding-left: 5rem;
  font-family: 'font';
  line-height: 34rem;
  border-left: 4rem solid #ed1212;
  width: 290rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.diaShop .list .user span {
  color: #12ed91;
  font-size: 20rem;
  font-family: 'font';
}

.diaShop .list .avatar {
  /* width: 130rem; */
  /* height: 130rem; */
  /* margin-right: 20rem; */
  /* border: 1px solid #721617; */
  /* background-color: rgba(255, 255, 255, 0.05); */
}

.diaShop .list .avatar img {
  display: block;
  width: 120rem;
  /* object-fit: cover; */
  height: auto;
  /* transform: scale(1.1); */
}

.diaxs {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/pop5.png) no-repeat;
  background-size: 100% 100%;
  width: 1832rem;
  height: 1060rem;
  padding-top: 80rem;
}

.diaxs .tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1500rem;
  margin: 20rem  auto;
}

.diaxs .tool a {
  display: flex;
  align-items: center;
  color: #f4f4f4;
  font-size: 28rem;
}

.diaxs .tool a img {
  height: 27rem;
  margin-left: 5rem;
  display: block;
}

.diaxs .tool .r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.diaxs .tool .r .sel {
  display: flex;
  align-items: flex-start;
}

.diaxs .tool .r .sel img {
  height: 51rem;
  margin-top: -1rem;
}

.diaxs .tool select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  min-width: 220rem;
  height: 50rem;
  padding: 0 56rem 0 20rem;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1rem solid #e20f0f;
  color: #fff;
  font-size: 24rem;
  line-height: 50rem;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #e20f0f 50%), linear-gradient(135deg, #e20f0f 50%, transparent 50%);
  background-position: calc(100% - 26rem) 50%, calc(100% - 18rem) 50%;
  background-size: 8rem 8rem, 8rem 8rem;
  background-repeat: no-repeat;
}

.diaxs .tool select:focus {
  outline: none;
}

.diaxs .tool select option {
  background: #000;
  color: #fff;
}

.diaxs .diaTit {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/diaTit1.png) no-repeat center;
  background-size: auto 100%;
  width: 100%;
  height: 121rem;
}

.diaxs .tips {
  text-align: center;
  color: #ffffff;
  font-size: 24rem;
  margin-top: 15rem;
}

.diaxs .tips span {
  color: #ed1212;
}

.diaxs-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 134rem;
  height: 700rem;
  overflow-y: auto;
  padding-top: 10rem;
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb transparent;
}

.diaxs-box::-webkit-scrollbar {
  width: 6rem;
}

.diaxs-box::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 999rem;
}

.diaxs-box::-webkit-scrollbar-track {
  background: transparent;
}

.diaxs-box .items {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/diaXs1.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 30rem;
  margin-bottom: 30rem;
}

.diaxs-box .items.items2 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/diaXs2.png) no-repeat center;
  background-size: 100% 100%;
}

.diaxs-box .items.items3 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/diaXs3.png) no-repeat center;
  background-size: 100% 100%;
}

.diaxs-box .items.items4 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/diaXs4.png) no-repeat center;
  background-size: 100% 100%;
}

.diaxs-box .items .type.type4 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/icon5.png) no-repeat center;
  background-size: 100% 100%;
}

.diaxs-box .items .txt .name {
  height: 88rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diaxs-box .items .txt .price {
  margin-top: 0;
}

.diaxs-box .items .icon {
  height: 173rem;
  margin-bottom: 30rem;
}

.diaxs-box .items .biaoti {
  margin-bottom: 0;
}

.diaxs-box .items .btn {
  margin-top: 23rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn13.png) no-repeat center;
  background-size: 100% 100%;
  display: block;
}

.diaxs-box .items .user {
  height: 113rem;
  display: flex;
  align-items: center;
  padding: 0 28rem;
  justify-content: center;
}

.diaxs-box .items .user .avatar {
  width: 86rem;
  height: 86rem;
  border: 1rem solid #938f8f;
  border-radius: 100%;
  margin-right: 15rem;
}

.diaxs-box .items .user .avatar img {
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.diaxs-box .items .user .userR .lev {
  display: flex;
  align-items: center;
  color: #d8d8d8;
  font-size: 24rem;
}

.diaxs-box .items .user .userR .lev .levIcon {
  width: 32rem;
  height: 33rem;
  margin-right: 13rem;
}

.diaxs-box .items .user .userR .lev .levIcon img {
  display: block;
  width: 100%;
  height: 100%;
}

.diaxs-box .items .user .userName {
  color: #eaebeb;
  font-size: 24rem;
  font-family: 'font';
  width: 180rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5rem;
}

.diaZy .part1-main .items {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/diaZy1.png) no-repeat center;
  background-size: 100% 100%;
}

.help-empty {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/helpEmpty.png) no-repeat;
  background-size: 100% 100%;
  width: 367rem;
  height: 532rem;
  position: relative;
}

.help-empty .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26rem;
  display: block;
  width: 229rem;
  height: 68rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn14.png) no-repeat center;
  background-size: 100% 100%;
}

.diaWxts {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop6.png) no-repeat center;
  background-size: 100% 100%;
  width: 667rem;
  height: 413rem;
  padding-top: 100rem;
}

.diaWxts.diaWxts9 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop8.png) no-repeat center;
  background-size: 100% 100%;
}

.diaWxts .txt {
  height: 215rem;
  display: flex;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 26rem;
  padding: 0 20rem;
}

.diaWxts .txt .p1 {
  font-size: 24rem;
}

.diaWxts .txt input {
  width: 535rem;
  height: 44rem;
  color: #ffffff;
  font-size: 24rem;
  border: 1rem solid #7c1a1b;
  background-color: rgba(101, 53, 55, 0.5);
  margin-bottom: 10rem;
  padding-left: 10rem;
}

.diaWxts .diaWxtsBtns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.diaWxts .diaWxtsBtns .diaBtn {
  margin: 0;
}

.diaWxts .diaWxtsBtns .diaBtn.downBtn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn16.png) no-repeat center;
  background-size: 100% 100%;
}

.diaWxts .diaWxtsBtns a {
  margin: 0 16rem;
}

.diaWcjl {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop7.png) no-repeat;
  background-size: 100% 100%;
  width: 667rem;
  height: 553rem;
  padding: 0 38rem;
  padding-right: 32rem;
  padding-top: 16rem;
}

.diaWcjl .tit {
  height: 60rem;
  width: 201rem;
  text-align: center;
  line-height: 60rem;
  font-size: 36rem;
  margin-bottom: 20rem;
}

.diaWcjl .list {
  height: 440rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb transparent;
}

.diaWcjl .list::-webkit-scrollbar {
  width: 6rem;
}

.diaWcjl .list::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 999rem;
}

.diaWcjl .list::-webkit-scrollbar-track {
  background: transparent;
}

.diaWcjl .items {
  width: 100%;
  margin-bottom: 12rem;
  font-size: 20rem;
}

.diaWcjl .items .btns {
  text-align: right;
  font-size: 20rem;
  padding: 0 22rem;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  margin-top: 10rem;
}

.diaWcjl .items .btns a {
  color: #fff;
  display: block;
  margin-left: 10rem;
  text-decoration: underline;
}

.diaWcjl .items .li {
  display: flex;
  display: flex;
  justify-content: flex-start;
  padding: 0 22rem;
  align-items: center;
  height: 43rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/pop6-1.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.diaWcjl .items:last-child {
  margin-bottom: 0;
}

.diaWcjl .items .p1 {
  flex: 1;
}

.diaWcjl .items .p2 {
  width: 150rem;
  color: #12ed91;
}

.diaWcjl .items .p3 {
  width: 230rem;
  text-align: right;
}

.rank-main {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/rankBg.png) no-repeat;
  background-size: 100% 100%;
  width: 706rem;
  height: 598rem;
  margin: 0 auto;
  padding-top: 25rem;
}

.rank-main .t {
  text-align: center;
  color: #ffffff;
  font-size: 27rem;
  height: 96rem;
  line-height: 38rem;
}

.rank-main .t span {
  color: #fa1111;
}

.rank-main .barrage {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/rankBg1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  width: 674rem;
  height: 452rem;
  position: relative;
  overflow: hidden;
}
.rank-main .barrage1 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/rankBg3.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  width: 674rem;
  height: 452rem;
  position: relative;
  overflow: hidden;
}
.rank-main .items {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/rankBg2.png) no-repeat;
  background-size: 100% 100%;
  width: 308rem;
  height: 54rem;
  display: flex;
  align-items: center;
}

.rank-main .items p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 203rem;
  line-height: 48rem;
  padding-top: 6rem;
  color: #fff;
  font-size: 22rem;
}

.rank-main .avatar {
  height: 52rem;
  width: 52rem;
  border: 1rem solid #fff;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15rem;
}

.rank-main .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kt-wrap {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/ktBg.jpg) no-repeat;
  background-size: 100% 100%;
  height: 1915rem;
  padding-top: 10rem;
  display: none;
}

.kt-wrap .part1-box {
  display: flex;
  height: 775rem;
  justify-content: center;
  padding-top: 46rem;
}

.kt-wrap .tips2 {
  text-align: center;
  font-size: 22rem;
  margin-top: 60rem;
  padding: 0 20rem;
}

.kt-wrap .btns {
  display: flex;
  justify-content: center;
  margin-top: 24rem;
}

.kt-wrap .btns .btn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn1.png) no-repeat;
  background-size: 100% 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  width: 387rem;
  height: 114rem;
  text-align: center;
  line-height: 104rem;
  padding-top: 10rem;
  color: #fff;
  font-size: 30rem;
  font-family: 'font';
  margin: 0 -22rem;
}

.kt-wrap .btns .btn.ylq {
  filter: grayscale(1);
}

.kt-wrap .tips {
  text-align: center;
  color: #ffffff;
  font-size: 26rem;
  height: 188rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
}

.kt-wrap .tips span {
  color: #fc0d0d;
}

.diaKt3 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop9.png) no-repeat;
  background-size: 100% 100%;
}

.diaKtZlm {
  width: 667rem;
  height: 413rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop20.png) no-repeat;
  background-size: 100% 100%;
}

.diaKtZlm .p1 {
  margin-bottom: 20rem;
}

.diaKtZlm input {
  text-align: center;
}

.diaKtZlm .diaWxtsBtns {
  margin-top: 20rem;
}

.diaKtZlm .diaBtn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn18.png) no-repeat;
  background-size: 100% 100%;
}

.diaKtZlm .diaCancal {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn19.png) no-repeat;
  background-size: 100% 100%;
}

.diaCopyQQ {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop21.png) no-repeat;
  background-size: 100% 100%;
  width: 667rem;
  height: 413rem;
}

.diaCopyQQ .diaBtn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn20.png) no-repeat;
  background-size: 100% 100%;
}

.diaYqhy {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop22.png) no-repeat;
  background-size: 100% 100%;
  width: 667rem;
  height: 413rem;
  padding-top: 145rem;
}

.diaYqhy .diaBtn {
  margin-top: 40rem;
}

.diaYqhy .diaBtn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn21.png) no-repeat;
  background-size: 100% 100%;
}

.diaWx {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop23.png) no-repeat;
  background-size: 100% 100%;
  width: 668rem;
  height: 703rem;
  padding-top: 140rem;
}

.diaWx .txt {
  height: auto;
}

.diaWx .txt .p1 {
  margin-bottom: 20rem;
}

.diaWx .diaBtn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn22.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 12rem;
}

.diaWx .tips {
  text-align: center;
  color: #fff;
  font-size: 24rem;
  margin-top: 35rem;
  margin-bottom: 20rem;
}

.diaWx .codeBox {
  width: 234rem;
  height: 231rem;
  margin: 0 auto;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/popIcon4.png) no-repeat;
  background-size: 100% 100%;
  padding: 4rem;
}

.diaWx .codeBox img {
  display: block;
  width: 100%;
  height: 100%;
}

.kt .kv {
  /* background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/kvT.jpg) no-repeat;
  background-size: 100% 100%;
  height: 956rem; */
}

.kt .kv .tips {
  display: none;
}

.kt .part1-box {
  margin: 0 auto;
  width: 100%;
}

.kt .part1-box .lit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -10rem;
}

.kt .part1-box .lit .lev {
  height: 74rem;
}

.kt .part1-box .lit .lev img {
  display: block;
  height: 100%;
}

.kt .part1-box .lit a {
  display: flex;
  align-items: center;
  color: #f4f4f4;
  font-size: 32rem;
  border-bottom: 1rem solid #ea1c1b;
  line-height: 1.3;
}

.kt .part1-box .lit a img {
  display: block;
  width: 31rem;
  height: 32rem;
  margin-left: 5rem;
}

.kt .part1-box .items {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-box1.png) no-repeat;
  background-size: 100% 100%;
  width: 459rem;
  height: 664rem;
  position: relative;
}

.kt .part1-box .items.items2 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-box2.png) no-repeat;
  background-size: 100% 100%;
}

.kt .part1-box .items.items3 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-box3.png) no-repeat;
  background-size: 100% 100%;
}

.kt .part1-box .items .type {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-icon3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -10rem;
  width: 127rem;
  display: block;
  height: 38rem;
  color: #fff;
  font-size: 22rem;
  padding-left: 22rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35rem;
  text-align: center;
}

.kt .part1-box .items .type.type2 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-icon4.png) no-repeat;
  background-size: 100% 100%;
}

.kt .part1-box .items .type.type3 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/part1-icon6.png) no-repeat;
  background-size: 100% 100%;
}

.kt .part1-box .items .type.type4 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/icon3.png) no-repeat center;
  background-size: 100% 100%;
}

.kt .part1-box .items .biaoti {
  width: 100%;
  height: 63rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28rem;
  padding-top: 13rem;
  margin-bottom: 11rem;
}

.kt .part1-box .items .icon {
  width: 435rem;
  height: 270rem;
  margin: 0 auto;
  padding-left: 2rem;
  margin-bottom: 37rem;
}

.kt .part1-box .items .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kt .part1-box .items .txt {
  font-family: 'font';
  height: 138rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-direction: column;
}

.kt .part1-box .items .txt .name {
  color: #fff;
  font-size: 24rem;
  line-height: 1.2;
  font-weight: normal;
  height: 70rem;
  padding: 0 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kt .part1-box .items .txt .price {
  color: #12ed91;
  font-size: 32rem;
  line-height: 50rem;
  height: 50rem;
  margin-top: 12rem;
}

.kt .part1-box .items .btn {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  width: 287rem;
  height: 85rem;
  margin-top: 30rem;
}

.kt .part1-box .items .btn.wwc {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-3.png) no-repeat;
  background-size: 100% 100%;
}

.kt .part1-box .items .btn.lqjl {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-4.png) no-repeat;
  background-size: 100% 100%;
}

.kt .part1-box .items .btn.ywc {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-5.png) no-repeat;
  background-size: 100% 100%;
}

.kt .part1-box .items .btn.rwsb {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn2-2.png) no-repeat;
  background-size: 100% 100%;
}

.kt .part1-box .items .time {
  text-align: center;
  color: #eaebeb;
  font-size: 20rem;
  margin-top: 18rem;
}

.kt .part1-box .items .time.red {
  color: #bc1616;
}

.kt .wrap-main {
  display: none;
}

.kt .kt-wrap {
  display: block;
}

.kt .ktbtns {
  display: flex;
}

.kt .ztbtns {
  display: none;
}

#_overlay_ {
  height: 100% !important;
  position: fixed !important;
}

.zhihui {
  filter: grayscale(1);
}

.diaReward2 {
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/m/pop24.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 108rem;
}

.diaReward2 .tips {
  text-align: center;
  font-size: 24rem;
}

.diaReward2 .diaBtn {
  margin-top: 10rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20260403ecxsl/btn24.png) no-repeat;
  background-size: 100% 100%;
}

.ktRule{
  margin-top: 200rem;
  font-size: 22rem;
  padding: 0 50rem;
}
@media all and (orientation:landscape){
  html,body{position:relative;overflow:hidden;width:100%;height:100%;padding:0;margin:0;}
  html::before{content:"";position:fixed;top:0;left:0;height:100%;width:100%;background:#333;z-index:99999;}
  html::after{content:"\4E3A\4E86\66F4\597D\7684\4F53\9A8C\FF0C\8BF7\5C06\624B\673A\7AD6\8FC7\6765";text-align:center;font-size:16px;color:#fff;position:absolute;top:50%;left:0;height:30px;width:100%;margin-top:50px;z-index:99999;}
  body::before{content:"";position:absolute;z-index:99999;height:200px;width:100px;left:50%;top:50%;margin:-140px 0 0 -50px;color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB2CAYAAAAZUrcsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAwMjcwNkVEQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAwMjcwNkREQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0NzhCMTlBREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0NzhCMTlCREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J30rNQAACRRJREFUeNrsXQlsFVUU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");background-repeat:no-repeat;background-position:center center;background-size:100px auto;-webkit-transform:rotateZ(-90deg);}
}