@charset "UTF-8";
html {
  font-size: 1rem;
}

body {
  font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
  color: #343a40;
  line-height: 1.5;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover, a:focus a:active {
  text-decoration: none;
}

.for-mobile-lg {
  display: none !important;
}
@media (max-width: lg px) {
  .for-mobile-lg {
    display: block !important;
  }
}

@media (max-width: lg px) {
  .for-desk-lg {
    display: none !important;
  }
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: 1.125rem;
}
@media (max-width: lg px) {
  p {
    font-size: 1rem;
  }
}

.group_box .group_txt:after, .group_box .group_txt:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

.ANT {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -3px;
}
@media screen and (max-width: 428px) {
  .wrapper {
    margin-top: -7px;
  }
}

html,
body {
  background: #fae055;
}

.tc {
  text-align: center;
}

.rel {
  position: relative;
}

.BUT {
  display: inline-block;
  padding: 10px 60px;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  background-color: #bc0606;
  -webkit-box-shadow: 0 6px 0 #750110;
  box-shadow: 0 6px 0 #750110;
  border: none;
  border-radius: 99px;
  color: #ffffff;
  height: auto;
}
@media (max-width: 768px) {
  .BUT {
    margin-bottom: 25px;
  }
}

.BUT a {
  margin-bottom: 0px;
  color: #FFF;
}

.BUT:hover,
.BUT:focus {
  background-color: #750110;
  -webkit-box-shadow: 0 4px 0 #38020b;
          box-shadow: 0 4px 0 #38020b;
}

/* ----------top banner--------------------------- */
[class*=grid] {
  display: grid;
}

[class*=flex] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar_fixed {
  width: 100%;
  background: #ee781e;
  height: 65px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 65px;
}

.banner {
  background: url(../images/arena.svg) no-repeat center bottom/100%, url(../images/radiation.png) no-repeat center/cover, url(../images/lamp_left.jpg) no-repeat left top/20%, url(../images/lamp_right.jpg) no-repeat right top/20%;
}

.dare_grids{
  width: 100%;
}

.dare_grids img{
  width: 100%;
}



@media (max-width: 768px) {
  .banner {
    background: url(../images/arena.svg) no-repeat center bottom/100%, url(../images/radiation.png) no-repeat top center/cover, url(../images/lamp_left.jpg) no-repeat left top/20%, url(../images/lamp_right.jpg) no-repeat right top/20%;
    padding: 20px 0 0;
  }
}
.banner .dare_grid {
  grid-template-columns: repeat(10, 10%);
  grid-template-rows: repeat(10, 10%);
}
@media (max-width: 1200px) {
  .banner .dare_grid {
    grid-template-rows: initial;
    grid-auto-rows: minmax(39px, auto);
  }
}
@media (max-width: 768px) {
  .banner .dare_grid {
    grid-template-columns: repeat(5, 20%);
    grid-template-rows: initial;
    grid-auto-rows: minmax(37px, auto);
  }
}
.banner .dare_grid .dare_title {
  grid-area: 1/2/11/7;
  margin: 38px 0 0 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .banner .dare_grid .dare_title {
    grid-area: 1/1/10/6;
  }
}
.banner .dare_grid .dare_airplane {
  grid-area: 4/6/10/10;
  position: relative;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) {
  .banner .dare_grid .dare_airplane {
    grid-area: 2/6/3/4;
  }
}
.banner .dare_grid .dare_airplane:before {
  content: "";
  width: 320px;
  height: 150px;
  top: -24%;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/air_tickets.svg) no-repeat;
  position: absolute;
  -webkit-filter: drop-shadow(-8px 12px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(-8px 12px 6px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1200px) {
  .banner .dare_grid .dare_airplane:before {
    width: 235px;
    top: -17%;
  }
}
@media (max-width: 991px) {
  .banner .dare_grid .dare_airplane:before {
    width: 190px;
  }
}
@media (max-width: 768px) {
  .banner .dare_grid .dare_airplane:before {
    width: 150px;
    height: 136px;
    top: -65%;
  }
}
@media (max-width: 480px) {
  .banner .dare_grid .dare_airplane:before {
    width: 110px;
    top: -97%;
    -webkit-filter: drop-shadow(-4px 6px 2px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(-4px 6px 2px rgba(0, 0, 0, 0.2));
  }
}
.banner .dare_grid .money_left {
  grid-area: 2/1/6/3;
}
@media (max-width: 768px) {
  .banner .dare_grid .money_left {
    grid-area: 3/1/3/2;
  }
}
.banner .dare_grid .money_right {
  grid-area: 2/6/5/8;
}
@media (max-width: 768px) {
  .banner .dare_grid .money_right {
    grid-area: 3/6/5/5;
  }
}
.banner .group_box {
  background: rgba(255, 255, 255, 0);
  margin: 0;
}
.banner .group_box .change {
  position: relative !important;
  margin: auto;
  bottom: 0 !important;
  right: 0 !important;
}

.TOP {
  background-image: url(../images/banner/bg_top.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
  margin-top: -8px;
}
@media (max-width: 1200px) {
  .TOP {
    padding-bottom: 0%;
  }
}
@media (max-width: 992px) {
  .TOP {
    height: 39rem;
  }
}
@media (max-width: 849px) {
  .TOP {
    padding-bottom: 0%;
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .TOP {
    padding-bottom: 13%;
    background-size: 121%;
    background-position: -99px 2px;
  }
}
@media (max-width: 667px) {
  .TOP {
    padding-bottom: 0%;
    background-size: cover;
    background-position: center -2px;
  }
}
@media (max-width: 480px) {
  .TOP {
    height: auto;
  }
}
.TOP .Lbox {
  position: relative;
  right: -70px;
}
@media (max-width: 1366px) {
  .TOP .Lbox {
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .TOP .Lbox {
    top: 100px;
    right: -20px;
  }
}
@media (max-width: 812px) {
  .TOP .Lbox {
    top: 80px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .TOP .Lbox {
    top: -8px;
    right: 12px;
    scale: 0.85;
  }
}
@media (max-width: 480px) {
  .TOP .Lbox {
    top: -15px;
  }
}
.TOP .Lbox .h1-pc {
  scale: 0.95;
  -webkit-transform: translate(5px, 141px);
          transform: translate(5px, 141px);
}
@media (max-width: 1200px) {
  .TOP .Lbox .h1-pc {
    -webkit-transform: translate(5px, 79px);
            transform: translate(5px, 79px);
  }
}
@media (max-width: 992px) {
  .TOP .Lbox .h1-pc {
    -webkit-transform: translate(5px, 61px);
            transform: translate(5px, 61px);
  }
}
@media (max-width: 812px) {
  .TOP .Lbox .h1-pc {
    -webkit-transform: translate(6px, 49px);
            transform: translate(6px, 49px);
  }
}
@media (max-width: 768px) {
  .TOP .Lbox .h1-pc {
    scale: 0.95;
    -webkit-transform: translate(10px, 58px);
            transform: translate(10px, 58px);
  }
}
@media (max-width: 767px) {
  .TOP .Lbox .h1-pc {
    display: none;
  }
}
.TOP .Lbox .h1-mb {
  display: none;
}
@media (max-width: 767px) {
  .TOP .Lbox .h1-mb {
    display: block;
  }
}
@media (max-width: 576px) {
  .TOP .Lbox .h1-mb {
    scale: 0.95;
    -webkit-transform: translate(10px, 104px);
            transform: translate(10px, 104px);
  }
}
@media (max-width: 480px) {
  .TOP .Lbox .h1-mb {
    -webkit-transform: translate(34px, 34px);
            transform: translate(34px, 34px);
  }
}
@media (max-width: 428px) {
  .TOP .Lbox .h1-mb {
    scale: 0.95;
    -webkit-transform: translate(28px, 31px);
            transform: translate(28px, 31px);
  }
}
.TOP .Rbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1366px) {
  .TOP .Rbox {
    scale: 0.9;
    left: -70px;
  }
}
@media (max-width: 1200px) {
  .TOP .Rbox {
    scale: 0.8;
    left: -100px;
    top: -50px;
  }
}
@media (max-width: 1024px) {
  .TOP .Rbox {
    scale: 0.7;
    left: -119px;
    top: -50px;
  }
}
@media (max-width: 849px) {
  .TOP .Rbox {
    scale: 0.55;
    left: -132px;
    top: -96px;
  }
}
@media (max-width: 812px) {
  .TOP .Rbox {
    top: -148px;
  }
}
@media (max-width: 767px) {
  .TOP .Rbox {
    display: none;
  }
}
.TOP .emp-L {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.TOP .e-body {
  background-image: url(../images/banner/emperor_body.png);
  background-repeat: no-repeat;
  width: 328px;
  position: relative;
  background-position: -20px 85px;
  height: 100%;
  display: block;
  background-size: 111%;
}
.TOP .e-hand {
  background-image: url(../images/banner/emperor_hand.png);
  background-repeat: no-repeat;
  top: 360px;
  right: -13px;
  width: 142px;
  height: 102px;
  background-size: 78%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: e-right-wave 1s ease infinite running;
          animation: e-right-wave 1s ease infinite running;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1200px) {
  .TOP .e-hand {
    right: -36px;
  }
}
@-webkit-keyframes e-right-wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes e-right-wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.TOP .casino-R {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.TOP .c-base {
  background-image: url(../images/banner/Casino_small_Base.png);
  background-repeat: no-repeat;
  width: 485px;
  position: relative;
  background-position: 0px 110px;
  height: 713px;
  background-size: 100%;
  margin-left: -50px;
  position: relative;
}
.TOP .c-turn {
  background-image: url(../images/banner/Casino_small_turn.png);
  background-repeat: no-repeat;
  z-index: 1;
  width: 487px;
  height: 487px;
  position: absolute;
  top: 132px;
  left: -52px;
  scale: 0.85;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
  -webkit-animation: c-turn 1s ease infinite running;
          animation: c-turn 1s ease infinite running;
}
@-webkit-keyframes c-turn {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes c-turn {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*------------- CONTENT1 -------------*/
.CONTENT1 {
  width: 100%;
  position: relative;
  /* background: url(../images/geometry_left.png) no-repeat left bottom/12%, url(../images/geometry_right.png) no-repeat right bottom/12%; */
  background-attachment: fixed;
}
@media (max-width: lg_1200 px) {
  .CONTENT1 {
    height: auto;
    padding: 100px 0 150px;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .CONTENT1 {
    height: auto;
    padding: 0px 0 60px;
  }
}
@media (max-width: 480px) {
  .CONTENT1 {
    height: auto;
    padding: 0px 0 30px;
  }
}
.CONTENT1 .C1_casino {
  top: 47%;
  left: 50%;
  /* -webkit-transform: translate(-50%, -50%); */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* margin: initial; */
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .CONTENT1 .C1_casino {
    top: 45%;
    margin-bottom: 60px;
  }
}
@media (max-width: 428px) {
  .CONTENT1 .C1_casino {
    top: 43%;
    margin-bottom: 50px;
  }
}
.CONTENT1 .BUTform {
  padding: 10px 70px 10px 90px;
}
.CONTENT1 .c1-icon-form {
  position: absolute;
  width: 4rem;
  top: -24px;
  left: -68px;
}

.group_box {
  background: #fff;
  border-radius: 20px;
  padding: 1px 0 0;
  /* margin: 70px 0 100px; */
}


.dare_grids-ph{
  display: none;
}
@media (max-width: 480px) {
  .group_box {
    /* margin: 22px 0 100px; */
  }
}
.group_box .group_title {
  background: #00c2de;
  color: white;
  margin: 22px 25px 15px;
  padding: 18px 30px 6px;
  border-radius: 20px;
}


.finger{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 6px;
  right: 0;
  animation: bounce 2s ease-in-out .5s infinite alternate;
}

.finger img{
  width: 100%;
}

.fingera{
  position: relative;
}


@keyframes bounce {  
  0% { transform: translateY(0px);               }    
  50% { transform: translateY(-20px);                  }     
  100% { transform: translateY(0px);} 
  } 

@media (max-width: 768px) {
  .group_box .group_title {
    padding: 3px 19px 6px;
  }


  .dare_grids-ph{
    display: block!important;
  }


  .dare_grids{
    display: none;
  }


}
.group_box .group_title header {
  text-align: center;
  width: 58%;
}
@media (max-width: 768px) {
  .group_box .group_title header {
    width: 100%;
  }
}
.group_box .group_title header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: solid 3px #fff;
  line-height: 73px;
  font-family: "microsoft yahei";
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .group_box .group_title header h2 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
.group_box .group_title header p {
  font-size: 1.25rem;
}
.group_box .group_txt {
  border-bottom: dashed 2px #606060;
  padding: 50px 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #efefef), color-stop(24%, #ffffff));
  background: linear-gradient(to bottom, #efefef 6%, #ffffff 24%);
}
.group_box .group_txt:before {
  left: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent  #fae055;
  bottom: -15px;
  z-index: 7;
}
.group_box .group_txt:after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent  #fae055 transparent transparent;
  bottom: -15px;
  z-index: 7;
}
.group_box .group_txt:nth-child(5) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #f7e5d5), color-stop(54%, #fffefd));
  background: linear-gradient(to bottom, #f7e5d5 12%, #fffefd 54%);
}
.group_box .group_txt:nth-child(5) .bonus_txt h4 {
  background-color: #e3017f !important;
}
.group_box .group_txt:nth-child(5) .bonus_txt ul {
  display: inline-block;
}
.group_box .group_txt:nth-child(5) .bonus_txt ul li {
  color: #1b1818 !important;
  text-align: left;
}
.group_box .group_txt:nth-child(6) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #f7e5d5), color-stop(54%, #fffefd));
  background: linear-gradient(to bottom, #f7e5d5 12%, #fffefd 54%);
}
.group_box .group_txt:nth-child(6) ul {
  display: inline-block;
}
.group_box .group_txt:nth-child(6) ul li {
  color: #623301;
}
@media (max-width: 768px) {
  .group_box .group_txt {
    padding: 40px 0;
  }
}
.group_box .group_txt:last-child {
  border: none;
}
.group_box .group_txt .row {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .group_box .group_txt .row {
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .group_box .group_txt .row {
    padding: 0 2px;
  }
}
.group_box .group_txt .row span {
  font-family: "Noto Sans TC";
  font-weight: bolder;
  display: block;
  background: #00c2de;
  width: 55px;
  height: 55px;
  color: white;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 50px;
  margin: 0 13px 0 0;
  line-height: 52px;
}
.group_box .group_txt .row .awards_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .group_box .group_txt .row .awards_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.group_box .group_txt .row .awards_flex header {
  margin: 10px 0 0;
  color: #1b0143;
}
.group_box .group_txt .row .awards_flex header h3 {
  font-size: 2.1rem;
}
@media (max-width: 991px) {
  .group_box .group_txt .row .awards_flex header h3 {
    font-size: 1.6rem;
  }
}
.group_box .group_txt .row .awards_flex header p {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .group_box .group_txt .row .bonus_txt {
    text-align: center;
  }
}
.group_box .group_txt .row .bonus_txt h4 {
  background: #e3017f;
  color: #FFF;
  text-align: center;
  border-radius: 50px;
  padding: 8px 0;
  font-size: 1.8rem;
}
.group_box .group_txt .row .bonus_txt ul {
  margin: 11px 0 24px 65px;
}
@media (max-width: 991px) {
  .group_box .group_txt .row .bonus_txt ul {
    margin: 11px 0 24px 20px;
  }
}
@media (max-width: 768px) {
  .group_box .group_txt .row .bonus_txt ul {
    margin: 5px 0 20px;
    display: inline-block;
  }
}
.group_box .group_txt .row .bonus_txt ul li {
  list-style-type: disc;
  line-height: 33px;
  text-align: left;
  font-size: 1.2rem;
  color: #e3017f;
}
.group_box .group_txt .row .turntable {
  position: relative;
  transform: scale(0.87);
}
.group_box .group_txt .row .change {
  position: absolute;
  width: 470px;
  bottom: 33px;
  right: -44px;
}
@media (max-width: 1200px) {
  .group_box .group_txt .row .change {
    width: 398px;
    bottom: 125px;
    right: -44px;
  }
}
@media (max-width: 991px) {
  .group_box .group_txt .row .change {
    width: 300px;
    bottom: 167px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .group_box .group_txt .row .change {
    position: relative;
    width: 315px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .group_box .group_txt .row .turntable {
    position: relative;
    transform: scale(1);
}

}
.group_box .group_txt .row .change .go_btn {
  position: absolute;
  z-index: 3;
  background: initial;
  border: none;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  left: 0;
  right: 0;
  bottom: 46%;
  margin: auto;
  width: 215px;
  -webkit-filter: drop-shadow(0px 7px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 7px 6px rgba(0, 0, 0, 0.5));
  -webkit-animation: go 1.5s linear infinite;
          animation: go 1.5s linear infinite;
}
@media (max-width: 1200px) {
  .group_box .group_txt .row .change .go_btn {
    bottom: 45%;
    width: 198px;
  }
}
@media (max-width: 991px) {
  .group_box .group_txt .row .change .go_btn {
    bottom: 157px;
    width: 158px;
  }
}
@media (max-width: 768px) {
  .group_box .group_txt .row .change .go_btn {
    left: 0;
    bottom: 166px;
    width: 155px;
  }
}
@media (max-width: 428px) {
  .group_box .group_txt .row .change .go_btn {
    bottom: 173px;
    width: 147px;
  }
}
.group_box .group_txt .row .change .go_btn:before {
  content: initial;
}
@-webkit-keyframes go {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes go {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.group_box .group_txt .row .change .awards {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 102px;
  width: 423px;
  margin: auto;
  -webkit-animation: winning 12s linear infinite;
          animation: winning 12s linear infinite;
}
@media (max-width: 1200px) {
  .group_box .group_txt .row .change .awards {
    bottom: 86px;
    width: 359px;
  }
}
@media (max-width: 991px) {
  .group_box .group_txt .row .change .awards {
    bottom: 63px;
    width: 270px;
  }
}
@media (max-width: 768px) {
  .group_box .group_txt .row .change .awards {
    bottom: 67px;
    width: 286px;
  }
}
@-webkit-keyframes winning {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes winning {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.group_box .group_txt .row .change .arrow_click {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  -webkit-filter: drop-shadow(0px 7px 6px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 7px 6px rgba(0, 0, 0, 0.4));
  -webkit-animation: arrow_btn 0.8s ease-in-out infinite;
          animation: arrow_btn 0.8s ease-in-out infinite;
  z-index: 3;
}
@-webkit-keyframes arrow_btn {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes arrow_btn {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.group_box .group_txt figure {
  text-align: center;
}
@media (max-width: 991px) {
  .group_box .group_txt figure {
    width: 82px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  .group_box .group_txt figure {
    width: 28%;
    margin: 0 auto 30px;
  }
}
.group_box .group_txt a {
  background: -webkit-gradient(linear, right top, left top, from(#FF800A), to(#FFD208));
  background: linear-gradient(to left, #FF800A 0%, #FFD208 100%);
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  color: #3a3a3b;
  padding: 5px 54px;
  border-radius: 5px;
  -webkit-box-shadow: 6px 7px 0px 0px #3a3a3b;
          box-shadow: 6px 7px 0px 0px #3a3a3b;
  margin: 0 0 22px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.group_box .group_txt a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#ff430a), to(#ff6308));
  background: linear-gradient(to left, #ff430a 0%, #ff6308 100%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: white;
}
.group_box .group_txt a:hover:before {
  height: 50px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 991px) {
  .group_box .group_txt a {
    padding: 5px 45px;
  }
}
.group_box .group_txt a:before {
  content: "";
  position: absolute;
  width: 100% !important;
  height: 47px;
  border: solid 2px #3a3a3b;
  border-radius: 8px;
  left: -7px;
  top: -7px;
}
@media (max-width: 991px) {
  .group_box .group_txt a:before {
    width: 135px;
  }
}
.group_box .group_txt h5 {
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#FF800A), to(#FFD208));
  background: linear-gradient(to left, #FF800A 0%, #FFD208 100%);
  display: inline-block;
  padding: 10px 77px;
  font-size: 2rem;
  border-radius: 50px;
  border: solid 2px;
  margin: 15px 0 20px;
}
.group_box .group_txt .illustrate ul {
  margin: 0 0 35px 25px;
}
.group_box .group_txt .illustrate ul li {
  list-style-type: disc;
  text-align: left;
  line-height: 30px;
  font-size: 0.95rem;
}
.group_box .group_txt .illustrate ul li ul {
  margin: 0 0 0 20px;
}
.group_box .group_txt .illustrate ul li ul li {
  list-style-type: decimal;
}
.group_box .group_txt .skill_title {
  text-align: center;
  color: #5b1c1c;
  padding: 16px 0 4px;
  border-radius: 12px;
  margin: 0 25px 23px;
}
.group_box .group_txt .skill_title h2 {
  font-size: 2.5rem;
  border-bottom: solid 2px;
  padding: 0 0 11px;
  font-family: "microsoft yahei";
  letter-spacing: 2px;
  font-weight: bolder;
  margin: 14px 0 0;
}
@media (max-width: 768px) {
  .group_box .group_txt .skill_title h2 {
    font-size: 2rem;
  }
}
.group_box .group_txt .skill_title p {
  font-size: 1.3rem;
}

.man {
  position: absolute;
  left: 0;
  top: -10%;
  z-index: 5;
  width: 150px;
  height: auto;
}
@media (max-width: 1200px) {
  .man {
    width: 115px;
  }
}
@media (max-width: 991px) {
  .man {
    width: 103px;
  }
}
@media (max-width: 768px) {
  .man {
    width: 96px;
  }
}
@media (max-width: 480px) {
  .man {
    width: 52px;
    top: -3%;
  }
}

.woman {
  position: absolute;
  right: 0;
  width: 200px;
  height: auto;
  top: -10%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .woman {
    width: 130px;
  }
}
@media (max-width: 991px) {
  .woman {
    width: 125px;
  }
}
@media (max-width: 768px) {
  .woman {
    width: 123px;
  }
}
@media (max-width: 480px) {
  .woman {
    width: 62px;
    top: -3%;
  }
}

/*------------- CONTENT2 -------------*/
.CONTENT2 {
  background: url(../images/bg.svg) no-repeat center -70px #fdcc00;
  background-size: 100%;
  padding: 90px 0 80px;
}
@media (max-width: 768px) {
  .CONTENT2 {
    padding: 50px 0 90px;
  }
}
@media (max-width: 480px) {
  .CONTENT2 {
    padding: 50px 0 30px;
  }
}
.CONTENT2 .titBox {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .CONTENT2 .titBox {
    margin-bottom: 30px;
  }
}
.CONTENT2 h2 {
  font-weight: 400;
  font-size: 58px;
  color: #750110;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .CONTENT2 h2 {
    font-size: 42px;
  }
}
@media (max-width: 428px) {
  .CONTENT2 h2 {
    font-size: 34px;
  }
}
.CONTENT2 h2 img {
  padding-right: 5px;
  width: 6rem;
}
@media (max-width: 480px) {
  .CONTENT2 h2 img {
    width: 3.5rem;
  }
}
.CONTENT2 h3 {
  font-weight: 400;
  font-size: 45px;
  color: #750110;
}
@media (max-width: 428px) {
  .CONTENT2 h3 {
    font-size: 32px;
  }
}
.CONTENT2 h3 span {
  color: red;
}
.CONTENT2 .reelBox {
  width: 90%;
  padding: 30px;
  background: url(../images/dragonBg.svg) no-repeat center center #f9eaac;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .CONTENT2 .reelBox {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .CONTENT2 .reelBox {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .CONTENT2 .reelBox {
    padding: 20px;
  }
}
.CONTENT2 .reelBox .reelLeft {
  position: absolute;
  top: 0px;
  left: -41px;
  height: 100%;
}
@media (max-width: 480px) {
  .CONTENT2 .reelBox .reelLeft {
    display: none;
  }
}
.CONTENT2 .reelBox .reelicon {
  margin-top: -10px;
}
.CONTENT2 .reelBox .reelRight {
  position: absolute;
  top: 0px;
  right: -14px;
  height: 100%;
}
@media (max-width: 480px) {
  .CONTENT2 .reelBox .reelRight {
    display: none;
  }
}
.CONTENT2 h4 {
  letter-spacing: 5px;
  text-align: center;
}
.CONTENT2 h4 span {
  color: #fff;
  background-color: #bc0606;
  border-radius: 8px;
  font-size: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px;
  padding-left: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  width: 55px;
}
@media (max-width: 428px) {
  .CONTENT2 h4 span {
    font-size: 28px;
    padding: 5px;
    padding-left: 10px;
    height: 48px;
    width: 48px;
  }
}
.CONTENT2 ul {
  padding-left: 56px;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .CONTENT2 ul {
    padding-left: 15px;
  }
}
.CONTENT2 ul li {
  color: #000;
  font-size: 22px;
  padding-bottom: 4px;
}
.CONTENT2 ul li img {
  padding-right: 10px;
}

/*------------- CONTENT3 -------------*/
.CONTENT3 {
  background: #ffffff;
  padding: 90px 0 80px;
}
@media (max-width: 768px) {
  .CONTENT3 {
    padding: 50px 0 90px;
  }
}
@media (max-width: 428px) {
  .CONTENT3 {
    padding: 50px 0 40px;
  }
}
.CONTENT3 .titBox {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .CONTENT3 .titBox {
    margin-bottom: 30px;
  }
}
.CONTENT3 h2 {
  font-weight: 400;
  font-size: 58px;
  color: #750110;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .CONTENT3 h2 {
    font-size: 42px;
  }
}
@media (max-width: 428px) {
  .CONTENT3 h2 {
    font-size: 34px;
  }
}
.CONTENT3 h2 img {
  padding-right: 5px;
  width: 6rem;
}
@media (max-width: 480px) {
  .CONTENT3 h2 img {
    width: 3.5rem;
  }
}
.CONTENT3 .studentBox {
  border: 1px solid #2d2d2d;
  border-radius: 12px;
  padding: 25px;
  position: relative;
  min-height: 286px;
  margin-bottom: 30px;
}
.CONTENT3 .classname {
  color: #ffffff;
  background-color: #750110;
  padding: 5px 30px;
  position: absolute;
  top: 0px;
  left: 30px;
}
.CONTENT3 h4 {
  color: #000;
  margin-top: 25px;
  line-height: 33px;
  margin-bottom: 15px;
  font-size: 24px;
}
.CONTENT3 h4 span {
  color: #750110;
}
.CONTENT3 p {
  text-align: justify;
}
.CONTENT3 .stimg {
  position: absolute;
  top: 13px;
  right: 31px;
  width: 6rem;
}
@media (max-width: 576px) {
  .CONTENT3 .stimg {
    width: 4.5rem;
  }
}
@media (max-width: 390px) {
  .CONTENT3 .stimg {
    right: 14px;
  }
}

/*------------- CONTENT4 -------------*/
.CONTENT4 {
  background: url(../images/bg.svg) no-repeat center -70px #fdcc00;
  background-size: 100%;
  padding: 90px 0 200px;
}
@media (max-width: 768px) {
  .CONTENT4 {
    padding: 50px 0 150px;
  }
}
@media (max-width: 480px) {
  .CONTENT4 {
    padding: 0px 0 50px;
  }
}
@media (max-width: 767px) {
  .CONTENT4 .container {
    padding: 50px 0 50px;
  }
}
.CONTENT4 .titBox {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .CONTENT4 .titBox {
    margin-bottom: 30px;
  }
}
.CONTENT4 h2 {
  font-weight: 400;
  font-size: 58px;
  color: #750110;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .CONTENT4 h2 {
    font-size: 42px;
  }
}
@media (max-width: 428px) {
  .CONTENT4 h2 {
    font-size: 34px;
  }
}
.CONTENT4 h2 img {
  padding-right: 5px;
  width: 6rem;
}
@media (max-width: 480px) {
  .CONTENT4 h2 img {
    width: 3.5rem;
  }
}
.CONTENT4 .reelBox {
  width: 65%;
  padding: 30px;
  background: #f9eaac;
  margin-bottom: 30px;
  text-align: center;
  margin: auto;
}
@media (max-width: 1024px) {
  .CONTENT4 .reelBox {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .CONTENT4 .reelBox {
    padding: 20px;
  }
}
.CONTENT4 .reelLeft {
  position: absolute;
  top: 0px;
  left: -41px;
  height: 100%;
}
@media (max-width: 480px) {
  .CONTENT4 .reelLeft {
    display: none;
  }
}
.CONTENT4 .reelRight {
  position: absolute;
  top: 0px;
  right: -14px;
  height: 100%;
}
@media (max-width: 480px) {
  .CONTENT4 .reelRight {
    display: none;
  }
}
.CONTENT4 .BUT {
  font-size: 2.6rem;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .CONTENT4 .BUT {
    font-size: 2rem;
  }
}
.CONTENT4 ul {
  padding-left: 30px;
  padding-bottom: 50px;
  padding-top: 20px;
}
.CONTENT4 ul li {
  text-align: left;
  font-size: 22px;
  padding-bottom: 4px;
}
.CONTENT4 ul li img {
  padding-right: 10px;
}/*# sourceMappingURL=layout.css.map */