/* 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
}

a,
img,
input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

a,
img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  user-select: none;
  -webkit-text-size-adjust: none !important;
  -webkit-text-size-adjust: 100% !important;
}

/* reset end */
html {
  font-size: 50px;
  /* 兼容不支持vw的系统 */
  font-size: 13.33333333vw;
  /* 7.5rem === 100vw */
}

@media (max-width: 1024px) {

  html,
  body {
    max-width: 1024px;
  }
}

#afooter {
  background-color: #191219;
  text-align: center;
  font-size: .22rem;
  padding: .2rem 0;
}

#afooter,
#afooter a {
  color: #c0c0c0;
  text-decoration: none;
}

em,
b,
i {
  font-style: normal
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  border: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
}

@font-face {
  font-family: 'syht-n';
  src: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/font/syht_normal.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'syht-b';
  src: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/font/syht_bold.ttf);
  font-weight: normal;
  font-style: normal;
}

.box-scroll::-webkit-scrollbar {
  width: 8px;
  border-radius: unset;
}

.box-scroll::-webkit-scrollbar-track {
  width: 8px;
  background: #193461;
  border-radius: unset;
}

.box-scroll::-webkit-scrollbar-thumb {
  background-color: #d1b576;
  border-radius: unset;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.wrapper *,
.wrapper *::after,
.wrapper *::before {
  box-sizing: border-box;
}

.wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/bg_kv.jpg) no-repeat center top;
  width: 750px;
  height: 1030px;
}

.header .logo-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 35px;
  position: absolute;
  top: 28px;
}

.header .logo-box a {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}

.logo-box .btn-logo1 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/logo1.png) no-repeat;
  width: 121px;
  height: 34px;
}

.logo-box .btn-logo2 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/logo2.png) no-repeat;
  width: 94px;
  height: 79px;
}

.logo-box .btn-logo3 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/logo3.png) no-repeat;
  width: 157px;
  height: 23px;
}

.logo-box .btn-logo4 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/logo4.png) no-repeat;
  width: 101px;
  height: 40px;
}

.login-box {
  width: 100%;
  height: 125px;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: 858px;
  text-align: center;
  padding: 0 30px;
  row-gap: 10px;
}

.login-box a {
  color: #ffffff;
  font-size: 22px;
}

.login-box .btn-records {
  color: #c6a85e;
  font-size: 22px;
  text-decoration: underline;
}

.content {
  position: relative;
}

.part {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.part-center {
  width: 750px;
  margin: 0 auto;
}

/* part1 */
.part1 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/bg1.jpg) no-repeat center top;
  width: 750px;
  height: 1500px;
}

.part1 .title1 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/title1.png) no-repeat;
  width: 633px;
  height: 99px;
  margin: 56px auto 0;
}

.tit-desc {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-family: 'syht-n';
  line-height: 26px;
  opacity: 0.6;
  margin-top: 26px;
  padding: 0 60px;
}

.tit-desc br {
  display: none;
}

.part1 .tit-desc{
  padding: 0 130px;
}

.part1 .task-module {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 670px;
}

.task-module .video-time {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/time_tag.png) no-repeat;
  width: 342px;
  height: 56px;
  padding-left: 100px;
}

.task-module .video-time span {
  display: inline-block;
  color: #ffd07d;
  font-size: 18px;
  font-family: 'syht-n';
  line-height: 44px;
  vertical-align: top;
}

.task-module .video-time em {
  display: inline-block;
  line-height: 44px;
  color: #ffffff;
  font-size: 26px;
  font-family: 'syht-b';
  margin-left: 55px;
}

.task-module .game-num {
  color: #ffffff;
  font-size: 22px;
  font-family: 'syht-n';
}

.part1 .main-module {
  width: 670px;
  margin: 25px auto 0;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}

.part1 .main-module .module-le {
  width: 670px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 50px;
}

.part1 .main-module .module-le .wb-qrcode-tips{
  color: #d7b56c;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.part1 .main-module .module-le .wb-qrcode{
  width: 330px;
  height: 327px;
  margin: 0 auto;
  user-select: all !important;
}

/* .part1 .module-ri {
  margin-top: 25px;
} */

.part1 .module-ri .lottery-module {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/lottery_bg1.png) no-repeat;
  width: 670px;
  height: 675px;
  position: relative;
  margin-top: 18px;
}

.part1 .module-ri .lottery-box {
  width: 635px;
  height: 631px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.part1 .module-ri .lottery-box .lottery1 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/lottery_img1.png) no-repeat;
  width: 635px;
  height: 631px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lottery1-list {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/lottery_propimg1.png) no-repeat;
  width: 635px;
  height: 631px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.lottery1-list li {
  width: 201px;
  height: 199px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  padding-top: 156px;
}

.lottery1-list .no-text {
  pointer-events: none;
}

.lottery-box .lottery1-num {
  color: #95793d;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 330px;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.part1 .module-ri .tips {
  color: #d7b56c;
  font-size: 18px;
  text-align: center;
  font-family: 'syht-n';
  line-height: 32px;
  margin-top: 20px;
}

/* part2 */
.part2 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/bg2.jpg) no-repeat center top;
  width: 750px;
  height: 2600px;
}

.part2 .title2 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/title2.png) no-repeat;
  width: 579px;
  height: 98px;
  margin: 55px auto 0;
}

.part2 .main-module {
  width: 750px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.part2 .main-module .module-le {
  width: 750px;
}

.part2 .main-module .module-le .live-module{
  width: 670px;
  height: 401px;
  margin: 0 auto;
  position: relative;
}

.part2 .main-module .module-le .live-module::after {
  content: '';
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/video_border.png) no-repeat;
  width: 670px;
  height: 401px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.part2 .main-module .module-le .live-module .live-mask{
  width: 647px;
  height: 377px;
  position: absolute;
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/live_mask.png) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
}

.part2 .main-module .module-le .live-module .live-mask.hide{
  display: none;
}

.part2 .main-module .module-le .live-module .video-content {
  width: 647px;
  height: 377px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.part2 .select-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.part2 .select-box .select-item {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/select_bg.png) no-repeat;
  width: 276px;
  height: 51px;
  display: flex;
  margin-right: 25px;
}

.part2 .select-box .select-item span {
  display: inline-block;
  width: 164px;
  color: #ffffff;
  font-size: 18px;
  padding-left: 65px;
  line-height: 40px;
}

.part2 .select-box .select-item select {
  width: 80px;
  height: 42px;
  line-height: 41px;
  color: #ffffff;
  font-size: 18px;
  margin-left: 10px;
}

.part2 .select-box .select-item select option {
  background-color: #bd4c4c;
}

.part2 .select-box .btn-query {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/btn_query.png) no-repeat;
  width: 107px;
  height: 42px;
}

.part2 .cafe-box {
  width: 750px;
  min-height: 618px;
  margin-top: 20px;
}

.part2 .cafe-box .scroll-tips {
  color: #ceb36f;
  font-size: 18px;
  text-align: right;
  position: relative;
  padding-right: 66px;
  margin-bottom: 16px;
}

.part2 .cafe-box .scroll-tips::after {
  content: '';
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/scroll_icon.png) no-repeat;
  width: 34px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.part2 .cafe-box .cafe-table-module {
  width: 750px;
  overflow-x: auto;
  padding-left: 25px;
}

.part2 .cafe-box .cafe-table-module::-webkit-scrollbar {
  display: none;
}

.part2 .cafe-tit {
  width: 900px;
  height: 100px;
  background-color: #3f6a97;
}

.part2 .cafe-tit li {
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 22px;
  font-family: 'syht-b';
  text-align: center;
}

.part2 .cafe-tit li p {
  position: relative;
}

.part2 .p2-table {
  width: 900px;
}

.part2 .p2-table li p:nth-child(1) {
  width: 120px;
  padding: 0 15px;
}

.part2 .p2-table li p:nth-child(2) {
  width: 120px;
  padding: 0 10px;
}

.part2 .p2-table li p:nth-child(3) {
  width: 180px;
}

.part2 .cafe-list li p:nth-child(3) {
  padding: 0 20px;
}

.part2 .p2-table li p:nth-child(4) {
  width: 305px;
}

.part2 .p2-table.cafe-tit span {
  width: 100%;
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-family: none;
  text-align: center;
  position: absolute;
  bottom: -24px;
}

.part2 .cafe-list li p:nth-child(4) {
  padding: 0 25px;
}

.part2 .p2-table li p:nth-child(5) {
  flex: auto;
}

.part2 .cafe-list p {
  user-select: all !important;
}

.part2 .cafe-list li {
  min-height: 100px;
  display: flex;
  align-items: center;
  background-color: #214278;
  border-bottom: 1px solid #376894;
}

.part2 .cafe-list li p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  opacity: 0.75;
  line-height: 22px;
}

.part2 .cafe-box .page-tools {
  display: flex;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
  column-gap: 40px;
  margin-top: 25px;
}

.part2 .cafe-box .page-tools a {
  font-size: 26px;
  color: #ffffff;
}

.part2 .module-ri {
  width: 670px;
  margin: 40px auto 0;
}

.part2 .aks-prop {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/aks_prop.png) no-repeat;
  width: 672px;
  height: 247px;
  padding-top: 15px;
  padding-left: 340px;
}

.part2 .aks-prop .prop-name {
  color: #ffffff;
  font-size: 36px;
  font-family: 'syht-b';
  line-height: 40px;
}

.part2 .aks-prop .prop-name span {
  font-size: 35px;
}

.part2 .aks-prop .prop-name em {
  display: inline-block;
  width: 50px;
  height: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  border: 1px solid #ffffff;
  vertical-align: top;
  margin-top: 14px;
  margin-left: 4px;
}

.part2 .aks-prop .prop-tips {
  color: #ffcf69;
  font-size: 18px;
  font-family: 'syht-n';
  padding-right: 60px;
  line-height: 26px;
  margin-top: 15px;
}

.part2 .aks-prop .prop-tips em{
  display: inline-block;
  width: 116px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #ffcf69;
  margin-left: 5px;
}

.part2 .aks-prop .btn-get {
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/btn_get.png) no-repeat;
  width: 180px;
  height: 47px;
  margin-top: 15px;
  color: #8a764b;
  font-size: 24px;
  text-align: center;
  line-height: 47px;
  font-weight: bold;
}

.part2 .aks-prop .btn-get.on {
  filter: grayscale(1);
  pointer-events: none;
}

.part2 .task-module {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 670px;
  margin: 50px auto 20px;
}

.part2 .module-ri .lottery-module {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/lottery_bg2.png) no-repeat;
  width: 670px;
  height: 675px;
  position: relative;
}

.part2 .module-ri .lottery-box {
  width: 635px;
  height: 631px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.part2 .module-ri .lottery-box .lottery2 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/lottery_img2.png) no-repeat;
  width: 635px;
  height: 631px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lottery2-list {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/lottery_propimg2.png) no-repeat;
  width: 635px;
  height: 631px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.lottery2-list li {
  width: 201px;
  height: 199px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  padding-top: 135px;
}

.lottery2-list .no-text {
  pointer-events: none;
}

.lottery-box .lottery2-num {
  color: #95793d;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 330px;
  width: 100%;
  z-index: 2;
}

.part2 .module-ri .tips {
  color: #d7b56c;
  font-size: 18px;
  text-align: center;
  font-family: 'syht-n';
  line-height: 32px;
  margin-top: 20px;
}

.part3 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/bg3.jpg) no-repeat center top;
  width: 750px;
  height: 600px;
}

.part3 .title3 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/title3.png) no-repeat;
  width: 675px;
  height: 102px;
  margin: 40px auto 0;
}

.part3 .p3-swiper {
  width: 100%;
  height: 325px;
  margin-top: 50px;
  position: relative;
}

.part3 .p3-swiper .swiper-wrapper {
  align-items: center;
}

.part3 .p3-swiper .p3-swiper-border {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/swiper_border.png) no-repeat;
  width: 570px;
  height: 325px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.part3 .p3-swiper .swiper-slide {
  width: 560px;
  height: 309px;
  position: relative;
}

.part3 .p3-swiper .swiper-slide a{
  pointer-events: none;
}

.part3 .p3-swiper .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.part3 .p3-swiper .swiper-slide-active::before {
  content: none;
}

.part3 .p3-swiper .swiper-slide-active a{
  pointer-events: all;
}

.part3 .p3-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p3-swiper .swiper-button-prev,
.p3-swiper .swiper-button-next {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
}

.p3-swiper .swiper-button-prev::after,
.p3-swiper .swiper-button-next::after {
  content: none;
}

.p3-swiper .swiper-button-prev {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/btn_prev.png) no-repeat;
  width: 41px;
  height: 61px;
  left: 40px;
  background-size: 41px 61px;
}

.p3-swiper .swiper-button-next {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/btn_next.png) no-repeat;
  width: 41px;
  height: 61px;
  right: 40px;
  background-size: 41px 61px;
}

.part4 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/bg4.jpg) no-repeat center top;
  width: 750px;
  height: 1187px;
}

.part4 .title4 {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/title4.png) no-repeat;
  width: 485px;
  height: 103px;
  margin: 88px auto 0;
}

.part4 .rule-text {
  width: 670px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  line-height: 36px;
  margin-top: 40px;
  text-align: justify;
}

.part4 .rule-text p{
  margin-bottom: 15px;
}

.part4 .rule-text a {
  color: #ffd26e;
}

/* 弹窗 */
.dialog {
  outline: none;
  border: none;
}

.dialog *,
.dialog *::before,
.dialog *::after {
  box-sizing: border-box;
}

.dialog .dia-con {
  position: relative;
  overflow: hidden;
}

.dialog .dia-close {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/btn_close.png) no-repeat;
  width: 36px;
  height: 37px;
  position: absolute;
  right: -50px;
  top: -30px;
}


/* 通用弹窗 */
.dia-msg {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_bg1.png) no-repeat;
  width: 590px;
  height: 519px;
}

.dia-msg .dia-con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.dia-msg .msg {
  color: #ffffff;
  font-size: 22px;
  padding: 0 80px;
}

.dia-msg .btn-confirm {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/dia_btn1.png) no-repeat;
  width: 273px;
  height: 71px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

/* 全部奖励列表弹窗 */
.dia-jackpot {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_bg2.png) no-repeat;
  width: 590px;
  height: 539px;
}

.dia-jackpot .dia-tit {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_tit1.png) no-repeat;
  width: 305px;
  height: 44px;
  margin: 35px auto 0;
}

.dia-jackpot .jackpot-box {
  width: 540px;
  height: 400px;
  margin-top: 20px;
  overflow-y: auto;
  padding-left: 86px;
}

.dia-jackpot .jackpot-box .prop-list {
  width: 420px;
  margin-bottom: 40px;
}

.dia-jackpot .jackpot-box .prop-list:last-child {
  margin-bottom: 0;
}

.dia-jackpot .jackpot-box .prop-list h3 {
  width: 420px;
  color: #ffffff;
  font-size: 22px;
  font-family: 'syht-b';
  text-align: center;
  margin-bottom: 20px;
}

.dia-jackpot .jackpot-box .prop-list ul li {
  display: inline-block;
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_prop_bg.png) no-repeat;
  width: 199px;
  height: 198px;
  position: relative;
  margin-right: 18px;
  margin-bottom: 18px;
}

.dia-jackpot .jackpot-box .prop-list ul li:nth-child(2n) {
  margin-right: 0;
}

.dia-jackpot .jackpot-box .prop-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.dia-jackpot .jackpot-box .prop-list ul li p {
  width: 100%;
  height: 70px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  line-height: 22px;
  padding: 0 10px;
}

.dia-jackpot .jackpot-box .prop-list table{
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
}

.dia-jackpot .jackpot-box .prop-list table tr,
.dia-jackpot .jackpot-box .prop-list table th,
.dia-jackpot .jackpot-box .prop-list table td{
  height: 50px;
  border: 1px solid #ffffff;
}

/* 我的领取记录 */
.dia-records {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_bg2.png) no-repeat;
  width: 590px;
  height: 539px;
}

.dia-records .dia-tit {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_tit2.png) no-repeat;
  width: 202px;
  height: 44px;
  margin: 45px auto 0;
}

.dia-records .records-box {
  width: 535px;
  height: 300px;
  margin-top: 20px;
  overflow-y: auto;
  padding-left: 70px;
}

.dia-records .records-thead {
  width: 450px;
  display: flex;
  margin-bottom: 20px;
}

.dia-records .records-thead div {
  flex: 1;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.dia-records .records-table {
  width: 450px;
}

.dia-records .records-table-item {
  width: 450px;
  min-height: 50px;
  align-items: center;
  display: flex;
}

.dia-records .records-table-item div {
  flex: 1;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  word-break: break-all;
}

.dia-records .records-tips {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  line-height: 20px;
  padding: 0 110px;
}

.dia-records .btn-filladdress{
  text-align: center;
  color: #ffcf69;
  font-size: 18px;
  text-decoration: underline;
  width: max-content;
  margin: 10px auto 0;
  display: none;
}

/* 获得游戏道具奖励 */
.dia-getprop {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_bg1.png) no-repeat;
  width: 590px;
  height: 519px;
}

.dia-getprop .dia-con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dia-getprop .getprop-tit {
  color: #ffffff;
  font-size: 22px;
  font-family: 'syht-b';
  text-align: center;
}

.dia-getprop .prop-img {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_prop_bg.png) no-repeat;
  width: 218px;
  height: 217px;
  background-size: 218px 217px;
  position: relative;
  margin: 35px auto;
}

.dia-getprop .prop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dia-getprop .prop-img .prop-name {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 22px;
}

.dia-getprop .btn-confirm {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/dia_btn1.png) no-repeat;
  width: 273px;
  height: 71px;
}

/* 填写收货地址弹窗 */
.dia-address {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_bg2.png) no-repeat;
  width: 590px;
  height: 539px;
}

.dia-address .dia-tit {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_tit3.png) no-repeat;
  width: 136px;
  height: 43px;
  margin: 45px auto 0;
}

.dia-address .address-form {
  width: 490px;
  margin: 40px auto 0;
}

.dia-address .address-form .address-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.dia-address .address-form .address-item label {
  width: 80px;
  color: #d1b576;
  font-size: 24px;
  font-family: 'syht-b';
  text-align-last: justify;
  margin-right: 25px;
  position: relative;
}

.dia-address .address-form .address-item label::after {
  content: ':';
  position: absolute;
  right: -12px;
}

.dia-address .address-form .address-item input {
  width: 380px;
  border-bottom: 1px solid #d1b576;
  color: #d1b576;
  font-size: 24px;
  padding-left: 5px;
}

.dia-address .address-form .address-item input::placeholder {
  color: #8ea8d2;
  font-size: 18px;
  line-height: 30px;
}

.dia-address .address-form .address-item select {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/select_bg2.png) no-repeat;
  width: 117px;
  height: 38px;
  color: #d1b576;
  font-size: 22px;
  padding-left: 5px;
  padding-right: 30px;
  margin-right: -1px;
}

.dia-address .btn-submit {
  display: block;
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/dia_btn2.png) no-repeat;
  width: 273px;
  height: 71px;
  margin: 40px auto 0;
}

/* 扫码参与活动 */
.dia-scancode {
  background: url(https://image-1251917893.file.myqcloud.com/privilege/a20230820lolyayun1693471097/ossweb-img/m/dia_bg1.png) no-repeat;
  width: 590px;
  height: 519px;
}

.dia-scancode .qrcode-img {
  width: 232px;
  height: 232px;
  margin: 102px auto 0;
  border: 1px solid #a29677;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dia-scancode .qrcode-img img {
  width: 218px;
  height: 218px;
  object-fit: cover;
}

.dia-scancode .qrcode-tips {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 70px;
}