@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td , select {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	font-family: "Segoe UI","微軟正黑體",sans-serif;
	/* font-size: 14px; */
}

.userback {
	display: table-cell;
	vertical-align: middle;
}
.userback img{
	float: left;
	width: 100%;
	display: block;
	padding: 3% 0% 0% 0px;
	max-width: 42px;	
}
.backindex {
	display: table-cell;
	vertical-align: middle;
}
.backindex img{
	float: left;
	width: 100%;
	display: block;
	padding: 0% 0% 0% 0px!important;
	max-width: 40px!important;
}

#btn_back{
	display: block;
	position: absolute;
	margin: 13px 0;
	left: 0%;
}
#btn_back img{
	float: left;
	width: 100%;
	display: block;
	padding: 3% 0% 0% 0px;
	max-width: 38px;	
}
#userinfo{
	display: block;
	position: absolute;
	margin: 1% 0 1% 0;
	right: 2%;
	top: 0%;
}
#userinfo img{
	float: right;
	width: 60%;
	display:block;
	padding:0% 0% 2% 2%;
}

#topic {
	width: 100%;
	color:#FFF;
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#topic img {vertical-align: middle; width: 0.55%;}
#topic span { font-size: 0.9em;}

@media(max-width:415px){
    #topic span { font-size: 0.70em;line-height: 2em;}
}



/*-----------------------會員登入----------------------------*/
#login_all {
	display: block;
	width: 100%;
	/* background-color:#ffffff; */
	padding: 84px 0 3% 0;
	font-size:1.3em;
}
.login_wap {
	display: block;
	width: 100%;
	max-width: 640px;
	text-align: center;
	background-color:#FFF;
	padding:0 0 3% 0;
	margin:0 auto;
	border: 2px solid #8700ce;
	border-collapse:collapse;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.login_wap > h1 {
	margin: 0;
	font-weight:normal;
	color: #FFF;
	background-color: #8700ce;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 1% 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d077ff;
	-webkit-border-top-left-radius:8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius:8px;
}

.login_btn {
	display: block;
	min-width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow:hidden;
}
.login_btn ul {
	width:100%;
	display:table;
	table-layout:fixed;
	/* padding: 1.5% 0 1.5% 0; */
	line-height: 1.8em;
}
.login_btn li {
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	/* padding:1.5% 0 1.5% 0; */
}
.login_btn li a {
	display:block;
	vertical-align:middle;
	width:100%;
	height:auto;
	background: #e1e1e1;/*background: #ff8398;*/
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e1e1e1);
	background-image: -moz-linear-gradient(top, #f2f2f2, #e1e1e1);
	background-image: -ms-linear-gradient(top, #f2f2f2, #e1e1e1);
	background-image: -o-linear-gradient(top, #f2f2f2, #e1e1e1);
	background-image: linear-gradient(to bottom, #f2f2f2, #e1e1e1);
	color:#333333;
	letter-spacing:2px;
	font-size:1.1em;
	padding: 1% 0;
}
.login_btn li a:hover {
	text-decoration:none;
}
.login_btn li.on a {
	background:#fafafa;
	text-decoration:none;
}
.login_btn li:nth-child(2) em {
	top:10px;
	background-position:0 -35px;
}
.login_btn li:nth-child(3) em {
	background-position:0 -70px;
}
.login_btn li:nth-child(4) em {
	background-position:0 -105px;
}


.login_form {
	font-size:1.1em;
}
.login_form ul li h1 {
	display:inline-block;
	line-height: 20px;
	font-size: 1.0em;
	margin-right: 0%;
	color: #333;
	margin: 10px 2px 10px 0;
	max-width: 60px;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
.login_form input {
	width:42%;
	border: 1px solid #a9a9a9;
	padding:8px;
	margin:0.8% 0 0.8% 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.login_form ul {
	width: 100%;
	padding:2% 0 0 0;
}
.login_form li {
	display: block;
	width: 100%;
}
.login_form_btn {
	font-weight: bold;
}
.login_btn_fast {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top:2%;
}
.login_btn_fast hr { margin-top: 10px!important; margin-bottom: 10px!important;}
.login_btn_fast_tt {
	width:100%;
	clear:both;
	font-size: 0.8em;
	color: #333;
	margin-top: 1.2em;
}
.login_btn_fast ul {
	width: 100%;
}
.login_btn_fast li {
	display: inline-block;
	width: 48%;
}
.login_btn_fast li {padding: 2% 0%!important;}
.login_btn_fast img { max-width: 54px; width: 100%;}
.login_btn2 img {width: 20px;vertical-align: text-bottom;padding-right:2px;}

.login_btn2 {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top:3%;
	font-size: 0.8em;
	font-weight: normal;
}
.login_btn2 ul {
	width: 100%;
}
.login_btn2 li {
	display: inline-block;
	width: 96%;
	text-align: center;
}
.login_btn2 a {
	font-size: 0.95em;
	color:#444;
}
.login_btn2 a:hover {
	color:#000;
}
.btn_right {
	text-align:right;
	margin-right:1.5%;
}
.btn_left {
	text-align: left;
}
.hr1 {
	height:1px;
	border:none;
	border-top:1px solid #CCC;
	width:95%;
}
.login_form_btn {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "微軟正黑體";
	color: #ffffff;
	font-size: 1.4em;
	padding: 6px 80px 6px 80px;
	border: solid #650080 1px!important;
	text-decoration: none;
	display:inline-block;
	margin:1% auto;
	background: #9300df;
	background-image: -webkit-linear-gradient(top, #9300df, #7300af);
	background-image: -moz-linear-gradient(top, #9300df, #7300af);
	background-image: -ms-linear-gradient(top, #9300df, #7300af);
	background-image: -o-linear-gradient(top, #9300df, #7300af);
	background-image: linear-gradient(to bottom, #9300df, #7300af);
	margin-top: 0.4em;
}
.login_form_btn:hover {
	background: #a900ff;
	/*background: #ff8398;*/
	background-image: -webkit-linear-gradient(top, #a900ff, #8700ce);
	background-image: -moz-linear-gradient(top, #a900ff, #8700ce);
	background-image: -ms-linear-gradient(top, #a900ff, #8700ce);
	background-image: -o-linear-gradient(top, #a900ff, #8700ce);
	background-image: linear-gradient(to bottom, #a900ff, #8700ce);
}
.login_form_tt1 {font-size: 0.80em;line-height: 2.6em;color: #1a1a1a;}
.login_form_tt2 {font-size: 0.80em;line-height: 1.4em;color: #1a1a1a;width: 96%;margin: 0 auto;}

/*-----------------------遊戲訊息----------------------------*/
#test-form { width:100%; max-width:660px;}
.gameinfo_wap {width: 100%;max-width: 980px;margin: 0 auto;padding: 1% 0;text-align: center;}
#gameinfo_1 {display: inline-block;position: relative;vertical-align: top;}
.gameinfo {
	max-width: 450px;
	display: block;
	clear: both;
	background-color: #ffffff;
	border: 1px solid #ff97b4;
	padding: 0.8em;
	width: 92%;
	margin: 0 auto 2% auto;
	text-align: center;
}
.gameinfo_pic {width: 100%;text-align:center;display:inline-block;}
.gameinfo_pic img {width: 100%;}
.gameinfo_btn {}
.gameinfo_btn ul {display:block;margin: 2% auto 0 auto;width: 100%;}
.gameinfo_btn li {display:inline-block;width: 32%;padding:0 0.2% 0.4% 0.2%;}
.gameinfo_btn li img { width:100%;}

/*-----------------------會員中心----------------------------*/
.memberinfo {width: 100%;display: block;padding: 78px 0 10px 0;margin:0 auto;background: rgba(255, 255, 255, 1);font-size: 1.0em;color: #333333;line-height: 1.4em;}
.memberinfo_bg {
	background-image: url(../images/memberinfo_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 56px; 
	background-size: cover;
}

.memberinfo, .memberinfo_point {font-size: 1.0em;}
.memberinfo > dl {	width: 92%;	display: table;	max-width: 320px;	/* background-color: rgba(255, 255, 255, 0.9); */	padding: 1.2em 0.6em; margin: 0% auto; }
.memberinfo > dl > dt {max-width: 36%;display: table-cell;vertical-align: top;padding-right: 0.5em;}
.memberinfo dd {width: 98%;display: block;line-height: 2.0em;}
.memberinfo span {color: #d535ff;/* width: 130px; */float: left;text-align: right;}

.memberinfo_point {width: 100%;text-align: center;padding: 68px 0 0 0;}
.memberinfo_point > dl {width: 92%;display: inline-block;max-width: 100%;padding: 0.6em;}
.memberinfo_point dd {display: inline-block;width: auto;margin-right: 2%;}
.memberinfo_point span {width: auto;float: left;text-align: right;}

 @media screen and (max-width: 560px) {
.memberinfo, .memberinfo_point {font-size: 1.0em;}
.memberinfo > dl, .memberinfo_point > dl {width: 98%;display: table;max-width: 320px;background-color: rgba(255, 255, 255, 0.9);padding: 0.2em;margin: 0% auto; }
.memberinfo > dl > dt, .memberinfo_point > dl > dt {max-width: 36%;display: table;vertical-align: top;padding-right: 0.5em;}
.memberinfo dd, .memberinfo_point dd {width: 98%;display: block;line-height: 2.0em;text-align: left;}
.memberinfo span, .memberinfo_point span {color: #d535ff;width: 130px;float: left;text-align: right;}
}

.member_bonusdots_wap {background-color: #f3c8ff;text-align: center;padding-top: 0.6em;}
.member_bonusdots {color: #fff;background-color: #6bba25;margin: 0 auto;max-width: 220px;width: 94%;border: 1px solid #5da220;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;font-size: 1.1em;line-height: 1.4em;padding: 0.2em;}
.member_bonusdots img {max-width: 25px;vertical-align: top;}
 @media screen and (max-width: 421px) {
.member_bonusdots { font-size: 0.95em; line-height: 1.4em;}
}

.memberinfo_pic {width:100%;text-align:center;}
.memberinfo_pic img {width:100%; max-width: 100px;}
.memberinfo_btn {width:100%; margin: 0 auto;text-align: center;}
.memberinfo_btn ul { display:block;}
.memberinfo_btn li {display:inline-block;padding:1% 0 1% 1%;}
.memberinfo_btn li a { color:#FF4867;}
.member_mail img { vertical-align:middle; margin-left:2%;}
.memberinfo_btn_wap {width:100%; margin: 0 auto;text-align: center;}
.memberinfo_btn_wap a { color:#FFFFFF;}
.memberinfo_btn_wap img {vertical-align:middle; width:30px;}
#s_memberinfo_btn_wap {
	display: block;
	width: 100%;
	background-color: #f7e7ff;
	background-repeat: repeat-y;
	padding: 2% 0 2% 0;
	clear:both;
}

#s_memberinfo_btn {
	display:block;
	width: 98%;
	max-width: 600px;
	border-collapse:collapse;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: 2px solid #f0b2ff;
}
.s_memberinfo_btn_list{
	clear: both;
	width: 97%;
	display: block;
	color: #525252;
	text-decoration: none;
	padding: 1%;
	margin: 0 auto;
}
.s_memberinfo_btn_list ul{
	display:block;
	background-color:#fff;
	font-size: 0.9em;
}
.s_memberinfo_btn_list li{
	display: block;
	border-bottom: 1px dashed #9b9b9b;
}
.s_memberinfo_btn_list li a span { color:#3463B0; font-size: 0.9em;}
.s_memberinfo_btn_list li:last-child{
	border-bottom: 0px dashed #9b9b9b;
}

.s_memberinfo_btn_list a{
	font-size: 1.05em;
	width: 100%;
	height: auto;
	text-align: justify;
	text-justify: inter-word;
	color: #525252!important;
	text-decoration: none!important;
	font-weight: normal;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position:relative;
	text-indent:0px;
	padding: 16px 4px;
}
.s_memberinfo_btn_list a:hover{
	background-color: #eeeeee;
	color: #525252!important;
	text-decoration:none!important;
}
.s_memberinfo_btn_list a img {
	vertical-align:middle;
	position:absolute;
	max-width:14px;
	right: 3%;
	top: 12px;
}
.s_memberinfo_btn_list input[type="radio"]  { display:inline-block; margin-right:0.5%;}



.div_click {
	width:100%;
	display:inline-block;
	cursor:pointer;
	font-size: 1em;
	color: #000000;
	padding: 2% 0 2% 1%;
}

.memberinfo_tt { text-align:center; margin:8px auto 16px auto;}
.memberinfo_wap {width:100%;padding: 0.3em 0 3.6em 0;text-align: center;}
.memberinfo_wap a { display:inline-block;}


.memberinfo_wap input[type="submit"] {
    cursor:pointer;
}
.memberinfo_wap ul { width: 100%; display: table; max-width: 400px; margin: 0 auto;}
.memberinfo_wap li {width: 98%;display: inline-block;padding: 1% 0 0 0;}
.memberinfo_wap ul li a {text-decoration: none;color: #ffffff;}
.memberinfo_wap ul li a:hover { text-decoration: none; color: #ffffff;}
.memberinfo_wap ul li a:active { text-decoration: none; color: #ffffff;}

.memberinfo ul { width:100%; text-align:center; display:table;margin: 0 auto;}
/*.memberinfo li { display: initial;}*/
.memberinfo select { 
	width:100%;
	padding:4px 0 8px 7px;
/*	text-indent:3px;*/
	border:1px solid #d2d2d2;
	font-size:0.9em;
	color:#444;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;

	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.memberinfo_wap_s { width:100%; margin:0.3em auto 0em auto; text-align: center; position:fixed; bottom:0; background-color:#fff0d0;}
.memberinfo_wap_s ul { width:100%; text-align:center;}
.memberinfo_wap_s li { margin-top: 1%;}
.memberinfo_wap_s > #footer { background-color:#FFFFFF; }
.memberinfo_wap_s a {
	font-size:1em;
	color:#444;
	font-weight: bold;
	display:inline-block;
	padding: 12px 0 12px 0;
	margin-right:3%;
}
.memberinfo_wap_s a:hover {
	color:#f87575;
}
.memberinfo_form {color:#444;width: 100%;max-width: 660px;margin: 0 auto;}
.memberinfo_form dl a{ color:#9300df; }
.memberinfo_form dl{ position:relative; padding:6px 0px 6px 86px; /*border-top:1px solid #eaeaea;*/margin-bottom: 0px!important;}
.memberinfo_form dt{ position:absolute; top:6px; left:0px; line-height:36px; font-size:1em; letter-spacing:0px}
.memberinfo_form dd{ position:relative; color:#888; line-height: 40px;}
.memberinfo_form dd p { line-height: 1.5em;}
.memberinfo_form_f01w {padding:10px 0;text-align:center;display: inline-block;width: 100%;}
.memberinfo_form_f01{ width:41%!important; display:inline-block; margin:2px 4px 2px 4px;}
.memberinfo_form_topic {
	width:100%;
	text-align:center;
	padding:0 0 10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #d2d2d2;
	color:#000;
}
.memberinfo_form textarea,
.memberinfo_form input[type="text"],
.memberinfo_form input[type="password"],
.memberinfo_form input[type="email"],
.memberinfo_form input[type="number"],
.memberinfo_form input[type="date"] {
	width: 100%;
	padding: 4px 0;
	text-indent: 10px;
	border: 1px solid #d2d2d2;
	line-height: 20px;
	color: #444;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#memberinfo_form_account_input {
	width: 63%;
	padding: 4px 0;
	text-indent: 10px;
	border: 1px solid #d2d2d2;
	line-height: 20px;
	color: #444;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.memberinfo_form input[type="submit"] {
    padding:5px 15px; 
    background:#eee; 
    border:0 none;
    cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:4px auto;
}
.memberinfo_form_qa { color:#444; max-width:850px; margin:0 auto;}
.memberinfo_form_qa dl{ position:relative; padding:12px 90px 12px 6px; border-top:1px solid #eaeaea;}
.memberinfo_form_qa dd{ position:absolute; top:10px; right:0px; line-height:26px; font-size:1em; letter-spacing:-1px; color:#fa6da9;}
.memberinfo_form_qa dd img{ width:18px;}
.memberinfo_form_qa dt{ position:relative; color:#888}
.memberinfo_form_qa_open { color:#444; max-width:850px; margin:0 auto;}
.memberinfo_form_qa_open dl{ position:relative; padding:6px 0px 6px 76px; /*border-top:1px solid #eaeaea;*/}
.memberinfo_form_qa_open dt{ position:absolute; top:10px; left:0px; line-height:26px; font-size:1em; letter-spacing:-1px}
.memberinfo_form_qa_open dd{ position:relative; color:#888}
.memberinfo_form_qa_open dt img { width:60px;}
.memberinfo_form_qa_ans { color:#444; max-width:850px; margin:0 auto;}
.memberinfo_form_qa_ans dl{ position:relative; padding:6px 76px 6px 0px; /*border-top:1px solid #eaeaea;*/}






.memberinfo_form_qa_ans dt{ position:absolute; top:10px; right:0px; line-height:26px; font-size:1em; letter-spacing:-1px}
.memberinfo_form_qa_ans dd{ position:relative; color:#888}
.memberinfo_form_qa_ans dt img { width:60px;}
.memberinfo_form_table {width: 98%;color: #444;display: block;padding: 0;margin: 0 auto;max-width: 700px;font-size: 1.0em;line-height: 1.5em;}
.memberinfo_form_note { width:96%; margin: 0 auto;text-align:left; color:#8C8C8C; font-size:80%; color:#4d4d4d;line-height: 1.6em; max-width:500px; font-size: 0.9em;}
.memberinfo_form_tt01 {
	width:100%;
	text-align:center;
	padding:10% 0;
	border:1px solid #c8c8c8;
	margin:2% auto;
	line-height: 1.2em;
	font-size:92%;
}
/*-----------------------儲值中心----------------------------*/
.valueinfo { width:98%; display: block; padding:78px 0 2% 0;margin:0 auto; max-width:800px;}
.valueinfo_wap {width:100%; margin:1.8em auto 0 auto; text-align: center;}
.valueinfo_form { width:98%; margin:0 auto; color:#444;}
.valueinfo_form dl{ max-width:880px; margin:0 auto; position:relative; padding:0px 0px; text-align: center;}
.valueinfo_form dt{ position:relative; top:0px; left:0px; line-height:26px; font-size:1em; letter-spacing:0px;}
.valueinfo_form dd{ position:relative; color:#888}
.valueinfo_form_tt { font-size: 1.2em!important; background-color: #ff8398; width: 100%; color:#ffffff; }
.valueinfo_form textarea, .valueinfo_form input[type="text"] {
	width:100%;
	padding:4px 0;
	text-indent:10px;
	border:1px solid #d2d2d2;
	line-height:20px;
	color:#444;
}
.valueinfo_form select { 
	width:100%;
	padding:4px 0 8px 0;
	text-indent:6px;
	border:1px solid #d2d2d2;
	font-size:1.0em;
	color:#444;
	font-weight:bold;
	border-collapse:collapse;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#fff;
	box-shadow:none;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

#valueinfo_btn_wap {
	display: block;
	width: 100%;
	background-color: #fff0d0;
	padding: 1% 0 1% 0;
	overflow:hidden;
}
.valueinfo_btn {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
.valueinfo_btn ul {
	clear:left;
	float:left;
	list-style:none;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
.valueinfo_btn ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	width: 33.3%;
	display: table;
	border-spacing: 0.2em;
	border-collapse: separate;
}
.valueinfo_btn ul li a {
	display: table-cell;
	margin: 1%;
	padding:3px 8px;
	background: #fff;
	color:#000;
	text-decoration:none;
	height: 2em;
	border: 1px solid #fff;
	font-size: 1.2em;
	vertical-align: middle;
}
.valueinfo_btn ul li a:hover {
	background: #a2813a;/*background: #ff8398;*/
	background-image: -webkit-linear-gradient(top, #c09f58, #a2813a);
	background-image: -moz-linear-gradient(top, #c09f58, #a2813a);
	background-image: -ms-linear-gradient(top, #c09f58, #a2813a);
	background-image: -o-linear-gradient(top, #c09f58, #a2813a);
	background-image: linear-gradient(to bottom, #c09f58, #a2813a);
	color:#fff;
	border: 1px solid #a3884d;
}

.valueinfo_form_s_game {
	width:98%;
	text-align:center;
	padding:0% 0;
	border:1px solid #ff8398;
	margin:2% auto;
	line-height: 1.2em;
	font-size:92%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.valueinfo_form_s_game ul { display: table; text-align: left; padding: 1em; width: 100%;}
.valueinfo_form_s_game li { width: 23%; display: inline-block; vertical-align: top; text-align: center;}
.valueinfo_form_s_game a {
	font-size: 1em;
	line-height: 1.4em;
	color: #2a2a2a;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
}
.valueinfo_form_s_game img {  max-width:96px; width: 100%;}

.valueinfo_form_s_game span {
	width: 100%;
	display: block;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 0.5em 0;
 }
/*-----------------------遊戲中心----------------------------*/


/*-----------------------客服中心----------------------------*/
.serviceinfo {width:98%; display: block; padding:78px 0 2% 0; margin:0 auto;  max-width:500px; margin-bottom:120px;}
.serviceinfo_tt { text-align:center; margin:8px auto 16px auto; font-size: 1.2em; color:#525252}
.serviceinfo_wap {width:100%;margin: 1em auto;text-align: center;color: #fff;}
.serviceinfo_wap p {font-size: 1.1em;line-height: 1.8em;}
.serviceinfo_wap a {display:inline-block;color: #f9a203;}
.serviceinfo ul { width:80%; text-align:center; display:table;margin: 0 auto;}
.serviceinfo li { display: block;}
.serviceinfo select { 
	width:100%;
	padding:4px 0 8px 7px;
/*	text-indent:3px;*/
	border:1px solid #d2d2d2;
	font-size:1.1em;
	color:#444;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.serviceinfo_wap_s {width:100%;margin:0.3em auto 0em auto;text-align: center;position:fixed;bottom:0;background-color: #1a1a1a;color: #fff;padding: 0.6em 0 0 0;}
.serviceinfo_wap_s ul { width:100%; text-align:center;}
.serviceinfo_wap_s li { margin-top: 1%;}
.serviceinfo_wap_s > #footer {/* background-color:#FFFFFF; */}
.serviceinfo_wap_s a {
	font-size: 0.95em;
	color: #fff;
	display:inline-block;
	padding: 0 2px;
	line-height: 2.4em;
}
.serviceinfo_wap_s a:hover {
	color:#fff;
}
.serviceinfo_form { color:#444;}
.serviceinfo_form dl a{ color:#F362A2;}
.serviceinfo_form dl{ position:relative; padding:6px 15px 6px 76px; /*border-top:1px solid #eaeaea;*/}
.serviceinfo_form dt{ position:absolute; top:10px; left:0px; line-height:26px; font-size:1em; letter-spacing:0px}
.serviceinfo_form dd{ position:relative; color:#888}
.serviceinfo_form textarea,
.serviceinfo_form input[type="text"],
.serviceinfo_form input[type="number"],
.serviceinfo_form input[type="email"],
.serviceinfo_form input[type="date"] {
	width: 100%;
	padding: 4px 0;
	text-indent: 10px;
	border: 1px solid #d2d2d2;
	line-height: 20px;
	color: #444;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.serviceinfo_form input[type="submit"] {
    padding:5px 15px; 
    background:#eee; 
    border:0 none;
    cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:4px auto;
	color:#444444;
}
.serviceinfo_form_qa { color:#525252; max-width:850px; margin:0 auto;}
.serviceinfo_form_qa dl{ position:relative; padding:12px 10px 12px 6px; border-top:1px solid #eaeaea;}
.serviceinfo_form_qa dd{ position:relative; top:10px; right:0px; line-height:2.6em; font-size:1em; letter-spacing:0px; color:#fa6da9;}
.serviceinfo_form_qa dd img{ width:18px;}
.serviceinfo_form_qa dt{ position:relative; color:#525252; line-height: 1.6em;}
.serviceinfo_form_qa dt:first-child { line-height: 2.4em;}

.serviceinfo_form_qa_open { color:#444; max-width:850px; margin:0 auto;}
.serviceinfo_form_qa_open dl{ position:relative; padding:6px 0px 6px 76px; /*border-top:1px solid #eaeaea;*/}
.serviceinfo_form_qa_open dt{ position:absolute; top:10px; left:0px; line-height:26px; font-size:1em; letter-spacing:-1px}
.serviceinfo_form_qa_open dd{ position:relative; color:#888}
.serviceinfo_form_qa_open dt img { width:60px;}
.arrow_box {
	position: relative;
	background: #FFF;
	border: 2px solid #ff8398;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:120px;
	padding:8px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 26%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(255, 131, 152, 0);
	border-right-color: #ff8398;
	border-width: 13px;
	margin-top: -13px;
}


.serviceinfo_form_qa_ans { color:#444; max-width:850px; margin:0 auto;}
.serviceinfo_form_qa_ans dl{ position:relative; padding:6px 76px 6px 0px; /*border-top:1px solid #eaeaea;*/}
.serviceinfo_form_qa_ans dt{ position:absolute; top:10px; right:0px; line-height:26px; font-size:1em; letter-spacing:-1px}
.serviceinfo_form_qa_ans dd{ position:relative; color:#888}
.serviceinfo_form_qa_ans dt img { width:60px;}
.arrow_box2 {
	position: relative;
	background: #FFF;
	border: 2px solid #ff8398;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:120px;
	padding:8px;
}
.arrow_box2:after, .arrow_box2:before {
	left: 100%;
	top: 26%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box2:before {
	border-color: rgba(255, 131, 152, 0);
	border-left-color: #ff8398;
	border-width: 13px;
	margin-top: -13px;
}

.tt_red { color:#FF0000;font-size: 26px;padding: 0px 2px 0 0;vertical-align: middle;}
#reply_form { color:#444; width: 100%; max-width: 500px; margin: 0 auto;}
#reply_form ul { width: 96%; }
#reply_form textarea {  width: 100%; }

#twzipcode select, #twzipcode input { margin:2px auto;	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;}



/*-----------------------按鈕們----------------------------*/
.memberinfo_btn1, .memberinfo_btn2 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "微軟正黑體";
	color: #ffffff;
	font-size: 1.2em;
	padding: 6px 0;
	border: 1px solid #650080;
	text-decoration: none;
	display:inline-block;
	margin:1% auto;
	background: #9300df;
	background-image: -webkit-linear-gradient(top, #9300df, #7300af);
	background-image: -moz-linear-gradient(top, #9300df, #7300af);
	background-image: -ms-linear-gradient(top, #9300df, #7300af);
	background-image: -o-linear-gradient(top, #9300df, #7300af);
	background-image: linear-gradient(to bottom, #9300df, #7300af);
	width: 100%;
}
.memberinfo_btn1:hover, .memberinfo_btn2:hover , .service_btn1:hover, .service_btn2:hover{
	background: #a900ff;/*background: #ff8398;*/
	background-image: -webkit-linear-gradient(top, #a900ff, #8700ce);
	background-image: -moz-linear-gradient(top, #a900ff, #8700ce);
	background-image: -ms-linear-gradient(top, #a900ff, #8700ce);
	background-image: -o-linear-gradient(top, #a900ff, #8700ce);
	background-image: linear-gradient(to bottom, #a900ff, #8700ce);	
	color: #ffffff;
	text-decoration: none;
}
.memberinfo_btn1:hover, .memberinfo_btn2:hover { color: #ffffff; text-decoration: none;}
.memberinfo_btn3 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "微軟正黑體";
	color: #4d4d4d;
	font-size: 1.1em;
	padding: 3px 0;
	border: solid #d3d3d3 1px;
	text-decoration: none;
	display:inline-block;
	margin:1% auto;
	background: #ffffff;/*background: #ff8398;*/
	background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
	background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
	background-image: -ms-linear-gradient(top, #ffffff, #e5e5e5);
	background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);
	background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);
	max-width: 160px;
	width: 100%;
}

.memberinfo_btn_index {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "微軟正黑體";
	color: #ffffff;
	font-size: 1.0em;
	padding: 6px 40px 6px 40px;
	border: solid #ff94a7 1px;
	text-decoration: none;
	display:inline-block;
	margin:1% auto;
	background: #9300df;/*background: #ff8398;*/
	background-image: -webkit-linear-gradient(top, #9300df, #7300af);
	background-image: -moz-linear-gradient(top, #9300df, #7300af);
	background-image: -ms-linear-gradient(top, #9300df, #7300af);
	background-image: -o-linear-gradient(top, #9300df, #7300af);
	background-image: linear-gradient(to bottom, #9300df, #7300af);

}
.service_btn1, .service_btn2 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "微軟正黑體";
	color: #ffffff;
	font-size: 1.4em;
	padding: 6px 40px 6px 40px;
	border: solid #ff94a7 1px;
	text-decoration: none;
	display:inline-block;
	margin:1% auto;
	background: #9300df;/*background: #ff8398;*/
	background-image: -webkit-linear-gradient(top, #9300df, #7300af);
	background-image: -moz-linear-gradient(top, #9300df, #7300af);
	background-image: -ms-linear-gradient(top, #9300df, #7300af);
	background-image: -o-linear-gradient(top, #9300df, #7300af);
	background-image: linear-gradient(to bottom, #9300df, #7300af);
	width:60%;
}

.memberinfo_btn1.on, .memberinfo_btn2.on, .service_btn1.on, .service_btn2.on {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "微軟正黑體";
	color: #ffffff;
	font-size: 1.4em;
	padding: 6px 40px 6px 40px;
	border: solid #ff94a7 1px;
	text-decoration: none;
	display:inline-block;
	margin:1% auto;
	background: #9300df;/*background: #ff8398;*/
	background-image: -webkit-linear-gradient(top, #9300df, #7300af);
	background-image: -moz-linear-gradient(top, #9300df, #7300af);
	background-image: -ms-linear-gradient(top, #9300df, #7300af);
	background-image: -o-linear-gradient(top, #9300df, #7300af);
	background-image: linear-gradient(to bottom, #9300df, #7300af);
	-moz-box-shadow:    inset 0 0 6px #e21f4b;
	-webkit-box-shadow: inset 0 0 6px #e21f4b;
	box-shadow:         inset 0 0 6px #e21f4b;
}


.member_btn1 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "微軟正黑體";
	color: #525252;
	font-size: 0.8em;
	padding: 6px 40px 6px 40px;
	border: solid #A6A6A6 1px;
	text-decoration: none;
	display:inline-block;
	margin:1% auto;
	background: #FFFFFF;
	max-width:120px;
}
.member_btn2 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "微軟正黑體";
	font-size: 0.9em;
	padding: 0px 8px;
	border: solid #9300df 1px;
	text-decoration: none;
	display: inline-block;
	margin: 1% auto;
	background: #9300df;
	max-width: 120px;
	color: #FFFFFF!important;
	line-height: 28px;
}
#email_verified { text-align: left;}
#email_verified dl { padding: 6px 0px 6px 80px!important;}
#phone_verified { text-align: left;}
#phone_verified dl { padding: 6px 0px 6px 80px!important;}
#verify_phone_form dl { padding: 6px 0px 6px 80px!important;}
.member_btn2_width { min-width: 52px; text-align: center; margin-left: 1%;}

/*大於*/
 @media screen and (min-width: 919px) {
.memberinfo_btn li {}
.service_btn1, .service_btn2 {
	padding: 12px 40px 12px 40px;
	margin:0.5% auto;
}

 }
 
/*小於*/
 @media screen and (max-width: 980px) {
#gameinfo_1 {display: inline-block;vertical-align: top;}
.gameinfo {
	max-width: 100%;
	display: block;
}
}

 @media screen and (max-width: 750px) {
.memberinfo_bg {
    background-position: center 44px; 
}
.login_wap {
	display: block;
	width: 95%;
	max-width: 100%;
	text-align: center;
	background-color:#FFF;
	padding:0 0 3% 0;
	margin:0 auto;
	border: 2px solid #ff6767;
	border-collapse:collapse;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#s_memberinfo_btn {
	display:block;
	width: 96%;
	max-width: 700px;
	border-collapse:collapse;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: 1px solid #f0b2ff;
}
.userback {
	display: table-cell;
}
.userback img{
	float: left;
	width: 100%;
	display: block;
	padding: 3% 0% 0% 0px;
	max-width: 42px;	
}
.backindex {
	display: table-cell;
}
.backindex img{
	float: left;
	width: 100%;
	display: block;
	padding: 5% 0% 0% 0px!important;
	max-width: 30px!important;
}
#btn_back{
	display: block;
	position: absolute;
	margin: 3px 0;
	left: 0%;
	top: 0%;
}

#userinfo{
	display: block;
	position: absolute;
	margin: 0.2% 0 0 0;
	padding:0 1% 0 0;
	right: 0%;
	top: 0%;
}
#userinfo a {}
#userinfo img{
	float: right;
	width: 50%;

	display:block;
	padding:0% 0% 2% 2%;
}

#topic { }
#login_all {padding:56px 0 0% 0;}
.login_form input {width: 58%;}
.memberinfo {padding: 56px 0 10px 0;}
.memberinfo_pic img {width:100%; max-width: 88px;}
.valueinfo { padding:56px 0 2% 0;}
.serviceinfo { padding:56px 0 2% 0;}
.memberinfo_form { width: 96%;}	 
.memberinfo_form_f01{ width:100%!important;margin:2px 0px 2px 0px;}

.memberinfo_form_tt01 {
	width:98%;
	text-align:center;
	padding:10% 0;
	border:1px solid #c8c8c8;
	margin:2% auto;
	line-height: 1.6em;
	font-size:80%;
}	 

.serviceinfo_wap_s {margin: 0em auto 0em auto;padding: 0.2em 0 0 0;}
}
 @media screen and (max-width: 560px) {
.memberinfo_btn li {
    width: 100%!important;
    text-align: left;
}
.valueinfo_form_s_game {
	width:100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.valueinfo_form_s_game ul { padding: 1em 0.2em;}
.valueinfo_form_s_game li { width: 32%; padding-bottom:2%;}
.valueinfo_form_s_game img {max-width: 80px; width: 100%; }
.valueinfo_form_s_game span { padding: 0.1em 0 0.5em 0;}
.valueinfo_btn ul li {	width: 50%;}
	 .memberinfo ul { width: 90%;}
/*.memberinfo_btn1, .memberinfo_btn2, .service_btn1, .service_btn2 { width:40%; display:inline-block;}
.memberinfo_btn1.on, .memberinfo_btn2.on, .service_btn1.on { width:40%; display:inline-block;}*/
}

 @media screen and (max-width: 480px) {
.memberinfo_bg {
    background-position: center 44px; 
	background-size: 100%;
}
/*.memberinfo > dl { 
	width: 100%; 
	display: table; 
	max-width: 100%;
	background-color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

	border-radius: 0px;
	padding: 2% 0;
	margin: 24% auto -2% auto;
}*/
.memberinfo_btn li { width:100%;}
.memberinfo_btn1, .memberinfo_btn2, .service_btn1, .service_btn2 { font-size: 1.1em;}

.memberinfo_btn_index { font-size: 1.0em; min-width:88%; padding: 4px 0px 4px 0px;}
.memberinfo_btn1.on, .memberinfo_btn2.on, .service_btn1.on, .service_btn2.on { font-size: 1.0em; min-width:88%; padding: 4px 0px 4px 0px;}
.valueinfo {padding:46px 0 4% 0;}
.serviceinfo {padding:46px 0 0 0;}
}	

 @media screen and (max-width: 380px) {
.serviceinfo_form input[type="submit"] {
    padding:5px 15px; 
    background:#eee; 
    border:0 none;
    cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:4px auto;
	min-width:60%;
	display:inline-block;
}
}

 @media screen and (max-width: 320px) {

.login_form_btn { font-size: 1.0em;	min-width:88%;	padding: 4px 0px 4px 0px;}
.valueinfo_btn ul li a { height: 2em; font-size: 1em;}
.valueinfo_form_s_game li { width: 31%; padding-bottom:4%;}	 	 
.valueinfo_form_s_game a { font-size: 0.9em;}
.valueinfo_form_s_game img {max-width: 70px; width: 100%; }
.valueinfo_form_s_game span { padding: 0.1em 0;}
.serviceinfo_wap_s a {	font-size:0.8em;}
}
	 
	 
	 
/*20200703_新增*/	 
.s_memberinfo_notice_wap {width: 100%;background-color: #fff;text-align: center;}
.s_memberinfo_notice_wap a {color: #337ab7;text-decoration: none;line-height: 1.8em;font-size: 1em;font-weight: normal;padding: 12px 0;display: block;}
.s_memberinfo_notice {text-align: left;max-width: 600px;width: 94%;margin: 0 auto;color: #4d4d4d;font-size: 0.95em;line-height: 1.5em;padding: 0 0 18px 0;}
.s_memberinfo_notice ul {display: block;}
.s_memberinfo_notice li {list-style-type: decimal;margin-left: 18px;}
.member_edeal_notice_wap {width: 100%;background-color: #fff;text-align: center;}
.member_edeal_notice_wap a {color: #337ab7;text-decoration: none;line-height: 1.8em;font-size: 1em;font-weight: normal;padding: 12px 0;display: block;}
.member_edeal_notice {text-align: left;max-width: 600px;width: 94%;margin: 0 auto;color: #4d4d4d;font-size: 0.95em;line-height: 1.5em;padding: 0 0 18px 0;}
.member_edeal_notice ul {display: block;}
.member_edeal_notice li {list-style-type: decimal;margin-left: 18px;}

.member_edeal_wap {width: 100%;display: block;padding: 0 0 20px 0;margin: 0 auto;background: rgba(255, 255, 255, 1);font-size: 1.0em;color: #333333;line-height: 1.4em;text-align: center;/* border-top: 1px solid #d2d2d2; */}
.member_edeal_wap ul {width: 100%;display: table;max-width: 460px;margin: 0 auto;padding: 14px 0 0 0;}
.member_edeal_wap li {width: 46%;display: inline-block;margin-right: 10px;}
.member_edeal_wap ul li a {text-decoration: none;color: #ffffff;}
.member_edeal_wap ul li a:hover { text-decoration: none; color: #ffffff;}
.member_edeal_wap ul li a:active { text-decoration: none; color: #ffffff;}
.member_edeal {color: #444;width: 98%;max-width: 660px;margin: 0 auto;}
.member_edeal textarea,.member_edeal input[type="text"],.member_edeal input[type="password"],.member_edeal input[type="email"],.member_edeal input[type="number"],.member_edeal input[type="date"] { width: 100%; padding: 4px 0; text-indent: 10px; border: 1px solid #d2d2d2;	line-height: 20px;
 color: #444; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
.member_edeal_f1 {width: 100%;display:inline-block;margin: 0;}
.member_edeal dl {width: 100%;display: inline-block;max-width: 100%;padding: 0;text-align: center;}
.member_edeal dt {display: inline-block;margin-right: 1%;padding: 0px 0 20px 0;text-align: left;vertical-align: top;font-size: 1.0em;line-height: 2.0em;max-width: 150px;width: 38%;}
.member_edeal dt span { color: #ff0000;}
.member_edeal dd {display: inline-block;margin-right: 2%;text-align: left;padding: 0;max-width: 420px;width: 62%;}
.member_edeal dd p {color: #ff0000;font-size: 0.9em;line-height: 1.4em;}
.member_edeal span {width: auto;float: left;text-align: right;}
.member_edeal_input_2 {max-width: 58%!important;}
.member_edeal_input_2_btn {color: #ffffff;background-color: #3766b2;padding: 4px 0px;margin-left: 1%;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;display: inline-block;text-align: center;/* max-width: 28%; */width: 98px;border: 1px solid #1b4994;}
.member_edeal_btn1, .member_edeal_btn2 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "微軟正黑體";
	color: #ffffff;
	font-size: 1.2em;
	padding: 6px 0;
	border: 1px solid #650080;
	text-decoration: none;
	display:inline-block;
	margin:1% auto;
	background: #9300df;
	background-image: -webkit-linear-gradient(top, #9300df, #7300af);
	background-image: -moz-linear-gradient(top, #9300df, #7300af);
	background-image: -ms-linear-gradient(top, #9300df, #7300af);
	background-image: -o-linear-gradient(top, #9300df, #7300af);
	background-image: linear-gradient(to bottom, #9300df, #7300af);
	width: 100%;
}
.member_edeal_btn1:hover, .member_edeal_btn1:hover {
	background: #a900ff;/*background: #ff8398;*/
	background-image: -webkit-linear-gradient(top, #a900ff, #8700ce);
	background-image: -moz-linear-gradient(top, #a900ff, #8700ce);
	background-image: -ms-linear-gradient(top, #a900ff, #8700ce);
	background-image: -o-linear-gradient(top, #a900ff, #8700ce);
	background-image: linear-gradient(to bottom, #a900ff, #8700ce);	
	color: #ffffff;
	text-decoration: none;
}
@media screen and (max-width: 750px){
	.member_edeal_input_2 {max-width: 56%!important;}
	.member_edeal_input_2_btn {}
	.member_edeal dl {}
}
@media screen and (max-width: 460px){
	.member_edeal dt { margin-right: 0; padding-bottom: 0; text-align: left; width: 96%; max-width: 96%;}
	.member_edeal dd { margin-right: 0; max-width: 96%; width: 96%;}
}
@media screen and (max-width: 440px){
.s_memberinfo_btn_list a {white-space: normal;max-width: 98%;}	
.s_memberinfo_btn_list li a span {display: block;width: 90%;line-height: 1.4em;padding-top: 6px;}
.s_memberinfo_btn_list a img {top: 27px;}

}

.member_edeal_my {width: 94%;display: table;max-width: 569px;margin: 0 auto;padding: 0;text-align: left;font-size: 1.0em;line-height: 2em;color: #444;}
.member_edeal_my ul {width: 100%;display: table;max-width: 100%;margin: 0 auto;padding: 0 0 20px 0;}
.member_edeal_my li {width: 98%;display: inline-block;margin-right: 0px;position: relative;border-bottom: 1px solid #d2d2d2;padding: 6px 0;}
.member_edeal_my li:last-child { border-bottom: 0px solid #d2d2d2;}
.member_edeal_my h1 { font-size: 0.8em;}
.member_edeal_my_tt_id {color: #1a1a1a;font-size: 1.1em;position: absolute;right: 0;top: 5px;}
.member_edeal_my_tt_money {color: #a42ae2;font-size: 1.1em;position: absolute;right: 0;top: 5px;}
.member_edeal_my_tt2 {color: #9a9a9a;font-size: 0.85em;line-height: 1.2em;}
.member_edeal_my_tt3 {color: #ff0000;font-size: 0.85em;line-height: 1.2em;}

.member_edeal_my_btn_wap {width: 100%;display: table;padding: 78px 0 10px 0;margin: 0 auto;background: rgba(255, 255, 255, 1);font-size: 1.0em;color: #333333;line-height: 1.4em;text-align: center;}
.member_edeal_my_btn {max-width: 640px;width: 94%;margin: 0 auto;display: inline-block;}
.member_edeal_my_btn a {color: #1a1a1a;background-color: #fff;display: inline-block;border: 1px solid #bcbcbc;padding: 3px 0;max-width: 180px;width: 45%;font-size: 1.0em;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.member_edeal_my_btn.active {background: #d2d2d2;border: 1px solid #d2d2d2;}
.member_edeal_btn_ok {color: #333333!important;background-color: #fdd882;padding: 2px;border: 1px solid #fcb636;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;display: inline-block;height: 20px;line-height: 20px;font-size: 1em;margin-left: 2px;margin-right: 2px;text-align: center;}
.member_edeal_my_btn_tt1 { padding-top: 10px; color: #ff0000;}
.member_edeal_info_wap {width: 100%;display: table;padding: 78px 0 10px 0;margin: 0 auto;background: rgba(255, 255, 255, 1);font-size: 1.0em;color: #333333;line-height: 1.4em;text-align: center;}
.member_edeal_info {text-align: left;max-width: 600px;width: 96%;margin: 0 auto;color: #4d4d4d;font-size: 0.9em;line-height: 1.6em;padding: 0 0 18px 0;}
.member_edeal_info ul {display: block;font-size: 0.95em;line-height: 1.7em;text-align: left;padding: 0px 0 10px 0;}
.member_edeal_info li {list-style-type: decimal;margin-left: 18px;}
.member_edeal_info h1 {
    font-size: 1.1em;
    line-height: 1.4em;
    border-bottom: 1px solid #d2d2d2;
    font-weight: bold;
    padding: 4px 0;
    text-align: left;
    margin-bottom: 4px;
}

@media screen and (max-width: 750px){
.member_edeal_my_btn_wap {padding: 56px 0 0px 0;}
.member_edeal_btn_ok {width: 120px;}
.member_edeal_info_wap {padding: 56px 0 10px 0;}	
}	

.member_edeal_info_form_table {color: #444;display: block;margin: 5px auto 0 auto;max-width: 740px;width: 98%!important;padding: 0!important;border: 1px solid #9e02c7;}
.member_edeal_info_form_table table {min-width: 100%;text-align: center;}
.member_edeal_info_form_table tr {border: 0;line-height: 1.4em;font-size: 0.9em;}
.member_edeal_info_form_table th {color: #fff;background: #650080;overflow: hidden;vertical-align:middle;font-size: 1.0em;line-height: 2.6em;font-weight: normal;border-right: 1px solid #9e02c7;}
.member_edeal_info_form_table td {padding: 10px 0;border-right: 1px solid #b6b6b6;border-bottom: 1px solid #b6b6b6;vertical-align: middle;}
.member_edeal_info_form_table th, .member_edeal_info_form_table td {margin: 0em;}
.member_edeal_info_form_table_tt1 {font-size: 0.9em;line-height: 1.2em;}





