@charset "UTF-8";
.align-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.btn,
.btn-group {
    align-items: center;
    display: flex;
}
.btn {
    justify-content: center;
    height: 2.5rem;
    padding: 0 2rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    cursor: pointer;
}
.btn-group {
    justify-content: space-between;
}
.btn.premier {
    color: #fff;
    background: linear-gradient(180deg, #5f7888 0, #86A2B4 100%);
    box-shadow: 0 1px 0 #556E7D, inset 0 -1px 1px rgba(132, 210, 255, .5);
}
.btn.white {
    background: #fff;
    border: 1px solid #B1CCDD;
}
.pointer {
    cursor: pointer;
}
.btn-submit {
    height: 2rem;
    line-height: 2rem;
    padding: 0 3.5rem;
    color: #fff;
    background: #BBD9E6;
    border: none;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    cursor: pointer;
}
.page {
    overflow: hidden;
}
.btn-red {
    color: #fff;
    background: linear-gradient(180deg, #FF7878 5.03%, #DD5643 95.32%);
    height: 2.7rem;
    line-height: 2.7rem;
}
.btn-green {
    color: #fff;
    background: linear-gradient(180deg, #ABDE40 5.03%, #9CC036 95.32%);
    height: 2.7rem;
    line-height: 2.7rem;
}
.layui-form-label {
    white-space: nowrap;
}
.ml-4 {
    margin-left: .2rem;
}
.mr-4 {
    margin-right: .2rem;
}
.mt-4 {
    margin-top: .2rem;
}
.mb-4 {
    margin-bottom: .2rem;
}
.pt-4 {
    padding-top: .2rem !important;
}
.pb-4 {
    padding-bottom: .2rem !important;
}
.mr-5 {
    margin-right: .25rem;
}
.ml-5 {
    margin-left: .25rem;
}
.mt-5 {
    margin-top: .25rem;
}
.mb-5 {
    margin-bottom: .25rem;
}
.pt-5 {
    padding-top: .25rem !important;
}
.pb-5 {
    padding-bottom: .25rem !important;
}
.ml-8 {
    margin-left: .4rem;
}
.mr-8 {
    margin-right: .4rem;
}
.mr-10 {
    margin-right: .5rem;
}
.mt-8 {
    margin-top: .4rem;
}
.mb-8 {
    margin-bottom: .4rem;
}
.mb-10 {
    margin-bottom: .5rem;
}
.pt-8 {
    padding-top: .4rem !important;
}
.pb-8 {
    padding-bottom: .4rem !important;
}
.ml-10 {
    margin-left: .5rem;
}
.mt-10 {
    margin-top: .5rem;
}
.pt-10 {
    padding-top: .5rem !important;
}
.pb-10 {
    padding-bottom: .5rem !important;
}
.ml-12 {
    margin-left: .63rem;
}
.mr-12 {
    margin-right: .63rem;
}
.mt-12 {
    margin-top: .63rem;
}
.mb-12 {
    margin-bottom: .63rem;
}
.pt-12 {
    padding-top: .63rem !important;
}
.pb-12 {
    padding-bottom: .63rem !important;
}
.ml-16 {
    margin-left: .8rem;
}
.mr-16 {
    margin-right: .8rem;
}
.mt-16 {
    margin-top: .8rem;
}
.mb-16 {
    margin-bottom: .8rem;
}
.pt-16 {
    padding-top: .8rem !important;
}
.pb-16 {
    padding-bottom: .8rem !important;
}
.ml-20 {
    margin-left: 1rem;
}
.mr-20 {
    margin-right: 1rem;
}
.mt-20 {
    margin-top: 1rem;
}
.mb-20 {
    margin-bottom: 1rem;
}
.pt-20 {
    padding-top: 1rem !important;
}
.pb-20 {
    padding-bottom: 1rem !important;
}
.ml-22 {
    margin-left: 1.1rem;
}
.mr-22 {
    margin-right: 1.1rem;
}
.mt-22 {
    margin-top: 1.1rem;
}
.mb-22 {
    margin-bottom: 1.1rem;
}
.pt-22 {
    padding-top: 1.1rem !important;
}
.pb-22 {
    padding-bottom: 1.1rem !important;
}
.ml-26 {
    margin-left: 1.35rem;
}
.mr-26 {
    margin-right: 1.35rem;
}
.mt-26 {
    margin-top: 1.35rem;
}
.mb-26 {
    margin-bottom: 1.35rem;
}
.pt-26 {
    padding-top: 1.35rem !important;
}
.pb-26 {
    padding-bottom: 1.35rem !important;
}
.ml-30 {
    margin-left: 1.55rem;
}
.mr-30 {
    margin-right: 1.55rem;
}
.mt-30 {
    margin-top: 1.55rem;
}
.mb-30 {
    margin-bottom: 1.55rem;
}
.pt-30 {
    padding-top: 1.55rem !important;
}
.pb-30 {
    padding-bottom: 1.55rem !important;
}
.ml-40 {
    margin-left: 2rem;
}
.mr-40 {
    margin-right: 2rem;
}
.mt-40 {
    margin-top: 2rem;
}
.mb-40 {
    margin-bottom: 2rem;
}
.pt-40 {
    padding-top: 2rem !important;
}
.pb-40 {
    padding-bottom: 2rem !important;
}
.layui-form-checkbox>span {
    white-space: normal;
    padding-right: 0 !important;
}
.layui-form-checkbox i {
    top: 50%;
    transform: translateY(-50%);
}
.layui-form-label {
    width: 100px;
    padding-left: 0;
}
.layui-input-block {
    margin-left: 130px;
}
/* 會員中心-左側選項 */
.user-page {
    display: flex;
    margin: 3rem auto;
}
.user-page .wrap {
    display: flex;
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
}
.user-page .userbar {
    width: 20%;
    min-width: 250px;
    background: #d3e5eb;
    border-right: 2px solid #fff;
}
.user-page .bar_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 3.6rem;
    word-break: break-word;
    font: normal bold 1.2rem/1.4rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: #ecf4f9;
    border: 1px solid #fff;
    cursor: pointer;
}
.user-page .bar_list:hover {
    background: #ddeff5;
}
.user-page .bar_list div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*width: 60%;*/
    margin-left: 1rem;
}
.user-page .userbar_icon {
    width: 25px;
    margin-right: 10px;
}
.user-page .bar_list.selected {
    background: #cce3f1;
}
.user-page .winbet-table .list .item:nth-child(even) {
    background: #d3e6f2;
}
.user-page .content-list {
    flex: 1;
    width: 100%;
    height: 100%;
    color: #666;
    background: #e5f2fb;
    overflow-y: auto;
    overflow-x: hidden;
}
.user-page .content {
    display: flex;
    width: 100%;
    height: 100%;
}
/*存款*/
.user-page .content_deposit {
    display: block;
    width: 100%;
    height: 100%;
}
/*平台轉帳*/
.user-page .mypurse-page {
    width: 97%;
}
.user-page .content.p10 {
    height: 96%;
}
.user-page .content.p20 {
    height: 92%;
}
.user-page .platform-wrap {
    width: 55%;
}
.user-page .platform-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    padding: 0 1rem;
    color: #666;
    font: normal bold 1.2rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.user-page .platform-title,
.user-page .winbet-table .search-wrap,
.user-page .withdraw .title,
.user-page .account-transfer .title,
.user-page .update-info .explain,
.account-transfer .at-content .explain .explain-title {
    background: #b9dcf2;
}
.user-page .platform-title .bank-back {
    width: 20%;
}
.user-page .icon-user {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.user-page .reload_white,
.user-page .reload_black {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    cursor: pointer;
}
.user-page .platform-list {
    display: flex;
    flex-wrap: wrap;
    color: #666;
    background: #fff;
}
.user-page .platform-list .item {
    display: flex;
    align-items: center;
    width: 48%;
    height: 3.2rem;
    padding: 0 1%;
    font: normal bold 1rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    word-break: break-word;
    /* background: #fff; */
}
/* .user-page .platform-list .item:nth-child(even) {
    background: #f2fff2;
} */
.user-page .platform-list .item .plat-name {
    width: 40%;
    font-weight: bold;
}
.user-page .platform-list .item .balance {
    width: 25%;
    color: #12B178;
    text-align: center;
}
.user-page .platform-list .item .action {
    width: 35%;
    text-align: center;
}
.user-page .platform-list .item .action .transfor {
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 .6rem;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(180deg, #26DCD1 0, #19BEB4 100%);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    cursor: pointer;
}
.user-page .platform-list .item.maintain .transfor,
.user-page .platform-list .item.maintain .action input {
    display: none;
}
.user-page .platform-list .item.maintain .action:after {
    content: "維護中";
    color: #F34F2B;
}
.user-page .transfer-wrap {
    flex: 1;
    color: #666;
    margin-left: 1rem;
    font: normal normal 1rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.user-page .transfer-wrap .transfer-wrap_header {
    display: flex;
    align-items: center;
    height: 5rem;
    line-height: 1.2;
}
.user-page .transfer-wrap .transfer-wrap_header {
    margin-bottom: 1rem;
    text-align: justify;
}
.user-page .transfer-wrap .transfer-wrap-form {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}
.user-page .transfer-wrap .btn-submit {
    display: block;
    height: 2.5rem;
    margin: 0 auto;
    color: #5f7888;
    font-weight: bold;
    font-size: 1.25rem;
    background: #EFF9FF;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
}
/* 存款 */
.user-page .deposit-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 32rem;
}
.user-page .deposit-list .deposit-block {
    position: relative;
    display: flex;
    width: 43%;
    margin: 0 auto 0 1rem;
}
.user-page .deposit-list .deposit-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 30rem;
    height: 15rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    cursor: pointer;
}
/* 異動部分 */
.user-page .deposit-list .deposit-item,
.user-page .withdraw-content,
.user-page .withdraw-bank-list,
.user-page .account-transfer .at-content .layui-form,
.user-page .account-transfer .at-content .explain,
.user-page .deposit-detail .detail-list .detail-item,
.user-page .deposit-detail .precautions,
.user-page .winbet-table .table-header,
.user-page .update-info .two-wrap,
.user-page .store_Set .store_item,
.user-page .store_Set .precautions {
    background: #f8fcff;
}
/* .user-page .deposit-list .deposit-block:nth-child(even) {
    margin-left: 1rem;
} */
.user-page .deposit-list .deposit-block .study {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 1rem;
    background: #c4e7ff;
    -webkit-border-radius: 0 .5rem 0 .5rem;
    -moz-border-radius: 0 .5rem 0 .5rem;
    -ms-border-radius: 0 .5rem 0 .5rem;
    -o-border-radius: 0 .5rem 0 .5rem;
    border-radius: 0 .5rem 0 .5rem;
    cursor: pointer;
}
.user-page .deposit-list .deposit-item .icon {
    width: 100%;
    height: 11rem;
    background-position: center 1.5rem;
    background-repeat: no-repeat;
    background-size: auto 130px;
}
.user-page .deposit-list .deposit-item .icon.bank {
    background-image: url(/images/member/deposit-bank.png);
}
.user-page .deposit-list .deposit-item .icon.linepay {
    background-image: url(/images/member/deposit-linepay.png);
}
.user-page .deposit-list .deposit-item .icon.twpay {
    background-image: url(/images/member/deposit-twpay.png);
}
.user-page .deposit-list .deposit-item .icon.applepay {
    background-image: url(/images/member/deposit-applepay.png);
}
.user-page .deposit-list .deposit-item .icon.googlepay {
    background-image: url(/images/member/deposit-googlepay.png);
}
.user-page .deposit-list .deposit-item .icon.credit {
    background-image: url(/images/member/deposit-24h_credit.png);
}
.user-page .deposit-list .deposit-item .icon.usdt {
    background-image: url(/images/member/deposit-USDT.png);
}
.user-page .deposit-list .deposit-item .icon.store {
    background-image: url(/images/member/deposit-24h_store.png);
}
.user-page .deposit-list .deposit-item .icon.atm {
    background-image: url(/images/member/deposit-atm.png);
}
/* 20250310異動部分 */
.user-page .deposit-list .deposit-item .icon.debitCard {
    background-image: url(/images/member/deposit-24h_credit.png);
}
.user-page .deposit-list .deposit-item .deposit-name {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: normal bold 1.3rem/1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: #a1cdea;
    -webkit-border-radius: 0 0 .5rem .5rem;
    -moz-border-radius: 0 0 .5rem .5rem;
    -ms-border-radius: 0 0 .5rem .5rem;
    -o-border-radius: 0 0 .5rem .5rem;
    border-radius: 0 0 .5rem .5rem;
}
.user-page .deposit-list .deposit-item:nth-child(1),
.user-page .deposit-list .deposit-item:nth-child(2) {
    margin-bottom: 1rem;
}
.user-page .deposit-list.open {
    display: none;
}
.user-page .deposit-list.open~.deposit-detail {
    display: block;
}
.user-page .deposit-detail {
    display: none;
    position: relative;
    flex-direction: column;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
}
.user-page .deposit-detail .detail-list {
    display: flex;
    margin: 1rem 0 0;
}
.user-page .deposit-detail .detail-list .detail-item {
    flex: 1;
    height: auto;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
}
.user-page .deposit-detail .detail-list .detail-item:first-child {
    margin-right: .2rem;
}
.user-page .deposit-detail .detail-list .detail-item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    font-weight: bold;
    background: #a1cdea;
    -webkit-border-radius: .5rem .5rem 0 0;
    -moz-border-radius: .5rem .5rem 0 0;
    -ms-border-radius: .5rem .5rem 0 0;
    -o-border-radius: .5rem .5rem 0 0;
    border-radius: .5rem .5rem 0 0;
}
.user-page .deposit-detail .detail-list .detail-item .detail-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    height: 100%;
    margin: 1rem 2rem;
    overflow: hidden;
}
.user-page .deposit-detail .detail-list .detail-item .select-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    width: 30rem;
    height: 7.5rem;
    margin: 1rem 2rem;
    overflow: auto;
}
.user-page .deposit-detail .detail-list .detail-item .select-card input {
    height: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 5px;
    padding: 0 1rem;
}
.user-page .deposit-detail .detail-list .detail-item .detail-content .explain {
    padding-left: 6rem;
    margin-top: .5rem;
    color: #FF2020;
    font-size: .85rem;
}
.user-page .deposit-detail .detail-list .detail-item .detail-content .sh {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.5rem;
    height: 2.2rem;
    margin: 0.2rem;
    color: #fff;
    background: linear-gradient(180deg, #5AEBC8 0, #5BCE9E 100%);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
}
/* 20250304異動部分 */
.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;
}
.storeBox .precautions_list .list_3:read-only {
    color: #f00 !important;
}
/* 20241107異動部分 */
.USDTstudy {
    margin: 0 0 0 10px;
    color: #ac0000;
    font-weight: bold;
    text-decoration: underline;
}
/* 異動部分 */
.user-page .deposit-detail .precautions,
.store_Set .precautions {
    margin-top: 20px;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
}
/* 異動部分 */
.user-page .deposit-detail .precautions .title,
.user-page .store_Set .precautions .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    font: normal bold 1.1rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: #c9e4f5;
    -webkit-border-radius: .5rem .5rem 0 0;
    -moz-border-radius: .5rem .5rem 0 0;
    -ms-border-radius: .5rem .5rem 0 0;
    -o-border-radius: .5rem .5rem 0 0;
    border-radius: .5rem .5rem 0 0;
}
.user-page .deposit-detail .precautions .pre-content {
    padding: .7rem 0 0 2rem;
    line-height: .95rem;
    font-size: .85rem;
}
.banklist-title {
    font-size: 1.1rem;
}
.popup-selectbank .bank-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 14rem;
    overflow: auto;
}
.btn_bank {
    float: left;
    width: 145px;
    height: 70px;
    margin: 5px 20px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    position: relative;
}
.btn_CFC{
    background: url(/images/member_icon/btn_CFC.png) no-repeat center;
    background-size: 100% auto;
}
.btn_CIMB{
    background: url(/images/member/bank/btn_CIMB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_COB{
    background: url(/images/member/bank/btn_COB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_HLB{
    background: url(/images/member/bank/btn_HLB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_IBKHANOI{
    background: url(/images/member/bank/btn_IBKHANOI.png) no-repeat center;
    background-size: 100% auto;
}
.btn_IBKHCMC{
    background: url(/images/member/bank/btn_IBKHCMC.png) no-repeat center;
    background-size: 100% auto;
}
.btn_LPB{
    background: url(/images/member/bank/btn_LPB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_OMLLVCB{
    background: url(/images/member/bank/btn_OMLLVCB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_PBVN{
    background: url(/images/member/bank/btn_PBVN.png) no-repeat center;
    background-size: 100% auto;
}
.btn_UOB{
    background: url(/images/member/bank/btn_UOB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_VRB{
    background: url(/images/member/bank/btn_VRB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_WOO{
    background: url(/images/member/bank/btn_WOO.png) no-repeat center;
    background-size: 100% auto;
}
.btn_CAKE{
    background: url(/images/member/bank/btn_CAKE.png) no-repeat center;
    background-size: 100% auto;
}
.btn_ABBANK{
    background: url(/images/member/bank/btn_ABBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_ACB{ /*ACB*/
    background: url(/images/member/bank/btn_ACB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_AGRIBANK{
    background: url(/images/member/bank/btn_AGRIBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_BACKBANK{
    background: url(/images/member/bank/btn_BACKBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_BAOVIETBANK{
    background: url(/images/member/bank/btn_BAOVIETBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_BIDV{
    background: url(/images/member/bank/btn_BIDV.png) no-repeat center;
    background-size: 100% auto;
}
.btn_CBBANK{
    background: url(/images/member/bank/btn_CBBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_DONGABANK{
    background: url(/images/member/bank/btn_DONGABANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_EXIMBANK, .btn_Eximbank{
    background: url(/images/member/bank/btn_EXIMBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_GPABNK{
    background: url(/images/member/bank/btn_GPABNK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_HDBANK{
    background: url(/images/member/bank/btn_HDBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_IVB{
    background: url(/images/member/bank/btn_IVB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_KIENLONGBANK{
    background: url(/images/member/bank/btn_KIENLONGBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_LVPB{
    background: url(/images/member/bank/btn_LVPB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_MB{
    background: url(/images/member/bank/btn_MB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_MSB{
    background: url(/images/member/bank/btn_MSB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_NAMABANK{
    background: url(/images/member/bank/btn_NAMABANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_NCB{
    background: url(/images/member/bank/btn_NCB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_OCB{
    background: url(/images/member/bank/btn_OCB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_OCEANBANK{
    background: url(/images/member/bank/btn_OCEANBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_PGBANK{
    background: url(/images/member/bank/btn_PGBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_PVCOMBANK{
    background: url(/images/member/bank/btn_PVCOMBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_SACOMBANK{
    background: url(/images/member/bank/btn_SACOMBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_SAIGONBANK{
    background: url(/images/member/bank/btn_SAIGONBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_SCB{
    background: url(/images/member/bank/btn_SCB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_SEABANK{
    background: url(/images/member/bank/btn_SEABANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_SHB{
    background: url(/images/member/bank/btn_SHB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_TECHCOMBANK{
    background: url(/images/member/bank/btn_TECHCOMBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_TPBANK{
    background: url(/images/member/bank/btn_TPBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_VIB{
    background: url(/images/member/bank/btn_VIB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_VBSP{
    background: url(/images/member/bank/btn_VBSP.png) no-repeat center;
    background-size: 100% auto;
}
.btn_VDB{
    background: url(/images/member/bank/btn_VDB.png) no-repeat center;
    background-size: 100% auto;
}
.btn_VIETABANK{
    background: url(/images/member/bank/btn_VIETABANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_VIETCAPITALBANK{
    background: url(/images/member/bank/btn_VIETCAPITALBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_VIETCOMBANK,.btn_Vietcombank{
    background: url(/images/member/bank/btn_VIETCOMBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_VIETINBANK,.btn_Vietinbank{
    background: url(/images/member/bank/btn_VIETINBANK.png) no-repeat center;
    background-size: 100% auto;
}
.btn_VPBANK{
    background: url(/images/member/bank/btn_VPBANK.png) no-repeat center;
    background-size: 100% auto;
}
.popup-selectbank .selected::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 145px;
    height: 70px;
    z-index: 1;
    background-color: rgba(255, 0, 0, 0.2);
    visibility: visible;
    border: 2px solid rgba(255, 0, 0, 0.8);
    border-radius: 7px;
}
.s_ace {
    background: url(/images/member/s_ace.png) no-repeat;
    background-size: 100% auto;
}
.s_BitoPro {
    background: url(/images/member/s_BitoPro.png) no-repeat;
    background-size: 100% auto;
}
.s_MaiCoin {
    background: url(/images/member/s_MaiCoin.png) no-repeat;
    background-size: 100% auto;
}
.dp3_tips_up {
    position: relative;
    display: inline-block;
    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;
    padding: 5px;
    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;
}
.user-page .winbet-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #666;
}
.user-page .winbet-table select {
    padding: 2px;
}
.user-page .winbet-table .search-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3rem;
    padding: 0 2rem;
}
.user-page .winbet-table .layui-form-item {
    display: flex;
    align-items: center;
}
.user-page .winbet-table .layui-input-wrap,
.user-page .winbet-table .layui-form-label {
    min-width: 80px;
}
.user-page .winbet-table .layui-input-inline {
    width: 9.375rem;
}
.user-page .winbet-table .table-header {
    display: flex;
    align-items: center;
    font: normal bold 1rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: #fff;
}
.user-page .winbet-table .table-header>div {
    flex: 1;
    text-align: center;
}
.user-page .winbet-table .list {
    flex: 1;
    font: normal normal 1rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    overflow-y: auto;
}
.user-page .winbet-table .list .item {
    display: flex;
    align-items: center;
}
.user-page .winbet-table .table-header{
    height: 2.6rem;
}
.user-page .winbet-table .list .item {
    height: 3.5rem;
}
.user-page .winbet-table .list .item > div {
    flex: 1;
    text-align: center;
}
a.wager {
    color: #ff841d;
    font-weight: bold;
    text-decoration: underline;
}
.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;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.user-page .withdraw {
    display: flex;
    width: 100%;
    height: 100%;
}
.user-page .withdraw .layui-form {
    height: 100%;
    display: flex;
}
.user-page .withdraw .line {
    background: #fff;
    height: .5rem;
}
.user-page .withdraw .line~.title {
    height: 2rem;
}
.user-page .withdraw-bank-list {
    flex: 1;
    width: 50%;
    height: 100%;
}
.user-page .withdraw-bank-list .text {
    line-height: 1rem;
    margin: 1rem;
    font-size: .85rem;
}
.user-page .withdraw-bank-list .select-card {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    align-items: flex-start;
    justify-content: flex-start;
    /*width: 30rem;*/
    height: 7.5rem;
    margin: 1rem 0;
    overflow: auto;
}
.bankcardbtn_set {
    display: contents;
    width: auto;
}
.user-page .withdraw-bank-list .select-card input {
    margin-right: 0;
    margin-bottom: 5px;
}
#form_withdrawal {
    width: 50%;
}
.user-page .withdraw-form {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    margin-right: .5rem;
}
.user-page .withdraw-content {
    flex: 1;
    height: 100%;
    padding: 1rem;
}
.user-page .withdraw .title,
.user-page .account-transfer .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    font: normal bold 1.4rem/1.6rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.user-page .title .tip {
    margin-left: 10px;
    font-size: 1rem;
}
.user-page .withdraw .btn-group {
    justify-content: center;
    padding-top: 1rem;
}
.user-page .withdraw .btn-group .btn-submit {
    height: 2.7rem;
    line-height: 2.7rem;
}
.user-page .withdraw .btn-group .btn-submit:first-child {
    margin-right: 1rem;
}
.user-page .activity-table,
.user-page .record-table {
    position: relative;
}
.user-page .activity-table .list-wrap,
.user-page .record-table .list-wrap {
    min-height: 26rem;
    /* background: #f1f9f9; */
}
.user-page .activity-table .checkbox-actions,
.user-page .record-table .checkbox-actions {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    bottom: -3.6rem;
    height: 3.6rem;
    align-items: center;
}
.user-page .activity-table .checkbox-actions span,
.user-page .record-table .checkbox-actions span {
    height: 1.8rem;
    line-height: 1.8rem;
    margin-left: 1rem;
    padding: 0 1rem;
    background: #E5F2FB;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    cursor: pointer;
}
.user-page .actions>div {
    background: #E5F2FB;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    cursor: pointer;
}
.user-page .actions>div {
    padding: 0.3rem 1rem;
    margin-right: 1rem;
}
.user-page .actions>div:last-child {
    margin-right: 0;
}
.user-page .update-info {
    width: 95%;
    height: 100%;
}
.user-page .update-info .first-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* 大頭照 */
.user-avatar {
    position: relative;
    left: 2rem;
    top: -5px;
}
.user-avatar img {
    width: 60px;
}
.user-avatar input {
    position: absolute;
    bottom: -12px;
    left: -15px;
    padding: 0 5px;
    z-index: 2;
    width: 85px;
}
.popup_avatarbox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.popup_avatarbox .avatar_icon {
    width: calc(100% / 5 - 5px);
    padding: 5px 2px;
    cursor: pointer;
}
.popup_avatarbox .avatar_icon.active {
    background: rgba(255, 87, 34, .2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.user-page .update-info .explain {
    width: 85%;
    text-align: center;
    padding: 1rem;
    margin: 0 0 0 4rem;
    font: normal bold 1rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.user-page .update-info .two-wrap {
    position: relative;
    display: flex;
    margin: 1.5rem auto 0;
    padding: 0 20px 20px 20px;
}
/* .user-page .update-info .two-wrap:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 90%;
    background: #e5fbe6;
    left: 48%;
    top: 15px;
    transform: translateX(-50%);
} */
.user-page .update-info .two-wrap hr {
    width: 3px;
    height: 550px;
    margin: 0 20px;
    background: rgba(229,242,251,.5);
}
.user-page .update-info .two-wrap>div {
    flex: 1;
    /* padding-right: 2rem; */
}
.two-wrap-L .col_title {
    display: inline-block;
    width: 38%;
}
.two-wrap-L .col_item {
    width: calc(100% - 40%);
}
.user-page .update-info .two-wrap .title {
    text-align: center;
    margin: 1.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
}
.user-page .update-info .use-tkpsw {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    color: #5f7888;
}
.update-info .confirmed {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 5px;
    font: normal normal .85rem/.85rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.update-info .confirmed .cf_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(/images/member/pass.png) no-repeat;
    background-size: auto 100%;
}
.update-info .box {
    flex: 1;
    display: flex;
}
.account-transfer {
    flex: 1;
}
.account-transfer .at-content {
    display: flex;
    padding: 10px;
}
.account-transfer .at-content .layui-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 46rem;
    height: auto;
    padding-right: 1rem;
}
.account-transfer .at-content .layui-form>.layui-form-item {
    position: absolute;
    bottom: 1.55rem;
    left: 50%;
    transform: translateX(-50%);
}
.account-transfer .at-content .layui-form>.layui-form-item button {
    background: linear-gradient(180deg, #ABDE40 5.03%, #9CC036 95.32%);
    height: 2.7rem;
}
.account-transfer .at-content .layui-form-item {
    margin-top: 1.55rem;
}
.account-transfer .at-content .layui-form-item .label {
    margin-bottom: 1rem;
}
.account-transfer .at-content .left,
.account-transfer .at-content .right {
    flex: 1;
    margin-left: 2rem;
}
.account-transfer .at-content .search-nickname {
    padding: 0 .5rem;
    margin-left: .5rem;
    color: #fff;
    background: linear-gradient(180deg, #FF7878 5.03%, #DD5643 95.32%);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    white-space: nowrap;
}
.account-transfer .at-content .explain {
    flex: 1;
    margin-left: .5rem;
}
.account-transfer .at-content .explain .explain-title {
    padding: 5px 0;
    text-align: center;
    font: normal bold 1.4rem/1.6rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.account-transfer .at-content .explain .text {
    line-height: 1.5rem;
    font-size: .95rem;
    margin: .5rem;
}
/*********  QRcodeShow & QRcodeCreate  *********/
.qrpage_bg {
    background: url(/images/member/qr_page/bg_qrscreen03.jpg) no-repeat;
    background-size: cover;
}
.qrpage_momobg {
    background: url(/images/member/qr_page/bg_qrscreen04.jpg) no-repeat center;
    background-size: cover;
}
.QR_set {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px 0;
}
.QR_set .scan_QR {
    display: flex;
    width: 20rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
}
.QR_set .qr_box canvas {/*QRCodeCreate頁面使用*/
    max-width: 100%;
    width: 190px;
    height: 190px;
}
.qrShow_box img {/*QRCodeShow頁面使用*/
    max-width: 100%;
    width: 190px;
    height: 190px;
}
.QR_set .qr_title {
    padding: 15px 0 5px 0;
    border-bottom: 2px solid #def3ff;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.qr_title .amount_text {
    font-size: 20px;
    font-weight: bold;
    color: #246aa5;
    padding-right: 3px;
}
.qr_title .VND_text {
    font-size: 15PX;
    color: #000;
}
.time_item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.time_item .time_icon {
    background: url(/images/member/qr_page/icon_time.png) no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
}
.time_item .time_text {
    font-size: 1.3em;
    padding-left: 5px;
}
.qr_box {
    padding: 5%;
}
.daojishiText {
    width: 90%;
    margin: 5px auto;
}
.tijiaoText {
    border: 1px solid #ef4f4f;
    color: #ef4f4f;
    display: block;
    width: 90%;
    height: 100%;
    margin: 5px;
    border-radius: 5px;
}
.tijiaoText_L {
    background: #ef4f4f;
    vertical-align: middle;
    padding: 3px;
}
.img_note {
    background: url(/images/member/qr_page/icon_note.png) no-repeat;
    background-size: auto 100%;
    width: 40px;
    height: 40px;
}
.tijiaoText_R {
    padding: 5px;
}
.step_tips {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.step_set {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 8px;
}
.step_sort {
    margin-left: 5px;
    color: #246aa5;
}
/* 新增-超商設定 */
.store_Set {
    position: relative;
    flex-direction: column;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
}
.store_list {
    width: 100%;
    margin: 1rem 0 0;
}
.store_list .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    font: normal bold 1.1rem / 1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: #a1cdea;
    -webkit-border-radius: .5rem .5rem 0 0;
    -moz-border-radius: .5rem .5rem 0 0;
    -ms-border-radius: .5rem .5rem 0 0;
    -o-border-radius: .5rem .5rem 0 0;
    border-radius: .5rem .5rem 0 0;
}
.store_item {
    height: auto;
    margin-right: .2rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
}
.store_content {
    padding: 0 0 20px 0;
    margin: 1rem 2rem;
}
input.input20,
select.select20 {
    width: 20%;
    margin: 0 3px 0 0;
}
.store_content select.select20 {
    width: 21.35%;
}
.store_Set .col_title {
    width: 10%;
}
.store_Set_li img {
    width: 70%;
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
}
/*********** 跳框-信用卡說明 ***********/
.teach_title {
    position: absolute;
    left: 2%;
    bottom: 17%;
    width: 90%;
    padding: 5px 10px;
    font: normal bold 1.2rem/1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    color: #b52b00;
    word-break: break-word;
    border: 3px dotted #c95d3b;
    background-color: #fddfd5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.cm.is-active .cm_list {
    width: 100%;
}
.cm_slide {
    width: 100%;
}
.credit_btn {
    display: inline-block;
}

/*********  以下為 手機畫面_設定  *********/
/* 寬度大於 1024px (電腦)*/
@media screen and (min-width: 1024px) {
}

/* 寬度大於 1920px (電腦)*/
@media screen and (min-width: 1920px) {
}

/* 寬度介於 1301px - 1900px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1900px) {
    .user-page {
        margin: 1.5rem auto;
    }
    .user-page .userbar {
        width: 16%;
        min-width: 200px;
    }
    .user-page .platform-wrap {
        width: 60%;
    }
    .user-page .transfer-wrap {
        margin-left: .5rem;
    }
    .user-page .winbet-table .list {
        font: normal normal .95rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .update-info .two-wrap .title {
        margin: 1.2rem 0;
        font-size: 1.3rem;
    }
}

/* 寬度介於 1024px - 1300px (ipad) */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    /* 會員 */
    .user-page {
        margin: 1.2rem auto;
    }
    .user-page .wrap {
        width: 98%;
    }
    .user-page .userbar {
        width: 14%;
        min-width: 180px;
    }
    /* .user-page .bar_list div {
        width: 80%;
    } */
    .user-page .userbar_icon {
        width: 20px;
        margin-right: 5px;
    }
    .user-page .bar_list {
        height: 3rem;
    }
    .user-page .platform-title {
        padding: 0 1rem;
        font: normal normal 1rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .platform-title .bank-back {
        width: 26%;
    }
    .user-page .bar_list,
    .user-page .platform-list .item,
    .user-page .transfer-wrap {
        font: normal bold .9rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .platform-wrap {
        width: 60%;
    }
    .user-page .transfer-wrap {
        margin-left: .5rem;
    }
    .user-page .winbet-table .table-header {
        font: normal bold .9rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .winbet-table .list {
        font: normal normal .9rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .update-info .two-wrap .title {
        margin: 1.2rem 0;
        font-size: 1.2rem;
    }
}

/* 寬度小於 1023px (平板+手機)*/
@media screen and (max-width: 1023px) {
    /* 變更資料 */
    .user-page {
        margin: 1rem auto;
    }
    .user-page .wrap {
        width: 98%;
        max-width: auto;
    }
    .user-page .userbar {
        width: 30%;
        min-width: unset;
    }
    .user-page .br_detailbox .winbet-table .list .item,
    .user-page .brs_detailbox .winbet-table .list .item {
        height: auto;
        min-height: 3.5rem;
    }
    .user-page .bar_list {
        font: normal bold .95rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .bar_list div {
        margin-left: 10px;
    }
    .user-page .userbar_icon {
        width: 20px;
        margin-right: 5px;
    }
    .user-page .winbet-table .search-wrap {
        padding: 0 5px;
        font: normal normal .85rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .winbet-table select {
        font: normal normal .85rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .date_select input[type=text] {
        width: 70px;
        padding: 3px 20px 3px 3px;
    }
    .br_box .date_select input[type=text],
    .brs_box .date_select input[type=text],
    .br_detailbox .date_select input[type=text],
    .brs_detailbox .date_select input[type=text] {
        width: 50px;
        padding: 3px;
    }
    .user-page .platform-list .item {
        width: 95%;
        height: 2.5rem;
        padding: 0 2%;
    }
    .user-page .withdraw .title,
    .user-page .account-transfer .title {
        font: normal bold 1.1rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .title .tip {
        font-size: .85rem;
    }
    .user-page .winbet-table .list .item {
        height: 2.5rem;
    }
    .user-page .update-info .two-wrap .title {
        margin: 1rem 0;
        font-size: 1.2rem;
    }
    .user-page .platform-title {
        height: 3rem;
        padding: 0 10px;
        font: normal bold 1rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .icon-user {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .reflash {
        margin-left: 5px;
        font-size: 1.1rem;
    }
    .user-page .deposit-list .deposit-item .deposit-name {
        font: normal bold 1.1rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .transfer-wrap .transfer-wrap-form {
        padding: 0;
    }
    .user-page .withdraw-content {
        padding: .5rem;
    }
    .user-page .col_title,
    .user-page .col_item {
        font: normal normal .9rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    /* 異動部分 */
    .store_Set .col_title {
        width: 25%;
    }
    .store_Set input.input20,
    .store_Set select.select20 {
        width: 48%;
        margin: 0 3px 0 0;
    }
    .store_Set_li img {
        width: 90%;
    }
    /* 異動部分 */
    .user-page input.input20,
    .user-page input.input33,
    .user-page input.input50,
    .user-page input.input51,
    .user-page input.input100,
    .user-page input.input_no_width,
    .user-page select.select20,
    .user-page select.select33,
    .user-page select.select50,
    .user-page select.select100 {
        padding: 3px;
        font: normal normal .9rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page select.select100 {
        width: 96%;
    }
    .user-page .deposit-list {
        height: 26rem;
    }
    .user-page .deposit-list .deposit-block {
        width: 48%;
        margin: 0 auto 0 .5rem;
    }
    .user-page .deposit-list .deposit-item {
        height: 12rem;
    }
    .user-page .deposit-list .deposit-item .icon {
        height: 9rem;
        background-size: auto 100px;
    }
    .user-page .deposit-list .deposit-item .deposit-name {
        padding: 0 1rem;
        text-align: center;
        font: normal bold 1rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .withdraw-bank-list .select-card {
        height: auto;
    }
    .user-page .withdraw-bank-list .select-card input {
        padding: 0 5px;
        font: normal normal .9rem/2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .explain.p20 {
        padding: 10px;
    }
    .explain .list_nostyle,
    .explain .list_dot,
    .explain .list_number,
    .explain .list_roman,
    .explain .list_chinese {
        margin-left: 0;
        font: normal normal .9rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .user-avatar {
        left: 1rem;
        top: -10px;
    }
    .user-page .update-info .explain {
        width: 76%;
        padding: .5rem;
        margin: 0 0 0 8%;
        font: normal bold .95rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .winbet-table .list {
        font: normal normal .8rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .user-page .update-info .two-wrap {
        flex-wrap: wrap;
    }
    .user-page .update-info .two-wrap > div {
        flex: auto;
        padding-right: 1rem;
    }
    .two-wrap-L {
        margin-bottom: 20px;
    }
    .user-page .update-info .two-wrap hr {
        display: none;
    }
    .two-wrap .col_title,
    .two-wrap .col_item {
        width: 100%;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }
    /* 異動資料 */
    .two-wrap-L .col_title,
    .two-wrap-L .col_item {
        flex-wrap: nowrap;
    }
    .two-wrap input.btn_big.btn33 {
        width: 50%;
        margin-top: 5px;
    }
    .user-page .content.p20 {
        padding: 20px 0 0 10px;
    }
    .user-page .winbet-table .table-header,
    .user-page .platform-list .item,
    .user-page .transfer-wrap {
        font: normal bold .9rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    /* 信用卡說明 */
    .teach_title {
        font: normal bold .8rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度介於 901px - 1023px (ipad) */
@media screen and (min-width: 901px) and (max-width: 1023px) {
    .user-page .userbar {
        width: 25%;
    }
    /* 信用卡說明 */
    .teach_title {
        font: normal bold 1rem/1.3rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度介於 751px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 751px) and (max-width: 900px) {
    .user-page .userbar {
        width: 25%;
    }
    /* 信用卡說明 */
    .teach_title {
        font: normal bold 1rem/1.3rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度介於 671px - 750px (iPad, 手機橫放) */
@media screen and (min-width: 671px) and (max-width: 750px) {
    /* 信用卡說明 */
    .teach_title {
        font: normal bold 1rem/1.3rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度介於 551px - 670px (手機橫放) */
@media screen and (min-width: 551px) and (max-width: 670px) {
    /* 信用卡說明 */
    .teach_title {
        font: normal bold 1rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度介於 401px - 550px (iPhone 6+) */
@media screen and (min-width: 401px) and (max-width: 550px) {
    /* 信用卡說明 */
    .has-line .setup.teach {
        padding: 3px 10px;
        font: normal normal 16px/16px "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度介於 401px - 414px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 401px) and (max-width: 414px) {
}

/* 寬度介於 321px - 400px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 321px) and (max-width: 400px) {
    /* 信用卡說明 */
    .teach_title {
        width: 85%;
    }
}

/* 寬度小於 320px */
@media screen and (max-width: 320px) {
    /* 信用卡說明 */
    .teach_title {
        width: 85%;
        font: normal bold .8rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度小於 280px */
@media screen and (max-width: 280px) {
}

/* 寬度小於 240px */
@media screen and (max-width: 240px) {
}