/* CSS Document */
.deposit-page {
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 20px;
}

.deposit-tag {
    background: #EBEBEB;
    border-bottom: 1px solid #ccc;
    height: 70px;
}

.deposit-tag ul li {
    float: left;
    padding: 0px 20px;
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    border-right: 1px solid #ccc;
    position: relative;
    background: none;
}

.deposit-tag ul li img {
    vertical-align: middle;
    width: 100px;
}

.deposit-tag ul li .g-arrow-bottom {
    position: absolute;
    top: 71px;
    left: 50%;
    margin-left: -3px;
    border-top-color: #333;
    display: none;
}

.deposit-tag ul li.current {
    background: #fff;
}

.deposit-tag ul li.current .g-arrow-bottom {
    display: block;
}

.deposit-tag ul li:hover {
    background: #fff;
}

.checkbox {
    text-align: center;
}

.expiry {
    float: left;
    width: 50%;
    line-height: 40px;
}

.add-card {
    display: none;
}

.cvv {
    overflow: visible !important;
    display: flex;
    align-items: center;
}

/* .cvv .g-txt-border{ width:50% !important;} */
/* .cvv img{ margin-top:-13px; position:absolute; left:50%; margin-left:20px;} */
.m-form-form {
    /* width: 100%; */
    display: flex;
    align-items: center;
    /* background: #000; */
}

.m-form-select {
    width: 100% !important;
}

.bs {
    width: 100% !important;
    padding: 0 8px;
    box-sizing: border-box;
}

.m-form ul li .g-txt-border {
    max-width: 100%;
}

.m-form .expiry select.g-txt-border {
    margin-right: 10px;
    width: 55%;
}

.m-form ul li.checkbox .m-form-name {
    min-height: 15px;
}

.m-form ul li.checkbox label {
    padding: 10px 10px 0px;
}

.m-tab-bd .row {
    border-top: 1px solid #ccc;
    padding: 15px 20px;
    overflow: hidden;
}

.m-tab-bd .row-hd {
    line-height: 30px;
    font-size: 22px;
    color: #000;
    padding: 30px 20px;
    border: none;
}

.m-tab-bd .row h3 {
    font-size: 15px;
}

.m-tab-bd .row .table-box {
    margin-left: 0px;
    margin-right: 0px;
}

.m-tab-bd .row .table-box table {
    width: 100%;
    border-collapse: collapse;
    line-height: 30px;
}

.m-tab-bd .row .table-box table thead {
    font-size: 15px;
    text-align: left;
}

.m-tab-bd .row .table-box table td,
.m-tab-bd .row .table-box table th {
    border-bottom: 1px solid #e2e2e2;
}

.row-hd i {
    border-top: 6px solid #990000;
    background: #999999;
    display: inline-block;
    width: 5px;
    height: 11px;
    margin-right: 10px;
}

.m-tab-bd .row p {
    padding-top: 10px;
    float: left;
    width: 50%;
}

.col-type {
    line-height: 40px;
    width: 20%;
    max-width: 150px;
    float: left;
    font-size: 14px;
}

.col-type i {
    color: #F5060A;
}

.from-box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.from-box .btn {
    width: 410px;
    max-width: 100%;
}

.m-tab-con-item h2.m-tab-hd:after {
    top: 8px;
}

.deposit-page ul li .m-form-name {
    width: 200px;
}

.m-form .btn-box {
    margin-left: 204px;
    width: 38%;
}

.m-tab-con-item .m-tab-hd {
    line-height: 55px;
    height: 55px;
}

.m-tab-con-item .m-tab-hd img {
    margin-top: 7px;
}

.odd-select {
    width: 75% !important;
}

.add-new {
    float: left;
    width: 25%;
    text-align: right;
}

.add-new .g-btn {
    height: 40px;
    line-height: 40px;
    width: 80%;
    margin-left: 10%;
    color: #fff;
    display: inline-block;
}

.margin-name {
    margin-left: 200px
}

.block-tip {
    background: #FFFFE1;
    padding: 5px;
    margin-top: -10px;
}

.block-tip a {
    color: #02bb48;
}

/*新添加信用卡*/
#addCard .m-form .m-form-name {
    width: 31%;
}

#addCard .m-form .btn-box {
    width: 38%;
    margin-left: auto;
}

.up-tishi {
    padding-left: 25px;
    clear: both;
    overflow: hidden;
    position: static !important;
    padding-top: 8px;
}

.up-tishi img {
    float: left;
    margin-left: -25px;
}

/*入金成功*/
.deposit-box {
    line-height: 25px;
    padding: 10px 0px;
}

.deposit-box table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0px;
    background: #fff;
}

.deposit-box table td {
    border: 1px solid #ccc;
    padding: 5px;
}

/*入金失败*/
.deposit-sb {
    width: 100%;
    max-width: 600px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 auto 30px;
    border-radius: 5px;
}

.deposit-sb .agreement {
    padding: 15% 10%;
}

.deposit-sb img {
    float: left;
    padding-right: 10px;
}

.deposit-sb .back {
    text-align: center;
    padding-top: 20px;
}

/*出金确认*/
.tabldata {
    width: 100%;
    border-collapse: collapse;
}

.tabldata td {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    height: 30px;
    width: 50%;
}

.tabldata .even td {
    background: #f3f3f3;
}

#reg-from .withdraw-font {
    padding-bottom: 10px;
}

#reg-from .reg-btn,
#reg-from .btn-cancel {
    display: inline-block;
    margin: 20px auto !important;
    color: #fff;
    width: 200px;
    background: #02bb48;
    border: none;
    height: 55px;
    line-height: 55px !important;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    line-height: 55px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear;
}

#reg-from .btn-cancel {
    margin: 20px 5px !important;
}

/**/
.fancy-tab h3 {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #000;
    line-height: 40px;
}

.fancy-tab .row {
    padding: 10px 5px;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.fancy-tab .row .hd {
    color: #ad1c23;
}

.fancy-tab .row-bg {
    background: #F2F2F2;
}

.fancy-tab .row div span {
    display: block;
}

.fancy-tab .row .g-btn {
    margin: 10px auto;
    width: 120px;
    height: 45px;
    line-height: 45px;
}

/*loading*/
.deposit-loading {
    text-align: center;
}

.deposit-loading img {
    float: none;
    vertical-align: middle;
}

@media screen and (max-width:960px) {
    .deposit-tag ul li {
        padding: 0px 10px;
    }
}

@media screen and (max-width:768px) {
    .deposit-tag ul li img {
        width: 80px;
    }
}

@media screen and (max-width:640px) {
    .m-tab-bd .row-hd {
        padding: 10px 20px;
    }

    .m-form .btn-box {
        width: 100%;
        margin: 0px;
    }

    .m-tab-con-item .m-tab-bd01 {
        display: none;
    }

    .deposit-page {
        border: none;
    }

    .m-tab-bd .row {
        padding: 15px 0px;
    }

    #addCard .m-form .m-form-name {
        width: 100%;
    }

    .margin-name {
        margin: 0px;
    }
}