/*ng-animate fadeIn*/
.animate-show {
    position: relative;
}

.animate-show.ng-enter, .animate-show.ng-leave {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

.animate-show.ng-enter,
.animate-show.ng-leave.ng-leave-active {
    left:100%;
}

.animate-show.ng-leave,
.animate-show.ng-enter.ng-enter-active {
    left:0%;
}

.animate-if {
}

.animate-if.ng-enter, .animate-if.ng-leave {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}
.animate-if.ng-enter,.animate-if.ng-leave.ng-leave-active {
    opacity: 0;
}

.animate-if.ng-leave,.animate-if.ng-enter.ng-enter-active {
    opacity: 1;
}
/*會員共用
==============*/
.btn-primary{
    width: 100%;
    margin: 5px 0;
    border-radius: 4px;
    color: #fff;
    background: #478ded;
    border-color: #4c7ec1;
}
.btn-danger {
    color: #fff;
    border-color: #cf4436;
    background: #eb6759;
    width: 100%;
    margin: 5px 0;
    padding: 6px 12px;
    border-radius: 4px;
}
.main {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}
@-moz-document url-prefix(){
    .main {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 100vh;
        margin-bottom: 55px;
    }
}
.login .member{
    padding: 0 0 10vh;
    overflow: auto;
}
.member{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b21', endColorstr='#0d4796',GradientType=0 );
    overflow: auto;
    padding: 55px 0 55px;
    /*height: 100vh;*/
    overflow-x: hidden;
    position: relative;
    color: #fff;
}
.member h4 {
    color: #fff;
    font-size: 24px;
    margin: 15px auto 20px;
    text-align: center;
}
.member .welcome {
    background: url(../../images/member/common/icon-common-3.png) no-repeat 0 0;
    width: 65px;
    height: 65px;
    display: block;
    background-size: 65px;
    margin:10px auto;
}
.member .forgetpw {
    background: url(../../images/member/common/forget_icon.png) no-repeat 0 0!important;
    width: 65px!important;
    height: 65px!important;
    display: block;
    background-size: 65px!important;
    margin:10px auto;
}
.member-wrap form h4 {
    color: #fff;
    font-size: 24px;
    margin: 15px auto 20px;
    text-align: center;
}
.member .member-form {
    /*margin-bottom: 55px;*/
    padding: 0 10%;
}
.member .member-form .login-field {
    padding: 5px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    border: solid 1px #4c4c4c;
/* background-color: #fff; */
    border-radius: 50em;
}
.member .member-form .login-field:focus-within{
    border-color: #c2a25d;
}
.member .member-form .TextArea {
    padding: 5px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 50em;
    color: #7a7a7a;
    height: 40px;
    font-size: 14px;
}
.icon-common-all {
    background-image: url(../../images/member/common/regist_icon.png?v=2);
    display: inline-block!important;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.icon-common-ac {
    background-image: url("../../images/member/common/icon-common-ac.png?v=2");
    background-position: 0 0;
}
.icon-common-pw {
    background-image: url("../../images/member/common/icon-common-pw.png?v=2");
    background-position: 0 0;
}
.icon-common-cd {
    background-image: url("../../images/member/common/icon-common-pw.png?v=2");
    background-position: 0 0;
}
.icon-common-qq {
    background-position: 0 0;
}
.icon-common-phone {
    background-position: 0 -40px;
}
.icon-common-birth {
    background-position: 0 -80px;
}
.icon-common-mail {
    background-position: 0 -120px;
}
.icon-common-name {
    background-position: 0 -160px;
}
.icon-common-wechat {
    background-position: 0 -200px;
}
.icon-common-sex {
    background-position: 0 -280px;
}
.icon-common-country {
    background-position: 0 -320px;
}
.icon-common-province {
    background-position: 0 -360px;
}
.icon-common-city {
    background-position: 0 -400px;
}
.icon-common-zip {
    background-position: 0 -440px;
}
.icon-common-address {
    background-position: 0 -480px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
}
.member .member-form input {
    width: 85%;
    height: 40px;
    background: transparent;
    border: 0;
    padding: .5rem 10px;
    float: right;
    box-sizing: border-box;
    color: #fff;
    font-size: 1rem;
    outline: 0;
    box-shadow: none;
    vertical-align: middle;
}
.member .member-form select{
    width: 85%;
    height: 40px;
}
.member .member-form select {
    width: 85%;
    height: 40px;
}
.member .member-form .pcode {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 58px;
}
.member .member-form .login-submit {
    font-size: 18px;
    background: #c2a25d;
    width: 100%;
    height: 40px;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    /*font-weight: 700;*/
    margin: 13px 0 -2px 0;
}
.member .member-form .check-save {
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    float: left;
}
.member .member-form .forget-pwd {
    color: #7b7b7b;
    float: right;
    text-decoration: none;
    margin: 10px 0 30px;
}
.member .member-form .check-save input {
    border-radius: 50%;
    background-color: grey;
    display: inline-block;
    margin-right: 6px;
    vertical-align: bottom;
    width: 25px;
    height: 25px;
    background-size: cover;
    float: left;
}
.member-button-area {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 55px;
}
.member-button-area .btn-join {
    background-color: #7496c5;
    border:0;
    color: #fff;
}
.member-button-area .go-pc {
    background-color: #7496c5;
    margin-left: 20px;
}
.member-button-area .btn-join,  .member-button-area .go-pc {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 2.33333333;
    border-radius: 5px;
    border:0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    width:100%;
}
.text-center {
    margin: 5px 0;
    text-align: center;
}
/*加入會員
=======================*/
.mem-header {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333;
    font-size: 24px;
    margin: 0 auto 20px;
}
/*我的-會員中心 common/member/mem_center.html
=======================*/
.member .member-container {
    background-color: #004a8c;
    color: #fff;
}
.member .member-list-title {
    font-size: 20px;
    padding: 10px 0;
    margin-left: 35px;
    display: block;
}
.member .member-list-line {
    height: 3px;
    width: 100%;
    background: #f1e767; /* Old browsers */
    background: -moz-linear-gradient(left, #f1e767 0%, #feb645 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=1 ); /* IE6-9 */
}

.member .logout-wrap {
    background-color: #c82721;
    margin-top: 10px;
}
.member .logout-wrap a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.member a.trade-link:hover, a.trade-link:focus {
    color: #fff;
    text-decoration: none;
}
.member .trade-link {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid #0167c3;
    box-shadow: 0 1px 0 #002444;
    background-size: 10px;
}
.member li i{
    float: left;
    padding-top: 14px;
    padding-right: 10px;
    margin-left: 30px;
}
.member .trade-icon {
    width: 28px;
    height: 48px;
    padding: 10px 0;
    margin-right: 12px;
    vertical-align: middle;
}
/*修改帳號.帳戶清單
=============================*/
#mem-mody {
    position: fixed;
    top: 5px;
    bottom: 48px;
    margin: 0 auto;
    width: 100%;
    background-color: #004a8c;
}
.btn-back{
    position: fixed;
    z-index: 50;
    top: .4rem;
    left: 6vw;
    color: #8d8d8d;
    font-size: 2rem;
}
.btn-back:hover, .btn-back:focus{
    color: #eeca67;
}
.account{
    height: 100vh;
    background-color: #004a8c;
    color: #333;
    padding-top: 55px;
    padding-bottom: 70px;
    width: 100%;
    overflow: auto;
    position: absolute;
    -webkit-overflow-scrolling: touch;
}
.scroll-none{
    overflow: hidden;
}
.acc-note {
    padding-top: 100px;
}
.account .table-responsive .table {
}
.account .table-responsive .table>tbody>tr>td {
    padding: 2px;
}
.account .pad-distance .table-responsive .table tbody tr th {
    text-align: center;
    background-color: #eee;
}
/*基本資料*/
.account .account-container h4{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 0;
}
.account .account-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.account .account-navi {
    text-align: center;
    margin: 10px auto;
    background-color: #fafcfe;
    padding: 5px;
    color: #333;
    border-radius: 4px;
    border-color: #dfe8f1;
}
.account .acc-mody ,.account .bank-nav ,.account .news-nav{
    padding: 16px 0 9px;
}
.account .ac-ul{
    margin: 10px auto;
}
.account .account-navi .navi-iner{
    /*width: 85vw;*/
    padding: 0 20px 15px;
    margin: auto;
}
.account .account-navi .ac-ul ul li ,.account .acc-mody ul li,
.account ul.news-nav li{
    display: inline-block;
    width: 30%;
    background-color: #f8f8f8;
    border-radius: 4px;
}
.account .account-navi ul li.tab-current a {
    text-decoration: none;
    color: #fff;
    background: #65a6ff;
    border-radius: 4px;
}
.account .account-navi ul li a {
    font-size: .9rem;
    color: gray;
    display: block;
}
.account .account-content{
    margin: 10px auto;
    background-color: #fafcfe;
    color: #333;
    border-radius: 4px;
    border-color: #dfe8f1;
    width: 100%;
}
.account .account-content .panel-heading {
    padding: 10px 15px;
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    border: solid 1px #dadada;
}
.account .panel-heading a[data-toggle="collapse"] i {
    transform: rotate(180deg);
}
.account .panel-heading a[data-toggle="collapse"].collapsed i {
    transform: rotate(0deg);
}
.account .account-content .panel-heading span {
    color: #011f50;
}
.account .account-content>div{
    padding: 15px 20px 42px;
}
.account  .acc-effit{
    padding: 5px;
}
.account  .ac-list {
    width: 95%;
    margin: 0 auto;
}
.account  .ac-block {
    margin-top: 10px;
    background-color: #fff;
}
.account .ac-header {
    line-height: 44px;
    color: #333;
}
.account .ac-block .title {
    display: inline-block;
    text-align: left;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    word-wrap: break-word;
    white-space: inherit;
    line-height: 17px;
}
.account .ac-header .title {
    width: 25%;
    line-height: 17px;
    word-wrap: break-word;
    white-space: inherit;
}
.account  .ac-header .text {
}
.account .ac-block .text {
    display: inline-block;
    text-align: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    vertical-align: middle;
}
.account .ac-block .text select {
    color: #000;
    padding: 0;
}
.account .update {
    background: url(../../images/member/common/update.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 8px;
}
.account .ac-block .text input{
    line-height: 24px;
    color: black;
}
.account .icon-flag {
    vertical-align: middle;
}
.account .update {
    background: url(../../images/member/common/update.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 8px;
    margin-top: -8px;
}
.account .ac-content {
    line-height: 40px;
    padding: 0px;
}
@media (max-width: 400px) {
    .code-mobile{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        border: none;
    }
}
.modal-header {
    min-height: 66.43px;
    padding: 15px;
    border: 1px solid #3a3a3a;
    color: #eee;
    border-bottom: 1px solid #e5e5e5;
    background: #0065ce;
    background: -moz-linear-gradient(top, #0065ce 0%, #114ba2 44%, #0056b5 100%);
    background: -webkit-linear-gradient(top, #0065ce 0%,#114ba2 44%,#0056b5 100%);
    background: linear-gradient(to bottom, #0065ce 0%,#114ba2 44%,#0056b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#141414',GradientType=0 );
}
.modal-body {
    position: relative;
    padding: 15px;
    background: #eee;
}
.account .account-container h3 {
    color: #333;
    margin-bottom: 20px;
}
.account .account-container .cb-scroll{
    overflow-x: scroll;
    /*overflow-y: scroll;*/
    /*height: 60vh;*/
}
@media only screen and (max-width: 768px) {
    .account .account-container .cb-scroll .acc-mody-table {
        width: 500px;
        margin: auto;
    }
}
.account .account-container .cb-scroll .acc-mody-table .mody-table-width {
    width: 66px;
}
.account .account-container .cb-scroll .acc-mody-table .table-th-background {
    background: #e8e8e8;
}
.account .account-container .c-green{
    color: #2ecc71;
}
.account .account-container .c-red{
    color: red ;
}
.account-container .form-inline .form-group .col-sm-10 {
    width:100%;
}
/*驗證資訊*/
.verification-cote{
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    font-size: 14px;
}
.verification-t{
    border-radius: 5px;
}
.verification-btn{
    margin-bottom: 5px;
}
.verification-btn button{
    margin-top: -3px;
    border-radius: 0 0 4px 4px;
}
.verification-phone{
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}
/*確定框*/
.msg-flex{
    display: flex;
}
.msg-flex2{
    padding: 15px 20px;
    margin: auto;
}
.msg-close {
    text-align: center;
    width: 96%;
    height: 45px;
    background-image: linear-gradient(0deg,#be9e5f,#bc9d60);
    color: #FFF;
    border-radius: 1px;
    display: inline-block;
    margin: 5px auto;
    text-decoration: none;
    line-height: 45px;
}

/*額度轉換*/
#ChangeCreditModal .TopGold_warp .tips {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 auto -15px;
    color: #f54444;
    text-align: center;
    width: 100%;
}

/*銀行交易-common/member/cash_bank.html
=============================*/
.account-nav li a{
    color: white;
}
.account-nav li a:hover,.account-nav li a:focus{
    color: white!important;
}
.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent!important;
}
option:disabled {
    color: #cfd0d1;
}
.modal .table > thead > tr > th {
    color: #000;
}
.mem_bank .form-group{
    margin-bottom: 0;
}
#WithdrawModal .bg_Orange{background: #FDE9D9;}
#WithdrawModal .bg_Green{background: #e7f1d3;}
#WithdrawModal table {
    margin-top: 10px;
}
#WithdrawModal .cb-right{
    text-align: right;padding-right: 3%;
}
.mem-point{
    /*margin-left: 17px;*/
    background: url(../../../../tpl/common/images/bank/user_point.gif) no-repeat 0 0;
    padding-left: 85px;
    min-height: 100px;
    margin-top: 20px;
}
.inner-main .point {

}
/*線上存款*/
.member-drop .category-1{
    background-color: #fff;
    color: #333;
    margin-top: 2vh;
}
.member-drop .category-1 .form-group::after {
    content: '';
    display: block;
    clear: both;
}
.member-drop .panel-title span {
    color: #011f50;
}
.member-drop .panel-title .collapsed span {
    color: #011f50;
}
.member-drop form{
    font-size: 14px;
}
.member-drop .tb-vw{
    width: 28vw;
}
.member-drop .mem-bank ul{
    list-style-type: decimal;
    padding: 0 13px;
}
.member-drop .head-reset{
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
}
.member-drop .head-reset a{
    display: block;
}
.member-drop .tab-form-demo .control-label{
    color: #333;
}
.member-drop .hr-width{
    width: 70px;
    display: inline-block;
}
.member-drop .dataInput{
    background-color: rgb(255, 255, 255);
    width: 135px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.member-drop .inline{
    display: inline-block;
}
.member-drop .mem_bank{
    margin: 30px;
}
.member-drop .title{
    color: #000;
    font-size: 17px;
    margin: 20px 0;
    text-align: left;
}

.member-drop .cb-scroll{
    overflow-x: scroll;"
}
.member-drop .cb-wid{
    width: 200px;
}
.member-drop .cb-vert{
    vertical-align: middle;
}
.member-drop .cb-txt{
    color: #2b78e4
}
.member-drop .cb-marg{
    margin-bottom: 30px;
}
.member-drop .cb-left{
    margin-left: 15px;
}
.member-drop .cb-left2{
    float: left;margin-left: 5px;
}
/*信息公告-common/news/news.html
=============================*/
.account .news-box {
    width: 100%;
    margin-top: 5px;
}
.account .news-date {
    color: #fff;
    background-color: #65a6ff;
    text-align: left;
    font-size: 14px;
    padding: 5px;
}
.account .news-info {
    background-color: #fff;
    color: #000;
    padding: 10px;
    border: solid 1px #ffffff;
    text-align: left;
    word-break: break-all;
}
.account .news-info p{
    word-break: break-all;
}
.account .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 1;
    color: #fff;
    cursor: default;
    background-color: #65a6ff;
    border-color: #65a6ff;
}
.news .tab-wrap{
    margin-bottom: 120px;
}
.news .news-wrap .new-tlt{
    color: #0088fe;
}
.news .news-wrap .new-cont{
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
/*帳戶清單 common/member/mem_account.html
=============================*/
.account-list{
    width: 100%;
    /*padding-top: 10vh;*/
    margin: 2vh auto 10vh;
    height: 78vh;
    background-color: rgb(0, 74, 140);
    color: white;
    position: relative;
}
.account-list .mem-header {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    margin: 10vh auto 0;
}
.account-list .panel2 {
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.account-list .collapse.in{
    overflow-x: scroll;
    width: 100%;
}
.account-list .category-1{
    background-color: #fff;
    color: #333;
    /*margin-top: 2vh;*/
}
.account-list .category-1 .panel-heading{
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    margin: auto;
}
.account-list .panel-group{
    width: 87vw;
    margin: auto;
    position: relative;
}
#collapse1 .tab-content .table-responsive {
    border:0;
}
#collapse1 .tab-content .table-responsive.height60 {
    height: 60vh;
}
#collapse1 .tab-content .table-responsive ul.pagination .navmargin10 {
    margin: 10px 0;
}
.member-drop{
    margin: auto;
}
.member-drop .collapse.in {
    display: block;
    visibility: visible;
}
.member-drop .category-1 .panel-heading {
    padding: 10px 15px;
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    border: solid 1px #999;
}
/*自助優惠*/
.mem-coupon label{
    margin-left: -12px;
    white-space: nowrap;
}
@media only screen and (min-width:769px) and (max-width: 1024px) {
    .mem-coupon .form-control{
        width: 75%!important;
    }
}
.account-list .panel-heading a {
    display: block;
    text-decoration: none;
}
.account-list .panel-title .collapsed span {
    color: #07183e;
}
.account-list .panel-title span {
    /*color: #c83434;*/
}
.member-button-area .btn-join-next, .member-button-area .btn-join-prev,
.member-button-area .btn-join-sure{
    position: relative;
    display: inline-block;
    margin: 0 auto 10px;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 2.33333333;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    background-color: #c2a25d;
    width: auto;
    border: 0;
}
.member-center{
    width: 100%;
}
/*投注記錄 common/member/mem_note.html
=============================*/
.note .game-nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
}
.note .game-nav .nav-link a {
    width: 150px;
}
.note .game-nav .nav-link a span {
    width:100%;
}
.note .game-nav li.active {
    background-color: #fff;
    color: #333 !important;
}
.note .game-nav li.active a p {
    color: #333!important;
}
.note .head-note{
    /*margin-top: 51px;*/
}
.note .head-note .note-tit{
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
}
.note .sel-game {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.note .sel-game ul li {
    display: inline-block;
    border-radius: 4px;
    padding: 5px 10px;
    border: solid 1px #484848;
    cursor: pointer;
}
.note .sel-game ul li a{
    color: #fff;
}
/*USD顯示比值用*/
.usd-title {
    font-size:16px;
    font-weight:bold;
    display:inline;
}
.usd-rate {
    font-size:14px;
    color:red;
    font-weight:bold;
    display:inline;
    line-height: 45px;
}
/* 會員出款 備註*/
.an-point {
    font-size: smaller;
    color: #000;
}
.an-point .form-group {
    margin-bottom: 0;
}
/*填寫詳細資料*/
.memberdata-label{
    color: #fff;
}
/*Viber按鈕*/
.phone-prompt .phone-viber{
    padding: 4px 8px;
    margin-right: 5px;
    background-color: #7d51a1;
    border-radius: 10px;
    display: inline-block;
    color: #ccd2db;
    margin-top: 15px;
}
.phone-prompt .phone-viber i {
    background-image: url(../../images/member/common/viber-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.phone-prompt .phone-viber span {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}

/**899 在線客服 FB + LINE + Whatsapp **/
.app-service-block {
    position: relative;
}
.app-service-block ul li {
    display: inline-block;
    width: 32%;
}
.app-service-block ul li a {
    display: block;
    height: 60px;
    width: 60px;
    margin: 10px 25px 0 25px;
    border-radius: 100%;
}
.app-service-block ul li a img {
    height: 35px;
    width: 35px;
    position: relative;
    top: 13px;
    left: 13px;
}
.app-service-block ul li p {
    color: #eeeeee;
    font-size: 12px;
    text-align: center;
}
.app-service-block ul li:nth-child(1) > a {
    background-color: #1f4e9e;
}
.app-service-block ul li:nth-child(2) > a {
    background-color: #04c303;
}
.app-service-block ul li:nth-child(3) > a {
    background-color: #00a500;
}