/* --- General Styles & Variables --- */

:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
--color-main: rgba(0, 0, 0, 0.5);
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
body {
  background-color: var(--bg-dark);
  color: var(--color-text) !important;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover:not(.vzqs4sg6) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.j0pf4lfm {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.q00i7cd8 {

}
.ndcvrvxc {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.qwumrfzl {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
.f8doyt6glzr { display: inline-block; padding: 23px 45px; margin: 8px; border: 2px dashed #cfdf92; width: 35px; color: rgb(33, 29, 82); }
/* --- Buttons --- */
.e608ww5n {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  background-color: var(--color-accent);
  color: var(--color-text);
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  cursor: pointer;
}
.e608ww5n:hover {
  transform: translateY(-3px) scale(1.2);
}
.jep14xih {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.fkuzigj4 {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.xazvv43v {
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.djhdvt58 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vzqs4sg6 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.vzqs4sg6 img {
max-height: 80px;
}
.s508ssfq {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.i49wmxuv {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.bjxff3ur {
  color: var(--color-accent);
}
.tqdfu8ku {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.x8z8jomi {
  padding: 4rem 0;
  text-align: center;
}
.ra49130c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.xzjj9ig2 {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.o9py344zfo { padding: 50px 36px; width: 72px; display: none; margin: 13px; border: 3px solid #1631db; color: rgb(46, 225, 58); }
.cb0jvibl {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.yymx36yp {
  width: 100%;
}
/* .m0drtuf9 {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.b974eus4 {
  background-color: var(--bg-dark);
}
.nyn9t35b {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.kzqoyjqs {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.ya6rx8cl {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ah8aw92d {
  background: linear-gradient(135deg, var(--bg-dark), rgba(8, 33, 84, 0.5));
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.kmggnxs7 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.dgb74782 {
  margin-bottom: 0.5rem;
}
.qonn9oup {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
.b2rl5z90 { color: rgb(172, 153, 218); border: 1px solid #cbb537; }
/* --- How-to Section --- */
.vtgphgz2 {
  background-color: var(--bg-dark);
}
.wnt3an07 {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.bulpwo5p {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.bulpwo5p span {
  counter-increment: steps-counter;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-accent);
  color: var(--color-text);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
/* --- Tables (Offers, Tournaments) --- */
.hcm2dhbl,
.lox1yjp7 {
  overflow-x: auto;
}
.mem30dfk {
  position: relative;
}
.bh4t8kjt,
.knp2miv0 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.bh4t8kjt th,
.bh4t8kjt td,
.knp2miv0 th,
.knp2miv0 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bh4t8kjt th,
.knp2miv0 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.siybekg5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.gbns3mxa {
  background-color: var(--bg-dark);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.flmv0aqx { border: 5px dotted #c4ca67; display: block; width: 16px; padding: 25px 39px; margin: 11px; color: rgb(9, 245, 81); }
.gbns3mxa:hover {
  transform: translateY(-5px);
}
.n0z6ltcw {
  padding: 1rem;
}
.p6hp2ofy {
  margin-bottom: 0.25rem;
}
.ngn54x7b {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.na2tr0zu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kuiz1gh4 {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.ti1b9i31 {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.h8hz7iex {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.emsvyap2 {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.emsvyap2::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.ldz5x9ir::after {
  transform: rotate(45deg);
}
.nf8i0k71 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.b7ocjzlw { width: 16%; color: rgb(46, 149, 136); }
.nf8i0k71 p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.kqsr1dzk {
  background-color: var(--bg-dark);
}
.rwlt068v {
  text-align: center;
  margin-bottom: 1.5rem;
}
.oih6t9qj {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.oih6t9qj li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.ceifmrxe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.ya67hudv {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.ya67hudv:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.mj451bua {
  background-color: var(--bg-dark);
}
.szezf2vo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.hykcoc4u {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.rx8w82ym {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
  border: 3px solid var(--bg-dark);
}
.t9mu0bd5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.ehbgb2dj {
  background-color: var(--bg-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-text);
  opacity: 0.7;
}
.ycs3w7z3l3m { color: rgb(129, 156, 32); border: 3px dashed #02b502; margin: 11px; display: inline-block; padding: 50px 46px; width: 63%; }
.ehbgb2dj p {
  margin: 0;
}
/* --- Promo Block --- */
.yuyt3cjg {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  color: var(--color-text);
  padding: 1.5rem;
  border-radius: 10px;
  z-index: 1000;
  transform: translateX(120%);
  transition: transform 0.5s ease-in-out;
  width: 280px;
}
[promo-block--visible] {
  transform: translateX(0);
}
.nife3g7i {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.oxu5spbw {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.rol4d3n2 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.pv3badig {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.ofm5dv2v {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
[popup-overlay--visible] {
  opacity: 1;
  visibility: visible;
}
.i0qke1tz {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.l4mitdqz66 { padding-right: 18px; color: rgb(157, 208, 180); display: block; padding-left: 33px; width: 52px; margin: -7px; }
[popup-overlay--visible] .i0qke1tz {
  transform: scale(1);
}
.ozu9i9cb {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.he5kv36y {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.ra9iy8cb {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
/* --- Desktop Styles (min-width: 768px) --- */
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .i49wmxuv {
    display: flex;
    gap: 1.5rem;
  }

  .bjxff3ur {
    font-weight: 700;
  }

  .ra49130c {
    flex-direction: row;
    text-align: left;
    gap: 3rem;
  }

  .fc9d1nms {
    flex: 1;
  }

  .yymx36yp {
    flex: 1;
  }

  .nyn9t35b {
    grid-template-columns: repeat(2, 1fr);
  }

  .ya6rx8cl {
    flex-direction: row;
  }

  .siybekg5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .szezf2vo {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- Larger Desktop Styles (min-width: 1024px) --- */
@media (min-width: 1024px) {
  .nyn9t35b {
    grid-template-columns: repeat(3, 1fr);
  }

  .siybekg5 {
    grid-template-columns: repeat(4, 1fr);
  }

  .szezf2vo {
    grid-template-columns: repeat(5, 1fr);
  }

  .hykcoc4u {
    padding: 2rem 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
}
thead {
  background-color: rgba(255, 255, 255, 0.1);
}
th, td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tfej5cy6 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.zlfa1zgx{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.k7sced8x {
  position: relative;
}
@media (max-width: 1087px) {
  .zlfa1zgx {
    display: none
  }
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
thead {
  background: var(--color-text);
  color: var(--bg-dark);
}
.g7nvn6y7h { padding: 5px 47px; color: rgb(233, 198, 194); display: flex; }
th, td {
  padding: 12px 16px;
  text-align: left;
}
tbody tr:nth-child(odd) {
  background: var(--bg-dark);
  color: var(--color-text);
}
tbody tr:nth-child(even) {
  background: var(--color-text);
  color: var(--bg-dark);
}
@media(max-width:768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  
  .pmulm7ey {
    float: inherit;
    display: block;
  }
}
h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
  color: var(--color-text);
  margin: 16px 0 8px 0;
  line-height: 1.3;
  font-weight: 600;
}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul, ol {
  padding-left: 20px;
  margin: 12px 0;
}
li {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 6px;
  position: relative;
}
li::marker {
  color: var(--color-accent);
  font-weight: bold;
}
.vc2us0yd {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.f8u4zpi58 { padding: 32px 35px; display: inline-block; border: 4px solid #bcf5a4; }
.vc2us0yd h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.e048fvoo {
  list-style: none;
  padding: 0;
  margin: 0;
}
.e048fvoo li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.glxcgu6k {
  font-weight: bold;
  color: var(--color-accent);
}
.nn2t5ydi {
  max-width: 1400px;
  margin: 0 auto;
}
.ldz74igg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.mk4d4kcl {
  background: var(--color-main);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  margin: 0 !important;
}
.mk4d4kcl:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--color-accent);
  color: var(--color-accent);
}
.mk4d4kcl:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .ldz74igg {
    gap: 12px;
  }

  .mk4d4kcl {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .mk4d4kcl {
    flex: 1 1 calc(50% - 6px);
  }
}
.iwxmrvuw {
  width: 100%;
  margin-bottom: 40px;
}
.gitx7m9trqa { padding-right: 39px; }
.ez88tfst {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.ez88tfst h2 {
  color: var(--color-accent);
}
.q6adv77b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .q6adv77b {
    justify-content: center;
  }
}
.ts5drlr3 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.ts5drlr3 img {

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.ts5drlr3 .esxu5ibh {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.ts5drlr3:hover .esxu5ibh {
  opacity: 1; 
}
.ts5drlr3:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.mubgmfbu p {
  color: var(--color-accent);
  font-weight: 600;
}
.t6o2dvr1 { border: 1px dotted #25cb18; width: 88px; margin: -16px; padding: 3px 50px; color: rgb(252, 186, 172); display: grid; }
.nlvp940o {
  border-bottom: 2px solid #e8eaf6;
}
.nlvp940o:last-child {
  border-bottom: none;
}
.vtqte9is {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.vtqte9is::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.vtqte9is::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.nlvp940o[open] .vtqte9is::after {
  transform: translateY(-50%) rotate(45deg);
}
.pf5zsm57 {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.csidwnqg {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.z7paxml8 {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
        box-shadow: 0 4px 15px var(--color-cta-box-shadow);
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.z7paxml8:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.z7paxml8:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .z7paxml8 {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#lang-dropdown {
  position: relative;
}
#lang-current {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.nl93ak67 {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.nlkvfn22ky { display: none; margin: -17px; padding: 43px 39px; width: 83vw; color: rgb(184, 21, 85); border: 2px solid #639be5; }
#lang-dropdown[open] .nl93ak67 {
  transform: rotate(-135deg);
}
#lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var( --color-accent);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 10px;
  margin: 0;
  list-style: none;
  display: none;
  backdrop-filter: blur(4px);
  width: 120px;
  overflow-y: scroll;
  max-height: 300px;
}
#lang-menu li a {
  display: block;
  padding: 8px 14px;
  white-space: nowrap;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
}
#lang-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.ts5drlr3 {
max-width:inherit;
text-align: center;
}
.hpu1z1fh {
 flex-basis: 49%; 
}
.reoobn3k {
 flex-basis: 32.3333%; 
}
.sy4ufspi {
 flex-basis: 24%; 
}
.t0ervbjr {
 flex-basis: 19%; 
}
.goohl31h {
 flex-basis: 15.6666%; 
}
.su4cjkmc {
 flex-basis: 13.2857%; 
}
.gt4nm4fd ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.gt4nm4fd ul li {
    list-style: none;
    margin-left: 0;
}
.lxxmsuxl {
font-size:20px;
}
.dfgnp5nwla2 { width: 55%; display: none; padding: 24px 15px; color: rgb(219, 175, 211); border: 1px dotted #da0286; }
.lxxmsuxl a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.tjtqkxcg {
margin-bottom:20px
}