@charset "UTF-8";
@import url("reset.css");
html{scroll-behavior: smooth;}
#CLICK108 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
  font-size: 16px;
  color: #333;
}

/*字型樣式==============================*/
#CLICK108 .T01 {
  font-size: 1.1rem;
  line-height: 1.4em;
}

/*粗細*/
#CLICK108 .BOLD {
  font-weight: bold;
}

/*顏色*/
#CLICK108 .PURPLE {
  color: #c029ff;
}

#CLICK108 .LUCK_PINK {
  color: #d8397b;
}

#CLICK108 #article-hot-article .BLACK {
  color: #333 !important;
  position: relative !important;
  margin-top: unset !important;
  max-height: unset !important;
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
  cursor: none !important;
  height: unset !important;
  visibility: visible !important;
  background: unset !important;
  z-index: 1;
}

#CLICK108 .RED {
  color: #cb3917;
}

/*共用樣式==============================*/
/*標題BAR*/
#CLICK108 .T_BAR {
  width: 95%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

#CLICK108 .T_BAR h2 {
  width: 69%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  color: #f58900;
  padding-left: 2px;
  font-size: 1.1rem;
}

#CLICK108 .T_BAR h2::before {
  display: inline-block;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #45d48a;
  margin-right: 5px;
  margin-bottom: 3px;
}

#CLICK108 .T_BAR .MORE_bt {
  width: 30%;
  height: 40px;
}

#CLICK108 .T_BAR .MORE_bt a {
  display: block;
  width: 100%;
  height: 40px;
  color: #45d48a;
  font-size: 0.9rem;
  line-height: 40px;
  text-align: right;
}

#CLICK108 .T_BAR h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  color: #333;
  text-align: center;
  font-size: 1.1rem;
}

/*區塊一白底圓角*/
#CLICK108 .COM_SLIDE {
  /*左右滑底*/
  width: 970px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#CLICK108 .COM_bg01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #FFF;
  /*box-shadow:0px 0px 10px #cecece;*/
  border-radius: 12px;
  margin: 0px auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
}

#CLICK108 .COM_bg_s {
  /*搭配左右滑底*/
  display: inline-block;
  width: 320px;
  margin-right: 10px;
}

/*區塊一白底圓角尾*/
/*頁數點點樣式*/
#CLICK108 .PAGES_MENU {
  width: 100%;
  height: 8px;
  margin: 0px auto;
  margin-bottom: 20px;
}

#CLICK108 .P_M_AD {
  margin-bottom: 8px;
}

#CLICK108 .PAGES_MENU ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#CLICK108 .PAGES_MENU li {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0px 5px;
  text-indent: -9999px;
  background-color: #bfbfbf;
}

#CLICK108 .PAGES_MENU li.CHOOSR {
  background-color: #8C29D2;
}

/*頁數點點樣式尾*/
/*列表樣式*/
#CLICK108 .LIST_BG {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/*無點擊樣式*/
#CLICK108 .LIST01 {
  width: 100%;
  height: 40px;
  border-bottom: 1px dashed #d0d0d0;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  font-size: 1rem;
  margin: 0 auto;
  margin-bottom: 5px;
}

/*點擊樣式*/
#CLICK108 .LIST02 {
  width: 95%;
  height: 40px;
  border-bottom: 1px dashed #d0d0d0;
  margin: 0 auto;
  margin-bottom: 3px;
}

#CLICK108 .LIST02:last-child {
  border-bottom: none;
}

#CLICK108 .LIST02 a {
  display: block;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#CLICK108 .LIST02 .LIST_text {
  width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  font-size: 1rem;
  color: #333;
  margin-left: 0.3rem;
}

#CLICK108 .LIST02 .LIST_text02 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  font-size: 1rem;
  color: #333;
}

#CLICK108 .LIST02 .MORE_bt02 {
  display: block;
  width: 12px;
  height: 40px;
  color: #b8b8b8;
  font-size: 0.9rem;
  line-height: 40px;
  text-align: right;
}

/*點擊樣式尾*/
/*一般樣式*/
#CLICK108 .LIST03 {
  width: 100%;
  height: 30px;
  overflow: hidden;
  color: #333;
  line-height: 1.6em;
  font-size: 1rem;
  line-height: 30px;
}

/*一般樣式尾*/
#CLICK108 .ICON01 {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin-right: 5px;
}

#CLICK108 .ICON_c01 {
  background-color: #c029ff;
}

#CLICK108 .ICON_c02 {
  background-color: #45d48a;
}

#CLICK108 .ICON02 {
  display: inline-block;
  width: 120px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  color: #bd734a;
  background-color: rgba(189, 115, 74, 0.2);
  line-height: 25px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 0.9rem;
}

/*列表樣式尾*/
/*廣告br頭*/
#CLICK108 .nEW_AD {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}

#CLICK108 .nEW_AD a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#CLICK108 .nEW_AD a img {
  display: block;
  width: 100%;
  height: auto;
}

/*廣告br頭*/
/*按鈕顏色樣式*/
#CLICK108 .BT01 {
  width: 95%;
  margin: 0 auto;
}

#CLICK108 .BT01 a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
}

#CLICK108 .BT02 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#CLICK108 .BT02 ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

#CLICK108 .BT02 li {
  width: 49% !important;
  height: 40px;
  margin-top: 8px;
  border-bottom: none !important;
}

#CLICK108 .BT02 li a {
  display: block;
  width: 95%;
  height: 40px;
  font-size: 1rem;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
}

#CLICK108 a.Bt_Purple01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8C29D2), to(#53028E));
  background-image: linear-gradient(to bottom, #8C29D2, #53028E);
  color: #fff;
}

#CLICK108 a.Bt_Purple02 {
  background-color: #A25FD3;
  color: #fff !important;
}

#CLICK108 a.Bt_Orange {
  background-color: #f58900;
  color: #fff !important;
}

#CLICK108 a.Bt_Green {
  background-color: #45d48a;
  color: #fff;
}

/*按鈕顏色樣式尾*/
/*圖片樣式*/
#CLICK108 .PH {
  width: 95% !important;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}

#CLICK108 .PH img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

/*圖片樣式尾*/
/*共用樣式==============================*/
/*第二層menu關鍵字=======================*/
#article-navbar.T_KEYWORD {
  width: 100%;
  height: 45px;
  background-color: #fff;
}

#article-navbar.T_KEYWORD ul {
  width: 100%;
  height: 45px;
}

#article-navbar.T_KEYWORD li {
  float: left;
  width: 25%;
  height: 45px;
}

#article-navbar.T_KEYWORD li a {
  display: block;
  font-size: 1rem;
  line-height: 47px;
  text-align: center;
  color: #8C29D2;
}

/*關鍵字==============================*/
/*SuperBanner========================*/
#CLICK108 .SUPER_BR_BG {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
}

#CLICK108 .SUPER_BR {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#CLICK108 .SUPER_BR .B_CON a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  text-indent: -9999px;
}

#CLICK108 .SUPER_BR .S_BT_PRE {
  position: absolute;
  width: 35px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 10px 10px;
  left: 0;
  top: 35%;
  border-radius: 0px 60px 60px 0px;
}

#CLICK108 .SUPER_BR .S_BT_PRE a {
  display: block;
  width: 35px;
  height: 60px;
  background-image: url(../../image/index_images/pre03.png);
  background-size: 25px 25px;
  background-position: left 2px center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#CLICK108 .SUPER_BR .S_BT_NEXT {
  position: absolute;
  width: 35px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 10px 10px;
  right: 0;
  top: 35%;
  border-radius: 60px 0px 0px 60px;
}

#CLICK108 .SUPER_BR .S_BT_NEXT a {
  display: block;
  width: 35px;
  height: 60px;
  background-image: url(../../image/index_images/next03.png);
  background-size: 25px 25px;
  background-position: right 2px center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#CLICK108 .SUPER_BR .PAGES_BR {
  position: absolute;
  width: 60px;
  height: 30px;
  color: rgb(211, 211, 211);
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  border-radius: 30px;
  right: 10px;
  bottom: 10px;
  text-align: center;
}

/*SuperBanner========================*/
/*日曆================================*/
#CLICK108 .CALANDAR_bg {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CLICK108 .CALANDAR {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

#CLICK108 .CALANDAR .C_PH {
  width: 140px;
  height: 160px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  margin: 0px 10px 15px 10px;
}

#CLICK108 .CALANDAR .C_PH .YEAR {
  width: 100%;
  height: 40px;
  background-color: #b7412a;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 1rem;
  border-radius: 12px 12px 0 0;
  text-indent: -6px;
}

#CLICK108 .CALANDAR .C_PH .DATE {
  width: 100%;
  height: 70px;
  text-align: center;
  margin-top: 5px;
}

#CLICK108 .CALANDAR .C_PH .DATE > .D_T01 {
  font-size: 3rem;
  color: #c25949;
  font-weight: bold;
}

#CLICK108 .CALANDAR .C_PH .DATE > .D_T02 {
  font-size: 1.2rem;
  color: #333;
}

#CLICK108 .CALANDAR .C_PH .DATE > .D_T03 {
  font-size: 1rem;
  color: #7d7f8d;
}

#CLICK108 .CALANDAR .R_TCON {
  width: calc(100% - 165px);
  height: auto;
}

/*日曆尾=============================*/
/*協銷區塊============================*/
#CLICK108 .AllRec_bg {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CLICK108 .REC_MENU {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#CLICK108 .REC_MENU ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#CLICK108 .REC_MENU li {
  width: 100%;
  height: 45px;
  background-color: #FFF;
  font-size: 1rem;
  line-height: 45px;
  text-align: center;
  color: #8C29D2;
  border-bottom: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#CLICK108 .REC_MENU li:last-child {
  border-right: none;
}

#CLICK108 .REC_MENU li.FOUR {
  width: 25%;
}

#CLICK108 .REC_MENU li.THREE {
  width: 33.3333333333%;
}

#CLICK108 .REC_MENU li.R_CHOOSR {
  border-bottom: 3px solid #8C29D2;
  line-height: 45px;
}

#CLICK108 .REC_MENU li a {
  display: block;
  height: 45px;
  font-size: 1rem;
  line-height: 45px;
  color: #333;
  text-align: center;
}

/*協銷修改樣式*/
#CLICK108 .AllRec_bg .REC_SECTION {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
}

#CLICK108 .AllRec_bg .REC_TOP {
  border-bottom: 1px solid #d0d0d0;
  border-radius: 10px 10px 0 0;
}

#CLICK108 .AllRec_bg .REC_TOP img {
  border-radius: 8px 8px 0 0;
}

/*協銷修改樣式尾*/
/*協銷區塊尾==========================*/
/*星座區塊================================*/
#CLICK108 .STAR_bg {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CLICK108 .STAR {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 10px;
}

#CLICK108 .STAR .L_PHCON {
  width: 90px;
  height: auto;
}

#CLICK108 .STAR .S_PH {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-color: #f6e0ff;
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}

#CLICK108 .STAR .STAR_01 {
  background-image: url(../../image/index_images/star/star_01.png);
}

#CLICK108 .STAR .STAR_02 {
  background-image: url(../../image/index_images/star/star_02.png);
}

#CLICK108 .STAR .STAR_03 {
  background-image: url(../../image/index_images/star/star_03.png);
}

#CLICK108 .STAR .STAR_04 {
  background-image: url(../../image/index_images/star/star_04.png);
}

#CLICK108 .STAR .STAR_05 {
  background-image: url(../../image/index_images/star/star_05.png);
}

#CLICK108 .STAR .STAR_06 {
  background-image: url(../../image/index_images/star/star_06.png);
}

#CLICK108 .STAR .STAR_07 {
  background-image: url(../../image/index_images/star/star_07.png);
}

#CLICK108 .STAR .STAR_08 {
  background-image: url(../../image/index_images/star/star_08.png);
}

#CLICK108 .STAR .STAR_09 {
  background-image: url(../../image/index_images/star/star_09.png);
}

#CLICK108 .STAR .STAR_10 {
  background-image: url(../../image/index_images/star/star_10.png);
}

#CLICK108 .STAR .STAR_11 {
  background-image: url(../../image/index_images/star/star_11.png);
}

#CLICK108 .STAR .STAR_12 {
  background-image: url(../../image/index_images/star/star_12.png);
}

#CLICK108 .STAR .S_FORTUNE {
  display: inline-block;
  width: 135px;
  height: 22px;
  margin-bottom: -5px;
}

#CLICK108 .STAR .S_FORTUNE img {
  display: block;
  margin: 0 auto;
  width: 135px;
  height: 22px;
}

#CLICK108 .STAR .R_STCON {
  width: calc(100% - 100px);
  height: auto;
}

/*星座區塊尾=============================*/
/*會員獨享區塊===========================*/
#CLICK108 .AD_500x250 {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CLICK108 .AD_500x250 ul {
  width: 1030px;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden;
}

#CLICK108 .AD_500x250 li {
  width: 250px;
  height: 155px;
}

#CLICK108 .AD_500x250 li a {
  display: block;
  width: 100%;
  height: 155px;
  position: relative;
}

#CLICK108 .AD_500x250 li a img {
  display: block;
  width: 250px;
  height: 125px;
}

#CLICK108 .AD_500x250 li a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #333;
}

/*會員獨享區塊尾===========================*/
/*天天每天算區塊===========================*/
#CLICK108 .FREE_DAILY_bg {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

/*免費算產品選項*/
#CLICK108 .FREE_DAILY {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#CLICK108 .FREE_DAILY ul::-webkit-scrollbar {
  display: none;
}

#CLICK108 .FREE_DAILY ul {
  width: 100%;
  height: 80px;
  display: block;
  overflow: scroll;
  overflow-x: scroll;
  /* [0] */
  white-space: nowrap;
  /* [1] */
  overflow-y: hidden;
  /* [2] */
  -webkit-overflow-scrolling: touch;
  /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
}


.PC #CLICK108 .FREE_DAILY ul {
  overflow-x: hidden;
}

#CLICK108 .FREE_DAILY li {
  width: 80px;
  height: 80px;
  display: inline-block;
}

#CLICK108 .FREE_DAILY li a {
  display: block;
  width: 100%;
  position: relative;
}

#CLICK108 .FREE_DAILY li a img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
}

#CLICK108 .FREE_DAILY li a .fr_text {
  display: block;
  width: 90%;
  height: 25px;
  margin: 0 auto;
  line-height: 25px;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0px;
  left: 5%;
  text-align: center;
  font-weight: bold;
  border-radius: 25px;
}

#CLICK108 .FREE_DAILY li a > .fr_text {
  background-color: #fff;
  color: #333;
  position: unset;
}

#CLICK108 .FREE_DAILY li a.f_choose > .fr_text {
  background-color: #E6D7F5;
  color: #8038CA;
}

/*使用者輸入區塊*/
#CLICK108 .USER_INPUT_box {
  width: 100%;
  height: aito;
  overflow: hidden;
  margin-top: 10px;
}

#CLICK108 .USER_INPUT {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

#CLICK108 .USER_INPUT_box .U_INPUT {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #ECEDEF;
  border-bottom: 2px solid #BFC9D1;
  font-size: 1em;
  line-height: 40px;
  padding-left: 40px;
  border-radius: 10px;
  color: #8038CA;
  -webkit-appearance: none;
  background-position: left 10px center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

#CLICK108 .USER_INPUT_box .U_INPUT::-webkit-input-placeholder {
  font-size: 1em;
  color: #999;
  background-color: #ECEDEF;
}

#CLICK108 .USER_INPUT_box select {
  background: transparent;
  width: calc(100vw - 50px);
  height: 50px;
  font-size: 1em;
  color: #999;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 10px;
  -webkit-user-select: auto;
  border: none;
}
#CLICK108 .USER_INPUT_box select:focus {
  color: #8038CA;
}

#CLICK108 .USER_INPUT_box select option {
  color: #8038CA;
}

#CLICK108 .USER_INPUT_box select option:first-of-type {
  color: #999;
}

#CLICK108 .GENDER {
  width: 30%;
  height: 40px;
}

#CLICK108 .GENDER ul {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #ECEDEF;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#CLICK108 .GENDER li {
  width: 46%;
  height: 34px;
}

#CLICK108 .GENDER li a {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 1em;
  color: #999;
  line-height: 34px;
  text-align: center;
  margin: 0 auto;
}

#CLICK108 .GENDER li a.g_choose {
  width: 100%;
  height: 34px;
  background-color: #FFAC44;
  -webkit-box-shadow: inset 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #fff;
}

#CLICK108 .FREE_DAILY_bg > .BT01 {
  width: 68%;
}

/*天天每天算區塊尾==========================*/
/*好運8廣告區塊===========================*/
#CLICK108 .AD_300x510 {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}

#CLICK108 .AD_300x510 ul {
  width: 800px;
  height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden;
}

#CLICK108 .AD_300x510 li {
  width: 150px;
  height: 255px;
  margin-right: 10px;
}

#CLICK108 .AD_300x510 li a {
  display: block;
  width: 100%;
  height: 255px;
  background-size: 100% 255px;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
}

#CLICK108 .AD_300x510 li a .AD_TEXT {
  width: 95%;
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 2.5%;
}

#CLICK108 .AD_300x510 li a .AD_TEXT p {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  text-align: center;
}

#CLICK108 .AD_300x510 li a .AD_TEXT .TEXT01 {
  font-weight: bold;
}

#CLICK108 .AD_300x510 li a .AD_TEXT .TEXT02 {
  font-weight: inherit;
}

/*好運8廣告區塊尾==========================*/
/*熱門文章區塊=============================*/
#CLICK108 .ARTICLE_bg {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CLICK108 .ARTICLE {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
}

#CLICK108 .ARTICLE a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#CLICK108 .ARTICLE a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden;
}

#CLICK108 .ARTICLE a li.ART_PH {
  width: 110px;
  height: 73px;
  border-radius: 10px;
  overflow: hidden;
}

#CLICK108 .ARTICLE a li.ART_PH img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

#CLICK108 .ARTICLE a li.ART_TEXT {
  width: calc(100% - 120px);
  height: auto;
  overflow: hidden;
}

#CLICK108 .ARTICLE .ART_TEXT .ART_BARK {
  width: 60px;
  height: 25px;
  color: #fff;
  background-color: #db603e;
  border-radius: 25px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 25px;
  margin-bottom: 5px;
}

#CLICK108 .ARTICLE .ART_TEXT .TEXT_IN {
  width: 100%;
  height: 43px;
}

/*熱門文章區塊尾===========================*/
/*線上算區塊==============================*/
#CLICK108 .ONLINE_PR_bg {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CLICK108 .ONLINE_PR_bg h3 {
  width: 100%;
  height: 30px;
  background-image: url(../../image/index_images/line_bg.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 1px 1px;
  margin-bottom: 5px;
  text-align: left;
}

#CLICK108 .ONLINE_PR_bg h3 > span {
  width: auto;
  height: 30px;
  color: #8C29D2;
  font-size: 1.1rem;
  line-height: 30px;
  padding-right: 5px;
  background-color: #fff;
}

#CLICK108 .ONLINE_PR {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

#CLICK108 .BOTTOM_N {
  margin-bottom: -12px;
}

/*免費算產品選項不能左右滑*/
#article-videos.COM_bg01 .LIST02 .LIST_text{
  width: auto;
}
#CLICK108 .ONLINE_PR ul {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#CLICK108 .ONLINE_PR li {
  width: calc(100% /4);
}

#CLICK108 .ONLINE_PR li a {
  display: block;
  height: 100px;
  position: relative;
}

#CLICK108 .ONLINE_PR li a img {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

#CLICK108 .ONLINE_PR li a .on_text {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 25px;
  font-size: 1rem;
  position: absolute;
  bottom: 0px;
  left: 0%;
  text-align: center;
}

#CLICK108 .ONLINE_PR li a > .on_text {
  color: #333;
}

/*線上算區塊尾=============================*/
/*影音相關區塊=============================＝=*/
#CLICK108 .VIDEO_Box_bg {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CLICK108 .VIDEO {
  width: 95%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  margin: 0px auto;
  margin-top: 10px;
}

#CLICK108 .VIDEO iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

#CLICK108 .VIDEO_TEXT {
  width: 95%;
  background-color: #f3e9fb;
  border-radius: 0 0 10px 10px;
  padding: 3.5%;
  margin: 0 auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#CLICK108 .V_text {
  width: 63%;
  color: #333;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: bold;
  text-align: left;
}

#CLICK108 .V_bt {
  width: 30%;
  margin: auto;
}

#CLICK108 .V_bt a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #8C29D2;
  border-radius: 40px;
  text-align: center;
  color: #8C29D2 !important;
}

/*影音相關區塊尾==============================*/
#CLICK108 .COMMUNITY_bg {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 8px;
}

#CLICK108 .COMMUNITY {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CLICK108 ul.N_CMY {
  width: 100%;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

#CLICK108 .N_CMY li {
  width: 75px;
  height: 95px;
}

#CLICK108 .N_CMY li a {
  display: block;
  width: 100%;
  height: 95px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  margin: 0 auto;
  position: relative;
}

#CLICK108 .N_CMY li p {
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
  position: absolute;
  bottom: 0;
}

#CLICK108 .N_CMY a.FB {
  background-image: url(../../image/index_images/community/icon_fb.png);
  color: #1777f1;
}

#CLICK108 .N_CMY a.LINE {
  background-image: url(../../image/index_images/community/icon_line.png);
  color: #00be00;
}

#CLICK108 .N_CMY a.IG {
  background-image: url(../../image/index_images/community/icon_ig.png);
  color: #d72d78;
}

#CLICK108 .N_CMY a.YT {
  background-image: url(../../image/index_images/community/icon_yt.png);
  color: #ff0000;
}

/*下載*/
#CLICK108 .APP_DOWMLOAD_bg {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5px;
}

#CLICK108 .APP_DOWMLOAD ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

#CLICK108 .APP_DOWMLOAD li {
  width: 49%;
  height: 50px;
}

#CLICK108 .APP_DOWMLOAD li a {
  display: block;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 10px;
}

#CLICK108 .APP_DOWMLOAD a.IOS {
  background-image: url(../../image/index_images/community/ph_bt_ios.png);
  background-color: #000000;
  position: static;
}

#CLICK108 .APP_DOWMLOAD a.GOOGLEPLAY {
  background-image: url(../../image/index_images/community/ph_bt_Android.png);
  background-color: #000000;
}

  *{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }