*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

html,
body {
  height: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

fieldset,
img {
  border: 0;
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

a {
  outline: none;
  /* for Firefox */
  /* for IE */
  cursor: pointer;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

:focus {
  outline: none;
}

.view-box {
  width: 100%;
  position: relative;
}

.swiper-container {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-area {
  margin-bottom: 40px;
}

.leaderBoard-area {
  margin-bottom: 0;
}

.swiper-area .arrow-next {
  width: 30px;
  height: 60px;
  background-image: url(/img/next.png);
}

.swiper-area .arrow-prev {
  width: 30px;
  height: 60px;
  background-image: url(/img/next.png);
  transform: rotate(180deg);
}

.swiper-area .swiper-pagination-bullet {
  background: #ebab4c;
}

.swiper-area .swiper-pagination-bullet-active {
  background: #ebab4c;
}
.context-title {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.context-tit--line {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.context-tit--line::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 4%;
  background: #DA9F46;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.blockAddWrap {
  position: relative;
  padding: 40px 0;
}

.blockAddWrap .imgOnlyArea {
  width: 100%;
}

.imgOnlyArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blockAddWrap-m {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  padding: 40px 30px;
}

.graphicWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.graphicWrap .imgArea {
  width: 48%;
}

.graphicWrap .imgArea img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}

.graphicWrap .contextWrap {
  width: 48%;
}

.graphicWrap-r .imgArea {
  display: flex;
  justify-content: flex-end;
}

.graphicWrap--ud .contextWrap {
  width: 100%;
}

.graphicWrap--ud .contextWrap .btn-area {
  text-align: right;
  margin-bottom: 50px;
}

.graphicWrap--ud .context-tit {
  text-align: center;
}

.graphicWrap--ud .imgArea {
  width: 100%;
  display: flex;
  justify-content: center;
}

.text-area {
  max-width: 40rem;
  padding: 40px 40px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}

.text-area .context-txt {
  line-height: 38px;
  font-size: 20px;
  letter-spacing: 1px;
}

.contextWrap {
  position: relative;
  width: 45%;
}

.contextWrap .context-tit {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
  word-break: break-all;
}

.contextWrap .context-txt {
  line-height: 38px;
  font-size: 20px;
}

.contextWrap .btn-area {
  padding-top: 50px;
}

.video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0 auto;
}

.play-bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
}

.play-bg .play {
  position: absolute;
  z-index: 70;
  width: 90px;
  height: 100px;
  background: url(/img/play.png) no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-CoverImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

.video-CoverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tableGroup {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 30px;
}

.tableGroup .thead {
  display: flex;
  width: 100%;
  background: #DA9F46;
  border-radius: 500px;
  padding: 20px 0;
  margin: 0 0 30px;
}

.tableGroup .thead .th {
  color: #fff;
}

.tableGroup .tbody {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid #DA9F46;
  border-radius: 500px;
  padding: 20px 0;
  margin: 30px 0;
}

.tableGroup .th,
.tableGroup .td {
  width: 25%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  word-break: break-word;
}

.board-subTit {
  padding: 0 30px 30px;
  line-height: 36px;
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.footer-group {
  margin-top: -40px;
}

.footer {
  font-family: 'Roboto', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px 50px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.footer .footer-img {
  width: 320px;
  height: 100px;
  overflow: hidden;
  padding-right: 50px;
}

.footer .footer-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .footer-txt {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 1440px) {
  .swiper-container .swiper-slide {
    height: unset;
  }
  .blockAddWrap-m {
    padding: 40px 15%;
  }
  .contextWrap .btn-area .btn {
    font-size: 20px;
  }
  .footer {
    padding: 30px 8% 30px;
  }
  .footer .footer-txt {
    padding-left: 30px;
  }
  .tableWrap {
    padding: 40px 8%;
  }
}

.icon-list-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.icon-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: -24px;
  margin-right: -24px;
  flex-wrap: wrap;
  margin-top: -40px;
}

.icon-group .icon-item {
  width: calc((100% / 4) - 48px);
  margin: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  text-align: center;
}

.icon-group .icon-item p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.icon-group .icon-imgWrap {
  width: 250px;
  height: 250px;
  margin-bottom: 15px;
}

.icon-group .icon-imgWrap img {
  height: 100%;
  object-fit: cover;
}

.original-table {
  border-collapse: collapse;
  width: 100%;
}

.original-table th,
.original-table td {
  text-align: center;
  padding: 15px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.original-table th {
  background: #DA9F46;
  border: 1px solid #ebab4c;
  color: #0A050D;
  font-weight: 500;
}

.original-table td {
  border: 1px solid #DA9F46;
  word-break: break-word;
}

@media (max-width: 1400px) {
  .icon-list-wrap {
    padding: 40px 50px;
  }
}

@media (max-width: 1200px) {
  .blockAddWrap {
    padding: 40px 0;
  }
  .text-area {
    padding: 40px 40px;
  }
  .tableGroup {
    padding: 30px 50px 30px;
  }
  .footer .footer-img {
    padding-right: 0;
  }
  .icon-group .icon-imgWrap {
    width: 200px;
    height: 200px;
  }
  .blockAddWrap-m {
    padding: 40px 3%;
  }
}

@media (max-width: 1000px) {
  .icon-group .icon-item {
    width: calc((100% / 3) - 48px);
  }
}

@media (max-width: 900px) {
  .context-tit--line::before {
    width: 6%;
  }
  .board-subTit {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .icon-group {
    margin-top: -30px;
  }
  .blockAddWrap {
    padding: 30px 0;
  }
  .blockAddWrap-m {
    padding: 30px 30px;
  }
  .text-area {
    padding: 30px 40px;
  }
  .icon-list-wrap {
    padding: 30px 50px;
  }
  .icon-group .icon-item {
    width: calc((100% / 2) - 48px);
  }
  .context-tit--line::before {
    width: 10%;
    height: 4.5%;
  }
  .contextWrap .context-tit {
    padding-bottom: 20px;
  }
  .tableGroup {
    padding: 30px 40px 20px;
  }
  .tableGroup .thead {
    padding: 15px 0;
    margin: 0 0 20px;
  }
  .tableGroup .tbody {
    padding: 12px 0;
    margin: 20px 0;
  }
  /* .original-table th,
  .original-table td {
    font-size: 15px;
  } */
  .swiper-leaderBoard .arrow-next {
    right: 0;
  }
  .swiper-leaderBoard .arrow-prev {
    left: 0;
  }
  .graphicWrap {
    flex-direction: column;
  }
  .graphicWrap .imgArea {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .graphicWrap .contextWrap {
    width: 100%;
    padding: 40px 0;
  }
  .graphicWrap .btn-area {
    position: relative;
    padding-top: 30px;
    bottom: 0;
  }
  .graphicWrap-r {
    flex-direction: column-reverse;
  }
  .footer .footer-txt {
    font-size: 16px;
    line-height: 24px;
  }
  .swiper-area {
    margin-bottom: 30px;
  }

  .footer-group{
    margin-top: -30px;
  }
}

@media (max-width: 576px) {
  .blockAddWrap-m {
    padding: 30px 30px;
  }
  .context-tit--line {
    margin-bottom: 20px;
  }
  .VideoWrap {
    padding: 30px 0;
  }
  .play-bg .play {
    width: 44px;
    height: 48px;
  }
  .text-area {
    padding: 30px 30px;
  }
  .text-area .context-txt {
    line-height: 30px;
  }
  .contextWrap .context-tit {
    font-size: 30px;
  }
  .contextWrap .context-txt {
    line-height: 30px;
  }
  .contextWrap .btn-area {
    padding-top: 50px;
  }
  .contextWrap .btn-area .btn {
    font-size: 16px;
    padding: 10px 24px;
  }
  .tableWrap {
    padding: 50px 0px;
  }
  .board-subTit {
    padding: 0 30px;
    line-height: 28px;
  }
  .leaderBoard-table .th {
    font-size: 17px;
  }
  .leaderBoard-table .td {
    font-size: 15px;
  }
  .original-table th,
  .original-table td {
    padding: 8px;
    font-size: 15px;
  }
  .footer {
    flex-direction: column;
    padding: 20px 0 40px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer-img {
    max-width: 140px;
    height: 80px;
    flex: unset;
  }
  .footer .footer-txt {
    font-size: 15px;
    padding-left: 0;
  }
  .swiper-area .arrow-next,
  .swiper-area .arrow-prev {
    background-size: 50%;
  }
  .swiper-area .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiper-table .arrow-next {
    right: 0;
  }
  .swiper-table .arrow-prev {
    left: 0;
  }
  .icon-list-wrap {
    padding: 30px 20px 0;
  }
  .icon-group {
    margin-left: -12px;
    margin-right: -12px;
  }
  .icon-group .icon-item {
    width: calc((100% / 2) - 24px);
    margin: 30px 12px 0;
  }
  .icon-group .icon-imgWrap {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 414px) {
  
  .original-table th,
  .original-table td {
    -webkit-text-size-adjust: none;
    padding: 8px;
    font-size: 0.9375rem !important;
  }
  .context-tit--line,
  .contextWrap .context-tit {
    font-size: 26px;
  }
  .text-area .context-txt {
    font-size: 18px;
  }
  .contextWrap .context-txt {
    font-size: 18px;
  }
  .board-subTit {
    font-size: 18px;
  }
  .icon-group .icon-imgWrap {
    width: 140px;
    height: 140px;
  }
}

.leaderBoard-area .arrow-prev {
  left: 10%;
}

.leaderBoard-area .arrow-next {
  right: 10%;
}

@media (max-width: 1100px) {
  .leaderBoard-area .arrow-prev {
    left: 5%;
  }
  .leaderBoard-area .arrow-next {
    right: 5%;
  }
}

@media (max-width: 1000px) {
  .leaderBoard-area .arrow-prev {
    left: 10px;
  }
  .leaderBoard-area .arrow-next {
    right: 10px;
  }
}

@media (max-width: 576px) {
  .leaderBoard-area .arrow-prev {
    left: 0;
  }
  .leaderBoard-area .arrow-next {
    right: 0;
  }
  .graphicWrap .contextWrap {
    padding: 30px 0;
  }
  .contextWrap .btn-area {
    padding-top: 30px;
  }
  .graphicWrap--ud .contextWrap .btn-area {
    margin-bottom: 30px;
    text-align: left;
  }
  .graphicWrap--ud .contextWrap.h-mt50 {
    margin-top: 30px;
  }
}

.l-tableScrollWrap {
  position: relative;
  margin-bottom: 0;
}

.l-tableScroll td,
.l-tableScroll th {
  word-break: keep-all;
  white-space: nowrap;
}

.l-tableScroll .tableGroup {
  overflow-x: auto;
  border: 1px solid #DA9F46;
  padding: 0;
}

.l-tableScroll {
  margin: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.l-tableScroll .tableGroup {
  margin-bottom: 20px;
}

.l-tableScrollWrap .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

.l-tableScrollWrap .swiper-pagination-bullet {
  margin: 0 4px;
}

.l-tableScrollWrap .arrow-next {
  right: 10%;
}

.l-tableScrollWrap .arrow-prev {
  left: 10%;
}

@media (max-width: 1200px) {
  .l-tableScroll {
    padding: 30px 50px 20px;
  }
  .l-tableScroll .tableGroup {
    margin-bottom: 0;
  }
}

@media (max-width: 1100px) {
  .l-tableScrollWrap .arrow-prev {
    left: 5%;
  }
  .l-tableScrollWrap .arrow-next {
    right: 5%;
  }
}

@media (max-width: 1000px) {
  .l-tableScrollWrap .arrow-prev {
    left: 10px;
  }
  .l-tableScrollWrap .arrow-next {
    right: 10px;
  }
}

@media (max-width: 576px) {
  .l-tableScrollWrap .arrow-next {
    right: 0;
  }
  .l-tableScrollWrap .arrow-prev {
    left: 0;
  }
  .l-tableScrollWrap .swiper-pagination {
    bottom: -10px;
  }
}

.l-header {
  background: #00000090;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex;
  padding: 10px 20px;
  justify-content: flex-end;
}

.l-language_arrow {
  cursor: pointer;
  display: none;
}
.l-language_icon{ transition: all, .2s; }
.l-language_arrow--rotate .l-language_icon{ transform: rotate(180deg); }

.l-language_currentitem {
  cursor: pointer;
  padding: 0 5px;
}

.l-language_option {
  position: relative;
}

.l-language_option .l-language_list {
  display: flex;
}

.l-language_option .l-language_item {
  cursor: pointer;
  padding: 0 5px;
}

@media (max-width: 576px) {
  .l-language_arrow {
    display: block;
  }
  .l-language_current {
    display: flex;
    align-items: center;
  }
  .l-language_option {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 60px;
    height: 0;
    display: none;
    overflow: hidden;
    transition: all, .5s;
  }
  .l-language_option .l-language_list {
    display: block;
    margin: 0;
    position: relative;
    z-index: 55;
  }
  .l-language_option .l-language_item {
    padding-bottom: 5px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-language_option.show {
    display: block;
    height: auto;
    background: #00000090;
    border-radius: 5px;
    border: 1px solid #DA9F46;
  }
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  flex: 0 0 100%;
}

@media (max-width: 767px) {
  .col1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .col2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .col11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .col12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}
.container::-webkit-scrollbar{ display: none; -ms-overflow-style: none; }

@media (max-width: 1440px) {
  .container {
    width: 100%;
  }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

@media (max-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}

@media (max-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

@media (max-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
}

@media (max-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
}

@media (max-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
}

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

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

.h-w50 {
  width: 50% !important;
}

.swiper-leaderBoard .td.h-w50 {
  padding: 0 10px;
}

.h-pt50 {
  padding-top: 50px;
}

.h-mt50 {
  margin-top: 50px;
}

.h-mr10 {
  margin-right: 10px;
}

.h-my5per {
  padding: 40px 0;
}

.h-web-hidden {
  display: none;
}

@media (max-width: 1200px) {
  .h-my5per {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .h-my5per {
    padding: 30px 0;
  }
}

@media (max-width: 600px) {
  .h-web-visible {
    display: none;
  }
  .h-web-hidden {
    display: block;
  }
}

.group-box {
  width: 90%;
  padding-bottom: 14px;
  border-bottom: 1px solid #979797;
  margin-bottom: 35px;
}

.box30,
.box40,
.box60,
.box70 {
  display: inline-block;
}

.box30 {
  width: 30%;
  font-size: 20px;
  color: #222222;
}

.box40 {
  width: 40%;
  font-size: 20px;
  color: #222222;
}

.box60 {
  width: 50%;
  font-size: 20px;
  color: #222222;
}

.box70 {
  width: 65%;
}

.btn {
  font-size: 16px;
  color: #0A050D;
  padding: 12px 32px;
  background: #DA9F46;
  transition: .4s;
}

.btn:hover {
  background: #ebab4c;
}

.e-btn--search {
  padding: 10px 15px;
  font-size: 15px;
}

.e-dataImg {
  bottom: 10vh;
  position: fixed;
  right: 20px;
  width: 120px;
  z-index: 98;
}

.e-dataImg_1 {
  bottom: calc(10vh + 140px);
}
.e-dataImg_2 {
  bottom: calc(10vh + 280px);
}

.e-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
}

.e-LBWrap {
  max-width: 700px;
  width: 90%;
  height: 80%;
  overflow-y: scroll;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #2d2d2d;
  padding: 50px;
  overflow-x: hidden;
}

.e-LBWrap .context-txt {
  line-height: 1.5;
  font-size: 18px;
  padding-bottom: 30px;
}

.e-LBWrap .context-tit--line {
  margin-bottom: 20px;
}

.e-LB_close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.e-LB_close i {
  color: #DA9F46;
  font-size: 24px;
}

.e-LB_close:hover i {
  color: #ebab4c;
}

.e-input-box {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.e-input-sty {
  color: #fff;
  font-size: 14px;
  width: 100%;
  background: none;
  padding: 10px 15px;
  border: 1px solid #DA9F46;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  vertical-align: middle;
}

.e-table--scroll {
  overflow-x: scroll;
}

.e-table {
  width: 100%;
  margin-top: 20px;
}

.e-table th,
.e-table td {
  padding: 15px;
  letter-spacing: 1px;
}

.e-table_head {
  font-size: 17px;
}

.e-table_head th {
  font-weight: 600;
}

.e-table .pab td {
  padding: 20px 15px 15px;
}

.e-table tr:last-child td {
  padding: 15px 15px 20px;
}

.e-table--border {
  border-bottom: 1px solid #DA9F46;
}

.e-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}

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

.e-page_nums a {
  color: #fff;
  padding: 8px;
  display: inline-block;
}

.e-page_nums a.act {
  font-weight: 600;
  font-size: 17px;
  color: #DA9F46;
}

.e-page_nums a:hover {
  color: #ebab4c;
}

.e-page_nums .icon-page {
  margin: 15px;
}

.e-page_nums .icon-page.act {
  color: #DA9F46;
}

.e-page_nums .icon-page:hover {
  color: #ebab4c;
}

@media (max-width: 768px) {
  .e-dataImg {
    width: 80px;
    right: 10px;
  }

  .e-dataImg_1 {
    bottom: calc(10vh + 100px);
  }
  .e-dataImg_2 {
    bottom: calc(10vh + 200px);
  }
}

@media (max-width: 576px) {
  .e-LBWrap {
    padding: 40px 20px;
  }
}

.e-table--scroll table {
  table-layout: fixed;
}

.username {
  word-break: break-all;
}

.l-search_box{
  position: relative;
}

.l-search_del{
  position: absolute;
  top: 8px;
  right: 10px;
  color: #979797;
  cursor: pointer;
  transition: all, .5s;
}

.l-search_del:hover{
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dbdbdb;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dbdbdb;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dbdbdb;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dbdbdb;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  position: relative;
  height: 100%;
}





/* 20240422 event */

.l-header_event{
    width: 100%;
    background: #1E0525;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border: none;
}
.l-header_event img{ width: 200px; }
@media (max-width: 1200px) {
    .l-header_event{
        align-items: center;
        padding: 20px;
    }
    .l-header_event img{ width: 160px; height: 100%; }
}
@media (max-width: 600px) {
    .l-header_event{
        align-items: center;
        padding: 10px;
    }
    .l-header_event img{ width: 120px; height: 100%; }
}



.l-banner{
    width: 100%;
    padding: 0 30px;
    margin-top: 40px;
}
.l-banner_slide{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.l-banner_slide .swiper-slide a { width: 100%; }
.l-banner_slide .swiper-slide img{ 
    display: block;
    aspect-ratio: 5 / 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: none;
    border-radius: 10px; 
}
.l-banner_slide .swiper-pagination-bullet{
  background: #fff;
  opacity: .2 !important;
}
.l-banner_slide .swiper-pagination-bullet-active{
  background: #351B3D;
  border: #aaa 1px solid;
  border-radius: 50%;
  opacity: 1 !important;
}
@media (max-width: 1200px) {
    .l-banner{ padding: 0 20px; margin-top: 20px; }
}
@media (max-width: 500px) {
    .l-banner{ padding: 0 10px; margin-top: 10px; }
    .l-banner_slide .swiper-slide img{
      aspect-ratio: 5 / 8;
    }
}


.l-slogen {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 80px 40px;
}
.l-slogen_txt {
    width: 100%;
    max-width: 1000px;
}
.l-slogen_txt h3 {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 54px;
    line-height: 1.2;
    background: linear-gradient(to bottom, #E6B86B, #FFF0A8, #9E6824);
    background: -webkit-linear-gradient(to bottom, #E6B86B, #FFF0A8, #9E6824);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.shadow {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
    text-shadow: 0 3px 2px rgba(0,0,0, 0.8);
}
.l-slogen_txt p {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #FFF7CB;
    padding: 20px;
    margin-top: 20px;
}
@media (max-width: 1200px) {
    .l-slogen { padding: 60px 40px; }
    .l-slogen_txt { max-width: 900px; }
    .l-slogen_txt h3{ font-size: 42px; }
    .l-slogen_txt p{ font-size: 24px; }
}
@media (max-width: 1060px) {
    .l-slogen_txt { max-width: 600px; }
    .l-slogen_txt h3{ font-size: 38px; }
    .l-slogen_txt p{ font-size: 22px;}
}
@media (max-width: 800px) {
    .l-slogen_txt { max-width: 86%; }
    .l-slogen_txt h3{ font-size: 32px; }
    .l-slogen_txt p{ font-size: 20px; padding: 0; }
}
@media (max-width: 500px) {
    .l-slogen { padding: 40px 30px; }
    .l-slogen_txt { max-width: 100%; }
    .l-slogen_txt h3{ font-size: 28px; }
    .l-slogen_txt p{ font-size: 16px; }
}
@media (max-width: 400px) {
    /* .l-slogen_txt { max-width: 330px; } */
    .l-slogen_txt h3{ font-size: 26px; }
    .l-slogen_txt p{ font-size: 15px; }
}
/* 有背景的 */
/* .l-slogen {
    width: 100%;
    min-height: 840px;
    background: url('/img/bg_slogen.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.l-slogen::before{
    content: '';
    width: 238px;
    height: 390px;
    background: url('/img/deco_l.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 10px;
}
.l-slogen::after{
    content: '';
    width: 276px;
    height: 425px;
    background: url('/img/deco_r.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -50px;
    top: 60px;
}
.l-slogen_txt {
    max-width: 1000px;
    width: 100%;
    position: relative;
    top: 7vw;
}
.l-slogen_txt h3 {
    width: 100%;
    font-weight: bold;
    font-size: 54px;
    line-height: 1.2;
    background: linear-gradient(to bottom, #E6B86B, #FFF0A8, #9E6824);
    background: -webkit-linear-gradient(to bottom, #E6B86B, #FFF0A8, #9E6824);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
}
.shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    text-shadow: 0 3px 2px rgba(0,0,0, 0.8);
}
.l-slogen_txt p {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #FFF7CB;
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.h-block{
    display: block;
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
} */
@media (max-width: 1600px) {
/* .l-slogen { min-height: 780px; } */
}
@media (max-width: 1440px) {
    /* .l-slogen_txt h3{ font-size: 48px; } */
}
@media (max-width: 1200px) {
    /* .l-slogen { min-height: 560px; }
    .l-slogen_txt { max-width: 900px; }
    .l-slogen_txt h3{ font-size: 42px; }
    .l-slogen_txt p{ font-size: 24px; }
    .l-slogen::before{
        width: 194px;
        height: 318px;
    }
    .l-slogen::after{
        width: 210px;
        height: 377px;
        right: -10px;
        top: 40px;
    }
    .h-block{ min-height: 100px; } */
}
@media (max-width: 1060px) {
    /* .l-slogen { min-height: 620px; }
    .l-slogen_txt { max-width: 600px; }
    .l-slogen_txt h3{ font-size: 38px; }
    .l-slogen_txt p{ font-size: 22px;}
    .l-slogen::before{
        width: 170px;
        height: 280px;
    }
    .l-slogen::after{
        width: 185px;
        height: 332px;
        right: -10px;
        top: 40px;
    }
    .h-block{ min-height: 80px; } */
}
@media (max-width: 800px) {
    /* .l-slogen { min-height: 520px; }
    .l-slogen_txt { max-width: 460px; }
    .l-slogen_txt h3{ font-size: 32px; }
    .l-slogen_txt p{ font-size: 20px; padding: 20px 0; }
    .l-slogen::before{
        width: 136px;
        height: 222px;
    }
    .l-slogen::after{
        width: 145px;
        height: 260px;
        right: 0px;
        top: 40px;
    }
    .h-block{ min-height: 60px; } */
}
@media (max-width: 680px) {
    /* .l-slogen { min-height: 560px; }
    .l-slogen_txt { max-width: 440px; }
    .l-slogen::before{
        display: none;
        width: 116px;
        height: 190px;
    }
    .l-slogen::after{
        display: none;
        width: 118px;
        height: 196px;
        right: 0px;
        top: 40px;
    } */
}
@media (max-width: 500px) {
    /* .l-slogen { min-height: 450px; height: 100%; }
    .l-slogen_txt { max-width: 360px; top: 40px; }
    .l-slogen_txt h3{ font-size: 28px; }
    .l-slogen_txt p{ font-size: 16px; } */
}
@media (max-width: 400px) {
    /* .l-slogen_txt { max-width: 330px; top: 40px; }
    .l-slogen_txt h3{ font-size: 26px; }
    .l-slogen_txt p{ font-size: 15px; } */
}



.l-blank{
  width: 100%;
  height: calc(100vh - 220px);
}
.l-blank_empty{
    display: block;
    width: 100%;
    min-height: 50px;
    margin-bottom: 20px;
}
@media (max-width: 1600px) {
    .l-blank_empty{ min-height: 200px; }
}
@media (max-width: 1380px) {
    .l-blank_empty{ min-height: 15vh; }
}
@media (max-width: 800px) {
    .l-blank_empty{ min-height: 50px; }
    .l-blank_slogen{ min-height: 15vh; }
}
@media (max-width: 430px) {
  .l-blank_slogen{ min-height: 3vh; }
}
.l-game {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.l-game_box{ min-height: 70vh; }
.l-game_title {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 10px;
    margin-left: 20px;
}
.l-game_gp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.l-game_gp_item {
    display: block;
    width: calc((100% - 120px) / 3);
    margin: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}
.l-game_gp_item:hover .l-game_gp_item--pic img{
    transform: scale(1.06);
}
.l-game_gp_item--pic{
    width: 340px;
    height: 236px;
    box-shadow: 0 0 12px rgba(0 ,0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.l-game_gp_item--pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all, .5s;
}
.l-game_gp_item p{
    font-weight: bold;
    font-size: 18px;
    color: #EFC747;
}
.l-game_btn {
    width: 100%;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1600px) {
    .l-game { max-width: 1140px; }
}
@media (max-width: 1280px) {
    .l-game { max-width: 1000px; }
    .l-game_title{ font-size: 28px; }
    .l-game_gp_item--pic{
        width: 294px;
        height: 204px;
    }
}
@media (max-width: 1060px) {
    .l-game {
        max-width: 840px;
        padding-bottom: 40px;
    }
    .l-game_title{ font-size: 24px; }
    .l-game_gp_item--pic{
        width: 240px;
        height: 167px;
    }
}
@media (max-width: 840px) {
    .l-game { max-width: 700px; }
    .l-game_title{ font-size: 24px; margin-left: 15px;}
    .l-game_gp_item{
      width: calc((100% - 90px) / 3);
      margin: 15px;
    }
    .l-game_gp_item--pic{
        width: 203px;
        height: 141px;
    }
    .l-game_gp_item p{ font-size: 16px; }
}
@media (max-width: 760px) {
    .l-game { max-width: 600px; }
    .l-game_gp_item {
        width: calc((100% - 60px) / 2);
        margin: 15px;
        margin-bottom: 30px;
    }
    .l-game_title{ font-size: 20px; }
    .l-game_gp_item--pic{
        width: 270px;
        height: 188px;
    }
}
@media (max-width: 660px) {
    .l-game { max-width: 500px; }
    .l-game_gp_item--pic{
        width: 239px;
        height: 150px;
    }
}
@media (max-width: 500px) {
    .l-game { max-width: 360px; min-height: 80vh }
    .l-game_gp_item { width: 100%; margin-bottom: 20px; }
    .l-game_gp_item--pic{
        width: 340px;
        height: 236px;
    }
}
@media (max-width: 400px) {
    .l-game { max-width: 340px; min-height: 75vh  }
    .l-game_gp_item--pic{
        width: 320px;
        height: 222px;
    }
}





.l-footer{
    width: 100%;
    min-height: 140px;
    background: #1E0525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.l-footer_bg{ 
  height: 220px;
  align-items: flex-end;
}
.l-footer_bg::after {
    content: '';
    width: 100%;
    height: 600px;
    background: url('/img/bg_foot.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    top: 40px;
}
.l-footer .l-footer_txt {
    width: 100%;
    max-width: 640px;
}
.l-footer_bg .l-footer_txt {
    width: 100%;
    max-width: 640px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}
.l-footer_attribute {
  text-align: center;
  margin: 10px 0;
}
.l-footer_attribute a {
  display: block;
  font-size: 12px !important;
  color: #B3A28A !important;
}
.l-footer p{
    font-size: 12px;
    color: #B3A28A;
    text-align: center;
}
@media (max-width: 1600px) {
    .l-footer_bg::after { height: 540px;  }
}
@media (max-width: 1200px) {
    .l-footer_bg{ height: 180px; }
    .l-footer_bg::after {
        height: 440px;
        top: 30px;
    }
    .l-footer_bg .l-footer_txt{ height: auto; }
}
@media (max-width: 1000px) {
    .l-footer_bg::after {
        height: 400px;
        top: 20px;
    }
}
@media (max-width: 800px) {
    .l-footer .l-footer_txt{ padding: 0 20px; }
    .l-footer_bg .l-footer_txt{ padding: 0 20px; }
}
@media (max-width: 760px) {
    .l-footer_bg{ 
      position: unset;
      bottom: unset;
    }
    .l-footer_bg::after {
      background: url('/img/bg_foot.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom center;
    }
}
@media (max-width: 600px) {
    .l-footer_bg::after {
        height: 500px;
        top: 40px;
    }
}
@media (max-width: 500px) {
    .l-footer{ padding: 10px 0; min-height: auto; }
    .l-footer .h-mt20 { margin-top: 10px !important; }
    .l-footer_bg::after {
        height: 360px;
        top: -50px;
    }
    .l-footer_bg .l-footer_txt{ bottom: 30px; }
    .l-footer_attribute a { font-size: 8px !important; line-height: 1.2; }
    .l-footer p{ font-size: 8px; line-height: 1.2; }
}




.l-content{
    width: 100%;
    max-width: 1140px;
    min-height: calc(100vh - 240px);
    margin: 0 auto;
    padding: 40px 0;
}
.l-page{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.l-page_btn{
    display: flex;
    align-items: center;
    color: #fff;
    opacity: .6;
    padding: 10px 0;
    transition: all, .5s;
}
.l-page_btn img{
    transform: rotate(90deg);
}
.l-page_btn:last-child img{
    transform: rotate(-90deg);
}
.l-page_btn:hover { opacity: 1; }


.l-content_info {
    width: 100%;
    max-height: 330px;
    display: flex;
    margin-bottom: 40px;
}
.l-content_info--pic {
    width: calc(46% - 60px);
    box-shadow: 0 0 12px rgba(0 ,0, 0, 0.2);
    border-radius: 10px;
    margin-right: 60px;
    overflow: hidden;
}
.l-content_info--pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-content_info--txt {
    width: 54%;   
}
.l-content_info--txt h4 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 20px;
    text-shadow: 0 3px 6px rgba(0,0,0, 0.2);
}
.l-content_info--txt > div { 
    max-height: calc(100% - 70px);
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    overflow-y: auto;
}
.l-content_info--txt > div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.l-content_info--txt > div::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4);
  border-radius: 4px;
}
@media (max-width: 1200px) {
    .l-content{ max-width: 90%; }
    .l-content_info{ max-height: 280px; }
}
@media (max-width: 1060px) {
    .l-content_info{ max-height: 230px; }
}
@media (max-width: 900px) {
    .l-content_info{ max-height: 200px; }
    .l-content_info--txt h4{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .l-content_info--txt p{ max-height: calc(100% - 50px); }
    .l-content_info--pic{
        width: calc(46% - 40px);
        margin-right: 40px;
    }
}
@media (max-width: 780px) {
    .l-content_info{ max-height: 170px; }
    .l-content_info--txt h4{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .l-content_info--txt p{ max-height: calc(100% - 40px); }
    .l-content_info--pic{
        width: calc(46% - 30px);
        margin-right: 30px;
    }
    .l-content_info--pic img{
        object-fit: cover;
        object-position: center;
    }
    .l-page{ margin-bottom: 20px; }
}
@media (max-width: 600px) {
    .l-content { padding: 20px 0; }
    .l-content_info{
        max-height: unset;
        flex-direction: column;
    }
    .l-content_info--pic{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .l-content_info--txt{ width: 100%; }
    .l-content_info--txt p{ max-height: 200px; }
    .l-content_info--txt > div { max-height: 280px; }
    .l-page{ margin-bottom: 10px; }
}


.l-group {
    width: 100%;
    /* min-height: 80px; */
    border-radius: 40px;
    box-shadow: 0 3px 6px rgba(0,0,0, 0.3);
    padding: 15px 30px;
    margin-bottom: 20px;
    /* position: relative; */
    z-index: 1;
    cursor: pointer;
}
.l-group_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50%;
}
.l-group_top h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0, 0.3);
}
.l-group_top a {
    display: block;
    padding: 5px;
    padding-top: 10px;
    cursor: pointer;
}
.l-group_top img{
  transition: all, .4s;
}
.l-group_top--open img{  transform: rotate(180deg);  }
.l-group_cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    cursor: default;
}
.l-group_cont_item{
    width: calc(100% / 2);
    padding: 20px 0;
}
.l-group_cont_item--border{  border-bottom: 1px solid rgba(255 ,255, 255, 0.4);  }
/* .l-group_cont_item:last-child{ border-bottom: none; }
.l-group_cont_item:nth-last-child(1){ border-bottom: none; } */
.l-group_cont_item:nth-child(odd){ padding-right: 30px; }
.l-group_cont_item:nth-child(even){ padding-left: 30px; }
.l-group_cont_item_desc{
    max-height: 66px;
    overflow: hidden;
    overflow-y: auto;
    font-size: 16px;
    color: #fff;
}
.l-group_cont_item_desc .l-group_defaultTxt{
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: center;
  color: #989898;
}
.l-group_cont_item_desc::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.l-group_cont_item_desc::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4);
  border-radius: 4px;
}
.l-event_terms::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.l-event_terms::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4);
  border-radius: 4px;
}
.l-group_cont_item_time{
    width: 100%;
    height: 46px;
    position: relative;
}
.l-group_cont_item_time p{
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(to bottom, #E6B86B, #FFF0A8, #9E6824);
    background: -webkit-linear-gradient(to bottom, #E6B86B, #FFF0A8, #9E6824);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    z-index: 1;
}
.l-group_cont_item_time span{
    display: block;
    width: 47px;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
}
.l-group_cont_item_txt{
    width: 100%;
    display: flex;
    margin-top: 15px;
}
.l-group_cont_item_txt p{
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #989898;
}
.l-group_cont_item_txt span{
    display: block;
    text-align: center;
    width: 49px;
}
.l-group_cont_item_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.l-group_cont_item_top--icon{ width: 40px; margin-left: 3px;}
.l-group_cont_item_coin{
    width: 110px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255 ,255, 255, 0.2);
    border-radius: 40px;
    position: relative;
    z-index: 0;
    padding: 0 30px;
    cursor: pointer;
}
.l-group_cont_item_select{
    width: 100px;
    background: transparent;
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 0;
    left: -25px;
    z-index: 1;
}
.l-group_cont_item_option{
    width: 108px;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 30px;
    border: 1px solid rgba(255 ,255, 255, 0.2);
    border-radius: 16px;
    background: rgba(60, 60, 60, 0.86);
    backdrop-filter: blur(3px);
    text-align: center;
    margin-top: 5px;
    padding: 0 2px;
    position: absolute;
    left: 1px;
    z-index: 5;
}
.l-group_cont_item_option p{
  width: 102px;
  line-height: 30px;
  padding: 4px;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  margin: 2px 0;
}
.l-group_cont_item_option p:hover{
  width: 102px;
  background: rgba(0 ,0, 0, 0.3);
}
.l-group_cont_item_option::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.l-group_cont_item_option::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4);
  border-radius: 4px;
}
.l-group_cont_item_coin img{ width: 24px !important; position: absolute; transition: all, .2s; }
.l-group_cont_item_coin img:first-child{
    top: 6px;
    left: 8px;
}
.l-group_cont_item_coin img:last-child{
    top: 8px;
    right: 8px;
}
.l-group_cont_item_select--rotate{ transform: rotate(180deg); }
.l-group_cont_item_list{
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 20px;
    background: rgba(255 ,255, 255, 0.1);
    margin-top: 10px;
}
.l-group_cont_item_list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.l-group_cont_item_list::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4);
  border-radius: 4px;
}
.l-group_cont_item_list p{
    height: auto;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.l-group_cont_item_list .h-flex_btw:nth-child(even){
  background: rgba(255, 255, 255, 0.2);
}
.l-group_cont_item_terms{
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.l-group_cont_item_terms a{
    color: rgba(255,255,255, 0.4);
    text-decoration: underline;
}
@media (max-width: 1060px) {
    .l-group{
        /* min-height: 64px; */
        padding: 15px 25px;
    }
    .l-group_cont_item_list{ height: 240px; }
    .l-group_cont_item_time p{ font-size: 36px; }
    .l-group_cont_item_time span{ width: 40px; }
    .l-group_cont_item_txt{ margin-top: 5px; }
    .l-group_cont_item_txt p{ width: 46px; }
    .l-group_cont_item_txt span{ width: 43px; }
}
@media (max-width: 860px) {
    .l-group{ border-radius: 30px; }
    .l-group_top h3{ font-size: 20px; }
    .l-group_cont_item--border{ border-bottom: none;  }
    .l-group_cont_item{
      width: 100%;
      border-bottom: 1px solid rgba(255 ,255, 255, 0.4);
    }
    .l-group_cont_item:last-child{ border-bottom: none; }
    .l-group_cont_item:nth-child(odd){ padding-right: 0px; }
    .l-group_cont_item:nth-child(even){ padding-left: 0px; }
    .l-group_cont_item .h-mt20{ margin-top: 10px; }
    .l-group_cont_item_desc{ margin-bottom: 0px; }
}
@media (max-width: 600px) {
    .l-group_cont_item_list{ max-height: 210px; }
    .l-group_cont_item_desc{ height: auto; min-height: auto;  max-height: 128px; }
}
@media (max-width: 420px) {
  .l-group_cont_item_coin select{ left: 0px; }
  .l-group_cont_item_txt span{ width: 36px; }
}
@media (max-width: 400px) {
    .l-group_cont_item_time p{ font-size: 30px; }
    .l-group_cont_item_txt span{ width: 29px; }
    
}



.e-btn {
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    transition:all, .5s;
}
.e-btn:hover {
    background: #3B134E;
}



.e-select{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.e-select_group{
    height: 40px;
    width: 210px;
    border: none;
    border-radius: 5px;
    background: #351B3D;
    color: #fff;
    padding: 0px 5px;
    position: relative;
}
.e-select_group_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    line-height: 40px;
    margin-bottom: 2px;
}
.e-select_group_list_item{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 0 3px;
    border-radius: 3px;
}
.e-select_group_list_item:hover{ background: #4B2556; }
.selected .e-select_group_list_item:hover{ background: #351B3D; }
.e-select_group_list img{ width: 24px; }
.e-select_group_sub{
    width: 210px;
    border-radius: 5px;
    padding: 5px;
    background: #351B3D;
    line-height: 36px;
    position: absolute;
    left: 0;
    z-index: 2;
    cursor: pointer;
}
.e-select_group_sub a { color: #fff; }
.e-select_group_sub img{ width: 24px; }
@media (max-width: 500px) {
    .e-select_group,
    .e-select_group_sub { width: 70px; }
    .e-select_group_list{ margin-bottom: 5px; }
    .e-select_group_list_item{ padding: 6px 3px; }
    .e-select_group_list_item span{ display: none; }
}


.h-mr5 { margin-right: 5px; }
.h-mt20 { margin-top: 20px; }
.h-mt30 { margin-top: 30px; }
.h-mb5 { margin-bottom: 5px; }
.h-fz14 { font-size: 14px; }
.h-fz20 { font-size: 20px; }
.h-txt--gray { color: #999; }
.h-txt--bold { font-weight: bold; }

.h-flex_btw{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0 ,0, 0, 0.2);
    padding: 10px 20px;
}
.h-flex_btw:last-child{ border-bottom: none; }


.h-mb{ display: none !important; }
@media (max-width: 500px) {
  .h-pc{ display: none !important; }
  .h-mb{ display: block !important; }
}
/*# sourceMappingURL=all.css.map */