@keyframes float {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.rollBox {
  position: relative;
  width: 94%;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-y: hidden;
}
.rollBox::-webkit-scrollbar {
  display: none;
}
.floatArrow {
  position: absolute;
  width: 6%;
  z-index: 400;
  top: 50%;
  right: 4%;
  opacity: 0.5;
  animation: float 2s linear 0s infinite;
}
.tableP {
  width: auto;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-collapse: separate;
  border-spacing: 2px;
  /*cellspacing */
  margin: 0 auto;
}
.tableP th {
  background: #7b34c6;
  color: #ffffff;
  padding: 1em 0.6em;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  text-align: center;
  font-size: 0.8em;
  vertical-align: middle;
  line-height: 1.6em;
}
.tableP td {
  position: relative;
  background: #f5f5f5;
  padding: 1em 0.6em;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.6em;
  vertical-align: middle;
}
.tableP td .spText01 {
  font-size: 1.8em;
  color: #69BA00;
}
.tableP td .spText02 {
  position: relative;
  z-index: 50;
  color: #69BA00;
}
.tableP td .crown {
  display: inline-block;
  position: absolute;
  right: 0.6em;
  top: 10%;
  z-index: 40;
  width: 3em;
}
.tableP td .Apic {
  display: block;
  width: 6em;
  height: auto;
  margin: 0.4em auto 0 auto;
}
.spTxt1 {
  font-size: 1.2em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.spTxt2 {
  font-size: 1.4em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
  color: #4ea500;
}
.spTxt3 {
  width: auto;
  font-size: 0.6em;
  line-height: 1.4em;
  color: #4ea500;
  text-align: left;
  margin: 0 0 0 0.2em;
}
.spTxt4 {
  width: 110vw;
  font-size: 0.6em;
  line-height: 1.4em;
  color: #5c5c5c;
  text-align: left;
  margin: 1em 0 0 0.2em;
  white-space: normal;
}
.picBox {
  display: inline-block;
  width: 76%;
  vertical-align: middle;
}
.picArrow {
  display: inline-block;
  width: 6%;
  margin: 0 6%;
  vertical-align: middle;
}
.link {
  position: relative;
  z-index: 800;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.92em;
  vertical-align: top;
  padding: 0.4em 1em;
  border: 1px solid #7b34c6;
  background: #7b34c6;
  border-radius: 300px;
}
.link > img {
  display: inline-block;
  height: 0.9em;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 0.4em;
}
.link:hover {
  text-decoration: none;
  border: 1px solid #9A7FDD;
}
/***********************************/
@media screen and (min-width: 821px) {
  .rollBox {
    position: relative;
    width: 94%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-y: hidden;
    display: inline-block;
  }
  .rollBox > div {
    display: inline-block;
  }
  .floatArrow {
    display: none;
  }
  .tableP {
    width: auto;
    margin: 0 auto;
  }
  .tableP th {
    background: #7b34c6;
    color: #ffffff;
    padding: 1em 1em;
    border-left: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    text-align: center;
    font-size: 1em;
    vertical-align: middle;
    line-height: 1.6em;
  }
  .tableP td {
    background: #f5f5f5;
    padding: 1em 1em;
    border-left: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    font-size: 1em;
    text-align: center;
    line-height: 1.6em;
    vertical-align: middle;
  }
  .tableP td .crown {
    display: inline-block;
    position: absolute;
    right: 0.6em;
    top: 42%;
    z-index: 40;
    width: 3em;
  }
  .tableP td .Apic {
    display: block;
    width: 6em;
    height: auto;
    margin: 0.4em auto 0 auto;
  }
  .spTxt1 {
    font-size: 1.2em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .spTxt2 {
    font-size: 1.4em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    color: #4ea500;
  }
  .spTxt3 {
    width: 100%;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #4ea500;
    text-align: right;
  }
  .spTxt4 {
    width: auto;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #5c5c5c;
    text-align: center;
    margin: 1em auto 0 auto;
  }
  .picBox {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
  }
  .picArrow {
    display: inline-block;
    width: 1.6em;
    margin: 0 1.6em;
    vertical-align: middle;
  }
}
