#CM822-wrapper,
#CM822 {
  -webkit-text-size-adjust: none;
  text-decoration: none;
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
  background-color: #d13c41;
  box-sizing: border-box;
}

.PC #CM822-wrapper .bg_index01 {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  background-image: url(../images/bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

/*平板小於內容js縮放*/
@media screen and (max-width: 767px) {
  .PC #CM822 {
    width: 768px !important;
    transform-origin: 0 0;
  }
}

.MOBILE #CM822-wrapper .bg_index01 {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  background-image: url(../images/bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top 40px center;
  background-size: 280% auto;
}

.PC #CM822-wrapper .bg_index02 {
  width: 100%;
  height: auto;
  background-image: url(../images/bg_pc_in.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.MOBILE #CM822-wrapper .bg_index02 {
  width: 100%;
  height: auto;
  background-image: url(../images/bg_pc_in.jpg);
  background-repeat: no-repeat;
  background-position: top 30px center;
  background-size: 330% auto;
}


#CM822 a img:hover {
  filter: brightness(1.08);
}

#CM822 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*間隔區==============================================*/
.M_TOP20 {
  margin-top: 20px;
}

.M_BOTTOM10 {
  margin-bottom: 10px;
}

/*間隔區==尾============================================*/


/*字型==============================================*/

/*顏色*/
.DARK {
  color: #333;
}

.BLUE {
  color: #1cbff6;
}

.GREY {
  color: #666;
}

.BROWN {
  color: #b98600;
}

.white {
  color: #fff;
}

.yellow {
  color: #fff000;
}

/*文字效果*/
.BOLD {
  /*粗體*/
  font-weight: bold;
}

/*字級*/
.T0B {
  /*大標*/
  font-size: 1.8rem;
  line-height: 1.6em;
}

.T01 {
  /*標*/
  font-size: 1.5rem;
  line-height: 1.6em;
}

.T02 {
  /*標*/
  font-size: 1.4rem;
  line-height: 1.6em;
}

.T03 {
  /*內文字*/
  font-size: 1.1rem;
  line-height: 1.6em;
}

/*字型尾=============================================*/

/*MENU 左右滑==============================================*/
#CM822 .e_MENU {
  width: 100%;
  height: 50px;
  background-color: #e2ab1e;
  position: sticky;
  top: 0;
  z-index: 4;

}

.MOBILE #CM822 .e_MENU {
  width: 100%;
  height: 40px;
  top: 45px;
}

#CM822 .e_MENU_bg {
  max-width: 750px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}

.MOBILE #CM822 .e_MENU_bg {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}

#CM822 .e_MENU .M_CENTER {
  width: 100%;
  height: 50px;
  overflow: hidden;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;

}

.MOBILE #CM822 .e_MENU .M_CENTER {
  height: 40px;
  border-right: none;
  border-left: none;
}

#CM822 .e_MENU .M_CENTER ul {
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.MOBILE #CM822 .e_MENU .M_CENTER ul {
  height: 40px;
}

#CM822 .M_CENTER li {
  float: left;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.MOBILE #CM822 .M_CENTER li {
  height: 40px;

}

#CM822 .M_CENTER li:last-child {
  border-right: none;
}

#CM822 .e_MENU a {
  display: block;
  font-size: 1.5rem;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

#CM822 .e_MENU a:hover {
  background-color: #b98825;
  color: #ffe400;
}

.MOBILE #CM822 .e_MENU a {
  font-size: 1.3rem;
  line-height: 40px;
}

#CM822 .e_MENU li .CHOSEN {
  display: block;
  font-size: 1.5rem;
  line-height: 50px;
  background-color: #b98825;
  color: #ffe400;
}

.MOBILE #CM822 .e_MENU li .CHOSEN {
  display: block;
  font-size: 1.3rem;
  line-height: 40px;
}

/*內頁menu==============================================*/
#CM822 .in_menu {
  width: 100%;
  height: 60px;
}

.MOBILE #CM822 .in_menu {
  width: 100%;
  height: 50px;
}

#CM822 .in_menu ul {
  width: 100%;
  margin: 0 auto;
  height: 60x;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 25px 25px 0px 0px;
  box-shadow: inset 0 0 5px #838383;
  box-sizing: border-box;
}

.MOBILE #CM822 .in_menu ul {
  height: 50px;
}

#CM822 .in_menu ul li {
  width: 48%;
  height: 48px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 48px;
  margin: 6px auto;

  box-sizing: border-box;
  border-radius: 48px;
}

.MOBILE #CM822 .in_menu ul li {
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  margin: 5px auto;
}

#CM822 .in_menu ul li:last-child {
  border-right: none;
}

#CM822 .in_menu ul li a {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 48px;

  color: #333;
  border-radius: 48px;
  box-sizing: border-box;
}

.MOBILE #CM822 .in_menu ul li a {
  height: 40px;
  line-height: 40px;
}

#CM822 .in_menu ul li.z_ch {
  background-color: #e46315;
  color: #fff;
}

#CM822 .in_menu ul li.z_star {
  background-color: #4b67b7;
  color: #fff;
}

#CM822 .in_menu ul li a.z_ch:hover {
  background-color: #e46315;
  color: #fff;
}

#CM822 .in_menu ul li a.z_star:hover {
  background-color: #4b67b7;
  color: #fff;
}


/*內頁menu第二層==============================================*/
#CM822 .in_menu_second {
  width: 100%;
  height: 50px;
}

#CM822 .in_menu_second ul {
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#CM822 .in_menu_second .bg_z_ch {
  background-color: #ffd2b7;
}

#CM822 .in_menu_second .bg_z_star {
  background-color: #dbe2f8;
}

#CM822 .in_menu_second ul li {
  height: 40px;
  border-right: 1px solid #a0a0a0;
  /* margin-top: 5px; */
}

#CM822 .in_menu_second ul li:last-child {
  border-right: none;
}

#CM822 .in_menu_second ul li.menu_five {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 1.3rem;
  color: #333333;
  line-height: 40px;
}

#CM822 .in_menu_second ul li a {
  display: block;
  width: 90%;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  line-height: 40px;
  color: #333333;
}

.MOBILE #CM822 .in_menu_second ul li a {
  font-size: 1.2rem;
}

#CM822 .in_menu_second ul li a:hover,
#CM822 .in_menu_second ul li a.active {
  display: block;
  height: 40px;
  border-radius: 40px;
  margin: 0 auto;
}

#CM822 .in_menu_second ul li a.z_ch:hover,
#CM822 .in_menu_second ul li a.z_ch.active {
  background-color: #e46315;
  color: #fff;
}

#CM822 .in_menu_second ul li a.z_star:hover,
#CM822 .in_menu_second ul li a.z_star.active {
  background-color: #4b67b7;
  color: #fff;
}

#CM822 .in_menu_second ul li a:focus {
  display: block;
  width: 90%;
  height: 40px;
  border-radius: 40px;
  margin: 0 auto;
  color: #fff;
}

#CM822 .in_menu_second ul li a.z_ch:focus {
  background-color: #e46315;
}

#CM822 .in_menu_second ul li a.z_star:focus {
  background-color: #4b67b7;
}


/*上方MENU 尾==============================================*/

/*按鈕區==============================================*/
#CM822 .primary_box {
  width: 300px;
  height: 50px;
  margin: 12px auto;
  box-sizing: border-box;
}

.MOBILE #CM822 .primary_box {
  width: 100%;
  height: 50px;
  margin: 12px auto;
  box-sizing: border-box;
}

#CM822 .primary_box a {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  line-height: 46px;
  box-sizing: border-box;
  font-size: 1.4rem;
}

#CM822 a.bt_primary {
  /*主色*/
  background-color: #31670d;
  border: 2px solid #fff;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
}

#CM822 a.bt_primary:hover {
  background-color: #45ad00;
  transition: all 0.5s ease-out;
}

#CM822 a.bt_primary02 {
  /*主色*/
  background-color: #d13c41;
  border: 2px solid #fff;
  color: #ffddde;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
}

#CM822 a.bt_primary02:hover {
  background-color: #b4262b;
  transition: all 0.5s ease-out;
}

#CM822 a.bt_grey {
  /*主色*/
  background-color: #adadad;
  color: #333;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  box-sizing: border-box;
}

#CM822 a.bt_grey:hover {
  background-color: #929292;
  transition: all 0.5s ease-out;
}

/*按鈕區=====尾=========================================*/


/*最外框架區*/
.PC #CM822 {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  -webkit-box-sizing: border-box;
}

.PC #CM822 .FRAME {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.MOBILE #CM822 {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  margin-top: 45px;
  -webkit-box-sizing: border-box;

}

.MOBILE #CM822 .FRAME {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;

}

/*最外框架區尾*/

/*表頭區==============================================*/
#CM822 .TOP_BOX {
  width: 100%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 1000/300;
  margin: 0px auto 0px auto;
  position: relative;
}

.MOBILE #CM822 .TOP_BOX {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/330;
  margin: 0px auto 15% auto;
  position: relative;
}

#CM822 .TOP_BOX h1 {
  display: block;
  position: absolute;
  animation: brightness 3s 1;
  margin: 0 auto;
  width: 58%;
  z-index: 3;
  left: 18%;
  top: 10px;
}

.MOBILE #CM822 .TOP_BOX h1 {
  width: 80%;
  left: 42%;
  transform: translate(-45%, 0%);
  top: 7%;

}

#CM822 .TOP_BOX_in {
  width: 100%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 1000/250;
  margin: 0px auto 0px auto;
  position: relative;


}

.MOBILE #CM822 .TOP_BOX_in {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/250;
  margin: 0px auto 20% auto;
  position: relative;
}

#CM822 .TOP_BOX_in h1 {
  display: block;
  position: absolute;
  animation: brightness 3s 1;
  margin: 0 auto;
  width: 42%;
  z-index: 3;
  left: 30%;
  top: 15px;
}

.MOBILE #CM822 .TOP_BOX_in h1 {
  width: 75%;
  height: auto;
  left: 50%;
  transform: translate(-45%, 0%);
  top: 12px;
  position: absolute;

}

@keyframes brightness {

  0%,
  100% {
    filter: brightness(1);
  }

  10%,
  20%,
  30% {
    filter: brightness(1.1);
  }

  15%,
  40% {
    filter: brightness(1);
  }
}

#CM822 .TOP_BOX h1 img,
#CM822 .TOP_BOX_in h1 img {
  width: 100%;
  height: auto;
}

#CM822 .TOP_BOX .title_ph {
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 8%;
  top: 0;
  z-index: 3;
  width: 17%;
}

.MOBILE #CM822 .TOP_BOX .title_ph {
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 3%;
  top: 0;
  z-index: 3;
  width: 22%;
}

#CM822 .TOP_BOX .title_ph img {
  width: 100%;
  height: auto;
}



/*表頭區 尾==============================================*/



/*共用區塊=============================================*/
#CM822 .CON_BG01 {
  /*分色底區塊*/
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
  padding: 60px 0;
  z-index: 1;
}

.PC #CM822 .pc_topnone {
  /*分色底區塊*/
  padding: 20px 0 60px 0;
}

.MOBILE #CM822 .CON_BG01 {
  /*分色底區塊*/
  padding: 40px 0;
}

.MOBILE #CM822 .m_topnone {
  /*分色底區塊*/
  padding: 10px 0 40px 0;
}

#CM822 .CON_BG02 {
  /*熱門區塊底*/
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #eabf54;
  padding: 60px 0px;
}

.MOBILE #CM822 .CON_BG02 {
  /*熱門區塊底*/
  padding: 40px 0px;
}



#CM822 .CON_BOX {
  /*內容區塊固定750*/
  width: 100%;
  max-width: 750px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.MOBILE #CM822 .CON_BOX {
  /*手機內容區塊固定100%*/
  width: 90%;
}

#CM822 .CON_IN {
  /*內部四格活動用區塊*/
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: contain;
  position: relative;
  z-index: 0;
  padding-top: 44px;
  margin-bottom: 25px;
}

#CM822 .CON_IN02 {
  /*內部區塊*/
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0px;
  background-color: #fff;
}

.MOBILE #CM822 .CON_IN02 {
  /*內部區塊*/
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0px;
  background-color: #fff;
}

#CM822 .CON_IN03 {
  /*內部區塊*/
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px;
  border-radius: 30px;
  background-color: #fff;
  margin: 15px auto;
}

.MOBILE #CM822 .CON_IN03 {
  /*內部區塊*/
  padding: 10px;
  border-radius: 20px;
}




/*h2標題BAR*/
#CM822 h2.title_float {
  width: 300px;
  height: 50px;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: -40px;
  z-index: 2;
}

#CM822 h2 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#CM822 h2.title_normal {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#CM822 .CON_IN_bor {
  /*內部區塊*/
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #FFF;
  border: 4px solid #d13c41;
  border-radius: 30px;
  z-index: 1;
}

#CM822 .CON_IN_bor02 {
  /*內部區塊*/
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 4px solid #e4b642;
  border-radius: 30px;
  z-index: 1;
  padding-bottom: 10px;
  background-color: #fff;
  margin: 30px auto 30px auto;

}

#CM822 .CON_IN_bor02:nth-of-type(1) {
  /*內部區塊*/
  margin: 0px auto 30px auto;

}

#CM822 .CON_IN_bgclor01 {
  /*內部區塊背景色*/
  background-color: #ffe7d9;
}

#CM822 .CON_IN_bgclor02 {
  /*內部區塊背景色*/
  background-color: #e8edfa;
}

#CM822 .CON_BOX img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*左右滑區塊*/
#CM822 .swipe_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#CM822 .swipe_box .swipe_pre {
  position: absolute;
  width: 70px;
  height: 70px;
  left: -35px;
  top: 8.5%;
  z-index: 2;
}

#CM822 .swipe_box .swipe_pre a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../images/arrow02.png);
  background-size: 25px 25px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  /* text-indent: -9999px; */
  opacity: 0.5;
}

#CM822 .swipe_box .swipe_pre a:hover {
  transition: all 0.5s ease-out;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

#CM822 .swipe_box .swipe_next {
  position: absolute;
  width: 70px;
  height: 70px;
  right: -35px;
  top: 8.5%;
  z-index: 2;
}

#CM822 .swipe_box .swipe_next a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../images/arrow02.png);
  background-size: 25px 25px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  /* text-indent: -9999px; */
  transform: rotate(-180deg);
  opacity: 0.5;
}

#CM822 .swipe_box .swipe_next a:hover {
  transition: all 0.5s ease-out;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.MOBILE #CM822 .swipe_box>.primary_box {
  width: 90%;
}

/*左右滑區塊*/

/*共用區塊尾=============================================*/

/*內容區==依照不同內容自行更換樣式============================*/

/*轉盤*/
#CM822 .ROUL_BOX_bg {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 0px auto;
}

.MOBILE #CM822 .ROUL_BOX_bg {
  width: 100%;
}


#CM822 .ROUL_BOX {
  width: 100%;
  max-width: 750px;
  height: 680px;
  margin: 0px auto;
  background-image: url(../images/roul.png);
  /*底紋*/
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.MOBILE #CM822 .ROUL_BOX {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  position: relative;
  margin-top: -30px;
}

#CM822 .ROUL_BOX .ROUL {
  width: 532px;
  height: 532px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -266px;
  margin-top: -266px;
  z-index: 2;
  /* animation: anirune 18s infinite linear; */
}

.MOBILE #CM822 .ROUL_BOX .ROUL {
  width: 75%;
  height: 0;
  padding-bottom: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -37.5%;
  margin-top: -37.5%;

}

#CM822 .ROUL_BOX .ROUL img,
#CM822 .ROUL_BOX a.IN img {
  width: 100%;
  height: auto;
}

@keyframes anirune {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

#CM822 .ROUL_BOX a.IN {
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  z-index: 3;
  border: none;
}

.MOBILE #CM822 .ROUL_BOX a.IN {
  display: block;
  width: 35%;
  height: 0;
  padding-bottom: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5%;
  margin-top: -17.5%;
  z-index: 3;
  border: none;
}


/*轉盤下內容＋參與人次＋跑馬燈*/
#CM822 .ROUL_BT {
  width: 50%;
  height: 50px;
  margin: 12px auto;
}

.MOBILE #CM822 .ROUL_BT {
  width: 90%;
  height: 45px;
  margin: 0px auto;
  margin-bottom: 15px;
}

#CM822 .ROUL_BT ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#CM822 .ROUL_BT li {
  width: 48%;
  list-style: none;
}

#CM822 .ROUL_BT a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 46px;
  font-size: 1.4rem;

}

.MOBILE #CM822 .ROUL_BT a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
}


#CM822 .TCOUNT {
  /*人次*/
  width: 100%;
  font-size: 1.7rem;
  margin: 15px auto;
  text-align: center;

}

.MOBILE #CM822 .TCOUNT {
  width: 100%;
  font-size: 1.3rem;
  margin: 0 auto;
}

#CM822 .marquee {
  /*跑馬燈*/
  width: 50%;
  height: 40px;
  background-color: #e45052;
  border-radius: 10px;
  margin: 0 auto;
}

.MOBILE #CM822 .marquee {
  /*跑馬燈*/
  width: 85%;
  height: 40px;
  background-color: #e45052;
  border-radius: 10px;
  margin-top: 10px;
}

#CM822 .marquee .marquee_text {
  width: 95%;
  height: 40px;
  /* overflow: hidden; */
  margin: 0 auto;
}

#CM822 .marquee .marquee_text::before {
  float: left;
  content: " ";
  width: 30px;
  height: 40px;
  margin: 0 auto;
  background-image: url(../images/icon_marquee.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}

#CM822 .marquee .marquee_text p {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 1.1rem;
  padding-left: 8px;
}


/*雙欄區塊 =========================================*/
#CM822 .fields_two {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-content: center;
}

.MOBILE #CM822 .fields_two {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-content: center;
}

#CM822 .fields_two .f_t_box {
  width: 48%;
}

.MOBILE #CM822 .fields_two .f_t_box {
  width: 100%;
}

#CM822 .fields_two .f_t_box a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#CM822 .fields_two .f_t_box a:hover {
  filter: brightness(1.08);
}

/*雙欄排版 尾=========================================*/

/* 雙欄排版廣告 =========================================*/
#CM822 .fields_two_advertise {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-content: center;
  margin-top: 20px;
}

.MOBILE #CM822 .fields_two_advertise {
  width: 95%;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 20px;

}

.MOBILE #CM822 .fields_two_advertise:nth-of-type(2) {
  margin: 0 auto;
  margin-top: 0px;

}

#CM822 .fields_two_advertise a {
  display: block;
  width: 48%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}

.MOBILE #CM822 .fields_two_advertise a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.MOBILE #CM822 .fields_two_advertise .disappear {
  display: none;
}

#CM822 .fields_two_advertise a>img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/*雙欄排版廣告 尾=========================================*/

/*單排廣告 =========================================*/

#CM822 .fields_one_advertise {
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM822 .fields_one_advertise {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

#CM822 .fields_one_advertise a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}

.MOBILE #CM822 .fields_one_advertise a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#CM822 .fields_one_advertise a>img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}


/*單排廣告 尾=========================================*/

#CM822 .ACTIVE {
  /*熱門活動區塊*/
  width: 750px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.MOBILE #CM822 .ACTIVE {
  /*熱門活動區塊*/
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CM822 .ACTIVE img {
  display: block;
  width: 100%;
  height: auto;
}

#CM822 .ACTIVE_bg {
  /*熱門活動區塊*/
  width: 750px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(../images/01_ph01_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.MOBILE #CM822 .ACTIVE_bg {
  /*熱門活動區塊*/
  width: 100%;
  height: auto;
  overflow: hidden;
}

.MOBILE #CM822 .ACTIVE_bg>.primary_box {
  /*熱門活動區塊*/
  width: 80%;
}

#CM822 .pr_box {
  width: 100%;
  height: auto;
  aspect-ratio: 760/440;
  margin: 0 auto;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}

#CM822 .zodiac_chinese {
  background-image: url(../images/pr_ph_01.jpg);
}

#CM822 .zodiac_star {
  background-image: url(../images/pr_ph_02.jpg);
}

#CM822 .japan {
  background-image: url(../images/pr_ph_03.jpg);
}

#CM822 .year {
  background-image: url(../images/pr_ph_04.jpg);
}

#CM822 .pr_box .zodiac_icon {
  width: 110px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 35px;
}

.MOBILE #CM822 .pr_box .zodiac_icon {
  width: 33%;
  height: auto;
  aspect-ratio: 300/300;
  margin-top: 10%;
}

#CM822 .pr_box .zodiac_icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#CM822 .pr_box .zo_bt {
  width: 100px;
  height: 35px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 150px;
}

.MOBILE #CM822 .pr_box .zo_bt {
  top: 77%;
}

#CM822 .pr_box .zo_bt a {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #c9c9c9;
  border-radius: 30px;
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size: 0.9rem;
}


#CM822 .pr_box02 {
  width: 100%;
  height: auto;
  aspect-ratio: 1028/279;
  margin: 0 auto;
  background-size: 100% auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.MOBILE #CM822 .pr_box02 {
  width: 100%;
  height: auto;
  aspect-ratio: 1028/450;
  margin: 0 auto;
  background-size: 200% auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}


#CM822 .zodiac_chinese_in {
  background-image: url(../images/in_title_bg01.jpg);
}

#CM822 .zodiac_star_in {
  background-image: url(../images/in_title_bg02.jpg);
}

#CM822 .pr_box02 .zodiac_icon {
  width: 110px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 30px;
}

.MOBILE #CM822 .pr_box02 .zodiac_icon {
  width: 30%;
  height: auto;
  aspect-ratio: 300/300;
  margin-top: 1%;
}

#CM822 .pr_box02 .zodiac_icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#CM822 .pr_box02 .zo_bt {
  width: 100px;
  height: 35px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 150px;
}

.MOBILE #CM822 .pr_box02 .zo_bt {
  top: 73%;
}

#CM822 .pr_box02 .zo_bt a {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #c9c9c9;
  border-radius: 30px;
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size: 0.9rem;
}

#CM822 .ph_box {
  height: auto;
  margin: 0 auto;
}

#CM822 .ph_box_w01 {
  width: 80%;
  height: auto;
}

.MOBILE #CM822 .ph_box_w01 {
  width: 100%;
  height: auto;
}

#CM822 .ph_box_w02 {
  width: 100%;
  height: auto;
}

#CM822 .ph_box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}


/*說明頁面====================================*/
#CM822 .RULES {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;

}

#CM822 .RULES li.TITLE {
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: #fff2b9;
  font-weight: bold;
  list-style: none;
  margin: 20px 0px 5px 0;
  border-left: 6px solid #fff2b9;
  padding-left: 10px;
  margin-bottom: 10px;
}

#CM822-wrapper .RULES ul {
  margin-top: 10px;
}

#CM822-wrapper .RULES li {
  list-style: disc;
  margin-left: 33px;
  margin-bottom: 10px;
  color: #f8f8f8;
}

#CM822-wrapper .RULES li.ONE {
  list-style: none;
  margin-left: 16px;
  margin-bottom: 10px;
  color: #f8f8f8;
}

#CM822-wrapper .RULES li.number {
  list-style: decimal;
  margin-left: 16px;
  margin-bottom: 10px;
  color: #f8f8f8;
}

#CM822-wrapper .RULES li p {
  font-size: 1.125rem;
  line-height: 1.6em;
  text-align: left;
  color: #f8f8f8;
}

#CM822-wrapper .RULES li a {
  color: #1cbff6;
  text-decoration: underline;
}



/*說明頁面 尾=========================================*/