#bankMask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
}
.bankModal {
    width: 475px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 48%;
    /*设置定位流里面的盒子水平居中*/
    margin-left: -225px;
    margin-top: -265px;
    z-index: 10001;
}
.bankMessage {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    text-align: left;
    text-indent: 1em;
    font-size: 12px;
    color: #4c4c4c;
    font-weight:bold;
    border-bottom: 1px solid #d8d8d8;
}
.logoutBtn {
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    line-height: 10px;
    background-color: #fff;
    color: #cccccc;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 13px;
    font-size: 15px;
    font-weight:normal;
}
#bankContent {
    padding: 0 10px;
}
#bankText {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.textStyle {
    text-indent:2em;
    line-height: 25px;
    font-size: 12px;
}
#bankName {
    font-weight: 700;
}
.ensureLine {
    margin: 20px 0 20px 20px;
}
.agree {
    display: inline-block;
    color: #1f68bb;
    margin-left: 5px;
    vertical-align: middle;
}
.bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    border-top: 1px solid #d8d8d8;
}
.bankBtn {
    border: 1px solid #aeaeae;
    width: 60px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    bottom: 5px;
    outline: none;
    color: #333333;
    cursor: pointer;
    font-weight:normal;
}
#select {
    width: 300px;
    border: 1px solid #ffd634;
    background-color: #ffffe6;
    font-size: 12px;
    color: #666666;
    padding: 6px;
    margin: 20px auto;
}
.reminder {
    display: inline-block;
    background: url(../images/reminder.png) no-repeat;
    width: 15px;
    height: 15px;
    line-height: 16px;
    margin-right: 5px;
}
.radioText {
    display: inline-block;
    color: #333333;
    margin: 0 5px;
    font-size: 12px;
    vertical-align: middle;
}
.date {
    border: 1px solid #7BA1D3;
    width: 110px;
    height: 26px;
    padding: 0 0 0 4px;
    box-shadow: inset 0 1px 2px rgba(189,189,189,0.55);
    color: #555;
    line-height: 26px;
    font-size: 12px;
    background: #fff url(../scripts/lib/datepicker/skin/datePicker.gif) no-repeat right;
}



