﻿@charset "utf-8";
/* CSS Reset*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
a {
	transition: all 0.3s ease-out;
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
input, select {
	vertical-align: middle;
}
li {
	list-style: none;
}
input[type=text] {
	border: #666 1px solid;
}
a {
	text-decoration: none;
	cursor: pointer;
}
body {
	background-color: #FFF;
	font-size: 13px;
	font-family: '微軟正黑體';
}
.subMain {
    background-color: #ebebeb;
}
.bg_subTop h1, .bg_subTop h2 {
	float: left;
}
.bg_subTop h1 {
	height: 71px;
	width: 71px;
	margin-top: 5px;
	text-indent: -9999px;
}
.bg_subTop h2 {
	height: 40px;
	width: 150px;
	margin-top: 20px;
	color: #fff;
	font-size: 30px;
}
.bg_subTop {
	height: 78px;
	background: #3283ae;
	background: -moz-linear-gradient(top, #3283ae 0%, #1f3f6e 100%);
	background: -webkit-linear-gradient(top, #3283ae 0%, #1f3f6e 100%);
	background: linear-gradient(to bottom, #3283ae 0%, #1f3f6e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3283ae', endColorstr='#1f3f6e', GradientType=0 );
	padding-left: 10px;
	border-bottom: 1px solid #000D13;
}
.bg_subMenu {
	height: 39px;
	background: #1b3856;
	border-top: 1px solid #2c6e9a;
	padding: 0 20px;
}
.btn_subMenu {
	width: 104px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: left;
	color: #851329;
	display: block;
	margin-top: 5px;
	border-radius: 3px;
	margin-left: 7px;
	font-weight: bold;
	color: #000000;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 ); /* IE6-9 */
}
.subSelected, .btn_subMenu:hover {
	background: rgb(255,0,58); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,0,58,1) 0%, rgba(205,12,56,1) 53%, rgba(205,11,55,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,58,1)), color-stop(53%, rgba(205,12,56,1)), color-stop(100%, rgba(205,11,55,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,0,58,1) 0%, rgba(205,12,56,1) 53%, rgba(205,11,55,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,0,58,1) 0%, rgba(205,12,56,1) 53%, rgba(205,11,55,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,0,58,1) 0%, rgba(205,12,56,1) 53%, rgba(205,11,55,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,0,58,1) 0%, rgba(205,12,56,1) 53%, rgba(205,11,55,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff003a', endColorstr='#cd0b37', GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
}
.game_calendar {
	width: 70px;
}
.btn_service {
	float: right;
	text-shadow: 1px 1px 3px #000;
	background: rgb(191,210,85);
	background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
	background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
	background: linear-gradient(to bottom, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 );
	width: 90px;
	border-radius: 2px;
	border: 1px solid #9EFF86;
	height: 28px;
	line-height: 28px;
	display: block;
	margin-top: 4px;
	color: #fff;
	text-align: center;
}
.btn_service:hover {
	background: rgb(230,240,163);
	background: -moz-linear-gradient(top, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%);
	background: -webkit-linear-gradient(top, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%);
	background: linear-gradient(to bottom, rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043', GradientType=0 );
}
.sport_service {
	float: right;
	background: rgb(79,133,187);
	background: -moz-linear-gradient(top, rgba(79,133,187,1) 0%, rgba(58,104,135,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79,133,187,1)), color-stop(100%, rgba(58,104,135,1)));
	background: -webkit-linear-gradient(top, rgba(79,133,187,1) 0%, rgba(58,104,135,1) 100%);
	background: -o-linear-gradient(top, rgba(79,133,187,1) 0%, rgba(58,104,135,1) 100%);
	background: -ms-linear-gradient(top, rgba(79,133,187,1) 0%, rgba(58,104,135,1) 100%);
	background: linear-gradient(to bottom, rgba(79,133,187,1) 0%, rgba(58,104,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#3a6887', GradientType=0 );
	width: 90px;
	border-radius: 2px;
	border: 1px solid #4588BF;
	height: 25px;
	line-height: 21px;
	display: block;
	margin-top: 3px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
}
.sport_service:hover {
	background-position: bottom;
}
.bg_subMain {
	clear: both;
	background-color: #ebebeb;
	overflow: hidden;
	padding: 10px 0 20px 0;
	min-height: 580px;
}
.contant {
	background-color: #FFF;
	overflow: hidden;
	zoom: 1;
	margin: 10px 21px;
	line-height: 20px;
	color: #4D4D4D;
	border: #D4D4D4 solid 1px;
}
.contantL {
	float: left;
	width: 484px;
	height: 600px;
	border-right: #D4D4D4 solid 1px;
}
.contantR {
	float: left;
	width: 470px;
	height: 570px;
	border-left: #FFF solid 1px;
}
/* AboutUsCompany start */
.pic_movie {
	width: 100%;
	height: 570px;
}
.companyCon {
	padding: 10px;
}
.companyCon img {
	float: left;
}
.companyCon div {
	float: left;
	margin-left: 10px;
	line-height: 25px;
}
/* AboutUsCompany start */
.AboutUsSpirit {
	padding: 0px 15px 150px 15px;
}
.AboutUsSpirit dl dt {
	color: #1C8F91;
}
.AboutUsSpirit dl {
	margin-top: 20px;
}
/* Active start */
.Active {
	text-align: center;
}
.Active ul {
	border: none;
	padding: 0px;
	margin: 0px;
}
/* BonusDetail start */
.BonusDetail {
	padding: 10px;
	min-height: 555px;
}
.topMenu_border {
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.topMenu {
	padding-left: 30px;
	background-color: #ebebeb;
	border-bottom: 1px solid #d4d4d4;
	color: #808080;
	padding-bottom: 5px;
}
.topMenu a {
	float: left;
	margin: 0 10px;
	margin-top: 3px;
	text-decoration: none;
	height: 13px;
	width: 54px;
	display: inline-block;
}
.topMenu a:hover, .topMenu .topMenuSelected {
	background-position: bottom;
}
.title_bg {
	width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
}
.title_bg p {
	padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}
/**/
.btn_week {
	background-repeat: repeat-x;
	line-height: 21px;
	border: none;
	cursor: pointer;
	width: 50px;
}
.btn_week:hover, .weeksel {
	background-position: bottom;
}
.btn_backPage {
	width: 50px;
	height: 22px;
	cursor: pointer;
	float: right;
	border: none;
	margin-right: 22px;
}
.btn_backPage:hover, .weeksel {
	background-position: bottom;
}
.btn_lastWeek {
	display: inline-block;
	border: none;
	background: url(../../images/member_images/btn_lastWeek.jpg);
	height: 22px;
	cursor: pointer;
	width: 50px;
}
.btn_lastWeek:hover, .weeksel {
	background-position: bottom;
}
.btn_thisWeek {
	display: inline-block;
	background: url(../../images/member_images/btn_thisWeek.jpg);
	border: none;
	height: 22px;
	cursor: pointer;
	width: 50px;
}
.btn_thisWeek:hover, .weeksel {
	background-position: bottom;
}
.btn_search {
	display: inline-block;
	border: none;
	height: 22px;
	cursor: pointer;
	width: 43px;
	background: url(../../images/member_images/btn_recACSearch.jpg);
}
.btn_search:hover, .weeksel {
	background-position: bottom;
}
.bonusLsit {
	width: 100%;
	border-bottom: 0px;
	text-align: center;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
}
.bonusLsit tr {
	background-color: #EBEBEB;
}
.bonusLsit td {
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #fff;
	border-right: 1px solid #d4d4d4;
	border-top: 1px solid #fff;
	height: 28px;
}
.bonusLsit a {
	color: #0050E6;
}
.pagesList {
	position: relative;
}
.pagesList a {
	margin: 0 3px;
	text-decoration: none;
	color: #275A86;
	font-weight: bold;
}
.pagesList a:hover {
	text-decoration: underline;
}
.pagesList input[type=button] {
	margin: 0 2px;
}
a.pages {
	border: 1px solid #000;
	color: #fff;
	height: 19px;
	line-height: 19px;
	font-size: 13px;
	width: 73px;
	display: inline-block;
	font-weight: normal;
}
.pages {
	border: 1px solid #000;
	color: #fff;
	font-size: 13px;
	width: 55px;
	display: inline-block;
	font-weight: normal;
}
.pages:hover {
	background-position: bottom;
}
/* BonusGoldChg start */
.BonusGoldChg {
	float: left;
	margin-top: 26px;
	line-height: 25px;
	margin-right: 55px;
}
.subTitle_GoldChg dl {
	float: left;
	width: 190px;
	height: 112px;
	border: #D4D4D4 1px solid;
	margin-top: 40px;
	text-align: center;
}
.subTitle_GoldChg dt {
	padding-top: 5px;
	background-repeat: repeat-x;
	height: 30px;
}
.subTitle_GoldChg dd {
	margin-top: 10px;
}
.subTitle_GoldChg dd input {
	border: #D4D4D4 1px solid;
}
.hgGold_1 {
	width: 610px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}
.chgGold {
	float: left;
	width: 130px;
	margin: 30px 10px;
	text-align: center;
}
.chgGold_bg {
	width: 90px;
	margin: 0 auto;
	height: 64px;
	padding-top: 33px;
}
.chgGold_bg span {
	font-weight: bold;
	color: #275A86;
	font-size: 16px;
	display: block;
	width: 50px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
}
.chgGold_text {
	float: none;
	height: 55px;
	border: 1px solid #d4d4d4;
	text-align: center;
	padding-top: 5px;
	background-repeat: repeat-x;
	cursor: pointer;
}
.chgGold_text:hover {
	background-position: bottom;
}
.chgGold_text span {
	font-size: 20px;
	font-weight: bold;
}
.sentOut {
	border: 1px solid #000;
	color: #fff;
	height: 28px;
	line-height: 27px;
	font-size: 13px;
	width: 200px;
	cursor: pointer;
}
.sentOut:hover {
	background-position: bottom;
}
.sentOut2 {
	border: 1px solid #000;
	color: #fff;
	height: 44px;
	width: 107px;
	line-height: 44px;
	font-size: 20px;
	cursor: pointer;
}
.sentOut2:hover {
	background-position: bottom;
}
.goldSel {
	margin: 29px 10px;
	border: 1px solid red;
}
/* BonusPrdChg start */
.prdList {
	border: 1px solid #d4d4d4;
	background-color: #fff;
	overflow: hidden;
}
.prdList div {
	float: left;
	width: 160px;
	margin: 20px 15px 10px 15px;
	line-height: 20px;
}
.prdList div img {
	margin-bottom: 10px;
}
.prdList div b {
	color: #C1272D;
	font-size: 18px;
}
.btn_chgPrd {
	width: 60px;
	line-height: 22px;
	height: 20px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	margin-top: 5px;
	display: block;
	text-align: center;
}
.subContant {
	background-color: #fff;
	border: 1px solid #d4d4d4;
	color: #4D4D4D;
	margin: 0px 20px 10px 20px;
}
/* BonusPrdChgConfirm01 start */
.BonusPrdChgConfirm01 {
	padding-bottom: 124px;
}
.bg_elecTop {
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.bg_elecTop p {
	font-size: 15px;
	width: 100%;
	text-align: center;
}
.bg_elecTop_1 {
	width: 928px;
	padding-top: 28px;
	padding-left: 21px;
	padding-right: 21px;
}
.bg_elecTop_1 p {
	line-height: 30px;
}
/* BonusPrdChgConfirm02 start */
.BonusPrdChgConfirm02 {
	padding-bottom: 40px;
}
.bg_subTitle {
	height: 25px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	border-bottom: #D4D4D4 1px solid;
	border-top: #D4D4D4 1px solid;
	background-repeat: repeat-x;
	overflow: hidden;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
}
.orderList ul {
	padding: 20px 224px;
	overflow: hidden;
}
.orderList ul li {
	padding-top: 8px;
	width: 100%;
	clear: both;
}
.orderList ul li label {
	float: left;
}
.orderList_01 {
	float: left;
}
.orderList textarea {
	border: 1px solid #d4d4d4;
	height: 40px;
	resize: none;
	width: 200px;
}
/* BonusPrdChgConfirm03 start */
.BonusPrdChgConfirm03 {
	padding-bottom: 60px;
}
.prdOrder {
	width: 80%;
	margin: 20px auto;
}
.prdOrder td {
	border: 0px;
}
.sentOut02 {
	border: 1px solid #000;
	color: #fff;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	width: 200px;
	cursor: pointer;
}
.sentOut02:hover {
	background-position: bottom;
}
.sentOut05 {
	border: none;
	height: 40px;
	width: 117px;
	cursor: pointer;
	display: inline-block;
}
.sentOut05:hover {
	background-position: bottom;
}
#address p {
	text-align: left;
	margin-top: 15px;
	margin-left: 106px;
}
#address span {
	display: inline-block;
	width: 150px;
	text-align: right;
}
/* BonusPrdChgConfirm04 start */
.BonusPrdChgConfirm04 {
	padding-bottom: 200px;
}
.point {
	width: 100%;
	margin-top: 80px;
	text-align: center;
	line-height: 30px;
}
.green {
	color: #1C8F91;
}
/* BonusPrdDetail start*/
.BonusPrdDetail {
	margin: 0 15px;
	line-height: 23px;
	font-size: 14px;
	color: #4D4D4D;
}
.prdDetilL_box {
	border: 1px solid #d4d4d4;
	background-color: #FFF;
	width: 610px;
	height: 490px;
	float: left;
	line-height: 23px;
	overflow: hidden;
	zoom: 1;
}
.prdDetilL {
	height: 329px;
	padding-top: 55px;
}
.prdDetilL_left {
	width: 360px;
	height: 290px;
	margin-left: 30px;
	float: left;
	overflow: hidden;
}
.prdDetilL_right {
	width: 216px;
	float: left;
	overflow: auto;
	height: 280px;
}
.prdImgLsit {
	width: 100%;
	clear: both;
	border-top: 1px solid #d4d4d4;
}
.prdImgLsit .Cont {
	width: 554px;
	overflow: hidden;
	margin: 0 auto;
	float: left;
}
.prdImgLsit #List1, .prdImgLsit #List2 {
	float: left;
}
.prdImgLsit .Cont .ScrCont {
	width: 10000000px;
}
.prdImgLsit img {
	float: left;
	width: 138px;
}
.btn_prdL {
	float: left;
	border: 0px;
	height: 108px;
	width: 28px;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}
.btn_prdL:hover {
	background-position: bottom;
}
.btn_prdR {
	float: left;
	border: 0px;
	height: 108px;
	width: 28px;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}
.btn_prdR:hover {
	background-position: bottom;
}
#photos {
	width: 554px;
	overflow: hidden;
	float: left;
	text-align: left;
	border-top: 1px solid #d4d4d4;
}
#showArea img {
	display: block;
	float: left;
	cursor: pointer;
	display: inline;
}
#showArea ul, #showArea li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#showArea ul li {
	float: left;
	margin-left: 3px;
}
.prdDetilR {
	width: 360px;
	padding-top: 25px;
	text-align: center;
	float: left;
}
.prdDetilR span {
	font-size: 31px;
	color: #1C8F91;
}
.prdDetilR font {
	font-size: 19px;
}
.prdDetilR_p {
	text-align: left;
	width: 304px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #fff;
	padding-left: 20px;
	padding-top: 20px;
	height: 330px;
	overflow: auto;
}
/* BonusSum start */
.bonusSum {
	padding: 10px;
}
.bonusLsit {
	width: 100%;
	border-bottom: 0px;
	text-align: center;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
}
.bonusLsit tr {
	background-color: #EBEBEB;
}
.bonusLsit td {
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #fff;
	border-right: 1px solid #d4d4d4;
	border-top: 1px solid #fff;
	height: 28px;
}
.bonusLsit a {
	color: #0050E6;
	text-decoration: underline;
}
.bg_subSum {
	background-repeat: repeat-x;
}
.subContant {
	background-color: #fff;
	border: 1px solid #d4d4d4;
	color: #4D4D4D;
	margin: 0px 20px 10px 20px;
}
/* BonusSum01 start */
.enterData {
	color: #4d4d4d;
}
.enterData div {
	float: left;
}
.enterData select {
	color: #4D4D4D;
	width: 154px;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
}
.enterData input[type=text] {
	width: 137px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #d4d4d4;
	color: #4D4D4D;
	padding-left: 3px;
}
.enterData input[type=password] {
	width: 146px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #d4d4d4;
	color: #4D4D4D;
	padding-left: 3px;
}
.btn_date {
	height: 20px;
	width: 18px;
	border: 0px;
	cursor: pointer;
	margin: 0 5px;
}
.topBack {
	border: 1px solid #d4d4d4;
	color: #275A86;
	height: 21px;
	line-height: 18px;
	cursor: pointer;
	margin-right: 20px;
	font-family: '微軟正黑體';
}
/* HelpContactUs start */
.HelpContactUs {
	padding-left: 15px;
}
.HelpContactUs p {
	margin-top: 20px;
}
.HelpContactUs dt {
	color: #1C8F91;
}
.HelpContactUs_dl0 dt {
	margin-top: 20px;
}
.HelpContactUs_dl1 {
	clear: both;
	height: 45px;
	margin-top: 10px;
}
.HelpContactUs_dl1 dl {
	float: left;
	width: 250px;
	margin-right: 150px;
	height: 55px;
}
.HelpContactUs_dl2 {
	clear: both;
	height: 160px;
	margin-top: 10px;
}
.HelpContactUs_dl2_01 {
	float: left;
	width: 250px;
	margin-right: 150px;
	height: 73px;
}
.HelpContactUs_dl2_01 dl {
	width: 250px;
	height: 40px;
}
.HelpContactUs_dl2_01 dl, .HelpContactUs_dl2_01 img {
	float: left;
}
.HelpContactUs_dl2_01 img {
	margin-top: 5px;
	margin-left: -5px;
}
/* HelpQADeposit start */
.HelpQADeposit_dl {
	width: 928px;
	float: left;
	margin-left: 16px;
	margin-bottom: 115px;
}
.HelpQADeposit_dl dt {
	color: #1C8F91;
	margin-top: 28px;
}
/* MemChgPw start */
.MemChgPw {
	background-color: #EBEBEB;
	margin-top: 30px;
}
.contant_bg {
	background-color: #D4D4D4;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#contant_form {
	margin-top: 23px;
	padding-top: 15px;
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}
#contant_form ul {
	border-top: #FFF solid 1px;
	border-bottom: #D4D4D4 solid 1px;
	padding-left: 180px;
}
#contant_form ul li {
	clear: both;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
#contant_form ul li b {
	float: left;
	width: 75px;
	font-weight: 400;
}
#contant_form ul li input {
	border: #D4D4D4 solid 1px;
}
.contant_input {
	float: left;
	width: 175px;
}
.contant_input_1 {
	width: 150px;
	height: 18px;
}
.contant_input2 {
	float: left;
}
.confirm {
	height: 22px;
	display: inline-block;
}
.confirm:hover {
	background-position: bottom;
}
/* IntroGamesElec start */
.IntroGamesElec {
	border-top: none;
}
.bg_subTitle01 {
	float: left;
	width: 50%;
	text-align: center;
}
.bg_subbox {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.bg_subbox dl {
	width: 361px;
	margin: 0 55px;
	float: left;
	padding: 8px 0px;
}
.bg_subbox dt {
	text-align: center;
	height: 265px;
}
.bg_subbox dd {
	margin-top: 8px;
	padding-bottom: 10px;
}
/* IntroSports start */
.IntroSports {
	border-top: none;
}
.Sports_01 {
	width: 100%;
	letter-spacing: 3px;
	text-align: center;
}
.Sports_box {
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.Sports_box dl {
	width: 462px;
	float: left;
	height: 100px;
	margin-left: 12px;
	margin-bottom: 10px;
}
.Sports_box dt {
	width: 87px;
	float: left;
}
.Sports_box dd {
	width: 355px;
	float: left;
	padding-left: 10px;
	overflow: hidden;
}
#Sports01_ball {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}
.Sports01_ball_amc dt {
	width: 100%;
	text-align: center;
}
.Sports01_ball_amc dd {
	width: 744px;
	float: left;
	margin-left: 113px;
	padding-top: 5px;
	padding-bottom: 15px;
}
/* JoinConfirm start */
.JoinConfirm {
	margin-top: 10px;
}
.servRule {
	padding: 20px;
	height: 568px;
	background-color: #fff;
	overflow-y: auto;
	margin-bottom: 10px;
}
.servRule dd {
	padding-bottom: 28px;
}
/* RulePrivate start */
.RulePrivate p {
	width: 928px;
	float: left;
	margin-left: 16px;
	margin-top: 27px;
}
/* RuleDute start */
.RuleDute {
	height: 610px;
}
.RuleDute p {
	margin: 24px 15px;
}
/* RuleGame start */
.RuleGame {
	height: 850px;
}
/* RuleSave start */
.RuleSave {
	height: 620px;
}
.RuleSave p {
	margin: 24px 15px;
}
/* JoinData start */
.JoinData {
	font-size: 13px;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 942px;
	margin-left: 20px;
	margin-right: 20px;
	border: solid 1px #D4D4D4;
}
.JoinData ul {
	border-top: #FFF solid 1px;
	width: 872px;
	overflow: hidden;
	padding-left: 54px;
}
.JoinData ul li {
	clear: both;
	width: 100%;
	padding: 8px 0;
	overflow: hidden;
	vertical-align: middle;
}
.JoinData ul li b {
	float: left;
	width: 88px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-top: 2px;
	padding-right: 22px;
}
.JoinData ul li input {
	border: #D4D4D4 solid 1px;
	margin: 0;
	padding: 0;
}
.notice {
	height: 62px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	width: 920px;
	margin-left: 38px;
	padding-top: 25px;
}
.noticeWord {
	color: #1C8F91;
	font-size: 36px;
	font-weight: bold;
	float: left;
	margin: 2px 10px 0px 10px;
}
.noticeWord02 {
	float: left;
	line-height: 20px;
	width: 80%;
	font-size: 12px;
}
.emailHint {
	width: 90px;
	height: 22px;
	display: inline-block;
}
.emailHint:hover {
	background-position: bottom;
}
/* MemBankList start */
#bankList {
	width: 100%;
	height: 540px;
	margin-top: 40px;
	margin-left: 27px;
}
#bankList a {
	border: 1px solid #d4d4d4;
	display: block;
	width: 195px;
	height: 72px;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}
#bankList a:hover {
	border: 1px solid #1C8F91;
}
/* MemDepositAtm start */
.MemDepositAtm {
	width: 950px;
	margin-top: 24px;
	margin-left: 20px;
	padding-bottom: 24px;
}
.MemDepositAtm_left {
	float: left;
	width: 615px;
}
.MemDepositAtm_right {
	float: left;
	width: 267px;
	height: 155px;
	padding-left: 45px;
	margin-bottom: 24px;
}
.MemDepositAtm_care {
	width: 950px;
	margin-top: 24px;
	margin-left: 20px;
}
.MemDepositAtm_care p {
	padding-bottom: 29px;
}
/* MemDepositAtmIntro start */
.goldIntro {
	line-height: 30px;
	text-align: left;
	width: 100%;
	margin-top: 28px;
	height: 500px;
}
.goldIntro p {
	width: 770px;
	margin: 0 0 0 23px;
}
/* MemDepositEpay start */
#MemDepositEpay {
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
}
.elecEnter {
	width: 100%;
	height: 400px;
}
.elecEnter_01 {
	width: 420px;
	margin: 0 auto;
	margin-top: 20px;
}
.elecEnter ul li {
	clear: both;
	padding-bottom: 10px;
}
.elecEnter_name1 {
	float: left;
	padding-bottom: 15px;
}
.elecEnter_name2 {
	float: left;
}
.elecEnter_input {
	float: left;
	width: 160px;
}
.elecEnter_input_1 {
	border: #D4D4D4 1px solid;
	margin: 0;
}
/* MemDepositEpayIntro start */
.EPAY_example {
	width: 100%;
	margin: 15px auto 0;
}
.EPAY_example p {
	text-align: left;
    margin: 0 20px 0 23px;
    font-size: 16px;
}
.EPAY_example_02 {
	width: 688px;
	text-align: left;
	margin: 15px 0 20px 20px;
}
/* MemDepositEtpIntro start */
.glodRec {
	width: 100%;
	background-color: #D4D4D4;
	border-bottom: 0px;
	color: #5D5D5D;
}
.glodRec tr {
	background-color: #EBEBEB;
}
.glodRec td {
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #fff;
	border-left: 1px solid #DADADA;
}
/* MemDepositWAtmIntro start */
.ATM_example01 {
	width: 100%;
}
.ATM_example01_left {
	width: 315px;
	float: left;
	padding: 0px 130px 16px 20px;
}
.ATM_example01_left p {
	margin-bottom: 10px;
}
.ATM_example01_right {
	width: 315px;
	float: left;
	padding: 0px 110px 16px 0px;
}
.ATM_example01_right p {
	margin-bottom: 10px;
}
/* MemDepositSele start */
.MemDepositSele {
	width: 520px;
	margin: 38px auto;
	overflow: hidden;
}
.goldTitle {
	width: 250px;
	height: 225px;
	float: left;
	margin-top: 10px;
}
.goldTitle1 {
	width: 250px;
	text-align: center;
	padding-top: 123px;
	height: 67px;
	cursor: pointer;
}
.bg_atm {
	background: url(../../images/bg_atm.html) no-repeat 0px 0px;
}
.bg_onLine {
	background: url(../../images/bg_SecDeposit.html) no-repeat 0px 0px;
}
.btn_onLine {
	cursor: pointer;
	background-image: url(../../images/btn_SecDeposit.html);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_onLine:hover {
	background-position: bottom;
}
.btn_atm {
	cursor: pointer;
	background-image: url(../../images/btn_atm.html);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_atm:hover {
	background-position: bottom;
}
.depositIntro {
	width: 119px;
	display: inline-block;
	cursor: pointer;
	border: none;
	background-image: url(../../images/btn_type03.html);
	height: 21px;
	padding: 0 10px;
	color: #275A86;
}
.depositIntro:hover {
	background-position: bottom;
}
.bg_bank {
	background-image: url(../../images/bg_bank.html);
}
.bg_etp {
	background-image: url(../../images/bg_etp.html);
}
.bg_epay {
	background-image: url(../../images/bg_epay.html);
}
.btn_elec {
	cursor: pointer;
	background-image: url(../../images/btn_elec.html);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_elec:hover {
	background-position: bottom;
}
.btn_bank {
	cursor: pointer;
	background-image: url(../../images/btn_bank.html);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_bank:hover {
	background-position: bottom;
}
.MemDepositSele_2 {
	width: 810px;
	margin: 38px auto;
	overflow: hidden;
}
.bg_overseas {
	background: url(../../images/bg_overseas.html) no-repeat 0 0 transparent;
}
.btn_overseas {
	cursor: pointer;
	background-image: url(../../images/btn_overseas.html);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_overseas:hover {
	background-position: bottom;
}
/* MemWithdrawBank start */
.MemWithdrawBank {
	width: 926px;
	margin-top: 24px;
	margin-left: 20px;
	line-height: 28px;
}
.bank_01 {
	width: 100%;
	margin-top: 15px;
}
.bank_left {
	float: left;
	width: 470px;
	margin-left: 40px;
	margin-top: 15px;
}
.bank_left ul {
	width: 230px;
	float: left;
}
.bank_left li {
	padding-bottom: 15px;
}
.bank_right {
	float: right;
	width: 311px;
	padding-left: 45px;
	margin-bottom: 24px;
	padding-bottom: 10px;
}
/**/
.help_logo {
	width: 192px;
	height: 61px;
	background: url(../../images/member_images/help_logo.png);
	position: relative;
	top: 12px;
	float: left;
	margin-right: 15px;
}
.help_title {
	font-weight: bold;
	font-size: 28px;
	text-shadow: 2px 1px 3px #353535;
	color: #FFF;
	position: relative;
	top: 25px;
}
.example_subMain {
	clear: both;
    background-color: #ebebeb;
    overflow: hidden;
    padding: 10px 0 20px 0;
    min-height: 580px;
}
/*超商付款_範例頁*/
.payIcon_Set {
	margin: 10px auto 20px;
    padding: 20px;
}
.payIcon {
	text-align: center;
	margin: 0 auto;
}
.paySet {
	width: 85%;
    line-height: 30px;
    margin: 15px 0 15px 35px;
    font-size: 15px;
    text-align: left;
}
.paySet li {
    list-style: decimal;
}
.paySet .textRed {
    color: #d60000;
    font-weight: bold;
}
.btnSet {
	margin: 15px auto;
    text-align: center;
}
/* Msg start */
.Msg_1 {
	width: 100%;
	min-height: 550px;
}
.msgContant {
	font-size: 13px;
	margin-top: 0px;
	min-height: 574px;
}
.msg {
	width: 96%;
	background-color: #D4D4D4;
	color: #5D5D5D;
	margin: 0 auto;
}
.msg tr {
	background-color: #fff;
}
.msg td {
	height: 30px;
}
.msg td a {
	color: #5D5D5D;
	text-decoration: none;
}
.msg td a:hover {
	text-decoration: underline;
}
.widthContent {
	font-size: 16px;
}
.box {
	width: 96%;
	word-break: break-all;
	word-wrap: break-word;
	padding: 15px;
}
/* MsgLine start */
.lineMsg {
	font-size: 13px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	padding: 20px;
	margin: 15px 20px 0px 20px;
}
.lineMsg textarea {
	resize: none;
	height: 300px;
	width: 99%;
	border: 1px solid #D4D4D4;
	margin-top: 10px;
}
/* MemWithdrawSele start */
.sContant {
	height: 542px;
	width: 790px;
	margin: 0 auto;
	margin-top: 15px;
}
.bg_bankAc {
	background-image: url(../../images/bg_bankAc.html);
}
.bg_epayWD {
	background-image: url(../../images/bg_epayWD.html);
}
.bg_etpWD {
	background-image: url(../../images/bg_etpWD.html);
}
.btn_bankAc {
	cursor: pointer;
	background-image: url(../../images/btn_bankAc.html);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_bankAc:hover {
	background-position: bottom;
}
.btn_elecepay {
	cursor: pointer;
	background-image: url(../../images/btn_elecepay.html);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_elecepay:hover {
	background-position: bottom;
}
.btn_elecept {
	cursor: pointer;
	background-image: url(../../images/btn_elecept.html);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_elecept:hover {
	background-position: bottom;
}
/* PostAll start */
.PostAll {
	min-height: 602px;
	padding: 0 10px;
	padding-top: 10px;
}
.PostAll ul {
	border-left: #D4D4D4 solid 1px;
	border-right: #D4D4D4 solid 1px;
	overflow: hidden;
}
/*.PostAll li {
	float: left;
	padding-right: 25px;
	width: 925px;
	height: 25px;
	padding-top: 5px;
	color: #5D5D5D;
}*/
.PostAll li strong {
	float: left;
/*	padding: 0 40px;*/
	font-weight: 400;
}
.PostAll li a {
	float: left;
	padding: 0 3px;
	color: #5D5D5D;
}
.PostAll li a:hover {
	text-decoration: underline;
}
.PostAll li span {
	float: right;
	width: 64px;
}
.bg_subTitle_li {
	border-bottom: #D4D4D4 1px solid;
	border-top: #D4D4D4 1px solid;
	background-image: url(../../images/bg_subTitle.html);
	background-repeat: repeat-x;
	overflow: hidden;
}
/* PostDetail start */
.postTitle {
/*	width: 100%;*/
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
	height: 500px;
}
.postTitle b {
	font-size: 15px;
}
.postTitle p {
	margin-right: 25px;
	line-height: 25px;
}
.sentOut_redy {
	height: 28px;
	width: 148px;
	cursor: pointer;
	display: block;
	border: none;
}
.sentOut_redy:hover {
	background-position: bottom;
}
/* 777   start   border:red solid 1px;*/
.btn_service7 {
	float: right;
	width: 116px;
	height: 28px;
	font-weight: bold;
	margin-top: 6px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}
.btn_service7:hover {
	background-position: bottom;
}
.TiKuan_noticeL7 {
	width: 600px;
	float: left;
	font-size: 14px;
	border: red solid 1px;
}
.TiKuan_noticeDL701 {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.TiKuan_noticeDL701 dt {
	float: left;
	width: 55px;
	line-height: 28px;
}
.TiKuan_noticeDL701 dd {
	float: left;
	width: 543px;
	line-height: 28px;
	display: inline;
}
#zhuyicunkuan777 {
	padding: 26px 0;
}
#zhuyicunkuan777 .TiKuan_noticeDL01 {
	padding-left: 20px;
	margin-top: 0;
}
#zhuyicunkuan777 .TiKuan_noticeDL01 dd {
	float: left;
	width: 883px;
	line-height: 28px;
	display: inline;
}
.epay_title {
	width: 100%;
	height: 100px;
	text-align: center;
	border-bottom: #d4d4d4 solid 1px;
}
.kaihu_but {
	display: block;
	width: 227px;
	height: 41px;
	margin: 0 auto;
}
.kaihu_but1 {
	display: block;
	width: 227px;
	height: 41px;
	margin: 0 auto;
}
.kaihu_but:hover, .kaihu_but1:hover {
	background-position: bottom;
}
#EPAYTiKuan .TiKuan_noticeDL01 dd {
	width: 510px;
}
#EPAYTiKuan .TiKuan_launch01 {
	width: 235px;
	margin-left: 23px;
}
.deposit_way777 {
	float: left;
	width: 250px;
	height: 218px;
	padding-bottom: 11px;
	position: relative;
}
.men_bank777 {
	width: 250px;
	height: 189px;
	text-align: center;
	background: #F84144;
	overflow: hidden;
}
.btn_atm777 {
	border: none;
	width: 229px;
	margin: 0 auto;
	height: 56px;
	display: inline-block;
	cursor: pointer;
	margin-top: 122px;
}
.btn_atm777:hover {
	background-position: bottom;
}
.men_bankBut777 {
	width: 250px;
	margin-top: 7px;
}
.men_bankBut777 input[type=button] {
	border: none;
	padding: 0px;
	width: 119px;
	display: block;
	cursor: pointer;
	height: 21px;
	margin: 0 auto;
}
.men_bankBut777 input[type=button]:hover {
	background-position: bottom;
}
/* memberbank   start  */
.men_bankBut {
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
.memberbank {
	width: 936px;
	margin-top: 10px;
	padding: 0 17px;
	overflow: hidden;
}
.memberbank_left {
	width: 488px;
	float: left;
}
.memberbank_right {
	width: 394px;
	float: left;
	padding-left: 34px;
	margin-top: 46px;
}
.memberbank_right h1 {
	color: #C4232B;
	font-size: 36px;
	height: 38px;
	text-indent: -9999px;
}
.memberbank_right dl {
	clear: both;
	padding-bottom: 36px;
	color: #4d4d4d;
	font-size: 14px;
	overflow: hidden;
}
.memberbank_right dt {
	width: 18px;
	float: left;
	line-height: 24px;
}
.memberbank_right dd {
	width: 360px;
	float: left;
	line-height: 24px;
}
.deposit_way {
	float: left;
	width: 234px;
	height: 162px;
	padding-bottom: 11px;
	position: relative;
}
.jijiangkaifang {
	position: absolute;
	right: 0;
	top: 0;
}
.men_bank {
	width: 234px;
	height: 140px;
	text-align: center;
}
.men_bankBut input[type=button] {
	border: none;
	border: none;
	padding: 0px;
	width: 94px;
	display: inline-block;
	cursor: pointer;
	height: 21px;
	text-align: center;
}
.men_bankBut input[type=button]:hover {
	background-position: bottom;
}
/* ATM_Cun01   start */
.ChooseBank {
	width: 368px;
	margin-left: 85px;
	margin-top: 20px;
}
.ChooseBank_dl img, .ChooseBank_dl input, .ChooseBank_dl select {
	vertical-align: top;
}
.ChooseBank_dl {
	clear: both;
	margin-top: 27px;
	overflow: hidden;
}
.ChooseBank_dl dt {
	float: left;
	width: 67px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
}
.ChooseBank_dl dd {
	float: left;
	width: 173px;
	margin-left: 15px;
	height: 28px;
	line-height: 28px;
	display: inline;
}
.ChooseBank_dl dd select {
	padding: 0;
	margin: 0;
	width: 148px;
	height: 25px;
}
.ChooseBank_dl dd input[type=text] {
	padding: 0;
	margin: 0;
	border: none;
	border: #d4d4d4 1px solid;
	height: 20px;
	line-height: 20px;
	width: 148px;
}
.ChooseBank_dl dd input[type=password] {
	padding: 0;
	margin: 0;
	border: none;
	border: #d4d4d4 1px solid;
	height: 20px;
	line-height: 20px;
	width: 148px;
}
.ChooseBank_text {
	border: #D4D4D4 solid 1px;
	width: 285px;
	padding: 20px 0;
	padding-left: 33px;
	margin-top: 50px;
}
.ChooseBank_text li {
	margin: 7px 0;
	font-size: 14px;
	color: #4d4d4d;
}
.contantR_bnaner {
	width: 465px;
	margin: 0 auto;
}
.contantR_bnaner li {
	margin-top: 7px;
}
/* ATM_Cun02  start   */
.WatchDemo {
	width: 184px;
	height: 41px;
	margin: 15px auto;
}
.WatchDemo:hover {
	background-position: bottom;
}
.ChooseBank_dl02 {
	margin-top: 5px;
}
.ChooseBank_dl02 dd {
	font-size: 15px;
}
.ChooseBank_dlbut {
	margin-top: 18px;
}
.ChooseBank_dl03 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	clear: both;
	margin-top: 5px;
	overflow: hidden;
}
.ChooseBank_dl03 dt {
	float: left;
	width: 67px;
}
.ChooseBank_dl03 dd {
	float: left;
	width: 163px;
	margin-left: 15px;
	height: 28px;
	line-height: 28px;
}
#ATMzhuan02_div1 .dianjifuzhi {
	float: right;
	width: 65px;
	height: 22px;
	margin-top: 4px;
}
#ATMzhuan02_div1 .dianjifuzhi:hover {
	background-position: bottom;
}
.shangyibu_but {
	display: inline-block;
	width: 148px;
	height: 28px;
}
.shangyibu_but:hover {
	background-position: bottom;
}
.ChooseBank_dl04 {
	margin-top: 12px;
}
.ChooseBank_dl04 dt {
	float: left;
	width: 83px;
}
.ChooseBank_dl04 dd {
	float: left;
	margin-left: 15px;
	width: 152px;
	height: 28px;
	line-height: 28px;
	display: inline;
}
#weirenzheng, #yirenzheng {
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	height: 22px;
}
#weirenzheng {
	width: 128px;
}
#weirenzheng:hover {
	background-position: bottom;
}
#yirenzheng {
	width: 60px;
}
.TiKuan_notice {
	padding: 18px 23px;
	overflow: hidden;
}
.TiKuan_noticeL {
	width: 570px;
	float: left;
	font-size: 14px;
}
.TiKuan_noticeDL01 {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}
.TiKuan_noticeDL01 dt {
	float: left;
	width: 22px;
	line-height: 28px;
}
.TiKuan_noticeDL01 dd {
	float: left;
	width: 578px;
	line-height: 28px;
	display: inline;
}
.TiKuan_launch dl select {
	vertical-align: top;
	height: 23px;
	line-height: 23px;
}
.TiKuan_launch dl {
	clear: both;
	overflow: hidden;
	margin-top: 4px;
	height: 28px;
}
.TiKuan_launch dl dt {
	float: left;
	width: 67px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
}
.TiKuan_launch dl dd {
	float: left;
	margin-left: 12px;
	display: inline;
}
.TiKuan_launch dl dd input[type=text] {
	padding: 0;
	margin: 0;
	border: none;
	border: #d4d4d4 1px solid;
	height: 20px;
	line-height: 20px;
	width: 148px;
}
.TiKuan_launch dl dd input[type=password] {
	padding: 0;
	margin: 0;
	border: none;
	border: #d4d4d4 1px solid;
	height: 20px;
	line-height: 20px;
	width: 148px;
}
.TiKuan_launch01 {
	float: left;
	width: 410px;
	margin-left: 23px;
	padding-top: 3px;
}
.TiKuan_launch02 {
	float: left;
	width: 235px;
	margin-left: 23px;
}
.TiKuan_launch03 {
	float: left;
	width: 120px;
	margin-left: 23px;
}
.TiKuan_launch04 {
	width: 267px;
	height: 95px;
	float: right;
	padding-top: 25px;
	margin-right: 15px;
}
.TiKuan_launch04 a {
	width: 250px;
	float: left;
	color: #000000;
	margin-left: 10px;
}
.TiKuan_bank {
	width: 150px;
	height: 20px;
}
.quresongchu_but2 {
	display: inline-block;
	width: 107px;
	height: 44px;
	border: none;
	margin-top: 7px;
	cursor: pointer;
}
.quresongchu_but2:hover {
	background-position: bottom;
}
.SubBank_but2 {
	display: inline-block;
	width: 221px;
	height: 30px;
	border: none;
	margin-top: 7px;
	margin-left: 100px;
	cursor: pointer;
}
.quresongchu_but2:hover {
	background-position: bottom;
}
.ZhiFuBao_domeDL {
	overflow: hidden;
	clear: both;
	margin: 8px 10px;
	margin-bottom: 0;
}
.ZhiFuBao_domeDL dt {
	float: left;
	width: 18px;
}
.ZhiFuBao_domeDL dd {
	float: left;
	width: 296px;
	display: inline;
}
.ChooseBank_dl05 {
	margin-top: 5px;
}
.ChooseBank_dl05 dt {
	width: 113px;
}
.ChooseBank_dl06 {
	margin-top: 5px;
}
.ChooseBank_dl06 dt {
	width: 93px;
}
/* ZengDianJiLu  start   border:red solid 1px;*/
.ZengDianJiLu {
	margin: 10px auto;
	margin-bottom: 0px;
	width: 949px;
	height: 30px;
	border-bottom: #d4d4d4 solid 1px;
	border-top: #d4d4d4 solid 1px;
}
.ZengDianJiLu li {
	float: left;
	width: 236px;
	height: 30px;
	border-left: #d4d4d4 solid 1px;
}
.ZengDianJiLu li a {
	display: inline-block;
	width: 235px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-left: #FFF solid 1px;
	color: #5d5d5d;
}
.sentOut3 {
	border: none;
	color: #fff;
	width: 148px;
	height: 28px;
	line-height: 27px;
	cursor: pointer;
	display: block;
}
.sentOut3:hover {
	background-position: bottom;
}
.sentOut4 {
	width: 184px;
	margin: 0px auto;
	height: 41px;
	display: block;
}
.sentOut4:hover {
	background-position: 0 -41px;
}
.querensongchu_but {
	border: none;
	display: inline-block;
	width: 148px;
	height: 28px;
}
.querensongchu_but:hover {
	background-position: bottom;
}
/* Service start */
.Service {
	padding: 25px 20px;
}
.servList {
	background: #EBEBEB;
	float: left;
	border: 1px solid #d4d4d4;
	border-top: none;
}
.servImg {
	height: 200px;
	padding-top: 30px;
}
.servImg div {
	width: 100px;
}
.servImg div span {
	color: #1C8F91;
	margin-top: 8px;
}
.servImg div img {
	margin-bottom: 8px;
}
.servImg dl {
	float: left;
	padding: 0 7px;
}
.servImg dd {
	font-size: 16px;
	text-align: center;
	color: #1C8F91;
}
.reback {
	padding: 20px;
	line-height: 20px;
}
.reback ul {
	margin-top: 10px;
	float: left;
}
.servPhone {
	width: 270px;
	color: #424242;
	font-size: 28px;
	text-align: center;
	padding-top: 30px;
}
.servPhone1 {
	width: 262px;
	text-align: center;
}
.servEnter {
	background: url(../../images/member_images/Service-enter.jpg);
	width: 150px;
	height: 30px;
	display: inline-block;
	margin: 150px 0px 0px 20px;
}
.servEnter:hover {
}
.sentOut {
	border: 1px solid #000;
	color: #fff;
	height: 28px;
	line-height: 27px;
	font-size: 13px;
	width: 200px;
	cursor: pointer;
}
.sentOut:hover {
	background-position: bottom;
}
div.FocusBGColor, input.FocusBGColor {
	background-color: #FAFFBD;
}
/*WangJiMiMa csss_tyle   10/23  */
.WangJi_box {
	width: 500px;
	height: 400px;
	margin: auto;
	background: #ebebeb;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.WangJi_Top {
	height: 78px;
	padding-left: 30px;
	border-bottom: 1px solid #000D13;
	overflow: hidden;
}
.WangJi_Top h1, .WangJi_Top h2 {
	float: left;
}
.WangJi_Top h1 {
	height: 71px;
	width: 71px;
	margin-top: 5px;
	text-indent: -9999px;
}
.WangJi_Top h2 {
	height: 40px;
	width: 152px;
	margin-top: 20px;
	margin-left: 3px;
}
.WangJi_content {
	padding: 0 21px;
	padding-top: 15px;
	height: 264px;
	width: 458px;
	overflow: hidden;
}
.WangJi_Li {
	clear: both;
	overflow: hidden;
	height: 28px;
}
.WangJi_Li li {
	float: left;
	display: inline;
}
.WangJi_liContent select {
	padding: 0;
	margin: 0;
	width: 148px;
	height: 25px;
}
.WangJi_liContent input[type=text] {
	padding: 0;
	margin: 0;
	border: none;
	border: #d4d4d4 1px solid;
	height: 22px;
	line-height: 22px;
	width: 148px;
}
.WangJi_liContent input[type=password] {
	padding: 0;
	margin: 0;
	border: none;
	border: #d4d4d4 1px solid;
	height: 22px;
	line-height: 22px;
	width: 148px;
}
.WangJi_liName {
	width: 109px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
}
.WangJi_liContent {
	width: 148px;
	margin-left: 15px;
	text-align: center;
	line-height: 28px;
	margin-right: 25px;
}
.WangJi_liBeizhu1 {
	padding-top: 10px;
}
.tijiao_but {
	width: 200px;
	height: 35px;
	margin: 0 auto;
	border: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 ); /* IE6-9 */
	display: block;
	margin-top: 30px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
}
.guanbi_but:hover, .tijiao_but:hover {
	background-position: bottom;
}
.guanbi_but {
	width: 200px;
	border: none;
	height: 35px;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}
.tishi_bottom {
	width: 458px;
	height: 60px;
	margin: 0 auto;
}
.WangJi_Li001 {
	margin-top: 21px;
}
.WangJi_Li002 {
	margin-top: 15px;
}
.WangJi_Li003 {
	margin-top: 5px;
}
.WangJi_Li004 {
	margin-top: 40px;
}
/*start of mypurse*/
.btn_recUpdate {
	border: 0px;
	padding: 0px;
	background-image: url(../../images/btn_recUpdate.html);
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0px;
	cursor: pointer;
}
.btn_recUpdate:hover {
	background-position: bottom;
}
.MpPoint {
	width: 115px;
	margin: 0 auto;
	position: relative;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	background-color: #e4e4e4;
	text-align: center;
	font-family: '微軟正黑體';
	color: #39B54A;
}
.myWallet {
	margin: 10px 21px;
	border: 1px solid #D4D4D4;
	background-color: #FFF;
	font-family: '微軟正黑體';
}
.MpTopList {
	width: 940px;
	margin: 10px auto 0;
	table-layout: fixed;
	font-size: 14px;
	color: #555;
	margin-bottom: 15px;
}
.MpTopList tr {
	background-color: #fff;
}
.MpTopList th {
	color: #fff;
	height: 30px;
	border-top: 1px solid #296591;
	border-right: 1px solid #265684;
	border-left: 1px solid #307ba7;
	border-bottom: 1px solid #214876;
	background-color: #28608d;
	font-size: 15px;
}
.MpTopList td {
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
.leftCFArea {
	width: 567px;
	float: left;
}
.leftCFArea img {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.rightDataInput {
	float: left;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	width: 373px;
	table-layout: fixed;
	border-right: 0px;
	border-bottom: 0px;
	height: 176px;
}
.rightDataInput td {
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}
.rightDataInput select {
	width: 175px;
	height: 25px;
	font-size: 12px;
	margin-left: 4px;
}
.rightDataInput input[type=text] {
	width: 169px;
	height: 20px;
	color: #888;
	font-size: 12px;
	padding-left: 3px;
	margin-left: 4px;
}
.btn_mWSentOut {
	padding: 0px;
	background: rgb(185,64,64);
	background: -moz-linear-gradient(top, rgba(185,64,64,1) 0%, rgba(71,6,6,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(185,64,64,1)), color-stop(100%, rgba(71,6,6,1)));
	background: -webkit-linear-gradient(top, rgba(185,64,64,1) 0%, rgba(71,6,6,1) 100%);
	background: -o-linear-gradient(top, rgba(185,64,64,1) 0%, rgba(71,6,6,1) 100%);
	background: -ms-linear-gradient(top, rgba(185,64,64,1) 0%, rgba(71,6,6,1) 100%);
	background: linear-gradient(to bottom, rgba(185,64,64,1) 0%, rgba(71,6,6,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94040', endColorstr='#470606', GradientType=0 );
	border: 1px solid #700e0b;
	color: #fff;
	width: 175px;
	height: 30px;
	cursor: pointer;
	margin-right: 5px;
	float: right;
}
.btn_mWSentOut:hover {
	background: rgb(71,6,6);
	background: -moz-linear-gradient(top, rgba(71,6,6,1) 0%, rgba(185,64,64,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(71,6,6,1)), color-stop(100%, rgba(185,64,64,1)));
	background: -webkit-linear-gradient(top, rgba(71,6,6,1) 0%, rgba(185,64,64,1) 100%);
	background: -o-linear-gradient(top, rgba(71,6,6,1) 0%, rgba(185,64,64,1) 100%);
	background: -ms-linear-gradient(top, rgba(71,6,6,1) 0%, rgba(185,64,64,1) 100%);
	background: linear-gradient(to bottom, rgba(71,6,6,1) 0%, rgba(185,64,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#470606', endColorstr='#b94040', GradientType=0 );
}
.btn_mWReturnPoint {
	padding: 0px;
	background: rgb(198,131,16);
	background: -moz-linear-gradient(top, rgba(198,131,16,1) 0%, rgba(108,62,7,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(198,131,16,1)), color-stop(100%, rgba(108,62,7,1)));
	background: -webkit-linear-gradient(top, rgba(198,131,16,1) 0%, rgba(108,62,7,1) 100%);
	background: -o-linear-gradient(top, rgba(198,131,16,1) 0%, rgba(108,62,7,1) 100%);
	background: -ms-linear-gradient(top, rgba(198,131,16,1) 0%, rgba(108,62,7,1) 100%);
	background: linear-gradient(to bottom, rgba(198,131,16,1) 0%, rgba(108,62,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c68310', endColorstr='#6c3e07', GradientType=0 );
	border: 1px solid #95551c;
	color: #fff;
	width: 175px;
	height: 30px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
.btn_mWReturnPoint:hover {
	background: rgb(108,62,7);
	background: -moz-linear-gradient(top, rgba(108,62,7,1) 0%, rgba(198,131,16,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(108,62,7,1)), color-stop(100%, rgba(198,131,16,1)));
	background: -webkit-linear-gradient(top, rgba(108,62,7,1) 0%, rgba(198,131,16,1) 100%);
	background: -o-linear-gradient(top, rgba(108,62,7,1) 0%, rgba(198,131,16,1) 100%);
	background: -ms-linear-gradient(top, rgba(108,62,7,1) 0%, rgba(198,131,16,1) 100%);
	background: linear-gradient(to bottom, rgba(108,62,7,1) 0%, rgba(198,131,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c3e07', endColorstr='#c68310', GradientType=0 );
}
.MpBtm {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 25px;
	font-size: 14px;
}
.btn_recSentOut {
	border: 0px;
	padding: 0px;
	background-image: url(../../images/btn_recSentOut.html);
	width: 43px;
	height: 25px;
	cursor: pointer;
	margin-right: 15px;
	margin-bottom: 3px;
}
.btn_recSentOut:hover {
	background-position: bottom;
}
/*end of mypurse*/

.RecContant {
	min-height: 500px;
}
.RecList {
	width: 98%;
	border-bottom: 0px;
	text-align: center;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	margin: 10px auto;
}
.RecList tr {
	background-color: #EBEBEB;
}
.RecList td {
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #fff;
	border-right: 1px solid #d4d4d4;
	border-top: 1px solid #fff;
	height: 28px;
}
.mypurselist_bg {
	height: 30px;
	line-height: 30px;
	width: 100%;
	border-bottom: #d4d4d4 solid 1px;
}
.mypurselist_bg select {
	height: 22px;
	border: 1px solid #b3b3b3;
	width: 130px;
	margin-bottom: 3px;
}
.mypurselist_bg input[type=text] {
	border: 1px solid #b3b3b3;
	width: 100px;
	margin-bottom: 5px;
}
.green {
	color: #39B54A;
}
.re_bord {
	line-height: 20px;
	width: 125px;
	display: inline-block;
	text-align: right;
	font-weight: bold;
	background-color: #ebebeb;
	color: #39B54A;
}
.red_bord {
	line-height: 20px;
	width: 125px;
	display: inline-block;
	text-align: right;
	font-weight: bold;
	background-color: #ebebeb;
	color: red;
}
.green1 {
	color: #1C8F91;
	text-align: right;
}
.red1 {
	color: #ff0000;
	text-align: right;
}
.red2 {
	color: #C4232B;
}
.MemChange {
	background-color: #FFF;
	overflow: hidden;
	zoom: 1;
	margin: 10px 21px;
	color: #4D4D4D;
	border: #D4D4D4 solid 1px;
}
.MemChangeL {
	float: left;
	width: 484px;
}
.MemChangeR {
	float: left;
	width: 470px;
}
.MemChangeTop {
	margin-top: 40px;
}
.MemChangeTop dl {
	clear: both;
	margin-left: 25px;
	margin-top: 10px;
	height: 28px;
}
.MemChangeTop dl dt {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
.MemChangeTop dl dd {
	float: left;
	vertical-align: middle;
}
.btn_TextBox {
	border: 1px solid #b3b3b3;
}
.MemSumbit {
	margin-left: 20px;
	border: none;
	display: block;
	margin-top: 5px;
	margin-bottom: 100px;
}
.MemSend {
	border: none;
	color: #fff;
	display: block;
}
.MemSend:hover {
	background-position: bottom;
}
.MemSumbit a {
	text-decoration: none;
	height: 30px;
	width: 224px;
	display: inline-block;
}
.MemSumbit a:hover {
	background-position: bottom;
}
.bg_hint {
	height: 10px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #03407f;
}
.bg_hintRed {
	height: 10px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #B00000;
}
.hintContant {
	background-color: #e4e4e4;
	width: 98%;
	margin: 10px auto;
	border: 1px solid #d4d4d4;
	border-bottom: 0px;
}
.hintContant th {
	background-repeat: repeat-x;
	height: 23px;
	border-left: 1px solid #fff;
	border-right: 1px solid #d4d4d4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d4d4d4;
	font-weight: normal;
	font-size: 14px;
}
.hintContant td {
	border-left: 1px solid #fff;
	border-right: 1px solid #d4d4d4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d4d4d4;
	font-family: '微軟正黑體';
	font-size: 14px;
	height: 20px;
}
.btmHint {
	text-align: center;
	line-height: 50px;
}
.btn_cancel {
	background: none;
	padding: 0px;
	border: 0px;
	width: 80px;
	height: 30px;
	cursor: pointer;
}
.btn_cancel:hover {
	background-position: bottom;
}
.btn_sure {
	background: none;
	padding: 0px;
	border: 0px;
	width: 80px;
	height: 30px;
	cursor: pointer;
	margin-left: 10px;
}
.btn_sure:hover {
	background-position: bottom;
}
.BrandMain {
	background-color: #06122c;
	width: 960px;
	margin: auto;
}
.brandIn {
	border: 1px solid #4b565c;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 25px;
	padding: 25px 0px;
}
.branbMainBtn {
	width: 170px;
	float: left;
	position: relative;
	height: 180px;
	margin-top: 20px;
}
.btn_brandSelect {
	border: 0px;
	background: none;
	cursor: pointer;
	width: 150px;
	height: 30px;
	margin: 0 auto;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 15px;
	color: #fff;
	font-size: 13px;
}
.btn_brandSelect:hover {
	background-position: bottom;
}
.brandAbout {
	width: 530px;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	font-family: '微軟正黑體';
	margin-top: 25px;
	line-height: 25px;
}
.brandSearch {
	margin: 0 auto;
	width: 600px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: -60px;
	padding: 25px 0px;
}
.btn_brandSearch {
	border: 0px;
	background: none;
	cursor: pointer;
	width: 140px;
	height: 30px;
	margin: 0 auto;
	display: block;
	bottom: 0px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-family: '微軟正黑體';
}
.btn_brandSearch:hover {
	background-position: bottom;
}
.shoujiJX {
	height: 630px;
	background: #f2f2f2;
	padding-top: 24px;
	font-family: '微軟正黑體';
	font-weight: bold;
}
.shoujiJX_L {
	float: left;
	margin-left: 65px;
	margin-top: 40px;
}
.shoujiJX_R {
	float: right;
	width: 637px;
}
.shoujiJX_Rbox {
	padding-right: 19px;
	width: 594px;
	padding-left: 24px;
	overflow: hidden;
	color: #777;
	font-size: 14px;
}
.shoujiJX_Rlist {
	width: 594px;
	margin-top: 16px;
	overflow: hidden;
}
.shoujiJX_Rlist li {
	width: 267px;
	float: left;
	margin-top: 6px;
	padding-left: 26px;
}
.EWM_box {
	padding-top: 4px;
}
.EWM_list {
	height: 72px;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-top: 25px;
	padding-left: 8px;
	background: #e4e4e4;
}
.EWM_lists2 {
	float: left;
	width: 342px;
	padding: 8px 0 0 10px;
	line-height: 25px;
	font-size: 13px;
}
.EWM_lists1 {
	float: left;
	height: 72px;
	width: 72px;
}
.EWM_lists3 {
	float: left;
	height: 66px;
	width: 138px;
	margin-top: -4px;
}
.ewmRed {
	color: #b10f0f;
}
.join02 {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
.join02 input[type=button]:hover {
	background-position: bottom;
}
.phoneCode {
	width: 209px;
	height: 42px;
	border: 0px;
	padding: 0px;
	border-radius: 5px;
	background: none;
	padding: 0px 10px;
	margin: 5px 0px 5px 160px;
}
.btn_accountStart {
	border: 0px;
	padding: 0px;
	background: none;
	padding: 0px 10px;
	width: 228px;
	height: 44px;
	display: block;
	cursor: pointer;
	margin: 10px 0px 10px 347px;
}
.btn_resentCode {
	border: 0px;
	padding: 0px;
	background: none;
	width: 228px;
	height: 44px;
	display: block;
	cursor: pointer;
	margin: 0px auto;
	margin: 35px 0px 10px 347px;
}
.openOut {
	width: 228px;
	height: 44px;
	border: 0px;
	padding: 0px;
	border-radius: 5px;
	background: url(../../images/member_images/open_TurnOutTM.png);
	padding: 0px 10px;
	margin: 5px 0px 5px 160px;
	cursor: pointer;
}
.btn_sendVerCodess {
	border: 0px;
	padding: 0px;
	background: url(../../images/member_images/send_VerCodeTM.png);
	width: 228px;
	height: 44px;
	display: block;
	cursor: pointer;
	margin: 0px auto;
	margin-top: 35px;
	margin: 35px 0px 10px 347px;
}
.msgHintClose {
	background: none;
	padding: 0px;
	border: 0px;
	background-size: 18px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 20px;
}
.bSubBank {
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #58ACAE;
}
.bodyStyle {
	background-color: #FFF;
	font-size: 14px;
	font-family: '微軟正黑體';
	font-weight: bold;
}
.okOnLinePay {
	border: none;
	height: 44px;
	width: 196px;
	cursor: pointer;
	display: inline-block;
}
.okOnLinePay:hover {
	background-position: bottom;
}
.Kfzx_Top60 {
	padding-top: 10px;
}
.Kfzx_Top23 {
	padding-top: 23px;
}
a.xsjx_ysjc1 {
	width: 54px;
}
a.xsjx_ysjc2 {
	width: 54px;
}
a.xsjx_ysjc3 {
	width: 54px;
}
a.xsjx_ysjc4 {
	width: 80px;
}
a.xsjx_ysjc5 {
	width: 80px;
}
a.xsjx_ysjc6 {
	width: 55px;
}
a.xsjx_ysjc7 {
	width: 95px;
}
a.xsjx_ysjc8 {
	width: 80px;
}
a.BrandMain1 {
	width: 112px;
}
a.BrandMain2 {
	width: 112px;
}
.SEC_example {
	width: 100%;
	margin: 0 auto;
	margin-top: 28px;
}
.SEC_example span {
	color: #1C8F91;
	margin: 0 0 0 23px;
	font-size: 15px;
	font-weight: bold;
}
.SEC_example p {
	text-align: left;
	margin: 0 0 0 23px;
}
.SEC_exampleA {
	width: 700px;
	text-align: left;
	margin: 0 0 0 52px;
	padding-top: 10px;
	padding-bottom: 25px;
}
.btn_StoreTeac {
	background: none;
	border: 0;
	width: 475px;
	height: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 50px;
}
.btn_StoreTeac:hover {
}
a.depositWidth {
	width: 27px;
}
a.withdrawWidth {
	width: 27px;
}
.kuang_bj {
	background-repeat: no-repeat;
}
.kuang_bjd {
	background-repeat: no-repeat;
}
.zi_01 {
	font-size: 16px;
	font-weight: bold;
	color: #f6b362;
}
.zi_02 {
	font-size: 12px;
	font-weight: bold;
	color: #f6b362;
}
.zi_03 {
	font-size: 18px;
	color: #FFF;
}
table {
	border-spacing: 0px;
}
.caihj a {
	color: #FFF;
	margin: 0 3px;
	font-weight: bold;
}
a.caipages, .caipages {
	color: #4C4424;
	background: none;
	font-size: 13px;
	width: 97px;
	height: 33px;
	line-height: 33px;
	border: none;
	display: inline-block;
	font-weight: bold;
}
.xxzq_css {
	display: inline-block;
	width: 147px;
	height: 38px;
}
.kfzq_css {
	display: inline-block;
	width: 147px;
	height: 38px;
}
.cpxx_css {
	display: inline-block;
	width: 148px;
	height: 38px;
}
.ggzq_css {
	width: 146px;
	height: 38px;
	font-size: 1em;
	position: relative;
	top: 8px;
}
.ptzt_css {
	display: inline-block;
	width: 149px;
	height: 38px;
}
.steps {
	width: 957px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 15px;
}
.stepTitle {
	width: 86px;
	background-color: #24507e;
	float: left;
}
.stepTitle img {
	margin-top: 26px;
	margin-left: 15px;
}
.stepsMain {
	width: 831px;
	background-color: #d5d5d5;
	box-shadow: 4px 4px 11px #c2c4c6 inset;
	float: left;
	padding: 15px 15px 10px 25px;
}
.btn_back {
	width: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	margin-top: 8px;
	margin-right: 22px;
	background-color: #0377A4;
	border-radius: 5px;
	padding: 8px;
	text-align: center;
	color: #fff;
}
/**/
.DynarchCalendar-focused {
	background-color: #fff;
}
.DynarchCalendar-topBar {
	background: url("../../member/css/brushed-steel.html") no-repeat 50% -50px;
}
.DynarchCalendar-bottomBar {
	background: url("../../member/css/brushed-steel.html") no-repeat 50% -80px;
}
.DynarchCalendar-menu {
	background-color: #fed;
}
.DynarchCalendar-hover-title, .DynarchCalendar-hover-navBtn, .DynarchCalendar-hover-bottomBar-today, .DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
	background: transparent url("../../member/css/coolbg.html") repeat-x 0 50%;
}
.DynarchCalendar-hover-title div, .DynarchCalendar-hover-navBtn div {
	background-color: transparent;
}
.DynarchCalendar-pressed-title, .DynarchCalendar-pressed-navBtn, .DynarchCalendar-pressed-bottomBar-today, .DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
	background: #db2 url("../../member/css/coolbg.html") repeat-x 0 50%;
	color: #000 !important;
}
.DynarchCalendar-pressed-title div, .DynarchCalendar-pressed-navBtn div {
	background-color: transparent;
	color: #000;
}
.DynarchCalendar-hover-week, .DynarchCalendar-focused .DynarchCalendar-hover-week {
	background: transparent url("../../member/css/coolbg.html") repeat-x 0 50%;
}
.DynarchCalendar {
	background: url("../../member/css/gold.html") no-repeat 50% 30px;
}
.DynarchCalendar-weekmember {
	border-right: 1px solid #f92;
}
.DynarchCalendar-hover-date {
	background-image: url("../../member/css/coolbg.html");
	background-position: 0 50%;
	background-repeat: repeat-x;
	border-color: #f92;
}
.DynarchCalendar-day-selected {
	background-color: #f92;
	color: #000 !important;
	background-image: url("../../member/css/coolbg.html");
	background-position: 0 50%;
	background-repeat: repeat-x;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected {
	background-color: #f92;
	color: #00f !important;
}
.DynarchCalendar-tooltipCont, .DynarchCalendar-focused .DynarchCalendar-tooltipCont {
	background: #db2 url("../../member/css/brushed-steel.html") no-repeat 50% -100px;
}
.DynarchCalendar-focused .DynarchCalendar-body {
	background: url("../../member/shadow-b.html") repeat-x 0 0;
}
/* CSS */
.DynarchCalendar {
	border: 1px solid #aaa;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: #e8e8e8;
	font: 11px "lucida grande", tahoma, verdana, sans-serif;
	line-height: 14px;
	position: relative;
	cursor: default;
}
.DynarchCalendar table {
	border-collapse: collapse;
	font: 11px "lucida grande", tahoma, verdana, sans-serif;
	line-height: 14px;
}
.DynarchCalendar-topBar {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	padding: 5px 0 0 0;
}
table.DynarchCalendar-titleCont {
	font-size: 130%;
	font-weight: bold;
	color: #444;
	text-align: center;
	z-index: 9;
	position: relative;
	margin-top: -6px;
}
.DynarchCalendar-title div {
	padding: 5px 17px;
	text-shadow: 1px 1px 1px #777;
}
.DynarchCalendar-hover-title div {
	background-color: #fff;
	border: 1px solid #000;
	padding: 4px 16px;
	background-image: url("../../member/css/img/drop-down.html");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.DynarchCalendar-pressed-title div {
	border: 1px solid #000;
	padding: 4px 16px;
	background-color: #777;
	color: #fff;
	background-image: url("../../member/css/img/drop-up.html");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.DynarchCalendar-bottomBar {
	border-top: 1px solid #aaa;
	background: #ddd;
	padding: 2px;
	position: relative;
	text-align: center;
}
.DynarchCalendar-bottomBar-today {
	padding: 2px 15px;
}
.DynarchCalendar-hover-bottomBar-today {
	border: 1px solid #000;
	background-color: #fff;
	padding: 1px 14px;
}
.DynarchCalendar-pressed-bottomBar-today {
	border: 1px solid #000;
	background-color: #777;
	color: #fff;
	padding: 1px 14px;
}
.DynarchCalendar-body {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
.DynarchCalendar-first-col {
	padding-left: 5px;
}
.DynarchCalendar-last-col {
	padding-right: 5px;
}
.DynarchCalendar-animBody-backYear {
	position: absolute;
	top: -100%;
	left: 0;
}
.DynarchCalendar-animBody-back {
	position: absolute;
	top: 5px;
	left: -100%;
}
.DynarchCalendar-animBody-fwd {
	position: absolute;
	top: 5px;
	left: 100%;
}
.DynarchCalendar-animBody-now {
	position: absolute;
	top: 5px;
	left: 0;
}
.DynarchCalendar-animBody-fwdYear {
	position: absolute;
	top: 100%;
	left: 0;
}
.DynarchCalendar-dayNames {
	padding-left: 5px;
	padding-right: 5px;
}
.DynarchCalendar-dayNames div {
	font-weight: bold;
	color: #444;
	text-shadow: 1px 1px 1px #777;
}
.DynarchCalendar-navBtn {
	position: absolute;
	top: 5px;
	z-index: 10;
}
.DynarchCalendar-navBtn div {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 15px;
	width: 16px;
	padding: 1px;
}
.DynarchCalendar-hover-navBtn div {
	border: 1px solid #000;
	padding: 0;
	background-color: #fff;
}
.DynarchCalendar-navDisabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
	border: 1px solid #000;
	padding: 0;
	background-color: #777;
	color: #fff;
}
.DynarchCalendar-prevMonth {
	left: 25px;
}
.DynarchCalendar-nextMonth {
	left: 100%;
	margin-left: -43px;
}
.DynarchCalendar-prevYear {
	left: 5px;
}
.DynarchCalendar-nextYear {
	left: 100%;
	margin-left: -23px;
}
.DynarchCalendar-prevMonth div {
	background-image: url("../../member/css/img/nav-left.html");
}
.DynarchCalendar-nextMonth div {
	background-image: url("../../member/css/img/nav-right.html");
}
.DynarchCalendar-prevYear div {
	background-image: url("../../member/css/img/nav-left-x2.html");
}
.DynarchCalendar-nextYear div {
	background-image: url("../../member/css/img/nav-right-x2.html");
}
.DynarchCalendar-menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	overflow: hidden;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.DynarchCalendar-menu table td div {
	text-align: center;
	font-weight: bold;
	padding: 3px 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
	width: 4em;
	text-align: center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
	border: 1px solid #000;
	padding: 2px 4px;
	background-color: #fff;
	color: #000;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
	border: 1px solid #000;
	padding: 2px 4px;
	background-color: #777;
	color: #fff !important;
}
.DynarchCalendar-menu-year {
	text-align: center;
	font: 16px "lucida grande", tahoma, verdana, sans-serif;
	font-weight: bold;
}
.DynarchCalendar-menu-sep {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	border-top: 1px solid #888;
	background: #fff;
	margin-top: 4px;
	margin-bottom: 3px;
}
.DynarchCalendar-time td {
	font-weight: bold;
	font-size: 120%;
}
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute {
	padding: 1px 3px;
}
.DynarchCalendar-time-down {
	background: url(../../member/css/img/time-down.html) no-repeat 50% 50%;
	width: 11px;
	height: 8px;
	opacity: 0.5;
}
.DynarchCalendar-time-up {
	background: url(../../member/css/img/time-up.html) no-repeat 50% 50%;
	width: 11px;
	height: 8px;
	opacity: 0.5;
}
.DynarchCalendar-time-sep {
	padding: 0 2px;
}
.DynarchCalendar-hover-time {
	background-color: #444;
	color: #fff;
	opacity: 1;
}
.DynarchCalendar-pressed-time {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
.DynarchCalendar-time-am {
	padding: 1px;
	width: 2.5em;
	text-align: center;
}
/* body */

.DynarchCalendar-hover-week {
	background-color: #ddd;
}
.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekmember {
	width: 1.7em;
	padding: 3px 4px;
	text-align: center;
}
.DynarchCalendar-weekmember {
	border-right: 1px solid #aaa;
	margin-right: 4px;
	width: 2em !important;
	padding-right: 8px !important;
}
.DynarchCalendar-day {
	text-align: right;
	color: #222;
}
.DynarchCalendar-day-othermonth {
	color: #888;
}
.DynarchCalendar-weekend {
	color: #c22;
}
.DynarchCalendar-day-today {
	color: #00f;
	font-weight: bold;
}
.DynarchCalendar-day-disabled {
	opacity: 0.5;
	text-shadow: 2px 1px 1px #fff;
}
.DynarchCalendar-hover-date {
	padding: 2px 3px;
	background-color: #eef;
	border: 1px solid #88c;
	margin: 0 !important;
	color: #000;
}
.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date {
	border-color: #aaa;
	color: #888;
}
.DynarchCalendar-dayNames .DynarchCalendar-weekend {
	color: #c22;
}
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend {
	color: #d88;
}
.DynarchCalendar-day-selected {
	padding: 2px 3px;
	margin: 1px;
	background-color: #aaa;
	color: #000 !important;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected {
	background-color: #999;
}
/* focus */

.DynarchCalendar-focusLink {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.DynarchCalendar-focused {
	border-color: #000;
}
.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
	background-color: #ccc;
	border-color: #336;
}
.DynarchCalendar-focused .DynarchCalendar-hover-week {
	background-color: #ccc;
}
.DynarchCalendar-tooltip {
	position: absolute;
	top: 100%;
	width: 100%;
}
.DynarchCalendar-tooltipCont {
	margin: 0 5px 0 5px;
	border: 1px solid #aaa;
	border-top: 0;
	padding: 3px 6px;
	background: #ddd;
}
.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
	background: #ccc;
	border-color: #000;
}
 @media print {
	.DynarchCalendar-day-selected {
		padding: 2px 3px;
		border: 1px solid #000;
		margin: 0 !important;
	}
}
.DynarchCalendar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.DynarchCalendar-title, .DynarchCalendar-title div {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.DynarchCalendar-topBar {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
}
.DynarchCalendar-bottomBar {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.DynarchCalendar-bottomBar-today {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.DynarchCalendar-navBtn, .DynarchCalendar-navBtn div {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.DynarchCalendar-menu {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.DynarchCalendar-menu table td div {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.DynarchCalendar-weekmember {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.DynarchCalendar-day {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.DynarchCalendar-day-disabled {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.DynarchCalendar-tooltipCont {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 5px;
}
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px;
}
.DynarchCalendar-time-am {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*reduce-spacing*/
.DynarchCalendar, .DynarchCalendar table {
	font-size: 10px;
}
.DynarchCalendar-dayNames {
	padding: 0;
}
.DynarchCalendar-body {
	padding: 0;
}
.DynarchCalendar-animBody-back {
	top: 0;
}
.DynarchCalendar-animBody-fwd {
	top: 0;
}
.DynarchCalendar-animBody-now {
	top: 0;
}
.DynarchCalendar-first-col {
	padding-left: 0;
}
.DynarchCalendar-last-col {
	padding-right: 0;
}
.DynarchCalendar-weekmember {
	margin-right: 0;
	padding-right: 4px !important;
}
.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekmember {
	padding: 1px 2px;
}
.DynarchCalendar-menu-year {
	font-size: 12px;
}
.DynarchCalendar-hover-date {
	padding: 0px 1px;
}
.DynarchCalendar-day-selected {
	padding: 0px 1px;
}
.DynarchCalendar-menu table td div {
	padding: 2px 4px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
	padding: 1px 3px;
}
/**/
#divselect cite {
	width: 150px;
	height: 24px;
	line-height: 24px;
	display: block;
	color: #807a62;
	cursor: pointer;
	font-style: normal;
	padding-left: 4px;
	padding-right: 30px;
	border: 3px solid #333;
	background: url(../../images/xjt.html) no-repeat right center;
}
#divselect ul {
	width: 184px;
	border: 1px solid #333;
	background-color: #FFF;
	position: absolute;
	z-index: 20000;
	margin-top: -1px;
	display: none;
}
#divselect ul li {
	height: 24px;
	line-height: 24px;
}
#divselect ul li a {
	display: block;
	height: 24px;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#divselect ul li a:hover {
	background-color: #CCC;
}
.MyDot {
	margin-left: 0;
}
.marginLeft1 {
	text-align: center;
}
#n {
	margin: 10px auto;
	width: 920px;
	border: 1px solid #CCC;
	font-size: 12px;
	line-height: 30px;
}
#n a {
	padding: 0 4px;
	color: #333;
}
#mask {
	filter: alpha(opacity=60);
	opacity: 0.6;
	width: 961px;
	height: 517px;
	display: none;
	position: fixed;
	z-index: 99;
	background: url(../../images/loading.html) no-repeat;
	background-position: center center;
	background-color: gray;
}
/**/
.select_outFrom {
	width: 169px;
	height: 31px;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding-left: 4px;
	color: #000;
	font-size: 12px;
	text-align: left;
	line-height: 31px;
	float: left;
	margin-left: 4px;
	position: relative;
}
.select_outFromED {
	border: 1px solid #cad9e7;
	background-color: #1e90ff;
	color: #fff;
}
.btn_selectAccount {
	width: 17px;
	height: 31px;
	float: right;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
}
.btn_selectAccount img {
	margin-top: 11px;
}
.btn_selectAccount:hover {
	background-color: #dedede;
}
.option_outFrom {
	width: 173px;
	height: 190px;
	border: 1px solid #cad9e7;
	border-bottom: 0;
	background-color: #fff;
	position: absolute;
	left: -1px;
	display: none;
	overflow: overlay;
}
.optionItem {
	display: block;
	width: 169px;
	height: 26px;
	padding-left: 4px;
	background-color: #fff;
	border-bottom: 1px solid #cad9e7;
	color: #000;
	font-size: 12px;
	line-height: 26px;
}
.optionItem:hover {
	background-color: #1e90ff;
	color: #fff;
}
.optionItemED {
	display: block;
	width: 169px;
	height: 26px;
	padding-left: 4px;
	background-color: #1e90ff;
	border-bottom: 1px solid #cad9e7;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
}
#ddlPayout {
	z-index: 2;
}
#ddlPayin {
	z-index: 1;
}
.rightDataInput input[type=text] {
	margin-left: 4px;
	height: 30px;
}
#main {
	width: 100%;
	height: auto;
}
#main-inner {
	width: 900px;
	margin: auto;
	padding: 0 49px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
/*註冊流程*/
.process {
	width: 900px;
	padding: 0;
	position: relative;
}
.process ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.process li {
	float: left;
	width: 300px;
	position: relative;
}
/*流程*/
.process .steps {
	text-align: center;
	width: 105px;
}
.process .no1 .steps {
	float: left;
}
.process .no2 .steps {
	margin: auto;
	clear: both;
	width: 200px;
}
.process .no3 .steps {
	float: right;
}
.process .no span {
	font-size: 20px;
}
.process .no {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #777;
	border: 20px solid #DDD;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 3px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin: auto;
}
.process .title {
	width: 100%;
	font-size: 20px;
	line-height: 60px;
	color: #777;
}
/*進度條*/
.process .aisle {
	background-color: #777;
	height: 10px;
	border-top: 5px solid #DDD;
	border-bottom: 5px solid #DDD;
	position: absolute;
	z-index: 1;
	top: 42px;
	width: 333px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.process .no1 .aisle {
	left: 85px;
}
.process .no2 .aisle {
	left: 183px;
}
/*進行中狀態*/
.process .progress .title {
	color: #275EA5;
}
.process .progress .no {
	background-color: #275EA5;
}
.process .progress .aisle {
	background: #275ea5; /* Old browsers */
	background: -moz-linear-gradient(left, #275ea5 0%, #777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #275ea5), color-stop(100%, #777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #275ea5 0%, #777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #275ea5 0%, #777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #275ea5 0%, #777 100%); /* IE10+ */
	background: linear-gradient(to right, #275ea5 0%, #777 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275ea5', endColorstr='#777', GradientType=1 ); /* IE6-9 */
}
/*已完成*/
.process .complete .title {
	color: #275EA5;
}
.process .complete .no {
	background-color: #275EA5;
}
.process .complete .aisle {
	background-color: #275EA5;
}
.member {
	background-color: #D7D7D7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	line-height: 20px;
}
.member strong {
	font-size: 20px;
	color: #275EA5;
}
.col-ct:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
*html .col-ct {
	height: 1%;
}
.col-ct {
	display: inline-block;
	display: block;
*zoom:1
}
.col-ct {
	padding: 0;
}
.col-left, .col-right {
	float: left;
}
.col-left {
	width: 380px;
}
.col-right {
	width: 504px;
	border-left: 1px solid #DDD;
	padding-left: 15px;
}
#main-inner h2 {
	padding-bottom: 5px;
}
#main-inner h2 .title {
	font-size: 35px;
	line-height: 40px;
	float: left;
}
#main-inner h2 .ico {
	float: left;
	height: 32px;
	width: 32px;
	padding-top: 2px;
}
#main-inner .mast {
	line-height: 23px;
	padding: 0 20px 0 32px;
}
#main-inner .callout {
	padding-top: 80px;
}
.table, .table2 {
	width: 100%;
}
.table .required {
	width: 3%;
}
.table .heading {
	width: 25%;
}
.table .message {
}
.table2 .required {
	width: 3%;
}
.table2 .heading {
	width: 16%;
}
.table2 .message {
	width: 53%;
}
.table3 .heading {
	width: 16%;
}
.table3 .message {
	width: 47%;
}
.bnt-inner {
	padding: 20px 0 20px 435px;
	clear: both;
}
/*游標*/
.cursorhelp {
	cursor: help;
}
input[type=text], input[type=password], select {
	padding: 3px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*會員修改*/
.col-md-left, .col-md-right {
	float: left;
}
.col-md-left {
	width: 230px;
}
.col-md-right {
	width: 600px;
	border-left: 1px solid #DDD;
	padding-left: 50px;
	padding-top: 10px;/*border:1px solid #000;*/
}
#main-inner h2 .title2 {
	font-size: 31px;
	line-height: 40px;
	color: #265EA5;
	padding-bottom: 10px;
	padding-top: 10px;
}
/*會員修改左側圖標*/
.icobg {
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 230px;
}
/*彈跳視窗CSS*/
#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
/*彈跳視窗整體框架*/
.bouncewin {
	width: 700px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
	padding: 20px 0px 20px 20px;
}
.col-md-left2, .col-md-right2 {
	float: left;
}
.col-md-left2 {
	width: 230px;
}
.col-md-right2 {
	border-left: 1px solid #DDD;
	padding-left: 40px;
	padding-top: 30px;
}
.text-error {
	color: #FF0000;
}
.btn-primary:hover {
	color: #fff;
	background-color: #22508C;
	border-color: #296396;
}
.width140 {
	width: 140px;
}
.btn-primary8 {
	color: #fff;
	background-color: #285EA6;
	border-color: #245699;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.contHeight {
	height: 264px;
}
.contHeight {
	height: 350px;
}
.bankSysMaintenance {
	margin-right: 3px;
	margin-top: 15px;
}
.bankSysMaintenance {
	background-image: url(../../images/TS777/bg_bankSysMaintenance.html);
}
.unableBanks a {
	background-image: url(../../images/TS777/point1.html);
	background-repeat: no-repeat;
}
#main-inner h2 .title2 {
	font-size: 31px;
	line-height: 40px;
	color: #265EA5;
	padding-bottom: 10px;
	padding-top: 10px;
}
.pic1 {
	background: url(../../images/member_images/ico-bg1.png) no-repeat right 0px;
}
.pic2 {
	background: url(../../images/member_images/ico-bg2.png) no-repeat right 0px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-primary {
	color: #fff;
	background-color: #285EA6;
	border-color: #245699;
}
.btn-primary:hover {
	color: #fff;
	background-color: #22508C;
	border-color: #296396;
}
.btn-gray {
	padding: 4px 12px;
	color: #333;
	border-color: #B3B3B3;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
	background: -webkit-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #e6e6e6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6', GradientType=0 );
}
.rule_list {
	width: 60px;
}
.deposit_care {
	width: 920px;
	height: 250px;
	margin: 0 auto;
	background: #DBDBDB;
	padding: 20px;
	line-height: 30px;
}
/**/
.list ul li {
	background-color: #f4f4f4;
	border: solid 1px #dee5ea;
	border-bottom: 0;
	text-align: left;
	line-height: 35px;
	padding-top: 10px;
}
.list ul li a {
	padding-left: 10px;
	color: #333;
	font-size: 15px;
	display: block;
	font-weight: normal;
	position: relative;
}
.inactive {
	line-height: 25px;
}
.list .event-con {
	display: inline-block;
	*display: inline;
    width: 76%;
    margin: 10px 5px 10px 0;
    line-height: 20px;
    font-size: 15px;
    color: #575757;
    font-weight: bold;
}
.list .event1 {
	background-color: #ed2b5d;
	border: solid 1px #ff5d87;
}
.list .event2 {
	background-color: #30d152;
	border: solid 1px #75ff2a;
}
.list .event3 {
	background-color: #3eacfe;
	border: solid 1px #84c9ff;
}
.list .event4 {
	background-color: #f7b600;
    border: solid 1px #fdff84;
}
.list .event-date {
	color: #ababab;
	font-weight: normal;
}
.list .event1, .list .event2, .list .event3, .list .event4 {
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
}
.list ul li ul li {
	border-left: 0;
	border-right: 0;
	background-color: #fff;
}
.news_subMain {
    background-color: #e4e4e4;
    padding: 10px 0px 100px 0px;
    min-height: 580px;
}