@charset "UTF-8";

/*回到頂端鈕*/
.backtop_btn{
	position: fixed;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.32);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	bottom: 16px;
	right: 16px;
	z-index: 7;
	-webkit-animation: backAN .5s cubic-bezier(0.42, 0, 0.58, 1.0);
	animation: backAN .5s cubic-bezier(0.42, 0, 0.58, 1.0);
}
.backtop_btn:before{
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 9px;
	background:url(../../images/control/arrowU.svg) no-repeat;
	background-size: cover;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@-webkit-keyframes backAN{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@keyframes backAN{
	0%{opacity: 0;}
	100%{opacity: 1;}
}



/*可共用按鈕*/
.re_titleG{
	max-width: 100%;
	height: 48px;
	box-shadow:0 -1px 0 #e0e0e0 inset;
	border-radius: 2px 2px 0 0;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}

.re_titleG li{
	position: relative;
	height: 100%;
	padding: 0 16px;
	color: rgba(0, 0, 0, .4);
	letter-spacing:-.5px;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.re_titleG.equal li{width: 50%;}
*::-ms-backdrop,
.re_titleG.equal li{ width: 180px; } /*IE11*/
.re_main600 .re_titleG li{
	padding-right: 24px;
	padding-left: 24px;
}
.re_titleG li:before{
	content: '';
	position: absolute;
	display: block;
	width:0;
	height: 2px;
	background-color:#c0392b;
	transform-origin:0 center;
	bottom: 1px;left: 0;
	-webkit-transition::width 200ms ease-in-out;
	-ms-transition::width 200ms ease-in-out;
	transition:width 200ms ease-in-out;
}
.re_titleG li.on{color: #c0392b;}
.re_titleG li.on:before{width: 100%;}
.re_titleG li:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color:#e0e0e0;
	bottom: 0;
	left: 0;
}
.ps_submit_btn{
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(56, 187, 143, 1);
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.re_main600 .ps_submit_btn{ margin-top: 0; }

.ps_mini_btnG input,
.re_down_btnG input,
.re_sreachitem_btnG input,
.gray_bg_btn,
.search_title_btnG input{
	padding: 0 16px;
	height: 48px;
	line-height: 48px;
	border: 0;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14px;
}
.re_sreachitem_btnG input,
.search_title_btnG input{
	height: 40px;
	line-height: 40px;
}

.search_title_btnG{
	padding:10px 16px;
	box-shadow:0 -1px 0 #e0e0e0 inset;
	text-align: right;
}
.ps_mini_cancel_btn{
	background-color:#fff;
	box-shadow:0 0 0 1px rgba(130, 130, 130, .4) inset;
	color: rgba(0, 0, 0, .6);
}
.ps_mini_submit_btn{
	background-color: rgba(56, 187, 143, 1);
	color: #fff;
}

.ps_miniDone_btn{
	padding: 0 21px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(56, 187, 143, 1);
	color: #fff;
	border: 0;
	border-radius: 3px;
	font-weight: bold;
	margin:28px auto auto;
}

.ps_submit_btn:disabled,
.ps_submit_btn:disabled:hover,
.ps_mini_submit_btn:disabled,
.ps_mini_submit_btn:disabled:hover{
	background-color: rgba(56, 187, 143, .4);
	cursor:default;
}


.gray_bg_btn{
	background-color: #757575;
	color: #fff;
	letter-spacing: .8px;
}
input.input_center{
	text-align: center;
	padding: 0 16px;
	text-transform: uppercase;
}



/*可共用checkbox radio*/
.checkBox{
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, .8);
}
.checkbox_blue input,
.checkbox_confirm input,
.checkBox input{display: none !important;}
.checkbox_blue span,
.checkbox_confirm span,
.checkBox span{
	display:inline-block;
	width: 16px;
	height: 16px;
	background-color:#fff;
	border: 1px solid rgba(0, 0, 0, 0.64);
	border-radius: 4px;
}
.checkbox_blue input:checked + span,
.checkbox_confirm input:checked + span,
.viewed .checkbox_confirm input + span,
.checkBox input:checked+span{
	background:url(../../images/control/W_check.svg) no-repeat center #2980b9;
	border-color: transparent;
}
.checkbox_confirm input:checked + span,
.viewed .checkbox_confirm input + span{
	background-color: #3DB893;
}
.checkBox input:checked+span{
	background-color: #3DB893;
}
.checkBox>code{
	color: #000;
	line-height: 14px;
	flex: none;
	margin-left: 8px;
}
.--disabled .checkBox input + span,
.--disabled ~ li .checkBox input + span {
	opacity: 0.4;
}

.radioBox {
	display: flex;
	align-items: center;
}
.radioBox input {
	display: none;
}
.radioBox input+span {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: solid 1px rgba(0, 0, 0, 0.64);
	border-radius: 16px;
	margin-right: 16px;
}
.radioBox input+ span:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: #3DB893;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 10px;
	opacity: 0;
}
.radioBox input:checked+span{
	border-color: #3DB893;
}
.radioBox input:checked+span:before{
	opacity: 1;
}

/*可共用搜尋*/
/*小的*/
.search_functionG,
.search_function_fullG{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: solid 1px #c8c8c8;
	border-radius: 3px;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.search_functionG:after{
	/*content: '';*/
	position: absolute;
	width: 40px;
	height: 38px;
	border-width: 1px 1px 1px 0;
	border-color: #7f7f7f;
	border-style: solid;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	top: 0;
	right: 0;
	pointer-events: none;
}
.quick_searchG .search_functionG:after{
	width: 48px;
	height: 46px;
	display: none;
}
.wmc_searchG .search_functionG:after{
	top: 16px;
	right: 16px;
}
.re_betSearchG .search_functionG:after{content: none;}
.search_functionTxt{
	height:100%;
	padding: 0 0 0 16px;
	border: 0;
	font-size: 14px;
	-webkit-flex:1 1 auto;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
}
.quick_searchG.tw .search_functionTxt{
	font-size: 16px;
}
.search_functionSubmit_btn,
.search_functionClose_btn,
.search_functionSubmit_tran_btn{
	height: 100%;
	padding: 0;
	background: url(../../images/control/search_white.svg) no-repeat center #7f7f7f;
	border: 0;
	opacity: 1;
	-webkit-flex:0 0 40px;
	-ms-flex:0 0 40px;
	flex:0 0 40px;
}
.quick_searchG .search_functionSubmit_btn,
.quick_searchG .search_functionClose_btn{
	-webkit-flex:0 0 48px;
	-ms-flex:0 0 48px;
	flex:0 0 48px;
}
.search_functionSubmit_btn{border-radius: 0; margin: 0;}
.search_functionClose_btn{background: url(../../images/control/close_x.svg) no-repeat center transparent; opacity: .6;right: 40px;}
.search_functionSubmit_tran_btn{ background: url(../../images/control/search.svg) no-repeat center;
	-webkit-flex:0 0 62px;
	-ms-flex:0 0 62px;
	flex:0 0 62px;
	}/*透明搜尋鈕*/

/*大的*/
.search_function_fullG{border: 0;border-radius: 0;}
.search_function_fullG .search_functionSubmit_btn,
.search_function_fullG .search_functionClose_btn{	
	-webkit-flex:0 0 62px;
	-ms-flex:0 0 62px;
	flex:0 0 62px;
}
.search_function_fullG .search_functionSubmit_btn{background-image: none;}
.search_function_fullG .search_functionSubmit_btn i{
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
}
.search_function_fullG .search_functionSubmit_btn svg{	fill:#fff;}
.err_input .search_functionSubmit_btn{box-shadow:1px 0px 0 #c0382b inset; }
.search_function_err{
	position: relative;
	color: #c0382b;
	font-size: 13px;
	margin-top: 7px;
}
.search_function_err:before,
.search_function_scss:before{
	content: '';
	display: none;
	position: absolute;
	width: 12px;
	height:12px;
	background:url(../../images/control/error.svg) no-repeat;
	top: 2px;
	left: 0;
}





/*可共用內下拉選單*/
/*避免被td其他狀態影響要加上字顏色粗細*/
.select_in_tdG{
	position: relative;
	width: 112px;
	display: inline-block;
	color: rgba(0, 0, 0, .8);
}
.select_in_tdG:after{
	content: '';
	position: absolute;
	display:block;
	width: 11px;height: 7px;
	background: url(../../images/control/re_sreachArr_D.svg) no-repeat;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
	opacity: .6;
	pointer-events: none;
}
.select_in_tdTitle{font-weight: 600;}
.select_in_tdUL{
	position: absolute;
	width: 128px;
	padding: 8px 0;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
	text-align: left;
	top: -23px;
	left: -17px;
	z-index: 2;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.select_in_tdUL li{
	position: relative;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 17px;
}
.select_in_tdUL li.on{order: 0;}
.select_in_tdUL li.on:after{
	content: '';
	display: block;
	position: absolute;
	width: 11px;
	height: 7px;
	background:url(../../images/control/re_sreachArr_D.svg) no-repeat;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
}
.select_in_tdUL li span{position: relative;}
.select_in_tdG select{
	background-color: transparent;
	border: 0;
	font-size: 14px;
	font-weight: 600;
}


/*可共用加減號*/
.add_infoG,
.less_infoG{
	width: 16px;
	height: 16px;
	background: url(../../images/control/B_plus.svg) no-repeat;
	margin: auto;
}
.less_infoG{background-image: url(../../images/control/B_less.svg) ;}


/*alert windows*/
.ar_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0 16px 16px;
	background-color: rgba(0, 0, 0, .48);
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	z-index: 8;
}
.ar_main,
.ar_annG{
	width: 280px;
	padding: 22px 16px 24px; 
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	margin-top: 178px;
}
.ar_bg_note{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .32);
	padding: 50px 16px;
}
.ar_ann_note{
	width: 100%;
	max-width: 480px;
	height: auto;
	background-color: #FFF;
	border-radius: 8px;
	overflow: hidden;
}
.ar_ann_note .ar_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	padding-right: 8px;
	padding-left: 16px;
	color: #000;
	background-color: #F9F9F9;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.ar_main>h1{
	height: 55px;
	line-height: 59px;
	padding-left: 17px;
	box-shadow: 0 -1px 0 #e1e1e1 inset;
	color: rgba(0, 0, 0, .6);
	font-size: 16px;
}
.ar_annG{
	position: relative;
	width: 520px;
	max-height: calc(100% - 129px);
	padding: 0 0 24px;
	margin-top: 89px;
	overflow-x: hidden;
	overflow-y: auto;	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ar_annG._ver_width{
	width: 360px;
	margin: auto;
}
.ar_title{
	position: relative;
	width: 100%;
	height: 54px;
	padding:0 17px;
	background-color: #F9F9F9;
	border-top-left-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
	top: 0;
	border-top-right-radius: 3px;
	font-size: 16px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	flex:none;
}
._ver_width  .ar_title{
	height: 32px;
	padding: 0 31px 0 17px;
}
.ar_title.scroll::after,
.scroll .md_re_title::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	top: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 25.96%, rgba(0, 0, 0, 0.24) 98.34%);
	left: 0;

}
.scroll .md_re_title::after{
	z-index: 1;
}
.ar_x_btn{
	width: 12px;
	height: 12px;
	background:url(../../images/control/close_x_new.svg) no-repeat center / contain;
	border: 0;
	opacity: .6;
}
.ar_ann_note .ar_x_btn{
	position: absolute;
	background: url(../../images/control/close_x_new.svg) center/ 12px 12px no-repeat;
	right: 8px;
	top: 8px;
	width: 32px;
	height: 32px;
	opacity: .64;
	padding: 0;
}
.ar_ann_note .ar_gray_btn{
	width: 100%;
}
.ar_scroll {
	padding: 5px 17px 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.ar_ann_txtUL li {
	padding-bottom: 14px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 12px;
	word-break: break-word;
}
.ar_ann_txtUL li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/* 彈出新公告 */
.ar_ann_note .ar_scroll {
	height: calc(100% - 48px);
	padding: 16px 16px 0;
}
.ar_note_txtUL li:not(:last-child){
	margin-bottom: 32px;
}
.ar_note_txtUL h1{
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 16px;
	color: #000;
}
.ar_note_txtUL .img{
	position: relative;
	padding-bottom: calc(100% * .75);
	margin-bottom: 16px;
}
.ar_note_txtUL p{
	display: block;
	color: #000;
	line-height: 19px;
}
.ar_note_txtUL .md_creat_btn{
	margin-top: 16px;
}
.ar_note_txtUL img{
	display: block;
	width: 100%;
	margin-bottom: 16px;
}
.ar_note_txtUL .ar_link_box{
	display: flex;
	margin: 16px 0;
}
.ar_note_txtUL .word_line_link{
	width: 50%;
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	color: #007AFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ar_note_txtUL .word_line_link.--gray{
	margin-left: 16px;
	color: #FFF;
	background: #5A5D5F;
	border-radius: 4px;
}


.ar_main_txt{line-height: 18px;}
.ar_main_txt h1{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 17px;
}
.ar_main_txtUL li{
	line-height: 17px;
	margin-bottom: 19px;
}
.ar_main_txtUL li:last-child{margin-bottom: 0;}
.ar_main_txtUL span{
	display: block;
	font-weight: 600;
	margin-bottom: 2px;
}
.ar_btnG{
	text-align: right;
	margin-top: 21px;
}
.ar_gray_btn{
	min-width: 65px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, 0.54);
	border-radius: 3px;
	border: 0;
	color: #fff;
	font-size: 14px;
}
.ar_green_btn{
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 16px;
	background-color: #38bb8f;
	border-radius: 3px;
	border: 0;
	color: #fff;
	font-size: 14px;
}
.ar_list{
	margin-top: 16px;
	margin-bottom: 24px;
}
.ar_item{
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	line-height: 19px;
}
.ar_item:before{
	position: absolute;
	content: '';
	left: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
}
.ar_ann_note li.ar_item{
	margin-bottom: 0;
}


.ps_sendCode{
	position:fixed;
	width: calc(100% - 32px);
	max-width: 448px;
	height: 40px;
	padding: 0 16px;
	background-color: #000;
	bottom: calc(constant(safe-area-inset-bottom) + 16px);
	bottom: calc(env(safe-area-inset-bottom) + 16px);
	left: 0;
	right: 0;
	margin: auto;
	visibility: collapse;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* 新增修改帳號 */
.--accType .ps_sendCode{
	bottom: calc(constant(safe-area-inset-bottom) + 56px);
	bottom: calc(env(safe-area-inset-bottom) + 56px);
}

.ps_sendCode span{
	color: #fff;
	font-weight: normal;
	text-align: center;
	flex:1 1 auto;
}
.ps_sendCode_btn{
	padding: 0;
	background-color: transparent;
	border: 0;
	color: #38bb8f;
	font-weight: bold;
	flex: none;
}
.ps_copyArea{
	position: absolute;
	opacity: 0;
}



/*共用無資料畫面*/
.data_noneG{
	padding-top: 26px;
	text-align: center;
	color: rgba(0, 0, 0, .6);
}
.re_detail_scroll .data_noneG{border-top: 1px solid #e0e0e0;}
.err404{
	position: fixed;
	width: 100%;
	height: 100%;
	/* background:url(../../images/control/err404.png)  #fff center no-repeat; */
	top: 0;
	left: 0;
	z-index: 2;
}

/*width height*/
.w78px{width:78px;}
.w100{width: 100% !important;}
.w140px{width:140px;}
.w160px{width:160px;}
.w172px{width:172px;}
.w192px{width: 192px;}
.w200px{width: 200px;}
.w360px{width: 360px;}
.h100per{height: 100%;}
.h56px{height: 56px;}
.h93px{height: 93px;}
.minH35{min-height: 35vh;}
.minH50{min-height: 50vh;}
.accadd_content.content_l.minH50{min-height: 500px;}
.minH80{min-height: 80vh;}
.m_noH{margin:0;}

.p0{padding: 0!important;}
.pt0{padding-top: 0!important;}
.pb0{padding-bottom: 0!important;}
.pt16{padding-top: 16px!important;}
.prl16{
	padding-right: 16px;
	padding-left: 16px;
}

.mt4{margin-top: 4px;}
.mt8{margin-top: 8px;}
.mt13{margin-top: 13px;}
.mt16 {margin-top: 16px;}
.mt24 {margin-top: 24px;}
.mb0{margin-bottom: 0!important;}
.mb8{margin-bottom: 8px!important;}
.mb12{margin-bottom: 12px!important;}
.mb24{margin-bottom: 24px!important;}
.mb32{margin-bottom: 32px!important;}
.mt0{margin-top: 0!important;}

.ml7{margin-left: 7px;}
.ml8{margin-left: 8px!important;}
.ml12{margin-left: 12px;}
.ml15{margin-left: 15px;}
.ml16{margin-left: 16px;}

.mr6{margin-right: 6px;}
.mr7{margin-right: 7px;}
.mr28{margin-right: 28px;}

.down_txt{vertical-align: bottom;}
.top_txt{vertical-align: top;}

/*position*/
.por{
	position: relative;
	height: 100%;
}
.poa{position: absolute;}



/*background border */
.bgf0f0f0{
	min-height: 100%;
	background-color: #f0f0f0;
}
.bgfff {
	background-color: #fff;
}
.noborder{border: 0;}

/*狀態變化border*/
.focus_input{
	box-shadow: 0 0 4px 0 rgba(69, 144, 194, 0.16);
	border: solid 1px #4590c2;
}/*很多線都是外層div做成非input 所以無法用:focus*/
.err_input{border-color:#c0382b;}




/*word*/
.word_link {
	color: #2980B9;
	font-weight: bold;
}
.word_link_new{
    color: #2980B9;
}
.word_line_link{
	color: #007AFF;
}
.re_fixedTd .word_line_link{
	font-weight: bold;
}
.word_link.on{color: #660099;}
.txtc,
.re_table_main td.txtc,
td.txtc, th.txtc, span.txtc, div.txtc{text-align: center;}
.txtl, td.txtl, th.txtl, span.txtl, div.txtl{text-align: left;}
.txtr, td.txtr, th.txtr, span.txtr, div.txtr{text-align: right;}
.word_bold, td.word_bold, li.word_bold{font-weight: bold;}
.word_bold300, td.word_bold300{font-weight: 300;}
.word_bold500, td.word_bold500{font-weight: 600;}/*客人臨時改600*/
.word_nomal, td.word_nomal{font-weight: normal;}
.word_paleRed{color: #b14334;}
.word_lightpink{color: #FF8797;}
.word_lightRed{color: #dc7480;}
.word_red{color: #E4534D;}
.word_midRed{color: #FF4E65;}
.word_canvOrange{color: #f38b12;}
.word_orange{color: #f3b932;}
.word_lightOrange{color: #eba01e;}
.word_darkOrange{color: #bb9742;}
.word_milkOrange{color: #c09552;}
.word_lightGreen{color: #38bb8f;}
.word_paleGreen, .re_table_head02G td.word_lightGreen{color: #96e6cd;}
.word_green{color: #27a67b;}
.word_green_a8{color: rgba(39,166,123,8);}
.word_midGreen{color: #29C2CC;}
.word_darkGreen{color: #33ab82;}
.word_lightBlue{color: rgba(93, 200, 238, .8);}
.word_canvBlue{color: #2b82ba;}
.word_blue{color: #2980b9;}
.word_lightGray{color: #666;}
.word_gray{color: rgba(0, 0, 0, .6);}
.word_black{color: #000;}
.word_black_a64{color: rgba(0, 0, 0, .64);}
.word_black_a72{color: rgba(0, 0, 0, .72);}
.word_black_a8{color: rgba(0, 0, 0, .8);}
.word_white02_a8{color: rgba(248, 248, 248, .8);}
.word_white_a6,
tr.tbet_table_head02G td.word_white_a6{color: rgba(255, 255, 255, .6);}
.word_white_a8{color: rgba(255, 255, 255, .8);}
.word_brown{color: #987e66;}
.word_select, .word_select_txt::selection {
	color:#4b4600;
	background: rgb(255,240,40);
}
.word_delline{text-decoration:line-through; }
.word_uppercase {
	text-transform: uppercase;
}
.fz12{font-size: 12px!important;}
.fz14{font-size: 14px!important;}
.fz16{font-size: 16px!important;}

/*input[type=password]{font-size: 22px;letter-spacing: 3px;}密碼點點變大如果需要再開啟*/
::-webkit-input-placeholder{color:rgba(0, 0, 0, .6);}
::-moz-placeholder{color:rgba(0, 0, 0, .6);}
::-ms-input-placeholder {color:rgba(0, 0, 0, .6);}

/*animate*/
/*開啟加上active*/
.use_animate{
	opacity: 0;
	visibility: collapse;
	z-index: 6;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transition:all 300ms cubic-bezier(.55,0,.42,1);
	-ms-transition:all 300ms cubic-bezier(.55,0,.42,1);
	transition:all 300ms cubic-bezier(.55,0,.42,1);
}

.active .use_animate,
.active + .use_animate,
.--on .use_animate,
.on .use_animate {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}


/*關閉加上active*/
.high_animate{
	height: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transform-origin:center 0;
	-ms-transform-origin:center 0;
	transform-origin:center 0;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition:all 300ms cubic-bezier(.55,0,.42,1);
	-ms-transition:all 300ms cubic-bezier(.55,0,.42,1);
	transition:all 300ms cubic-bezier(.55,0,.42,1);
}

.active .high_animate,
.active + .high_animate{
	height: 0;
	opacity: 0;
	visibility: collapse;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.ma_main,
.ma_header,
.ma_left,
.ma_foot,
.ma_right,
.mu_memberDetailG,
.lg_input,
.ma_loading,
.re_functionG{ 
	-webkit-transition:all 300ms cubic-bezier(.55,0,.42,1);
	-ms-transition:all 300ms cubic-bezier(.55,0,.42,1);
	transition:all 300ms cubic-bezier(.55,0,.42,1);
}

/*X秒出現後消失 X=顯示的秒數*/
.item_disappear5s{
	-webkit-animation: item_5sdisappear 7s cubic-bezier(0.42, 0, 0.58, 1.0) both;
	animation: item_5sdisappear 7s cubic-bezier(0.42, 0, 0.58, 1.0) both;
}
.item_disappear2s{
	-webkit-animation: item_2sdisappear 4s cubic-bezier(0.42, 0, 0.58, 1.0) both;
	animation: item_2sdisappear 4s cubic-bezier(0.42, 0, 0.58, 1.0) both;
}

@-webkit-keyframes item_5sdisappear{
	0%{opacity: 0; visibility: visible;}
	14%{opacity: 1;}
	85%{opacity: 1;}
	100%{opacity: 0;}
}
@keyframes item_5sdisappear{
	0%{opacity: 0; visibility: visible;}
	14%{opacity: 1;}
	85%{opacity: 1;}
	100%{opacity: 0;}
}

@-webkit-keyframes item_2sdisappear{
	0%{opacity: 0; visibility: visible;}
	50%{opacity: 1;}
	75%{opacity: 1;}
	100%{opacity: 0;}
}
@keyframes item_2sdisappear{
	0%{opacity: 0; visibility: visible;}
	50%{opacity: 1;}
	75%{opacity: 1;}
	100%{opacity: 0;}
}



/*Hand*/
.lg_stratum li, .lg_lan_title img, .lg_adcomDot_btn li, .lg_adcomL_btn, .lg_adcomR_btn, .lg_login_btn, .ps_back_btn, .ps_submit_btn, .ps_mini_submit_btn, .ps_mini_cancel_btn, .ps_reset_btn, .ar_gray_btn, .ps_noteIconG, .mu_hab, .mu_back_btn, .mu_btnG li, .le_small_btnG li, .bm_btnG li, .mu_btnG i, .re_selectG>ul li, .re_bettypesG li, .re_dateInfo, .re_titleG li, .re_linkG:after, .backtop_btn, .re_searchclose_btn, .da_linkG span:after, .da_linkG span:hover:before, .re_export_select li, .re_export_select_twoLines li, .re_sreachitem, .re_sreachitem_select, .re_sreachitem>ul>li, .re_detailclose_btn, .re_Ibtn, .re_betdetail_close_btn, .re_table_body td, .word_link, .re_sma_submit_btn, .lg_lanUL li, .ar_choose_Info li, .url_list_item, .re_table_body_auto td, .re_bet_selectG, .re_td_fixedShadow:after, .re_betdetail_cancelN, .re_betdetail_cancelY, .re_more_btn, .re_more_btn_360, .search_functionSubmit_btn, .search_functionClose_btn, .search_functionSubmit_tran_btn, .checkbox_blue span, .checkbox_confirm span, .wmc_search_chkG span, .select_in_tdUL, .select_in_tdUL li, .re_settlement_tb tr:not(.fix_trColor), .re_accounting_tb tr:not(.fix_trColor), .re_main600_tb, .wmc_clear_btn, .wmc_stake_option span, .wmc_stake_option span:before, .wmc_filter600_info48UL li, .wmc_searchUL li:not(.wmc_searchUL_sp):not(.disabled), .wmc_filter600_info48UL li:after, .tbet_wagers_searchLi, .tbet_menu_txt, .tbet_collapse_img, .tbet_collapse_switch, .tbet_table_body_auto td, .lg_loginold_btn, .tbet_wagers_teamUL, .tbet_inside_btn, .tbet_title_btnG li, .tbet_datatitle_btnG li, .tbet_td_indside_arrIcon, .ps_chk_btn, .teach_next_btn, .teach_ok_btn, .re_main600_tb tr:not(.fix_trColor), .aclist-tr.content, .searchbar .select, .titlebar_menu .save, .titlebar_menu .cancel, .credits_item03 .btn_save, .credits_item03 .btn_cancel, .menu_save .save, .menu_save .save_new, .menu_save .cancel, .search_functionSubmit_btn, .ps_sendCode_btn, .ar_x_btn, .ar_title, .ar_notice_btn, .ar_green_btn, .tbet_div_body [class^="tbet_inbody_item"], .tbet_div_body [class^="tbet_body_item"], .tbody_line td, .ver_x_btn, .ver_foot>input, .ver_reset_btn, .require_btn, .lg_broswer_img li, .lg_broswer_img li code, .require_back_btn,.md_switch,
.md_copyUrl,.md_info,.md_list_item li,.md_type_list li,.md_creat_btn:not(:disabled),.md_name_btn,.md_label i,.md_edit_btn,.md_editBar_item i,.md_label.--select,.md_alert_title i,.md_gray_btn,.md_normal_btn,.word_line_link,.md_addAcc_btn, .long_square_btn, .re_headTxt_btn, .re_fliter_result li, .re_sreachterm_bar, .tbet_sreachtermtxt, .md_alert_editBox i, .md_verify_btn, .wmc_volume_btn, .wmc_func_btn, .checkBox span, .md_alert_filter li, .radioBox span, .twofa_download .list li {
	-webkit-transition: color .3s linear, background-color .3s linear,opacity .3s linear,box-shadow .3s linear;
	-ms-transition: color .3s linear, background-color .3s linear,opacity .3s linear,box-shadow .3s linear;
	transition: color .3s linear, background-color .3s linear,opacity .3s linear,box-shadow .3s linear;
}
.hand, .lg_stratum li, .lg_lan_title, .lg_lanUL li, .lg_adcomPage1 span, .lg_adcomL_btn, .lg_adcomR_btn, .lg_adcomDot_btn li, .lg_forget, .lg_login_btn, .ps_back_btn, .ps_submit_btn, .ps_mini_submit_btn, .ps_mini_cancel_btn, .ps_reset_btn, .ar_gray_btn, .ps_noteIconG, .ps_miniDone_btn, .mu_name li, .mu_hab, .mu_back_btn, .mu_btnG li, .le_small_btnG li, .le_big_btnG h1:before, .le_big_btnG li, .le_big_inside li, .bm_btnG li, .mu_btnG i, .re_selectG>ul li, .re_selectG,.re_bettypesG li , .re_dateInfo, .re_titleG li, .re_linkG, .backtop_btn, .re_searchclose_btn, .da_linkG span, .re_export_select li, .re_export_select_twoLines li, .re_exportG, .re_sort, .re_sreachitem, .re_sreachitem_select, .re_sreachitem>ul>li, .re_detailclose_btn, .re_Ibtn, .re_betdetail_close_btn, .mu_memberUL li:not(.mu_memberUL_title), .eye_icon, .no_eye_icon, .word_link, .re_sma_submit_btn, .ar_choose_Info li, .url_list_item, .search_functionSubmit_btn, .search_functionClose_btn, .select_in_tdUL li, .select_in_tdG, .add_infoG, .wmc_clear_btn, .wmc_volume_btn, .wmc_stake_input span, .re_filter_back_btn, .wmc_searchUL li:not(.wmc_searchUL_sp):not(.disabled), .wmc_filter600_back_btn, .wmc_filter600_info48UL li, .tbet_menu_sportsUL li, .tbet_collapse_img, .tbet_collapse_switch, .tbet_inside_btn, .tbet_table_body_auto td, .lg_loginold_btn, .tbet_wagers_teamUL, .tbet_title_btnG li, .tbet_datatitle_btnG li, .tbet_td_indside_arrIcon, .ps_chk_btn.on, .re_breadUL li, .teach_next_btn, .teach_ok_btn, .le_small_inside li, .re_more_btn, .checkbox, .searchbar .select, .menu_save .save, .menu_save .save_new, .menu_save .cancel, .ac_sort, .drop_down li, .mem_detail_backbtn, .ps_sendCode_btn, .ar_x_btn, .ar_notice_btn, .wmc_stake_option, .wmc_search_chkG, .ar_green_btn, .tbet_collapse_td, .tbet_div_headG, .tbet_div_body [class^="tbet_inbody_item"], .tbet_div_body [class^="tbet_body_item"], .tbet_breadG li, .mu_profile, .re_copy_btn, .ver_x_btn, .ver_foot>input, .ver_reset_btn, .lg_broswer_img li, .word_link_new, .require_back_btn,.md_switch,
.md_copyUrl,.md_info,.md_list_item li,.md_type_list li,.md_creat_btn:not(:disabled),.md_name_btn,.md_label i,.md_editBar_item i,.md_edit_btn,.md_label.--select,.md_alert_title i,.md_gray_btn,.md_normal_btn:not(:disabled),.word_line_link,.md_addAcc_btn,.md_permissions li, .md_label.--period, .--period input, .long_square_btn, .re_headTxt_btn, .re_fliter_result li, .re_sreachterm_bar,
.tbet_sreachtermtxt, .re_fixedTd, .md_alert_editBox i, .md_verify_btn, .wmc_func_btn, .checkBox, .md_alert_filter li:not(.on),
.radioBox span, .re_sort_i,
.twofa_download .list li{cursor: pointer;}




@media (pointer: fine) and (max-resolution: 2dppx),
screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0),
screen and (-ms-high-contrast: active), (-ms-high-contrast: none){	
	.lg_lan_title:hover img,
	.lg_side_title:hover img,
	.da_linkG span:hover:before,
	.da_linkG span:hover:after,
	.re_searchclose_btn:hover,
	.re_detailclose_btn:hover,
	.re_linkG:hover:after,
	.re_selectG:hover:before,
	.re_dateInfo:hover:after,	
	.re_betdetail_close_btn:hover,
	.re_detailclose_btn:hover,
	.tbet_collapse_img:hover,
	.tbet_table_head02G:hover .tbet_collapse_switch,
	.tbet_div_headG:hover .tbet_collapse_switch,
	.lg_adcomL_btn:hover,
	.lg_adcomR_btn:hover,
	.hover_op1,
	.ver_x_btn:hover,
	.le_small_btnG>li:hover:before,
	.le_big_btnG h1:hover:before{opacity:1;}

	.ps_noteIconG:hover:after,
	.hover_op084{opacity: .84;}


	.ps_back_btn:hover,
	h1.le_titleOn:before,
	.search_functionSubmit_btn:hover,
	.searchbar .select:hover,
	.ar_x_btn:hover,
	.hover_op08,
	.ver_reset_btn:hover{opacity: .8;}
	

	.add_infoG:hover,
	.ps_reset_btn:hover,
	.wmc_clear_btn:hover,
	.wmc_filter600_back_btn:hover,
	.re_filter_back_btn:hover,
	.tbet_inside_btn:hover,
	.lg_loginold_btn:hover,
	.hover_op06,
	.require_back_btn:hover{opacity: .6;}



	.search_functionClose_btn:hover,
	.search_functionSubmit_tran_btn:hover,
	.tbet_td_indside_arrIcon:hover,
	.teach_next_btn:hover,
	.hover_op03{opacity: .3;}

	



	.lg_stratum li:hover{
		background-color: #E86E68;
		color: #FFF;
	}
	.hover_bgc0382b{background-color: #c0382b;color: #fff;}




	.lg_lanUL li:hover,
	.ar_choose_Info li:hover,
	.re_selectG>ul li:hover,
	.re_bettypesG li:hover,
	.re_sreachitem>ul>li:hover,
	.select_in_tdUL li:hover,
	.wmc_searchUL li:not(.wmc_searchUL_sp):not(.disabled):hover,
	.wmc_filter600_info48UL li:hover,
	.tbet_wagers_searchLi:hover,
	.re_export_select li:hover,
	.re_export_select_twoLines li:hover,
	.tbet_sreachtermtxt:hover,
	.hover_bge3e3e3{background-color: #e3e3e3;}



	.lg_adcomDot_btn li:hover,
	.hover_bgfff{background-color:#fff;}


	.url_list_item:hover,
	.re_sreachitem:hover,
	.re_sreachitem_select:hover,
	.re_sreachitem.active,
	.re_table_body:hover td,
	.re_table_body_auto:hover td,
	.tbet_table_body_auto:hover td,
	.tbet_wagers_teamUL:hover,
	.aclist-tr.content:hover,
	.tr_bgebf7ff td,
	.re_result_div_body:hover,
	.tbet_div_body [class^="tbet_inbody_item"]:hover,
	.tbet_div_body [class^="tbet_body_item"]:hover,	
	.tbody_line:hover td,
	.hover_tr_bgebf7ff{background-color: #ebf7ff;}
	


	
	.hover_text_op08{color: rgba(255, 255, 255, .8);}
	
	
	.ps_submit_btn:hover,
	.ps_mini_submit_btn:hover,
	.ps_miniDone_btn:hover,
	.teach_ok_btn:hover,
	.titlebar_menu .save:hover,
	.credits_item03 .btn_save:hover,
	.menu_save .save:hover,
	.menu_save .save_new:hover,
	.ar_green_btn:hover,
	.hover_bg38bb8f_op06,
	.ver_submit_btn:hover{background-color: rgba(56, 187, 143, .6);}

	
	.hover_bg2980b9_op06{background-color: rgba(41, 128, 185, .6);}

	.lg_login_btn:hover{background-color: #5ACEA7;}
	.hover_bg38bb8f_op04{background-color:rgba(56, 187, 143, .4);}



	.ar_gray_btn:hover,
	.hover_bg000_op03,
	.ver_cancel_btn:hover{background-color: rgba(0, 0, 0, .3);}


	.backtop_btn:hover,
	.hover_bg000_op02{background-color: rgba(0, 0, 0, .2);}



	.ps_mini_cancel_btn:hover,
	.titlebar_menu .cancel:hover,
	.credits_item03 .btn_cancel:hover,
	.menu_save .cancel:hover,
	.hover_graybtn{
		background-color: rgba(130, 130, 130, .4);
		box-shadow:0 0 0 1px rgba(130, 130, 130, 0) inset;
		color: #fff;
	}

	
	.hover_bg000_op01{background-color: rgba(0,0,0,.1);}
	.mu_memberDetail_title .mu_close:hover{
		background-color: #E86E68;
	}



	.bm_btnG li:hover,
	.hover_bg000_op008{background-color: rgba(0, 0, 0, 0.08);}


	.le_small_btnG>li:hover{
		background-color: #FAFAFA;
	}
	.mu_back_btn:hover:before{
		background-color: #FAFAFA;
		opacity: 1;
	}
	.le_small_btnG>li:hover:before,
	.le_big_btnG li:hover:before,
	.mu_memberUL li:not(.mu_memberUL_title):hover:before{
		filter: invert(34%) sepia(51%) saturate(744%) hue-rotate(314deg) brightness(117%) contrast(100%);
		opacity: 1;
	}
	.le_small_btnG>li.le_tel:hover:before,
	.le_big_btnG li.le_tel:hover:before{
		filter: none;
		background-position: center -36px;
	}
	.le_small_btnG>li.le_account:hover:before,
	.le_big_btnG .le_account_list li:hover:before{
		filter: none;
		background-position: bottom center;
	}
	.le_big_btnG .le_account_list .le_retrieve:hover:before{
		filter: invert(34%) sepia(51%) saturate(744%) hue-rotate(314deg) brightness(117%) contrast(100%);
		opacity: 1;
		background-position: center;
	}
	.mu_memberUL li.mu_lan:hover:before{
		filter: none;
	}
	.hover_menuoutside_btn{
		background-color: rgba(0, 0, 0, 0.24);
		color: rgba(255, 255, 255, .8);
	}
	.le_big_btnG li:not(.le_account_list):hover,
	.mu_memberUL li:not(.mu_memberUL_title):hover,
	.mu_memberUL .mu_lan:hover span{
		color: #E4534D;
		background-color: #FAFAFA;
	}
	.mu_memberUL li:hover .mu_memberUL_rightTxt{
		color: #E4534D;
	}

	.le_small_inside li:hover,
	.hover_textb4e1ff{color:#b4e1ff;}


	
	.re_title600type li.word_red:hover,
	.re_titleG li:hover,
	.hover_textc0392b{color: #c0392b;}

	
	.tbet_menu_sportsUL li:hover .tbet_menu_txt,
	.hover_textc0382b{color: #c0382b;}


	.tbet_datatitle_btnG li:hover,
	.hover_textc34235{color: #c34235;}


	.re_title600type li.word_green:hover,
	.ps_sendCode_btn:hover,
	.hover_text27a67b{color: #27a67b;}
	
	

	.re_selectG:hover,
	.re_dateInfo:hover,
	.hover_shadow_op016{box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);}

	.tbet_menu_sportsUL li:hover .tbet_menu_img,
	.hover_allbetmenu_btn{background-position: center top;}

	.tbet_title_btnG li:hover,
	.hover_allbetmenu_text,
	.re_result_div_head.new .re_result_div_item:hover{background-color: #fff;color: #000;}


	.ar_notice_btn:hover{background-color: #ee8b2f;color: #fff;}


	
	.word_link_new:hover{
        color: #3395FF;
    }
	.word_link:hover{
		color: #660099;
	}
	.re_fixedTd:hover .word_line_link,
	.word_line_link:hover {
		color: #3395FF;
		text-decoration-line: underline;
	}
	.word_line_link.--gray:hover{
		background: #707070;
		text-decoration-line: none; 
	}
	.require_btn:hover{
		background: rgba(0, 0, 0, .04);
	}

	.lg_broswer_img li:hover i{
		background-position: right;
	}
	.lg_broswer_img li:hover code{
		color: #2D4150;
	}
	.mu_btnG li:hover,
	.mu_rightG .profile_btn:hover,
	.mu_hab:hover,
	.le_bigG .le_close:hover{
		background-color: #E86E68;
	}
	.lang_item:hover{
		background: #F7F7F7;
	}
	.lang_item:hover .lang_radio{
		border-color: #3DB893;
	}

	.md_edit_btn:hover {
		color: #000;
	}

	.md_edit_btn:hover::before {
		opacity: 1;
	}

	.md_label i:hover,
	.md_editBar_item i:hover,
	.md_copyUrl:hover,
	.md_gray_btn:hover,
	.da_title i:hover {
		background-color: #FAFAFA;
		opacity: 1;
	}
	.md_alert_editBox i:hover {
		background-color: #F5F5F5;
		opacity: 1;
	}
	.md_verify_btn:hover{
		color: #3395FF;
		text-decoration: underline;
	}
	.md_verify_btn:hover i{
		filter: invert(44%) sepia(91%) saturate(1594%) hue-rotate(193deg) brightness(101%) contrast(100%);
	}
	.da_title .icon_recenter:hover{
		background-color: unset;
		opacity: 1;
	}

	.md_list_item li:hover,
	.md_gray_btn.--cancel:hover,
	.re_fliter_result li:hover {
		background: #707070;
		border: 1px solid #707070;
		color: #fff;
	}

	.md_normal_btn:not(:disabled).--cancel:hover {
		background: #707070;
	}

	.md_type_list li:hover {
		background-color: #FAFAFA;
		color: #E4534D;
	}

	.md_switch:hover>div,
	.md_info:hover,
	.md_alert_title i:hover,
	.re_Ibtn:hover{
		background-color: #F5F5F5;
		opacity: 1;
	}
	.md_info:hover::before,
	.re_Ibtn:hover::before{
		filter: invert(68%) sepia(75%) saturate(5403%) hue-rotate(192deg) brightness(101%) contrast(102%);
	}

	.md_label:not(.--on):not(.--focus):not(.--err):not(.--disabled):hover {
		border: 1px solid #474747;
	}

	.md_creat_btn:not(:disabled):hover,
	.md_name_btn:hover,
	.md_normal_btn:not(:disabled):hover,
	.long_square_btn:not(:disabled):hover,
	.md_gray_btn.--save:not(:disabled):hover,
	.md_addAcc_btn:hover,
	.re_sma_submit_btn:hover{
		background: #5ECAA9;
	}

	.md_copyUrl:hover i {
		opacity: 1;
	}

	.md_select_ul li.--on,
	.md_select_ul li:hover,
	.md_alert_filter li:not(.on):hover {
		background: #FAFAFA;
		color: #3DB893;
	}
	.ar_ann_note .ar_x_btn:hover{
		opacity: 1;
		background-color: #F5F5F5;
	}
	.report_main .md_label:hover i{
		opacity: 1;
	}
	.report_main .md_label i:hover{
		background-color: transparent;
	}
	/*calendar.css*/
	.cal_date:not(.cal_space):hover,
	.cal_date_left:not(.cal_space):hover,
	.cal_date_right:not(.cal_space):hover{
		color: #000;
	}
	.cal_date:not(.cal_space):hover:before,
	.cal_date_left:not(.cal_space):hover:before,
	.cal_date_right:not(.cal_space):hover:before,
	.re_headTxt_btn:hover{
		background-color: #FAFAFA;
	}

	.re_headTxt_btn:hover i,
	.re_headTxt_btn:hover code{
		filter: brightness(0);
	}

	.re_sreachtermG:hover::after {
		background: linear-gradient(-90deg, #007AFF 25%, rgba(0, 122, 255, 0) 100%);
	}
	.re_sreachtermG:hover::before {
		background: linear-gradient(270deg, #007AFF 25%, rgba(0, 122, 255, 0) 100%);
	}

	.re_sreachtermG:hover .re_sreachterm_bar{
		background: #007AFF;
	}
	.re_sreachtermG:hover li{
		filter: grayscale(1) brightness(10);
	}
	.re_sreachtermG:hover .re_sreachtermtxt::before{
		background: #fff;
	}

	.re_more_btn:hover,
	.re_more_btn_360:hover{
		opacity: 1;
	}
	.wmc_volume_btn:hover{
		background: rgba(250, 250, 250, 1);
	}
	.wmc_volume_btn:hover span{
		opacity: 1;
	}
	
	.wmc_func_btn:hover{
		background: rgba(245, 245, 245, 1);
		color: #000;
	}
	.wmc_func_btn:hover i{
		opacity: 1;
	}
	.checkBox:hover span,
	.radioBox:hover span{
		border-color: #3DB893;
	}
}


	.lg_lan_title:active img,
	.lg_side_title:active img,
	.da_linkG span:active:before,
	.da_linkG span:active:after,
	.re_searchclose_btn:active,
	.re_detailclose_btn:active,
	.re_linkG:active:after,
	.re_selectG:active:before,
	.re_dateInfo:active:after,
	.re_betdetail_close_btn:active,
	.re_detailclose_btn:active,
	.tbet_collapse_img:active,
	.tbet_table_head02G:active .tbet_collapse_switch,
	.tbet_div_headG:active .tbet_collapse_switch,
	.lg_adcomL_btn:active,
	.lg_adcomR_btn:active,
	.active_op1,
	.ver_x_btn:active{opacity:1;}

	.ps_noteIconG:active:after,
	.active_op084{opacity: .84;}


	.ps_back_btn:active,
	.le_small_btnG li:active:before,
	.le_big_btnG h1:active:before,
	h1.le_titleOn:before,
	.search_functionSubmit_btn:active,
	.ar_x_btn:active,
	.searchbar .select:active,
	.active_op08,
	.ver_reset_btn:active{opacity: .8;}
	

	.add_infoG:active,
	.ps_reset_btn:active,
	.wmc_clear_btn:active,
	.wmc_filter600_back_btn:active,
	.re_filter_back_btn:active,
	.tbet_inside_btn:active,
	.lg_loginold_btn:active,
	.active_op06,
	.require_back_btn:active{opacity: .6;}



	.search_functionClose_btn:active,
	.search_functionSubmit_tran_btn:active,
	.tbet_td_indside_arrIcon:active,
	.teach_next_btn:active,
	.active_op03{opacity: .3;}

	



	.lg_stratum li:active{
		background-color: #E1433C;
		color: #FFF;
	}
	.active_bgc0382b{
		background-color: #c0382b;
		color: #fff;
	}


	.mu_hab:active,
	.mu_btnG li:active,
	.mu_rightG .profile_btn:active,
	.le_bigG .le_close:active,
	.mu_memberDetail_title .mu_close:active{
		background-color: #E1433C;
	}

	.mu_back_btn:active:before{
		background-color: #F5F5F5;
		opacity: 1;
	}


	.lg_lanUL li:active,
	.ar_choose_Info li:active,
	.re_bettypesG li:active,
	.select_in_tdUL li:active,
	.wmc_searchUL li:not(.wmc_searchUL_sp):not(.disabled):active,
	.wmc_filter600_info48UL li:active,
	.tbet_wagers_searchLi:active,
	.re_export_select li:active,
	.re_export_select_twoLines li:active,
	.tbet_sreachtermtxt:active,
	.active_bge3e3e3{background-color: #e3e3e3;}



	.lg_adcomDot_btn li:active,
	.active_bgfff{background-color:#fff;}


	.url_list_item:active,
	.re_sreachitem:active,
	.re_sreachitem_select:hover,
	.re_sreachitem.active,
	.re_table_body:active td,
	.re_table_body_auto:active td,
	.tbet_table_body_auto:active td,
	.tbet_wagers_teamUL:active,
	.aclist-tr.content:hover,
	.tr_bgebf7ff td,
	.re_result_div_body:active,
	.tbet_div_body [class^="tbet_inbody_item"]:active,
	.tbet_div_body [class^="tbet_body_item"]:active,
	.active_tr_bgebf7ff{background-color: #ebf7ff;}
	


	
	.active_text_op08{color: rgba(255, 255, 255, .8);}
	
	
	.ps_submit_btn:active,
	.ps_mini_submit_btn:active,
	.ps_miniDone_btn:active,
	.teach_ok_btn:active,
	.titlebar_menu .save:active,
	.credits_item03 .btn_save:active,
	.menu_save .save:active,
	.menu_save .save_new:active,
	.ar_green_btn:active,
	.active_bg38bb8f_op06,
	.ver_submit_btn:active{background-color: rgba(56, 187, 143, .6);}

	
	.active_bg2980b9_op06{background-color: rgba(41, 128, 185, .6);}

	.lg_login_btn:active{background-color: #2D9572;}
	.active_bg38bb8f_op04{background-color:rgba(56, 187, 143, .4);}



	.ar_gray_btn:active,
	.active_bg000_op03,
	.ver_cancel_btn:active{background-color: rgba(0, 0, 0, .3);}


	.backtop_btn:active,
	.active_bg000_op02{background-color: rgba(0, 0, 0, .2);}



	.ps_mini_cancel_btn:active,
	.titlebar_menu .cancel:active,
	.credits_item03 .btn_cancel:active,
	.menu_save .cancel:active,
	.active_graybtn{
		background-color: rgba(130, 130, 130, .4);
		box-shadow:0 0 0 1px rgba(130, 130, 130, 0) inset;
		color: #fff;
	}

	
	.mu_memberUL li:not(.mu_memberUL_title):active,
	.le_big_btnG li:not(.le_account_list):active{
		color: #E4534D;
		background-color: #F5F5F5;
	}
	.mu_memberUL li:active .mu_memberUL_rightTxt{
		color: #E4534D;
	}
	.mu_memberUL li:not(.mu_memberUL_title):active:before,
	.le_big_btnG li:not(.le_account_list):active:before{
		filter: invert(34%) sepia(51%) saturate(744%) hue-rotate(314deg) brightness(117%) contrast(100%);
		opacity: 1;
	}
	.mu_memberUL li.mu_lan:active:before{
		filter: none;
	}
	.le_big_btnG .le_account_list li:active:before{
		filter: none;
		background-position: bottom center;
	}
	.le_big_btnG .le_account_list .le_retrieve:active:before{
		filter: invert(34%) sepia(51%) saturate(744%) hue-rotate(314deg) brightness(117%) contrast(100%);
		opacity: 1;
		background-position: center;
	}
	.active_bg000_op01{background-color: rgba(0,0,0,.1);}



	.bm_btnG li:active,
	.active_bg000_op008{background-color: rgba(0, 0, 0, 0.08);}



	.le_small_btnG>li:active{
		background-color: #F5F5F5;
	}
	.le_small_btnG>li:not(.le_account):active:before{
		filter: invert(34%) sepia(51%) saturate(744%) hue-rotate(314deg) brightness(117%) contrast(100%);
		opacity: 1;
	}
	.le_small_btnG>li.le_account:active:before{
		background-position: bottom center;
		opacity: 1;
	}
	.le_big_btnG h1:active,
	.active_menuoutside_btn{
		background-color: rgba(0, 0, 0, 0.24);
		color: rgba(255, 255, 255, .8);
	}

	.le_small_inside li:active,
	.le_big_inside li:active,
	.active_textb4e1ff{color:#b4e1ff;}


	
	.re_title600type li.word_red:active,
	.re_titleG li:active,
	.active_textc0392b{color: #c0392b;}

	
	.tbet_menu_sportsUL li:active .tbet_menu_txt,
	.active_textc0382b{color: #c0382b;}


	.tbet_datatitle_btnG li:active,
	.active_textc34235{color: #c34235;}


	.re_title600type li.word_green:active,
	.ps_sendCode_btn:active,
	.active_text27a67b{color: #27a67b;}
	

	.re_selectG:active,
	.re_dateInfo:active,
	.active_shadow_op016{box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);}

	.tbet_menu_sportsUL li:active .tbet_menu_img,
	.active_allbetmenu_btn{background-position: center top;}

	.tbet_title_btnG li:active,
	.active_allbetmenu_text{
		background-color: #fff;
		color: #000;
	}

	.ar_notice_btn:active{
		background-color: #ee8b2f;
		color: #fff;
	}
	.re_div_outside .word_link:active,
	.active_text660099,
	.word_link_new:active{
	    color: #003F79;
	}
	.word_link:active {
		color: #660099;
	}
	.re_fixedTd:active .word_line_link,
	.word_line_link:active {
		color: #0062CC;
		text-decoration-line: underline;
	}
	.word_line_link.--gray:active{
		background: #474747;
		text-decoration-line: none; 
	}
	.require_btn:active{
		background: rgba(0, 0, 0, .08);
	}
	.lg_broswer_img li:active{
		background-color: #EBF7FF;
	}
	.lg_broswer_img li:active i{
		background-position: right;
	}
	.lg_broswer_img li:active code{
		color: #2D4150;
	}

	.lang_item:active{
		background: #EDEDED;
	}
	.lang_item:active .lang_radio{
		border: none;
		border-radius: 0;
		background: url(../../images/control/active_radio.svg);
	}

	.md_edit_btn:active {
		color: #000;
	}

	.md_edit_btn:active::before {
		opacity: 1;
	}

	.md_list_item li:active,
	.md_gray_btn.--cancel:active,
	.re_fliter_result li:active {
		background: #474747;
		border: 1px solid #474747;
		color: #fff;
	}

	.md_normal_btn:not(:disabled).--cancel:active {
		background: #474747;
	}

	.md_switch:active>div {
		background: #3DB893;
		border-color: #3DB893;
	}

	.md_type_list li:active {
		background-color: #F5F5F5;
		color: #E4534D;
	}

	.md_switch:active>div::before {
		background: #fff;
		transform: translate3d(100%, 0, 0);
	}

	.md_creat_btn:not(:disabled):active,
	.md_name_btn:active,
	.md_normal_btn:not(:disabled):active,
	.long_square_btn:not(:disabled):active,
	.md_gray_btn.--save:not(:disabled):active,
	.md_addAcc_btn:active,
	.re_sma_submit_btn:active {
		background: #309274;
	}

	.md_info:active,
	.md_alert_title i:active,
	.re_Ibtn:active {
		background-color: #f0f0f0;
		opacity: 1;
	}
	.md_info:active::before,
	.re_Ibtn:active::before {
		filter: invert(68%) sepia(75%) saturate(5403%) hue-rotate(192deg) brightness(101%) contrast(102%);
	}
	.md_label:not(.--on):not(.--focus):not(.--err):not(.--disabled):active {
		border: 1px solid #3DB893;
	}
	.md_label i:active,
	.md_editBar_item i:active,
	.md_copyUrl:active,
	.md_gray_btn:active,
	.da_title i:active {
		background-color: #F5F5F5;
		opacity: 1;
	}

	.md_alert_editBox i:active{
		background-color: #F0F0F0;
		opacity: 1;
	}
	.md_verify_btn:active {
		color: #0062CC;
		text-decoration: underline;
	}

	.md_verify_btn:active i {
		filter: invert(20%) sepia(67%) saturate(5795%) hue-rotate(202deg) brightness(93%) contrast(101%);
	}
	.md_copyUrl:active i {
		opacity: 1;
	}

	.md_select_ul li:active,
	.md_alert_filter li:not(.on):active {
		background: #F5F5F5;
		color: #3DB893;
	}
	.ar_ann_note .ar_x_btn:active{
		opacity: 1;
		background-color: #F0F0F0;
	}
	.report_main .md_label:active i,
	.report_main .--on i{
		opacity: 1;
	}
	.report_main .--on .icon_recenter{
		opacity: .64;
	}
	.report_main .md_label i:active{
		background-color: transparent;
	}
	/*calendar.css*/
	.cal_date:not(.cal_space):active,
	.cal_date_left:not(.cal_space):active,
	.cal_date_right:not(.cal_space):active{
		color: #000;
	}
	.cal_date:not(.cal_space):active:before,
	.cal_date_left:not(.cal_space):active:before,
	.cal_date_right:not(.cal_space):active:before,
	.re_headTxt_btn:active{
		background-color: #F5F5F5;
	}
	
	.re_headTxt_btn:active i,
	.re_headTxt_btn:active code {
		filter: brightness(0);
	}

	.re_sreachtermG:active::after {
		background: linear-gradient(-90deg, #0062CC 25%, rgba(0, 98, 204, 0) 100%);
	}

	.re_sreachtermG:active::before {
		background: linear-gradient(270deg, #0062CC 25%, rgba(0, 98, 204, 0) 100%);
	}
	.re_sreachtermG:active .re_sreachterm_bar {
		background: #0062CC;
	}

	.re_sreachtermG:active li {
		filter: grayscale(1) brightness(10);
	}

	.re_sreachtermG:active .re_sreachtermtxt::before {
		background: #fff;
	}


	.re_more_btn:active,
	.re_more_btn_360:active {
		opacity: 1;
	}
	.wmc_volume_btn:active{
		background: rgba(245, 245, 245, 1);
	}
	.wmc_func_btn:active {
		background: rgba(240, 240, 240, 1);
	}
	.checkBox:active span{
		border: 0;
		background: url(../../images/control/W_check.svg) no-repeat center #3DB893;
	}


/*保留功能但清除scrollbar外觀*/
.re_sreachterm_bar::-webkit-scrollbar,
.tbet_menu_sportsUL::-webkit-scrollbar,
.tbet_datatitle_btnG::-webkit-scrollbar,
.tbet_wagers_amount::-webkit-scrollbar,
.re_titleG:not(.scroll)::-webkit-scrollbar{display: none;}

.noScroll{
	overflow: hidden;
}

/*hide*/
.hide_item,
.LPMcontainer{display: none!important;}

@media only screen and (max-width: 1279px){
	.hide_on_1279down_only{display:none!important;}
}/*沒幾個需要用到乾脆獨立*/


@media only screen and (min-width: 1024px){
	.hide_on_large_only{display:none!important;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.hide_on_med_only{display:none!important; }
}


/*偷渡放這邊*/
@media only screen and (min-width:1px) and (max-width:1023px){
	.accadd_content.content_l.minH50{min-height: auto!important;}
}
@media only screen and (max-width: 1023px){
	/* .ps_sendCode{
		width: 100%;
		bottom: calc((safe-area-inset-bottom) + 16px); 
		bottom: calc(env(safe-area-inset-bottom) + 16px);
	} */

	/* 新增修改帳號 */
	.--accType .ps_sendCode {
		bottom: calc(constant(safe-area-inset-bottom) + 40px);
		bottom: calc(env(safe-area-inset-bottom) + 40px);
	}
	/* .ps_sendCode span{text-align: left;} */
	.hide_on_ph_only {
		display: none !important;
	}
}
@media only screen and (max-width: 797px){	
	.backtop_btn{bottom: 72px;}
	.ar_annG{width: calc(100% - 80px);}
}


@media only screen and (min-width: 600px) and (max-width: 767px){
	.hide_on_small_only{display:none!important;}
}


@media only screen and (max-width: 599px){
	.hide_on_mini_only{display:none!important;}
}

@media only screen and (max-height: 414px){	
	.ar_main{margin-top: 0;}
}


/*no hand opcity0*/
.opcity0{opacity: 0;}
.no_hand,
.ps_reset_btn.on,
li.wmc_searchUL_sp{cursor: default;}
.--events_none{
	pointer-events: none;
}




