﻿/* CSS Document */
@import url("https://imgs.click108.com.tw/css_2013/reset_2.css");

body {
  box-sizing: border-box;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  background-color: #ffbd50;
  color: #555555;
}

a {
  text-decoration: none;
  color: #1a8dd4;
}

.PC #FLOAT_ADICON_MB {
  display: none;
}

.MOBILE #FLOAT_ADICON_PC {
  display: none;
}

.PC #CM819 .blank_br60 {
  height: 60px;
}

.PC #CM819 .blank_br40 {
  height: 40px;
}

.PC #CM819 .guide_blank {
  height: 20px;
}

.PC #CM819 .guide_blank_small {
  height: 10px;
}

.MOBILE #CM819 .blank_br60 {
  height: 35px;
}

.MOBILE #CM819 .blank_br40 {
  height: 25px;
}

.MOBILE #CM819 .guide_blank {
  height: 15px;
}

/*MENU選單_PC示意區塊*/
.PC #CM819 .the_menu {
  width: 100%;
  height: 55px;
  z-index: 100;
  overflow: hidden;
  background-color: #ffbd50;
  margin-top: 0;
  box-sizing: border-box;
}

.MOBILE #CM819 .the_menu {
  width: 100%;
  height: 50px;
  z-index: 100;
  overflow: hidden;
  background-color: #ffbd50;
}

#CM819 .LM_MENU {
  display: block;
  width: 100%;
  height: 55px;
  background-color: #ffbc2b;
  position: sticky;
  top: 0;
  z-index: 3;
}

.PC #CM819 .LM_MENU02 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  margin-top: 0px;
  text-shadow: 0 0 6px rgba(0, 0, 0, .9);
  background-color: #ffbc2b;
}

#CM819 .LM_MENU ul {
  max-width: 900px;
  height: 55px;
  margin: 0 auto;
  border-right: 1px solid #fff6e2;
  border-left: 1px solid #fff6e2;
}

#CM819 .LM_MENU li {
  float: left;
  width: 25%;
  height: 55px;
  border-right: 1px solid #fff6e2;
  box-sizing: border-box;
}

#CM819 .LM_MENU li:last-child {
  border-right: none;
}

.PC #CM819 .LM_MENU li.LINK {
  height: 55px;
  text-align: center;
  color: #ffffff;
  font-size: 1.7em;
  line-height: 55px;
  background-color: #ff6600;
}

.PC #CM819 .LM_MENU01 li {
  float: left;
  width: 33.3%;
  height: 55px;
  border-right: 1px solid #fff6e2;
  box-sizing: border-box;
}

.PC #CM819 .LM_MENU li a {
  display: block;
  width: 100%;
  height: 55px;
  text-align: center;
  color: #fff6e2;
  font-size: 1.7em;
  line-height: 55px;
  cursor: pointer;
}

.PC #CM819 .LM_MENU li a:hover {
  font-weight: bold;
  color: #ffffff;
  background-color: #ff6600;
}

.PC #CM819 .LM_MENU .PRE,
.PC #CM819 .LM_MENU .NEX {
  display: none;
}

/*=================電腦版=================*/
/*控制段落行距*/

/*消失區*/
.PC #float_icon .LIST_ICON {
  display: none;
}

/*共用字型樣式*/
.PC #CM819 .txt-1 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: left;
}

.PC #CM819 .txt-2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}

.PC #CM819 .txt-3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}


.MOBILE #CM819 .txt-1 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
}

.MOBILE #CM819 .txt-2 {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}

.MOBILE #CM819 .txt-3 {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
}

#CM819 .txt-bold {
  font-weight: bold;
}


/*共用顏色樣式*/
#CM819 .txt-yellow {
  color: #ffeb0d;
}

#CM819 .txt-red {
  color: #ff2f2f;
}

#CM819 .txt-blue {
  color: #005eff;
}



/*框架*/
.PC #CM819 {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
}

.PC #CM819 .mainstage {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.PC #CM819 .hero {
  width: 100%;
  height: auto;
  max-height: 420px;
  aspect-ratio: 2050 / 1020;
  overflow: hidden;
  margin: auto;
  background-image: url(../images/hero/bg_pc.jpg), url(../images/hero/bg_repeat.jpg);
  background-position: top center;
  background-repeat: no-repeat, repeat-x;
  background-size: cover;
  position: relative;
}

.PC #CM819 .hero .hero_top {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.PC #CM819 .hero .hero_info {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.PC #CM819 .hero .hero_info h1 {
  width: 100%;
  height: auto;
  text-indent: -9999px;
}

/*底色區塊-鵝黃色*/
#CM819 .section_area {
  width: 100%;
  background-color: #fcf3ff;
  overflow: hidden;
}

/*底色區塊-橘色*/
#CM819 .section_areab {
  width: 100%;
  background-color: #fff4e9;
  overflow: hidden;
}

/*區塊*/
.PC #CM819 .container_frame {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
}

/*標題bar*/
.PC #CM819 .title_bar {
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.PC #CM819 .title_bar img {
  width: 100%;
  height: auto;
}



/*子標題bar-01*/
.PC #CM819 .sub_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.PC #CM819 .sub_title img {
  display: block;
  width: 100%;
  height: auto;
}

/*子標題bar-02*/
.PC #CM819 .sub_title2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 20px;
}

.PC #CM819 .sub_title2 img {
  display: block;
  width: 100%;
  height: auto;
}


/*活動按鈕-藍*/
#CM819 .color_bt {
  background: #3eb9ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3eb9ff 1%, #3647e9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3eb9ff 1%, #3647e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3eb9ff 1%, #3647e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3eb9ff', endColorstr='#3647e9', GradientType=0);
  /* IE6-9 */
}

#CM819 .color_bt:hover {
  background: #3647e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3647e9 1%, #3eb9ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3647e9 1%, #3eb9ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3647e9 1%, #3eb9ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3eb9ff', endColorstr='#3647e9', GradientType=0);
  /* IE6-9 */
}


.PC #CM819 .button_area {
  width: 50%;
  height: 76px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  animation: normal_bt 3s infinite;
  transform: scale(1);
  border: 2px solid #fff;
}

.PC #CM819 .button_area a {
  display: block;
  width: 100%;
  height: 76px;
  line-height: 76px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

@keyframes normal_bt {
  0% {
    box-shadow: 5px 5px 20px #fffaba, ;
    transform: scale(1);
  }

  50% {
    box-shadow: 5px 5px 20px #ffbf00;
    transform: scale(0.95);
  }

  100% {
    box-shadow: 5px 5px 20px #fffaba;
    transform: scale(1);
  }
}


/*圖片大小*/
.PC #CM819 .cmph_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.PC #CM819 .cmph_box img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0px auto 0px auto;
}

.PC #CM819 .cmph_box2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.PC #CM819 .cmph_box2 img {
  display: block;
  width: 80%;
  height: auto;
  margin: 30px auto 20px auto;
}

#CM819 .cmph_box3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px 0px 0px 0px;
}

.MOBILE #CM819 .cmph_box3 {
  margin: 0px;
}

.PC #CM819 .cmph_box3 img {
  display: block;
  width: 85%;
  height: auto;
  margin: 0px auto 0px auto;
}

.MOBILE #CM819 .cmph_box3 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 25px auto 0px auto;
}

/*文字區塊*/
#CM819 .text_area1 {
  width: 85%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

#CM819 .text_area1 p {
  text-shadow: 2px 2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    2px -2px 0px #ffffff;
}

.PC #CM819 .text_area2 {
  width: 550px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 10px 5px #f3dfce;
  border: 3px solid #ffffff;
  border-radius: 20px;
  padding: 25px;
}


/*結果頁-影片區塊*/
.PC #CM819 .VIDEO {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  height: auto;
  position: relative;
  margin-bottom: 5px;
  aspect-ratio: 560 / 315;
}

.PC #CM819 .VIDEO iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*四欄位-解密命盤十二宮*/
.PC #CM819 .icon_container {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.PC #CM819 .icon_container .box_icon {
  width: 36%;
  background-color: rgba(255, 255, 255, .6);
  box-shadow: inset 0 0 20px 10px #e9c0ff;
  border: 3px solid #ffffff;
  border-radius: 20px;
  margin: 10px;
}

.PC #CM819 .icon_container .box_icon p {
  width: 100%;
  font-size: 2rem;
  color: #d382fe;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}

.PC #CM819 .icon_container .box_icon img {
  width: 60%;
  margin: 10px auto 20px auto;
}

/*四欄位-超全面運勢分析*/
.PC #CM819 .icon_container2 {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.PC #CM819 .icon_container2 .box_icon {
  width: 36%;
  background-color: rgba(255, 255, 255, .6);
  box-shadow: inset 0 0 20px 10px #d1c1ff;
  border: 3px solid #ffffff;
  border-radius: 20px;
  margin: 10px;
}

.PC #CM819 .icon_container2 .box_icon p {
  width: 100%;
  font-size: 2rem;
  color: #ac90ff;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}

.PC #CM819 .icon_container2 .box_icon img {
  width: 60%;
  margin: 10px auto 20px auto;
}


/*活動辦法=============================================*/
#CM819 .NOTICE_TITLE {
  margin-bottom: 20px;
}

#CM819 .NOTICE_CON {
  width: 100%;
  text-align: left;
}

#CM819 .NOTICE_BOX {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  margin-top: 40px;
}

#CM819 .L_BAR {
  text-indent: 12px;
  border-left: 4px solid #9f13d4;
  color: #9f13d4;
  margin: 12px 0 12px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}

.MOBILE #CM819 .L_BAR:nth-of-type(1) {
  margin-top: 20px;
}

#CM819 .NOTICE_CON .LIST_NUM,
#CM819 .NOTICE_CON .LIST_DISC {
  width: 100%;
  list-style-position: outside;
  padding: 0px 0px 0px 30px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

#CM819 .NOTICE_CON .LIST_NUM:last-child,
#CM819 .NOTICE_CON .LIST_DISC:last-child {
  margin-bottom: 0;
}

#CM819 .NOTICE_CON .LIST_NUM li,
#CM819 .NOTICE_CON .LIST_DISC li {
  margin: 8px 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

#CM819 .NOTICE_CON .LIST_NUM {
  list-style: decimal;
}

#CM819 .NOTICE_CON .LIST_DISC {
  list-style: disc;
}

#CM819 .NOTICE_BOX a.COLOR-LINK:hover {
  text-decoration: underline;
}

@media screen and (max-width: 666px) {
  #CM819 .NOTICE_BOX {
    padding: 12px 8px 0px 8px;
    margin-top: 0px;
  }

  #CM819 .NOTICE_CON {
    width: 92%;
    margin: 0 auto;
  }
}

/*活動辦法 尾=============================================*/



/*下載ＡＰＰ*/
.PC #CM819 .ph_itembox {
  width: 750px;
  height: auto;
  margin: 0 auto;
}

.PC #CM819 .ph_titlebox img,
.PC #CM819 .ph_itembox img {
  display: block;
  width: 100%;
  height: auto;
}

.PC #CM819 .download_area {
  width: 615px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}

.PC #CM819 .no_mg {
  margin-bottom: 0px;
}

.PC #CM819 .download_area .ph_itembox {
  display: block;
  width: 100%;
  height: auto;
}

/*主視覺-雙平台按鈕*/
.PC #CM819 .button_area02 {
  width: 450px;
  height: auto;
  margin: 15px auto;
}

.PC #CM819 .button_area02 ul {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.PC #CM819 .button_area02 ul li {
  width: 49%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.PC #CM819 .button_area02 ul li a {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  border-radius: 8px;
  background-color: #000000;
  text-indent: -9999px;
  transition: all .3s ease;
}

.PC #CM819 .button_area02 ul li a:hover {
  transform: scale(.95);
}

#CM819 .IOS_bt {
  background: url(../images/CM819/ph_bt_ios.png) no-repeat top center;
  background-size: contain;
}

#CM819 .Android_bt {
  background: url(../images/CM819/ph_bt_Android.png) no-repeat top center;
  background-size: contain;
}

#CM819 .IOS_bt {
  background: url(../images/CM819/ph_bt_ios.png) no-repeat top center;
  background-size: contain;
}

#CM819 .Android_bt {
  background: url(../images/CM819/ph_bt_Android.png) no-repeat top center;
  background-size: contain;
}

.MOBILE #CM819 .download_area .button_area02 {
  display: block;
  margin-top: 10px;
}

.MOBILE #CM819 .button_area02 ul {
  width: 88%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.MOBILE #CM819 .button_area02 ul li {
  width: 49%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.MOBILE #CM819 .button_area02 ul li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  background-color: #000000;
  text-indent: -9999px;
  transition: all .3s ease;
}

.MOBILE #CM819 .download_area {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
}

.MOBILE #CM819 .no_mg {
  margin-bottom: 0px;
}

.MOBILE #CM819 .download_area .ph_itembox {
  width: 100%;
  height: auto;
}

.MOBILE #CM819 .download_area .ph_itembox img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0px auto;
}





/*置底動態浮水印*/
.PC #CM819-wrapper .downbar_bt {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  background-image: url(../images/bt_bg.png);
  background-repeat: repeat-x repeat-y;
  z-index: 9999;
  padding: 5px 0;
}

.PC #CM819-wrapper .downbar_bt .bt_area {
  position: relative;
  width: 420px;
  height: 72px;
  margin: 0 auto;
  transition: all .4s ease;
}

.PC #CM819-wrapper .downbar_bt .bt_area a {
  display: block;
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-image: url(../images/CM819/button_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  animation: glow 3s infinite;
  border-radius: 50px;
  text-shadow: 0px 0px 5px #3500d4, 2px 2px 5px #3500d4, -2px -2px 5px #3500d4;
}

.PC #CM819-wrapper .downbar_bt .bt_area a:hover {
  background-position: bottom center;
}

.PC #CM819-wrapper .downbar_bt .bt_area a li .small_price {
  font-size: 1.5rem;
}

.PC #CM819-wrapper .downbar_bt .bt_area a li::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/CM819/button_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  top: 23px;
  right: 40px;
  transition: 0.5s;
}

@keyframes glow {
  0% {
    box-shadow: 5px 5px 20px #fff000, -5px -5px 20px #fff000;
    transform: scale(0.98);
  }

  50% {
    box-shadow: 5px 5px 20px #555555, -5px -5px 20px #555555;
    transform: scale(0.95);
  }

  100% {
    box-shadow: 5px 5px 20px #fff000, -5px -5px 20px #fff000;
    transform: scale(0.98);
  }
}

/*=================手機版=================*/
/*消失區*/
.MOBILE .floatbox,
.MOBILE .MB_CLOSE,
.MOBILE #float_icon .LIST_ICON {
  display: none;
}

/*MOBILE表頭尾*/
.MOBILE #float_icon {
  display: block;
}

.MOBILE #float_icon .BACK_top {
  bottom: 90px;
}

/*控制段落行距*/

/*MENU選單*/
.MOBILE #CM819 .LM_MENU {
  display: block;
  width: 100%;
  height: 50px;
  top: 45px;
}

.MOBILE #CM819 .LM_MENU02 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  margin-top: 45px;
  filter: url(drop-shadow.svg#drop-shadow);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
  background-color: #ffbc2b;
}

.MOBILE #CM819 .LM_MENU .PRE {
  display: none;
  float: left;
  width: 6%;
  height: 50px;
  margin: 0 2px;
  background-image: url(../images/pre.png);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

.MOBILE #CM819 .LM_MENU .NEX {
  display: none;
  float: right;
  width: 6%;
  height: 50px;
  margin: 0 2px;
  background-image: url(../images/next.png);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

.MOBILE #CM819 .LM_MENU .MENU {
  float: left;
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.MOBILE #CM819 .LM_MENU ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  border-right: none;
  border-left: none;
}

.MOBILE #CM819 .LM_MENU li {
  float: left;
  /* width: 25%; */
  height: 50px;
  /* padding: 0 2px; */
  box-sizing: border-box;
  border-right: 1px solid #fff6e2;
}

.MOBILE #CM819 .LM_MENU01 li {
  float: left;
  width: 33.3%;
  height: 50px;
  padding: 0 2px;
  box-sizing: border-box;
  border-right: 1px solid #fff6e2;
}

.MOBILE #CM819 .LM_MENU li.LINK {
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 50px;
  background-color: #ff6600;
}

.MOBILE #CM819 .LM_MENU li:last-child {
  border-right: none;
}


.MOBILE #CM819 .LM_MENU li a {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff6e2;
  font-size: 1.3em;
  line-height: 50px;
}

/*框架*/
.MOBILE #CM819 {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  background-color: #f8edff;
}

.MOBILE #CM819 .hero {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../images/hero/bg_mb.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 45px; */
}

.MOBILE #CM819 .hero .hero_top {
  width: 100%;
  height: 0px;
  padding-bottom: 56%;
  text-indent: -9999px;
}

.MOBILE #CM819 .hero .hero_info {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM819 .hero .hero_info h1 {
  width: 100%;
  text-indent: -9999px;
}

/*區塊*/
.MOBILE #CM819 .container_frame {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}


/*標題bar*/
.MOBILE #CM819 .title_bar {
  width: 100%;
  height: 0px;
  padding-bottom: 20%;
  margin: 0 auto;
  background-image: url(../images/CM819/titlebar01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.MOBILE #CM819 .title_bar img {
  display: block;
  width: 100%;
  height: auto;
}


/*子標題bar-01*/
.MOBILE #CM819 .sub_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

.MOBILE #CM819 .sub_title img {
  display: block;
  width: 100%;
  height: auto;
}

/*子標題bar-02*/
.MOBILE #CM819 .sub_title2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}

.MOBILE #CM819 .sub_title2 img {
  display: block;
  width: 100%;
  height: auto;
}


.MOBILE #CM819 .button_area {
  width: 82%;
  height: 46px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50px;
  box-sizing: border-box;
  margin-top: 20px;
  animation: normal_bt 3s infinite;
  transform: scale(1);
  border: 2px solid #fff;
}

.MOBILE #CM819 .button_area a {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

/*圖片大小*/
.MOBILE #CM819 .cmph_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.MOBILE #CM819 .cmph_box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 10px auto;
}

.MOBILE #CM819 .cmph_box2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.MOBILE #CM819 .cmph_box2 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 10px auto;
}

/*命盤動畫區塊*/
.MOBILE #CM819 .ball_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 43.3823529411%;
  margin: 0 auto;
  background-image: url(../images/CM819/fate_chart/ph_chart_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.MOBILE #CM819 .ball_box .ball {
  width: 70px;
  height: auto;
}

.MOBILE #CM819 .ball_box .ball img {
  display: block;
  width: 100%;
  height: auto;
}

.MOBILE #CM819 .ball_box .ball1 {
  position: absolute;
  top: 5%;
  left: 20%;
  animation-name: floatball, fadeInOut;
  animation-duration: 2.8s;
  animation-iteration-count: infinite;
}

.MOBILE #CM819 .ball_box .ball2 {
  position: absolute;
  top: 5%;
  right: 20%;
  animation-name: floatball, fadeInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.MOBILE #CM819 .ball_box .ball3 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  animation-name: floatball, fadeInOut;
  animation-duration: 2.7s;
  animation-iteration-count: infinite;
}

.MOBILE #CM819 .ball_box .ball4 {
  position: absolute;
  bottom: 10%;
  right: 15%;
  animation-name: floatball, fadeInOut;
  animation-duration: 3.1s;
  animation-iteration-count: infinite;
}

.MOBILE #CM819 .card_ph {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
}

.MOBILE #CM819 .card_ph img {
  display: block;
  width: 100%;
  height: auto;
}

/*文字區塊*/
.MOBILE #CM819 .text_area1 {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

.MOBILE #CM819 .text_area1 p {
  text-shadow: 2px 2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    2px -2px 0px #ffffff;
}

.MOBILE #CM819 .text_area2 {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 10px 5px #f3dfce;
  border: 3px solid #ffffff;
  border-radius: 20px;
  padding: 25px;
}


/*影片區塊*/
.MOBILE #CM819 .VIDEO {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  height: auto;
  position: relative;
  margin-bottom: 5px;
  aspect-ratio: 560 / 315;
}

.MOBILE #CM819 .VIDEO iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*四欄位-解密命盤十二宮*/
.MOBILE #CM819 .icon_container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.MOBILE #CM819 .icon_container .box_icon {
  width: 42%;
  background-color: rgba(255, 255, 255, .6);
  box-shadow: inset 0 0 20px 10px #e9c0ff;
  border: 3px solid #ffffff;
  border-radius: 20px;
  margin: 10px;
}

#CM819 .icon_container .box_icon p {
  width: 100%;
  font-size: 1.5rem;
  color: #d382fe;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}

.MOBILE #CM819 .icon_container .box_icon img {
  width: 60%;
  margin: 10px auto 20px auto;
}

/*四欄位-超全面運勢分析*/
.MOBILE #CM819 .icon_container2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.MOBILE #CM819 .icon_container2 .box_icon {
  width: 42%;
  background-color: rgba(255, 255, 255, .6);
  box-shadow: inset 0 0 20px 10px #d1c1ff;
  border: 3px solid #ffffff;
  border-radius: 20px;
  margin: 10px;
}

.MOBILE #CM819 .icon_container2 .box_icon p {
  width: 100%;
  font-size: 1.5rem;
  color: #ac90ff;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}

.MOBILE #CM819 .icon_container2 .box_icon img {
  width: 60%;
  margin: 10px auto 20px auto;
}






/*置底動態浮水印*/
.MOBILE #CM819-wrapper .downbar_bt {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  background-image: url(../images/bt_bg.png);
  background-repeat: repeat-x repeat-y;
  z-index: 9999;
  padding: 5px 0;
}

.MOBILE #CM819-wrapper .downbar_bt .bt_area {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all .4s ease;
  text-shadow: 0px 0px 5px #3500d4, 2px 2px 5px #3500d4, -2px -2px 5px #3500d4;
}

.MOBILE #CM819-wrapper .downbar_bt .bt_area a {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 17.16417910%;
  text-align: center;
  background-image: url(../images/CM819/button_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 8vw;
  font-weight: bold;
  animation: glow 3s infinite;
  border-radius: 50px;
  line-height: 17vw;
}

.MOBILE #CM819-wrapper .downbar_bt .bt_area a li .small_price {
  font-size: 5vw;
}

.MOBILE #CM819-wrapper .downbar_bt .bt_area a li::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/CM819/button_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  top: 50%;
  left: 87%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

/* ============== 通知區塊 ============== */
#CM819 .notification_block {
  width: 550px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  padding: 25px;
  box-sizing: border-box;
}

.MOBILE #CM819 .notification_block {
  width: 100%;
  padding: 15px;
}

#CM819 .background_lite_yellow {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 10px 5px #f3dfce;
}

/* ============== 加碼送區塊 ============== */
#CM819 .promo_block {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#CM819 .flex_rowcase {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#CM819 .promo_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#CM819 .promo_box .item_phbox {
  width: 20%;
  height: auto;
}

.MOBILE #CM819 .promo_box .item_phbox {
  width: 30%;
  height: auto;
}

#CM819 .promo_box .item_info {
  width: 80%;
  height: auto;
}

.MOBILE #CM819 .promo_box .item_info {
  width: 70%;
  height: auto;
}

#CM819 .promo_box .item_info p {
  text-shadow: 2px 2px 0px #ffffff, -2px -2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff;
}

#CM819 .promo_box .item_phbox img {
  display: block;
  width: 100%;
  height: auto;
}

/* ============== 分隔線 ============== */
#CM819 .divider {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  margin: 25px auto;
}

.MOBILE #CM819 .divider {
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  margin: 15px auto 8px auto;
}

/* ============== 配圖底下系統字區塊 ============== */
/* 個別寬度設定 */
#CM819 .width_85 {
  width: 85%;
}

.MOBILE #CM819 .width_85 {
  width: 100%;
}

#CM819 .text_box {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.PC #CM819 .text_box p {
  text-align: center;
  font-size: 1.9rem;
}

.MOBILE #CM819 .text_box p {
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0px 0px 0px;
}

@media screen and (min-width:414px) {
  .MOBILE #CM819 .text_box p {
    text-align: center;
    font-size: 1.3rem;
    padding: 10px 0px 0px 0px;
  }
}

/* ============== 公版按鈕區塊 ============== */
#CM819 .bt_case {
  width: 100%;
  height: auto;
  margin: 15px 0px 0px 0px;
  text-align: center;
  overflow: hidden;
}

.MOBILE #CM819 .bt_case {
  margin: 0px 0px 25px 0px;
  text-align: center;
}

#CM819 .norm_button {
  width: 60%;
  height: auto;
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 20px;
}

.MOBILE #CM819 .norm_button {
  width: 90%;
}

.PC #CM819 .norm_button a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 999px;
  box-shadow: inset 0px 0px 8px rgba(160, 39, 654, 1);
}

.MOBILE #CM819 .norm_button a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 999px;
  box-shadow: inset 0px 0px 8px rgba(160, 39, 654, 1);
}

#CM819 .norm_button .price_text {
  font-size: 1.4rem;
  margin-left: 6px;
}

/* 背景顏色：紫色 */
#CM819 .bgcolor_purple {
  background: rgb(160, 39, 654);
  background: linear-gradient(0deg, rgba(160, 39, 654, 1) 0%, rgba(193, 114, 255) 100%);
}

.PC #CM819 .bgcolor_purple:hover {
  background: rgb(101, 72, 238);
  background: linear-gradient(180deg, rgba(160, 39, 654, 1) 0%, rgba(193, 114, 255) 100%);
}

/* ============== 跑馬燈區塊 ============== */
#CM819 .ticker_block {
  width: 80%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.MOBILE #CM819 .ticker_block {
  width: 95%;
  margin-top: 15px;
  margin-bottom: 10px;
}

#CM819 .titcker_title {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #eee1ff;
  box-shadow: #a066ec 0px 5px 15px -5px inset;
}

.MOBILE #CM819 .titcker_title {
  padding: 12px;
}

#CM819 .titcker_title img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
}

#CM819 .ticker_info {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.MOBILE #CM819 .ticker_info {
  padding: 12px;
}

#CM819 .ticker_info::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  box-shadow: #a066ec 0px -5px 20px -5px inset;
}

#CM819 .ticker_box {
  /* min-width: 3000px; */
  max-height: 240px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

#CM819 .ticker_box li {
  width: 1000px;
  height: auto;
  margin: 0px 0px 5px 0px;
}

.MOBILE #CM819 .ticker_box li {
  width: 740px;
}

.PC #CM819 .ticker_box li.demo_translate {
  transform: translateX(30px);
}

.MOBILE #CM819 .ticker_box li.demo_translate {
  transform: translateX(15px);
}

#CM819 .ticker_box li:last-child {
  margin-bottom: 0px;
}

#CM819 .ticker_box li img {
  display: block;
  width: 100%;
  height: auto;
}

#CM819 .background_lite_purple {
  background-color: #eee1ff;
}

/* ============== 備註說明小字 ============== */
#CM819 .tips_block {
  width: 80%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}

#CM819 .tips_block2 {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 5px auto 5px auto;
}

.MOBILE #CM819 .tips_block2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 6px auto 12px auto;
}

#CM819 .tips_block p {
  font-size: 1.2rem;
  text-align: center;
}

.MOBILE #CM819 .tips_block p {
  font-size: 1.1rem;
}

#CM819 .tips_block2 p {
  font-size: 1.2rem;
  text-align: center;
  color: #888888;
}

.MOBILE #CM819 .tips_block2 p {
  font-size: 1rem;
  text-align: center;
}

#CM819 .tips_block a {
  display: inline-block;
}

#CM819 .tips_block a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  margin-left: 5px;
  margin-bottom: 0px;
  border-color: transparent transparent transparent #1a8dd4;
}

#CM819 .tips_block a:hover {
  text-decoration: underline;
}

/* iphone6 Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .MOBILE #CM819 .box_item .bbox_info p {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #555555;
  }
}