body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

/* a:hover {
  text-decoration: none;
} */

img {
  border: 0;
  display: block;
}

html {
  width: 100%;
}

body {
  background: #0d1224;
  width: 100%;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}


.hidden {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pr {
  position: relative;
}

.overh {
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* a:hover {
  text-decoration: none;
} */

/* footer */
#afooter {
  text-align: center;
  line-height: 20px;
  color: #eff5fe;
  background-color: #000;
  padding: 40px 0;
  font-size: 12px;
}

#afooter a {
  color: #eff5fe;
}

/* @font-face {
  font-family: "zzgfys";
  src: url("../ossweb-img/zzgfys.woff") format("woff"),
    url("../ossweb-img/zzgfys.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
} */

/* @font-face {
  font-family: "BeatriceTRIAL";
  src: url("../font/BeatriceTRIAL-Medium-BF64829e8f63463.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
} */
@font-face {
  font-family: "BeatriceTRIAL2";
  src: url("../font/BeatriceTRIAL-Bold-BF64829e8fd7dc6.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "zzgf";
  src: url("../font/zzgf.OTF") format("truetype");
  font-style: normal;
  font-weight: normal;
}

.wrap .head {
  width: 1920px;
  height: 1057px;
  background: url(../images/head-bg.jpg) no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
}

.wrap .content {
  width: 1920px;
  height: 3943px;
  background: url(../images/content-bg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
}

.head-top {
  width: 1920px;
  height: 94px;
  background: url(../images/head-top.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.logo {
  display: inline-block;
  width: 236px;
  height: 79px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
  margin: 5px 0 0 5px;
}

.logo2 {
  display: inline-block;
  width: 198px;
  height: 76px;
  background: url(../images/logo2.png) no-repeat;
  background-size: 100% 100%;
  margin: 15px 0 0 5px;
}

.head-top-btn {
  width: 261px;
  height: 81px;
  background: url(../images/head-top-btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 80px;
  position: absolute;
  right: 0;
  top: 0;
}

.head-box {
  width: 332px;
  height: 42px;
  /* background: url(../images/logo3.png) no-repeat;
  background-size: 100% 100%; */
  position: absolute;
  top: 19px;
  right: 340px;
}

.head-homepage {
  display: inline-block;
  width: 107px;
  height: 35px;
  font-size: 24px;
  color: #ffffff;
  position: relative;
}

/* .head-homepage::after {
  display: block;
  content: '';
  height: 20px;
  width: 2px;
  background: #ffffff;
  position: absolute;
  top: 57%;
  right: 0;
  transform: translateY(-50%);
} */

.head-rule {
  display: inline-block;
  width: 100px;
  height: 35px;
  font-size: 24px;
  color: #ffffff;
  text-align: right;
}

.head-icon {
  display: inline-block;
  width: 43px;
  height: 42px;
  background: url(../images/logo-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 14px;
  top: 0px;
}

.head-bt {
  font-size: 48px;
  /* font-family: "BeatriceTRIAL"; */
  font-family: "BeatriceTRIAL2";
  color: #0ce449;
  margin-top: 820px;
  text-align: center;
  /* text-shadow: -1px -1px 0 #0ce449, 1px -1px 0 #0ce449, -1px 1px 0 #0ce449, 1px 1px 0 #0ce449; */
  filter: drop-shadow(0 0 5px #0ce449);
  position: relative;
}

.head-bt span {
  color: #ffffff;
}

.head-bt::after {
  display: block;
  content: '';
  width: 108px;
  height: 12px;
  background: url(../images/left-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 350px;
  top: 40px;
}

.head-bt::before {
  display: block;
  content: '';
  width: 108px;
  height: 12px;
  background: url(../images/right-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 350px;
  top: 40px;
}

.btn {
  display: block;
  width: 327px;
  height: 77px;
  background: url(../images/btn.png) no-repeat;
  background-size: 100% 100%;
  margin: 25px auto 0;
}

.btn p {
  font-family: "zzgf";
  font-size: 36px;
  text-align: center;
  line-height: 77px;
  background-image: -webkit-linear-gradient(bottom, #101924, #0f3529, #0f6131);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.t1 {
  display: block;
  width: 358px;
  height: 70px;
  background: url(../images/title1.png) no-repeat;
  background-size: 100% 100%;
  margin: 70px auto 0;
}

html[lang^="en"] .t1 {
  display: block;
  width: 538px;
  height: 70px;
  background: url(../images/title1-en.png) no-repeat;
  background-size: 100% 100%;
  margin: 70px auto 0;
}

html[lang^="th"] .t1 {
  display: block;
  width: 538px;
  height: 70px;
  background: url(../images/title1-th.png) no-repeat;
  background-size: 100% 100%;
  margin: 70px auto 0;
}

.cont1-box {
  width: 1316px;
  height: 48px;
  background: url(../images/cont1-line.png) no-repeat;
  background-size: 100% 100%;
  margin: 50px auto 0;
  position: relative;
}

.cont1-boxh5 {
  display: none;
}

.cont1-notice {
  width: 300px;
}

.cont1-notice:nth-child(1) {
  position: absolute;
  left: 36px;
}

.cont1-notice:nth-child(2) {
  position: absolute;
  left: 353px;
}

.cont1-notice:nth-child(3) {
  position: absolute;
  left: 673px;
}

.cont1-notice:nth-child(4) {
  position: absolute;
  left: 992px;
}

.cont1-bt {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #d9f2de;
  text-align: center;
  margin-top: -60px;
}

html[lang^="en"] .cont1-bt {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #d9f2de;
  text-align: center;
  margin-top: -87px;
}

html[lang^="th"] .cont1-bt {
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
  color: #d9f2de;
  text-align: center;
  margin-top: -87px;
}

.cont1-text {
  font-size: 20px;
  color: #d9f2de;
  text-align: center;
  margin-top: 80px;
}

.cont1-ts {
  font-size: 14px;
  color: #7d8b80;
  text-align: center;
  margin-top: 10px;
}

.cont1-ttbox {
  text-align: center;
}

.cont1-tt {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  color: #0ce449;
  text-align: center;
  margin: 50px auto;
  position: relative;
}

html[lang^="th"] .cont1-tt {
  display: inline-block;
  font-size: 48px;
  color: #0ce449;
  font-weight: normal;
  text-align: center;
  margin: 50px auto;
  position: relative;
}

.cont1-tt2 {
  margin: 110px auto 20px;
}

html[lang^="th"] .cont1-tt2 {
  margin: 160px auto 20px;
}

.cont1-tt::after {
  display: inline-block;
  content: '';
  width: 21px;
  height: 20px;
  background: url(../images/cont1-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -40px;
  top: 26px;
}

.cont1-tt::before {
  display: inline-block;
  content: '';
  width: 21px;
  height: 20px;
  background: url(../images/cont1-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -40px;
  top: 26px;
}

.cont1-pc {
  width: 611px;
  height: 463px;
  background: url(../images/cont1-pc.png) no-repeat;
  background-size: 100% 100%;
  margin: -45px auto -10px;
}

.cont1-pctext {
  font-weight: bold;
  font-size: 24px;
  color: #d9f2de;
  text-align: center;
}

.cont1-pctext span {
  color: #0ce449;
}

.t2 {
  background: url(../images/title2.png) no-repeat;
  background-size: 100% 100%;
  margin: 120px auto 0;
}

html[lang^="en"] .t2 {
  width: 358px;
  height: 70px;
  background: url(../images/title2-en.png) no-repeat;
  background-size: 100% 100%;
  margin: 100px auto 0;
}

html[lang^="th"] .t2 {
  width: 478px;
  height: 70px;
  background: url(../images/title2-th.png) no-repeat;
  background-size: 100% 100%;
  margin: 120px auto 0;
}

.cont2 {
  position: relative;
}

.cont2-text {
  font-size: 24px;
  color: #d9f2de;
  text-align: center;
  margin: 30px auto 0;
}

html[lang^="en"] .cont2text-th {
  width: 1000px;
  margin: 30px auto 0;
}

html[lang^="th"] .cont2text-th {
  width: 1000px;
  margin: 30px auto 0;
}

.line {
  width: 1192px;
  height: 16px;
  background: url(../images/line.png) no-repeat;
  background-size: 100% 100%;
  margin: 80px auto 0;
}

.cont2-yongen {
  width: 744px;
  height: 635px;
  background: url(../images/cont2-pc.png) no-repeat;
  background-size: 100% 100%;
  margin: 20px 0 0 358px;
}

html[lang^="en"] .cont2-yongen {
  width: 744px;
  height: 635px;
  background: url(../images/cont2-pc-en.png) no-repeat;
  background-size: 100% 100%;
  margin: 20px 0 0 358px;
}

html[lang^="th"] .cont2-yongen {
  width: 744px;
  height: 635px;
  background: url(../images/cont2-pc-th.png) no-repeat;
  background-size: 100% 100%;
  margin: 20px 0 0 358px;
}

.cont2-border {
  width: 562px;
  height: 506px;
  background: url(../images/cont2-border.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  top: 215px;
  left: 1020px;
}

.cont2-bt {
  display: block;
  width: 369px;
  height: 30px;
  background: url(../images/cont2-bt.png) no-repeat;
  background-size: 100% 100%;
  margin: 50px auto 0;
}

html[lang^="en"] .cont2-bt {
  display: block;
  width: 539px;
  height: 26px;
  background: url(../images/cont2-bt-en.png) no-repeat;
  background-size: 100% 100%;
  margin: 50px auto 0;
}

html[lang^="th"] .cont2-bt {
  display: block;
  width: 349px;
  height: 26px;
  background: url(../images/cont2-bt-th.png) no-repeat;
  background-size: 100% 100%;
  margin: 50px auto 0;
}

.cont2-flexbox {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: wrap;
}

.cont2-pcbk {
  width: 152px;
  height: 150px;
  background: url(../images/cont2-pcbk.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.cont2-pcbk2 {
  margin-bottom: 30px;
}

.cont2-pcbk img {
  width: 129px;
  height: 106px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cont2-pc-text {
  font-size: 20px;
  line-height: 24px;
  color: #d9f2de;
  text-align: center;
  margin-top: 130px;
}

.cont2-pcbk:nth-child(2) img {
  width: 79px;
  height: 102px;
}

.cont2-pcbk:nth-child(3) img {
  width: 108px;
  height: 72px;
}

.cont2-pcbk:nth-child(4) img {
  width: 86px;
  height: 103px;
}

.cont2-pcbk:nth-child(5) img {
  width: 107px;
  height: 112px;
  left: 47%;
}

.cont2-pcbk:nth-child(6) img {
  width: 119px;
  height: 98px;
  left: 55%;
}

.cont2-text2 {
  margin-top: -5px;
  line-height: 26px;
}

.sw-box {
  position: relative;
}

.cont2_swip {
  width: 1300px;
  height: 580px;
  margin: 50px auto 0;
  position: relative;
}

.swiper-button-prev {
  display: inline-block;
  width: 81px;
  height: 93px;
  background: url(../images/cont2-left.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 350px;
  transform: translateY(-50%)
}

.swiper-button-next {
  display: inline-block;
  width: 81px;
  height: 93px;
  background: url(../images/cont2-right.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 350px;
  transform: translateY(-50%)
}

.cont2_swip .swiper-slide {
  width: 1039px !important;
  height: 617px !important;
  background: url(../images/cont2-swbg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont2_swip .swiper-slide .swimg1 {
  display: block;
  width: 891px;
  height: 531px;
  background: url(../images/cont2-swimg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.cont2_swip .swiper-slide .swimg2 {
  width: 862px;
  height: 405px;
  background: url(../images/cont2-swimg2.png) no-repeat;
  background-size: 100% 100%;
}

.cont2_swip .swiper-slide .swimg3 {
  width: 864px;
  height: 434px;
  background: url(../images/cont2-swimg3.png) no-repeat;
  background-size: 100% 100%;
}

.cont2_swip .swiper-slide .swimg4 {
  width: 871px;
  height: 434px;
  background: url(../images/cont2-swimg4.png) no-repeat;
  background-size: 100% 100%;
}

html[lang^="en"] .cont2_swip .swiper-slide .swimg1 {
  display: block;
  width: 891px;
  height: 531px;
  background: url(../images/cont2-swimg-en.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

html[lang^="en"] .cont2_swip .swiper-slide .swimg2 {
  width: 862px;
  height: 405px;
  background: url(../images/cont2-swimg2-en.png) no-repeat;
  background-size: 100% 100%;
}

html[lang^="en"] .cont2_swip .swiper-slide .swimg3 {
  width: 864px;
  height: 434px;
  background: url(../images/cont2-swimg3-en.png) no-repeat;
  background-size: 100% 100%;
}

html[lang^="en"] .cont2_swip .swiper-slide .swimg4 {
  width: 871px;
  height: 434px;
  background: url(../images/cont2-swimg4-en.png) no-repeat;
  background-size: 100% 100%;
}

html[lang^="th"] .cont2_swip .swiper-slide .swimg1 {
  display: block;
  width: 891px;
  height: 531px;
  background: url(../images/cont2-swimg-th.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

html[lang^="th"] .cont2_swip .swiper-slide .swimg2 {
  width: 862px;
  height: 405px;
  background: url(../images/cont2-swimg2-th.png) no-repeat;
  background-size: 100% 100%;
}

html[lang^="th"] .cont2_swip .swiper-slide .swimg3 {
  width: 864px;
  height: 434px;
  background: url(../images/cont2-swimg3-th.png) no-repeat;
  background-size: 100% 100%;
}

html[lang^="th"] .cont2_swip .swiper-slide .swimg4 {
  width: 871px;
  height: 434px;
  background: url(../images/cont2-swimg4-th.png) no-repeat;
  background-size: 100% 100%;
}

.cont2_swip .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.cont2_swip .swiper-slide {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  transition: 0.5s;
  opacity: 0 !important;
}

.cont2_swip .swiper-slide-active {
  transform: translate(0, 0) scale(1) !important;
  z-index: 9;
  filter: brightness(1);
  -webkit-filter: brightness(1);
  opacity: 1 !important;
  position: relative;
}

.cont2_swip .swiper-slide-active .cont2_swip_para {
  display: block;
}

.cont2_swip .swiper-slide-prev {
  transform: translate(-220px, 0) scale(0.8) !important;
  opacity: 1 !important;
}

.cont2_swip .swiper-slide-next {
  transform: translate(220px, 0) scale(0.8) !important;
  opacity: 1 !important;
}

.cont2_prg {
  width: 100%;
  text-align: center;
  margin: 45px auto 0;
}

.cont2_prg .swiper-pagination-bullet {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../images/sw-icon.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 10px;
}

.cont2_prg .swiper-pagination-bullet-active {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../images/sw-icon2.png) no-repeat;
  background-size: 100% 100%;
}

.cont2-flexbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.cont2-btn {
  margin: 0 45px 0 0;
}

html[lang^="en"] .cont2-btn p {
  font-size: 30px;
}

.platform {
  width: 579px;
  height: 95px;
  background: url(../images/platform.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 45px;
  overflow: hidden;
}

.platform-text {
  font-size: 24px;
  margin-top: 5px;
  text-align: center;
  color: #0ce449;
}

.cont2-flexbox3 {
  justify-content: space-evenly;
  margin-top: 5px;
}

.cont2-icon {
  width: 34px;
  height: 34px;
  background: url(../images/cont2-icon.png) no-repeat;
  background-size: 100% 100%;
}

.cont2-icon2 {
  width: 46px;
  height: 33px;
  background: url(../images/cont2-icon2.png) no-repeat;
  background-size: 100% 100%;
}

.cont2-icon3 {
  width: 29px;
  height: 33px;
  background: url(../images/cont2-icon3.png) no-repeat;
  background-size: 100% 100%;
}

.cont2-icon4 {
  width: 35px;
  height: 33px;
  background: url(../images/cont2-icon4.png) no-repeat;
  background-size: 100% 100%;
}

.cont2-icon5 {
  width: 34px;
  height: 34px;
  background: url(../images/cont2-icon5.png) no-repeat;
  background-size: 100% 100%;
}


/* .top_language {
  display: flex;
  justify-content: center;
  width: 160px;
  margin: 0 25px 0 0;
  position: relative;
  cursor: pointer;
} */
.top_language:before {
  content: "";
  display: block;
  height: 37px;
  width: 38px;
  margin-top: 5px;
  background-size: 100% 100%;
}

/* .fallback .top_language:before {
  background-image: url("../ossweb-img/language_icon.png");
}
.webp .top_language:before {
  background-image: url("../ossweb-img/webp/language_icon.webp");
}
.avif .top_language:before {
  background-image: url("../ossweb-img/webp/language_icon.webp");
} */
.top_language:after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background-size: 100% 100%;
  margin-top: 15px;
}

/* .fallback .top_language:after {
  background-image: url("../ossweb-img/language_icon2.png");
}
.webp .top_language:after {
  background-image: url("../ossweb-img/webp/language_icon2.webp");
}
.avif .top_language:after {
  background-image: url("../ossweb-img/webp/language_icon2.webp");
} */
.top_language p {
  width: 110px;
  font-size: 24px;
  color: #ebcc7c;
  line-height: 45px;
  text-align: center;
}

.top_lang_list {
  width: 200px;
  position: absolute;
  right: -65px;
  top: 61px;
  padding: 10px 0px;
  background: #262626;
  margin: 0px 0px 0px -100px;
  border-radius: 2px;
  background-size: 100% 100%;
  display: none;
  cursor: pointer;
}

.top_lang_list li {
  line-height: 42px;
  color: #f3f6df;
  font-size: 16px;
  text-align: left;
  display: block;
  padding: 0px 37px 0px 30px;
}

.top_lang_list li.light {
  background-size: 100% 100%;
  color: #0ce449;
  position: relative;
}

/* .fallback .top_lang_list li.light {
  background-image: url("../ossweb-img/login-li.png");
}
.webp .top_lang_list li.light {
  background-image: url("../ossweb-img/webp/login-li.webp");
}
.avif .top_lang_list li.light {
  background-image: url("../ossweb-img/webp/login-li.webp");
} */

.top_lang_list span {
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  position: absolute;
  top: -7px;
  left: 50%;
  background: #262626;
  margin: 0px 0px 0px -7px;
}

.top_lang_list li.light::after {
  content: "";
  width: 20px;
  height: 17px;
  background: url(../images/gou.png) no-repeat;
  background-size: 100% 100%;
  fill: #ff7000;
  fill-rule: evenodd;
  position: absolute;
  top: 11px;
  right: 25px;
}



.cont2-rili {
  width: 1039px;
  height: 617px;
  background: url(../images/cont2-swbg.png) no-repeat;
  background-size: 100% 100%;
  margin: 50px auto;
  position: relative;
}

.rili-pc {
  width: 891px;
  height: 531px;
  background: url(../images/cont2-swimg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html[lang^="en"] .rili-pc {
  width: 891px;
  height: 531px;
  background: url(../images/cont2-swimg-en.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html[lang^="th"] .rili-pc {
  width: 891px;
  height: 531px;
  background: url(../images/cont2-swimg-th.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





.t0 {
  display: block;
  width: 358px;
  height: 70px;
  background: url(../images/title0.png) no-repeat;
  background-size: 100% 100%;
  margin: 70px auto 0;
}

.cont0-bg {
  width: 1039px;
  height: 595px;
  background: url(../images/cont0-bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 30px auto 0;
  position: relative;
}

.cont0-bg iframe {
  width: 1016px;
  height: 568px;
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
}

.pop-video-bd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-video {
  width: 1039px;
  height: 595px;
  position: relative;
  box-sizing: border-box;
  outline: none;
  display: none;
}

.pop-video .pop-close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -60px;
  text-indent: -9999px;
}

.pop-video .video-play {
  width: 1000px;
  height: 560px;
  background: #000;
  border: 2.4px solid transparent;
  position: relative;
  z-index: 2;
}


.video-play {
  width: 100%;
  height: 100%;
  position: relative;
}

#video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
  z-index: 99;
}

#video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 弹窗*/
.pop {
  outline: none;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-close {
  width: 43px;
  height: 43px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -61px;
  background: url("../images/pop-close.png")no-repeat center center/100% 100%;
}

.pop-success {
  width: 677px;
  height: 992px;
  background: url(../images/pop-tc.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 1px;
  position: relative;
}

.pop-tt {
  width: 292px;
  height: 46px;
  background: url(../images/pop-title.png) no-repeat;
  background-size: 100% 100%;
  margin: 60px auto 0;
}
html[lang^="th"] .pop-tt {
  width: 272px;
  height: 52px;
  background: url(../images/pop-title-th.png) no-repeat;
  background-size: 100% 100%;
  margin: 60px auto 0;
}
html[lang^="en"] .pop-tt {
  width: 412px;
  height: 51px;
  background: url(../images/pop-title-en.png) no-repeat;
  background-size: 100% 100%;
  margin: 60px auto 0;
}
.pop-rule-box {
  width: 600px;
  height: 800px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #0ce449 #fd960600;
  margin: 20px auto 0;
}

.rule-tt {
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  color: #d9f2de;
  margin-bottom: 10px;
}
.rule-tt2 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  color: #d9f2de;
  margin-bottom: 10px;
}
.rule-bt,.rule-bt2 {
  font-size: 22px;
  line-height: 34px;
  color: #d9f2de;
}
.rule-text {
  font-size: 18px;
  line-height: 30px;
  color: #d9f2de;
  margin-bottom: 10px;
}


.rule-tale {
  width: 500px;
  margin: 10px auto 0;
  box-sizing: border-box;
  border: 1px solid #0ce449;
}

.rule-tale tr th {
  font-size: 18px;
  line-height: 20px;
  padding: 10px 5px;
  color: #d9f2de;
  border-bottom: 1px solid #0ce449;
  border-right: 1px solid #0ce449;
}

.rule-tale tr th:last-child {
  border-right: 0;
}

.rule-tale tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 5px;
  color: #d9f2de;
  text-align: center;
  border-right: 1px solid #0ce449;
  border-bottom: 1px solid #0ce449;
}


.rule-tale tr:nth-last-child(1) {
  border-bottom: 0;
}