/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;700;900&display=swap");
@-webkit-keyframes updown {
  0% {
    transform: translate(0%, -0.5%);
    -webkit-transform: translate(0%, -0.5%);
    -moz-transform: translate(0%, -0.5%);
    -ms-transform: translate(0%, -0.5%);
  }
  100% {
    transform: translate(0%, 0.5%);
    -webkit-transform: translate(0%, 0.5%);
    -moz-transform: translate(0%, 0.5%);
    -ms-transform: translate(0%, 0.5%);
  }
}
@keyframes updown {
  0% {
    transform: translate(0%, -0.5%);
    -webkit-transform: translate(0%, -0.5%);
    -moz-transform: translate(0%, -0.5%);
    -ms-transform: translate(0%, -0.5%);
  }
  100% {
    transform: translate(0%, 0.5%);
    -webkit-transform: translate(0%, 0.5%);
    -moz-transform: translate(0%, 0.5%);
    -ms-transform: translate(0%, 0.5%);
  }
}

@-webkit-keyframes swing {
  0% {
    transform: translate(5%, 0%);
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -ms-transform: translate(5%, 0%);
  }
  100% {
    transform: translate(-5%, 0%);
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -ms-transform: translate(-5%, 0%);
  }
}

@keyframes swing {
  0% {
    transform: translate(5%, 0%);
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -ms-transform: translate(5%, 0%);
  }
  100% {
    transform: translate(-5%, 0%);
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -ms-transform: translate(-5%, 0%);
  }
}

@-webkit-keyframes planeFly {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  40% {
    transform: translate(200%, 30%);
    -webkit-transform: translate(200%, 30%);
    -moz-transform: translate(200%, 30%);
    -ms-transform: translate(200%, 30%);
  }
  60% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  80% {
    transform: translate(-100%, 60%);
    -webkit-transform: translate(-100%, 60%);
    -moz-transform: translate(-100%, 60%);
    -ms-transform: translate(-100%, 60%);
  }
  100% {
    transform: translate(-200%, 0%);
    -webkit-transform: translate(-200%, 0%);
    -moz-transform: translate(-200%, 0%);
    -ms-transform: translate(-200%, 0%);
  }
}

@keyframes planeFly {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  40% {
    transform: translate(200%, 30%);
    -webkit-transform: translate(200%, 30%);
    -moz-transform: translate(200%, 30%);
    -ms-transform: translate(200%, 30%);
  }
  60% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  80% {
    transform: translate(-100%, 60%);
    -webkit-transform: translate(-100%, 60%);
    -moz-transform: translate(-100%, 60%);
    -ms-transform: translate(-100%, 60%);
  }
  100% {
    transform: translate(-200%, 0%);
    -webkit-transform: translate(-200%, 0%);
    -moz-transform: translate(-200%, 0%);
    -ms-transform: translate(-200%, 0%);
  }
}

@-webkit-keyframes planeFly2 {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(200%, 0%);
    -webkit-transform: translate(200%, 0%);
    -moz-transform: translate(200%, 0%);
    -ms-transform: translate(200%, 0%);
  }
  40% {
    transform: translate(150%, 50%);
    -webkit-transform: translate(150%, 50%);
    -moz-transform: translate(150%, 50%);
    -ms-transform: translate(150%, 50%);
  }
  60% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  80% {
    transform: translate(200%, 50%);
    -webkit-transform: translate(200%, 50%);
    -moz-transform: translate(200%, 50%);
    -ms-transform: translate(200%, 50%);
  }
  100% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}

@keyframes planeFly2 {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(200%, 0%);
    -webkit-transform: translate(200%, 0%);
    -moz-transform: translate(200%, 0%);
    -ms-transform: translate(200%, 0%);
  }
  40% {
    transform: translate(150%, 50%);
    -webkit-transform: translate(150%, 50%);
    -moz-transform: translate(150%, 50%);
    -ms-transform: translate(150%, 50%);
  }
  60% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  80% {
    transform: translate(200%, 50%);
    -webkit-transform: translate(200%, 50%);
    -moz-transform: translate(200%, 50%);
    -ms-transform: translate(200%, 50%);
  }
  100% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}

@-webkit-keyframes swipe {
  0% {
    transform: translate(6%, 0%);
    -webkit-transform: translate(6%, 0%);
    -moz-transform: translate(6%, 0%);
    -ms-transform: translate(6%, 0%);
    opacity: 0;
  }
  25% {
    transform: translate(3%, 0%);
    -webkit-transform: translate(3%, 0%);
    -moz-transform: translate(3%, 0%);
    -ms-transform: translate(3%, 0%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    opacity: 1;
  }
  75% {
    transform: translate(-3%, 0%);
    -webkit-transform: translate(-3%, 0%);
    -moz-transform: translate(-3%, 0%);
    -ms-transform: translate(-3%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-6%, 0%);
    -webkit-transform: translate(-6%, 0%);
    -moz-transform: translate(-6%, 0%);
    -ms-transform: translate(-6%, 0%);
    opacity: 0;
  }
}

@keyframes swipe {
  0% {
    transform: translate(6%, 0%);
    -webkit-transform: translate(6%, 0%);
    -moz-transform: translate(6%, 0%);
    -ms-transform: translate(6%, 0%);
    opacity: 0;
  }
  25% {
    transform: translate(3%, 0%);
    -webkit-transform: translate(3%, 0%);
    -moz-transform: translate(3%, 0%);
    -ms-transform: translate(3%, 0%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    opacity: 1;
  }
  75% {
    transform: translate(-3%, 0%);
    -webkit-transform: translate(-3%, 0%);
    -moz-transform: translate(-3%, 0%);
    -ms-transform: translate(-3%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-6%, 0%);
    -webkit-transform: translate(-6%, 0%);
    -moz-transform: translate(-6%, 0%);
    -ms-transform: translate(-6%, 0%);
    opacity: 0;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@-webkit-keyframes spark {
  0% {
    width: 10px;
    height: 10px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
  100% {
    width: 10px;
    height: 10px;
  }
}

@keyframes spark {
  0% {
    width: 10px;
    height: 10px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
  100% {
    width: 10px;
    height: 10px;
  }
}

@-webkit-keyframes spark-bd {
  0% {
    width: 20px;
    height: 20px;
  }
  50% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}

@keyframes spark-bd {
  0% {
    width: 20px;
    height: 20px;
  }
  50% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes nextYear {
  0% {
    background-color: opacity;
  }
  100% {
    background-color: #F39500;
  }
}

@keyframes nextYear {
  0% {
    background-color: opacity;
  }
  100% {
    background-color: #F39500;
  }
}

@-webkit-keyframes nextYearSpan {
  0% {
    color: #F39500;
  }
  100% {
    color: #fff;
  }
}

@keyframes nextYearSpan {
  0% {
    color: #F39500;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes boomFadeLg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes boomFadeLg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes btnHighlight {
  0% {
    background-color: #1b6d5d;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #1b6d5d;
  }
}

@keyframes btnHighlight {
  0% {
    background-color: #1b6d5d;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #1b6d5d;
  }
}

@-webkit-keyframes bottleRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            transform: translate(-50%, -50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg);
  }
}

@keyframes bottleRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            transform: translate(-50%, -50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg);
  }
}

.menuArea {
  position: fixed;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 60%;
  z-index: 500;
}

@media only screen and (max-width: 1279px) {
  .menuArea {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .menuArea {
    width: 90%;
  }
}

.menuArea .menuBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 30px;
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .menuArea .menuBar {
    margin-top: 10px;
  }
}

.menuArea .menuBar a {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.menuArea .menuBar a:hover .menuBtn {
  background-color: #333333;
}

.menuArea .menuBar a.active {
  cursor: initial;
}

.menuArea .menuBar a.active .menuBtn {
  background-color: #cfff97;
  color: #3a4d57;
}

@media only screen and (max-width: 767px) {
  .menuArea .menuBar a {
    background-color: #3a4d57;
    border-radius: 50%;
    width: 13vw;
    height: 13vw;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .menuArea .menuBar a.active {
    background-color: #cfff97;
  }
}

.menuArea .menuBar a .btnIcon {
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 30%);
  -webkit-transform: translate(0, 30%);
  -moz-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
}

@media only screen and (max-width: 767px) {
  .menuArea .menuBar a .btnIcon {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}

.menuArea .menuBar a .btnIcon.btn-fly {
  background-image: url(../images/btn-fly.svg);
  width: 2.7vw;
  height: 3vw;
}

@media only screen and (max-width: 1079px) {
  .menuArea .menuBar a .btnIcon.btn-fly {
    width: 4.5vw;
    height: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .menuArea .menuBar a .btnIcon.btn-fly {
    width: 9vw;
    height: 10vw;
  }
}

.menuArea .menuBar a .btnIcon.btn-cockroach {
  background-image: url(../images/btn-cockroach.svg);
  width: 4.5vw;
  height: 3.6vw;
}

@media only screen and (max-width: 1079px) {
  .menuArea .menuBar a .btnIcon.btn-cockroach {
    width: 7.5vw;
    height: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .menuArea .menuBar a .btnIcon.btn-cockroach {
    width: 15vw;
    height: 10vw;
  }
}

.menuArea .menuBar a .btnIcon.btn-rat {
  background-image: url(../images/btn-rat.svg);
  width: 4.5vw;
  height: 3vw;
}

@media only screen and (max-width: 1079px) {
  .menuArea .menuBar a .btnIcon.btn-rat {
    width: 7.5vw;
    height: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .menuArea .menuBar a .btnIcon.btn-rat {
    width: 15vw;
    height: 10vw;
  }
}

.menuArea .menuBar a .btnIcon.btn-ant {
  background-image: url(../images/btn-ant.svg);
  width: 3.3vw;
  height: 3vw;
}

@media only screen and (max-width: 1079px) {
  .menuArea .menuBar a .btnIcon.btn-ant {
    width: 5.5vw;
    height: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .menuArea .menuBar a .btnIcon.btn-ant {
    width: 11vw;
    height: 10vw;
  }
}

.menuArea .menuBar a .btnIcon.btn-home {
  background-image: url(../images/btn-home.svg);
  width: 3vw;
  height: 3vw;
}

@media only screen and (max-width: 1079px) {
  .menuArea .menuBar a .btnIcon.btn-home {
    width: 5vw;
    height: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .menuArea .menuBar a .btnIcon.btn-home {
    width: 10vw;
    height: 10vw;
  }
}

.menuArea .menuBar a .menuBtn {
  display: inline-block;
  padding: 20px 30px 12px;
  border-radius: 50px;
  line-height: 1;
  color: #fff;
  background-color: #3a4d57;
  font-family: 'noto sans TC';
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

@media only screen and (max-width: 767px) {
  .menuArea .menuBar a .menuBtn {
    display: none;
  }
}

.security {
  position: relative;
  margin-top: 50px;
  padding-bottom: 100px;
  width: 100%;
  overflow: hidden;
  background-color: #d7f2f9;
}

.security .container-fluid {
  position: relative;
  width: 60%;
  text-align: center;
  z-index: 5;
}

@media only screen and (max-width: 1279px) {
  .security .container-fluid {
    width: 80%;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .security .container-fluid {
    width: 90%;
    padding-bottom: 50px;
  }
}

.security .container-fluid .titleBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.security .container-fluid .titleBar .security-title {
  width: 30vw;
  height: 6vw;
  background-image: url(../images/security-title.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .security .container-fluid .titleBar .security-title {
    width: 45vw;
    height: 9vw;
  }
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .titleBar .security-title {
    width: 75vw;
    height: 15vw;
  }
}

.security .container-fluid .introSec .introBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.security .container-fluid .introSec .introBar .introPic {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 20vw;
  height: 16vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar .introPic {
    width: 60vw;
    height: 48vw;
  }
}

.security .container-fluid .introSec .introBar .introPic .pic {
  position: relative;
  width: 12vw;
  height: 12vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar .introPic .pic {
    width: 36vw;
    height: 36vw;
    background-position: left bottom;
  }
}

.security .container-fluid .introSec .introBar .introPic .scope {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 18vw;
  height: 18vw;
  background-image: url(../images/scope.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar .introPic .scope {
    width: 50vw;
    height: 50vw;
  }
}

.security .container-fluid .introSec .introBar .introPic .scope .hilt {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16vw;
  height: 10vw;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar .introPic .scope .hilt {
    display: none;
  }
}

.security .container-fluid .introSec .introBar .introText {
  max-width: 470px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar .introText {
    max-width: none;
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
}

.security .container-fluid .introSec .introBar .introText .introTitle {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar .introText .introTitle {
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  }
}

.security .container-fluid .introSec .introBar .introText .introTitle .leftIcon {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-right: 1vw;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  font-size: 3vw;
  background-color: #3a4d57;
  color: #cfff97;
  line-height: 1;
  font-family: 'noto sans TC';
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar .introText .introTitle .leftIcon {
    width: 10vw;
    height: 10vw;
    font-size: 7vw;
  }
}

@media only screen and (max-width: 499px) {
  .security .container-fluid .introSec .introBar .introText .introTitle .leftIcon {
    width: 15vw;
    height: 15vw;
    font-size: 12vw;
    margin-right: 3vw;
  }
}

.security .container-fluid .introSec .introBar .introText .introTitle .rightTitle h3 {
  font-weight: bold;
  color: #000;
  margin: 0;
  font-size: 28px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #3a4d57;
}

.security .container-fluid .introSec .introBar .introText .introTitle .rightTitle h3 small {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar .introText .introTitle .rightTitle h3 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    display: block;
  }
}

.security .container-fluid .introSec .introBar .introText .introTitle .rightTitle h4 {
  font-weight: bold;
  color: #3a4d57;
  font-size: 20px;
  margin: 0;
  text-align: left;
  padding-top: 10px;
}

.security .container-fluid .introSec .introBar .introText .content {
  font-size: 18px;
  color: #3a4d57;
}

.security .container-fluid .introSec .introBar:nth-child(even) {
  justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
}

.security .container-fluid .introSec .introBar:nth-child(even) .introPic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.security .container-fluid .introSec .introBar:nth-child(even) .introPic .scope .hilt {
  background-image: url(../images/hilt-r.svg);
  right: 0;
  bottom: 0;
  transform: translate(90%, 50%);
  -webkit-transform: translate(90%, 50%);
  -moz-transform: translate(90%, 50%);
  -ms-transform: translate(90%, 50%);
}

.security .container-fluid .introSec .introBar:nth-child(even) .introText {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 2vw;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar:nth-child(even) .introPic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .security .container-fluid .introSec .introBar:nth-child(even) .introText {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.security .container-fluid .introSec .introBar:nth-child(odd) .introPic .scope .hilt {
  background-image: url(../images/hilt-l.svg);
  right: 0;
  bottom: 0;
  transform: translate(-100%, 50%);
  -webkit-transform: translate(-100%, 50%);
  -moz-transform: translate(-100%, 50%);
  -ms-transform: translate(-100%, 50%);
}

.security .container-fluid .introSec .introBar:nth-child(odd) .introText {
  margin-left: 4vw;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .introSec .introBar:nth-child(odd) .introText {
    margin-left: 0vw;
  }
}

.security .container-fluid .equipArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .equipArea {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.security .container-fluid .equipArea .equipBar {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #3a4d57;
  border-radius: 50%;
  width: 15vw;
  height: 15vw;
  transform: translate(10%, 0);
  -webkit-transform: translate(10%, 0);
  -moz-transform: translate(10%, 0);
  -ms-transform: translate(10%, 0);
  z-index: 10;
}

@media only screen and (max-width: 1279px) {
  .security .container-fluid .equipArea .equipBar {
    width: 20vw;
    height: 20vw;
    transform: translate(20%, 0);
    -webkit-transform: translate(20%, 0);
    -moz-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
  }
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .equipArea .equipBar {
    width: 40vw;
    height: 40vw;
    transform: translate(0%, 10%);
    -webkit-transform: translate(0%, 10%);
    -moz-transform: translate(0%, 10%);
    -ms-transform: translate(0%, 10%);
  }
}

.security .container-fluid .equipArea .equipBar .equip {
  position: relative;
  width: 28vw;
  height: 32vw;
  background-image: url(../images/equip.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(0%, -3.5%);
  -webkit-transform: translate(0%, -3.5%);
  -moz-transform: translate(0%, -3.5%);
  -ms-transform: translate(0%, -3.5%);
  z-index: 10;
}

@media only screen and (max-width: 1279px) {
  .security .container-fluid .equipArea .equipBar .equip {
    width: 28vw;
    height: 32vw;
  }
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .equipArea .equipBar .equip {
    width: 56vw;
    height: 64vw;
    transform: translate(0%, -7%);
    -webkit-transform: translate(0%, -7%);
    -moz-transform: translate(0%, -7%);
    -ms-transform: translate(0%, -7%);
  }
}

.security .container-fluid .equipArea .equipBar .halo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30vw;
  height: 30vw;
  background-image: url(../images/halo2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 5;
}

@media only screen and (max-width: 1279px) {
  .security .container-fluid .equipArea .equipBar .halo {
    width: 35vw;
    height: 35vw;
  }
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .equipArea .equipBar .halo {
    width: 60vw;
    height: 60vw;
  }
}

.security .container-fluid .equipArea .contentBar {
  position: relative;
  padding: 30px 40px 30px 50px;
  background-color: #3a4d57;
  color: #cfff97;
  font-family: 'noto sans TC';
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 50px 50px 0;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .security .container-fluid .equipArea .contentBar {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .equipArea .contentBar {
    border-radius: 50px;
  }
}

.security .container-fluid .titleBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.security .container-fluid .titleBar .game-title {
  width: 30vw;
  height: 9vw;
  background-image: url(../images/title-game.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .security .container-fluid .titleBar .game-title {
    width: 45vw;
    height: 13.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .titleBar .game-title {
    width: 85vw;
    height: 25.5vw;
  }
}

.security .container-fluid .enterPic {
  position: relative;
  margin-top: 50px;
}

.security .container-fluid .enterPic .mouse {
  position: absolute;
  right: 35%;
  bottom: 5%;
  color: #fff;
  font-size: 5vw;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-animation: mouse 2s alternate infinite both;
          animation: mouse 2s alternate infinite both;
  z-index: 10;
}

.security .container-fluid .enterPic .btnArea {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  z-index: 5;
}

.security .container-fluid .enterPic .btnArea .gameButton {
  display: inline-block;
  background-color: #F39500;
  color: #fff;
  font-family: 'noto sans TC';
  font-size: 2vw;
  padding: 10px 50px;
  margin: 10px;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 2px;
  border: 2px solid #F39500;
  -webkit-box-shadow: 5px 5px 0px #c07600;
          box-shadow: 5px 5px 0px #c07600;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

@media only screen and (max-width: 767px) {
  .security .container-fluid .enterPic .btnArea .gameButton {
    font-size: 5vw;
    padding: 5px 20px;
  }
}

.security .container-fluid .enterPic .btnArea .gameButton:hover {
  transform: translate(-2%, -2%);
  -webkit-transform: translate(-2%, -2%);
  -moz-transform: translate(-2%, -2%);
  -ms-transform: translate(-2%, -2%);
}

.security .container-fluid .enterPic .btnArea .gameButton:active {
  transform: translate(2%, 2%);
  -webkit-transform: translate(2%, 2%);
  -moz-transform: translate(2%, 2%);
  -ms-transform: translate(2%, 2%);
  -webkit-box-shadow: 0px 0px 0px #4c8116;
          box-shadow: 0px 0px 0px #4c8116;
}

@-webkit-keyframes mouse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes mouse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.security .container-fluid h4 {
  font-weight: bold;
  color: #F39500;
  font-family: 'noto sans TC';
}

.security .waveCover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.security .waveCover [class^="wave"] {
  width: 100%;
  height: 50vw;
  background-image: url(../images/security-wave.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.recommandArea {
  position: relative;
  padding-bottom: 50px;
  background-color: #eceeee;
}

.recommandArea .recommand-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-image: url(../images/recommend-background.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.recommandArea .smileCover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .recommandArea .smileCover {
    display: none;
  }
}

.recommandArea .smileCover [class^="smile"] {
  background-image: url(../images/icon-smile.svg);
  background-size: contain;
  -webkit-animation: smileFloat linear 3s infinite;
          animation: smileFloat linear 3s infinite;
}

.recommandArea .smileCover .smile1 {
  position: absolute;
  left: 70.745%;
  top: 68.04834%;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  width: 66px;
  height: 66px;
}

.recommandArea .smileCover .smile2 {
  position: absolute;
  left: 24.53675%;
  top: 81.98981%;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  width: 97px;
  height: 97px;
}

.recommandArea .smileCover .smile3 {
  position: absolute;
  left: 57.03737%;
  top: 9.80705%;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  width: 94px;
  height: 94px;
}

.recommandArea .smileCover .smile4 {
  position: absolute;
  left: 51.17681%;
  top: 72.70067%;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  width: 68px;
  height: 68px;
}

.recommandArea .smileCover .smile5 {
  position: absolute;
  left: 65.9884%;
  top: 56.92409%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  width: 90px;
  height: 90px;
}

.recommandArea .smileCover .smile6 {
  position: absolute;
  left: 56.29246%;
  top: 8.06597%;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  width: 56px;
  height: 56px;
}

.recommandArea .smileCover .smile7 {
  position: absolute;
  left: 55.52661%;
  top: 52.22839%;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  width: 61px;
  height: 61px;
}

.recommandArea .smileCover .smile8 {
  position: absolute;
  left: 45.97607%;
  top: 83.77622%;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  width: 91px;
  height: 91px;
}

.recommandArea .smileCover .smile9 {
  position: absolute;
  left: 60.07061%;
  top: 86.71654%;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  width: 97px;
  height: 97px;
}

.recommandArea .smileCover .smile10 {
  position: absolute;
  left: 57.56343%;
  top: 90.65488%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  width: 94px;
  height: 94px;
}

@-webkit-keyframes smileFloat {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
  }
  50% {
    opacity: 1;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
}

@keyframes smileFloat {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
  }
  50% {
    opacity: 1;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
}

.recommandArea .container-fluid {
  position: relative;
  width: 60%;
  z-index: 5;
}

@media only screen and (max-width: 1279px) {
  .recommandArea .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid {
    width: 90%;
  }
}

.recommandArea .container-fluid .titleBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.recommandArea .container-fluid .titleBar .recommand-title {
  width: 30vw;
  height: 9vw;
  background-image: url(../images/title-recommand.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .recommandArea .container-fluid .titleBar .recommand-title {
    width: 45vw;
    height: 13.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .titleBar .recommand-title {
    width: 85vw;
    height: 25.5vw;
  }
}

.recommandArea .container-fluid .recommandZone {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.recommandArea .container-fluid .recommandZone .recommand-top {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-top {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox {
  width: 100%;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox {
    margin-top: 50px;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .pic {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .pic .picBefore.man {
  width: 20vw;
  height: 22vw;
  background-image: url(../images/recommand-chicken.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .pic .picBefore.farmer {
  width: 20vw;
  height: 22vw;
  background-image: url(../images/recommand-pigFarmer.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .pic .picBefore.farmer2 {
  width: 20vw;
  height: 22vw;
  background-image: url(../images/recommand-pigFarmer2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .pic .picBefore.man {
    width: 60vw;
    height: 66vw;
    background-image: url(../images/recommand-chicken.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .pic .picBefore.farmer {
    width: 60vw;
    height: 66vw;
    background-image: url(../images/recommand-pigFarmer.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .pic .picBefore.farmer2 {
    width: 60vw;
    height: 66vw;
    background-image: url(../images/recommand-pigFarmer2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog {
  position: relative;
  padding: 10px 20px;
  margin-top: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog.flye {
  background-color: #ebae21;
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog.flye:before {
  background-color: #ebae21;
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog.rato {
  background-color: #00a9ee;
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog.rato:before {
  background-color: #00a9ee;
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog h4 {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 1280px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog {
    min-height: 187px;
  }
}

@media only screen and (max-width: 1279px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog {
    min-height: 210px;
  }
}

@media only screen and (max-width: 991px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog {
    min-height: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog {
    min-height: auto;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0%;
  transform: translate(-50%, calc(-100% + 1px));
  -webkit-transform: translate(-50%, calc(-100% + 1px));
  -moz-transform: translate(-50%, calc(-100% + 1px));
  -ms-transform: translate(-50%, calc(-100% + 1px));
  z-index: 0;
  width: 3vw;
  height: 1vw;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .dialog:before {
    width: 6vw;
    height: 4vw;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .clickBtn {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  background-color: #3a4d57;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 50px 50px 0;
  padding: 10px 20px 10px 50px;
  border: 2px solid #3a4d57;
}

@media only screen and (max-width: 1279px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .clickBtn {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .clickBtn {
    font-size: 16px;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .clickBtn:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(-55%, -67%);
  -webkit-transform: translate(-55%, -67%);
  -moz-transform: translate(-55%, -67%);
  -ms-transform: translate(-55%, -67%);
  width: 5vw;
  height: 5vw;
  background-image: url(../images/click0.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .clickBtn:before {
    width: 7vw;
    height: 7vw;
  }
}

@media only screen and (max-width: 991px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .clickBtn:before {
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .clickBtn:before {
    width: 10vw;
    height: 10vw;
  }
}

@media only screen and (max-width: 499px) {
  .recommandArea .container-fluid .recommandZone .recommand-top .recommandBox .clickBtn:before {
    width: 16vw;
    height: 16vw;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-tab {
  width: 100%;
  margin-top: 50px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 991px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-tab .characterArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .pic {
  margin-top: 10px;
  width: 20vw;
  height: 21vw;
  background-image: url(../images/recommand-protection.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .pic {
    width: 60vw;
    height: 63vw;
    background-image: url(../images/recommand-protection.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  background-color: #3a4d57;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 0 50px 50px 0;
  padding: 2px 20px 7px 50px;
  border: 2px solid #3a4d57;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
}

.recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn small {
  font-size: 14px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn {
    padding: 10px 20px 10px 50px;
  }
  .recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn small {
    display: none;
  }
  .recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}

.recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(-55%, -67%);
  -webkit-transform: translate(-55%, -67%);
  -moz-transform: translate(-55%, -67%);
  -ms-transform: translate(-55%, -67%);
  width: 5vw;
  height: 5vw;
  background-image: url(../images/click0.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn:before {
    width: 7vw;
    height: 7vw;
  }
}

@media only screen and (max-width: 991px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn:before {
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn:before {
    width: 10vw;
    height: 10vw;
  }
}

@media only screen and (max-width: 499px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .characterArea .clickBtn:before {
    width: 16vw;
    height: 16vw;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .tabArea {
    margin-top: 20px;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist .tabBtn {
  width: 33.3%;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  background-color: #3a4d57;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 20px;
  border: 2px solid #3a4d57;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist .tabBtn {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist .tabBtn.active {
  background-color: #cfff97;
  color: #3a4d57;
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist .tabBtn .productImg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist .tabBtn .productImg.cocky {
  width: 6vw;
  height: 6vw;
  background-image: url(../images/product-cock4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist .tabBtn .productImg.flyer {
  width: 6vw;
  height: 6vw;
  background-image: url(../images/product-fly.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist .tabBtn .productImg.rato {
  width: 6vw;
  height: 6vw;
  background-image: url(../images/product-rat.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabBtnlist .tabBtn .productImg {
    display: none;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabContent {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  padding: 20px;
}

.recommandArea .container-fluid .recommandZone .recommand-tab .tabArea .tabContent p {
  color: #3a4d57;
  font-weight: bold;
  font-size: 16px;
}

.recommandArea .container-fluid .recommandZone .recommand-bottom {
  width: 100%;
  margin-top: 50px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox {
  width: 100%;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox {
    margin-top: 50px;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic .picBefore.mom {
  width: 20vw;
  height: 22vw;
  background-image: url(../images/recommand-mom.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic .picBefore.boss {
  width: 20vw;
  height: 20.5vw;
  background-image: url(../images/recommand-boss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic .picBefore.mom {
    width: 60vw;
    height: 66vw;
    background-image: url(../images/recommand-mom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic .picBefore.boss {
    width: 60vw;
    height: 61.5vw;
    background-image: url(../images/recommand-boss.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic .dialog {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  background-color: #cfff97;
  color: #3a4d57;
  font-weight: bold;
  padding: 10px 20px;
  min-width: 20vw;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  display: none;
}

@media only screen and (max-width: 991px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic .dialog {
    min-width: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic .dialog {
    min-width: 75vw;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic .dialog:before {
  position: absolute;
  content: '';
  background-color: #cfff97;
  left: 0;
  bottom: 0;
  transform: translate(50%, 90%);
  -webkit-transform: translate(50%, 90%);
  -moz-transform: translate(50%, 90%);
  -ms-transform: translate(50%, 90%);
  width: 3vw;
  height: 2vw;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%);
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .pic .dialog:before {
    width: 6vw;
    height: 4vw;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .videoBox {
  position: relative;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0;
  background-size: cover;
  padding-bottom: 50.6%;
}

@media only screen and (max-width: 499px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .videoBox {
    width: 100%;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .clickBtn {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  background-color: #3a4d57;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 50px 50px 0;
  padding: 10px 20px 10px 50px;
  border: 2px solid #3a4d57;
}

.recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .clickBtn:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(-55%, -67%);
  -webkit-transform: translate(-55%, -67%);
  -moz-transform: translate(-55%, -67%);
  -ms-transform: translate(-55%, -67%);
  width: 5vw;
  height: 5vw;
  background-image: url(../images/click.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .clickBtn:before {
    width: 7vw;
    height: 7vw;
  }
}

@media only screen and (max-width: 991px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .clickBtn:before {
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .clickBtn:before {
    width: 15vw;
    height: 15vw;
  }
}

@media only screen and (max-width: 499px) {
  .recommandArea .container-fluid .recommandZone .recommand-bottom .recommandBox .clickBtn:before {
    width: 20vw;
    height: 20vw;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-extra {
  width: 100%;
  margin-top: 50px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-extra {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox {
  width: 100%;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox {
    margin-top: 50px;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .videoBox {
  position: relative;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0;
  background-size: cover;
  padding-bottom: 50.6%;
  pointer-events: none;
}

@media only screen and (max-width: 499px) {
  .recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .videoBox {
    width: 100%;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .clickBtn {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  background-color: #3a4d57;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 50px 50px 0;
  padding: 10px 20px 10px 50px;
  border: 2px solid #3a4d57;
}

@media only screen and (max-width: 1279px) {
  .recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .clickBtn {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .clickBtn {
    font-size: 16px;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .clickBtn:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(-55%, -67%);
  -webkit-transform: translate(-55%, -67%);
  -moz-transform: translate(-55%, -67%);
  -ms-transform: translate(-55%, -67%);
  width: 5vw;
  height: 5vw;
  background-image: url(../images/point.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .clickBtn:before {
    width: 5vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 991px) {
  .recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .clickBtn:before {
    width: 7.5vw;
    height: 12vw;
  }
}

@media only screen and (max-width: 767px) {
  .recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .clickBtn:before {
    width: 10vw;
    height: 16vw;
  }
}

@media only screen and (max-width: 499px) {
  .recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox .clickBtn:before {
    width: 12.5vw;
    height: 20vw;
  }
}

.recommandArea .container-fluid .recommandZone .recommand-extra .recommandBox.active .clickBtn {
  background-color: #cfff97;
  color: #3a4d57;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  display: none;
}

.modal .container-fluid {
  width: 80%;
}

@media only screen and (max-width: 1279px) {
  .modal .container-fluid {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .modal .container-fluid {
    width: 100%;
  }
}

.modal .container-fluid .gameBox {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  margin: auto;
  background-size: cover;
  padding-bottom: 56.25%;
}

@media only screen and (max-width: 991px) {
  .modal .container-fluid .gameBox {
    padding-bottom: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .modal .container-fluid .gameBox {
    padding-bottom: 200%;
  }
}

.modal .container-fluid .gameBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal .container-fluid h5 {
  color: #fff;
  text-align: center;
  display: none;
  line-height: 1.5;
  margin-top: 10px;
}

@media only screen and (max-width: 650px) {
  .modal .container-fluid h5 {
    display: block;
  }
}

.modal .closeBtn {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 2vw;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.modal .closeBtn:hover {
  color: white;
  cursor: pointer;
}

@media only screen and (max-width: 1279px) {
  .modal .closeBtn {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .modal .closeBtn {
    font-size: 5vw;
    right: 10px;
    top: 0px;
  }
}

.video {
  position: relative;
  background-color: #eceeee;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}

@media only screen and (max-width: 1279px) {
  .video {
    padding-bottom: 0;
  }
}

.video .container-fluid {
  width: 60%;
}

@media only screen and (max-width: 1279px) {
  .video .container-fluid {
    width: 80%;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .video .container-fluid {
    width: 90%;
    padding-bottom: 50px;
  }
}

.video .container-fluid .videoBox {
  position: relative;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 0;
  background-size: cover;
  padding-bottom: 50.6%;
}

@media only screen and (max-width: 499px) {
  .video .container-fluid .videoBox {
    width: 100%;
  }
}

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

.video .container-fluid .owl-carousel .item {
  width: 100%;
  margin: auto;
}

.video .container-fluid .owl-nav .owl-prev, .video .container-fluid .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 3vw;
  height: 3vw;
  top: 50%;
  outline: none;
  -webkit-animation: btnHighlight 1s infinite alternate both linear;
          animation: btnHighlight 1s infinite alternate both linear;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

@media only screen and (max-width: 1279px) {
  .video .container-fluid .owl-nav .owl-prev, .video .container-fluid .owl-nav .owl-next {
    width: 4vw;
    height: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .video .container-fluid .owl-nav .owl-prev, .video .container-fluid .owl-nav .owl-next {
    width: 8vw;
    height: 8vw;
  }
}

.video .container-fluid .owl-nav .owl-prev span, .video .container-fluid .owl-nav .owl-next span {
  display: inline-block;
  position: relative;
  font-size: 2.5vw;
  line-height: 0.7;
}

@media only screen and (max-width: 1279px) {
  .video .container-fluid .owl-nav .owl-prev span, .video .container-fluid .owl-nav .owl-next span {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .video .container-fluid .owl-nav .owl-prev span, .video .container-fluid .owl-nav .owl-next span {
    font-size: 6vw;
    line-height: 0.6;
  }
}

.video .container-fluid .owl-nav .owl-prev:hover, .video .container-fluid .owl-nav .owl-next:hover {
  -webkit-animation: none;
          animation: none;
  background-color: #65AC1E;
  border: 2px solid #65AC1E;
}

.video .container-fluid .owl-nav .owl-prev:hover span, .video .container-fluid .owl-nav .owl-next:hover span {
  color: #fff;
}

.video .container-fluid .owl-nav .owl-prev {
  left: 0%;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
}

.video .container-fluid .owl-nav .owl-next {
  right: 0%;
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
}

.video .container-fluid .conclusion {
  margin-top: 50px;
  padding: 20px;
  padding-bottom: 50px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .video .container-fluid .conclusion {
    text-align: center;
  }
}

.video .container-fluid .conclusion .videoTitle {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.video .container-fluid .conclusion .videoTitle .title {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 20px 50px;
  background-color: #586f7a;
  font-family: 'noto sans TC';
}

@media only screen and (max-width: 767px) {
  .video .container-fluid .conclusion .videoTitle .title {
    padding: 20px;
  }
}

.video .container-fluid .conclusion .videoTitle .title:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-120%, -50%);
  -webkit-transform: translate(-120%, -50%);
  -moz-transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  content: '';
  background-color: #3a4d57;
  width: 3vw;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
}

.video .container-fluid .conclusion .videoTitle .title:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(120%, -50%);
  -webkit-transform: translate(120%, -50%);
  -moz-transform: translate(120%, -50%);
  -ms-transform: translate(120%, -50%);
  content: '';
  background-color: #3a4d57;
  width: 3vw;
  height: 100%;
  -webkit-clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0 100%, 0 0);
}

.video .container-fluid .conclusion .mainTitle {
  text-align: center;
}

.video .container-fluid .conclusion .mainTitle .title h3 {
  position: relative;
  display: inline-block;
  color: #cfff97;
  background-color: #5b5048;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  padding: 12px 20px 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.video .container-fluid .conclusion .mainTitle .title h3 .before-know {
  display: block;
}

.video .container-fluid .conclusion .mainTitle .title h3 .basf-know {
  display: block;
  font-size: 32px;
}

@media only screen and (max-width: 767px) {
  .video .container-fluid .conclusion .mainTitle .title h3 .before-know {
    font-size: 20px;
  }
}

@media only screen and (max-width: 499px) {
  .video .container-fluid .conclusion .mainTitle .title h3 .before-know {
    font-size: 16px;
  }
}

.video .container-fluid .conclusion .mainTitle .title h3 .frame-t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.5vw;
  background-image: url(../images/frame-t.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .video .container-fluid .conclusion .mainTitle .title h3 .frame-t {
    height: 1vw;
  }
}

.video .container-fluid .conclusion .mainTitle .title h3 .frame-b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5vw;
  background-image: url(../images/frame-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .video .container-fluid .conclusion .mainTitle .title h3 .frame-b {
    height: 1vw;
  }
}

.video .container-fluid .conclusion .mainTitle .title h3 .frame-l {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5vw;
  height: 100%;
  background-image: url(../images/frame-l.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .video .container-fluid .conclusion .mainTitle .title h3 .frame-l {
    width: 1vw;
  }
}

@media only screen and (max-width: 767px) {
  .video .container-fluid .conclusion .mainTitle .title h3 .frame-l {
    display: none;
  }
}

.video .container-fluid .conclusion .mainTitle .title h3 .frame-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5vw;
  height: 100%;
  background-image: url(../images/frame-r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .video .container-fluid .conclusion .mainTitle .title h3 .frame-r {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .video .container-fluid .conclusion .mainTitle .title h3 {
    font-size: 28px;
  }
}

.video .container-fluid .conclusion .mainTitle .title p {
  text-align: center;
  width: 70%;
  margin: auto;
  margin-top: 20px;
  color: #3a4d57;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .video .container-fluid .conclusion .mainTitle .title p {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .video .container-fluid .conclusion .mainTitle .title p {
    width: 90%;
  }
}

.video .container-fluid .conclusion .logoTitle {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 50px;
}

.video .container-fluid .conclusion .logoTitle .title-logo {
  width: 20vw;
  height: 10vw;
  background-image: url(../images/title-logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.video .container-fluid .conclusion .familyArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.video .container-fluid .conclusion .familyArea .familyPic {
  width: 90%;
  margin: auto;
  padding: 20px;
  background-color: #75797a;
  border: 3px solid #3a4d57;
}

@media only screen and (max-width: 499px) {
  .video .container-fluid .conclusion .familyArea .familyPic {
    width: 100%;
  }
}

.contactUs {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  background-color: #eceeee;
  padding-bottom: 50px;
  z-index: 5;
}

.contactUs .contactBox {
  margin-top: 20px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.contactUs .contactBox .plane {
  width: 5vw;
  height: 4vw;
  background-image: url(../images/paperPlain.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .contactUs .contactBox .plane {
    width: 15vw;
    height: 12vw;
  }
}

.contactUs .contactBox h3 {
  color: #004498;
  font-weight: bold;
}

.contactUs .contactBox .buttonArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}

.contactUs .contactBox .buttonArea .shareBtn {
  display: inline-block;
  margin: 20px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
}

@media only screen and (max-width: 767px) {
  .contactUs .contactBox .buttonArea .shareBtn {
    margin: 10px;
  }
}

@media only screen and (max-width: 499px) {
  .contactUs .contactBox .buttonArea .shareBtn {
    margin: 10px 20px;
  }
}

.contactUs .contactBox .buttonArea .shareBtn i {
  font-size: 4vw;
  color: #004498;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

@media only screen and (max-width: 767px) {
  .contactUs .contactBox .buttonArea .shareBtn i {
    font-size: 8vw;
  }
}

@media only screen and (max-width: 499px) {
  .contactUs .contactBox .buttonArea .shareBtn i {
    font-size: 12vw;
  }
}

.contactUs .contactBox .buttonArea .shareBtn:hover i {
  color: #00397f;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.contactUs .contactBox .buttonArea .shareBtn:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #004498;
  z-index: 5;
}

.footer .container-fluid .copyright {
  padding: 20px 0;
  text-align: center;
}

.footer .container-fluid .copyright small {
  color: #fff;
}

.musicBtn {
  position: fixed;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  right: 10px;
  top: 10px;
  z-index: 100;
  background-color: rgba(27, 109, 93, 0.7);
  color: #fff;
  border: none;
  outline: none;
  border-radius: 50%;
  font-size: 1vw;
  padding: 10px;
  width: 2.5vw;
  height: 2.5vw;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.musicBtn:hover {
  background-color: #1b6d5d;
}

.musicBtn:active {
  background-color: #11443a;
}

@media only screen and (max-width: 1279px) {
  .musicBtn {
    width: 4vw;
    height: 4vw;
    font-size: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .musicBtn {
    width: 7vw;
    height: 7vw;
    font-size: 3vw;
  }
}

@media only screen and (max-width: 499px) {
  .musicBtn {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
    bottom: 10px;
    top: auto;
  }
}

.scroll {
  position: fixed;
  left: 50%;
  bottom: 3%;
  font-size: 18px;
  text-decoration: none;
  z-index: 50;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

@media only screen and (max-width: 767px) {
  .scroll {
    bottom: 5px;
  }
}

.scroll:hover {
  text-decoration: none;
}

.scroll:hover .scrollLine .line {
  -webkit-animation: scrollLine 1s .3s both 1;
          animation: scrollLine 1s .3s both 1;
}

.scroll:hover .scrollLine:after {
  opacity: 0;
}

.scroll:hover .scrollLine .dot {
  opacity: 0;
}

.scroll:hover .scrollLine:before {
  -webkit-animation: dissipate .5s .4s both;
          animation: dissipate .5s .4s both;
}

.scroll:hover .circle2 {
  -webkit-animation: dissipate2 .5s .6s both;
          animation: dissipate2 .5s .6s both;
}

.scroll p {
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.scroll p:hover {
  text-decoration: none;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.scroll .scrollLine {
  position: relative;
  margin-top: 5px;
  width: 15px;
  height: 50px;
  overflow: hidden;
}

.scroll .scrollLine:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 15px;
  height: 30px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.scroll .scrollLine .dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 7px;
  height: 7px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-animation: dots 2s both 5;
          animation: dots 2s both 5;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.scroll .scrollLine .line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  width: 1px;
  height: 50px;
  background-color: #fff;
}

.scroll .scrollLine:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 50%;
}

@-webkit-keyframes scrollLine {
  0% {
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
  }
  25% {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  75% {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
  }
}

@keyframes scrollLine {
  0% {
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
  }
  25% {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  75% {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
  }
}

@-webkit-keyframes dots {
  0% {
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
  }
  100% {
    transform: translate(-50%, 250%);
    -webkit-transform: translate(-50%, 250%);
    -moz-transform: translate(-50%, 250%);
    -ms-transform: translate(-50%, 250%);
  }
}

@keyframes dots {
  0% {
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
  }
  100% {
    transform: translate(-50%, 250%);
    -webkit-transform: translate(-50%, 250%);
    -moz-transform: translate(-50%, 250%);
    -ms-transform: translate(-50%, 250%);
  }
}

@-webkit-keyframes dissipate {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
  50% {
    opacity: 1;
    width: 7px;
    height: 7px;
  }
  100% {
    opacity: 0;
    width: 15px;
    height: 15px;
  }
}

@keyframes dissipate {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
  50% {
    opacity: 1;
    width: 7px;
    height: 7px;
  }
  100% {
    opacity: 0;
    width: 15px;
    height: 15px;
  }
}

.scroll .circle2 {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 25%);
  -webkit-transform: translate(-50%, 25%);
  -moz-transform: translate(-50%, 25%);
  -ms-transform: translate(-50%, 25%);
  border-radius: 50%;
}

@-webkit-keyframes dissipate2 {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
  50% {
    opacity: 1;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
  }
  100% {
    opacity: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
  }
}

@keyframes dissipate2 {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
  50% {
    opacity: 1;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
  }
  100% {
    opacity: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
  }
}

.advertiseArea {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  z-index: 500;
  display: none;
}

.advertiseArea .advertiseBox {
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  width: 60%;
}

@media only screen and (max-width: 1279px) {
  .advertiseArea .advertiseBox {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox {
    width: 90%;
    padding: 10px;
  }
}

.advertiseArea .advertiseBox .advertiseContent {
  margin: auto;
}

.advertiseArea .advertiseBox .advertiseContent .characterArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.advertiseArea .advertiseBox .advertiseContent .characterArea .pic {
  margin-top: 20px;
}

.advertiseArea .advertiseBox .advertiseContent .characterArea .pic.mom {
  width: 20vw;
  height: 22vw;
  background-image: url(../images/recommand-mom-talk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.advertiseArea .advertiseBox .advertiseContent .characterArea .pic.boss {
  width: 20vw;
  height: 20.5vw;
  background-image: url(../images/recommand-boss-talk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .advertiseContent .characterArea .pic.mom {
    width: 40vw;
    height: 44vw;
    background-image: url(../images/recommand-mom-talk.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .advertiseArea .advertiseBox .advertiseContent .characterArea .pic.boss {
    width: 40vw;
    height: 41vw;
    background-image: url(../images/recommand-boss-talk.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.advertiseArea .advertiseBox .advertiseContent .characterArea .clickBtn {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  background-color: #cfff97;
  color: #3a4d57;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 50px 50px 0;
  padding: 10px 20px 10px 50px;
  border: 2px solid #3a4d57;
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .advertiseContent .characterArea .clickBtn {
    padding: 5px 20px 5px 50px;
  }
}

.advertiseArea .advertiseBox .advertiseContent .characterArea .clickBtn:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(-55%, -67%);
  -webkit-transform: translate(-55%, -67%);
  -moz-transform: translate(-55%, -67%);
  -ms-transform: translate(-55%, -67%);
  width: 5vw;
  height: 5vw;
  background-image: url(../images/click0.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .advertiseArea .advertiseBox .advertiseContent .characterArea .clickBtn:before {
    width: 7vw;
    height: 7vw;
  }
}

@media only screen and (max-width: 991px) {
  .advertiseArea .advertiseBox .advertiseContent .characterArea .clickBtn:before {
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .advertiseContent .characterArea .clickBtn:before {
    width: 15vw;
    height: 15vw;
  }
}

@media only screen and (max-width: 499px) {
  .advertiseArea .advertiseBox .advertiseContent .characterArea .clickBtn:before {
    width: 18vw;
    height: 18vw;
  }
}

.advertiseArea .advertiseBox .advertiseContent .photoArea .owl-carousel .item {
  width: 100%;
  margin: auto;
  text-align: center;
}

.advertiseArea .advertiseBox .advertiseContent .photoArea .owl-carousel .item .photoInner {
  width: 100%;
  height: 12vw;
  margin: 15px auto;
  border-radius: 10px;
  border: 3px solid #3a4d57;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1279px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-carousel .item .photoInner {
    height: 15vw;
  }
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-carousel .item .photoInner {
    height: 36vw;
  }
}

.advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev, .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #3a4d57;
  outline: none;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

@media only screen and (max-width: 1279px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev, .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next {
    width: 4vw;
    height: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev, .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next {
    width: 7vw;
    height: 7vw;
  }
}

.advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev span, .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 2.5vw;
  line-height: 0.7;
}

@media only screen and (max-width: 1279px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev span, .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next span {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev span, .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next span {
    font-size: 5vw;
    line-height: 0.6;
  }
}

.advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev:hover, .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next:hover {
  background-color: #cfff97;
  border: 2px solid #cfff97;
}

.advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev:hover span, .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next:hover span {
  color: #3a4d57;
}

.advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev {
  left: calc(0% - 1.5vw);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

@media only screen and (max-width: 1279px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev {
    left: calc(0% - 2vw);
  }
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-prev {
    left: 0%;
    left: calc(0% - 3.5vw);
  }
}

.advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next {
  right: calc(0% - 1.5vw);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

@media only screen and (max-width: 1279px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next {
    right: calc(0% - 2vw);
  }
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .advertiseContent .photoArea .owl-nav .owl-next {
    right: 0%;
    right: calc(0% - 3.5vw);
  }
}

.advertiseArea .advertiseBox .closeBtn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2.5vw;
  height: 2.5vw;
  font-size: 2vw;
  line-height: 1;
  border-radius: 50%;
  background-color: #cfff97;
  color: #3a4d57;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.advertiseArea .advertiseBox .closeBtn:hover {
  color: #65ac1e;
  cursor: pointer;
}

@media only screen and (max-width: 1279px) {
  .advertiseArea .advertiseBox .closeBtn {
    width: 4vw;
    height: 4vw;
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .closeBtn {
    width: 6vw;
    height: 6vw;
    font-size: 5vw;
  }
}

.advertiseArea .advertiseBox .dialog {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10%, -50%);
  -webkit-transform: translate(-10%, -50%);
  -moz-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  background-color: #cfff97;
  color: #3a4d57;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .dialog {
    display: none;
  }
}

.advertiseArea .advertiseBox .dialog:before {
  position: absolute;
  content: '';
  background-color: #cfff97;
  left: 0;
  bottom: 0;
  transform: translate(50%, calc(100% - 1px));
  -webkit-transform: translate(50%, calc(100% - 1px));
  -moz-transform: translate(50%, calc(100% - 1px));
  -ms-transform: translate(50%, calc(100% - 1px));
  z-index: 0;
  width: 3vw;
  height: 1.5vw;
  -webkit-clip-path: polygon(70% 0, 0 0, 100% 100%);
          clip-path: polygon(70% 0, 0 0, 100% 100%);
}

@media only screen and (max-width: 767px) {
  .advertiseArea .advertiseBox .dialog:before {
    width: 6vw;
    height: 4vw;
  }
}

.advertiseArea h6 {
  color: #fff;
  text-align: center;
}
/*# sourceMappingURL=security.css.map */