.packet_css {
	display: none;
    background-image: url(../images/packet.png);
	cursor: pointer;
}

.packet_css.packet_had {
    background-image: url(../images/members_wording_packet.png);
}

.packet_css.hint:before {
	border: initial;
}

.packet_css.hint .hint__content.hint_box {
	z-index: 99;
	width: 214px;
	height: 33px;
	padding: 0;
	color: #3e3e3e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	border-radius: 3px;
    background-color: #999;	
	box-sizing: border-box;
	transition: 0.3s ease !important;
}

.packet_css.hint .hint__content.hint_box:before {
	content: '';
	position: absolute;
	top: -7px;
	border: 5px solid transparent;
	border-width: 0px 7px 10px 7px;
	border-bottom-color: #999999;
	transition: 0.3s ease;
}

.packet_css.hint .hint__content.hint_box:after {
	cursor: default;
}

.packet_css.hint .hint__content.hint_box a {
	display: block;
	color: #fff !important;
	text-decoration: none;
}

.packet_css.hint .hint__content.hint_box a .left_img {
	position: relative;
    top: 2px;
	width: 15px;
	height: 14px;
	margin: 0 !important;
	vertical-align: inherit !important;
	object-fit: contain;
}
.packet_css.hint .hint__content.hint_box a span{
	width: 160px;
	height: 33px;
	margin: 4px 4px;
	color: #fff !important;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 33px;
	letter-spacing: normal;
	text-align: left;
	box-sizing: border-box;
}
.packet_css.hint .hint__content.hint_box a .right_img {
	width: 8px;
	height: 12px;
	margin: 0 !important;
	vertical-align: inherit !important;
	object-fit: contain;
}
/*
.packet_big{
	width:137px;
	height:35px;
	background:url('../images/packet_btn_big.png');
	cursor:pointer;
	display:block;
}
.packet_big.packet_had{
	background:url('../images/packet_btn_big_h.png');
	width:137px;
	height:35px;
}
*
.packet_big:hover{
	background-position:0px -41px;
}
*

.packet_small{
	width:112px;
	height:29px;
	background:url('../images/packet_btn_small.png');
	cursor:pointer;
}

.packet_package{
	width:137px;
	height:44px;
	background:url('../images/packet_btn_package.png');
	cursor:pointer;
	display:block;
}
.packet_package.packet_had{
	width:137px;
	height:44px;
	background:url('../images/packet_btn_package_h.png');
}
.packet_moble{
	max-width:100%;
	width:100%;
	cursor:pointer;
}
.packet_moble img{
	max-width:100%;
}
.packet_mobile2{
	width:137px;
	height:37px;
	background:url('../images/packet_btn_mobile2.png');
	background-size:100% 100%;
	cursor:pointer;
	display:block;
}
.packet_mobile2.packet_had{
	width:137px;
	height:37px;
	background:url('../images/packet_btn_mobile2_h.png');
	background-size:100% 100%;
}
*
.packet_small:hover{
	background-position:0px -32px;
}
*
.packet_bag{
	max-width:100%;
	width:26px;
	height:22px;
	background:url('../images/packet_btn_bag.png');
	background-size:100% 100%;
	cursor:pointer;
	
}
.packet_bag.packet_had{
	max-width:100%;
	background:url('../images/packet_btn_bag_h.png');
	background-size:100% 100%;
	cursor:pointer;
	
}

.hint_row {
    width: 170px;
    height: 20px;
	cursor: default;
}

* .packet_alert  >.cancel{
	background-color:rgb(255, 114, 0) !important;
	box-shadow: 0px 0px 2px rgb(255, 114, 0);
	font-family: "微軟正黑體", "Microsoft JhengHei", "Time New Roman", sans-serif !important;
}  
*
.packet_alert  >.confirm{
	background-color:rgb(255, 114, 0) !important;
	box-shadow:0px 0px 2px rgb(255, 114, 0) !important;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Time New Roman", sans-serif !important;
} 




.hint--bottom .hint__content {
  top: 100%;right:0;left:auto;
}




.packet_btn_hover_box {width: 100%;height: 100%;position: relative;bottom: 0;right: 0;z-index: 10;}
.packet_btn_hover_box2 {position: absolute;bottom: 0;right: 0;width: 0;height: 0;}

.packet_btn:hover .packet_btn_hover_box2:before{
	content: "";
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001;
	border-bottom-color: #dadada;
	left: -125px;
}
.packet_btn:hover .packet_btn_hover{
	display:block;
	background:#dadada;
	color:#3e3e3e;
	width:100px;
	position:absolute;
	top:12px;
	right:0;
	width: 100px;
	font-weight:bold;
	font-size: 16px;
	line-height: 63px;
	width: 207px;
	height: 59px;
	padding:0;
	text-align:center;
}
.packet_btn_hover,.packet_had.packet_btn:hover .packet_btn_hover,.packet_had.packet_btn:hover .packet_btn_hover_box2:before{display:none;}
.packet_btn_hover img{position:absolute;top:-16px;right:0;}*/
