﻿@charset "utf-8";
/* CSS reset */
a, img {
	border: 0;
}
a {
	transition: all 0.3s ease-out;
	text-decoration: none;
}
img, input, select {
	vertical-align: middle;
}
li {
	list-style: none;
}
input[type=text] {
	border: 1px solid #666;
}
input[type=button], input[type=submit] {
	border: 0;
	padding: 0;
}
/*快速儲值提交*/
.FastDeposit_title, .FastWithdrawals_title, .FastWithdrawalsDone_title {
    display: inline-block;
    *display: inline;
    width: 100%;
    line-height: 100px;
    padding: 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}
.FastDeposit_title {
	background: url(../images/members/FastDeBg.jpg) no-repeat;
	background-size: cover;
}
/*快速轉點提交*/
.FastWithdrawals_title {
	background: url(../images/members/FastWtBg.jpg) no-repeat;
    background-size: cover;
}
/*快速轉點成功*/
.FastWithdrawalsDone_title {
	background: url(../images/members/FastWtDoneBg.jpg) no-repeat;
	background-size: cover;
}
.FastDeposit_menu {
	border-radius: 10px;
}
.FastDeposit_bg {
	background: #fff;
	/*min-height: 380px;*/
	color: #466489;
	margin: 0px auto;
	border: 1px solid #afafaf;
	top: 25%;
	left: 31%;
	position: absolute;
}
.FastDepositInfo {
    font-size: 1.4em;
    line-height: 30px;
    padding: 30px 0;
    text-align: left;
    display: block;
	/*box-shadow: 0px 1.9px 7.7px rgba(0, 0, 0, 0.5);*/
}
.FastDepositFont {
	text-align: center;
	font-weight: bold;
}
.FastDepositMoney {
	font-size: 1.7em;
	color: #f00;
}
.FastDeposit_ButtonList {
	display: block;
	text-align: center;
	line-height: 65px;
	background: #24507e;
	border-radius: 5px;
}
.bt_yes {
	background: url(../images/members/bt_yes.png) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 50px;
    height: 42px;
    margin-right: 10px;
    vertical-align: middle;
}
.bt_no {
	background: url(../images/members/bt_no.png) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    vertical-align: middle;
}
.FastDeposit_ButtonList a {
	color: #d4d4d4;
	font-size: 1.3em;
	display: inline-block;
	margin: 0 25px;
}
.FastDeposit_ButtonList a:hover {
	color: #5df8ff
}
.FastDeposit_ButtonList a img {
	margin: 0 5px 0 0;
}
/**/
.subMain, #news_info .subMain {
	width: 100%;
	min-width: 320px;
	/*max-width: 1000px;*/
	height: 703px;
	margin: 0 auto;
	box-shadow: 2px 0 12px 0px rgba(0, 0, 0, .5);
	overflow-y: hidden;
}
.bg_subTop h1, .bg_subTop h2 {
	float: left;
}
.bg_subTop h1 {
	height: 71px;
	width: 71px;
	margin-top: 5px;
	text-indent: -9999px;
}
.bg_subTop h2 {
	/*width: 150px;
	height: 40px;*/
	margin: 10px 0 0 16px;
	color: #444;
	font-size: 30px;
}
.bg_subTop {
	height: 75px;
    background: #fff;
    background: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #ccc 0%, #fff 100%);
    background: linear-gradient(to bottom, #ccc 0%, #fff 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#fff', GradientType=0 );
	border-bottom: 1px solid #888;
	/*padding-left: 10px;*/
}
.bg_subMenu {
    height: 45px;
    font-size: 15px;
    background: #777;
    border-top: 1px solid #ccc;
    padding: 0 10px;
}
.btn_subMenu {
    float: left;
    width: 130px;
    height: 35px;
    line-height: 35px;
    margin: 10px 3px 0 3px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.subSelected, .btn_subMenu:hover {
	background: #fff;
	color: #222;
}
.game_calendar {
	width: 70px;
}
.btn_service {
	background: #ff6d6d;
    background: -moz-linear-gradient(top, #ffd5d5 0%, #cc4747 50%, #921a1a 51%, #d47272 100%);
    background: -webkit-linear-gradient(top, #ffd5d5 0%, #cc4747 50%, #921a1a 51%, #d47272 100%);
    background: linear-gradient(to bottom, #ffd5d5 0%, #cc4747 50%, #921a1a 51%, #d47272 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd5d5', endColorstr='#d47272', GradientType=0 );
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
	float: right;
	padding: 5px 10px;;
    margin: 5px 5px 0 0;
    color: #fff;
	text-shadow: #000 1px 1px 3px;
	border: 1px solid #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_service:hover {
	background: #0ea2f9;
	background: -moz-linear-gradient(top, #ddf6ff 0%, #3482a7 50%, #3b64a0 51%, #5da3cc 100%);
	background: -webkit-linear-gradient(top, #ddf6ff 0%, #3482a7 50%, #3b64a0 51%, #5da3cc 100%);
	background: linear-gradient(to bottom, #ddf6ff 0%, #3482a7 50%, #3b64a0 51%, #5da3cc 100%)
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da3cc', endColorstr='#3b64a0', GradientType=0 );
}
.sport_service {
	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 );
	float: right;
	width: 90px;
	height: 25px;
	line-height: 21px;
	border-radius: 2px;
	border: 1px solid #4588BF;
	display: block;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 3px 0 0 10px;
}
.sport_service:hover {
	background-position: bottom;
}
.bg_subList {
	width: 100%;
    height: 270px;
    margin: 10px 20px;
}
/*儲值專區 注意事項*/
.bg_subList_p {
	padding: 35px 10px;
	width:925px;
	height: 200px;
	margin: 10px 20px;
	bottom: 0;
	background: #ffffff;
	border-radius: 10px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.bg_subList_w{
	color: #9a0000;
	font-size: 20px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 5px;
	width: 97%;
}
.bg_subList_p ol li {
	line-height: 1.6;
}
.contant {
	background-color: #FFF;
	overflow: hidden;
	zoom: 1;
	margin: 10px 21px;
	line-height: 29px;
	color: #4D4D4D;
	border: 1px solid #D4D4D4;
}
.contantL {
	float: left;
	width: 484px;
	height: 600px;
	border-right: 1px solid #D4D4D4;
}
.contantR {
	float: left;
	width: 470px;
	height: 570px;
	border-left: 1px solid #FFF;
}
/*範例頁*/
.example_subMain {
	clear: both;
    background-color: #ebebeb;
    overflow: hidden;
    /*padding: 10px 0 20px 0;*/
    min-height: 580px;
}
.forgot_subMain, .point_subMain {
	clear: both;
    background-color: #ebebeb;
    overflow: hidden;
    padding: 10px 0 20px 0;
}
.forgot_subMain {
	height: 530px;
}
.title_bg {
	width: 100%;
	height: 35px;
    line-height: 35px;
	border-bottom: 1px solid #d4d4d4;
}
.title_bg p {
	padding-left: 23px;
	font-size: 1.3em;
	font-weight: bold;
}
.goldIntro {
	width: 100%;
	line-height: 30px;
	text-align: left;
	margin: 25px;
	padding-left: 20px;
}
.goldIntro li {
	list-style: decimal;
}
.goldCenter {
	text-align: center;
}
.store_icon {
	margin: 15px;
}
.store_icon a {
	display: inline-block;
	*display: inline;
	margin-right: 5px;
}
.textRed {
	color: #d60000;
	font-weight: bold;
}
/* Web ATM */
.EPAY_example {
	width: 95%;
    margin: 20px auto 0;
}
.EPAY_example a {
	color: #ef6642;
}
.pic_webATM01 {
	background: url(../images/members/pic_webATM01.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 600px;
    height: 266px;
}
.pic_webATM02 {
	background: url(../images/members/pic_webATM02.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 749px;
    height: 517px;
}
.pic_webATM03 {
	background: url(../images/members/pic_webATM03.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 750px;
    height: 706px;
}
.pic_webATM04 {
	background: url(../images/members/pic_webATM04.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 492px;
    height: 221px;
}
.pic_webATM05 {
	background: url(../images/members/pic_webATM05.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 460px;
    height: 365px;
}
.pic_webATM06 {
	background: url(../images/members/pic_webATM06.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 470px;
    height: 370px;
}
.pic_webATM07 {
	background: url(../images/members/pic_webATM07.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 445px;
    height: 390px;
}
.pic_webATM08 {
	background: url(../images/members/pic_webATM08.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 445px;
    height: 375px;
}
.pic_webATM09 {
	background: url(../images/members/pic_webATM09.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 445px;
    height: 375px;
}
.pic_webATM10 {
	background: url(../images/members/pic_webATM10.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 450px;
    height: 390px;
}
.pic_webATM11 {
	background: url(../images/members/pic_webATM11.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 480px;
    height: 380px;
}
.pic_webATM12 {
	background: url(../images/members/pic_webATM12.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 445px;
    height: 380px;
}
.pic_webATM13 {
	background: url(../images/members/pic_webATM13.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 445px;
    height: 395px;
}
.pic_webATM14 {
	background: url(../images/members/pic_webATM14.jpg) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    *display: inline;
    width: 445px;
    height: 395px;
}
/* AboutUs Company */
.pic_movie {
	width: 100%;
	height: 570px;
}
.companyCon {
	padding: 10px;
}
.companyCon img {
	float: left;
}
.companyCon div {
	float: left;
	margin-left: 10px;
	line-height: 25px;
}
.AboutUsSpirit {
	padding: 0 15px 150px 15px;
}
.AboutUsSpirit dl dt {
	color: #00a2a5;
}
.AboutUsSpirit dl {
	margin-top: 20px;
}
/* Active */
.Active {
	text-align: center;
}
.Active ul {
	border: none;
	padding: 0;
	margin: 0;
}
/* BonusDetail */
.BonusDetail {
	overflow: hidden;
    zoom: 1;
    padding: 0 20px 10px 20px;
    margin: 0 auto;
    min-height: 555px;
    line-height: 29px;
    color: #4D4D4D;
    background-color: #FFF;
}
.BonusDetail .cell1 {
	width: 20%;
}
.BonusDetail .cell2 {
	width: 12%;
}
.BonusDetail .cell3 {
	width: 15%;
}
.BonusDetail .cell4 {
	width: 14%;
}
.BonusDetail .cell5 {
	width: 12%;
}
.BonusDetail .cell6 {
	width: 12%;
}
.BonusDetail .textR {
	text-align: right;
	padding-right: 5px;
}
/*信息中心*/
.message_Main {
    background-color: #fff;
    padding: 5px 0;
    min-height: 600px;
}
.topMenu_border {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.topMenu {
	color: #444;
    padding: 5px 0 5px 20px;
}
.topMenu select {
	/*width: 160px;*/
    height: 26px;
    line-height: 25px;
    padding: 0 0 0 5px;
    font-size: 15px;
    vertical-align: middle;
}
.topMenu a {
	display: inline-block;
	*direction: initial;
    width: 75px;
    height: 25px;
    line-height: 25px;
    font-size: 0.95em;
    text-align: center;
    margin: 0 3px;
}
/* Msg */
.msgContant {
	font-size: 13px;
	margin-top: 0px;
	min-height: 574px;
}
.msg {
    top: 10px;
    left: 0;
    width: 98%;
    color: #333;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #ddd;
    border: 1px solid #ddd;
    cursor: pointer;
}
.msg tr {
	background-color: #fff;
}
.msg tr:hover {
	background-color: #fff7e0;
}
.msg td {
	height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
.msg .cell1 {
	width: 10%;
}
.msg .cell2 {
	width: 20%;
}
.msg .cell3 {
	width: 15%;
}
.textLeft {
	text-align: left;
	padding-left: 10px;
}
.textGray {
	color: #5D5D5D;
	margin-right: 10px;
}
.msg .textGray:hover, .msg .textRed:hover {
	text-decoration: underline;
}
.msg_box {
	padding: 15px;
    background-color: #ddd;
    font-size: 16px;
    text-align: left;
    word-break: break-all;
    word-wrap:break-word;
}
.btn_week {
	background-repeat: repeat-x;
	width: 50px;
	line-height: 21px;
	border: none;
	cursor: pointer;
}
.btn_backPage {
	float: right;
	width: 50px;
	height: 22px;
	cursor: pointer;
	border: none;
	margin-right: 22px;
}
.btn_thisWeek, .btn_lastWeek, .btn_search {
	display: inline-block;
	*display: inline;
	width: 50px;
    height: 25px;
    line-height: 24px;;
	font-size: 13px;
	cursor: pointer;
}
.btn_thisWeek, .btn_lastWeek {
	float: right;
	color: #444;
	margin: 0 10px 0 0;
    background: #d2d2d2;
    background: -moz-linear-gradient(top, #fff 0%, #d2d2d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d2d2d2));
    background: -webkit-linear-gradient(top, #fff 0%, #d2d2d2 100%);
    background: -o-linear-gradient(top, #fff 0%, #d2d2d2 100%);
    background: -ms-linear-gradient(top, #fff 0%, #d2d2d2 100%);
    background: linear-gradient(to bottom, #fff 0%, #d2d2d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#d2d2d2', GradientType=0 );
    border: 1px solid #ccc !important;
}
.btn_thisWeek:hover, .btn_lastWeek:hover {
	color: #fff;
	background: #666;
	background: -moz-linear-gradient(top, #bbb 0%, #666);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #666));
	background: -webkit-linear-gradient(top, #bbb 0%, #666);
	background: -o-linear-gradient(top, #bbb 0%, #666);
	background: -ms-linear-gradient(top, #bbb 0%, #666);
	background: linear-gradient(to bottom, #bbb 0%, #666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb', endColorstr='#666', GradientType=0 );
}
.btn_search {
    color: #fff;
    background: #305182;
    background: -moz-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49a0d0), color-stop(100%, #305182));
    background: -webkit-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: -o-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: -ms-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: linear-gradient(to bottom, #49a0d0 0%, #305182 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a0d0', endColorstr='#305182', GradientType=0 );
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}
.btn_search:hover {
	background: #a90026;
	background: -moz-linear-gradient(top, #ff003a 0%, #a90026);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff003a), color-stop(100%, #a90026));
	background: -webkit-linear-gradient(top, #ff003a 0%, #a90026);
	background: -o-linear-gradient(top, #ff003a 0%, #a90026);
	background: -ms-linear-gradient(top, #ff003a 0%, #a90026);
	background: linear-gradient(to bottom, #ff003a 0%, #a90026 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff003a', endColorstr='#a90026', GradientType=0 );
}
.bonusLsit {
	width: 100%;
	text-align: center;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-bottom: 0;
}
.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 */
.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 {
	background: #428bcb;
	background: -moz-linear-gradient(top, #428bcb 0%, #2b6299 100%);
	background: -webkit-linear-gradient(top, #428bcb 0%, #2b6299 100%);
	background: linear-gradient(to bottom, #428bcb 0%, #2b6299 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428bcb', endColorstr='#2b6299', GradientType=0 );
	border-radius: 5px;
	padding: 6px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	text-shadow: rgb(0, 0, 0) 0px 1px 5px;
	border: 1px solid #226eb5;
	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 */
.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: 0 20px 10px 20px;
}
/* BonusPrdChg Confirm01 */
.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: 28px 21px 0 21px;
}
.bg_elecTop_1 p {
	line-height: 30px;
}
/* BonusPrdChg Confirm02 */
.BonusPrdChgConfirm02 {
	padding-bottom: 40px;
}
.bg_subTitle {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #888;
    background: -moz-linear-gradient(top, #888 0%, #333 100%);
    background: -webkit-linear-gradient(top, #888 0%, #333 100%);
    background: linear-gradient(to bottom, #888 0%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888', endColorstr='#333', GradientType=0 );
    border: 1px solid #555;
	overflow: hidden;
}
.orderList ul {
	padding: 20px 224px;
	overflow: hidden;
}
.orderList ul li {
	padding-top: 8px;
	width: 100%;
	clear: both;
}
.orderList ul li label, .orderList_01 {
	float: left;
}
.orderList textarea {
	border: 1px solid #d4d4d4;
	height: 40px;
	resize: none;
	width: 200px;
}
/* BonusPrdChg Confirm03 */
.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;
}
/* BonusPrdChg Confirm04 */
.BonusPrdChgConfirm04 {
	padding-bottom: 200px;
}
.point {
	width: 100%;
	margin-top: 80px;
	text-align: center;
	line-height: 30px;
}
/* BonusPrd Detail */
.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: #00a2a5;
}
.prdDetilR font {
	font-size: 19px;
}
.prdDetilR_p {
	width: 304px;
	height: 330px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #fff;
	padding: 20px 0 0 20px;
	text-align: left;
	overflow: auto;
}
/* BonusSum */
.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: 0 20px 10px 20px;
}
/* BonusSum01 */
.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 */
.HelpContactUs {
	padding-left: 15px;
}
.HelpContactUs p {
	margin-top: 20px;
}
.HelpContactUs dt {
	color: #00a2a5;
}
.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: 5px 0 0 -5px;
}
/* HelpQADeposit */
.HelpQADeposit_dl {
	width: 928px;
	float: left;
	margin: 0 0 115px 16px;
}
.HelpQADeposit_dl dt {
	color: #00a2a5;
	margin-top: 28px;
}
/* MemChgPw */
.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: 1px solid #D4D4D4;
}
.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 */
.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 */
.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: 0 0 10px 12px;
}
.Sports_box dt {
	width: 87px;
	float: left;
}
.Sports_box dd {
	width: 355px;
	float: left;
	padding-left: 10px;
	overflow: hidden;
}
#Sports01_ball {
	width: 100%;
	margin: 20px 0 15px 0;
}
.Sports01_ball_amc dt {
	width: 100%;
	text-align: center;
}
.Sports01_ball_amc dd {
	width: 744px;
	float: left;
	margin-left: 113px;
	padding: 5px 0 15px 0;
}
/* JoinConfirm */
.JoinConfirm {
	margin-top: 10px;
}
.servRule {
	padding: 20px;
	height: 568px;
	background-color: #fff;
	overflow-y: auto;
	margin-bottom: 10px;
}
.servRule dd {
	padding-bottom: 28px;
}
/* RulePrivate */
.RulePrivate p {
	width: 928px;
	float: left;
	margin-left: 16px;
	margin-top: 27px;
}
/* RuleDute */
.RuleDute {
	height: 610px;
}
.RuleDute p {
	margin: 24px 15px;
}
/* RuleGame */
.RuleGame {
	height: 850px;
}
/* RuleSave */
.RuleSave {
	height: 620px;
}
.RuleSave p {
	margin: 24px 15px;
}
/* JoinData */
.JoinData {
	font-size: 13px;
	margin: 20px 20px 0 20px;
	padding: 20px 0 20px 20px;
	width: 942px;
	border: 1px solid #D4D4D4;
}
.JoinData ul {
	border-top: 1px solid #FFF;
	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: 1px solid #D4D4D4;
	margin: 0;
	padding: 0;
}
.notice {
	height: 62px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	width: 920px;
	margin-left: 38px;
	padding-top: 25px;
}
.noticeWord {
	color: #00a2a5;
	font-size: 36px;
	font-weight: bold;
	float: left;
	margin: 2px 10px 0 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 */
#bankList {
	width: 100%;
    height: 540px;
    margin: 0 auto;
    text-align: center;
}
#bankList a {
	display: inline-block;
	*display: inline;
    width: 195px;
    height: 72px;
    margin: 15px 5px 0 5px;
    border: 2px solid #ddd;
}
#bankList a:hover {
	border: 2px solid #e80000;
}
.icon_bank01, .icon_bank02, .icon_bank03, .icon_bank04, .icon_bank05, 
.icon_bank06, .icon_bank07, .icon_bank08, .icon_bank09, .icon_bank10, 
.icon_bank11, .icon_bank12, .icon_bank13, .icon_bank14, .icon_bank15, 
.icon_bank16, .icon_bank17, .icon_bank18, .icon_bank19, .icon_bank20 {
	display: inline-block;
	*display: inline;
	width: 195px;
	height: 72px;
}
.icon_bank01 {
	background: url(../images/members/icon_bank01.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank02 {
	background: url(../images/members/icon_bank02.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank03 {
	background: url(../images/members/icon_bank03.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank04 {
	background: url(../images/members/icon_bank04.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank05 {
	background: url(../images/members/icon_bank05.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank06 {
	background: url(../images/members/icon_bank06.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank07 {
	background: url(../images/members/icon_bank07.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank08 {
	background: url(../images/members/icon_bank08.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank09 {
	background: url(../images/members/icon_bank09.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank10 {
	background: url(../images/members/icon_bank10.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank11 {
	background: url(../images/members/icon_bank11.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank12 {
	background: url(../images/members/icon_bank12.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank13 {
	background: url(../images/members/icon_bank13.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank14 {
	background: url(../images/members/icon_bank14.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank15 {
	background: url(../images/members/icon_bank15.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank16 {
	background: url(../images/members/icon_bank16.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank17 {
	background: url(../images/members/icon_bank17.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank18 {
	background: url(../images/members/icon_bank18.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank19 {
	background: url(../images/members/icon_bank19.jpg) no-repeat;
	background-size: 100% auto;
}
.icon_bank20 {
	background: url(../images/members/icon_bank20.jpg) no-repeat;
	background-size: 100% auto;
}
/* MemDepositAtm */
.MemDepositAtm {
	width: 950px;
	margin: 24px 0 0 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: 24px 0 0 20px;
}
.MemDepositAtm_care p {
	padding-bottom: 29px;
}
/* MemDepositEpay */
#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: 1px solid #D4D4D4;
	margin: 0;
}
/* MemDepositEtpIntro */
.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 */

.ATM_example01 {
	width: 100%;
}
.ATM_example01_left {
	width: 315px;
	float: left;
	padding: 0 130px 16px 20px;
}
.ATM_example01_left p {
	margin-bottom: 10px;
}
.ATM_example01_right {
	width: 315px;
	float: left;
	padding: 0 110px 16px 0px;
}
.ATM_example01_right p {
	margin-bottom: 10px;
}
/* MemDepositSele */
.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.jpg) no-repeat 0px 0px;
}
.bg_onLine {
	background: url(/images/bg_SecDeposit.jpg) no-repeat 0px 0px;
}
.btn_onLine {
	cursor: pointer;
	background: url(/images/btn_SecDeposit.png);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_onLine:hover {
	background-position: bottom;
}
.btn_atm {
	cursor: pointer;
	background: url(/images/btn_atm.png);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_atm:hover {
	background-position: bottom;
}
.depositIntro {
	width: 119px;
	display: inline-block;
	cursor: pointer;
	border: none;
	background: url(/images/btn_type03.jpg);
	height: 21px;
	padding: 0 10px;
	color: #275A86;
}
.depositIntro:hover {
	background-position: bottom;
}
.bg_bank {
	background: url(/images/bg_bank.jpg);
}
.bg_etp {
	background: url(/images/bg_etp.jpg);
}
.bg_epay {
	background: url(/images/bg_epay.jpg);
}
.btn_elec {
	cursor: pointer;
	background: url(/images/btn_elec.png);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_elec:hover {
	background-position: bottom;
}
.btn_bank {
	cursor: pointer;
	background: url(/images/btn_bank.png);
	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.jpg) no-repeat 0 0 transparent;
}
.btn_overseas {
	cursor: pointer;
	background: url(/images/btn_overseas.png);
	width: 229px;
	height: 56px;
	border: 0px;
}
.btn_overseas:hover {
	background-position: bottom;
}*/

/* MemWithdrawBank */
.MemWithdrawBank {
	width: 926px;
	margin: 24px 0 0 20px;
	line-height: 28px;
}
.bank_01 {
	width: 100%;
	margin-top: 15px;
}
.bank_left {
	float: left;
	width: 470px;
	margin: 15px 0 0 40px;
}
.bank_left ul {
	width: 230px;
	float: left;
}
.bank_left li {
	padding-bottom: 15px;
}
.bank_right {
	float: right;
	width: 311px;
	padding: 0 0 10px 45px;
	margin-bottom: 24px;
}
/* MsgLine */
.lineMsg {
	font-size: 13px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	padding: 20px;
	margin: 15px 20px 0 20px;
}
.lineMsg textarea {
	resize: none;
	height: 300px;
	width: 99%;
	border: 1px solid #D4D4D4;
	margin-top: 10px;
}
/* 跑馬燈_跳框 */
.borderAll {
	border: 1px solid #D4D4D4;
}
.time_bg {
    background: #888;
    background: -moz-linear-gradient(top, #888 0%, #333 100%);
    background: -webkit-linear-gradient(top, #888 0%, #333 100%);
    background: linear-gradient(to bottom, #888 0%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888', endColorstr='#333', GradientType=0 );
	overflow: hidden;
}
.time_bg span {
	padding-left: 10px;
    font-weight: bold;
}
.PostAll {
    width: 96%;
    height: 528px;
    padding: 0;
    border: none;
    overflow-x: hidden;
    overflow-y: overlay;
}
.PostAll .textSet, .PostAll .textAll {
    padding: 10px 30px;
    line-height: 25px;
}
.PostAll .textSet {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.PostAll .textSet a {
	color: #555;
}
.PostAll .textSet a:hover {
	text-decoration: underline;
	color: #0072ff;
}
/* 跑馬燈_跳框文案內頁 */
.PostAll .textL {
	float: left;
	color: #ffd600;
}
.PostAll .textR {
	float: right;
	padding-right: 10px;
	color: #fff;
	font-size: 0.95em;
	font-weight: normal;
}
.btn_sentOut {
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
}
.btn_sentOut .sentOut {
	padding: 8px 25px;
}
/* 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   */
.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: #000;
	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 */
.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: #00a2a5;
	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: #00a2a5;
}
.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/members/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;
}
/*忘記密碼*/
.forgot_title {
	width: 100%;
    height: 40px;
    line-height: 40px;
    color: #444;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 30px;
}
.forgot_withdraw {
	display: block;
    width: 100%;
    margin: 0 0 10px 30px;
}
.forgot_text, .forgot_end {
	display: inline-block;
	*display: inline;
	font-size: 16px;
    color: #444;
    vertical-align: middle;
}
.WangJi_liContent {
	display: inline-block;
	*display: inline;
}
.WangJi_liContent input[type=text] {
	width: 200px;
	font-size: 1.1em;
}
.WangJi_liContent select {
	width: 226px;
    height: 30px;
}
.forgot_Red {
	display: inline-block;
	*display: inline;
	font-size: 15px;
	color: #f00;
    font-weight: bold;
    margin-left: 5px;
}
.forgot_btnSet {
    margin: 20px 0 20px 30px;
}
.tijiao_but, .forgot_backBtn {
	display: inline-block;
	*display: inline;
	width: 150px;
    height: 35px;
    line-height: 35px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #305182;
    background: -moz-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49a0d0), color-stop(100%, #305182));
    background: -webkit-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: -o-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: -ms-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: linear-gradient(to bottom, #49a0d0 0%, #305182 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a0d0', endColorstr='#305182', GradientType=0 );
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.tijiao_but:hover, .forgot_backBtn:hover {
	background: #a90026;
	background: -moz-linear-gradient(top, #ff003a 0%, #a90026);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff003a), color-stop(100%, #a90026));
	background: -webkit-linear-gradient(top, #ff003a 0%, #a90026);
	background: -o-linear-gradient(top, #ff003a 0%, #a90026);
	background: -ms-linear-gradient(top, #ff003a 0%, #a90026);
	background: linear-gradient(to bottom, #ff003a 0%, #a90026 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff003a', endColorstr='#a90026', GradientType=0 );
}
.forgot_backBtn {
	margin-right: 10px;
}
.forgot_end_outside {
    width: 442px;
    margin-left: 30px;
    border: 1px solid #bbb;
}
.forgot_end_inside {
    width: 400px;
    line-height: 25px;
    padding: 15px 20px;
    border: 1px solid #fff;
    color: #005fa0;
    font-size: 15px;
    font-weight: bold;
}
/*舊的忘記密碼CSS*/
.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 {
	width: 148px;
	margin-left: 15px;
	text-align: center;
	line-height: 28px;
	margin-right: 25px;
}
.WangJi_liContent select {
	padding: 0;
	margin: 0;
	width: 148px;
	height: 25px;
}
.WangJi_liContent input[type=text] {
	padding: 0;
	margin: 0;
	border: none;
	border: 1px solid #d4d4d4;
	width: 148px;
	height: 22px;
	line-height: 22px;
}
.WangJi_liContent input[type=password] {
	padding: 0;
	margin: 0;
	border: none;
	border: 1px solid #d4d4d4;
	width: 148px;
	height: 22px;
	line-height: 22px;
}
.WangJi_liName {
	width: 109px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
}
.WangJi_liBeizhu1 {
	padding-top: 10px;
}
.tijiao_but {
	width: 200px;
	height: 35px;
	margin: 30px auto 0;
	border: none;
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	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)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
	display: block;
	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: 30px auto 0;
	display: block;
}
.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;
}
.bg_subMain {
	clear: both;
	background-color: #ebebeb;
	overflow-x: hidden;
	overflow-y: auto;
    height: 571px;
    padding: 0 0 15px 0;
	/*min-height: 650px;*/
}
/*我的點數(新改版)*/
.myWallet {
    width: 97%;
    height: 538px;
    line-height: 30px;
    margin: 10px auto 0;
    font-weight: bold;
    color: #fff;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow-x: hidden;
    overflow-y: overlay;
}
.Myp_box_left {
	display: inline-block;
	*display: inline;
	width: 53%;
    margin: 10px;
}
.Myp_box_right {
	display: inline-block;
	*display: inline;
	width: 43.5%;
    margin: 10px 0;
    background-color: #efefef;
    vertical-align: top;
}
.form_top {
	display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #fff;
    background-color: #5173a0;
}
.form_top #Money {
	color: #ffd740;
}
.form_top div {
	line-height: 20px;
    padding-top: 5px;
    font-size: 15px;
}
.form_content {
	width: 100%;
}
.project_box_L {
	display: inline-block;
	*display: inline;
    width: 49%;
    margin-right: 1%;
}
.project_box_R {
	display: inline-block;
	*display: inline;
    width: 49%;
}
.project_box {
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	font-size: 15px;
    background-color: #ddd;
}
.project {
	display: inline-block;
	*display: inline;
	width: 46%;
    padding-left: 10px;
    color: #333;
    vertical-align: middle;
}
.get_point {
	display: inline-block;
	*display: inline;
	width: 26%;
    margin-right: 12px;
    color: #039612;
    text-align: right;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}
.get_point:hover {
	color: #ca0000;
}
.project_box .serving {
	color: #f00;
    font-weight: bold;
}
.rewind {
	display: inline-block;
	*display: inline;
    width: 16%;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    background-color: #54acad;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.rewind:hover {
    background-color: #269192;
}
.total {
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    padding-left: 10px;
    color: #fff;
    font-size: 15px;
    background-color: #7c7c7c;
}
.textYellow {
	color: #ffde00;
	font-size: 14px;
}
.update {
	background: url(../images/members/icon_update.png) #54acad no-repeat 8px 9px;
    border-radius: 5px;
    float: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.update:hover {
    background-color: #7cc8c8;
}
.enter_box {
	display: block;
	width: 90%;
	color: #444;
    margin: 26px auto;
    text-align: center;
}
.red_t, .green_t, .enter_t {
	display: inline-block;
	*display: inline;
	width: 30%;
	text-align: left;
    vertical-align: middle;
}
.red_t {
    color: #d60000;
}
.green_t {
    color: #00a04b;
}
.enter_box .Input_box {
	width: 180px;
    height: 25px;
}
.selectSet {
	display: inline-block;
	*display: inline;
	position: relative;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #000;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-radius: 4px;
}
.selectAccount {
	width: 17px;
	height: 31px;
	float: right;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
}
.selectAccount:hover {
	background-color: #dedede;
}
.selectAccount .arrow {
	background: url(../images/members/btn_selectAccount.png) no-repeat;
	background-size: 100% auto;
	width: 9px;
	height: 8px;
	margin: 70% auto;
}
.optionSet {
	width: 205px;
    height: 195px;
    border: 1px solid #cad9e7;
    background-color: #fff;
    margin-left: -6px;
    display: none;
    overflow: overlay;
}
.option_getPoint, .option_getPointED {
	display: block;
	width: 200px;
    height: 27px;
    line-height: 27px;
    padding-left: 5px;
    border-bottom: 1px solid #cad9e7;
    font-size: 14px;
}
.option_getPoint {
    background-color: #fff;
    color: #000;
}
.option_getPoint:hover {
	background-color: #1e90ff;
	color: #fff;
}
.option_getPointED {
    background-color: #1e90ff;
    color: #fff;
}
#ddlPayout {
	z-index: 2;
}
#ddlPayin {
	z-index: 1;
}
.btn_Sent {
	background: #470606;
	background: -moz-linear-gradient(top, #b94040 0%, #470606 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b94040), color-stop(100%, #470606));
	background: -webkit-linear-gradient(top, #b94040 0%, #470606 100%);
	background: -o-linear-gradient(top, #b94040 0%, #470606 100%);
	background: -ms-linear-gradient(top, #b94040 0%, #470606 100%);
	background: linear-gradient(to bottom, #b94040 0%, #470606 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94040', endColorstr='#470606', GradientType=0 );
	border: 1px solid #700e0b;
	color: #fff;
	width: 85%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.btn_Sent:hover {
	background: #b94040;
	background: -moz-linear-gradient(top, #470606 0%, #b94040 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #470606), color-stop(100%, #b94040));
	background: -webkit-linear-gradient(top, #470606 0%, #b94040 100%);
	background: -o-linear-gradient(top, #470606 0%, #b94040 100%);
	background: -ms-linear-gradient(top, #470606 0%, #b94040 100%);
	background: linear-gradient(to bottom, #470606 0%, #b94040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#470606', endColorstr='#b94040', GradientType=0 );
}
.new_ad {
	background: url(../images/members/index.html) no-repeat;
	background-size: 100% auto;
	width: ;
	height: ;
}
/*會員互轉*/
.memchange_submain {
    width: 96%;
    height: auto;
    margin: 10px auto;
    padding: 10px;
}
.data_send {
    margin-bottom: 10px;
}
.data_send .left_set {
    width: 90px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-color: #24507e;
}
.img_memberinfo {
    width: 74px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/members/icon_titleWithdraw02.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.img_note {
    width: 74px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/members/icon_titleATM03.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.data_send .right_set {
    padding: 20px 20px 10px 20px;
    background-color: #fff;
	/*box-shadow: 4px 4px 11px #c2c4c6 inset;*/
	border: 1px solid #ccc;
    vertical-align: top;
}
.right_set .wd_title {
	display: inline-block;
    *display: inline;
    width: 80%;
    vertical-align: middle;
}
.right_set .wd_title h5 {
    display: inline-block;
    *display: inline;
    margin-right: 10px;
    font-size: 26px;
    font-weight: bold;
    color: #173b71;
    vertical-align: middle;
}
.right_set .wd_title .tips {
    font-size: 15px;
    color: #d60000;
}
.right_set .btnback {
    display: inline-block;
    *display: inline;
    float: right;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
.btn_fgpw {
	display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #3fb9ae;
    background: -moz-linear-gradient(top, #3fb9ae 0%, #0a7168 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fb9ae), color-stop(100%, #0a7168));
    background: -webkit-linear-gradient(top, #3fb9ae 0%, #0a7168 100%);
    background: -o-linear-gradient(top, #3fb9ae 0%, #0a7168 100%);
    background: -ms-linear-gradient(top, #3fb9ae 0%, #0a7168 100%);
    background: linear-gradient(to bottom, #3fb9ae 0%, #0a7168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb9ae', endColorstr='#0a7168', GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.btn_fgpw:hover {
    background: #1e9086;
    background: -moz-linear-gradient(top, #1e9086 0%, #04544d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e9086), color-stop(100%, #04544d));
    background: -webkit-linear-gradient(top, #1e9086 0%, #04544d 100%);
    background: -o-linear-gradient(top, #1e9086 0%, #04544d 100%);
    background: -ms-linear-gradient(top, #1e9086 0%, #04544d 100%);
    background: linear-gradient(to bottom, #1e9086 0%, #04544d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9086', endColorstr='#04544d', GradientType=0 );
}
.right_set .line {
    border-top: 1px solid #bbb;
    margin: 10px 0;
}
.mc_data {
    width: 100%;
}
.item_set {
    display: inline-block;
    *display: inline;
    width: 80%;
    vertical-align: top;
    text-align: left;
    color: #666;
    font-size: 15px;
}
.mc_data .item {
    display: inline-block;
    *display: inline;
    width: 49%;
    margin-bottom: 10px;
    vertical-align: top;
}
.mc_data .title {
    display: inline-block;
    *display: inline;
    width: 90px;
    text-align: right;
    vertical-align: middle;
}
.item .no_pw {
    display: inline-block;
    *display: inline;
    color: #173b71;
    vertical-align: middle;
}
.mc_data .input_set {
	display: inline-block;
    *display: inline;
}
.mc_data .mc_input, .mc_data .mc_input_s {
    display: inline-block;
    *display: inline;
    height: 25px;
    line-height: 25px;
    padding: 3px 0 3px 7px;
    border: none;
	background-color: #fff;
	border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}
.mc_data .mc_input {
    width: 180px;
    font-size: 18px;
    font-weight: bold;
 }
.mc_data .mc_input_s {
    width: 95px;
    font-size: 15px;
 }
.mc_data input[type=text]:disabled:disabled, .mc_data select:disabled:disabled {
    background-color: #ececec !important;
    /*box-shadow: 2px 2px 4px #c1c1c1 inset;*/
    color: #a0a0a0;
    cursor: default;
}
.mc_data .mc_input.input_green {
    color: #009a48;
}
.mc_data .mc_input.input_red {
    color: #f00;
}
.btn_set {
    display: inline-block;
    *display: inline;
    text-align: right;
    vertical-align: top;
}
.btn_blue {
	display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #3791c3;
    background: -moz-linear-gradient(top, #3791c3 0%, #1c4880 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3791c3), color-stop(100%, #1c4880));
    background: -webkit-linear-gradient(top, #3791c3 0%, #1c4880 100%);
    background: -o-linear-gradient(top, #3791c3 0%, #1c4880 100%);
    background: -ms-linear-gradient(top, #3791c3 0%, #1c4880 100%);
    background: linear-gradient(to bottom, #3791c3 0%, #1c4880 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3791c3', endColorstr='#1c4880', GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.btn_blue:hover {
    background: #2264a7;
    background: -moz-linear-gradient(top, #2264a7 0%, #07264c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2264a7), color-stop(100%, #07264c));
    background: -webkit-linear-gradient(top, #2264a7 0%, #07264c 100%);
    background: -o-linear-gradient(top, #2264a7 0%, #07264c 100%);
    background: -ms-linear-gradient(top, #2264a7 0%, #07264c 100%);
    background: linear-gradient(to bottom, #2264a7 0%, #07264c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2264a7', endColorstr='#07264c', GradientType=0 );
}
.btn_green {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #3fb9ae;
    background: -moz-linear-gradient(top, #3fb9ae 0%, #0a7168 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fb9ae), color-stop(100%, #0a7168));
    background: -webkit-linear-gradient(top, #3fb9ae 0%, #0a7168 100%);
    background: -o-linear-gradient(top, #3fb9ae 0%, #0a7168 100%);
    background: -ms-linear-gradient(top, #3fb9ae 0%, #0a7168 100%);
    background: linear-gradient(to bottom, #3fb9ae 0%, #0a7168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb9ae', endColorstr='#0a7168', GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.btn_green:hover {
    background: #1e9086;
    background: -moz-linear-gradient(top, #1e9086 0%, #04544d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e9086), color-stop(100%, #04544d));
    background: -webkit-linear-gradient(top, #1e9086 0%, #04544d 100%);
    background: -o-linear-gradient(top, #1e9086 0%, #04544d 100%);
    background: -ms-linear-gradient(top, #1e9086 0%, #04544d 100%);
    background: linear-gradient(to bottom, #1e9086 0%, #04544d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9086', endColorstr='#04544d', GradientType=0 );
}
.mc_data .item_check {
    display: inline-block;
    *display: inline;
    width: 49%;
    margin-bottom: 10px;
}
.mc_data input[type=checkbox] {
    display: inline-block;
    *display: inline;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    cursor: pointer;
}
.mc_data .checktext {
    display: inline-block;
    *display: inline;
    color: #24507e;
    font-weight: bold;
    vertical-align: middle;
}
.data_send {
    margin-bottom: 10px;
}
.precautions {
    line-height: 25px;
    padding-left: 20px;
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #555;
}
.precautions li {
    list-style-type: decimal;
    color: #cb2222;
}
/*轉點紀錄*/
.transPoint {
	background-color: #FFF;
    font-size: 14px;
    font-family: '微軟正黑體';
    font-weight: bold;
    color: #555;
}
.RecContant {
	min-height: 550px;
	padding: 5px 15px;
}
.RecList, .dealList, .giftList {
    text-align: center;
    margin: 10px auto;
}
.RecList td, .dealList td, .giftList td {
	border: 1px solid #d4d4d4;
	height: 20px;
    line-height: 20px;
    padding: 2px 0;
    vertical-align: middle;
    text-align: center;
}
.RecList .cell {
	width: 25%;
}
.RecList .dataList {
	background: #fff;
	line-height: 29px;
}
.mypurselist_bg {
	width: 100%;
    height: 38px;
    line-height: 37px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.transformSet {
	float: left;
	margin-left: 20px;
}
.transformSet .text1 {
	margin-right: 30px;
	vertical-align: middle;
}
.transformSet .text2 {
	margin-right: 5px;
	vertical-align: middle;
}
.mypurselist_bg select {
	width: 125px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #b3b3b3;
    vertical-align: middle;
}
.mypurselist_bg input[type=text] {
	border: 1px solid #b3b3b3;
	width: 100px;
	margin-bottom: 5px;
	cursor: pointer;
}
.dateSet {
	float: right;
	margin-right: 20px;
}
.dateSet .DatePicker {
	margin-left: 5px;
}
.btn_recSentOut {
	background: #305182;
    background: -moz-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49a0d0), color-stop(100%, #305182));
    background: -webkit-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: -o-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: -ms-linear-gradient(top, #49a0d0 0%, #305182 100%);
    background: linear-gradient(to bottom, #49a0d0 0%, #305182 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a0d0', endColorstr='#305182', GradientType=0 );
	width: 45px;
	height: 25px;
	color: #fff;
    margin: 0 0 5px 5px;
    border-radius: 3px;
	cursor: pointer;
}
.btn_recSentOut:hover {
	background: #b10000;
    background: -moz-linear-gradient(top, #f00 0%, #b10000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f00), color-stop(100%, #b10000));
    background: -webkit-linear-gradient(top, #f00 0%, #b10000 100%);
    background: -o-linear-gradient(top, #f00 0%, #b10000 100%);
    background: -ms-linear-gradient(top, #f00 0%, #b10000 100%);
    background: linear-gradient(to bottom, #f00 0%, #b10000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00', endColorstr='#b10000', GradientType=0 );
}
.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;
}
.green {
	color: #00a2a5;
}
.green1 {
	color: #00a2a5;
	text-align: right;
}
.green2 {
	color: #39B54A;
}
.red1 {
	color: #F00;
	text-align: right;
}
.red2 {
	color: #C4232B;
}
.yellow1 {
	color: #ffd740;
}
.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: 10px 0 0 25px;
	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: 5px 0 100px 0;
}
.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: #B00;
}
.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: 25px auto 50px;
	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: 25px auto;
	font-family: '微軟正黑體';
	line-height: 25px;
}
.brandSearch {
	width: 600px;
	height: 30px;
	margin: -60px auto 50px;
	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: 40px 0 0 65px;
}
.shoujiJX_R {
	float: right;
	width: 637px;
}
.shoujiJX_Rbox {
	padding: 0 19px 0 24px;
	width: 594px;
	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: 10px 0 9px 0;
	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;
	border-radius: 5px;
	background: none;
	padding: 0px 10px;
	margin: 5px 0px 5px 160px;
}
.btn_accountStart {
	border: 0px;
	background: none;
	width: 228px;
	height: 44px;
	display: block;
	cursor: pointer;
	padding: 0px 10px;
	margin: 10px 0px 10px 347px;
}
.btn_resentCode {
	border: 0px;
	padding: 0px;
	background: none;
	width: 228px;
	height: 44px;
	display: block;
	cursor: pointer;
	margin: 35px 0px 10px 347px;
}
.openOut {
	width: 228px;
	height: 44px;
	border: 0;
	border-radius: 5px;
	background: url(../images/members/open_TurnOutTM.png);
	padding: 0 10px;
	margin: 5px 0px 5px 160px;
	cursor: pointer;
}
.btn_sendVerCodess {
	border: 0px;
	padding: 0px;
	background: url(../images/members/send_VerCodeTM.png);
	width: 228px;
	height: 44px;
	display: block;
	cursor: pointer;
	margin: 35px 0px 10px 347px;
}
.msgHintClose {
	background: none;
	padding: 0;
	border: 0;
	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;
}
.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: 28px auto;
}
.SEC_example span {
	color: #00a2a5;
	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: 10px 0 25px 0;
}
.btn_StoreTeac {
	background: none;
	border: 0;
	width: 475px;
	height: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 5px 0 0 50px;
}
.btn_StoreTeac:hover {
}
a.depositWidth, a.withdrawWidth {
	width: 27px;
}
.kuang_bj, .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;
}
.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;
}
.members_logo {
	background: url(../images/help_icon/help_logo7235.png?20190411) no-repeat;
	background-size: 100% auto;
	width: 191px;
	height: 60px;
}
.ggzq_css {
	width: 146px;
	height: 38px;
	font-size: 1em;
	position: relative;
	top: 8px;
}
.ptzt_css {
	display: inline-block;
	width: 149px;
	height: 38px;
}
.steps {
	width: 950px;
    margin: 10px auto;
    font-size: 15px;
}
.stepTitle {
	float: left;
	width: 90px;
    height: 380px;
    padding-top: 10px;
    background-color: #24507e;
    text-align: center;
}
.stepTitle img {
	margin: 20px auto;
}
.stepsMain {
	float: left;
	width: 820px;
    height: 350px;
    padding: 20px;
    background-color: #d5d5d5;
    box-shadow: 4px 4px 11px #c2c4c6 inset;
}
.btn_back {
	width: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	margin: 8px 22px 0 0;
	background-color: #0377A4;
	border-radius: 5px;
	padding: 8px;
	text-align: center;
	color: #fff;
}
/**/
.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-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: 5px 0;
}
.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: 0 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-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-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;
	}
}

/* This is for Gecko-based browsers */
.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;
}
/*註冊流程*/
.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;
	background: -moz-linear-gradient(left, #275ea5 0%, #777 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #275ea5), color-stop(100%, #777));
	background: -webkit-linear-gradient(left, #275ea5 0%, #777 100%);
	background: -o-linear-gradient(left, #275ea5 0%, #777 100%);
	background: -ms-linear-gradient(left, #275ea5 0%, #777 100%);
	background: linear-gradient(to right, #275ea5 0%, #777 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275ea5', endColorstr='#777', GradientType=1 );
}
/*已完成*/
.process .complete .title {
	color: #275EA5;
}
.process .complete .no, .process .complete .aisle {
	background-color: #275EA5;
}
/* Hides from IE-mac \*/
.pdbottom {
	padding-bottom: 20px;
}
.col-ct:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.col-left, .col-right {
	float: left;
}
.col-left {
	width: 380px;
}
.col-right {
	width: 504px;
	border-left: 1px solid #DDD;
	padding-left: 15px;
}
.col-md-left, .col-md-right {
	display: inline-block;
	*display: inline;
    vertical-align: top;
}
.col-md-left {
	width: 230px;
	border-right: 1px solid #DDD;
}
.col-md-right {
	width: 67%;
    padding-left: 50px;
}
#main {
	width: 100%;
	height: auto;
}
#main-inner {
	width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}
#main-inner .title {
	font-size: 35px;
	line-height: 40px;
	float: left;
}
#main-inner .title2 {
	font-size: 31px;
	line-height: 40px;
	color: #265EA5;
	margin: 10px 0 0;
}
#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 .required {
	width: 3%;
}
.table .heading {
	width: 25%;
}
.table2 td, .table3 td {
	height: 40px;
	line-height: 40px;
}
.table2 .heading, .table3 .heading {
	width: 20%;
}
.table2 .message {
	width: 53%;
}
.table3 .message {
	width: 29%;
}
.table3 .widthSet1 {
	width: 195px;
	padding: 3px 8px;
}
.table3 .app_input {

}
.table3 .widthSet2 {
	width: 169px;
}
.table3 .t13 {
	padding-left: 5px;
}
.table3 .t13 .text {
	display: inline-block;
	*display: inline;
	margin-left: 5px;
	vertical-align: middle;
}
.confirmed {
	background: url(../images/members/pass.png) no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 17px;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
}
.col-ct .btn_recSentOut {
	/*width: 145px;*/
	width: 90px;
    margin: 0;
}
.col-ct .btn_finish {
	margin: 0 0 0 16%;
}
.bnt-inner {
	padding: 20px 0 20px 435px;
	clear: both;
}
.pic1 {
	background: url(../images/members/ico-bg1.png) no-repeat right top;
	background-size: auto 100%;
    height: 200px;
}
.pic2 {
	background: url(../images/members/ico-bg2.png) no-repeat right top;
	background-size: auto 100%;
    height: 200px;
}
/*提示訊息*/
.tipSet .error_set, .popup_tipset {
	font-size: 15px;
    text-align: left;
    margin: 0;
}
/*游標*/
.cursorhelp {
	cursor: help;
}
input[type=text], input[type=password], select {
	padding: 3px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	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;
}
/*彈跳視窗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: 30px 0 0 40px;
}
.col-ct .text-error {
	color: #F00;
	line-height: 15px;
    font-size: 15px;
}
.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: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.contHeight {
	height: 264px;
}
.contHeight {
	height: 350px;
}
.bankSysMaintenance {
	margin: 15px 3px 0 0;
}
.bankSysMaintenance {
	background: url(../images/members/bg_bankSysMaintenance.png) no-repeat;
}
.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: 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;
}
/*最新消息*/
#news_info {
    background: url(../images/new_index/index_bg8ccf.jpg?2019062801) repeat-y top left #444;
	background-size: cover;
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
}
.list {
	margin: 0;
    padding: 20px;
}
.list li {
	background-color: #ddd;
	border: 1px solid #fff;
	text-align: left;
	line-height: 45px;
}
.list .inactive {
	display: block;
	position: relative;
	padding-left: 10px;
	color: #666;
	font-size: 15px;
	font-weight: normal;
}
.list .inactive2 {
	display: block;
    position: relative;
    width: 95%;
    line-height: 25px;
    padding: 10px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    font-weight: normal;
}
.list .event-con {
	display: inline-block;
    *display: inline;
    width: 82%;
    margin-left: 10px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
}
.list .inactive:hover {
	color: #c60000;
}
.list .event-con:hover {
	color: #c60000;
	text-decoration: underline;
}
.list .event1 {
	background-color: #e47400;
	border: 1px solid #ffc38f;
}
.list .event2 {
	background-color: #00821b;
	border: 1px solid #4ece08;
}
}
.list .event3 {
    background-color: #0086ea;
    border: 1px solid #005598;
}
.list .event4 {
	background-color: #c10000;
	border: 1px solid #ff5959;
}
.list .event1, .list .event2, .list .event3, .list .event4 {
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	text-shadow: #000 0 0 3px;
}
.list li ul li {
	margin-left: -40px;
	background-color: #fff;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
/*最新消息_顯示未讀*/
.unlook{
	display: inline-block;
	background: #db0838;
	color: #fff;
	padding: 2px 10px;
	margin: 0 5px 0 0;
	border-radius: 5px;
	font-size: 0.85em;
	line-height: 20px;
}
/*更新_秒數倒數*/
.time_upload {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 1px 5px 1px 0;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background-color: #009baf;
	vertical-align: middle;
}
.text_sec {
	color: #ff0;
	font-weight: bold;
}
