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

html {
  word-break: break-all;
  font-size: 20px;
  font-family: "Noto Sans TC", sans-serif;
}

body {
  margin: 0;
}

::-moz-selection {
  color: #fbeabf;

  background-color: #4c3b08;
}

::selection {
  color: #ffffff;

  background-color: #323639;
}

/* *:not(.canselect):not(input):not(select):not(textarea),

*::before,

*::after {

    -webkit-tap-highlight-color: transparent;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

} */

@media screen and (max-width: 1920px) {
  ._logo_ {
    height: 300px;
  }

  .about-logo {
    height: 300px;
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 2rem;
  }

  ._logo_ {
    height: 280px;
  }
  .about-logo {
    height: 280px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.7rem;
  }

  ._logo_ {
    height: 250px;
  }
  .about-logo {
    height: 250px;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 1.5rem;
  }

  ._logo_ {
    height: 220px;
  }
  .about-logo {
    height: 220px;
  }
}

@media screen and (max-width: 320px) {
  h1 {
    font-size: 1.2rem;
  }

  ._logo_ {
    height: 165px;
  }
  .about-logo {
    height: 165px;
  }
}

article {
  height: 100%;

  width: 100%;

  max-width: 1600px;

  left: 50% !important;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  position: relative;

  overflow: hidden;
}

article.bg {
  background: linear-gradient(
      to right,

      rgba(0, 0, 0, 0.5) 0%,

      rgba(0, 0, 0, 0.5) 100%
    ),
    url(img/img/bg3.jpg);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=1),url(img/bg2.html);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center right;

  position: fixed;

  z-index: -1;

  left: 0;

  top: 0;
}

article.height {
  height: auto;

  min-height: 1%;
}

/* /////// */

.pointer {
  cursor: pointer;
}

.disabled,
.disabled * {
  cursor: no-drop !important;
}

.shadow {
  box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 20%),
    3px 3px 10px -1px rgb(0 0 0 / 10%);
}

.radius {
  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  border-radius: 10px;
}

.circle {
  -webkit-border-radius: 10000px;

  -moz-border-radius: 10000px;

  border-radius: 10000px;
}

img {
  width: 100%;
}

.color {
  color: #278bfd;
}

.color2 {
  color: #ffffff;
}

.color3 {
  color: #278bfd;
}

.color4 {
  color: #fd276e;
}

.color5 {
  color: #e74646;
}

.color6 {
  color: #03bd85;
}
.sfont {
  display: inline-block;

  transform: scale(0.5);
}

table {
  width: 100%;

  text-align: center;

  border-spacing: 0px;
}

table th,
table td {
  padding: 5px;

  border-left: solid 2px rgb(46 10 10);
}

table th:first-child,
table td:first-child {
  border-left: none;
}

table td {
  border-top: solid 2px rgb(54 2 19 / 79%);
}

table tbody tr:nth-child(odd) {
  background: rgb(3 3 3 / 90%);
}

table tbody tr:nth-child(even) {
  background: rgba(1, 0, 2, 0.88);
}

table thead tr {
  linear-gradient: (to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-image: linear-gradient(to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

table thead tr {
  text-shadow: 0px 0px 3px rgb(120, 2, 6), 0px 0px 10px rgb(120, 2, 6);
}

table tfoot tr {
  background: rgb(3 3 3 / 90%);
}
table .parttext {
  text-shadow: 0px 0px 3px rgba(120, 2, 95, 0.301), 0px 0px 10px rgb(120, 2, 6);
  border-top: solid 2px rgb(54 2 19 / 79%);
}

table th.part1 {
  linear-gradient: (to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-image: linear-gradient(to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  text-shadow: 0px 0px 3px rgb(120, 2, 6), 0px 0px 10px rgb(120, 2, 6);
}

table th.part2 {
  linear-gradient: (to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-image: linear-gradient(to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  text-shadow: 0px 0px 3px rgb(120, 2, 6), 0px 0px 10px rgb(120, 2, 6);
}

table th.part3 {
  linear-gradient: (to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-image: linear-gradient(to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  text-shadow: 0px 0px 3px rgb(120, 2, 6), 0px 0px 10px rgb(120, 2, 6);
}

table th.partT {
  text-shadow: 0px 0px 3px rgb(120, 2, 6), 0px 0px 10px rgb(120, 2, 6);
  border-left: none;
}

table th.partT2 {
  linear-gradient: (to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-image: linear-gradient(to right, rgb(120, 2, 6), rgb(6, 17, 97));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  text-shadow: 0px 0px 3px rgb(120, 2, 6), 0px 0px 10px rgb(120, 2, 6);
  border-left: solid 2px rgba(0, 65, 140, 0.363);
}

body {
  position: relative;
  /* background-image: url(./img/img/bg.jpg); */
  background-position: center;
  color: #ffffff;
  background-color: #000;
  text-shadow: -1px 1px 0px #000, -2px 2px 0px #000;
}

#app {
  position: relative;

  max-width: 1200px;

  margin: auto;

  padding: 50px 0;

  overflow: hidden;

  /* background-image: url(./img/img/bg-top.jpg); */

  background-position: center top;

  background-repeat: no-repeat;

  background-size: 1200px 990px;
}

#about-site {
  position: relative;

  max-width: 1200px;

  margin: auto;

  padding: 50px 0;

  overflow: hidden;

  /* background-image: url(./img/img/bg-top.jpg); */


  background-position: center top;

  background-repeat: no-repeat;

  background-size: 1200px 990px;
}

.title2 {
  position: relative;
  /* padding-top: 400px; */
  margin: 50px auto;
  max-width: 900px;
}

._btn_ {
  /* position: relative; */
  padding-top: 20px;
  margin: 40px auto;
  max-width: 600px;
}

.hrimg {
  position: relative;

  width: 100px;

  padding-top: 100px;

  margin: 50px auto;

  background-image: url(img/img/title-bottom.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

.title3 {
  max-width: 1000px;

  margin: 50px auto;
}

.hrimg2 {
  position: relative;

  width: 100px;

  padding-top: 50px;

  margin: 10px auto;

  background-image: url(img/img/title-bottom.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

._fixbtn_ {
  position: fixed;

  display: block;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 60px;

  padding-top: 7px;

  text-align: center;

  background-image: url(img/img/Button-bg.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  color: transparent;

  box-shadow: 0 -5px 15px #000;

  font-weight: bold;
}

._fixbtn_ .line {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background-image: url(img/img/line.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: 100% 4px;
}

._fixbtn_ .img {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 120px;

  height: 60px;

  background-image: url(img/img/Button-left.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

._fixbtn_ .img2 {
  position: absolute;

  bottom: 0;

  right: 0;

  width: 120px;

  height: 60px;

  background-image: url(img/img/Button-right.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

._fixbtn_ .content {
  position: absolute;

  width: 280px;

  left: 50%;

  transform: translateX(-50%);
}

._fixbtn_ .content div {
  display: inline-block;

  vertical-align: middle;

  font-size: 1.5rem;
}

._fixbtn_ .text {
  color: #ffffff;

  text-shadow: 0px 0px 3px #ff0000, 0px 0px 10px #ff0000;
}

._fixbtn_ .icon {
  width: 2rem;

  height: 2rem;

  background-image: url(img/img/Button-check.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

._fixbtn_ .icon .drop-shadow {
  box-shadow: 12px 12px 7px rgba(0, 0, 0, 0.8);
}

header {
  position: relative;
}

header ._logo_ {
  position: relative;

  width: 1200px;

  /* height: 300px; */

  left: 50%;

  transform: translateX(-50%);

  background-image: url(img/img/gsbet娛樂城最新最強全民代理賺錢計劃logo.webp);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

header .about-logo {
  position: relative;

  width: 1200px;

  /* height: 300px; */

  left: 50%;

  transform: translateX(-50%);

  background-image: url(img/img/關於我們-GSBET娛樂城.webp);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

header ._logo_ img {
  position: absolute;

  top: 128px;

  left: 50%;

  width: 116px;

  transform: translateX(-50%);
}

header .about-logo img {
  position: absolute;

  top: 128px;

  left: 50%;

  width: 116px;

  transform: translateX(-50%);
}


header ._title_ {
  position: relative;

  margin: 2px auto;

  background-image: url(img/img/coin.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  letter-spacing: 2px;
}

header ._title_ .bg {
  padding: 110px 10px;

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,

    rgba(0, 0, 0, 0.65) 10%,

    rgba(0, 0, 0, 0.8) 52%,

    rgba(0, 0, 0, 0.8) 53%,

    rgba(0, 0, 0, 0.65) 90%,

    rgba(0, 0, 0, 0) 100%
  );

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,

    rgba(0, 0, 0, 0.65) 10%,

    rgba(0, 0, 0, 0.8) 52%,

    rgba(0, 0, 0, 0.8) 53%,

    rgba(0, 0, 0, 0.65) 90%,

    rgba(0, 0, 0, 0) 100%
  );

  background: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0) 0%,

    rgba(0, 0, 0, 0.65) 10%,

    rgba(0, 0, 0, 0.8) 52%,

    rgba(0, 0, 0, 0.8) 53%,

    rgba(0, 0, 0, 0.65) 90%,

    rgba(0, 0, 0, 0) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}

header ._title_ .text {
  /* color: #ffffff; */
  text-align: center;
}

header ._title_ .text h3 {
  text-shadow: 0px 0px 3px #ff0000, 0px 0px 10px #ff0000;
}

header ._title_ .text span {
  display: inline-block;

  font-size: 1.3rem;
}

header ._title_ .text p {
  display: inline-block;

  font-size: 0.9rem;

  color: #ffffff;
  text-align: center;

  background-color: #810707;

  z-index: -1;
  font-family: sans-serif;
}

.title2 .title2 .text p {
  display: inline-block;

  font-size: 0.9rem;

  color: #ffffff;

  text-align: center;

  background-color: #810707;

  z-index: -1;
  font-family: sans-serif;
}

header ._title_ .title-border {
  width: 100%;
  max-width: 1200px;
  height: 180px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(img/img/title-border.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1600px 90px;
}

header ._title_ .title-border2 {
  width: 100%;
  max-width: 1200px;
  height: 215px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(img/img/title-border-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1600px 90px;
}

header ._title_ .title-border {
  top: -18px;
}

header ._title_ .title-border2 {
  bottom: -110px;
  transform: translateX(-50%) scale(-1);
}

section {
  position: relative;

  min-height: 500px;
}

.sectionbg {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,

    rgba(0, 0, 0, 0.65) 10%,

    rgba(0, 0, 0, 0.8) 52%,

    rgba(0, 0, 0, 0.8) 53%,

    rgba(0, 0, 0, 0.65) 90%,

    rgba(0, 0, 0, 0) 100%
  );

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,

    rgba(0, 0, 0, 0.65) 10%,

    rgba(0, 0, 0, 0.8) 52%,

    rgba(0, 0, 0, 0.8) 53%,

    rgba(0, 0, 0, 0.65) 90%,

    rgba(0, 0, 0, 0) 100%
  );

  background: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0) 0%,

    rgba(0, 0, 0, 0.65) 10%,

    rgba(0, 0, 0, 0.8) 52%,

    rgba(0, 0, 0, 0.8) 53%,

    rgba(0, 0, 0, 0.65) 90%,

    rgba(0, 0, 0, 0) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}

section ._title_ {
  width: calc(100% - 20px);

  margin: auto;

  position: relative;

  text-align: center;
}

section .content {
  position: relative;
  padding: 50px 10px;
  padding-bottom: 50px;
  margin: auto;
}

section ._title_ h2 {
  background-image: url(img/img/text-bg.html);
  background-clip: text;
  -webkit-background-clip: text;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 3px #ff0000, 0px 0px 10px #ff0000;
  font-size: 1.7rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 7rem);
}

section ._title_ .tilte-img,
section ._title_ .tilte-img2 {
  width: 3rem;

  height: 2rem;

  margin-top: 0.5rem;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  display: inline-block;

  vertical-align: middle;
}

section ._title_ .tilte-img {
  background-image: url(img/img/tilte-left.png);
}

section ._title_ .tilte-img2 {
  background-image: url(img/img/tilte-right.png);
}

section .label {
  color: #e74646;
}

/* section System steps */

/*///////////////////////////////////////////////*/

.arrow {
  position: relative;

  width: 100px;

  padding-top: 50px;

  margin: 10px auto;

  background-image: url(img/img/title-bottom.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

section.System .content {
  max-width: 550px;

  text-shadow: 2px 2px 2px #000, -2px 2px 2px #000;
}

section.System .step {
  padding: 1rem 0;

  padding-left: 5rem;

  background-position: 1rem;

  background-repeat: no-repeat;

  background-size: 3rem;
}

section.System .step .focus {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  background-color: #205189;
}

section.System .label {
  font-weight: bold;
}

section.System .step1 {
  background-image: url(img/img/step1-1.png);
}

section.System .step2 {
  background-image: url(img/img/step1-2.png);
}

section.System .step3 {
  background-image: url(img/img/step1-3.png);
}

section.System .step4 {
  background-image: url(img/img/step1-4.png);
}

section.System .step5 {
  background-image: url(img/img/step1-5.png);
}

section.System .step6 {
  background-image: url(img/img/step1-6.png);
}

section.System .step > div {
  display: inline-block;

  font-size: 1em;
}

.title4 {
  max-width: 1000px;
}

.buttonB a {
  font-family: "Noto Sans TC", sans-serif;

  position: relative;

  position: absolute;

  /* top: 70%; */

  left: 50%;

  transform: translate(-50%, -50%);

  display: inline-block;

  padding: 10px 10px;

  color: #03e9f4;

  /* font-size: 1.5rem; */

  text-decoration: none;

  text-transform: uppercase;

  overflow: hidden;

  transition: 0.5s;

  /* margin-top: 60px; */

  letter-spacing: 4px;

  text-shadow: -1px 1px 0px rgb(46, 31, 252), -2px 2px 0px rgb(46, 31, 252);

  font-weight: bold;
}

.buttonB a:hover {
  background: #a441dd;

  color: #fff;

  border-radius: 5px;

  box-shadow: 0 0 5px #a441dd, 0 0 25px #a441dd, 0 0 50px #7f1ba7,
    0 0 100px #190961;
}

.buttonB a span {
  position: absolute;

  display: block;
}

.buttonB a span:nth-child(1) {
  top: 0;

  left: -100%;

  width: 100%;

  height: 2px;

  background: linear-gradient(90deg, transparent, #f403cc);

  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.buttonB a span:nth-child(2) {
  top: -100%;

  right: 0;

  width: 2px;

  height: 100%;

  background: linear-gradient(180deg, transparent, #03e9f4);

  animation: btn-anim2 1s linear infinite;

  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

.buttonB a span:nth-child(3) {
  bottom: 0;

  right: -100%;

  width: 100%;

  height: 2px;

  background: linear-gradient(270deg, transparent, #03e9f4);

  animation: btn-anim3 1s linear infinite;

  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.buttonB a span:nth-child(4) {
  bottom: -100%;

  left: 0;

  width: 2px;

  height: 100%;

  background: linear-gradient(360deg, transparent, #03e9f4);

  animation: btn-anim4 1s linear infinite;

  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

/* section1 */

/*///////////////////////////////////////////////*/

section.section1 {
}

section.section1 .bgimg {
  position: absolute;

  width: 13rem;

  height: 12rem;

  right: 1rem;

  bottom: 3rem;

  background-image: url(img/img/prop1.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

section.section1 .content {
  max-width: 550px;
}

section.section1 .step {
  padding: 1rem 0;

  padding-left: 5rem;

  background-position: 1rem;

  background-repeat: no-repeat;

  background-size: 3rem;
}

section.section1 .step1 {
  background-image: url(img/img/step1.png);
}

section.section1 .step2 {
  background-image: url(img/img/step2.png);
}

section.section1 .step3 {
  background-image: url(img/img/step3.png);
}

section.section1 .step4 {
  background-image: url(img/img/step4.png);
}

section.section1 .step5 {
  background-image: url(img/img/step5.png);
}

section.section1 .step > div {
  display: inline-block;

  font-size: 1rem;
}

section.section1 .step > p {
  display: inline-block;
  font-size: 1rem;
  font-family: sans-serif;
}

/* section2 */

/*///////////////////////////////////////////////*/

section.section2 .content {
  max-width: 1200px;
}

section.section2 table .w2 {
  width: 20%;
}

section.section2 table .w3 {
  width: 30%;
}

.level1,
.level2,
.level3,
.level4,
.level5,
.level6 {
  width: 2rem;

  height: 2rem;

  margin: auto;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

.level1 {
  background-image: url(img/img/leve1.html);
}

.level2 {
  background-image: url(img/img/leve2.html);
}

.level3 {
  background-image: url(img/img/leve3.html);
}

.level4 {
  background-image: url(img/img/leve4.html);
}

.level5 {
  background-image: url(img/img/leve5.html);
}

.level6 {
  background-image: url(img/img/leve6.html);
}

/* section3 */

/*///////////////////////////////////////////////*/

section.section3 .bgimg {
  position: absolute;

  background-image: url(img/img/prop2.png);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  width: 15rem;

  height: 15rem;

  right: 1rem;

  bottom: 3rem;
}


section.section3 .content {
  max-width: 864px;
}

section.section3 .content .text {
  position: relative;

  padding: 1rem 0;

  padding-left: 2rem;
}

section.section3 .content .dot {
  position: absolute;

  left: 0.5rem;
}
section.section3 .content .text p {
  font-family: sans-serif;
}

#about-site section.section3 .bgimg {
  position: absolute;
  background-image: url(img/img/prop2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 15rem;
  right: 1rem;
  bottom: 3rem;
}

#about-site section.section3 .content {
  max-width: 864px;
}

#about-site section.section3 .content .text {
  position: relative;
  padding: 1rem 0;
  padding-left: 2rem;
}

#about-site section.section3 .content .dot {
  position: absolute;
  left: 0.5rem;
}

#about-site section.section3 .content .text p {
  font-family: sans-serif;
}


/* #app #about-site > section.section3.sectionbg > div.sectiontext > div._title_.aos-init.aos-animate > h2{
  letter-spacing:10px;
} */




/* section4 */

/*///////////////////////////////////////////////*/

section.section4 .content {
  padding-top: 0;
}

section.section4 .content .box {
  border-top: solid 1px #278bfd;

  border-bottom: solid 1px #cc0000;

  position: relative;

  max-width: 1200px;

  margin: auto;

  padding: 2rem 1rem;

  text-align: left;

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,

    rgba(0, 0, 0, 0.8) 10%,

    rgba(0, 0, 0, 0.3) 30%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.3) 70%,

    rgba(0, 0, 0, 0.8) 90%,

    rgba(0, 0, 0, 0.8) 100%
  );

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,

    rgba(0, 0, 0, 0.8) 10%,

    rgba(0, 0, 0, 0.3) 30%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.3) 70%,

    rgba(0, 0, 0, 0.8) 90%,

    rgba(0, 0, 0, 0.8) 100%
  );

  background: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0.8) 0%,

    rgba(0, 0, 0, 0.8) 10%,

    rgba(0, 0, 0, 0.3) 30%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.3) 70%,

    rgba(0, 0, 0, 0.8) 90%,

    rgba(0, 0, 0, 0.8) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000', GradientType=0);
}

section.section4 .content .box::before,
section.section4 .content .box::after {
  content: "";

  display: block;

  position: absolute;

  width: 1px;

  height: 100%;

  top: 0;

  background: -moz-linear-gradient(
    top,
    rgb(203, 119, 220) 0%,

    rgb(235, 191, 255) 10%,

    rgba(88, 78, 48, 0) 30%,

    rgba(0, 0, 0, 0) 50%,

    rgba(88, 78, 48, 0) 70%,

    rgba(176, 155, 95, 1) 90%,

    rgba(220, 194, 119, 1) 100%
  );

  background: -webkit-linear-gradient(
    top,
    #cc0000 0%,

    #cc0000 10%,

    rgba(88, 78, 48, 0) 30%,

    rgba(0, 0, 0, 0) 50%,

    rgba(88, 78, 48, 0) 70%,

    #278bfd 90%,

    #278bfd 100%
  );

  background: linear-gradient(
    to bottom,

    #278bfd 0%,

    #278bfd 10%,

    rgba(88, 78, 48, 0) 30%,

    rgba(0, 0, 0, 0) 50%,

    rgba(88, 78, 48, 0) 70%,

    #cc0000 90%,

    #cc0000 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d66c', endColorstr='#f5d66c', GradientType=0);
}

section.section4 .content .box::before {
  left: 0;
}

section.section4 .content .box::after {
  right: 0;
}

section.section4 .content .box .title {
  position: absolute;

  top: 5px;

  font-size: 1.2rem;

  color: #ddd;
}

/* section5 */

/*///////////////////////////////////////////////*/

section.section5 .bgimg {
  position: absolute;

  width: 100%;

  height: 17rem;

  bottom: -50px;

  background-image: url(img/img/coin2.png);

  background-position: center top;

  background-repeat: no-repeat;

  background-size: 900px;

  opacity: 0.2;
}
section.section5 .content {
  padding-top: 0;
}

section.section5 .content .box {
  border-top: solid 1px #278bfd;

  border-bottom: solid 1px #cc0000;

  position: relative;

  max-width: 1200px;

  margin: auto;

  padding: 2rem 1rem;

  text-align: left;

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,

    rgba(0, 0, 0, 0.8) 10%,

    rgba(0, 0, 0, 0.3) 30%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.3) 70%,

    rgba(0, 0, 0, 0.8) 90%,

    rgba(0, 0, 0, 0.8) 100%
  );

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,

    rgba(0, 0, 0, 0.8) 10%,

    rgba(0, 0, 0, 0.3) 30%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.3) 70%,

    rgba(0, 0, 0, 0.8) 90%,

    rgba(0, 0, 0, 0.8) 100%
  );

  background: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0.8) 0%,

    rgba(0, 0, 0, 0.8) 10%,

    rgba(0, 0, 0, 0.3) 30%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.3) 70%,

    rgba(0, 0, 0, 0.8) 90%,

    rgba(0, 0, 0, 0.8) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000', GradientType=0);
}

section.section5 .content .box::before,
section.section5 .content .box::after {
  content: "";

  display: block;

  position: absolute;

  width: 1px;

  height: 100%;

  top: 0;

  background: -moz-linear-gradient(
    top,
    rgb(203, 119, 220) 0%,

    rgb(235, 191, 255) 10%,

    rgba(88, 78, 48, 0) 30%,

    rgba(0, 0, 0, 0) 50%,

    rgba(88, 78, 48, 0) 70%,

    rgba(176, 155, 95, 1) 90%,

    rgba(220, 194, 119, 1) 100%
  );

  background: -webkit-linear-gradient(
    top,
    #cc0000 0%,

    #cc0000 10%,

    rgba(88, 78, 48, 0) 30%,

    rgba(0, 0, 0, 0) 50%,

    rgba(88, 78, 48, 0) 70%,

    #278bfd 90%,

    #278bfd 100%
  );

  background: linear-gradient(
    to bottom,

    #278bfd 0%,

    #278bfd 10%,

    rgba(88, 78, 48, 0) 30%,

    rgba(0, 0, 0, 0) 50%,

    rgba(88, 78, 48, 0) 70%,

    #cc0000 90%,

    #cc0000 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d66c', endColorstr='#f5d66c', GradientType=0);
}

section.section5 .content .box::before {
  left: 0;
}

section.section5 .content .box::after {
  right: 0;
}

section.section5 .content .box .title {
  position: absolute;

  top: 5px;

  font-size: 1.2rem;

  color: #ddd;
}

/* /////////////section role////////// */
section.sectionrole .content {
  padding-top: 0;
}

section.sectionrole .content .box {
  border-top: solid 1px #278bfd;
  border-bottom: solid 1px #cc0000;
  position: relative;
  max-width: 1200px;
  margin: 40px auto;
  padding: 315px;
  text-align: left;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,

    rgba(0, 0, 0, 0.8) 10%,

    rgba(0, 0, 0, 0.3) 30%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.3) 70%,

    rgba(0, 0, 0, 0.8) 90%,

    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,

    rgba(0, 0, 0, 0.8) 10%,

    rgba(0, 0, 0, 0.3) 30%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.3) 70%,

    rgba(0, 0, 0, 0.8) 90%,

    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0.8) 0%,

    rgba(0, 0, 0, 0.8) 10%,

    rgba(0, 0, 0, 0.3) 30%,

    rgba(0, 0, 0, 0.3) 50%,

    rgba(0, 0, 0, 0.3) 70%,

    rgba(0, 0, 0, 0.8) 90%,

    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000', GradientType=0);
}

section.sectionrole .content .box::before,
section.sectionrole .content .box::after {
  content: "";

  display: block;

  position: absolute;

  width: 1px;

  height: 100%;

  top: 0;

  background: -moz-linear-gradient(
    top,
    rgb(203, 119, 220) 0%,

    rgb(235, 191, 255) 10%,

    rgba(88, 78, 48, 0) 30%,

    rgba(0, 0, 0, 0) 50%,

    rgba(88, 78, 48, 0) 70%,

    rgba(176, 155, 95, 1) 90%,

    rgba(220, 194, 119, 1) 100%
  );

  background: -webkit-linear-gradient(
    top,
    #cc0000 0%,

    #cc0000 10%,

    rgba(88, 78, 48, 0) 30%,

    rgba(0, 0, 0, 0) 50%,

    rgba(88, 78, 48, 0) 70%,

    #278bfd 90%,

    #278bfd 100%
  );

  background: linear-gradient(
    to bottom,

    #278bfd 0%,

    #278bfd 10%,

    rgba(88, 78, 48, 0) 30%,

    rgba(0, 0, 0, 0) 50%,

    rgba(88, 78, 48, 0) 70%,

    #cc0000 90%,

    #cc0000 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d66c', endColorstr='#f5d66c', GradientType=0);
}

section.sectionrole .content .box::before {
  left: 0;
}

section.sectionrole .content .box::after {
  right: 0;
}

section.sectionrole .content .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 1200px;
}

.sectionrole .box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}

@media screen and (max-width: 750px) {
  section.sectionrole .content .box {
    justify-content: center;
    align-items: center;
    padding: 50%;
    width: 75%;
  }
  table tbody tr:nth-child(odd) {
    background-size: cover;
  }
}

@media screen and (max-width: 375px) {
  section.sectionrole .content .box {
    justify-content: center;
    align-items: center;
    padding: 35%;
    width: 85%;
  }

  table tbody tr:nth-child(odd) {
    background-size: contain;
  }
  section.section3 .content .text {
    position: relative;
    padding: 1rem;
    padding-left: 1.8rem;
    font-size: 15px;
  }

  section.section4 .content .box div {
    font-size: 15px;
  }

  section ._title_ h2 {
    font-size: 1.4rem;
  }
  #app > div.sectiontext > div > h2 {
    font-size: 0.8rem;
    word-break: break-word;
  }
  #about-site > div.sectiontext > div > h2 {
    font-size: 0.8rem;
    word-break: break-word;
  }



  body
    > section.section5.sectionbg
    > div.content
    > div.box.aos-init.aos-animate
    > span {
    font-size: 0.8rem;
    word-break: break-word;
  }
}

/* ///疫情時代// */

.sectiontext ._title_ h2 {
  background-clip: text;
  /* -webkit-background-clip: text; */
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 3px #ff0000, 0px 0px 10px #ff0000;
  font-size: 1rem;
  margin: 40px;
  /* display: inline-block; */
  vertical-align: middle;
  /* max-width: calc(100% - 7rem); */
}
