@charset "UTF-8";
a {
  text-decoration: none;
}

html,
body,
body {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: auto !important;
}

.article,
ul {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
}

li {
  list-style-type: none;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans TC", serif, "Microsoft JhengHei", 微軟正黑體, PMingLiU,
    新細明體, sans-serif;
}
.link__header {
  width: 100%;
  height: 1098px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* @media screen and (max-width: 767px) {
  .link__header {
    width: 100%;
    height: 845px;
  }
} */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .link__header {
    width: 100%;
    height: 905px;
  }
}
.tab_inner {
  display: none;
}

.active {
  display: block;
}

.rightbar {
  position: fixed;
  width: 170px;
  height: auto;
  z-index: 99;
  right: 2px;
  top: 24%;
  padding: 1% 0;
  background: url(../img/rightbg3.png) repeat-y;
  border: 2px solid #6d2825;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rightbar.active {
  -webkit-transform: translateX(178px);
  transform: translateX(160px);
}
.rightbar ul {
  width: 90%;
  margin: 4% 2% 0 8%;
}
.rightbar ul li {
  margin: 0 0 9px 0;
}
.rightbar ul li ul.social_rightbar li {
  float: left;
}
.rightbar ul li:hover {
  opacity: 0.85;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
.rightbar ul li.payarea {
  float: left;
  width: 50%;
  margin: 0 0 3% 0;
}
.rightbar ul li.store {
  padding-left: 3%;
  clear: both;
}
.rightbar ul li.store img {
  width: 90%;
  transition: transform 0.3s ease;
}

.rightbar ul li.store img:hover {
  transform: translateY(-5px);
}
.rightbar ul li.number {
  margin-left: 2.5%;
}
.rightbar ul .social_rightbar {
  clear: both;
  padding-left: 3px;
  margin-left: 8px;
}
.rightbar ul .social_rightbar .social_fb,
.rightbar ul .social_rightbar .social_baha,
.rightbar ul .social_rightbar .social_yt {
  float: left;
  padding: 0 4px;
}

.rightbar ul .social_rightbar .social_fb:hover {
  opacity: 0.85;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
.rightbar ul .social_rightbar .social_baha:hover {
  opacity: 0.85;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
.rightbar ul .social_rightbar .social_yt:hover {
  opacity: 0.85;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
.rightbar .menu {
  width: 34px;
  height: 101px;
  z-index: -1;
  padding-top: 8px;
  margin: 12px 0 0 -26px;
  position: absolute;
  background: url(../img/rightbarmenu.png) center top no-repeat;
  cursor: pointer;
}
.rightbar .menu .open {
  margin: 5px 0 0 6px;
  background: url(../img/rightopen.png) no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 14px;
  height: 16px;
}
.rightbar .menu .open.active {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mask {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9997;
}
.mask ul {
  padding-top: 38%;
}
.mask ul li {
  text-align: center;
  font-size: 2em;
  margin-bottom: 5%;
  color: #ffffff;
}
.mask ul li a {
  color: #ffffff;
}
.mask ul li .mobwebpay {
  display: none;
  position: absolute;
  margin-top: -20px;
}
.mask ul li .mobwebpay ul li {
  float: none;
  width: 90px;
  margin: 0 0 3px 0;
  line-height: 1.5;
  padding-left: 2px;
  font-size: 17px;
  background-color: rgba(255, 255, 255, 0.9);
}
.mask ul li .mobwebpay ul li a {
  color: #000000;
  display: block;
}
.mask ul li .mobwebpay ul li a:hover {
  background-color: rgb(255, 255, 255);
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 2%;
  right: -7%;
  display: none;
  z-index: 9999;
  background: url(../img/close.png) no-repeat;
  width: 56px;
  height: 56px;
}

.close-btn:hover {
  -webkit-animation: spin 1s ease-in-out;
  animation: spin 1s ease-in-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ham {
  width: 51px;
  height: 51px;
  border-radius: 30px;
  position: fixed;
  cursor: pointer;
  right: 3%;
  padding: 2% 0 0 0;
  margin: 3% 0 0 0;
}
.ham .linebtn {
  width: 30px;
  border-radius: 1px;
  height: 3px;
  display: block;
  background-color: #fff;
  margin: 0 auto 7px 11px;
  pointer-events: none;
  z-index: 9999;
}
.ham .linebtn::before {
  content: "";
  position: absolute;
  width: 30px;
  border-radius: 1px;
  height: 3px;
  display: block;
  background-color: #fff;
  margin: 10px auto 0 0;
  pointer-events: none;
}
.ham .linebtn::after {
  content: "";
  position: absolute;
  width: 30px;
  border-radius: 1px;
  height: 3px;
  display: block;
  background-color: #fff;
  margin: 20px auto 0 0;
  pointer-events: none;
}
.ham .linebtn_h {
  width: 30px;
  border-radius: 1px;
  height: 3px;
  display: block;
  background-color: #fff;
  margin: 0 auto 7px 0;
  pointer-events: none;
  -webkit-animation: lin 2s ease-in-out;
  animation: lin 2s ease-in-out;
  -webkit-transform: rotate(45deg) translate(13px, -2px);
  transform: rotate(45deg) translate(13px, -2px);
  opacity: 1;
  z-index: 9999;
}
.ham .linebtn_h::before {
  opacity: 0;
}
.ham .linebtn_h::after {
  -webkit-transform: rotate(-90deg) translate(19px, 0px);
  transform: rotate(-90deg) translate(19px, 0px);
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.wrapper .mobmenu {
  display: none;
}
.wrapper .header {
  width: 100%;
  height: auto;
  position: relative;
  background: url(../img/header_bg-1.jpg) no-repeat center top;
  /* background: url(../img/header_bg-2.jpg) no-repeat center top; */
  background-size: cover;
}
.wrapper .header #logo {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
  width: 15%;
}
.wrapper .header #logo img {
  width: 100%;
}

.wrapper .header .topbar_ob {
  width: 100%;
  height: 50px;
  background-color: #ffffffe2;
  z-index: 100;
  position: fixed;
  display: flex;
}

.wrapper .header .topbar_ob ul {
  width: 590px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.wrapper .header .topbar_ob ul li {
  float: left;
  margin: 0 20px;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.wrapper .header .topbar_ob ul li a {
  color: #cc7d0e;
}
.wrapper .header .topbar_ob ul li a:hover {
  color: #454545;
}
.wrapper .header .topbar_ob ul li .webpay {
  display: none;
  position: absolute;
  margin-top: -20px;
}
.wrapper .header .topbar_ob ul li .webpay ul li {
  float: none;
  width: 90px;
  margin: 0 0 3px 0;
  line-height: 1.5;
  padding-left: 2px;
  font-size: 17px;
  background-color: rgba(255, 255, 255, 0.9);
}
.wrapper .header .topbar_ob ul li .webpay ul li a {
  color: #000000;
  display: block;
}
.wrapper .header .topbar_ob ul li .webpay ul li a:hover {
  background-color: rgb(255, 255, 255);
}
.wrapper .header .topbar_ob ul li.pay {
  display: none;
}
.wrapper .header .cht {
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  display: none;
}

.wrapper .header .cht #role_ym_n img {
  width: 100%;
}

.wrapper .header .cht #role_ym_n {
}

.wrapper .header .sloganbox_ob {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.wrapper .header .sloganbox_ob #slogan_jxr2 {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
  z-index: 5;
  padding: 25vh 0;
}

.wrapper .header .sloganbox_ob #slogan_jxr2 img.mobile {
  width: 100%;
  display: none;
}
.wrapper .header .sloganbox_ob #slogan_jxr2 img.desktop {
  width: 100%;
  display: block;
}

.wrapper .header .sloganbox_ob .fea_btn {
  cursor: pointer;
  position: relative;
  width: 8%;
  margin: 0 auto;
  bottom: 25vh;
  z-index: 20;
}

.wrapper .header .sloganbox_ob .fea_btn a .playbtn {
  position: relative;
  margin: 0 auto;
}
.wrapper .header .sloganbox_ob .fea_btn a .playbtn .playbtn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrapper .header .sloganbox_ob .fea_btn .video1 {
  width: 20%;
  margin: 0 auto;
}
.wrapper .header .sloganbox_ob .fea_btn .video1 img {
  width: 100%;
}

.wrapper .header .sloganbox_ob .downloadbtn_ob {
  width: 680px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 20px 0;
  z-index: 5;
  display: flex;
  padding-top: 0%;
}

.wrapper .header .sloganbox_ob .downloadbtn_ob img {
  width: 100%;
}

.wrapper .header .sloganbox_ob .downloadbtn_ob ul {
  width: 750px;
  float: left;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.wrapper .header .sloganbox_ob .downloadbtn_ob ul li {
  margin: 1%;
  position: relative;
}
.wrapper .header .sloganbox_ob .downloadbtn_ob ul li img {
  transition: transform 0.3s ease;
}

.wrapper .header .sloganbox_ob .downloadbtn_ob ul li:hover img {
  transform: translateY(-5px);
}

.wrapper .article {
  width: 100%;
  clear: both;
  height: auto;
}

/*消息開始*/

.wrapper .article .news_wrap {
  width: 100%;
  padding: 90px 0;
  position: relative;
  background: url(../img/newsbg.jpg) no-repeat center top;
  background-size: cover;
  display: block;
}
.wrapper .article .news_wrap .newsbox {
  width: 1200px;
  margin: 0 auto;
}
.wrapper .article .news_wrap .newsbox::after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .article .news_wrap .newsbox .newsbn {
  width: 50%;
  float: left;
}
.wrapper .article .news_wrap .newsbox .newsbn .swiper-container {
  /* width: 596px; */
  margin: 2% auto 6% auto;
  border: 2px solid #5f5f63;
  display: block;
}

.wrapper
  .article
  .news_wrap
  .newsbox
  .newsbn
  .swiper-container
  .swiper-pagination {
  width: 50%;
}

.wrapper
  .article
  .news_wrap
  .newsbox
  .newsbn
  .swiper-container
  .swiper-pagination-bullet {
  width: 14%;
  height: 10px;
  display: inline-block;
  margin: 2% 4% 0 0%;
  clear: both;
  border: 1px solid #ffffff;
  display: none;
}

.wrapper .article .news_wrap .newsbox .newsbn .swiper-pagination {
  width: 50%;
}

.wrapper .article .news_wrap .newsbox .newscontent {
  width: 48%;
  float: left;
  margin: 1% 0 0 2%;
}
.wrapper .article .news_wrap .newsbox .newscontent .newstitle {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
}
.wrapper .article .news_wrap .newsbox .newscontent .newstitle a {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin: 10px 7px 0 0;
  border: 1px solid #292853;
  padding: 1px 4px;
  color: #3f3f3f;
}
.wrapper .article .news_wrap .newsbox .newscontent .newstitle a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrapper .article .news_wrap .newsbox .newscontent .news_item {
  margin-bottom: 5px;
}
.wrapper .article .news_wrap .newsbox .newscontent .news_item::after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .article .news_wrap .newsbox .newscontent .news_item ul li {
  float: left;
  width: 24.5%;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #292853;
  font-size: 15px;
  line-height: 2;
}
.wrapper .article .news_wrap .newsbox .newscontent .news_item ul li a {
  display: block;
  color: #5f470a;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .news_item
  ul
  li:nth-child(1),
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .news_item
  ul
  li:nth-child(2),
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .news_item
  ul
  li:nth-child(3) {
  border-right: 0;
}
.wrapper .article .news_wrap .newsbox .newscontent .news_item ul .newsactive {
  background-color: #5f470a;
  border: 1px solid #5f470a;
}
.wrapper .article .news_wrap .newsbox .newscontent .news_item ul .newsactive a {
  color: #ffffff;
}
.wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap {
  clear: both;
  width: 98%;
}
.wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap::after {
  content: "";
  clear: both;
  display: block;
}
.wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap ul li {
  width: 100%;
  clear: both;
  border-bottom: 1px dotted #292853;
  font-size: 15px;
}
.wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3f3f3f;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .tab_inner_wrap
  ul
  li
  a::before {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  color: #fff;
  float: left;
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
}
.wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a p {
  float: left;
  margin-left: 15px;
  font-size: 17px;
  height: 53px;
  line-height: 53px;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .tab_inner_wrap
  ul
  li
  a
  p:hover {
  color: #42418b;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .tab_inner_wrap
  ul
  li
  a
  .date {
  font-size: 12px;
  color: #3f3f3f;
  float: right;
  line-height: 53px;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .tab_inner_wrap
  ul
  li.iconews {
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
  float: left;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .tab_inner_wrap
  ul
  li.iconews::before {
  content: "新聞";
  padding: 1px 6px;
  float: left;
  font-size: 13px;
  margin-top: 17px;
  background-color: #a83535;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .tab_inner_wrap
  ul
  li.icoevent {
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
  float: left;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .tab_inner_wrap
  ul
  li.icoevent::before {
  content: "活動";
  float: left;
  padding: 1px 6px;
  margin-top: 17px;
  font-size: 13px;
  background-color: #dbc33a;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .tab_inner_wrap
  ul
  li.icosystem {
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
  float: left;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .tab_inner_wrap
  ul
  li.icosystem::before {
  content: "系統";
  float: left;
  margin-top: 17px;
  padding: 1px 6px;
  font-size: 13px;
  background-color: #4d8832;
}
.wrapper .article .news_wrap .newsbox .newscontent .socialmedia {
  clear: both;
  width: 100%;
  margin-top: 60px;
}
.wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li {
  display: inline-block;
  width: calc(33.3333333333% - 5px);
  text-align: center;
}
.wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li a p {
  color: #ffffff;
}
.wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li:hover {
  -webkit-filter: brightness(1.07);
}
.wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li.sm_fb {
  position: relative;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .socialmedia
  ul
  li.sm_fb
  a
  img {
  z-index: 2;
  position: relative;
  margin-top: -40px;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .socialmedia
  ul
  li.sm_fb
  a::after {
  content: "官方粉絲團";
  width: 183px;
  color: #ffffff;
  height: 45px;
  line-height: 60px;
  position: absolute;
  top: -11px;
  left: 0;
  background-color: #4a5ac0;
}
.wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li.sm_baha {
  position: relative;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .socialmedia
  ul
  li.sm_baha
  a
  img {
  z-index: 2;
  position: relative;
  margin-top: -49px;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .socialmedia
  ul
  li.sm_baha
  a::after {
  content: "巴哈姆特哈啦板";
  width: 183px;
  color: #ffffff;
  height: 45px;
  line-height: 60px;
  position: absolute;
  top: -11px;
  left: 0;
  background-color: #505888;
}
.wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li.sm_yt {
  position: relative;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .socialmedia
  ul
  li.sm_yt
  a
  img {
  z-index: 2;
  position: relative;
  margin-top: -56px;
}
.wrapper
  .article
  .news_wrap
  .newsbox
  .newscontent
  .socialmedia
  ul
  li.sm_yt
  a::after {
  content: "YOUTUBE 頻道";
  width: 183px;
  color: #ffffff;
  height: 45px;
  line-height: 60px;
  position: absolute;
  top: -11px;
  left: 0;
  background-color: #be2525;
}

/*消息結束*/

/*商店開始*/

.features {
  width: 100%;
  margin: 0;
  background: url(../img/bg_4.jpg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.features .featurebox {
  width: 80%;
  margin: 0 auto;
  padding: 2%;
}

.features .featurebox .featuretitle {
  width: 20%;
  margin: 0 auto;
}

.features .featurebox .featuretitle img {
  width: 100%;
}

.features .featurebox .swiper-container {
  width: 820px;
  margin: 2% auto 6% auto;
  border: 1px solid #ffffff;
}

.features .featurebox .swiper-container .swiper-pagination {
  width: 100%;
  margin: 0 0 0 0;
  display: none;
}

.features .featurebox .swiper-pagination-bullet {
  width: 14%;
  height: 10px;
  display: inline-block;
  margin: 2% 4% 0 0%;
  clear: both;
  border: 1px solid #ffffff;
}

.features .featurebox .swiper-pagination {
  width: 30%;
}

/*商店結束*/

/*footer開始*/

.footer {
  padding-top: 30px;
  background-color: #000000;
  position: relative;
  background-image: url(../img/footer_bg.jpg);
}
.footer #footercopy {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.1rem;
  padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  color: #fff;
}
.footer #footercopy .con {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.footer #footercopy .con p {
}

.footer #footercopy p {
  /* display: flex;
  align-items: center; */
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.footer #footercopy .con img {
  margin-right: 0.2rem;
}
.footer #footercopy .grade {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  line-height: 0.8rem;
}
.footer #footercopy .grade img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
}
.footer #footercopy .grade p {
}

/*footer結束*/

@media screen and (min-width: 1651px) and (max-width: 3000px) {
  .wrapper .header {
    overflow: hidden;
  }

  .wrapper .header {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/header_bg-1.jpg) no-repeat center top;
    /* background: url(../img/header_bg-2.jpg) no-repeat center top; */
    background-size: cover;
  }
  .wrapper .header #logo {
    position: absolute;
    top: 6%;
    left: 3%;
    z-index: 100;
    width: 13%;
  }
  .wrapper .header #logo img {
    width: 100%;
  }

  .wrapper .header .topbar_ob {
    width: 100%;
    height: 50px;
    background-color: #ffffffe2;
    z-index: 100;
    position: fixed;
    display: flex;
  }

  .wrapper .header .topbar_ob ul {
    width: 590px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
  }
  .wrapper .header .topbar_ob ul li {
    float: left;
    margin: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
  }

  .features .featurebox .featuretitle {
    width: 30%;
    margin: 0 auto;
  }

  .features .featurebox .featuretitle img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob {
    width: 68%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .wrapper .header .sloganbox_ob #slogan_jxr2 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 5;
    padding: 25vh 0 25vh 0;
  }

  .wrapper .header .sloganbox_ob #slogan_jxr2 img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob {
    width: 56%;
    margin: 0 auto;
    position: relative;
    padding-top: 0%;
    z-index: 5;
    display: flex;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob ul {
    width: 750px;
    float: left;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .wrapper .header .sloganbox_ob .fea_btn {
    cursor: pointer;
    width: 40%;
        display: flex;
        margin: 0 auto;
        bottom: 25vh;
        margin-top: 0%;
        /* margin-bottom: 2%; */
        z-index: 20;
        justify-content: center;
  }
}

@media screen and (min-width: 1451px) and (max-width: 1650px) {
  .wrapper .header {
    overflow: hidden;
  }
  .wrapper .header #logo {
    position: absolute;
    top: 3%;
    left: 4%;
    z-index: 102;
    width: 15%;
}
  .wrapper .header .sloganbox_ob .downloadbtn_ob {
    width: 680px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 0 0;
    z-index: 5;
    display: flex;
    padding-top: 0%;
}
  .wrapper .header .sloganbox_ob .fea_btn {
    cursor: pointer;
    position: relative;
    width: 8%;
    margin: 0 auto;
    bottom: 27vh;
    z-index: 20;
}
.wrapper .header .sloganbox_ob #slogan_jxr2 {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    z-index: 5;
    padding: 25vh 0 27vh 0;
}
}

@media screen and (min-width: 1301px) and (max-width: 1450px) {
  .wrapper .header {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/header_bg-1.jpg) no-repeat center top;
    /* background: url(../img/header_bg-2.jpg) no-repeat center top; */
    background-size: cover;
  }
  .wrapper .header #logo {
    position: absolute;
    top: 8%;
    left: 5%;
    z-index: 100;
    width: 15%;
  }
  .wrapper .header #logo img {
    width: 100%;
  }

  .wrapper .header .topbar_ob {
    width: 100%;
    height: 50px;
    background-color: #ffffffe2;
    z-index: 100;
    position: fixed;
    display: flex;
  }

  .wrapper .header .topbar_ob ul {
    width: 590px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
  }
  .wrapper .header .topbar_ob ul li {
    float: left;
    margin: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
  }

  .features .featurebox .featuretitle {
    width: 30%;
    margin: 0 auto;
  }

  .features .featurebox .featuretitle img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .wrapper .header .sloganbox_ob #slogan_jxr2 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 5;
    margin-top: 5vh;
  }

  .wrapper .header .sloganbox_ob #slogan_jxr2 img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob {
    width: 56%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 0;
    z-index: 5;
    display: flex;
  }

  .wrapper .header .sloganbox_ob .fea_btn {
    cursor: pointer;
    position: relative;
    width: 8%;
    margin: 0 auto;
    margin-top: 2%;
    z-index: 20;
    margin-bottom: 3%;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob ul {
    width: 750px;
    float: left;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .wrapper .header {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/header_bg-1.jpg) no-repeat center top;
    /* background: url(../img/header_bg-2.jpg) no-repeat center top; */
    background-size: cover;
  }
  .wrapper .header #logo {
    position: absolute;
    top: 7%;
    left: 10%;
    z-index: 100;
    width: 17%;
  }
  .wrapper .header #logo img {
    width: 100%;
  }

  .wrapper .header .topbar_ob {
    width: 100%;
    height: 50px;
    background-color: #ffffffe2;
    z-index: 100;
    position: fixed;
    display: flex;
  }

  .wrapper .header .topbar_ob ul {
    width: 590px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
  }
  .wrapper .header .topbar_ob ul li {
    float: left;
    margin: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
  }

  .features .featurebox .featuretitle {
    width: 30%;
    margin: 0 auto;
  }

  .features .featurebox .featuretitle img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  /* .wrapper .header .sloganbox_ob #slogan_jxr2 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 5;
    padding-top: 50%;
  } */

  .wrapper .header .sloganbox_ob #slogan_jxr2 img {
    width: 100%;
  }

  /* .wrapper .header .sloganbox_ob .fea_btn {
    cursor: pointer;
    position: relative;
    width: 8%;
    margin: 0 auto;
    margin-top: -36%;
    z-index: 20;
    margin-bottom: 2%;
  } */

  .wrapper .header .sloganbox_ob .downloadbtn_ob {
    width: 48%;
    margin: 0 auto;
    position: relative;
    padding: 0px 0 0 0;
    margin-bottom: 5vh;
    z-index: 5;
    display: flex;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob ul {
    width: 750px;
    float: left;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
  }

  /*消息開始*/

  .wrapper .article .news_wrap {
    width: 100%;
    padding: 90px 0;
    position: relative;
    background: url(../img/newsbg.jpg) no-repeat center top;
    background-size: cover;
    display: block;
  }
  .wrapper .article .news_wrap .newsbox {
    width: 90%;
    margin: 0 auto;
  }
  .wrapper .article .news_wrap .newsbox::after {
    content: "";
    display: block;
    clear: both;
  }
  .wrapper .article .news_wrap .newsbox .newsbn {
    width: 50%;
    float: left;
  }
  .wrapper .article .news_wrap .newsbox .newsbn .swiper-container {
    width: 100%;
    margin: 0% 0% 0% -4%;
    border: 2px solid #5f5f63;
    display: block;
  }

  .wrapper
    .article
    .news_wrap
    .newsbox
    .newsbn
    .swiper-container
    .swiper-pagination {
    width: 50%;
  }

  .wrapper
    .article
    .news_wrap
    .newsbox
    .newsbn
    .swiper-container
    .swiper-pagination-bullet {
    width: 14%;
    height: 10px;
    display: inline-block;
    margin: 2% 4% 0 0%;
    clear: both;
    border: 1px solid #ffffff;
    display: none;
  }

  .wrapper .article .news_wrap .newsbox .newsbn .swiper-pagination {
    width: 50%;
  }

  .wrapper .article .news_wrap .newsbox .newscontent {
    width: 48%;
    float: left;
    margin: 0 0 0 0%;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .newstitle {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .newstitle a {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin: 10px 7px 0 0;
    border: 1px solid #292853;
    padding: 1px 4px;
    color: #3f3f3f;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .newstitle a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .news_item {
    margin-bottom: 5px;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .news_item::after {
    content: "";
    display: block;
    clear: both;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .news_item ul li {
    float: left;
    width: 24.5%;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #292853;
    font-size: 15px;
    line-height: 2;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .news_item ul li a {
    display: block;
    color: #5f470a;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .news_item
    ul
    li:nth-child(1),
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .news_item
    ul
    li:nth-child(2),
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .news_item
    ul
    li:nth-child(3) {
    border-right: 0;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .news_item ul .newsactive {
    background-color: #5f470a;
    border: 1px solid #5f470a;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .news_item
    ul
    .newsactive
    a {
    color: #ffffff;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap {
    clear: both;
    width: 98%;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap::after {
    content: "";
    clear: both;
    display: block;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap ul li {
    width: 100%;
    clear: both;
    border-bottom: 1px dotted #292853;
    font-size: 15px;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3f3f3f;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .tab_inner_wrap
    ul
    li
    a::before {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    color: #fff;
    float: left;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a p {
    float: left;
    margin-left: 15px;
    font-size: 17px;
    height: 53px;
    line-height: 53px;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .tab_inner_wrap
    ul
    li
    a
    p:hover {
    color: #42418b;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .tab_inner_wrap
    ul
    li
    a
    .date {
    font-size: 12px;
    color: #3f3f3f;
    float: right;
    line-height: 53px;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .tab_inner_wrap
    ul
    li.iconews {
    font-size: 12px;
    color: #ffffff;
    vertical-align: middle;
    float: left;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .tab_inner_wrap
    ul
    li.iconews::before {
    content: "新聞";
    padding: 1px 6px;
    float: left;
    font-size: 13px;
    margin-top: 17px;
    background-color: #a83535;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .tab_inner_wrap
    ul
    li.icoevent {
    font-size: 12px;
    color: #ffffff;
    vertical-align: middle;
    float: left;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .tab_inner_wrap
    ul
    li.icoevent::before {
    content: "活動";
    float: left;
    padding: 1px 6px;
    margin-top: 17px;
    font-size: 13px;
    background-color: #dbc33a;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .tab_inner_wrap
    ul
    li.icosystem {
    font-size: 12px;
    color: #ffffff;
    vertical-align: middle;
    float: left;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .tab_inner_wrap
    ul
    li.icosystem::before {
    content: "系統";
    float: left;
    margin-top: 17px;
    padding: 1px 6px;
    font-size: 13px;
    background-color: #4d8832;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia {
    clear: both;
    width: 100%;
    margin-top: 60px;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li {
    display: inline-block;
    width: calc(33.3333333333% - 5px);
    text-align: center;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li a p {
    color: #ffffff;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li:hover {
    -webkit-filter: brightness(1.07);
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li.sm_fb {
    position: relative;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_fb
    a
    img {
    z-index: 2;
    position: relative;
    margin-top: -40px;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_fb
    a::after {
    content: "官方粉絲團";
    width: 98%;
    color: #ffffff;
    height: 45px;
    line-height: 60px;
    position: absolute;
    top: -11px;
    left: 0;
    background-color: #4a5ac0;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_baha {
    position: relative;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_baha
    a
    img {
    z-index: 2;
    position: relative;
    margin-top: -49px;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_baha
    a::after {
    content: "巴哈姆特哈啦板";
    width: 98%;
    color: #ffffff;
    height: 45px;
    line-height: 60px;
    position: absolute;
    top: -11px;
    left: 0;
    background-color: #505888;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li.sm_yt {
    position: relative;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_yt
    a
    img {
    z-index: 2;
    position: relative;
    margin-top: -56px;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_yt
    a::after {
    content: "YOUTUBE 頻道";
    width: 98%;
    color: #ffffff;
    height: 45px;
    line-height: 60px;
    position: absolute;
    top: -11px;
    left: 0;
    background-color: #be2525;
  }

  /*消息結束*/

  /*footer開始*/

  .footer {
    background-color: #000000;
    position: relative;
    background-image: url(../img/footer_bg.jpg);
  }
  .footer #footercopy {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2.5rem;
    color: #fff;
    flex-direction: column;
  }
  .footer #footercopy .con {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }

  .footer #footercopy .con p {
  }

  .footer #footercopy p {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }

  .footer #footercopy .con img {
    margin-right: 0.2rem;
  }
  .footer #footercopy .grade {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .footer #footercopy .grade img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.4rem;
  }
  .footer #footercopy .grade p {
  }

  /*footer結束*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper .rightbar {
    position: fixed;
    width: 170px;
    height: 344px;
    z-index: 999;
    right: 2px;
    top: 20%;
    padding: 0;
    background: url(../img/rightbg3.png) repeat-y;
  }

  .wrapper .rightbar {
    -webkit-transform: translateX(0px);
    transform: translateX(170px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .wrapper .rightbar.active {
    -webkit-transform: translateX(170px);
    transform: translateX(0px);
  }
  .rightbar ul {
    width: 90%;
    margin: 12% 2% 0 8%;
  }

  .wrapper .header #logo {
    position: absolute;
    top: 3%;
    left: 5%;
    z-index: 100;
    width: 17%;
  }
  .wrapper .header #logo img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .wrapper .header .sloganbox_ob #slogan_jxr2 {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob #slogan_jxr2 img.mobile {
    width: 100%;
    display: block;
  }
  .wrapper .header .sloganbox_ob #slogan_jxr2 img.desktop {
    display: none;
  }
  .wrapper .header .sloganbox_ob .fea_btn {
    cursor: pointer;
    position: relative;
    width: 10%;
    margin: 0 auto;
    z-index: 20;
    bottom: 14vh;
  }
  .wrapper .header .sloganbox_ob .fea_btn img {
    width: 100%;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob {
    width: 48%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 5;
    display: flex;
    padding-top: 3%;
  }

  /*消息開始*/

  .wrapper .article {
    width: 100%;
  }
  .wrapper .article .news_wrap {
    width: 100%;
    position: relative;
    padding: 8% 0 10% 0;
  }
  .wrapper .article .news_wrap .newsbox {
    width: 86%;
    margin: 0 auto;
  }
  .wrapper .article .news_wrap .newsbox .newsbn {
    float: none;
    width: 94%;
    margin: 0 3% 5% 3%;
  }
  .wrapper .article .news_wrap .newsbox .newsbn img {
    width: 100%;
  }

  .wrapper .article .news_wrap .newsbox .newsbn .swiper-container {
    width: 98%;
    margin: 0 auto;
    border: 2px solid #5f5f63;
    display: block;
  }

  .wrapper .article .news_wrap .newsbox .newsbn .swiper-pagination {
    width: 100%;
    margin-top: 0%;
  }
  .wrapper .article .news_wrap .newsbox .newscontent {
    width: 94%;
    margin: 0 3%;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia {
    width: 80%;
    margin: 0 auto;
    padding-top: 8%;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li {
    width: 32.3333333333%;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_fb
    a
    img {
    width: 80%;
    margin-top: -26%;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_fb
    a::after {
    width: 100%;
    font-size: 20px;
    height: 54px;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_baha
    a
    img {
    width: 56%;
    margin-top: -26%;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_baha
    a::after {
    width: 100%;
    font-size: 20px;
    height: 54px;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_yt
    a
    img {
    width: 40%;
    margin-top: -30%;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_yt
    a::after {
    width: 100%;
    font-size: 20px;
    height: 54px;
  }
  .wrapper .article .occupation {
    width: 100%;
    background: url(../img/profession_bg.jpg) no-repeat center top;
    display: inline-block;
    position: relative;
    padding: 11% 0 27% 0;
  }
  .wrapper .article .occupation #occ_title {
    width: 36%;
    margin: 0 0 0 5%;
    position: relative;
  }
  .wrapper .article .occupation #occ_title img {
    width: 100%;
  }
  .wrapper .article .occupation .occubox {
    width: 94%;
    margin: 0 3%;
    height: auto;
  }
  .wrapper .article .occupation .occubox #occrole {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
  }
  .wrapper .article .occupation .occubox #occrole ul li {
    width: 100%;
  }
  .wrapper .article .occupation .occubox #occrole ul li img {
    width: 130%;
    margin: -10% 0 0 0;
    -webkit-animation: role 1s forwards ease-in-out;
    animation: role 1s forwards ease-in-out;
  }
  @-webkit-keyframes role {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }
  }
  @keyframes role {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }
  }
  .wrapper .article .occupation .occubox #occrole ul li .occname {
    width: 26%;
    margin: -86% 0 0 0;
    position: relative;
    -webkit-animation: roletitle 1s forwards ease-in-out;
    animation: roletitle 1s forwards ease-in-out;
  }
  @-webkit-keyframes roletitle {
    0% {
      -webkit-transform: translate(15px, 15px);
      transform: translate(15px, 15px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes roletitle {
    0% {
      -webkit-transform: translate(15px, 15px);
      transform: translate(15px, 15px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  .wrapper .article .occupation .occubox #occrole ul li .occname img {
    width: 100%;
  }
  .wrapper .article .occupation .occubox #occrole ul li h1 {
    margin: 0 0 2% 2%;
    font-size: 23px;
    background-color: rgba(44, 61, 96, 0.8);
    color: #ffffff;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
  }
  .wrapper .article .occupation .occubox #occrole ul li p {
    margin: 0 0 3% 2%;
    width: 56%;
    padding: 2%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .wrapper .article .occupation .occubox #occrole ul li .starw {
    margin: 0 0 0 2%;
    position: relative;
  }
  .wrapper .article .occupation .occubox #occrole ul li .starw h3 {
    float: left;
    margin-right: 10px;
    text-shadow: 2px 2px 5px #ffffff;
  }
  .wrapper .article .occupation .occubox #occrole ul li .starw img {
    width: 14%;
    float: left;
    margin: 0 0 0 0;
    -webkit-animation: star 1s forwards ease-in-out;
    animation: star 1s forwards ease-in-out;
  }
  @-webkit-keyframes star {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes star {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .wrapper .article .occupation .occubox #occui {
    float: none;
    width: 100%;
    clear: both;
    height: auto;
    margin: 5% 0 0 0;
    display: inline-block;
    background: none;
    z-index: 1;
    position: relative;
  }
  .wrapper .article .occupation .occubox #occui ul li.inner {
    cursor: pointer;
    float: left;
    width: 6%;
    padding-bottom: 2%;
    margin: 0 1%;
  }
  .wrapper .article .occupation .occubox #occui ul li.inner img {
    width: 130%;
  }
  .wrapper .article .occupation .occubox #occui ul li.outs {
    cursor: pointer;
    float: left;
    width: 6%;
    margin: 0 1%;
  }
  .wrapper .article .occupation .occubox #occui ul li.outs img {
    width: 130%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(1) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(2) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(3) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(4) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(5) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(6) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(7) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(8) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(9) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(10) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(11) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }

  /*消息結束*/

  .features .featurebox {
    width: 80%;
    margin: 0 auto;
    padding: 4%;
  }

  .features .featurebox .swiper-container {
    width: 90%;
    margin: 0 auto;
    margin-top: 2%;
    border: 1px solid #ffffff;
  }

  .features .featurebox .swiper-container img {
    width: 100%;
  }

  .features .featurebox .featuretitle {
    width: 30%;
    margin: 0 auto;
  }

  .features .featurebox .featuretitle img {
    width: 100%;
  }

  .features .featurebox .swiper-pagination {
    width: 60%;
    margin-top: 1%;
  }

  /*footer開始*/

  .footer {
    background-color: #000000;
    position: relative;
    background-image: url(../img/footer_bg.jpg);
  }
  .footer #footercopy {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    padding: 2.5rem;
    color: #fff;
  }
  .footer #footercopy .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
    margin-bottom: 1%;
  }

  .footer #footercopy .con p {
    text-align: center;
  }

  .footer #footercopy p {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 1%;
  }

  .footer #footercopy .con img {
    margin-right: 0.2rem;
  }
  .footer #footercopy .grade {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .footer #footercopy .grade img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.4rem;
  }
  .footer #footercopy .grade p {
  }

  /*footer結束*/
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .wrapper .header {
    background: url(../img/m-header_bg-1.jpg) no-repeat center top;
    background-size:cover;
    height: 100%;
  }
  .wrapper .rightbar {
    position: fixed;
    width: 170px;
    height: 344px;
    z-index: 999;
    right: 2px;
    top: 20%;
    padding: 0;
    background: url(../img/rightbg3.png) repeat-y;
  }

  .wrapper .rightbar {
    -webkit-transform: translateX(0px);
    transform: translateX(170px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .wrapper .rightbar.active {
    -webkit-transform: translateX(170px);
    transform: translateX(0px);
  }
  .rightbar ul {
    width: 90%;
    margin: 12% 2% 0 8%;
  }
  .wrapper .rightbar .menu .open {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .wrapper .rightbar .menu .open.active {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  /* .wrapper .mobnu {
    display: none;
  } */
  .wrapper .mobnu .mobmenu {
    display: block;
    width: 150px;
    height: 100px;
    background: url(../img/mob_menubg.png) no-repeat center top;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .wrapper .mobnu .mobmenu .ham {
    width: 50px;
    height: 36px;
    background-color: #00000082;
    border-radius: 7px;
    position: fixed;
    cursor: pointer;
    right: 3%;
    padding: 4% 0 0 0;
    margin: 3% 0 0 0;
  }
  .wrapper .mobnu .mobmenu .ham .linebtn {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: -1px auto 7px 11px;
    pointer-events: none;
    z-index: 9999;
  }
  .wrapper .mobnu .mobmenu .ham .linebtn::before {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 10px auto 0 0;
    pointer-events: none;
  }
  .wrapper .mobnu .mobmenu .ham .linebtn::after {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 20px auto 0 0;
    pointer-events: none;
  }
  .wrapper .mobnu .mobmenu .ham .linebtn_h {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 auto 7px 0;
    pointer-events: none;
    -webkit-animation: lin 2s ease-in-out;
    animation: lin 2s ease-in-out;
    -webkit-transform: rotate(45deg) translate(13px, -2px);
    transform: rotate(45deg) translate(13px, -2px);
    opacity: 1;
    z-index: 9999;
  }
  .wrapper .mobnu .mobmenu .ham .linebtn_h::before {
    opacity: 0;
  }
  .wrapper .mobnu .mobmenu .ham .linebtn_h::after {
    -webkit-transform: rotate(-90deg) translate(19px, 0px);
    transform: rotate(-90deg) translate(19px, 0px);
  }

  .wrapper .mask,
  .wrapper .mask_ob {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9997;
  }
  .wrapper .mask ul,
  .wrapper .mask_ob ul {
    padding-top: 29%;
  }
  .wrapper .mask ul li,
  .wrapper .mask_ob ul li {
    text-align: center;
    font-size: 2em;
    margin-bottom: 3%;
    color: #ffffff;
  }
  .wrapper .mask ul li a,
  .wrapper .mask_ob ul li a {
    color: #ffffff;
  }
  .wrapper .mask ul li .mobwebpay,
  .wrapper .mask_ob ul li .mobwebpay {
    display: block;
    position: absolute;
    margin-top: 0;
    width: 100%;
  }
  .wrapper .mask ul li .mobwebpay ul,
  .wrapper .mask_ob ul li .mobwebpay ul {
    padding-top: 2%;
    width: 90%;
    display: inline-block;
    margin: 0 5%;
  }
  .wrapper .mask ul li .mobwebpay ul li,
  .wrapper .mask_ob ul li .mobwebpay ul li {
    float: left;
    width: 48%;
    color: #ffffff;
    margin: 0 1%;
    line-height: 2.5;
    padding-left: 0;
    font-size: 17px;
    background-color: rgba(255, 176, 57, 0.9);
  }
  .wrapper .mask ul li .mobwebpay ul li a,
  .wrapper .mask_ob ul li .mobwebpay ul li a {
    color: #000000;
    display: block;
  }
  .wrapper .mask ul li .mobwebpay ul li a:hover,
  .wrapper .mask_ob ul li .mobwebpay ul li a:hover {
    background-color: rgba(255, 176, 57, 0.9);
  }

  .wrapper .header #logo {
    position: absolute;
    top: 2%;
    left: 3%;
    z-index: 100;
    width: 30%;
  }
  .wrapper .header #logo img {
    width: 100%;
  }

  .wrapper .header .topbar_ob {
    width: 100%;
    height: 50px;
    background-color: #ffffffe2;
    z-index: 100;
    position: fixed;
    display: none;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob {
    width: 82%;
    margin: 1% auto;
    position: relative;
    z-index: 5;
    padding: 0 0 1% 0;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob ul {
    width: 100%;
    float: left;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .wrapper .header .sloganbox_ob .downloadbtn_ob ul li {
    width: 46%;
    float: left;
    margin: 1% 1%;
    position: relative;
  }
  .wrapper .header .sloganbox_ob .downloadbtn_ob ul li:hover {
    opacity: 0.95;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  .wrapper .header .sloganbox_ob {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .wrapper .header .sloganbox_ob #slogan_jxr2 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 8vh auto;
    z-index: 5;
  }
  .wrapper .header .sloganbox_ob #slogan_jxr2 img{
    width: 100%;
  }

  .wrapper .header .sloganbox_ob #slogan_jxr2 img.mobile {
    width: 100%;
    display: block;
  }
  .wrapper .header .sloganbox_ob #slogan_jxr2 img.desktop {
    display: none;
  }
  .wrapper .header .sloganbox_ob .fea_btn {
    cursor: pointer;
    position: relative;
    width: 18%;
    margin: 0 auto;
    margin-top: 0%;
    z-index: 20;
    bottom: 24vh;
  }
  .wrapper .header .sloganbox_ob .fea_btn a .playbtn {
    position: relative;
    margin: 0 auto;
  }
  .wrapper .header .sloganbox_ob .fea_btn a .playbtn .playbtn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .wrapper .header .sloganbox_ob .fea_btn .video1 {
    width: 9%;
    margin: 0 auto;
  }
  .wrapper .header .sloganbox_ob .fea_btn .video1 img {
    width: 100%;
  }

  .features .featurebox .swiper-pagination {
    width: 100%;
    margin-top: 0%;
  }

  /*消息開始*/

  .wrapper .article {
    width: 100%;
  }
  .wrapper .article .news_wrap {
    width: 100%;
    position: relative;
    padding: 8% 0 10% 0;
  }
  .wrapper .article .news_wrap .newsbox {
    width: 94%;
    margin: 0 3%;
  }
  .wrapper .article .news_wrap .newsbox .newsbn {
    float: none;
    width: 94%;
    margin: 0 3% 5% 3%;
  }
  .wrapper .article .news_wrap .newsbox .newsbn img {
    width: 100%;
  }

  .wrapper .article .news_wrap .newsbox .newsbn .swiper-container {
    width: 98%;
    margin: 0 auto;
    border: 2px solid #5f5f63;
    display: block;
  }

  .wrapper .article .news_wrap .newsbox .newsbn .swiper-pagination {
    width: 100%;
    margin-top: 0%;
  }
  .wrapper .article .news_wrap .newsbox .newscontent {
    width: 94%;
    margin: 0 3%;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia {
    margin-top: 9%;
  }
  .wrapper .article .news_wrap .newsbox .newscontent .socialmedia ul li {
    width: 32.3333333333%;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_fb
    a
    img {
    width: 80%;
    margin-top: -40%;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_fb
    a::after {
    width: 100%;
    font-size: 13px;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_baha
    a
    img {
    width: 58%;
    margin-top: -32%;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_baha
    a::after {
    width: 100%;
    font-size: 13px;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_yt
    a
    img {
    width: 40%;
    margin-top: -38%;
  }
  .wrapper
    .article
    .news_wrap
    .newsbox
    .newscontent
    .socialmedia
    ul
    li.sm_yt
    a::after {
    width: 100%;
    font-size: 13px;
  }
  .wrapper .article .occupation {
    width: 100%;
    background: url(../img/profession_bg.jpg) no-repeat center top;
    display: inline-block;
    position: relative;
    padding: 11% 0 27% 0;
  }
  .wrapper .article .occupation #occ_title {
    width: 36%;
    margin: 0 0 0 5%;
    position: relative;
  }
  .wrapper .article .occupation #occ_title img {
    width: 100%;
  }
  .wrapper .article .occupation .occubox {
    width: 94%;
    margin: 0 3%;
    height: auto;
  }
  .wrapper .article .occupation .occubox #occrole {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
  }
  .wrapper .article .occupation .occubox #occrole ul li {
    width: 100%;
  }
  .wrapper .article .occupation .occubox #occrole ul li img {
    width: 130%;
    margin: -10% 0 0 0;
    -webkit-animation: role 1s forwards ease-in-out;
    animation: role 1s forwards ease-in-out;
  }
  @-webkit-keyframes role {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }
  }
  @keyframes role {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }
  }
  .wrapper .article .occupation .occubox #occrole ul li .occname {
    width: 26%;
    margin: -86% 0 0 0;
    position: relative;
    -webkit-animation: roletitle 1s forwards ease-in-out;
    animation: roletitle 1s forwards ease-in-out;
  }
  @-webkit-keyframes roletitle {
    0% {
      -webkit-transform: translate(15px, 15px);
      transform: translate(15px, 15px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes roletitle {
    0% {
      -webkit-transform: translate(15px, 15px);
      transform: translate(15px, 15px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  .wrapper .article .occupation .occubox #occrole ul li .occname img {
    width: 100%;
  }
  .wrapper .article .occupation .occubox #occrole ul li h1 {
    margin: 0 0 2% 2%;
    font-size: 23px;
    background-color: rgba(44, 61, 96, 0.8);
    color: #ffffff;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
  }
  .wrapper .article .occupation .occubox #occrole ul li p {
    margin: 0 0 3% 2%;
    width: 56%;
    padding: 2%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .wrapper .article .occupation .occubox #occrole ul li .starw {
    margin: 0 0 0 2%;
    position: relative;
  }
  .wrapper .article .occupation .occubox #occrole ul li .starw h3 {
    float: left;
    margin-right: 10px;
    text-shadow: 2px 2px 5px #ffffff;
  }
  .wrapper .article .occupation .occubox #occrole ul li .starw img {
    width: 14%;
    float: left;
    margin: 0 0 0 0;
    -webkit-animation: star 1s forwards ease-in-out;
    animation: star 1s forwards ease-in-out;
  }
  @-webkit-keyframes star {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes star {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .wrapper .article .occupation .occubox #occui {
    float: none;
    width: 100%;
    clear: both;
    height: auto;
    margin: 5% 0 0 0;
    display: inline-block;
    background: none;
    z-index: 1;
    position: relative;
  }
  .wrapper .article .occupation .occubox #occui ul li.inner {
    cursor: pointer;
    float: left;
    width: 6%;
    padding-bottom: 2%;
    margin: 0 1%;
  }
  .wrapper .article .occupation .occubox #occui ul li.inner img {
    width: 130%;
  }
  .wrapper .article .occupation .occubox #occui ul li.outs {
    cursor: pointer;
    float: left;
    width: 6%;
    margin: 0 1%;
  }
  .wrapper .article .occupation .occubox #occui ul li.outs img {
    width: 130%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(1) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(2) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(3) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(4) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(5) {
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(6) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(7) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(8) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(9) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(10) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }
  .wrapper .article .occupation .occubox #occui ul li:nth-child(11) {
    position: relative;
    top: 0;
    margin: 0 1.5%;
  }

  /*消息結束*/

  /*商店開始*/

  .features {
    width: 100%;
    margin: 0;
    padding: 6% 0 0 0;
    background: url(../img/bg_4.jpg) no-repeat center bottom;
    background-size: cover;
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  .features .featurebox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 10%;
  }

  .features .featurebox .featuretitle {
    width: 50%;
    margin: 0 auto;
    padding: 0%;
    padding-bottom: 4%;
  }

  .features .featurebox .featuretitle img {
    width: 100%;
  }

  .features .featurebox .swiper-container {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ffffff;
  }

  .features .featurebox .swiper-container img {
    width: 100%;
  }

  .features .featurebox .swiper-container .swiper-pagination {
    width: 100%;
    margin: 0 0 0 0;
  }

  .features .featurebox .swiper-container .swiper-pagination img {
    width: 100%;
  }

  .features .featurebox .swiper-pagination-bullet {
    width: 10%;
    height: 6px;
    display: inline-block;
    margin: 1% 5px 0 5px;
    clear: both;
    border: 1px solid #ffffff;
  }

  .features .featurebox .swiper-pagination-bullet img {
    width: 100%;
  }

  .features .featurebox .notice_web {
    clear: both;
    width: 30%;
    margin: 0 auto;
    display: none;
  }

  .features .featurebox .notice_web img {
    width: 100%;
  }

  .features .featurebox .notice_mob {
    clear: both;
    width: 30%;
    margin: 0 auto;
    display: block;
  }

  .features .featurebox .notice_mob img {
    width: 100%;
  }

  /*商店結束*/

  /*footer開始*/

  .footer {
    padding: 10% 0%;
  }
  .footer #footercopy {
    width: 84%;
    margin:0;
    font-size: 12px;
    color: #ffffff;
    padding: 8%;
    display: block;
  }
  .footer #footercopy .con {
    float: none;
    width: 100%;
    margin: 0 0;
    display: block;
  }
  .footer #footercopy p {
    font-size: 0.6rem;
    margin-top: 3%;
    text-align: center;
  }
  .footer #footercopy .con p {
    text-align: center;
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .footer #footercopy .con img {
    float: none;
    margin: 0 0% 0% 26%;
    width: 50%;
  }
  .footer #footercopy .grade {
    clear: both;
    width: 100%;
    float: none;
    margin: 5% 0 0 0;
    font-size: 10px;
    padding-left: 0%;
    display: block;
  }
  .footer #footercopy .grade img {
    float: none;
    margin: 0 45% 3% 45%;
  }
  .footer #footercopy .grade p {
    float: none;
    width: 100%;
    text-align: center;
  }

  /*footer結束*/
}
