/*********  共用樣式  *********/
.text_red {
    color: #f00;
}
.text_deepred {
    color: #d60000;
}
.text_pink {
    color: #ff79a9;
}
.text_green {
    color: #009e00;
}
.text_deepgreen {
    color: #009445;
}
.text_yellow {
    color: #ffca00;
}
.text_deepyellow {
    color: #bda800;
}
.text_gray {
    color: #888;
}
.text_blue {
    color: #0058ff;
}
a {
    transition: all 0.3s ease-out;
    border: 0;
}
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;
}
input[type="text"]:focus, input[type="password"]:focus {
    color: #000;
}
html {
    background-color: #333;
}
/*共用*/
.time_sec {
    color: #888;
}
.popup_news {
    width: 1000px;
    margin: 0 auto;
}
.popup_members, .popup_withdrawal, .popup_mypurse {
    margin: 0 auto;
    background-color: #f1f1f1;
}
.popup_mypurse {
    width: 1000px;
    height: 803px;
}
/*********  忘記密碼  *********/
.popup_forgotpw {
    margin: 0 auto;
    background-color: #1b3856;
    overflow: hidden;
}
.forgot_submain {
    height: 250px;
    padding: 10px 0 20px 0;
    background-color: #ebebeb;
    overflow: hidden;
}
.forgot_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #005fa0;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 30px;
}
.forgot_withdraw {
    width: 100%;
    margin: 0 0 10px 30px;
}
.forgot_text {
    display: inline-block;
    *display: inline;
    font-size: 16px;
    font-weight: bold;
    color: #4e4e4e;
    vertical-align: middle;
}
.forgot_Red {
    display: inline-block;
    *display: inline;
    margin-left: 5px;
    font-size: 15px;
    color: #d60000;
    font-weight: bold;
}
.forgot_submain input[type=text], .forgot_submain input[type=password] {
    display: inline-block;
    *display: inline;
    padding: 3px 12px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.forgot_submain select {
    display: inline-block;
    *display: inline;
    width: 194px;
    height: 30px;
    padding: 3px 12px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.btnset_forgot {
    margin: 20px 0 20px 30px;
}
.forgot_btnsend, .forgot_return {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #6d0019;
    background: -moz-linear-gradient(top, #a90329 0%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(100%, #6d0019));
    background: -webkit-linear-gradient(top, #a90329 0%, #6d0019 100%);
    background: -o-linear-gradient(top, #a90329 0%, #6d0019 100%);
    background: -ms-linear-gradient(top, #a90329 0%, #6d0019 100%);
    background: linear-gradient(to bottom, #a90329 0%, #6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.forgot_return {
    margin-right: 10px;
}
.forgot_tips {
    width: 420px;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px 30px;
    color: #005fa0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bbb;
}
.forgot_tips .text {
    text-align: left;
}
/*********  平台轉帳  *********/
.point_submain {
    margin-left: 150px;
    float: left;
    width: 890px;
    height: 613px;
    padding: 20px;
    background: #ddd;
    vertical-align: top;
}
.wallet_set {
    width: 97%;
    line-height: 30px;
    margin: 10px auto 0;
    font-weight: bold;
    color: #555;
    background-color: #FFF;
    border: 1px solid #cecece;
}
.walletbox_left {
    display: inline-block;
    width: 58%;
    min-height: 435px;
    margin: 10px;
}
.walletbox_right {
    display: inline-block;
    *display: inline;
    width: 38%;
    min-height: 490px;
    margin: 10px 0;
    background-color: #e6e6e6;
    vertical-align: top;
}
.form_top {
    height: 60px;
    line-height: 60px;
    height: 60px \9;
    line-height: 60px \9;
    padding: 5px 10px 5px 15px;
    color: #fff;
    text-align: justify;
    background-color: #333;
}
.form_top div {
    line-height: 20px;
    font-size: 15px;
    font-size: 13px \9;
}
.form_content {
    width: 100%;
}
.items_left {
    display: inline-block;
    *display: inline;
    width: 49%;
    margin-right: 1%;
    vertical-align: top;
}
.items_right {
    display: inline-block;
    *display: inline;
    width: 49%;
    vertical-align: top;
}
.project_box {
    height: 37px;
    line-height: 37px;
    margin-top: 5px;
    font-size: 15px;
    background-color: #e6e6e6;
    cursor: pointer;
}
.project_box:hover {
    background: #b3e0dd;
}
.project {
    display: inline-block;
    *display: inline;
    width: 59%;
    padding-left: 10px;
    vertical-align: middle;
}
.get_point {
    display: inline-block;
    *display: inline;
    width: 34%;
    color: #039612;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
}
.get_point:hover {
    color: #ca0000;
}
.project_box .serving {
    color: #f00;
    font-weight: bold;
}
.rewind {
    display: inline-block;
    *display: inline;
    float: right;
    width: 40px;
    height: 26px;
    line-height: 26px;
    margin: 7px 5px 0 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    background-color: #54acad;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.rewind:hover {
    background-color: #218586;
}
.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 {
    float: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    margin: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    background: url(../images/member_icon/icon_update.png) #54acad no-repeat 8px 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.update:hover {
    background-color: #7cc8c8;
}
.transfer_box {
    width: 85%;
    margin: 25px auto;
}
.title_text {
    display: inline-block;
    *display: inline;
    width: 27%;
    text-align: left;
    vertical-align: middle;
}
.transfer_box .Input_box {
    float: right;
    width: 193px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 13px;
    color: #888;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    border: 1px solid #a9a9a9;
}
.select_set {
    display: inline-block;
    *display: inline;
    float: right;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    vertical-align: middle;
}
.select_account {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    width: 25px;
    height: 30px;
    text-align: center;
}
.select_account:hover {
    background-color: #dedede;
}
.select_account .arrow {
    background: url(../images/member_icon/btn_arrow_d.png) no-repeat;
    width: 9px;
    height: 8px;
    margin: 12px auto;
}
.optionSet {
    display: none;
    width: 205px;
    height: 195px;
    background-color: #fff;
    border: 1px solid #cad9e7;
    margin-left: -6px;
    overflow: overlay;
}
.option_getPoint, .option_getPointED {
    display: block;
    height: 27px;
    line-height: 27px;
    padding-left: 5px;
    font-size: 14px;
    text-align: left;
}
.option_getPoint {
    background-color: #fff;
    color: #000;
    border: 1px solid #a9a9a9;
    border-top: none;
}
.option_getPoint:hover {
    background-color: #1e90ff;
    color: #fff;
}
.option_getPointED {
    background-color: #1e90ff;
    color: #fff;
    border-bottom: 1px solid #a9a9a9;
}
#ddlPayout {
    position: relative;
    z-index: 20;
}
#ddlPayin {
    position: relative;
    z-index: 10;
}
.select_text {
    position: relative;
    z-index: 500;
    padding-left: 5px;
    border: 1px solid #a9a9a9;
}
.tf_list {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 308px;
    overflow-y: auto;
    border-bottom: none;
}
.btn_sent {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    background: #bf0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #700e0b;
    cursor: pointer;
}
.btn_sent:hover {
    background: #470606;
}
/*********  轉帳+交易紀錄(共用)  *********/
.mypurse_submain, .transfer_submain, .gift_submain {
    margin-left: 150px;
    float: left;
    width: 890px;
    height: 613px;
    padding: 20px;
    background: #ddd;
    vertical-align: top;
}
.type_list {
    width: 100%;
    height: 38px;
    line-height: 37px;
    color: #fff;
    background-color: #666;
}
.mypurse_submain .type_set, .transfer_submain .type_set, .gift_submain .type_set {
    float: left;
    margin-left: 20px;
}
.mypurse_submain .type_set span, .mypurse_submain .date_select span, 
.transfer_submain .type_set span, .transfer_submain .date_select span, 
.gift_submain .type_set span, .gift_submain .date_select span {
    vertical-align: middle;
}
.type_list select {
    width: 130px;
    height: 28px;
    line-height: 28px;
    color: #555;
    font-size: 15px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.mypurse_submain .date_select, .transfer_submain .date_select, .gift_submain .date_select {
    float: right;
    margin-right: 20px;
}
.mypurse_submain .date_select input[type=text], .transfer_submain .date_select input[type=text], 
.gift_submain .date_select input[type=text] {
    width: 72px;
    padding: 3px 20px 3px 9px;
    line-height: 18px;
    margin: 0 5px;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -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;
    background-image: url(../images/member_icon/icon_date.png);
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 95% 45%;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.btn_sentout {
    width: 60px;
    height: 25px;
    margin: 0 0 0 10px;
    color: #fff;
    background: #3fb9ae;
    background: -moz-linear-gradient(top, #3fb9ae 0%, #29948a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fb9ae), color-stop(100%, #29948a));
    background: -webkit-linear-gradient(top, #3fb9ae 0%, #29948a 100%);
    background: -o-linear-gradient(top, #3fb9ae 0%, #29948a 100%);
    background: -ms-linear-gradient(top, #3fb9ae 0%, #29948a 100%);
    background: linear-gradient(to bottom, #3fb9ae 0%, #29948a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb9ae', endColorstr='#29948a', GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_sentout:hover {
    color: #fff;
    background: #ff1449;
    background: -moz-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1449), color-stop(100%, #af0028));
    background: -webkit-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: -o-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: -ms-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: linear-gradient(to bottom, #ff1449 0%, #af0028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1449', endColorstr='#af0028', GradientType=0 );
}
.record_set {
    padding: 10px 15px;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
}
.transfer_set {
    height: 534px;
    padding: 0 15px;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
}
.gift_set {
    height: 534px;
    padding: 10px 15px;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
}
.record_set {
    width: 96.7%;
    height: 550px;
}
.record_list, .transfer_list, .gift_list, .mc_accountlist {
    text-align: center;
}
.record_item, .transfer_item, .gift_item {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    background: #444;
    overflow: hidden;
}
.record_list th, .record_list td, .transfer_list th, .gift_list th, .gift_list td {
    height: 30px;
    line-height: 20px;
    padding: 1px 2px;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
}
.record_list th, .record_list td, .gift_list th, .gift_list td {
    font-size: 15px;
}
.record_list .cell1, .record_list .cell2 {
    width: 20%;
}
.record_list .cell3 {
    width: 18%;
}
.no_data {
    font-size: 16px;
}
.record_list .recmoney {
    text-align: right;
    padding-right: 10px;
}
.data_item {
    background: #efefef;
}
.data_item:hover {
    background: #cdecea;
}
.time_upload {
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 8px 0 0 10px;
    padding: 0 10px;
    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;
}
/*********  交易紀錄  *********/
.btn_search {
    display: inline-block;
    *display: inline;
}
.date_select .btn_sentout {
    margin: 0 0 0 2px;
    padding: 3px 10px;
    font-size: 15px;
}
.date_select .selected {
    background: #ff1449;
    background: -moz-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1449), color-stop(100%, #af0028));
    background: -webkit-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: -o-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: -ms-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: linear-gradient(to bottom, #ff1449 0%, #af0028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1449', endColorstr='#af0028', GradientType=0 );
}
.transfer_list th {
    font-size: 14px;
}
.transfer_list td {
    line-height: 18px;
    padding: 2px 0;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.transfer_list .cell0 { /*选择*/
    width: 4%;
}
.transfer_list .cell1 { /*交易时间*/
    width: 10%;
}
.transfer_list .cell2 { /*交易类别*/
    width: 8%;
}
.transfer_list .cell3 { /*交易内容*/
    width: 11%;
}
.transfer_list .cell4 { /*汇款帐号*/
    width: 15%;
}
.transfer_list .cell5 { /*交易金额*/
    width: 11%;
}
.transfer_list .cell6 { /*交易状态*/
    width: 8%;
}
.transfer_list .cell7 { /*优惠*/
    width: 11%;
}
.transfer_list .cell8 { /*手续费*/
    width: 11%;
}
.transfer_list .moneychange, .gift_list .moneychange {
    text-align: right;
    padding-right: 5px;
}
/*********  活動點數  *********/
.gift_list .cell1 { /*交易时间*/
    width: 20%;
}
.gift_list .cell2 { /*單號*/
    width: 26%;
}
.gift_list .cell3 { /*交易類別*/
    width: 10%;
}
.gift_list .cell5 { /*交易點數*/
    width: 12%;
}
.gift_list .cell6 { /*交易狀態*/
    width: 9%;
}
.gift_list .cell7 { /*餘額*/
    width: 16%;
}
/*********  變更資料  *********/
.datachange_out {
    display: inline-block;
    *display: inline;
    float: left;
    width: 930px;
    height: 653px;
    vertical-align: top;
    overflow: hidden;
}
.datachange_outbg {
    background: url(../images/member_icon/datachange_bg.png) no-repeat #737373;
    height: 633px;
    padding: 20px 0 0 0;
}
.dc_member {
    position: relative;
    top: -10px;
    width: 85%;
    line-height: 20px;
    padding: 10px 20px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.bg_black {
    background-color: #5f5f5f;
}
.bg_white {
    background-color: #dcdcdc;
}
.dc_member .id_list {
    display: inline-block;
    *display: inline;
    background: url(../images/member_icon/icon_bighead.png) no-repeat;
    background-size: 100% auto;
    width: 37px;
    height: 32px;
    vertical-align: middle;
}
.dc_member .id_span{
    position: absolute;
    top: 15px;
    left: 60px;
}
.dc_member span {
    display: inline-block;
    *display: inline;
    color: #2b2b2b;
    font-size: 15px;
    vertical-align: middle;
}
.datachange_out .id_set, .datachange_in .id_set {
    font-size: 18px;
    font-weight: bold;
}
.datachange_out .id_set {
    color: #184175;
}
.datachange_in .id_set {
    color: #296dc5;
}
.dc_popup {
    position: relative;
    top: 95px;
    width: 80%;
    height: 322px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.dc_popup .acconet_left {
    display: inline-block;
    *display: inline;
    width: 253px;
    height: 322px;
    background: url(../images/member_icon/bg_left.png) no-repeat;
    background-size: 100% auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    vertical-align: middle;
}
.dc_popup .acconet_right {
    display: inline-block;
    *display: inline;
    line-height: 60px;
    margin-left: 10px;
    vertical-align: middle;
}
.acconet_id .id_set {
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #285ea6;
}
.dc_popup .pw span {
    display: inline-block;
    *display: inline;
    font-size: 16px;
    vertical-align: middle;
}
.dc_popup .pw input[type=password] {
    display: inline-block;
    *display: inline;
    width: 210px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.problem_img {
    display: inline-block;
    *display: inline;
    background: url(../images/member_icon/ticon_problem.png) no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 5px;
    vertical-align: middle;
}
.forgot_pw {
    font-size: 13px;
    color: #0065a0;
}
.forgot_pw:hover {
    color: #f00;
    text-decoration: underline;
}
.datachange_out .btn_set {
    display: block;
    text-align: left;
}
.btn_finish {
    width: 315px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background-color: #ab1313;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.btn_finish:hover, .btn_send:hover {
    background-color: #700;
}
.datachange_in {
    /*display: inline-block;*/
    /**display: inline;*/
    margin-left: 150px;
    float: left;
    width: 890px;
    height: 613px;
    padding: 20px;
    vertical-align: top;
    overflow: hidden;
}
.change1 {
    background: #ddd;
}
.change2 {
    position: fixed;
    top: 0;
    left: 150px;
    z-index: 19;
}
.dc_info {
    position: relative;
    display: flex;
    height: 510px;
    margin: 0 auto;
    padding: 15px;
    background-color: #f3f3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow-y: auto;
}
.dc_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 20px;
    color: #285ea6;
    text-align: center;
    font: normal bold 24px/26px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.icon_mobile {
    display: inline-block;
    height: 38px;
    width: 25px;
    margin: 0 5px 0 0;
    background: url(../images/member_icon/icon_mobile.png?20191014) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.icon_store_info {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
    background: url(../images/member_icon/icon_store_info.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.info_left,
.info_right {
    flex: 1;
}
.dc_info hr {
    width: 1px;
    height: 500px;
    margin: 0 20px;
    background: rgba(0, 0, 0, .2);
}
.dc_info .info_set {
    margin-bottom: 10px;
}
.dc_info .info_check {
    width: 93%;
    padding: 5px;
}
.dc_info .text {
    display: inline-block;
    width: 27%;
    line-height: 18px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    vertical-align: middle;
}
.info_set input[type=text], .info_set input[type=password], .info_set select {
    display: inline-block;
    width: 270px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    font-size: 15px;
    color: #666;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.info_set select {
    width: 280px;
    height: 30px;
    line-height: 30px;
}
.info_set input[type=text].info_mobile {
    width: 200px;
}
.info_set input[type=text].info_mail {
    width: 200px;
}
.info_check {
    background: #cdc8c8;
    border-radius: 3px;
    width: 92%;
    padding-left: 20px;
    border: 2px solid #d8c8c8;
}
.dc_info .info_check .text {
    width: 80%;
    line-height: 17px;
}
.info_set .mi_terms{
    background: #fff;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    cursor: pointer;
}
.info_set .btn_verify, .info_set .btn_captcha {
    display: inline-block;
    *display: inline;
    width: 75px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    cursor: pointer;
}
.dc_info .info_tips {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #f00;
}
.change_info_img,
.change_pw_img {
    display: inline-block;
    width: 30px;
    height: 34px;
    margin: 0 5px 0 0;
    background: url(../images/member_icon/icon_change_info.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.change_pw_img {
    background: url(../images/member_icon/icon_change_pw.png) no-repeat;
    background-size: 100% auto;
}
.datachange_in .btn_set, .leavemsg_menu .btn_set {
    display: block;
    text-align: center;
}
.info_set.zip_code .col_item {
    width: calc(100% - 3%);
}
.info_set.zip_code select:first-of-type {
    width: 90px;
}
.info_set.zip_code select {
    width: 110px;
}
.btn_send {
    width: 315px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #ab1313;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.btn_send:hover {
    background-color: #700;
}
/*手機已認證*/
.info_set .confirmed {
    display: inline-block;
    *display: inline;
}
.confirmed .cf_icon {
    display: inline-block;
    *display: inline;
    width: 16px;
    height: 17px;
    background: url(../images/member_icon/pass.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.confirmed .cf_text {
    display: inline-block;
    *display: inline;
    font-size: 13px;
    color: #1C8F91;
}
/*********  新版左側選單  *********/
.mem_menu {
    position: absolute;
    left: 0;
    float: left;
    width: 150px;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
    vertical-align: top;
}
.btn_mem_menu {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #ccc;
    padding: 3px 7px;
}
.list_select {
    height: 35px;
    line-height: 35px;
    color: #ffca00;
    background: #6d4e4e;
    border-bottom: 5px solid #b00;
}
.btn_mem_menu:hover {
    color: #fff;
    background: #777;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
}
.mem_icon {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.memicon_mp {
    background: url(../images/index_icon/icon_money.png) no-repeat;
    background-size: 100% auto;
}
.memicon_cl {
    background: url(../images/index_icon/icon_member_info.png) no-repeat;
    background-size: 100% auto;
}
.memicon_dp {
    background: url(../images/index_icon/icon_coins.png) no-repeat;
    background-size: 100% auto;
}
.memicon_wd {
    background: url(../images/index_icon/icon_report.png) no-repeat;
    background-size: 100% auto;
}
.memicon_mt {
    background: url(../images/index_icon/icon_toggle.png) no-repeat;
    background-size: 100% auto;
}
.memicon_rc {
    background: url(../images/index_icon/icon_trading_record.png) no-repeat;
    background-size: 100% auto;
}
.memicon_br {
    background: url(../images/index_icon/icon-betRecord.png) no-repeat;
    background-size: 100% auto;
}
.memicon_pm {
    background: url(../images/index_icon/icon_promotions.png) no-repeat;
    background-size: 100% auto;
}
.memicon_ep {
    background: url(../images/index_icon/icon_member.png) no-repeat;
    background-size: 100% auto;
}
.memicon_sr {
    background: url(../images/index_icon/icon_service.png) no-repeat;
    background-size: 100% auto;
}
.memicon_ss {
    background: url(../images/index_icon/icon-store_set.png) no-repeat;
    background-size: 100% auto;
}
.memicon_vip {
    background: url(../images/index_icon/icon-vip.png) no-repeat;
    background-size: 100% auto;
}
.mem_text {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
/*********  存款畫面  *********/
.deposit_submain {
    margin-left: 150px;
    float: left;
    width: 890px;
    min-height: 613px;
    padding: 20px;
    background: #ddd;
    vertical-align: top;
}
.deposit_msg {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background-color: #4fa6d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.bankinfo_box {
    box-sizing: border-box;
    width: 200px;
    color: #fff;
    margin: 0 auto;
    padding-left: 5px;
    background-image: url(../images/member_icon/ticon_prompt.png);
    background-repeat: no-repeat;
    background-position: 0 12px;
}
.bankinfo_box h5 {
    display: inline-block;
    *display: inline;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
.notice_box {
    display: inline-block;
    *display: inline;
    float: right;
    width: 45px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 13px;
    color: #bbdee8;
    background-color: #2b719a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.deposit_msg div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.maintenance_bg {
    position: absolute;
    top: 0px;
    width: 250px;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    z-index: 30;
}
@media \0screen\,screen\9 {/* IE6、7、8 */
  .demo{
    position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    background-color: #000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: Alpha(opacity=50);
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
}
.maintain_text {
    position: absolute;
    left: 70px;
    top: 0;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    margin: auto;
    padding: 10px 20px;
    color: #ff7575;
    font-size: 25px;
    text-align: center;
    background-color: rgba(185, 0, 0, 0.8);
    background-color: #b90000 \9;
    border: 1px solid #925757;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.btn_dplink {
    display: inline-block;
    *display: inline;
    position: relative;
    width: 250px;
    margin: 0 5px 10px 5px;
}
.btn_dpicon {
    position: relative;
    height: 100px;
    line-height: 100px;
    padding: 20px 0;
    text-align: center;
    background: #d8d8d8;
    background: -moz-linear-gradient(top, #d8d8d8 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #d8d8d8 0%, #efefef 100%);
    background: -o-linear-gradient(top, #d8d8d8 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #d8d8d8 0%, #efefef 100%);
    background: linear-gradient(to bottom, #d8d8d8 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#efefef', GradientType=0 );
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.btn_dpicon:hover {
    background: #bbb;
    background: -moz-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: -o-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: linear-gradient(to bottom, #bbb 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb', endColorstr='#efefef', GradientType=0 );
    transition: background 1s, color 0.5s;
}
.btn_dpicon .icon_onlinepay, .btn_dpicon .icon_fast_pay, .btn_dpicon .icon_qqpay, 
.btn_dpicon .icon_wechat, .btn_dpicon .icon_alipay, .btn_dpicon .icon_unionpay, 
.btn_dpicon .icon_unionweb, .btn_dpicon .icon_jdpay, .btn_dpicon .icon_comingsoon,
.btn_dpicon.icon_tenpay, .btn_dpicon .icon_bankpay, .btn_dpicon .icon_realbank, 
.btn_dpicon .icon_unionfast_pay, .icon_quickpass {
    background-position: 0 0;
    vertical-align: middle;
}
.icon_store{
    display: inline-block;
    *display: inline;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/member_icon/icon_store.png?20191014) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
/*網銀支付*/
.icon_onlinepay {
    width: 90px;
    height: 90px;
    margin: 5px auto;
    background: url(../images/member_icon/icon_web_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*網銀_快捷支付*/
.icon_fast_pay {
    width: 90px;
    height: 90px;
    margin: 5px auto;
    background: url(../images/member_icon/icon_fast_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*QQ支付*/
.icon_qqpay {
    width: 160px;
    height: 80px;
    margin: 15px auto;
    background: url(../images/member_icon/icon_qqpay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*微信支付*/
.icon_wechat {
    width: 200px;
    height: 60px;
    margin: 25px auto;
    background: url(../images/member_icon/icon_wechat.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*支付寶支付*/
.icon_alipay {
    width: 160px;
    height: 60px;
    margin: 25px auto;
    background: url(../images/member_icon/icon_alipay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*銀聯支付*/
.icon_unionpay {
    width: 110px;
    height: 65px;
    margin: 20px auto;
    background: url(../images/member_icon/icon_union_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*銀聯在線支付*/
.icon_unionweb {
    width: 150px;
    height: 60px;
    margin: 25px auto;
    background: url(../images/member_icon/icon_union_web.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*京東支付*/
.icon_jdpay {
    width: 90px;
    height: 90px;
    margin: 5px auto;
    background: url(../images/member_icon/icon_jdpay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*實體網銀*/
.icon_realbank {
    width: 99px;
    height: 99px;
    margin: 0 auto;
    background: url(../images/member_icon/icon_realbank.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*財付通支付(未開放)*/
.icon_tenpay {
    width: 87px;
    height: 86px;
    margin: 5px auto;
    background: url(../images/member_icon/icon_ten_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*臨櫃存款(未開放)*/
.icon_bankpay {
    width: 150px;
    height: 60px;
    margin: 25px auto;
    background: url(../images/member_icon/icon_bank_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*敬請期待*/
.icon_comingsoon {
    width: 90px;
    height: 90px;
    margin: 5px auto;
    background: url(../images/member_icon/icon_comingsoon.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*銀聯_快捷支付*/
.icon_unionfast_pay {
    width: 90px;
    height: 90px;
    margin: 5px auto;
    background: url(../images/member_icon/icon_unionfast_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*雲閃付*/
.icon_quickpass {
    width: 90px;
    height: 90px;
    margin: 5px auto;
    background: url(../images/member_icon/icon_quickpass.png?2018083101) no-repeat;
    background-size: 100% auto;
}
.btn_dpset {
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #fff;
    background-color: #388bbf;
}
.btn_dpset .text {
    display: inline-block;
    *display: inline;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}
.btn_dpset .text_center {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.btn_dpset .example {
    display: inline-block;
    *display: inline;
    float: right;
    width: 50px;
    height: 25px;
    line-height: 25px;
    margin: 7px 10px 0 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #666;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.btn_dpset .example:hover {
    background-color: #ef7900;
}
/*存款_在線支付*/
.paydata {
    width: 100%;
}
.paydata .paytype {
    display: inline-block;
    *display: inline;
    color: #666;
    font-size: 15px;
    margin-right: 20px;
    cursor: pointer;
}
.paydata input[type=radio] {
    margin: 0 5px 0 0;
}
.paydata span {
    vertical-align: middle;
}
.paydata .paytype:hover {
    color: #f00;
}
.pay_union, .pay_web, .pay_fast, .pay_ten, .pay_bank, .pay_card, .pay_unionfast {
    display: block;
    margin: 5px;
    vertical-align: middle;
}
.pay_union { /*銀聯卡*/
    width: 95px;
    height: 56px;
    background: url(../images/member_icon/icon_union_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
.pay_web { /*網銀支付*/
    width: 65px;
    height: 64px;
    background: url(../images/member_icon/icon_web_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
.pay_fast { /*網銀快捷*/
    width: 65px;
    height: 64px;
    background: url(../images/member_icon/icon_fast_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
.pay_ten { /*財付通*/
    width: 65px;
    height: 64px;
    background: url(../images/member_icon/icon_ten_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
.pay_bank { /*櫃台存款*/
    width: 110px;
    height: 42px;
    background: url(../images/member_icon/icon_bank_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
.pay_card { /*手機支付*/
    width: 65px;
    height: 64px;
    background: url(../images/member_icon/icon_card_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
.pay_unionfast { /*銀聯快捷*/
    width: 65px;
    height: 64px;
    background: url(../images/member_icon/icon_unionfast_pay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*在線支付_選銀行的彈跳視窗*/
.popup_selectbank {
    position: absolute;
    top: 170px;
    right: 0;
    left: 40px;
    margin: auto;
    width: 675px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.selectbank_top {
    position: relative;
    height: 45px;
    line-height: 45px;
    background-color: #0c5284;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.selectbank_bottom {
    padding: 15px;
    background-color: #FFF;
}
.bank_list {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}
.btn_bank {
    float: left;
    width: 144px;
    height: 44px;
    margin: 5px 8px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}
.btn_CHB{ /*彰化銀行*/
    background: url(../images/member_icon/btn_CHB.jpg) no-repeat 0 0;
}
.btn_CHB:hover{
    background: url(../images/member_icon/btn_CHB.jpg) no-repeat 0 -44px;
}
.btn_CUB{ /*國泰世華*/
    background: url(../images/member_icon/btn_CUB.jpg) no-repeat 0 0;
}
.btn_CUB:hover{
    background: url(../images/member_icon/btn_CUB.jpg) no-repeat 0 -44px;
}
.btn_ESB{ /*玉山銀行*/
    background: url(../images/member_icon/btn_ESB.jpg) no-repeat 0 0;
}
.btn_ESB:hover{
    background: url(../images/member_icon/btn_ESB.jpg) no-repeat 0 -44px;
}
.btn_FCB{ /*第一銀行*/
    background: url(../images/member_icon/btn_FCB.jpg) no-repeat 0 0;
}
.btn_FCB:hover{
    background: url(../images/member_icon/btn_FCB.jpg) no-repeat 0 -44px;
}
.btn_HNB{ /*華南銀行*/
    background: url(../images/member_icon/btn_HNB.jpg) no-repeat 0 0;
}
.btn_HNB:hover{
    background: url(../images/member_icon/btn_HNB.jpg) no-repeat 0 -44px;
}
.btn_LB{ /*土地銀行*/
    background: url(../images/member_icon/btn_LB.jpg) no-repeat 0 0;
}
.btn_LB:hover{
    background: url(../images/member_icon/btn_LB.jpg) no-repeat 0 -44px;
}
.btn_MB{ /*兆豐國際*/
    background: url(../images/member_icon/btn_MB.jpg) no-repeat 0 0;
}
.btn_MB:hover{
    background: url(../images/member_icon/btn_MB.jpg) no-repeat 0 -44px;
}
.btn_TBB{ /*台灣企銀*/
    background: url(../images/member_icon/btn_TBB.jpg) no-repeat 0 0;
}
.btn_TBB:hover{
    background: url(../images/member_icon/btn_TBB.jpg) no-repeat 0 -44px;
}
.btn_TSB{ /*台新銀行*/
    background: url(../images/member_icon/btn_TSB.jpg) no-repeat 0 0;
}
.btn_TSB:hover{
    background: url(../images/member_icon/btn_TSB.jpg) no-repeat 0 -44px;
}
.btn_YFB{ /*永豐銀行*/
    background: url(../images/member_icon/btn_YFB.jpg) no-repeat 0 0;
}
.btn_YFB:hover{
    background: url(../images/member_icon/btn_YFB.jpg) no-repeat 0 -44px;
}

.ccb { /*中国建设银行*/
    background: url(../images/member_icon/btn_bk01ccb.jpg) no-repeat 0 0;
}
.ccb:hover {
    background: url(../images/member_icon/btn_bk01ccb.jpg) no-repeat 0 -44px;
}
.icbc { /*中国工商银行*/
    background: url(../images/member_icon/btn_bk02icbc.jpg) no-repeat 0 0;
}
.icbc:hover {
    background: url(../images/member_icon/btn_bk02icbc.jpg) no-repeat 0 -44px;
}
.abchina { /*中国农业银行*/
    background: url(../images/member_icon/btn_bk03abchina.jpg) no-repeat 0 0;
}
.abchina:hover {
    background: url(../images/member_icon/btn_bk03abchina.jpg) no-repeat 0 -44px;
}
.bankcomm { /*交通银行*/
    background: url(../images/member_icon/btn_bk04bankcomm.jpg) no-repeat 0 0;
}
.bankcomm:hover {
    background: url(../images/member_icon/btn_bk04bankcomm.jpg) no-repeat 0 -44px;
}
.cmbchina { /*招商银行*/
    background: url(../images/member_icon/btn_bk05cmbchina.jpg) no-repeat 0 0;
}
.cmbchina:hover {
    background: url(../images/member_icon/btn_bk05cmbchina.jpg) no-repeat 0 -44px;
}
.pingan { /*平安银行*/
    background: url(../images/member_icon/btn_bk06pingan.jpg) no-repeat 0 0;
}
.pingan:hover {
    background: url(../images/member_icon/btn_bk06pingan.jpg) no-repeat 0 -44px;
}
.boc { /*中国银行*/
    background: url(../images/member_icon/btn_bk07boc.jpg) no-repeat 0 0;
}
.boc:hover {
    background: url(../images/member_icon/btn_bk07boc.jpg) no-repeat 0 -44px;
}
.psbc { /*中国邮政储蓄银行*/
    background: url(../images/member_icon/btn_bk08psbc.jpg) no-repeat 0 0;
}
.psbc:hover {
    background: url(../images/member_icon/btn_bk08psbc.jpg) no-repeat 0 -44px;
}
.cebbank { /*中国光大银行*/
    background: url(../images/member_icon/btn_bk09cebbank.jpg) no-repeat 0 0;
}
.cebbank:hover {
    background: url(../images/member_icon/btn_bk09cebbank.jpg) no-repeat 0 -44px;
}
.spdb { /*浦东发展银行*/
    background: url(../images/member_icon/btn_bk10spdb.jpg) no-repeat 0 0;
}
.spdb:hover {
    background: url(../images/member_icon/btn_bk10spdb.jpg) no-repeat 0 -44px;
}
.hxb { /*华夏银行*/
    background: url(../images/member_icon/btn_bk11hxb.jpg) no-repeat 0 0;
}
.hxb:hover {
    background: url(../images/member_icon/btn_bk11hxb.jpg) no-repeat 0 -44px;
}
.cgbchina { /*广东发展银行*/
    background: url(../images/member_icon/btn_bk12cgbchina.jpg) no-repeat 0 0;
}
.cgbchina:hover {
    background: url(../images/member_icon/btn_bk12cgbchina.jpg) no-repeat 0 -44px;
}
.ecitic { /*中信银行*/
    background: url(../images/member_icon/btn_bk13ecitic.jpg) no-repeat 0 0;
}
.ecitic:hover {
    background: url(../images/member_icon/btn_bk13ecitic.jpg) no-repeat 0 -44px;
}
.cib { /*兴业银行*/
    background: url(../images/member_icon/btn_bk14cib.jpg) no-repeat 0 0;
}
.cib:hover {
    background: url(../images/member_icon/btn_bk14cib.jpg) no-repeat 0 -44px;
}
.cmbc { /*中国民生银行*/
    background: url(../images/member_icon/btn_bk15cmbc.jpg) no-repeat 0 0;
}
.cmbc:hover {
    background: url(../images/member_icon/btn_bk15cmbc.jpg) no-repeat 0 -44px;
}
.nbcb { /*宁波银行*/
    background: url(../images/member_icon/btn_bk16nbcb.jpg) no-repeat 0 0;
}
.nbcb:hover {
    background: url(../images/member_icon/btn_bk16nbcb.jpg) no-repeat 0 -44px;
}
.beijing { /*北京银行*/
    background: url(../images/member_icon/btn_bk17beijing.jpg) no-repeat 0 0;
}
.beijing:hover {
    background: url(../images/member_icon/btn_bk17beijing.jpg) no-repeat 0 -44px;
}
.shanghai { /*上海银行*/
    background: url(../images/member_icon/btn_bk19shanghai.jpg) no-repeat 0 0;
}
.shanghai:hover {
    background: url(../images/member_icon/btn_bk19shanghai.jpg) no-repeat 0 -44px;
}
.srcb { /*上海农村商业银行*/
    background: url(../images/member_icon/btn_bk20srcb.jpg) no-repeat 0 0;
}
.srcb:hover {
    background: url(../images/member_icon/btn_bk20srcb.jpg) no-repeat 0 -44px;
}
.nanjing { /*南京银行*/
    background: url(../images/member_icon/btn_bk21nanjing.jpg) no-repeat 0 0;
}
.nanjing:hover {
    background: url(../images/member_icon/btn_bk21nanjing.jpg) no-repeat 0 -44px;
}
.hzbank { /*杭州银行*/
    background: url(../images/member_icon/btn_bk18hzbank.jpg) no-repeat 0 0;
}
.hzbank:hover {
    background: url(../images/member_icon/btn_bk18hzbank.jpg) no-repeat 0 -44px;
}
.bank_list .selected {
    background-position: bottom;
}
.selected {
    background-position: bottom;
}
.btn_wrap {
    margin: 20px auto 0;
    text-align: center;
}
.popupbtn_bank {
    display: inline-block;
    *display: inline;
    width: 140px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: #68acd2;
    background: -moz-linear-gradient(top, #68acd2 0%, #234269 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68acd2), color-stop(100%, #234269));
    background: -webkit-linear-gradient(top, #68acd2 0%, #234269 100%);
    background: -o-linear-gradient(top, #68acd2 0%, #234269 100%);
    background: -ms-linear-gradient(top, #68acd2 0%, #234269 100%);
    background: linear-gradient(to bottom, #68acd2 0%, #234269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68acd2', endColorstr='#234269', GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.popupbtn_bank: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 );
}
.popup_selectbank div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*********  新存款畫面  *********/
/*維修中*/
.newdp_fix {
    position: absolute;
    display: inline-block;
    width: 410px;
    /*height: 80px;
    line-height: 80px;*/
    padding: 3.4% 10px;
    margin: 0 5px 0 0;
    color: #ff0;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    z-index: 9999;
}
.deposit_submain .newdp_maintain {
    display: inline-block;
    *display: inline;
    color: #f00;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
/*開放中*/
.newdpset {
    position: relative;
    display: inline-block;
    width: 430px;
    /*height: 80px;
    line-height: 80px;*/
    margin: 0 5px 5px 0;
    z-index: 9990;
}
.deposit_submain .new_dplist {
    width: 100%;
    /*height: 90px;
    line-height: 90px;*/
    margin: 0 0 15px 8px;
    text-align: left;
}
.deposit_submain .dpimg_set {
    display: table-cell;
    width: 170px;
    /*height: 55px;
    line-height: 55px;*/
    padding: 5% 10px;
    background: #388bbf;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    vertical-align: middle;
}
.deposit_submain .s_title {
    display: inline-block;
    *display: inline;
    width: 55%;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.deposit_submain .newdp_set {
    display: table-cell;
    width: 230px;
    /*height: 65px;
    line-height: 65px;*/
    padding: 0 0 0 10px;
    color: #555;
    font-size: 15px;
    text-align: left;
    background: #ddd;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    vertical-align: middle;
}
.deposit_submain .newdp_select {
    display: inline-block;
    *display: inline;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 0 0;
    color: #444;
    font-size: 15px;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.deposit_submain .newdp_input {
    display: inline-block;
    *display: inline;
    width: 150px;
    height: 27px;
    line-height: 27px;
    margin: 0 20px 0 0;
    padding: 0 0 0 5px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.deposit_submain .newdp_btn {
    display: inline-block;
    *display: inline;
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 0 0;
    color: #fff;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.s_realbank, .s_webpay, .s_fastpay, .s_qqpay, .s_ali_personal, 
.s_wechatpay, .s_alipay, .s_unionpay, .s_jdpay, .s_wechat_personal, 
.s_quickpass {
    display: inline-block;
    *display: inline;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
/*網路銀行*/
.s_realbank, .s_realbank2 {
    background: url(../images/member_icon/s_realbank.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*個人支付寶*/
.s_ali_personal, .s_ali_personal2 {
    background: url(../images/member_icon/s_ali_personal.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*個人微信*/
.s_wechat_personal, .s_wechat_personal2 {
    background: url(../images/member_icon/s_wechat_personal.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*在線網銀*/
.s_webpay, .s_webpay2 {
    background: url(../images/member_icon/s_webpay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*快捷支付*/
.s_fastpay, .s_fastpay2 {
    background: url(../images/member_icon/s_fastpay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*QQ充值*/
.s_qqpay, .s_qqpay2 {
    background: url(../images/member_icon/s_qqpay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*微信充值*/
.s_wechatpay, .s_wechatpay2 {
    background: url(../images/member_icon/s_wechatpay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*支付寶充值*/
.s_alipay, .s_alipay2 {
    background: url(../images/member_icon/s_alipay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*銀聯支付*/
.s_unionpay, .s_unionpay2 {
    background: url(../images/member_icon/s_unionpay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*京東支付*/
.s_jdpay, .s_jdpay2 {
    background: url(../images/member_icon/s_jdpay.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*雲閃付*/
.s_quickpass, .s_quickpass2 {
    background: url(../images/member_icon/s_quickpass.png?2018083101) no-repeat;
    background-size: 100% auto;
}
/*********  第三新版存款畫面  *********/
.dp3_set {
    display: inline-block;
    *display: inline;
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 auto 1em;
    text-align: center;
    background: #fff;
    vertical-align: top;
}
.text_left {
    text-align: left;
}
.dp3_title {
    position: relative;
    padding: 10px;
    margin: 0 0 10px 0;
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    border-left: 10px solid #b00;
    border-bottom: 1px solid #ccc;
}
.dp3_inblock {
    display: inline-block;
    /**display: inline;*/
    width: 17%;
    margin: 0 0 10px 0;
}
.dp3_payicon, .dp3_fix {
    display: inline-block;
    /**display: inline;*/
    width: 90px;
    height: 90px;
    line-height: 90px;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.dp3_payicon {
    text-align: center;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e2e2e2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e2e2e2 100%);
    background: linear-gradient(to bottom, #fff 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e2e2e2', GradientType=0 );
    /*border: 10px solid #fff;*/
    cursor: pointer;
}
.dp3_payicon_active{
    display: inline-block;
    *display: inline;
    width: 90px;
    height: 90px;
    line-height: 90px;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    background: #ff75a1;
    background: -moz-linear-gradient(top, #ff75a1 0%, #fff0a4 100%);
    background: -webkit-linear-gradient(top, #ff75a1 0%, #fff0a4 100%);
    background: linear-gradient(to bottom, #ff75a1 0%, #fff0a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff75a1', endColorstr='#fff0a4', GradientType=0 );
}
.dp3_payicon:hover {
    background: #52ffc7;
    background: -moz-linear-gradient(top, #52ffc7 0%, #fff0a4 100%);
    background: -webkit-linear-gradient(top, #52ffc7 0%, #fff0a4 100%);
    background: linear-gradient(to bottom, #52ffc7 0%, #fff0a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52ffc7', endColorstr='#fff0a4', GradientType=0 );
    /*border: 10px solid #e8e8e8;*/
    -webkit-transition: all 0.2s 0.1s ease-in-out;
    -moz-transition: all 0.2s 0.1s ease-in-out;
    -o-transition: all 0.2s 0.1s ease-in-out;
    -ms-transition: all 0.2s 0.1s ease-in-out;
    transition: all 0.2s 0.1s ease-in-out;
}
.dp3_payicon:focus, .dp3_payicon.selected {
    background: #ff75a1;
    background: -moz-linear-gradient(top, #ff75a1 0%, #fff0a4 100%);
    background: -webkit-linear-gradient(top, #ff75a1 0%, #fff0a4 100%);
    background: linear-gradient(to bottom, #ff75a1 0%, #fff0a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff75a1', endColorstr='#fff0a4', GradientType=0 );
    /*border: 10px solid #e8e8e8;*/
}
.dp3_fix {
    position: absolute;
    /*margin: 10px;*/
    background: url(../images/member_icon/dp_fix.png?2018083101) no-repeat;
    background-size: 100% auto;
    z-index: 20;
}
.s_realbank2, .s_webpay2, .s_fastpay2, .s_qqpay2, .s_ali_personal2, 
.s_wechatpay2, .s_alipay2, .s_unionpay2, .s_jdpay2, .s_wechat_personal2, 
.s_quickpass2 {
    width: 65px;
    height: 65px;
    margin: 0 auto 5px;
    text-align: center;
    vertical-align: middle;
}
.deposit_submain .s_title2 {
    line-height: 24px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.fix_text {
    margin: 45px 0 0 0;
    color: #ff0;
    font-size: 1.25em;
    font-weight: bold;
}
.bank_input {
    display: inline-block;
    *display: inline;
    width: 280px;
    height: 30px;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    margin: 5px 0 0 0;
    padding-left: 5px;
    border: none !important;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.dp3_account, .dp3_money {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
    margin: 0 0 8px 0;
    color: #555;
    font-size: 1em;
    text-align: left;
}
.dp3_account span, .dp3_money span {
    vertical-align: middle;
}
.dp3_margin{
    margin-bottom: 28px;
    position: relative;
}
.text_left100{
    display: block;
    padding-left: 100px;
}
.dp3_set .dp3_input {
    display: inline-block;
    *display: inline;
    width: 200px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #555;
    font-size: 15px;
    border: none;
    background-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.dp3_select {
    display: inline-block;
    *display: inline;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #555;
    font-size: 15px;
    border: none;
    background-color: #ececec;
    /*border: 1px solid #666;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.dp4_select {
    display: inline-block;
    *display: inline;
    width: 270px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #555;
    font-size: 15px;
    border: none;
    background-color: #ececec;
    /*border: 1px solid #666;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.dp3_btn {
    width: 30%;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}
/*LinePay、街口支付QR*/
.dp_qrcode {
    width: 49%;
    display: inline-block;
    padding: 10px 0;
}
.dp_upload {
    width: 40%;
    display: inline-block;
    padding: 4.5% 1%;
    margin: 6% 0;
    vertical-align: top;
    line-height: 25px;
    text-align: left;
}
/*.dp_btn_center{*/
    /*margin: 0 38% !important;;*/
/*}*/
.mar5px0{
    margin: 5px 0;
}
/*選擇渠道*/
.dp3_data {
    padding: 0 20px 10px 20px;
}
.dpcardbtn_set {
    display: inline-block;
    *display: inline;
    width: 32%;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 5px 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    vertical-align: middle;
}
.dpcardbtn_set {
    background-color: #449891;
}
.dpcardbtn_set:hover, .dpcardbtn_set:focus, .dpcardbtn_set.selected {
    background-color: #e27d00;
}
.dpcardbtn_text {
    font-size: 1.1em;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}
.dp3_tips_up {
    position: relative;
    display: inline-block;
    *display: inline;
    margin: 0 0 0 20px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    z-index: 15;
}
.dp3_tips_bg {
    color: #fff;
    font-size: 14px;
    text-align: left;
    background-color: #de0000;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.dp3_arrow_up {
    position: absolute;
    top: 8px;
    left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 15px 7.5px 0;
    border-color: transparent #de0000 transparent transparent;
    line-height: 0px;
    _border-color: #000 #de0000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000');
    z-index: 10;
}
.dp3_tips_up span {
    padding: 0 10px;
}
/*********  台灣版存款畫面  *********/

.info_set .text {
    display: inline-block;
    width: 27%;
    line-height: 18px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    vertical-align: middle;
}

.s_debit_card, .s_vip, .s_24h_store, .s_atm, .s_linepay, .s_twpay,
.s_jkospay, .s_usdt_pay, .s_credit, .s_applepay, .s_googlepay {
    width: 65px;
    height: 65px;
    margin: 0 auto 5px;
    text-align: center;
    vertical-align: middle;
}

/*簽帳卡*/
.s_debit_card {
    background: url(../images/member_icon/s_credit_card.png?2025031201) no-repeat;
    background-size: 100% auto;
}
/*VIP*/
.s_vip {
    background: url(../images/member_icon/s_vip.png?20191014) no-repeat;
    background-size: 100% auto;
}
/*超商*/
.s_24h_store {
    background: url(../images/member_icon/s_24h_store.png?2019083001) no-repeat;
    background-size: 100% auto;
}
/*ATM*/
.s_atm {
    background: url(../images/member_icon/s_atm.png?2019083001) no-repeat;
    background-size: 100% auto;
}
/*Line Pay*/
.s_linepay {
    background: url(../images/member_icon/s_linepay.png?2021012101) no-repeat;
    background-size: 100% auto;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    -o-border-radius: 15%;
    border-radius: 15%;
}
/*apple Pay*/
.s_applepay {
    background: url(../images/member_icon/s_applepay.png?2021012101) no-repeat;
    background-size: 100% auto;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    -o-border-radius: 15%;
    border-radius: 15%;
}
/*google Pay*/
.s_googlepay {
    background: url(../images/member_icon/s_googlepay.png?2021012101) no-repeat;
    background-size: 100% auto;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    -o-border-radius: 15%;
    border-radius: 15%;
}
/*台灣Pay*/
.s_twpay {
    background: url(../images/member_icon/s_twpay.png?2020011104) no-repeat;
    background-size: 100% auto;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    -o-border-radius: 15%;
    border-radius: 15%;
}
/*街口支付*/
.s_jkospay {
    background: url(../images/member_icon/s_jkospay.png?2020011104) no-repeat;
    background-size: 100% auto;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    -o-border-radius: 15%;
    border-radius: 15%;
}
/*信用卡支付*/
.s_credit {
    background: url(../images/member_icon/s_credit_card.png?2022070601) no-repeat;
    background-size: 100% auto;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    -o-border-radius: 15%;
    border-radius: 15%;
}
/*usdt_pay*/
.s_usdt_pay {
    background: url(../images/member_icon/s_USDT.png?20210901) no-repeat;
    background-size: 100% auto;
}
/*USDT 買幣跳框/教學跳框*/
.usdt_buy {
    text-decoration: underline;
    cursor: pointer;
    /*margin-left: 5%;*/
    font-size: 0.9em;
}
.info_title.USDT_buy {
    width: 100%;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #0f1a21;
    background: #444;
    background: -moz-linear-gradient(top, #666 0%, #222 100%);
    background: -webkit-linear-gradient(top, #666 0%, #222 100%);
    background: linear-gradient(to bottom, #666 0%,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#222', GradientType=0 );
}
div#Popup_USDT_buy.popup_info {
    position: absolute;
    left: 33%;
    top: 30%;
}
div#Popup_USDT_buy.popup_info .info_title .title {
    font-size: 1.6em;
}
#Popup_USDT_buy .popinfo_set {
    width: 90%;
    margin: 15px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.USDT_typebtn {
    display: grid;
    grid-template-rows: 4fr 1fr;
    height: 70px;
}
.bitimg {
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    height: 55px;
    margin: 0 auto;
    cursor: pointer;
}
.bit_text {
    color: #285ea6;
    font-size: 0.9em;
    margin: 0 auto;
    cursor: pointer;
}
.s_ace {
    background: url(../images/member_icon/s_ace.png?20200623) no-repeat;
    background-size: 100% auto;
}
.s_BitoPro {
    background: url(../images/member_icon/s_BitoPro.png?20200623) no-repeat;
    background-size: 100% auto;
}
.s_MaiCoin {
    background: url(../images/member_icon/s_MaiCoin.png?20200623) no-repeat;
    background-size: 100% auto;
}
.usdt_teach {
    text-decoration: underline;
    font-size: 0.8em;
    float: right;
    cursor: pointer;
}
.storeBox .precautions_list {
    margin: 10px 0;
}
.storeBox .precautions_list .list_1,
.storeBox .precautions_list .list_2,
.storeBox .precautions_list .list_3 {
    margin-right: 5px;
    font: normal bold 1rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.storeBox .precautions_list .list_1 {
    padding: 2px 5px;
    color: #0017ff;
    background: #fffac9;
    border: 1px solid #ffb800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.storeBox .precautions_list .list_2 {
    color: #00bb2b;
}
.storeBox .precautions_list .list_3 {
    color: #f00;
}
div#Popup_BITGIN_teach {
    width: 500px;
}
div#Popup_USDT_teach {
    width: 800px;
    top: 10%;
    left: 20%;
}
/*********** 信用卡說明 ***********/
/*簽帳卡跳框*/
div#popup_CreditTeach {
    width: 800px;
    top: 10%;
    left: 20%;
}
#popup_CreditTeach .popup_warning {
    width: 800px;
}
#popup_CreditTeach .reg_info {
    width: 90%;
}
/* 使用說明-按鈕 */
.dp3_title .setup.teach {
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 5px 10px;
    color: #fff;
    font: normal bold 14px/16px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: #ab8e7a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 5;
}
.cm.is-active .cm_list,
.cm_slide {
    width: 100%;
}
.teach_tips {
    display: block;
    margin: 0 auto 10px;
    font-weight: bold;
}
/*選擇儲值點數*/
.dp3_set .dp3_list {
    position: relative;
    display: inline-block;
    *display: inline;
    width: 110px;
    padding: 8px 0;
    margin: 10px 0 0 10px;
    color: #333;
    font-size: 1.2em;
    text-align: center;
    background-color: #fff;
    border: 2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s linear;
    cursor: pointer;
}
.dp3_set .dp3_list:hover, .dp3_set .dp3_list:active {
    color: #ff4b4b;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid #ff4b4b;
}
.dp3_set .dp3_list:focus, .dp3_set .dp3_list.selected {
    color: #fff;
    font-weight: bold;
    background-color: #ff4b4b;
    border: 2px solid #ff4b4b;
}
.dp3_inputset {
    text-align: left;
}
.dp3_set .dp3pt_input {
    display: inline-block;
    *display: inline;
    width: 200px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #555;
    font-size: 15px;
    border: none;
    background-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
#modelUsdtPay .dp_qrcode {
    width: 65%;
}
input#UsdtPayNumber, input#UsdtPayIDMember {
    width: 360px;
}
.dp3_set .dp4pt_input {
    display: inline-block;
    *display: inline;
    width: 265px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    color: #555;
    font-size: 15px;
    border: none;
    background-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.cm.is-active .cm_list,
.cm_slide {
    width: 100%;
}
/*********  QR_code二維碼產生  *********/
.QR_set {
    width: 750px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.QR_set .scan_QR {
    display: inline-block;
    *display: inline;
    width: 59%;
    margin: 0 auto;
    vertical-align: top;
}
.QR_set .qr_title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #0085d8;
}
.QR_set .qr_box {
    margin: 6px auto 0;
    width: 270px;
    height: 270px;
    text-align: center;
    margin: 0 auto 20px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.QR_set .qr_box canvas {
    max-width: 100%;
    width: 190px;
    height: 190px;
    margin: 40px;
}
.daojishiText {
    width: 100%;
    margin: 6px 0 0 8px;
    font-size: 20px;
    font-weight: bold;
    color: #515151;
}
.tijiaoText {
    margin: 6px 0 0 8px;
    font-size: 18px;
    font-weight: bold;
    color: #515151;
}
.QR_set .payScan {
    display: inline-block;
    *display: inline;
    width: 40%;
    text-align: right;
    vertical-align: top;
}
.step_tips {
    width: 750px;
    margin: 30px auto 0;
    text-align: center;
}
.step_tips .step_set {
    display: inline-block;
    *display: inline;
    width: 165px;
    margin: 0 20px;
    font-weight: bold;
}
.step_tips .tushiStep {
    display: inline-block;
    *display: inline;
    width: 124px;
    height: 150px;
}
.step_tips .step_img {
    margin: 0 0 10px 25px;
}
.step_tips .tips_text {
    font-size: 16px;
    color: #0c66a8;
    line-height: 22px;
    letter-spacing: 1px;
}
.step_tips .step_no {
    display: inline-block;
    *display: inline;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #0085d8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.step_tips .step_text {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}

/*********  提款+存款(在線支付)+會員互轉(共用)  *********/
.withdrawal_submain {
    margin-left: 150px;
    float: left;
    width: 890px;
    padding: 20px;
    background: #ddd;
    vertical-align: top;
}
.depositweb_submain, .memchange_submain {
    margin-left: 150px;
    float: left;
    width: 890px;
    height: 613px;
    padding: 20px;
    background: #ddd;
    vertical-align: top;
}
.data_send input[type=text], .data_send input[type=password], .data_send select {
    display: inline-block;
    *display: inline;
    width: 270px;
    height: 30px;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    margin: 5px 0 0 0;
    padding-left: 5px;
    border: none;
    background-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.data_send select {
    width: 275px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}
.dp_left {
    display: inline-block;
    *display: inline;
    width: 65%;
    margin-right: 5px;
    vertical-align: top;
}
.dp_right {
    display: inline-block;
    *display: inline;
    width: 33%;
    vertical-align: top;
}
.dp_right img {
    width: 310px;
    height: 158px;
    margin-bottom: 10px;
}
/*存款金額注解*/
.depositweb_submain .tips_up {
    position: absolute;
    left: 245px;
    width: 170px;
    margin: 3px 0 0 0;
}
.withdrawal_submain .tips_up {
    position: absolute;
    left: 215px;
    width: 170px;
    margin: 3px 0 0 0;
}
.tips_up .tips_bg {
    line-height: 18px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background-color: #de0000;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.tips_up .text {
    color: #ff6;
}
.tips_up .arrow_up {
    position: absolute;
    top: -6px;
    left: 0;
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    border-right-style: solid;
    border-right-color: #de0000;
}
/*提款*/
.data_send {
    margin-bottom: 10px;
}
.data_send .left_set {
    width: 90px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-color: #666;
}
.img_pay, .img_memberinfo, .img_note {
    width: 56px;
    height: 57px;
    margin: 0 auto;
    vertical-align: middle;
}
.img_pay {
    background: url(../images/index_icon/icon_pay.png) no-repeat;
    background-size: 90% auto;
}
.img_memberinfo {
    margin-left: 30px;
    background: url(../images/index_icon/icon_member_info.png) no-repeat;
    background-size: 80% auto;
}
.img_note {
    background: url(../images/index_icon/icon_note.png) no-repeat;
    background-size: 90% auto;
}
.wd_text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.data_send .right_set {
    padding: 20px 20px 10px 20px;
    background-color: #fff;
}
.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 span {
    font-size: 15px;
    font-weight: bold;
    color: #d60000;
}
.btn_back {
    display: inline-block;
    *display: inline;
    float: right;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
.btn_back .back_img {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 15px;
    height: 15px;
    background-image: url(../images/member_icon/ticon_back.png);
    background-repeat: no-repeat;
}
.btn_back .back_input {
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    color: #666;
    font-size: 13px;
    text-align: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.btn_back .back_input:hover {
    color: #940000;
    background-color: #ceedff;
}
.right_set .line {
    border-top: 1px solid #bbb;
    margin: 10px 0;
}
.wd_data, .mc_data, .with_data {
    width: 100%;
}
.item_set {
    display: inline-block;
    *display: inline;
    width: 84%;
    vertical-align: top;
    text-align: left;
    color: #666;
    font-size: 15px;
}
.wd_data .item {
    margin-bottom: 10px;
    vertical-align: top;
}
.mc_data .item, .with_data .item {
    display: inline-block;
    *display: inline;
    width: 49%;
    margin-bottom: 10px;
    vertical-align: top;
}
.EMailCheckCode {
    display: flex;
    width: auto;
    align-items: center;
}
.VerifyCodeEMail {
    margin: 0 1rem;
}
.withdrawal_pwset {
    display: inline-block;
    *display: inline;
    margin: 10px 0 0 0;
    color: #d60000;
}
.wd_data .bank_span, .dp3_id {
    color: #b95e5e;
    font-size: 1em;
    font-weight: bold;
}
.data_send select.bank_city {
    width: 140px;
    margin-right: 5px;
}
.data_send select.bank_location {
    width: 125px;
}
.data_send input[type=text]:disabled:disabled, .data_send select:disabled:disabled, 
.dp3_set .dp3_input:disabled, .dp3_set .dp3_select:disabled, 
 .dp3_set select[readonly] {
    background-color: #ddd !important;
    color: #888 !important;
    cursor: default;
}
.dp3_set input[readonly] {
    background-color: #ddd !important;
    color: #353535 !important;
    cursor: default;
}

#modelCredit .dp3_set input[readonly] {
    color: #f00 !important;
    font-weight: bold;
}
.dp3_set_new input[readonly]{
    background-color: #fff !important;
    color: #f00 !important;
    font-size: 16px;
    border: none;
    outline: none;
}
.btn_set {
    display: inline-block;
    *display: inline;
    text-align: right;
    vertical-align: top;
}
.btn_blue, .btn_green, .btn_gray {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.btn_blue, .btn_gray {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.btn_blue, .info_set .btn_verify, .deposit_submain .newdp_btn, .dp3_btn {
    background: #ffa22f;
    background: -moz-linear-gradient(top, #ffa22f 0%, #d67726 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa22f), color-stop(100%, #d67726));
    background: -webkit-linear-gradient(top, #ffa22f 0%, #d67726 100%);
    background: -o-linear-gradient(top, #ffa22f 0%, #d67726 100%);
    background: -ms-linear-gradient(top, #ffa22f 0%, #d67726 100%);
    background: linear-gradient(to bottom, #ffa22f 0%, #d67726 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa22f', endColorstr='#d67726', GradientType=0 );
}
.btn_green, .info_set .btn_captcha {
    background: #3fb9ae;
    background: -moz-linear-gradient(top, #3fb9ae 0%, #29948a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fb9ae), color-stop(100%, #29948a));
    background: -webkit-linear-gradient(top, #3fb9ae 0%, #29948a 100%);
    background: -o-linear-gradient(top, #3fb9ae 0%, #29948a 100%);
    background: -ms-linear-gradient(top, #3fb9ae 0%, #29948a 100%);
    background: linear-gradient(to bottom, #3fb9ae 0%, #29948a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb9ae', endColorstr='#29948a', GradientType=0 );
}
.btn_blue:hover, .btn_green:hover, .info_set .btn_captcha:hover, 
.info_set .btn_verify:hover, .deposit_submain .newdp_btn:hover, 
.dp3_btn:hover {
    background: #ff1449;
    background: -moz-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1449), color-stop(100%, #af0028));
    background: -webkit-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: -o-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: -ms-linear-gradient(top, #ff1449 0%, #af0028 100%);
    background: linear-gradient(to bottom, #ff1449 0%, #af0028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1449', endColorstr='#af0028', GradientType=0 );
}
.btn_gray {
    background: #cfcfcf;
    background: -moz-linear-gradient(top, #cfcfcf 0%, #999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(100%, #999));
    background: -webkit-linear-gradient(top, #cfcfcf 0%, #999 100%);
    background: -o-linear-gradient(top, #cfcfcf 0%, #999 100%);
    background: -ms-linear-gradient(top, #cfcfcf 0%, #999 100%);
    background: linear-gradient(to bottom, #cfcfcf 0%, #9a9a9a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#999', GradientType=0 );
}
.btn_gray:hover {
    background: #b1b1b1;
    background: -moz-linear-gradient(top, #b1b1b1 0%, #5f5f5f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(100%, #5f5f5f));
    background: -webkit-linear-gradient(top, #b1b1b1 0%, #5f5f5f 100%);
    background: -o-linear-gradient(top, #b1b1b1 0%, #5f5f5f 100%);
    background: -ms-linear-gradient(top, #b1b1b1 0%, #5f5f5f 100%);
    background: linear-gradient(to bottom, #b1b1b1 0%, #5f5f5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b1b1', endColorstr='#5f5f5f', GradientType=0 );
}
/*選擇銀行卡*/
.bankcardbtn_set_1, .bankcardbtn_set_2, .bankcardbtn_set_3, .bankcardbtn_set_4 {
    display: inline-block;
    *display:inline;
    width: 32%;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 5px 0;
    padding: 5px 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
    vertical-align: middle;
}
.bankcardbtn_set_1 {
    background-color: #449891;
}
.bankcardbtn_set_1:hover {
    background-color: #2c6762;
}
.bankcardbtn_set_2 {
    background-color: #e27d00;
}
.bankcardbtn_set_2:hover {
    background-color: #ce5f00;
}
.bankcardbtn_set_3 {
    background-color: #9c5a90;
}
.bankcardbtn_set_3:hover {
    background-color: #7a1f63;
}
.bankcardbtn_set_4 {
    background-color: #888;
}
.bankcardbtn_set_4:hover {
    background-color: #888;
}
.bankcard_text {
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}
/*提款注意事項*/
.precautions {
    line-height: 25px;
    padding-left: 20px;
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #555;
}
.precautions_list{
    list-style-type: decimal;
}
/*********  會員互轉  *********/
.mc_data .title {
    display: block;
    width: 90px;
    vertical-align: middle;
}
.mc_data .no_pw {
    margin: 10px 0 0 0;
    color: #d60000;
}
.data_send input[type=text].bigtext_input, .data_send input[type=password].bigtext_input {
    color: #333;
}
.data_send input[type=text].input_green, .data_send input[type=password].input_green {
    color: #009a48;
}
.data_send input[type=text].input_red, .data_send input[type=password].input_red {
    color: #f00;
}
.data_send input[type=text].smalltext_input, .data_send input[type=password].smalltext_input {
    width: 190px;
    color: #333;
    vertical-align: middle;
}
.btn_nickname, .pickup_account {
    display: inline-block;
    *display: inline;
    width: 75px;
    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;
    vertical-align: middle;
    cursor: pointer;
}
.pickup_account {
    width: 125px;
}
.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: #005fbf;
    font-weight: bold;
    vertical-align: middle;
}
.mc_selectset {
    display: inline-block;
    *display: inline;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 5px;
    border: none;
    background-color: #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}
#ToAccount {
    position: relative;
    z-index: 20;
}
.mc_select {
    position: relative;
    z-index: 500;
    padding-left: 5px;
}
.mc_account {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    width: 25px;
    height: 30px;
    text-align: center;
}
.mc_account .arrow {
    background: url(../images/member_icon/btn_arrow_d.png) no-repeat;
    width: 9px;
    height: 8px;
    margin: 12px auto;
}
.mc_accountlist {
    position: relative;
    z-index: 1000;
    width: 100%;
    margin-left: -3px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.member_id {
    display: block;
    height: 27px;
    line-height: 27px;
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    text-align: left;
}
.member_id:hover {
    background-color: #1e90ff;
    color: #fff;
}
.member_id div {
    display: inline-block;
    *display: inline;
    float: left;
    width: 65%;
    padding-left: 5px;
}
.member_id .btn_del {
    float: right;
    padding: 1px 10px;
    margin: 3px 5px 0 0;
    color: #666;
    font-size: 14px;
    border: 0;
    background-color: #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.member_id .btn_del:hover {
    background-color: #ffc5c5;
    color: #000;
}
.data_send .mc_data .input_set {
    display: inline-block;
    *display: inline;
}
.data_send .mc_data .mc_input, .data_send .mc_data .mc_input_s {
    display: inline-block;
    *display: inline;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.data_send .mc_data .mc_input {
    width: 180px;
    font-size: 18px;
    font-weight: bold;
 }
.data_send .mc_data .mc_input_s {
    width: 200px;
 }
.mc_data .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;
    vertical-align: middle;
}
.mc_data .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 );
}
/*********  個人訊息  *********/
.popup_msg {
    width: 1000px;
    height: 653px;
    margin: 0 auto;
    background-color: #ececec;
    overflow: hidden;
}
.msg_info {
    width: 96%;
    height: 453px;
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.msg_menu {
    height: 590px;
    padding: 10px 15px 15px 15px;
    background-color: #fff;
    border: 1px solid #dedede;
    overflow-x: hidden;
    overflow-y: auto;
}
.topmenu_set {
    width: 100%;
    height: 40px;
    background-color: #FFF;
}
.msgpage_set {
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}
.msgpage_set span {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}
.msgpage_set select {
    width: 50px;
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.topmenu_btn {
    float: right;
    height: 40px;
    line-height: 40px;
    margin-right: 17px;
}
.msgtitle_set {
    clear: both;
    height: 30px;
    line-height: 30px;
    border: 1px solid #D4D4D4;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0 );
    overflow: hidden;
}
.msgtitle_set .msg_text  {
    display: inline-block;
    *display: inline;
    color: #555;
    font-size: 15px;
    text-align: center;
}
.msgtitle_set .cell1  {
    width: 8%;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #d8d8d8;
}
.msgtitle_set .cell2  {
    width: 18%;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #d8d8d8;
}
.msgtitle_set .cell3  {
    width: 72%;
    height: 20px;
    line-height: 20px;
}
/*.msgtitle_set .cell4  {
    width: 10%;
    height: 20px;
    line-height: 20px;
}*/
.msgbtn {
    display: inline-block;
    *display: inline;
    width: 60px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px 0 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #3d5577;
    background: -moz-linear-gradient(top, #6aa2c1 0%, #3d5577 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa2c1), color-stop(100%, #3d5577));
    background: -webkit-linear-gradient(top, #6aa2c1 0%, #3d5577 100%);
    background: -o-linear-gradient(top, #6aa2c1 0%, #3d5577 100%);
    background: -ms-linear-gradient(top, #6aa2c1 0%, #3d5577 100%);
    background: linear-gradient(to bottom, #6aa2c1 0%, #3d5577 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aa2c1', endColorstr='#3d5577', GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.msgbtn:hover {
    background: #172f52;
    background: -moz-linear-gradient(top, #1779af 0%, #172f52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1779af), color-stop(100%, #172f52));
    background: -webkit-linear-gradient(top, #1779af 0%, #172f52 100%);
    background: -o-linear-gradient(top, #1779af 0%, #172f52 100%);
    background: -ms-linear-gradient(top, #1779af 0%, #172f52 100%);
    background: linear-gradient(to bottom, #1779af 0%, #172f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1779af', endColorstr='#172f52', GradientType=0 );
}
.msginfo_set {
    border: 1px solid #D4D4D4;
    border-top: none;
}
.no_msg {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}
.msg_list {
    height: 22px;
    padding: 8px 10px 8px 5px;
}
.msg_list:hover {
    background-color: #b8e5ff;
}
.msg_list .title_left {
    display: inline-block;
    *display: inline;
    width: 8%;
    text-align: center;
    vertical-align: middle;
}
.msg_list .title_center {
    display: inline-block;
    *display: inline;
    width: 18%;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
}
.msg_list .title_right {
    display: inline-block;
    *display: inline;
    width: 71%;
    line-height: 22px;
    vertical-align: middle;
}
/*.msgbtn_set {
    display: inline-block;
    *display: inline;
    float: right;
    width: 8%;
    text-align: center;
    vertical-align: middle;
}*/
.msg_time {
    display: inline-block;
    *display: inline;
    line-height: 22px;
    font-size: 15px;
    color: #666;
    vertical-align: middle;
}
.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;
}
.msg_title {
    display: inline-block;
    *display: inline;
    float: left;
    width: 90%;
    color: #ca0000;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.msg_container {
    display: none;
    width: 92%;
    line-height: 20px;
    padding: 10px 20px;
    margin: 0 auto 10px;
    font-size: 15px;
    text-align: justify;
    color: #555;
    border-top: 1px dotted #bbb;
    background-color: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/*線上留言*/
.leavemsg_menu {
    width: 96%;
    margin: 0 auto;
    padding: 20px;
}
.mag_text {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    font-size: 16px;
}
.mag_text h3 {
    margin: 0 0 5px 10px;
}
.mag_text textarea {
    resize : none; /*禁止拖曳欄位*/
    width: 98%;
    height: 300px;
    line-height: 22px;
    padding: 10px;
    font-size: 16px;
    color: #666;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Georgia, "Times New Roman", Times, serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
/*********  以下為 手機畫面_設定  *********/
/* 寬度大於 1024px (電腦)*/
@media screen and (min-width: 1024px) {
    /* 信用卡說明 */
    .dp3_title .setup.teach {
        padding: .3vw 1vw;
        font: normal normal 1vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}
/* 寬度介於 1301px - 1900px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1900px) {
    /* 信用卡說明 */
    .dp3_title .setup.teach {
        padding: .3vw 1vw;
        font: normal normal 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}
/* 寬度介於 1024px - 1300px (ipad) */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    /* 信用卡說明 */
    .dp3_title .setup.teach {
        padding: 5px 10px;
        font: normal normal 18px / 20px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}
/* 寬度介於 900px - 1024px (iPad, 手機橫放) */
@media screen and (min-width: 900px) and (max-width: 1024px) {
    /*全會員中心*/
    .point_submain, .mypurse_submain, .transfer_submain, 
    .gift_submain, .deposit_submain, .withdrawal_submain, 
    .depositweb_submain, .memchange_submain, .datachange_in {
        width: 810px;
    }
    .datachange_out {
        width: 850px;
    }
    /*平台轉帳*/
    .select_set {
        width: 170px;
    }
    .transfer_box .Input_box {
        float: none;
        width: 163px;
    }
    /*會員互轉*/
    .data_send input[type=text], .data_send input[type=password] {
        width: 270px;
    }
    .data_send select {
        width: 275px;
    }
    .data_send input[type=text].smalltext_input, .data_send input[type=password].smalltext_input {
        width: 170px;
    }
    /*變更資料*/
    .info_set input[type=text], .info_set input[type=password], .info_set select {
        width: 150px;
    }
    .info_set .btn_verify, .info_set .btn_captcha {
        width: 70px;
    }
    .dc_info .text {
        line-height: 16px;
        font-size: 14px;
    }
    .dc_info .col_title, .dc_info .col_item {
        font: normal normal 14px/16px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    /* 信用卡說明 */
    .dp3_title .setup.teach {
        padding: 5px 15px;
        font: normal normal 18px / 20px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度大於 1025px (iPad, iPad pro)*/
@media (max-width: 1025px) {
    /*平台轉帳*/
    .transfer_box .Input_box {
        float: right;
    }
}

/* 寬度介於 751px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 751px) and (max-width: 900px) {
    /* 信用卡說明 */
    .dp3_title .setup.teach {
        padding: .5vw 2vw;
        font: normal normal 1rem/1.3rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}
/* 寬度介於 401px - 550px (iPhone 6+) */
@media screen and (min-width: 401px) and (max-width: 550px) {
    /* 信用卡說明 */
    .dp3_title .setup.teach {
        padding: 3px 10px;
        font: normal normal 16px/16px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}
/* 寬度介於 321px - 400px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 321px) and (max-width: 400px) {
    /* 信用卡說明 */
    .dp3_title .setup.teach {
        padding: 3px 10px;
        font: normal normal 15px/15px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}
/* 寬度小於 320px */
@media screen and (max-width: 320px) {
    /* 信用卡說明 */
    .dp3_title .setup.teach {
        padding: 3px 10px;
        font: normal normal 14px/14px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}
/* 寬度小於 240px */
@media screen and (max-width: 240px) {
    /* 信用卡說明 */
    .dp3_title .setup.teach {
        top: 5%;
        padding: 2px 10px;
        font: normal normal 13px/13px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}