 #it254hourpop * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

#it254hourpop .POP_t01 {
    font-size: 1em;
    line-height: 1.6em;
    color: #333;
    font-weight: bold;
}

#it254hourpop .POP_t02 {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #333;
    font-weight: bold;
}

#it254hourpop .POP_t03 {
    font-size: 1em;
    line-height: 1.6em;
    color: #6f25a7;
    font-weight: bold;
}

#it254hourpop .POP_t04 {
    font-size: 1em;
    line-height: 1.6em;
    color: #333;
}

#it254hourpop .POP_t05 {
    font-size: 0.8em;
    line-height: 1em;
    color: #333;
}

#it254hourpop .POP_t06 {
    color: #cc0000;
    font-weight: bold;
}

.old_t01 {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: bold;
    color: #6f25a7;
}

.old_t02 {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #333;
}

#it254hourpop {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #570a91;
    webkit-border-radius: 5px;
    moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #333333;
}

#it254hourpop .COM244 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
}
#it254hourpop .COM {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
}

#it254hourpop .RABOX {
    width: 100%;
    height: auto;
    padding: 8px 5px 2px 5px;
}

#it254hourpop .TBAR {
    width: 100%;
    height: 35px;
    background-color: #6f25a7;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#it254hourpop .TBAR .XX {
    width: 35px;
    height: 35px;
    float: right;
}

#it254hourpop .TBAR .XX a {
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center center;
    background-image: url(https://gimgs.click108.com.tw/unit001/item00203/images/pop_x_icon.png);
}

#it254hourpop .BT01 {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    margin-top: 10px;
}

#it254hourpop .BT01 li {
    width: 100%;
    float: left;
    margin: 0 auto;
    margin-bottom: 10px;
}

#it254hourpop .BT01 li a {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 1.2em;
    color: #333333;
    text-align: center;
    line-height: 45px;
    background-color: #cfcfcf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #969696;
    -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
}

#it254hourpop .BT02 {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    margin-top: 10px;
}

#it254hourpop .BT02 li {
    width: 49.3%;
    float: left;
}

#it254hourpop .BT02 li:first-child {
    margin-right: 1px;
}

#it254hourpop .BT02 li:last-child {
    margin-left: 2px;
}

#it254hourpop .BT02 li a {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 1.2em;
    color: #333333;
    text-align: center;
    line-height: 45px;
    background-color: #cfcfcf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #969696;
    -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
}

#it254hourpop .POP_LINE {
    width: 100%;
    height: 1px;
    background-color: #CCC;
    margin-top: 5px;
    margin-bottom: 5px;
}
  
 /*彈跳區塊*/
 .deco_pline{
	width: 95%;
	margin:0 auto;
	border-top: 1px solid #cccccc;
	margin: 15px auto;
}

 #popup_areait254 {
   width: 100%;
    height: auto;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   /* height: 100vh;
    overflow: hidden;*/
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

  #popup_areait254 .popup_box{
	position: fixed;
    z-index: 20;
    max-width: 85%;
    width: 500px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    border-radius: 20px;
	}.MOBILE  #popup_areait254 .popup_box{
		position: fixed;
		z-index: 20;
		max-width: 95%;
		width: 95%;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0 auto;
		background: #ffffff;
		box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
		border-radius: 20px;
	}

 #popup_areait254 .close{
	width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    right: 0px;
}

 #popup_areait254 .close a{
	display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

 #popup_areait254 .popup_box .close a::before{
    content: "";
    position: absolute;
    height: 30px;
    width: 3px;
    top: 0;
    right: 50%;
    background-color: #ffffff;
    color: #ffffff;
    transform: translate(50%) rotate(45deg);
}

 #popup_areait254 .popup_box .close a::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 3px;
    top: 0;
    right: 50%;
    background-color: #ffffff;
    color: #ffffff;
    transform: translate(50%) rotate(315deg);
}

 #popup_areait254 .pbox_case{
	width:100%;
	height: auto;
	padding:20px;
	box-sizing: border-box;
}

 #popup_areait254 .pbox_case p{
	text-align: center;
}

/*新增彈跳橫條按鈕*/
 #popup_areait254 .bt_area{
    width:100%;
    height: auto;
    overflow: hidden;
}

  #popup_areait254 .bt_area_content{
	width: 100%;
    height: 225px;
    overflow: auto;
    box-sizing: border-box;
    max-height: 500px;
	}.MOBILE  #popup_areait254 .bt_area_content{
		width: 100%;
		height: 280px;
		overflow: auto;
		box-sizing: border-box;
		max-height: 400px;
	}

 #popup_areait254 .bt_area_content span{
	font-size:0.9rem;
	color:yellow;
	padding-left: 5px;
}

 #popup_areait254 .bt_area ul{
    width:100%;
    height: auto;
}



  #popup_areait254 .bt_area li{
    width:80%;
    height: auto;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
	}.MOBILE  #popup_areait254 .bt_area li{
		width:95%;
		height: auto;
		margin:0 auto;
		margin-top:10px;
		margin-bottom:10px;
	}

 #popup_areait254 .bt_area li a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 25px;
    padding:10px;
    text-align: center;
    background-color: #be74ef;
    color: #ffffff;
    font-size: 1.1rem;
    transition: all .2s ease-in-out;
	text-decoration: none;
}

  #popup_areait254 .bt_area li a:hover{
    background-color: #e6abff;
}
.BOX_B_254{
    display:none;
     width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; 
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
    }
 #popup_areait254 .pq_PINK2{
	color: #FF1493;
}
 #popup_areait254 .pq_TXT3{
	font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
	font-size: 1.1rem;
	line-height: 1.8rem;
    text-decoration: none;
}

 #popup_areait254 .pq_TXT2{
	font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
	font-size: 1.2rem;
	line-height: 2rem;
    text-decoration: none;
}
 #popup_areait254 .pq_TXT2{
	font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
	font-size: 1.2rem;
	line-height: 2rem;
    text-decoration: none;
}
 #popup_areait254 .pq_B{font-weight: bold;/*粗體*/}