<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#financial-withdraw {
    height: 600px;
    overflow-y: auto;
}

    #financial-withdraw .withdrawRespond p {
        margin: unset;
    }

        #financial-withdraw .withdrawRespond p .transfering {
            color: rgba(0,122,210);
        }

        #financial-withdraw .withdrawRespond p .credited {
            color: #31d19e;
        }

        #financial-withdraw .withdrawRespond p span i {
            margin-right:5px;
        }

    #financial-withdraw .withdrawRespond .timeInfo {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 3px solid #a94442;
        margin: 0 300px;
        margin-bottom: 10px;
    }

        #financial-withdraw .withdrawRespond .timeInfo i {
            font-size: 32px;
        }

        #financial-withdraw .withdrawRespond .timeInfo .time {
            margin-left: 5px;
            text-align: left;
        }

    #financial-withdraw .withdrawRespond .bonus,
    #financial-withdraw .withdrawRespond .withdrawAccount{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #financial-withdraw .withdrawRespond .withdrawAccount {
        margin-top: 10px;
    }

        #financial-withdraw .withdrawRespond .withdrawAccount p{
            font-size:15px;
        }

        #financial-withdraw .withdrawRespond .withdrawAccount a {
            margin: 10px 0;
            text-decoration: none;
        }

        #financial-withdraw .withdrawRespond .withdrawAccount button {
            margin-top:10px;
            background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
            border-color: #28a4c9;
            color: #fff;
            border-radius: 10px;
        }

            #financial-withdraw .withdrawRespond .withdrawAccount button[disabled] {
                background: #b3b3b3;
                background-image: unset;
                border-color: unset;
            }

    #financial-withdraw .mmPayWithdrawRespond {
        padding: 0px 220px;
    }

        #financial-withdraw .mmPayWithdrawRespond .progress-block {
            width: 100%;
            border-radius: 10px;
            border: 2px solid rgba(0, 122, 210, 1);
        }

            #financial-withdraw .mmPayWithdrawRespond .progress-block .top {
                padding: 15px 20px 20px;
            }

                #financial-withdraw .mmPayWithdrawRespond .progress-block .top .progressTitle {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 10px;
                }

                    #financial-withdraw .mmPayWithdrawRespond .progress-block .top .progressTitle .btn-binding {
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        vertical-align: middle;
                        background: url('https://cdn.xolgvhb.cn/Web.Portal/_Common/Content/Views/WithdrawApplication/images/icon_binding.png') no-repeat center top;
                        background-size: 100%;
                    }

                    #financial-withdraw .mmPayWithdrawRespond .progress-block .top .progressTitle span {
                        color: rgba(0, 122, 210, 1);
                    }

                        #financial-withdraw .mmPayWithdrawRespond .progress-block .top .progressTitle span.black {
                            color: #000;
                        }

                        #financial-withdraw .mmPayWithdrawRespond .progress-block .top .progressTitle span.red {
                            color: rgba(255, 48, 48);
                        }

                        #financial-withdraw .mmPayWithdrawRespond .progress-block .top .progressTitle span.blue {
                            color: rgba(0, 122, 210);
                        }

                #financial-withdraw .mmPayWithdrawRespond .progress-block .top .progress {
                    width: 100%;
                    height: 20px;
                    background: rgba(157, 157, 157);
                    border-radius: 6px;
                    position: relative;
                }

                    #financial-withdraw .mmPayWithdrawRespond .progress-block .top .progress .tap {
                        position: absolute;
                        width: 5%;
                        height: 100%;
                        background: rgba(0, 122, 210);
                        border-radius: 10px;
                        z-index: 1;
                        border: 3px solid #fff;
                    }

                    #financial-withdraw .mmPayWithdrawRespond .progress-block .top .progress .bar {
                        position: absolute;
                        height: 100%;
                        background: rgba(0, 122, 210);
                        border-radius: 6px;
                    }

            #financial-withdraw .mmPayWithdrawRespond .progress-block .bottom {
                background: rgba(0, 122, 210);
                height: 31px;
                width: 100%;
                border-radius: 0 0 7px 7px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
            }

                #financial-withdraw .mmPayWithdrawRespond .progress-block .bottom .btn-discount-settings {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    margin-right: 5px;
                    background: url('https://cdn.xolgvhb.cn/Web.Portal/_Common/Content/Views/WithdrawApplication/images/time_offer_description_icon.png') no-repeat center top;
                    background-size: 100%;
                }

                #financial-withdraw .mmPayWithdrawRespond .progress-block .bottom .yellow {
                    color: rgba(255, 191, 27);
                }

                #financial-withdraw .mmPayWithdrawRespond .progress-block .bottom .green {
                    color: rgba(92, 255, 99);
                }

            #financial-withdraw .mmPayWithdrawRespond .respondInfo {
                width: 100%;
                border-radius: 10px;
                border: 2px solid rgba(0, 122, 210, 1);
                margin-top: 10px;
            }

            #financial-withdraw .mmPayWithdrawRespond .respondInfo .finish {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .finish img {
                    margin: 10px;
                }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .finish p {
                    margin: unset;
                }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .finish .title {
                    font-size: 20px;
                    color: rgba(0, 122, 210);
                    font-weight: bold;
                }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .finish button {
                    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
                    border-color: #28a4c9;
                    color: #fff;
                    width: 110px;
                    height: 35px;
                    border-radius: 10px;
                    margin: 15px;
                }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .waitRespond {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    height: 305px;
                    border-bottom: 2px solid rgba(0, 122, 210, 1);
                    color: rgba(131, 131, 131);
                }

                    #financial-withdraw .mmPayWithdrawRespond .respondInfo .waitRespond i {
                        font-size: 40px;
                        color: inherit;
                    }

                    #financial-withdraw .mmPayWithdrawRespond .respondInfo .waitRespond p {
                        font-size: 20px;
                        color: inherit;
                    }

            #financial-withdraw .mmPayWithdrawRespond .respondInfo .top {
                width: 100%;
                border-bottom: 2px solid rgba(0, 122, 210, 1);
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 10px 0;
            }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .top p {
                    margin: unset;
                    color: rgba(0, 122, 210);
                    font-size: 20px;
                    font-weight: bold;
                }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .top .bonus {
                    width: 50%;
                    height: 25px;
                    background: rgba(190, 23, 23);
                    border-radius: 10px;
                    margin-top: 10px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: #fff;
                }

                    #financial-withdraw .mmPayWithdrawRespond .respondInfo .top .bonus:before {
                        content: "";
                        width: 20px;
                        height: 20px;
                        margin-right: 5px;
                        background: url('https://cdn.xolgvhb.cn/Web.Portal/_Common/Content/Views/WithdrawApplication/images/dashicons_money-alt.png') no-repeat center top;
                        background-size: 100%;
                    }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    border-bottom: 2px solid rgba(0, 122, 210, 1);
                    padding: 12px 0;
                }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle p {
                    margin: unset;
                }

                    #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle p span.transfering {
                        color: rgba(0, 122, 210);
                    }

                    #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle p span.credited {
                        color: #31d19e;
                    }

                    #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle p span i{
                        margin-right:5px;
                    }

                    #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle .timeInfo {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-bottom: 3px solid #a94442;
                        margin-bottom: 10px;
                    }

                    #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle .timeInfo i {
                        font-size: 32px;
                    }

                    #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle .timeInfo .time {
                        margin-left: 5px;
                        text-align: left;
                    }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle input {
                    margin-top: 10px;
                }

                #financial-withdraw .mmPayWithdrawRespond .respondInfo .middle button {
                    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
                    border-color: #28a4c9;
                    color: #fff;
                    border-radius: 10px;
                    margin-top: 15px;
                }

            #financial-withdraw .mmPayWithdrawRespond .respondInfo .bottom {
                padding:10px 0;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        #financial-withdraw .mmPayWithdrawRespond .unRespondList {
            position: absolute;
            bottom: 50px;
            right: 20px;
            border: 2px solid rgba(31, 138, 238, 1);
            border-radius: 5px;
            width: 200px;
        }

            #financial-withdraw .mmPayWithdrawRespond .unRespondList .title {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                background: rgba(31, 139, 238, 1);
                border-radius: 2px 2px 0px 0px;
            }

                #financial-withdraw .mmPayWithdrawRespond .unRespondList .title:before {
                    content: "";
                    width: 13px;
                    height: 15px;
                    margin-right: 5px;
                    background: url('https://cdn.xolgvhb.cn/Web.Portal/_Common/Content/Views/WithdrawApplication/images/bell.png') no-repeat center top;
                    background-size: 100%;
                }

            #financial-withdraw .mmPayWithdrawRespond .unRespondList .respondContent {
                display: flex;
                justify-content: space-between;
                align-items: center;
                color: rgba(31, 139, 238, 1);
                padding: 0 5px;
                margin: 5px;
            }

                #financial-withdraw .mmPayWithdrawRespond .unRespondList .respondContent p {
                    margin: unset;
                    font-size: 15px;
                    font-weight: bold;
                }

                #financial-withdraw .mmPayWithdrawRespond .unRespondList .respondContent button {
                    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
                    border-color: #28a4c9;
                    color: #fff;
                    width: 70px;
                    height: 30px;
                    border-radius: 10px;
                }

    #financial-withdraw .joinToMMPay {
        padding: 10px 100px;
        text-align: left;
    }

        #financial-withdraw .joinToMMPay .advantageWrapper {
            width: 100%;
        }

            #financial-withdraw .joinToMMPay .advantageWrapper .title {
                font-size: 18px;
                color: rgba(78, 66, 66, 1);
                font-weight:bold;
                letter-spacing:5px;
            }

            #financial-withdraw .joinToMMPay .advantageWrapper .sub {
                font-size: 12px;
                font-weight: bold;
                color: rgba(234, 0, 0, 1);
                margin: unset;
                letter-spacing:2px;
            }

            #financial-withdraw .joinToMMPay .advantageWrapper .contentImg {
                display:flex;
                justify-content:space-between;
                align-items:center;
                height:115px;
                margin:32px 50px 28px;
            }

                #financial-withdraw .joinToMMPay .advantageWrapper .contentImg .icon{
                    display:flex;
                    flex-direction:column;
                    justify-content:center;
                    align-items:center;
                }

                    #financial-withdraw .joinToMMPay .advantageWrapper .contentImg .icon:before{
                        content:'';
                        display:block;
                        width:62px;
                        height:62px;
                        background-repeat:no-repeat;
                        background-size:100%;
                        margin-bottom:10px;
                    }

                    #financial-withdraw .joinToMMPay .advantageWrapper .contentImg .icon.icon1:before {
                        background-image: url('https://cdn.xolgvhb.cn/Web.Portal/_Common/Content/Views/WithdrawApplication/images/icon01.png');
                    }

                    #financial-withdraw .joinToMMPay .advantageWrapper .contentImg .icon.icon2:before {
                        background-image: url('https://cdn.xolgvhb.cn/Web.Portal/_Common/Content/Views/WithdrawApplication/images/icon03.png');
                    }

                    #financial-withdraw .joinToMMPay .advantageWrapper .contentImg .icon.icon3:before {
                        background-image: url('https://cdn.xolgvhb.cn/Web.Portal/_Common/Content/Views/WithdrawApplication/images/icon02.png');
                    }

                    #financial-withdraw .joinToMMPay .advantageWrapper .contentImg .icon p {
                        color: rgba(153, 33, 33);
                        font-size: 12px;
                        margin:unset;
                    }

                    #financial-withdraw .joinToMMPay .advantageWrapper .contentImg .icon .iconTitle {
                        font-weight: bold;
                    }

                    #financial-withdraw .joinToMMPay .stepWrapper {
                        width: 100%;
                    }

                #financial-withdraw .joinToMMPay .stepWrapper .title {
                    font-size: 18px;
                    color: rgba(78, 66, 66, 1);
                    font-weight: bold;
                    letter-spacing: 5px;
                }

                    #financial-withdraw .joinToMMPay .stepWrapper .sub {
                        font-size: 12px;
                        font-weight: bold;
                        color: rgba(118, 118, 118, 1);
                        margin: unset;
                        letter-spacing: 2px;
                    }

                    #financial-withdraw .joinToMMPay .stepWrapper .content {
                        padding: 10px 20px;
                    }

                #financial-withdraw .joinToMMPay .stepWrapper .content .stepContent {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-top: 10px;
                }

                    #financial-withdraw .joinToMMPay .stepWrapper .content .stepContent .step {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        position: relative;
                        height: 160px;
                    }

                        #financial-withdraw .joinToMMPay .stepWrapper .content .stepContent .step p {
                            margin: unset;
                            font-size: 15px;
                            color: #000;
                            font-weight: bold;
                        }

                            #financial-withdraw .joinToMMPay .stepWrapper .content .stepContent .step p.number {
                                background: rgba(183, 31, 31, 1);
                                padding: 3px 10px;
                                border-radius: 20px;
                                font-size: 16px;
                                color: #fff;
                                position: absolute;
                                top: 0;
                                left: -23px;
                            }

                        #financial-withdraw .joinToMMPay .stepWrapper .content .stepContent .step .stepImg {
                            height: 80px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

                            #financial-withdraw .joinToMMPay .stepWrapper .content .stepContent .step .stepImg.type img{
                                width:25px;
                                height:25px;
                            }

                            #financial-withdraw .joinToMMPay .ruleTitle {
                                font-size: 18px;
                                font-weight: bold;
                                color: rgba(78,66,66);
                            }

        #financial-withdraw .joinToMMPay ul {
            list-style:none;
            margin:unset;

        }

        #financial-withdraw .joinToMMPay ul li {
            display: inline-block;
            color: rgba(135, 135, 135, 1);
            font-size: 12px;
            width:49%;
        }

        #financial-withdraw .joinToMMPay .btnGroup {
            margin-top: 40px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            #financial-withdraw .joinToMMPay .btnGroup label {
                display: flex;
                align-items: center;
                margin-right: 20px;
            }

                #financial-withdraw .joinToMMPay .btnGroup label input {
                    margin-right: 5px;
                }

            #financial-withdraw .joinToMMPay .btnGroup button {
                width: 120px;
                height: 40px;
                border: none;
                border-radius: 10px;
                font-size: 14px;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #financial-withdraw .joinToMMPay .btnGroup button.btnCancel {
                    background: rgba(179, 180, 181);
                    margin-right: 10px;
                }

                #financial-withdraw .joinToMMPay .btnGroup button.btnSubmit {
                    background: rgba(31, 171, 231);
                }

                #financial-withdraw .joinToMMPay .btnGroup button[disabled] {
                    opacity: .5;
                }

        #financial-withdraw .joinToMMPay .hasApply {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

            #financial-withdraw .joinToMMPay .hasApply p {
                font-size: 14px;
                margin: unset;
                color: #000;
            }

                #financial-withdraw .joinToMMPay .hasApply p:first-child {
                    letter-spacing: 5px;
                }

            #financial-withdraw .joinToMMPay .hasApply img {
                margin: 20px 0;
            }

            #financial-withdraw .joinToMMPay .hasApply .btnBack {
                width: 120px;
                height: 40px;
                border: none;
                border-radius: 10px;
                font-size: 14px;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                background: rgba(31, 171, 231);
                margin-top: 40px;
            }

    #financial-withdraw .qrcodeBind {
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 222px;
        top: 190px;
        background: #eee;
        width: 300px;
        z-index: 2;
        padding: 0 10px;
        border-radius: 5px;
    }

        #financial-withdraw .qrcodeBind.isApply {
            top: 130px;
            right: unset;
            left: 170px;
        }

        #financial-withdraw .qrcodeBind .qrcodeBindClose {
            position: absolute;
            right: 7px;
            top: 7px;
            border: none;
            font-size: 18px;
            color: #999;
        }

        #financial-withdraw .qrcodeBind .title1 {
            color: #999;
            font-size: 16px;
            font-weight: bold;
            border-bottom: 1px solid #999;
            padding: 10px 0;
        }

        #financial-withdraw .qrcodeBind .bind-body {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
        }

            #financial-withdraw .qrcodeBind .bind-body p {
                margin: unset;
                color: red;
            }

            #financial-withdraw .qrcodeBind .bind-body .qrcode {
                width: 130px;
                height: 130px;
                background: #fff;
                margin: 10px 0;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #financial-withdraw .qrcodeBind .bind-body .qrcode.expired {
                    background: #000;
                }

                #financial-withdraw .qrcodeBind .bind-body .qrcode img {
                    width: 110px;
                    height: 110px;
                }

                #financial-withdraw .qrcodeBind .bind-body .qrcode .reload {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    font-size: 13px;
                    padding: 0 5px;
                    color: red;
                }

                    #financial-withdraw .qrcodeBind .bind-body .qrcode .reload button {
                        border: 1px solid #fff;
                        background: unset;
                        font-size: 16px;
                        color: #fff;
                        border-radius: 20px;
                        width: 30px;
                        height: 30px;
                        margin-bottom: 10px;
                    }

            #financial-withdraw .qrcodeBind .bind-body .save {
                min-width: 100px;
                height: 30px;
                border: unset;
                display: flex;
                justify-content: center;
                align-items: center;
                background: rgba(0, 122, 210);
                color: #fff;
                border-radius: 5px;
            }

                #financial-withdraw .qrcodeBind .bind-body .save[disabled] {
                    opacity: 0.5;
                    cursor: no-drop;
                }

            #financial-withdraw .qrcodeBind .bind-body button i {
                margin-right: 5px;
            }

        #financial-withdraw .qrcodeBind .app-body {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-top: 1px solid #999;
            padding: 5px 0;
            margin-top: 20px;
        }

            #financial-withdraw .qrcodeBind .app-body .title2 {
                color: #999;
                font-size: 13px;
                font-weight: bold;
            }

            #financial-withdraw .qrcodeBind .app-body .qrcode {
                width: 110px;
                height: 110px;
                background: #fff;
                padding: 10px;
                margin: 10px 0;
            }

                #financial-withdraw .qrcodeBind .app-body .qrcode img {
                    width: 90px;
                    height: 90px;
                }

            #financial-withdraw .qrcodeBind .app-body .download {
                display: flex;
                align-items: center;
                color: #000;
            }

                #financial-withdraw .qrcodeBind .app-body .download .link {
                    min-width: 40px;
                    height: 20px;
                    background: rgba(0, 122, 210);
                    color: #fff;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-left: 5px;
                    text-decoration: none;
                    border-radius: 5px;
                }

    #financial-withdraw .panel {
        background: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #financial-withdraw .control-div.isFirstInsert {
        width: 333px;
    }

    #financial-withdraw .control-div select {
        width: 100%;
        height: 30px;
        padding: 3px 5px;
        outline: none;
    }

    #financial-withdraw .control-div input {
        width: 100%;
        padding: 3px 10px;
        line-height: 25px;
        background: none;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

    #financial-withdraw .control-div .radio {
        margin-right: 20px;
        /*cursor: pointer;*/
    }

        #financial-withdraw .control-div .radio.float-left {
            float: left;
        }

        #financial-withdraw .control-div .radio input {
            width: auto;
            vertical-align: middle;
            cursor: pointer;
        }

    #financial-withdraw .control-div input[disabled] {
        background: #999;
        color: #666;
        cursor: not-allowed;
    }

    #financial-withdraw .control-div .joinNow {
        color: #fff;
        text-decoration: none;
        background: #F40000;
        padding: 5px 10px;
        border-radius: 10px;
    }

        #financial-withdraw .control-div .joinNow:hover{
            opacity:0.7;
        }

        #financial-withdraw .form-group {
            line-height: 30px;
            margin: 2px 0;
        }

        #financial-withdraw .form-group .control-label .btn-discount-settings {
            position:absolute;
            right:80px;
            width: 30px;
            height: 30px;
            background: url('https://cdn.xolgvhb.cn/Web.Portal/_Common/Content/Views/WithdrawApplication/images/time_offer_description_icon.png') no-repeat center top;
            background-size: 100%;
        }

        #financial-withdraw .info-block {
            padding: 0px 150px 0px 80px;
        }

        #financial-withdraw .info-block .info {
            background: #eee;
            padding: 10px 0;
            border-radius: 10px;
        }

            #financial-withdraw .info-block .info input {
                background: #fff;
            }

                #financial-withdraw .info-block .info input[disabled] {
                    background: #999;
                    color: #666;
                }

            #financial-withdraw .info-block .info .insertBtn {
                display: inline-block;
                height: 33px;
                width: 100px;
                border-radius: 5px;
                color: #454545;
                font-size: 15px;
                background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
                border: 1px solid #999;
            }

                #financial-withdraw .info-block .info .insertBtn[disabled] {
                    opacity: 0.5;
                    cursor: no-drop;
                }

            #financial-withdraw .info-block .info .dropDownGroup{
                width:100%;
                position:relative;
            }

                #financial-withdraw .info-block .info .dropDownGroup .dropdownBtn {
                    width: 100%;
                    height: 30px;
                    padding: 3px 5px;
                    outline: none;
                    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
                    background-color: #fff;
                    display: flex;
                    align-items: center;
                    cursor:default;
                    position:relative;
                }

                    #financial-withdraw .info-block .info .dropDownGroup .dropdownBtn img {
                        width: 20px;
                        height: 20px;
                        margin-right: 10px;
                    }

                        #financial-withdraw .info-block .info .dropDownGroup .dropdownBtn i{
                            position:absolute;
                            right:5px;
                        }

                #financial-withdraw .info-block .info .dropDownGroup .link {
                    display: flex;
                    align-items: center;
                    margin-top:10px;
                }

                    #financial-withdraw .info-block .info .dropDownGroup .link a {
                        color: #000;
                        background-color: rgb(255, 207, 14);
                        padding:0 7px;
                        margin-right: 10px;
                        text-decoration: none;
                        border-radius: 5px;
                    }

                #financial-withdraw .info-block .info .dropDownGroup .dropdownMenu {
                    position: absolute;
                    top: 30px;
                    left: 0;
                    right: 0;
                    padding: unset;
                    margin: unset;
                    list-style: none;
                    z-index: 1;
                    border: 1px solid #555;
                }

                        #financial-withdraw .info-block .info .dropDownGroup .dropdownMenu li {
                            width: 100%;
                            height: 30px;
                            padding: 3px 5px;
                            background-color: #fff;
                            display: flex;
                            align-items: center;
                        }

                            #financial-withdraw .info-block .info .dropDownGroup .dropdownMenu li:hover {
                                background-color: #428bca;
                                color:#fff;
                            }

                            #financial-withdraw .info-block .info .dropDownGroup .dropdownMenu li img {
                                width: 20px;
                                height: 20px;
                                margin-right: 10px;
                            }

                        #financial-withdraw .form-group .control-info {
                            float: left;
                            padding: 0 15px;
                        }

    #financial-withdraw .form-group .control-div label {
        display: inline-block;
    }

        #financial-withdraw .form-group .control-div label .recommendBtn {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 29px;
            width: 64px;
            border-radius: 10px;
            color: #454545;
            font-size: 15px;
            background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
            border: 1px solid #999;
            margin-right: 4px;
            margin-bottom: 6px;
        }

    #financial-withdraw .error {
        color: #a94442;
    }

    #financial-withdraw .audit-info {
        display: inline-block;
        vertical-align: bottom;
        list-style: disc;
        margin-left: 2em;
        line-height: 1.5;
    }

    #financial-withdraw .btn-audit {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 30px;
        line-height: 21px;
    }

#account-panel .account-nav {
    position: relative;
    display: block;
    font-size: 0;
    text-align: left;
    margin-bottom: 15px;
}

    #account-panel .account-nav:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #b7b7b7;
    }

    #account-panel .account-nav li {
        display: inline-block;
        height: 45px;
        min-width: 88px;
        padding: 0 3px;
        color: #337ab7;
        font-size: 14px;
        font-family: PMingLiU;
        text-align: center;
        line-height: 45px;
        vertical-align: top;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        #account-panel .account-nav li.active {
            position: relative;
            border: 1px solid #b7b7b7;
            font-weight: bold;
            border-bottom: none;
        }

#account-panel .account-type-detail {
    text-align: left;
    font-size: 0;
}

    #account-panel .account-type-detail .account-panel {
        width: 247px;
        min-height: 210px;
        margin-right: 15px;
        font-size: 14px;
        background: #f2f2f2;
    }

#account-panel .not-set {
    height: 148px;
    line-height: 138px;
    text-align: center;
}

/* #region 存入帐户 */
.custom-panel {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    background-color: #e5e5e5;
    border: 1px solid #b7b7b7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .custom-panel + .custom-panel {
        margin-left: 5%;
    }

    .custom-panel .custom-panel-header {
        padding: 10px;
        color: #fff;
        font-weight: bold;
        text-align: left;
        background-color: #b7b7b7;
    }

    .custom-panel .custom-panel-body {
        padding: 10px 0;
    }

        .custom-panel .custom-panel-body .form-group .control-label {
            width: 40%;
        }

        .custom-panel .custom-panel-body .form-group .control-div {
            width: 60%;
            word-break: break-all;
        }
/* #endregion 存入帐户 */

/* #region 取款方式 */
.withdraw-method .control-div {
    display: inline-block;
    width: auto;
    padding-top: 10px;
}

.withdraw-method .btn-yuebao {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    line-height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
}

    .withdraw-method .btn-yuebao:before {
        content: '';
        position: absolute;
        top: -12px;
        left: 3px;
        display: inline-block;
        width: 21px;
        height: 13px;
        background: url('https://cdn.xolgvhb.cn/Web.Portal/_Common/Content/Views/WithdrawApplication/images/yuebao_hot.gif') no-repeat center top;
    }
/* #endregion 取款方式 */

/*#region 金額不足提示 */
.tooltip {
    position: absolute;
    left: 74%;
    top: -2px;
    z-index: 1;
    display: inline-block;
}

    .tooltip table &gt; tbody &gt; tr &gt; td, .tooltip table &gt; tbody &gt; tr &gt; th {
        text-align: right;
        padding-right: 5px;
    }

        .tooltip table &gt; tbody &gt; tr &gt; td.text-calculated &gt; span, .tooltip table &gt; tbody &gt; tr &gt; th.text-calculated &gt; span {
            float: left;
        }

    .tooltip table &gt; tbody &gt; tr {
        line-height: 20px;
    }

        .tooltip table &gt; tbody &gt; tr &gt; th {
            color: #3c763d;
            border-top: 1px solid #bbb;
        }

        .tooltip table &gt; tbody &gt; tr:first-child &gt; td.text-calculated {
            color: #1e1e1e;
        }

        .tooltip table &gt; tbody &gt; tr &gt; th.less-min {
            color: #A94442;
        }
/*#endregion */

/*#region input[type="number"] 不出现箭頭*/
/*for firefox*/
input[type=number] {
    -moz-appearance: textfield;
}
    /*for chorme*/
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }
/*#endregion input[type="number"] 不出现箭頭*/

</pre></body></html>