
/* 存款流程----begin */

/* 网上支付、银行汇款 选项卡 */
.depositWayItem {
    width: 310px;
    height: 90px;
    float: left;
    cursor: pointer;
}

    .depositWayItem .mark {
        width: 70px; 
        margin-top: 20px;
        float: left;
        margin-left: 36px;
    }

    .depositWayItem .desc {
        text-align: left;
        width: 130px; 
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }

    .depositWayItem span {
        font-weight: bold;
        font-size: 15px;
        color: gray;
    }

/* 存款流程详细内容 */
.depositContent {
    width: 652px;
    background-color: #f2f2f2;
    padding-bottom: 69px;
    text-align: center;
    display: none;
}

.depositContentTriangle{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #f2f2f2;
}

.depositStepTriangle{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #4cacd2;
}

/* 网上支付-快速注资通道、用户中心注资选项卡 */
.depositContentTab {
    position: relative;
    padding-left:40px;
    padding-right:35px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    cursor: pointer;
    /*font-size: 15px;*/
    margin-top: 15px;
    text-align: center;
    border-radius: 5px;
}

    .depositContent .img {
        position: absolute;
        top: 10px; 
        left: 10px; 
        width: 24px; 
        height: 25px;
    }

/* 步骤内容-图片 */   
.stepContent {
    width: 600px; 
    /*min-height: 430px;*/
    border: 2px solid #4cacd2; 
    border-radius: 3px; 
    display: inline-block; 
    background-color: #fff;
}

/* 下一步按钮 */
.stepNext {
    width: 65px;
    height: 39px;
    float: right; 
    margin-right: 20px; 
    margin-top: 7px;
    cursor: pointer;
}

/* 上一步按钮 */
.stepPrev {
    width: 65px;
    height: 39px;
    float: left; 
    margin-left: 20px; 
    margin-top: 7px;
    cursor: pointer;
}

/* 步骤-标题 */
.stepTitle {
    color: #4cacd2; 
    margin: 15px 0; 
    font-weight: bold;
}

    .stepTitle div{
        width: 20px; 
        height: 20px; 
        border-radius: 10px; 
        background-color: #4cacd2; 
        color: #fff; 
        display: inline-block;
    }

/* 步骤-描述 */
.stepDesc {
    display: inline-block; 
    max-width: 470px;
    text-align: left;
}

/* 步骤-图片 */
.stepImg {
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

/* 条款及细则 */
.depositDetail {
    margin-top: 40px; 
    display: inline-block; 
    width: 652px;
    border: 1px solid #ccc;
}

    /* 条款及细则-标题 */
    .depositDetail .detailTitle {
        height: 30px; 
        background-color: #4cacd2;
    }

        .depositDetail .detailTitle .detailTitleText {
            float: left; 
            color: #fff; 
            font-size: 14px; 
            margin-top: 4px; 
            margin-left: 20px;
        }

        .depositDetail .detailTitle .detailTitleImg {
            float: right; 
            margin-top: 10px; 
            margin-right: 30px; 
            cursor: pointer;
        }

    /* 条款及细则-内容 */
    .depositDetail .depositDetailContent {
        text-align: left;
        display: none;
    }

    .depositDetail ul {
        list-style: none; 
        margin-left: -20px; 
        width: 620px;
    }

        .depositDetail ul li {
            line-height: 25px;
        }

/* 银行汇款 */
.bank {
    text-align: left;
    padding-bottom: 0px;
}

    .bank .bankTitle{
        margin-top: 5px; 
        margin-left: 15px;  
        display: inline-block;
    }

    .bank .bank-logo {
        width: 252px;
        height: 40px;
        text-align: center;
    }

        .bank .bank-logo div {
            display: inline-block;
        }

    .bank .bank-info {
        height: 100%;
        margin-top: 5px;
        margin-left: 15px;
    }

        .bank .bank-info label {
            float: left;
            width: 105px;
        }

       .bank .bank-info .bank-item{
            width: 280px;
       }

    .bank .clear-both {
        clear: both;
    }

    .bank .text-align-justify {
        overflow: hidden;
        height: 18px;
        text-align: justify;
        text-align-last: justify;
    }

    .bank .text-align-justify:after {
        display: inline-block;
        content: "";
        overflow: hidden;
        width: 100%;
        height: 0px;
    }

    .bank .line {
        height: 0px;
        width: 95%;
        display: inline-block;
        border-top: 1px solid #ccc;
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 10px;
    }
.funding-sprite-bankicbc {
  background-image: url(/images/sprite/bank-icbc.png);
  width: 227px;
  height: 46px;
}    

/* 存款流程----end */

/* 取款流程----begin */

.withdraw {
    text-align: center;
}

.withdrawTitle {
    width: 650px;
    text-align: left;
    display: inline-block;
}

.withdrawContent {
    margin-top: 20px;
    display: inline-block;
}

/* 条款及细则 */
.withdrawDetail {
    margin-top: 40px; 
    display: inline-block; 
    width: 650px;
    border: 1px solid #ccc;
}

    /* 条款及细则-标题 */
    .withdrawDetail .detailTitle {
        height: 30px; 
        background-color: #4cacd2;
    }

        .withdrawDetail .detailTitle .detailTitleText {
            float: left; 
            color: #fff; 
            font-size: 14px; 
            margin-top: 4px; 
            margin-left: 20px;
        }

        .withdrawDetail .detailTitle .detailTitleImg {
            float: right; 
            margin-top: 10px; 
            margin-right: 30px; 
            cursor: pointer;
        }

    /* 条款及细则-内容 */
    .withdrawDetail .withdrawDetailContent {
        text-align: left;
        display: none;
    }

    .withdrawDetail ul {
        list-style: none; 
        margin-left: -20px; 
        width: 622px;
    }

        .withdrawDetail ul li {
            line-height: 25px;
        }

    .withdrawDetail .round {
        display: inline-block;
        height: 15px;
    }

        .withdrawDetail .round span {
            width: 6px;
            height: 6px;
            background-color: #000;
            border-radius: 3px;
            display: inline-block;
            margin-top: 7px;
            margin-left: 2px;
        }

    .withdrawDetail .text {
        display: block;
        margin-left: 10px;
        margin-top: -34px;
    }

    .withdrawDetail .area {
        color: #836b21; 
        font-weight: bold;
    }

    .withdrawDetail .line {
        height: 0px;
        width: 100%;
        display: inline-block;
        border-top: 1px dashed #ccc;
        margin: 10px 0 10px 0;
    }

/* 取款流程----end */