@charset "utf-8";
/* CSS Document */
/*
*	公共样式
*
*局部样式，用于整个系统的子页面
---------------------------------*/
body {
    color: #333;
    font: 12px "Microsoft Yahei", Arial, Helvetica, sans-serif;
    *height: 100%;
}

/*页面中出现的所有图片样式*/
img {
    border: none;
}

a, button {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

input, textarea {
    box-shadow: 0 0;
}

/*input 按钮焦点输入框样式*/
input[type="text"], input[type="password"], select {
    height: 21px;
    line-height: 21px;
    border: 1px solid #7F9DB9;
    border-radius: 2px 2px 2px 2px;
    margin: 0;
    text-indent: 3px;
}

select {
    height: 25px;
}

input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #aaa;
    background: #f1f1f1;
}

body, dl, dd, dt, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, table, img, div, tr, td {
    padding: 0;
    margin: 0;
}

.right {
    float: right;
}

/*清除浮动，放在父容器闭合标签前，使父容器自适应高度*/
.divclear {
    clear: both;
}

/*容器内容水平居左*/
.textalign-left {
    text-align: left;
}

/*容器内容水平居右*/
.textalign-right {
    text-align: right;
    padding-right: 10px;
}

/*容器内容水平居中*/
.textalign-center {
    text-align: center;
}

/*表格td的百分比宽度*/
.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 38%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.width55 {
    width: 55px;
}

.width60 {
    width: 60px;
}

.width65 {
    width: 65px;
}

.width75 {
    width: 75px;
}

/*表格固定宽度*/
.table-fixed {
    table-layout: fixed;
}

/*表格内容有浮动*/
.fivetd-right, .threetd-right {
    color: #000;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

/*必输项标志样式*/
.mustinput {
    color: #f00;
    margin-right: 5px;
}

/*文本颜色红色*/
.red {
    color: #F00;
}

.blue {
    color: #CB0003;
}

.gray {
    color: #999;
}

/*字号*/
.big {
    font-size: 16px;
}

.bigger {
    font-size: 18px;
}

/*页面字体链接,文本颜色橙色*/
.font-link, .orange {
    color: #CB0003;
}

.font-link:hover {
    color: #ff542e;
    text-decoration: underline;
}

.font-link2 {
    color: #ff542e
}

.font-link2:hover {
    color: #ff9982;
    text-decoration: underline;
}

.telno1 {
    background: none;
}

/*推荐人 监护人样式*/
.label-ref {
    color: #000;
    float: right;
    margin-right: 10px;
}

/**临近交易提示样式*/
.tch-ref {
    color: #f00;
    display: block;
    text-align: center;
}

/*输入框后提示信息样式*/
.suggest {
    background-color: #F1F1F1;
    color: #555;
    float: left;
    line-height: 22px;
    padding: 4px 8px;
}

/*
*温馨提示样式
*/

/*温馨提示父容器样式*/
#floot, .floot {
    padding-bottom: 20px;
}

/*温馨提示标题*/
#awake, .awake {
    background: url(img/awake_t.png) left no-repeat;
    font: 14px "微软雅黑";
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    padding: 10px 10px 0px 10px;
}

#floot span, .floot span {
    display: block;
    padding: 5px 0;
}

#floot ol, .floot ol {
    line-height: 25px;
    padding-left: 25px;
}

/*电话号码提示*/
.telno, .telno1 {
    /*/background: url(img/phone_suggest_bg.png) left no-repeat;*/
    border: #7F9DB9 1px solid;
    box-shadow: 0 0 0;
}

.telno1 {
    background: none;
}

/*页面流转按钮样式*/
.buttonNext, .buttonBack, .btnClass-a, .buttonNext-wid {
    background: url(img/button_bg.png) no-repeat 0px -39px;
    border: none;
    cursor: pointer;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    margin: 10px 10px 20px 10px;
    width: 88px;
    text-align: center;
}

.btnClass-a {
    display: block;
}

.buttonBack {
    background: url(img/button_bg.png) repeat-x 0px -1px;
}

/*页面流转按钮鼠标动作样式*/
.buttonNext:hover, .buttonBack:hover, .btnClass-a:hover {
    background: url(img/button_bg.png) repeat-x 0px -77px;
}

.buttonNext-wid {
    background: url(img/button_bg.png) repeat-x 0px -151px;
    width: 199px;
}

.buttonNext-wid:hover {
    background: url(img/button_bg.png) repeat-x 0px -186px;
    width: 199px;
}

/*
*
*业务流程操作步骤提示
------------------------------*/
/*业务流程操作父容器样式*/
.operateStep {
    height: 32px;
    width: 100%;
}

.operateStep table {
    float: right;
}

/*业务流程操作步骤共用样式*/
#operateStep td {
    background: url(img/step_bg.png) 100%;
    color: #888;
    font: 14px "微软雅黑", "黑体";
    line-height: 32px;
    height: 32px;
    margin: 10px auto 10px 10px;
    overflow: hidden;
    text-align: center;
    width: 145px;
}

/*业务流程操作第一步骤图片样式*/
#operateStep .first {
    background-position: 0px 0px;
}

/*业务流程操作步骤图片样式*/
#operateStep .operate-step {
    background-position: 0px -64px;
}

/*业务流程操作最后一个步骤样式*/
#operateStep .last {
    background-position: 0px -129px;
}

/*当前第一个业务步骤[当前步骤]图片样式*/
#operateStep .first-current {
    background-position: 0px -32px;
    color: white;
}

/*当前中间业务步骤[当前步骤]图片样式*/
#operateStep .operate-step-current {
    background-position: 0px -97px;
    color: white;
}

/*当前最后业务步骤[当前步骤]图片样式*/
#operateStep .last-current {
    background-position: 0px -161px;
    color: white;
}

/*ifram页面标题*/
.pagetitle-div, .table-title {
    background: url(img/table_t2.png) 50% 50% no-repeat;
    margin: 10px 0;
    height: 35px;
}

.pagetitle-div {
    background: url(img/table_t.png) 50% 50% no-repeat;
}

.table-title span, .pagetitle-div span {
    color: #000;
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 50px;

}

.pagetitle-div span {
    padding-left: 30px;
}

.pagetitle-div2 {
    height: 35px;
    line-height: 30px;
    text-align: center;
}

.pagetitle-div2 ul {
    list-style: none;
}

/*---------- step end------------------*/

/*
*
*iframe中的表格样式
*包括：数据显示列表，输入页面列表，输出页面列表，结果信息表单
*
*/
/*表格最外层父容器样式，用以定义表格大小*/
.content, #formContainer {
    border: #848484 1px solid;
    background: #fff;
    padding: 10px;
    margin: 10px auto;

}

/*/*列表公共标题文本，温馨提示标题文本样式,查询标题文本样式,增加银行卡标题文本,账户余额查询标题文本样式*/
.titleTrade span {
    background: url(img/rframe_title_concent_bg.gif) no-repeat;
    background-position: 0% 50%;
    color: #fe8614;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    _margin-left: 5px;
    padding: 0px 10px;
    width: 98%;
}

/*
*
*数据显示列表样式
*
*此系列样式为重定义JQuery.css中样式
*
---------------------------------------------*/

/*显示列表的父容器*/
.dataTables_wrapper {
    clear: both;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

/*显示列表“table”样式*/
table.dataTable {
    background: #fff;
    border: 1px #848484 solid;
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

/*列表“thead th”样式*/
table.dataTable thead th {
    background: url(img/thhead_bg.png);
    border: 0;
    height: 30px;
    padding: 5px 0 5px 7px;
    text-align: center;
}

table.dataTable tfoot th {
    background: #eee;
    border: 0;
    border-bottom: 1px #e0e0e0 solid;
    height: 32px;
    padding: 10px 0 10px 7px;
}

/*列表“thead th”中，排序图标样式*/
table.dataTable thead th div.DataTables_sort_wrapper span {
    position: absolute;
    margin-top: -8px;
    _margin-top: -16px;
    right: 0;
    top: 50%;
}

/*列表标题栏、总计栏，鼠标动作样式*/
table.dataTable thead th:hover {
    color: #000;
    background: #ddd;
    cursor: pointer;
}

/*列表“td”样式*/
table.dataTable td {
    height: 30px;
    line-height: 30px;
    padding: 3px 4px;
    word-break: break-all;
}

/*列表详细头样式*/
.tbDatail-head {
    background: url(img/sign_icon.gif) no-repeat 2.5% 100%;
    width: 98%;
    height: 8px;
    margin-top: -8px;
    _margin-top: -12px;
    position: absolute;
}

/*列表详细父容器样式*/
.details {
    border-bottom: #ccc 1px solid;
    color: #CB0003;
}

/*列表详细表格容器样式*/
.tbDetail {
    border-collapse: collapse;
    border-spacing: 0;
    background: #EFEFEF;
    border-top: 1px #efefef solid;
    margin: 0;
    text-align: right;
    width: 100%;
}

/*列表详细单元格样式*/
.tbDetail td {
    line-height: 20px !important;
}

/*列表奇数行样式*/
table.dataTable tr.odd {
    background: #FFF;
    height: 26px;
}

/*列表偶数行样式*/
table.dataTable tr.even {
    background: #F4F4F4;;
    height: 26px;
}

/*列表“小计”样式*/
table.dataTable tr.grid_group_subsum td {
    background: #f5f5f5;
    border-bottom: #fff 1px solid;
    border-top: #fff 1px solid;
    text-align: center;
}

/*列表排序后，奇数行样式*/
table.dataTable tr.odd td.sorting_2, table.dataTable tr.odd td.sorting_1 {
    background: #f0f0f0;
    color: #000;
    height: 26px;
}

/*列表排序后，偶数行样式*/
table.dataTable tr.even td.sorting_2, table.dataTable tr.even td.sorting_1 {
    background: #e4e4e4;
    color: #000;
    height: 26px;
}

/*
*列表行，鼠标动作样式
*/
/*鼠标滑过样式*/
table.dataTable tr.even td.trhover, table.dataTable tr.odd td.trhover {
    background-color: #CB0003;
    color: #fff;
}

table.dataTable tr.even td.trhover a, table.dataTable tr.odd td.trhover a {
    color: #fff;
}

/*列表标题栏（thead）、合计栏（tfoot）样式*/
table.dataTable .ui-state-default {
    color: #4d4d4d;
    vertical-align: middle;
}

/*列表“分组标示”行样式*/
.datatables_group_row {
    background: url(img/sign_icon.gif) no-repeat 6.5% 100%;
    border-bottom: #E9E9E9 1px solid;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
}

/*列表“分组标示“折叠开关按钮样式*/
.expand, .unexpand {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    width: 12px;
}

.datatables_group_row trhover span {
    opacity: 0.4;
}

.unexpand {
    background: url(img/buttonbg.gif) no-repeat;
    background-position: 0px 0px;
}

.expand {
    background: url(img/buttonbg.gif) no-repeat;
    background-position: 0px -18px;
}

/*列表中“正在发行”样式*/
.issue {
    background: url(img/issue.gif) no-repeat 50% 50%;
    display: block;
    width: 100%;
    height: 100%;
}

/*列表“分组标示“折叠开关按钮，鼠标动作样式*/
.datatables_group_row button:hover {
    background: url(img/buttonbg.gif) 100% bottom no-repeat;
    background-position: 0px 0px;
}

/*列表中操作动作的td样式*/
.dataTables-buttonbg-able, .buttonbg-able, .dataTables-buttonbg-unable {
    background: url(img/button_bg2.png) 0px 0px no-repeat;
    border: none;
    color: #000 !important;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    margin: 0px 1px;
    display: inline-block;
    text-align: center;
    width: 42px;
}

.dataTables-buttonbg-able-mng, .dataTables-buttonbg-unable-mng {
    background: url(img/button_bg3.png) 0px 0px no-repeat;
    border: none;
    color: #000 !important;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    margin: 0px 1px;
    display: inline-block;
    text-align: center;
    width: 73px;
}

.dataTables-buttonbg-unable-mng {
    background: url(img/button_bg3.png) no-repeat 0px -51px;
    box-shadow: inset 0px 1px #a1a1a1;
    color: #aaa !important;
}

.mng1 {
    width: 80px;
    background: url(img/button_bg4.png) 0px 0px no-repeat;
}

.dataTables-buttonbg-able-mng:hover {
    background: url(img/button_bg3.png) 0px -25px transparent;
    color: #fff !important;
}

.mng1:hover {
    background: url(img/button_bg4.png) 0px -25px no-repeat;
    color: #fff !important;
}

/*列表中操作链接鼠标动作样式*/
.dataTables-buttonbg-able:hover, .buttonbg-able:hover {
    background: url(img/button_bg2.png) 0px -25px transparent;
    color: #fff !important;
}

/*列表中放置不可操作动作的td样式*/
.dataTables-buttonbg-unable {
    background: url(img/button_bg2.png) no-repeat 0px -51px;
    box-shadow: inset 0px 1px #a1a1a1;
    color: #aaa !important;
}

/*查询数据表格*/
.historytrading {
    width: 80%;
    text-align: center;
}

.historytrading td {
    background: #f7f7f7;
    border: 1px #aaa solid;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #aaa solid;
    text-align: left;
    padding: 0px 10px;
}

.historytrading td.odd {
    background: #eee;
}

/*
*列表翻页部分样式
*/
/*列表翻页父容器样式*/
.dataTables_wrapper .ui-toolbar {
    margin-top: 10px;
    font-weight: bold;
    padding: 5px 0px;
}

/*列表翻页容器样式*/
.dataTables_paginate {
    padding: 10px;
    margin: 0;
    text-align: center;
}

/*列表按钮链接样式*/
.dataTables_wrapper .ui-button {
    cursor: pointer;
    background: #e5e5e5;
    border: 0;
    color: #000 !important;
    float: none;
    margin: 0px 5px;
    margin-right: 5px;
    padding: 3px 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.dataTables_wrapper .ui-button:hover {
    color: #fff !important;
    background: #FF542E;
}

/*列表翻页，不可翻页时，按钮样式*/
.dataTables_wrapper .ui-state-disabled, .dataTables_wrapper .ui-state-disabled:hover {
    background: #ccc;
    font-weight: normal;
}

.dataTables_wrapper .ui-state-disabled:hover {
    color: #000 !important;
}

.dataTables_wrapper .ui-state-selected, .dataTables_wrapper .ui-state-selected:hover {
    color: #fff !important;
    background: #FF542E;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

/*
*
*输入页面表单样式
*检查输入信息页面表单样式
*操作结果信息表单
*
*可将三者分开定义，此处是合在一起定义
*------------------------------------------------*/

/*输入检查页面的表单”table“样式*/

/*子页面容器样式*/
#addBank1 {
    margin: 0;
    line-height: 25px;
    padding: 0;
}

/*输入页面表格父容器样式*/
.rframe-table-inputform, .rframe-table-checkform, .rframe-table-result {
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
    border-collapse: collapse;
    table-layout: fixed;
}

.rframe-table-inputform-hide {
    margin-top: -30px !important;
}

/*检查，输入，操作结果页面表格行样式*/
.rframe-table-inputform tr, .rframe-table-checkform tr, .rframe-table-result tr {
    height: 35px;
    line-height: 35px;
    *height: 30px;
    *line-height: 30px;
}

.rframe-table-checkform th {
    padding-right: 10px;
    width: 140px;
}

/*表单标题样式*/
.rframe-table-inputform caption, .rframe-table-checkform caption, .rframe-table-result caption {
    background: #006;
    color: #FFF;
    display: none;
    font: 14px "宋体";
    font-weight: bold;
}

/*表单表头样式*/
.rframe-table-inputform thead td, .rframe-table-checkform thead td, .rframe-table-result thead td {
    background: #0033CC;
    color: #FFFFFF;
    display: none;
    font: 14px "宋体";
    font-weight: bold;
    padding-left: 15px;
    text-align: left;
}

/*表单脚注样式，用来定义动作按钮*/
.rframe-table-inputform tfoot td, .rframe-table-checkform tfoot td {
    line-height: 40px;
    _padding-bottom: 10px; /*ie6兼容*/
    text-align: center;
}

/*表格第一列样式*/
.itd1width {
    width: 25%;
}

/*表格第二列样式*/
.itd2width {
    width: 33%;
}

/*表格第三列样式*/
.itd3width {
    width: 41%;
}

/*检查信息第一列样式*/
.ctd1width {
    width: 45%;
}

.ctd2width {
    width: 55%;
}

.ctd3width {

}

/*输入信息第三列【增加银行卡】文本样式，智能定投【增加银行卡】文本样式*/
#bankText {
    color: #069;
    font-weight: bold;
    font: 14px "黑体";
}

/*输入信息表单中复选和单选样式*/
.rframe-table-inputform-radio, .rframe-table-inputform-checkbox {
    float: left;
    margin-right: 10px;
}

/*输入信息表单中复选和单选与文字垂直对齐样式*/
.rframe-table-inputform-radio input, .rframe-table-inputform-checkbox input {
    margin-top: -3px;
    vertical-align: middle;
}

/*银行列表银行单元格定投样式*/
.openacct-paycenterid, .openacct-paycenteridyl {
    background: url(img/throw_icon.png) 100% no-repeat;
    height: 29px;
    margin-left: -27px;
    margin-top: -2px;
    position: absolute;
    width: 28px;
}

.openacct-paycenteridyl {
    background: url(img/throw_iconyl.png) 100% no-repeat;
}

/*定投当前时间*/
span.current-time {
    color: #4d4d4d;
    font-size: 12px;
    float: right;
    *margin-top: -30px;
}

/*协议页面容器样式*/
.agreement-box {
    width: 940px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 20px;
    /*line-height ;*/
}

/*ie6下 input type=text 输入框*/
.rframe-table-inputform input {
    _width: expression(this.type ==       "text" ?     "250px" :     "");
}

/*输入页面文本输入框[type=text]样式*/
.rframe-table-inputform input[type="text"] {
    width: 160px;
    height: 25px;
}

/*输入页面日期输入框样式*/
.input-calendar {
    /*background: url(../images/calendar.gif) right center no-repeat;*/
}

/*输入页面下拉选择框样式*/
.rframe-table-inputform select {
    width: 254px;
}

/*输入页面输入错误，提示信息样式*/
label.error {
    background: #FFF url(img/error_icon.gif) left center no-repeat;
    color: #f00;
    float: left;
    font-weight: normal;
    position: absolute;
    z-index: 20;
}

/*
*检查输入信息表单
*/
/*检查输入信息页面表格第一列样式*/
.rtd1width {
    width: 45%;
}

.rtd2width {
    width: 55%;
}

.rtd3width {

}

/*检查输入信息页面表格第一行文本样式*/
.rframe-checkform-promptmsg {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    padding-right: 10px;
    text-align: center;
}

/*分行名称输入框宽度*/
#province, #city, #bankname1, #bankname2 {
    width: 108px;
    vertical-align: middle;
}

/*
*操作结果页面表单
*/
/*增加操作信息提示框样式*/

/*交易结果操作信息父容器样式*/
.rframe-result-title {
    margin: 30px auto 0 auto;
    padding: 8px 0px;
    text-align: center;
    width: 80%;
}

.rframe-result-title span {
    color: #CB0003;
    display: inline-block;
    text-align: left;
    font: 18px "宋体";
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

/*结果操作信息【成功图标】样式*/
.result-ok-icon {
    background: url(img/result_ok_icon.gif) top right no-repeat;
    display: block;
    height: 35px;
    width: 35px;
}

.result-ok-msg {
    color: #CB0003;
    display: inline-block;
    text-align: left;
    font: 18px "宋体";
    font-weight: bold;
    /*     padding-top: 5px;
        padding-left: 5px; */
    vertical-align: middle;
}

/*绑定手机结果操作信息【成功图标】样式*/
.result-ok-icon1 {
    background: url(img/result_ok_icon.gif) top right no-repeat;
    display: block;
    height: 45px;
    width: 41px;
    color: #CB0003;
    display: inline-block;
    text-align: left;
    font: 18px "宋体";
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

/*结果操作信息【失败图标】样式*/
.result-failure-icon {
    background: url(img/result_failure_icon.gif) top left no-repeat;
    display: block;
    height: 35px;
    width: 35px;
}

/*交易结果页面息页面表格第一行样式*/
/*操作信息提示信息*/
.rframe-result-promptmsg {
    line-height: 25px;
}

.rframe-result-promptmsg p {
    background: #F1F1F1;
    padding: 8px 20px;
}

/*增加 交易结果页面样式 */

/*交易结果提示*/
.resultMsg {

}

/*操作结果信息页面表格页脚样式*/
.rframe-table-result tfoot td {
    text-align: center;
}

/*操作结果信息页面文字提示*/
#trSpecification, #payMsg {
    color: #f00;
}

#specitimeresstr {
    color: #f00;
    text-align: center;
}

/*操作结果信息页面时间限制提示*/
#spPayTimeoutHint {
    color: #7c7c7c;
}

/*操作结果信息页面按钮父容器*/
.rframe-table-result-button {
    margin-top: 10px;
    text-align: center;
}

/*
*
*日期选择样式
*日期选择部分是使用jquery的组件  
--------------------------------------*/

/*日期选择父容器样式*/
#ui-datepicker-div {
    background: #f1f1f1;
    border: 1px solid #bcbcbc;
    padding: 0.2em;
    width: 15em;
    /*margin-top:5em; modify by ljy 20120625 时间选择DIV错位*/
}

/*时间选择【标题】容器样式*/
#ui-datepicker-div .ui-widget-header {
    border: 1px solid #0a2f92;
    background: url(img/time_title_bg.gif) repeat-x;
    color: white;
    font-weight: bold;
    padding: 0.2em 1em;
    position: relative;
}

/*时间选择[按钮图标]公共样式*/
#ui-datepicker-div .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-next span {
    display: block;
    height: 1em;
    margin-top: -5px;
    margin-left: -5px;
    position: absolute;
    width: 1em;
}

/*时间选择按钮[前]图标样式*/
#ui-datepicker-div .ui-datepicker-prev span {
    background: url(img/time_title_selected_icon.png) no-repeat;
    background-position: 0px 0px;
}

/*时间选择按钮[前]鼠标动作样式*/
#ui-datepicker-div .ui-state-hover .ui-icon-circle-triangle-w {
    background: url(img/time_title_selected_icon.png) no-repeat;
    background-position: -25px 0px;
}

/*时间选择按钮[后]图标样式*/
#ui-datepicker-div .ui-datepicker-next span {
    background: url(img/time_title_selected_icon.png) no-repeat;
    background-position: -12px 0px;
}

/*时间选择按钮[后]鼠标动作样式*/
#ui-datepicker-div .ui-state-hover .ui-icon-circle-triangle-e {
    background: url(img/time_title_selected_icon.png) no-repeat;
    background-position: -36px 0px;
}

/*时间选择[按钮图标]鼠标动作样式*/
#ui-datepicker-div .ui-widget-header a:hover {
    background: #fff;
    border: #ccc 1px solid;
}

/*时间选择[年月选择]容器样式*/
#ui-datepicker-div .ui-datepicker-title {
    color: #fff;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0 auto;
    width: 140px;
    text-align: center;
}

/*时间选择[月选择]容器样式*/
#ui-datepicker-div .ui-datepicker-month {
    width: 60px;
    margin-right: 5px;
}

/*时间选择[年选择]容器样式*/
#ui-datepicker-div .ui-datepicker-year {
    width: 60px;
}

/*时间选择[年月选择]文本样式*/
#ui-datepicker-div .ui-datepicker-title span {
    padding: 8px;
}

/*月份选择文本样式*/
#ui-datepicker-div .ui-datepicker-month {
    width: 60px;
    font-size: 12px;
    _font-size: 12px;
    margin-right: 10px;
}

/*年份选择文本样式*/
#ui-datepicker-div .ui-datepicker-year {
    font-size: 12px;
    _font-size: 12px;
    width: 60px;
}

/*时间选择【table】父容器样式*/
#ui-datepicker-div table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    background: #f1f1f1;
}

/*时间选择【table】单元格文本样式*/
#ui-datepicker-div table th {
    color: #0a2f92;
}

/*时间选择【table】单元格【周末】文本样式*/
#ui-datepicker-div .ui-datepicker-week-end {
    color: #777;
}

/*时间选择【date】父容器样式*/
#ui-datepicker-div .ui-datepicker-calendar tbody {
    background: #f1f1f1;
    border-collapse: collapse;
}

/*时间选择【date】样式*/
#ui-datepicker-div .ui-datepicker-calendar td a {
    text-align: right;
    padding: .2em;
}

/*日期【单元格】样式*/
#ui-datepicker-div .ui-state-default {
    border: 1px solid #fff;
    color: #06f;
    font-weight: bold;
}

/*日期【单元格】鼠标动作样式*/
#ui-datepicker-div .ui-state-hover {
    border: 1px solid #FBCB09;
    background: #FDF5CE;
    color: #f50;
    font-weight: bold;
}

/*日期【当前日期】样式*/
#ui-datepicker-div .ui-state-highlight {
    background: #fff;
    color: #f50;
    border: 1px solid #CCC;
}

/*日期【选中】样式*/
#ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-widget-content .ui-state-active, #ui-datepicker-div .ui-widget-header .ui-state-active {
    border: 1px solid #F50;
    background: url(img/time_date_bg.gif) 100% repeat-x;
    color: #fff;
    font-weight: bold;
}

/*
*系统对话框dialog
*重定义jquery控件样式
---------------------------------------------------------*/
/*系统对话框父容器样式*/
.ui-dialog {
    background: #fff;
    height: 150px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 380px;
    _width: 390px;
}

/*对话框层叠公共样式*/
.ui-resizable-handle {
    display: block;
    font-size: 1px;
    position: absolute;
    z-index: 999;
}

/*对话框上边框样式*/
.ui-resizable-n {
    background: url(img/dialog/button_tt.png) top repeat-x;
    cursor: n-resize;
    height: 10px;
    left: 0;
    top: 0;
    width: 100%;
}

/*对话框右边框样式*/
.ui-resizable-e {
    background: url(img/dialog/button_rr.png) right repeat-y;
    cursor: e-resize;
    width: 16px;
    height: 100%;
    _height: 150px;
    right: 0;
    top: 3px;
}

/*对话下边框样式*/
.ui-resizable-s {
    background: url(img/dialog/button_bb.png) bottom repeat-x;
    bottom: 0px;
    height: 13px;
    cursor: s-resize;
    left: 0;
    width: 100%;
}

/*对话框左边框样式*/
.ui-resizable-w {
    background: url(img/dialog/button_ll.png) left repeat-y;
    cursor: w-resize;
    width: 11px;
    height: 100%;
    _height: 150px;
    left: 0;
    top: 3px;
}

/*对话框右下脚框样式*/
.ui-dialog .ui-resizable-se {
    bottom: 0;
    background: url(img/dialog/button_br.png) bottom right no-repeat;
    height: 23px;
    right: 0;
    width: 20px;
}

/*对话框左下脚框样式*/
.ui-dialog .ui-resizable-sw {
    bottom: 0;
    background: url(img/dialog/button_bl.png) left no-repeat;
    width: 11px;
    height: 13px;
    cursor: sw-resize;
    left: 0;
}

/*对话框左上脚框样式*/
.ui-dialog .ui-resizable-nw {
    background: url(img/dialog/button_tl.png) left top no-repeat;
    cursor: nw-resize;
    width: 11px;
    height: 10px;
    left: 0;
    top: 0;
}

/*对话框右上脚框样式*/
.ui-dialog .ui-resizable-ne {
    background: url(img/dialog/button_tr.png) right top no-repeat;
    cursor: ne-resize;
    width: 12px;
    height: 10px;
    right: 0;
    top: 0;
}

/*对话框标题容器样式*/
.ui-dialog .ui-dialog-titlebar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: url(../img/frame/bank_bottom.png) right bottom no-repeat;
    height: 35px;
    margin: 5px 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    letter-spacing: 2px;
    padding: 0;
    position: relative;
}

/*对话框标题样式*/
.ui-dialog .ui-dialog-title {
    color: #000;
    float: left;
    font-size: 1.2em;
    padding-left: 15px;
    _padding-left: 7px;
    line-height: 35px;
    letter-spacing: 0;
}

/*对话框关闭右上角关闭按钮样式*/
.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: -10px 0 0 0;
    position: absolute;
    padding: 1px;
    right: .3em;
    top: 50%;
    width: 19px;
}

/*对话框关闭右上角关闭按钮为文字时样式*/
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

/*对话框关闭右上角关闭按钮鼠标动态样式*/
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

/*对话框内容容器样式*/
.ui-dialog .ui-dialog-content {
    border: none;
    background: none;
    color: #4d4d4d;
    clear: both;
    overflow: auto;
    padding: 10px 20px 0 10px;
    position: relative;
    zoom: 1;
}

/*对话框内容提示图片样式*/
.kfit_dlg_img {
    margin: 5px 0px 0px 5px;
    _margin: 5px 0px 0px 2px; /*ie 6*/
    float: left;
}

/*对话框内容样式*/
.kfit_dlg_msg {
    float: left;
    font: 1.1em "宋体" "黑体";
    line-height: 25px;
    margin-top: 10px;
    width: 80%;
    padding-left: 10px;
    _padding-left: 5px;
}

/*对话框操作按钮父容器样式*/
.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    margin: 0 auto;
    padding: 5px 0px;
    text-align: left;
    width: 82%;
}

/*对话框操作按钮父容器样式*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    width: 250px;
}

/*对话框操作按钮样式*/
.ui-dialog .ui-dialog-buttonpane button {
    background: url(img/button_bg.png) no-repeat 0px -39px;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 35px;
    width: 92px;
    margin: 5px 10px;
    text-align: center;
    z-index: 2000;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background: url(img/button_bg.png) repeat-x 0px -77px;
}

.ui-dialog .ui-dialog-buttonpane button.ui-button-text-reuqest {
    background: url(img/button_bg.png) repeat-x 0px -221px;
    width: 141px;
    height: 37px;
    line-height: 37px;
}

.ui-dialog .ui-dialog-buttonpane button.ui-button-text-reuqest:hover {
    background: url(img/button_bg.png) repeat-x 0px -256px;
}

/*对话框操作按钮内文字样式*/
.ui-dialog .ui-button-text {
    display: block;
    line-height: 20px;
    padding: 2px 10px;
}

/*温馨提示容器样式*/
#Riskevaluate #suggest {
    margin: 0 auto;
    width: 98.4%;
}

/*软键盘样式-------------*/

/*软键盘父容器样式*/
.kb-div {
    border: 2px solid #ccc;
    background: #f2f2f2;
    cursor: pointer;
    font: 12px "Arial" "Helvetica" "sans-serif";
    position: absolute;
    z-index: 100;
}

/*软键盘表格容器样式*/
.kb-table {
    border-collapse: separate;
    border-spacing: 3px;
}

/*软键盘单元格样式*/
.kb-table td {
    border-right: 1px solid #9F9F9F;
    border-bottom: 1px solid #9F9F9F;
    line-height: 18px !important;
    text-align: center;
}

/*软键盘[数字]样式*/
.kb-key {
    background: white;
    padding: 0 5px;
    width: 18px;
}

/*软键盘[关闭，清除，大小写]样式*/
.kb-close, .kb-clear, .kb-caps, .kb-backspace {
    background: #ddd;
    color: #CB0003;
    font-weight: bold;
    text-align: center;
    width: 57px;
}

/*软键盘单元格鼠标动作样式*/
td.kb-mouseover {
    background: url(img/time_date_bg.gif) repeat-x;
    color: #fff;
}

/*交易首页样式开始------------------------
#dragTable {
	border-collapse: collapse;
	width: 785px;
}

.dragDiv,.dragDiv2 {
	background: #fff url(img/tbDetail_bg.gif) bottom repeat-x;
	border-bottom: 1px #ccc solid;
	margin: 10px auto;
	padding: 5px;
	padding-bottom: 20px;
}

.dragDiv {
	margin-top: 10px;
}
/*验证信息模块标题样式
#drag-title1,#drag-title2,#drag-title3 {
	background: url(img/rframe_title_concent_bg.gif) no-repeat;
	background-position: 10px;
	color: #fe8614;
	cursor: move;
	height: 22px;
	line-height: 22px;
	font: 14px "宋体";
	font-weight: bold;
	padding-top: 8px;
	padding-left: 20px;
}

#drag-title1:hover,#drag-title2:hover,#drag-title3:hover {
	background: #f5f5f5 url(img/rframe_title_concent_bg.gif) no-repeat;
	background-position: 10px;
}--*/

/*基金资产容器样式*/
.obligate-concent {
    padding: 5px 10px;
    line-height: 25px;
}

/*基金资产行容器样式*/
.welcome-concent tr, .dataInfo tr {
    height: 28px;
    line-height: 28px;
}

/*第一列样式*/
.fund-sort {
    width: 25%;
    padding: 0px 20px 0px 10px;
}

.fund-sort1 {
    width: 80%;
    padding: 0px 20px 0px 10px;
}

/*第二列样式*/
.fund-sort-info {
    color: #fe8614;
    font-weight: bold;
}

/*文本链接样式*/
.welcome-concent tr td a {
    color: #fff;
    background: #069;
    height: 23px;
    line-height: 23px;
    margin: 0px 2px;
    display: inline-block;
    padding: 0px 8px;
}

.welcome-concent td td a:hover {
    color: #fff;
    background: #fe8614;
}

/*welcome结束*/

/*查询页面样式------------------------
*/
/*历史交易申请查询*/
/*查询容器样式*/
.search {
    margin: 10px auto;
    width: 98%;
}

/*查询表格容器样式*/
.search table {
    margin: 0 auto;
    width: 98%;
}

.search table td {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    text-align: center;
}

/*查询表格单个格样式*/
.search table input {
    _width: expression(this.type ==       "text" ?     "150px" :     "");
    _vertical-align: expression(this.type ==       "text" ?     "middle" :     "");
}

.search table input[type="text"] {
    width: 150px;
}

.search table select {
    width: 152px;
    _vertical-align: middle;
}

/*增加银行卡页面样式----------------------
**
*/
/*查询容器样式*/
.addbank-c {
    line-height: 25px;
    margin: 0 0 20px 70px;
}

/*查询标题样式,增加银行卡页面样式*/
.addbank-t {
    background: url(img/ico-purchase.png) 0px -170px no-repeat transparent;
    color: #000;
    clear: both;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding-left: 20px;
    width: 89%;
}

.addbank-title {
    background: #F9F9F9;
    border: 1px #E9E9E9 solid;
    color: #cb0003;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 10px;
}

/*银行卡logo图片样式容器容器*/
.bank-box {
    cursor: pointer;
    display: block;
    float: left;
    margin: 5px 20px;
}

.bank-box1 {
    cursor: pointer;
    display: block;
    float: right;
    margin: 5px 40px;
}

.bank-box input {
    _float: expression(this.type ==             "radio" ?           "left" :
		          "");
}

.bank-box input[type=radio] {
    vertical-align: middle;
    margin: -28px 5px 0px 0px;
}

.bank-box img {
    border: #fff 2px solid;
}

.bank-box .bankImgOver {
    border: #CB0003 2px solid;
}

.spanstyle {
    font-size: 15px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: red;
}

/*增加银行卡输入信息容器样式*/
.add-bankinfo {
    line-height: 20px;
    padding: 5px 15px 5px 55px;
}

/*选中银行样式*/
#channelname {
    display: inline;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/*银行卡维护页面*/
.fail-info {
    line-height: 25px;
    padding: 10px 30px;
}

.fail-info ol {
    padding-left: 20px;
}

/*
*我的首页系列页面
*-------------------------------------------------------------------
*/

.welcome-c {
    background: url(img/welcome_info_bg.png) no-repeat;
    height: 116px;
    padding: 15px;
    margin-bottom: 14px;
}

.welcome-c div {
    line-height: 28px;
}

/*基金入口*/
.entry_quick {
    background: url(../img/frame/entry_bg.png) 30px 0 no-repeat;
    margin: 10px 0;
    height: 26px;
    width: 785px;
    text-align: right;
}

.entry_quick a {
    display: block;
    height: 26px;
    float: right;
}

.entry_quick .entry_01 {
    background: url(../img/frame/entry_01.png) no-repeat;
    width: 140px;
}

.entry_quick .entry_02 {
    background: url(../img/frame/entry_02.png) no-repeat;
    width: 149px;
}

.entry_quick .entry_03 {
    background: url(../img/frame/entry_03.png) no-repeat;
    width: 149px;
}

/*add  By Congsd */
.entry_quick .entry_05 {
    background: url(../img/frame/entry_05.png) no-repeat;
    width: 140px;
}

.entry_quick .entry_04 {
    background: url(../img/frame/entry_04.png) no-repeat;
    width: 140px;
}

/*基金资产容器样式*/
.fund-info {
    line-height: 27px;
}

.sysinfo-f {
    padding: 0 8px;
}

.sysinfo-move {
    background: #f1f1f1 url(img/ico-purchase.png) 8px -112px no-repeat;
    padding-left: 25px;
}

.sysinfo {
    background: #fff;
    border-radius: 3px;
    border: #CECECE 1px solid;
    float: left;
    height: 157px;
    padding: 0 10px;
    width: 390px;
    overflow: hidden;
}

.sysinfo-c {
    height: 105px;
    overflow: hidden;
}

/*快捷操作容器样式*/
.trade-noun table {
    table-layout: fixed;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}

.trade-noun td {
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trade-noun {
    background: #fff;
    border-radius: 3px;
    border: #CECECE 1px solid;
    display: block;
    float: right;
    padding: 0 10px;
    width: 340px;
    _width: 338px;
    height: 157px;
}

.column-title {
    background: url(img/title_shortbg.jpg) 0% no-repeat;
    color: #CB0003;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    line-height: 30px;
    margin-left: -10px;
    text-align: left;
}

/*welcome结束*/
.acctinfo-datatable, .acctinfo-moditable, .tradePW-moditable, .certId-moditable, .remainfund-infotable, .riskresult-table {
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
    border-collapse: collapse;
    table-layout: fixed;
}

.acctinfo-datatable tfoot td, .acctinfo-moditable tfoot td, .tradePW-moditable tfoot td, .certId-moditable tfoot td {
    text-align: center;
}

.acctinfo-datatable td, .acctinfo-moditable td, .tradePW-moditable td, .certId-moditable td, .remainfund-infotable td, .riskresult-table td {
    height: 35px;
}

.acctinfo-datatable td {
    border-bottom: 1px #ccc dotted;
}

.acctinfo-td1 {
    width: 20%;
    padding-right: 20px;
    text-align: right;
}

.acctinfo-td2 {
    width: 30%;
}

.acctinfo-td3 {
    width: 20%;
    padding-right: 20px;
    text-align: right;
}

.acctinfo-td4 {
    width: 23%;
}

/*
*账户基本信息修改
*/
.acctinfo-moditd1 {
    width: 10%;
}

.acctinfo-moditd2 {
    width: 15%;
}

.acctinfo-moditd3 {
    width: 5%;
}

.acctinfo-moditd4 {
    width: 10%;
}

.acctinfo-moditd5 {
    width: 15%;
}

/*账户信息修改页面输入框样样式*/
.acctinfo-moditable input {
    _width: expression(this.type=="text"?"200px":"");
}

.acctinfo-moditable input[type="text"] {
    width: 160px;
    height: 25px;
}

/*账户信息修改页面选择框样样式*/
.acctinfo-moditable select {
    width: 162px;
    *width: 164px;
    height: 27px;
}

.acctinfo-moditable #address, .acctinfo-moditable #remark {
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #7F9DB9;
    width: 156px;
    _width: 160px;
    height: 65px;
    max-width: 160px;
    max-height: 65px;
    min-width: 160px;
    min-height: 65px;
}

/*表格分隔符*/
.acctinfo-moditable-spacing {
    color: #ccc;
    text-align: center;
}

/*用户昵称输入提示正确信息*/
.validate-yes {
    background: url(img/validate_yes.png) left center no-repeat;
    color: #62F46C;
    padding: 6px 10px 6px 20px;
}

/*
*交易密码修改
*/
.tradePW-moditd1 {
    width: 28%;
    text-align: right;
}

.tradePW-moditd2 {
    width: 35%;
}

.tradePW-moditd3 {
    width: 36%;
}

.tradePW-moditable input {
    _width: expression(this.type ==       "password" ?     "250px" :     "");
}

.tradePW-moditable input[type="password"] {
    width: 250px;
}

/*
*身份证转换
*/
.certId-moditd1 {
    width: 50%;
    padding-right: 30px;
    text-align: right;
}

.certId-moditd2 {
    width: 50%;
}

/*
*账户余额查询
*/
.total-c {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.total-c b {
    margin-right: 10px;
}

.total-c .channel-name {
    border: #CB0003 2px solid;
    background: #fff;
    margin-right: 10px;
    padding: 5px 20px;
}

.remainfund-infotd1 {
    font-weight: bold;
    padding-left: 30px;
    padding-right: 20px;
    text-align: right;
    width: 20%;
}

.remainfund-infotd2 {
    color: #fe8614;
    font-weight: bold;
    width: 80%;
}

/*
*风险测评
*/
.risk-agreement, .risk-questions {
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 10px;
    width: 95%;
}

.risk-question {
    padding-top: 5px;
}

/*测评问题选项*/
.formDiv {
    font-size: 12px;
}

.risk-agreement span {
    background: #F9F9F9;
    display: block;
    margin: 10px auto;
    padding: 5px 20px;
    border: #E9E9E9 1px solid;
    text-align: center;
    width: 60%;
}

/* add By */

.risk-agreement strong, .risk-question strong {
    color: #000;
    display: block;
    margin: 5px;
}

/*
*测评结果
*/
.riskresult-td1 {
    line-height: 20px;
    padding-right: 10px;
    width: 20%;
    vertical-align: top;
    text-align: right;
}

.riskresult-td2 {
    line-height: 20px;
    padding-right: 20px;
    vertical-align: top;
}

.riskresult-fundtable {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
}

.riskresult-fundtable th {
    background: #F0F0F0;
    border: #ccc 1px solid;
    height: 35px;
}

.riskresult-fundtable td {
    border: #ccc 1px solid;
    height: 30px;
    padding-left: 20px;
}

.riskresult-fundtable tr.odd {
    background: #FFF;
}

.riskresult-fundtable tr.even {
    background: #f2f2f2;
}

.riskresult-fundtable tr.even:hover, .riskresult-fundtable tr.odd:hover {
    background: #ccc;
}

/*
*定投管理样式
*------------------------------------------------------
*/
/*
*定投管理查询管理
*/
/*定投查询与管理(tab)标题容器*/
.planmanager-tabs {
    background: url(img/table_t.png) left bottom no-repeat;
    height: 31px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 30px;
}

/*（tab）标题样式*/
.planmanager-tab1, .planmanager-tab2 {
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 30px;
    *margin-bottom: -11px;
    padding: 0 10px;
    _padding: 0 5px;
    line-height: 20px;
    text-align: center;
}

/*(tab）标题选中样式*/
.planmanager-tab1 span, .planmanager-tab2 span {
    color: #d60a0c;
    display: block;
    font-size: 16px;
}

.planmanager-tab1 {
    background: url(img/bot_center_li.gif) 50% 84% no-repeat;
    font-weight: bold;
}

.planmanager-tab2 {
    font-weight: normal;
}

.planmanager-tab2 span {
    color: #000;
    display: block;
    font-weight: normal;
}

.planmanager-tab2 span:hover {
    color: #ff542e;
}

/*
*智能定投
*/

/*
*
*-------------------鉴权结果对话页面------------
*/
/*对话结果容器样式*/
.dialog2 {
    border: #CCC 1px solid;
    margin: 50px auto;
    width: 70%;
}

/*对话结果容器标题样式*/
.dialog-title {
    background: #f2f2f2;
    color: #069;
    font-weight: bold;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding-left: 25px;
}

/*对话内容容器样式*/
.dialog-content {
    line-height: 25px;
    margin: 30px;
    text-align: center;
}

/*对话框文本内容样式*/
.dialog-content span {
    color: #fe8614;
    font: 18px "宋体";
    font-weight: bold;
}

/*对话结果按钮容器样式*/
.button-position {
    margin-top: 20px;
    text-align: center;
}

/*对话结果成功容器样式*/
.dialogresult-ok-icon {
    background: url(img/result_ok_icon.gif) no-repeat top left;
    padding: 20px 0 20px 60px;
}

.dialogresult-failure-icon {
    background: url(img/result_failure_icon.gif) no-repeat;
    padding: 20px 0 20px 60px;
}

/*
*正在发行的基金样式
*/
.fund {
    background: url("img/fund_bg.gif") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-width: 1px;
    height: 191px;
    margin: 5px 0 5px 1px;
}

.fund-img {
    margin-top: -8px;
    width: 196px;
    height: 191px;
    float: left;
    background: url(img/fund.gif);
    text-align: center;
}

.fund-name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: 40px;
}

.fund-detail1 {
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    margin-left: 30px;
    margin-top: 17px;
}

.fund-detail2 {
    float: left;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    margin: 10px;
    line-height: 30px;
    margin-left: 30px;
}

.fund-detail2-td {
    border-top: 1px #ccc dotted;
}

.fund-operate {
    margin-top: 145px;
    margin-right: 30px;
    text-align: right;
}

#focus {
    height: 217px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

#focus ul {
    height: 217px;
    position: absolute;
}

#focus ul li {
    float: left;
    height: 217px;
    overflow: hidden;
}

#focus ul li div {

}

#focus .btnBg {
    position: absolute;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 15px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    text-align: center;
}

#focus .btn span.on {
    background: #fff;
}

#focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 50px;
    background: url(img/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

#focus .pre {
    left: 0;
}

#focus .next {
    right: 0;
    background-position: right top;
}

/*邮箱智能提示样式*/
.automail-div {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 5px 5px;
    position: absolute;
    z-index: 9999;
    display: none;
}

.automail-p {
    width: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    clear: both;
    font-size: 12px;
    color: #4d4d4d;
    cursor: default;
}

.automail-ul {
    padding: 0;
    margin: 0;
}

.automail-li {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    color: #777;
    font-family: "Tahoma";
    list-style: none;
    cursor: pointer;
    overflow: hidden;
}

.automail-li-hover {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    font-family: "Tahoma";
    list-style: none;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    background: #06f;
}

.automail-highlight {
    color: #f00;
}

/**   密码安全管理   **/
.secure-level {
    background-position: 960px 0px;
    background-repeat: repeat-y;
}

.secure-level .hd, .secure-level .ft {
    height: 6px;
    overflow: hidden;
    background-position: 0px -147px;
}

.secure-level .bd {
    padding: 39px 25px 0px;
    background-position: -960px 0px;
    background-repeat: repeat-y;
}

.secure-level, .secure-level .hd, .secure-level .bd, .secure-level .ft, .secure-level .hd span, .secure-level .ft span, .thermometer, .thermometer .t-left, .thermometer .t-right, .thermometer .t-middle {
    background-repeat: no-repeat;
    background-image: url("img/bg-securitylevel.png");
}

.intermediate .thermometer .t-left {
    background-position: -44px -38px;
}

.intermediate .thermometer .t-middle {
    background-position: 0px -98px;
}

.intermediate .thermometer .t-right {
    background-position: -78px -42px;
}

.level-box {
    position: relative;
    height: 48px;
}

.level-box .level em {
    font-weight: 400;
    color: rgb(255, 51, 51);
}

.thermometer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 324px;
    height: 30px;
    padding: 4px 0px 4px 32px;
    background-position: 0px 0px;
}

.thermometer .t-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 38px;
}

.thermometer .t-middle {
    float: left;
    height: 22px;
    margin: 4px 0px;
    background-repeat: repeat-x;
}

.thermometer .t-right {
    float: left;
    width: 10px;
    height: 30px;
}

.level-box .level {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0px;
}

.secure-level .recommond {
    position: relative;
    margin-top: 30px;
    padding: 9px 0px 8px;
    color: rgb(153, 153, 153);
    border-top: 1px dashed rgb(214, 214, 214);
    clear: both;
}

.secure-level .recommond .m-warn {
    margin: 10px 0px;
    color: rgb(51, 51, 51);
    line-height: 16px;
    height: 16px;
}

.secure-level .recommond .m-warn .tip {
    height: 14px;
    line-height: 14px;
    padding: 1px 0px 1px 20px;
    margin: 0px 10px;
    color: rgb(51, 51, 51);
    background: url("img/ico-purchase.png") no-repeat scroll 0px -60px transparent;
}

.secure-level .hd, .secure-level .ft {
    height: 6px;
    overflow: hidden;
    background-position: 0px -147px;
}

.sproduct-list .hd {
    margin-top: 11px;
    padding: 18px 0px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgb(221, 221, 221);
}

.sproduct-list li {
    position: relative;
    padding: 1px 0px;
    color: rgb(51, 51, 51);
    border-bottom: 1px dashed rgb(221, 221, 221);
    vertical-align: bottom;
}

.sproduct-list li .bg {
    padding: 16px 29px 17px 50px;
}

.sproduct-list .m-success {
    background: url("img/ico-purchase.png") no-repeat scroll 0px -570px transparent;
}

.sproduct-list li .action {
    position: absolute;
    top: 17px;
    right: 23px;
    height: 22px;
}

.sproduct-list li em.stress {
    color: rgb(255, 114, 0);
}

.sproduct-list li strong {
    width: 120px;
    padding: 0px 80px 0px 24px;
    color: rgb(51, 51, 51);
}

.sproduct-list li strong, .sproduct-list li p {
    float: left;
    line-height: 15px;
}

.sproduct-list li.warn .bg {
    background-color: rgb(255, 252, 235);
}

.sproduct-list .m-warn {
    background: url("img/ico-purchase.png") no-repeat scroll 0px -60px transparent;
}

/*服务定制*/
.custom-tip {
    margin-left: 50px;

}

.custom-tip p {
    line-height: 25px;
}

.services-compare-t {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 80px;
}

.services-compare-c {
    padding: 20px 0 0 80px;
}

.services-compare-c div {
    margin-top: 20px;
    padding-left: 100px;
}

/*销售排行数字背景*/
.numberbg {
    color: #fff;
    background: url(img/select-step.gif) 0px -75px no-repeat;
    font-weight: bold;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-left: 25px;
    width: 27px;
}

/*密码强度*/
#tips {
    margin-top: 10px;
}

#tips span {
    float: left;
    width: 30px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    overflow: hidden;
    background: #ccc;
    margin-right: 2px;
    text-align: center;
}

#tips.s1 .active, #tips.s2 .sp20, #tips.s3 .sp30, #tips.s4 .sp40 {
    background: #f30;
}

#tips.s2 .active, #tips.s3 .sp31, #tips.s4 .sp41 {
    background: #fc0;
}

#tips.s3 .active, #tips.s4 .sp42 {
    background: #cc0;
}

#tips.s4 .active {
    background: #090;
}

.custName {
    color: red;
}

.riskWarn {
    background: #eee;
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 25px;
    text-align: center;
}

.input-title2 {
    font-weight: bold;
    line-height: 30px;
    margin-left: 20px;
    font-size: 14px;
}

.selectedFundType {
    cursor: pointer;
    background: #cb0003;
    padding: 5px 10px;
    color: #fff;
}

.unSelectedFundtype {
    background: #aaa;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;
}

.selectedFundName, .unSelectedFundName {
    background: #cb0003;
    color: #fff;
    cursor: pointer;
    float: left;
    border: 1px solid #cb0003;
    margin-right: 15px;
    _margin-right: 8px;
    padding: 0 10px;
    _padding: 0 5px;
    height: 25px;
    line-height: 25px;
}

.unSelectedFundName {
    background: #fff;
    color: black;
    border: 1px solid #848484;
}

.selectedDivMethoed {
    color: #cb0003;
    width: 75px;
    border: 1px solid #cb0003;
    height: 25px;
    float: left;
}

.unSelectedDivMethoed {
    color: black;
    width: 75px;
    height: 25px;
    float: left;
}

.selectedCircly, .unSelectedCircly, .unselectedUnlimited, .selectedLimited {
    cursor: pointer;
    width: 70px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    float: left;
    text-align: center;
    color: #fff;
}

.selectedCircly, .selectedLimited {
    background: #cb0003;
}

.unSelectedCircly, .unselectedUnlimited {
    background: #aaa;
}

.timeselect-box {
    background: #fff url(datePicker/skin/datePicker.gif) no-repeat right;
    border: 1px solid #7F9DB9;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 160px;
}

.time-select {
    height: 30px;

}

.enddate {
    margin-top: 10px !important;
}

.time-select input {
    display: none;
}

.time-select span {
    background: #f5f5f5;
    display: block;
    cursor: pointer;
    border: #aaa 1px solid;
    float: left;
    margin-right: 10px;
    _margin-right: 5px;
    padding: 2px 10px;
    padding: 2px 5px;
}

.banner {
    width: 760px;
    height: 197px;
    background: url(../img/frame/banner_bg.png) no-repeat 0 0;
    padding: 6px 0 0 25px;
    margin-bottom: 10px;
}

.banner .slide {
    width: 892px;
    height: 190px;
    position: relative;
}

.banner .slide .cont {
    width: 737px;
    height: 180px;
}

.banner .slide .cont li {
    width: 737px;
    height: 180px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.banner .slide .cont li img {
    width: 737px;
    height: 180px;
}

.banner .slide .title {
    width: 100px;
    height: 5px;
    position: absolute;
    left: 640px;
    top: 170px;
    z-index: 200;
}

.banner .slide .title li {
    width: 21px;
    height: 5px;
    float: left;
    margin-right: 12px;
}

.banner .slide .title li.on a {
    background-color: #4E4E4E;
}

.banner .slide .title li a {
    display: block;
    width: 21px;
    height: 5px;
    background-color: white;
}

.madress {
    border-bottom: 1px solid #7F9DB9;
    padding-top: 8px;
}

.mcity, .mprovince {
    background: url(img/spacing_bg.gif) 100% 50% no-repeat;
    cursor: pointer;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}

.mcity:hover, .mprovince:hover {
    color: #cb0003;
    background: url(img/spacing_hoberbg.gif) 100% 50% no-repeat;
}

.acctinfo-moditable #remark {
    width: 220px;
    height: 65px;
    max-width: 220px;
    max-height: 65px;
    min-width: 220px;
    min-height: 65px;
}

.detailAddress {
    border: none;
    font: 12px "Microsoft Yahei", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-left: 25px;
}

.select-detail-ad {
    padding-top: 5px;
    line-height: 35px;

}

.select-detail-ad div a {
    cursor: pointer;
    margin-right: 5px;
    padding: 5px;
    background: #eee;
}

.select-detail-ad div a:hover {
    color: #fff;
    background: #cb0003;
}

/*页面没有找到页面*/
.content-top, .content-bottom {
    height: 21px;
    overflow: hidden;
    /* background: url(../common/img/conten_side_max.png) no-repeat;*/
}

.dialog2 {
    /*	background: url(../common/img/content_bg.png) no-repeat;*/
    display: block;
    padding: 10px 34px;
}

.content-bottom {
    background-position: 0px -23px;
}

.notfund {
    display: block;
    width: 780px;
}

.notfond-c {
    padding: 20px;
}

.notfond-c table {
    width: 80%;
    margin: 0 auto;
}

.error-icon {
    text-align: right;
    padding-right: 10px;
}

.error-title span {
    padding-bottom: 5px;
    vertical-align: bottom;
    color: #d60a0c;
    text-align: left;
    font: 18px "宋体";
    font-weight: bold;
    padding-top: 5px;
}

.notfund table td {
    line-height: 30px;
}

.notfund .error-ul li, .notfund .error-ul2 li {
    padding-left: 20px;
    line-height: 25px;
}

.useragree {
    height: 150px;
    padding: 15px 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background: #f5f8ff;
}

.agreetxt {
    height: 150px;
    padding: 0 20px;
    overflow-y: scroll;
}

.agreetxt p {
    line-height: 22px;
    color: #777;
    font-family: Arial, "宋体";
}

.export-box {
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    padding-right: 100px;
}

.export-box a {
    color: blue;
    margin-left: 10px;
    padding-left: 20px
}

.export-box a:hover {
    text-decoration: underline;
}

/*输出打印图标*/
.printout {
}

.fivetd-left {
    color: #000;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.account-t {
    clear: both;
    width: 100%;
    height: 25px;
    background-color: grey;
    font-size: 13px;
    color: white;
    text-indent: 10px;
    height: 25px;
    line-height: 25px;
}

#printDiv {
    padding-top: 20px;
    border: 1px solid #848484;
}

#printDiv table.dataTable {
    border: none;
    margin-bottom: 20px;
}

.printDiv_title {
    height: 48px;
    padding-top: 6px;
    /*background: url(img/cx_title.png) no-repeat;*/
    line-height: 20px;
    font-size: 13px;
}

.printDiv_title .fLeft {
    float: left;
    /*color:white;*/
    text-indent: 10px;
}

.printDiv_title .fRight {
    float: right;
}

table#tbListOld {
    border-left: 1px #A2A2A2 solid;
}

table#tbListOld tr td {
    border-top: 1px #A2A2A2 solid;
    border-right: 1px #A2A2A2 solid;
    padding: 2px 1px;
    background: #F7F9F8 url(img/thhead_bg.png) repeat-x bottom;
}

.uploadResult_content {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding-top: 50px;
}

.inputs {
    padding: 0 30px;
    font-size: 14px;
    margin-bottom: 30px;
}

.inputs input {
    width: 330px;
    margin-right: 5px;
}

.inputs select {
    width: 335px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.invType-table {
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-top: 20px;
}

.hide {
    display: none;
}

.invType-appcontent {
    padding: 10px 50px 30px 50px;
    font-size: 14px;
}

.invType-apptitle {
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-weight: bold;
}

.invType-appfoot {
    padding: 0px 50px;
    font-size: 14px;
}

.custname {
    padding: 0px 10px;
    border-bottom: 1px solid #000;
}

.notes {
    padding: 0 50px;
    font-size: 14px;
}

.notes p {
    line-height: 30px;
}

.smallButton {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px;
    background: url(img/button_bg.png) repeat-x center -118px transparent;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #f5f5f5;
    font-weight: bold;
    text-align: center;
}

.certificateBtn {
    position: absolute;
    bottom: -3px;
    width: 200px;
}

.certificate {
    position: absolute;
    bottom: -3px;
    opacity: 0;
    width: 200px;
}

.diyInput {
    margin-left: 5px;
    height: 24px;
}

.invType-table2 input {
    margin-left: 5px;
    height: 24px;
    width: 170px;
}

.invType-table2 select {
    margin-left: 5px;
    height: 24px;
    width: 175px;
}

.assetsProofBtn,
.videoBtn {
    position: absolute;
    bottom: -3px;
    width: 90px;
}

.assetsProof,
.video {
    position: absolute;
    bottom: -3px;
    opacity: 0;
    width: 90px;
}

.preview > img {
    width: 300px;
    height: 300px;
    display: inline-block;
    margin: 10px 0;
}

.invType-table, .invType-table2 {
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-top: 20px;
    margin-left: 13%;
}

.certificate, .assetsProof, .video {
    cursor: pointer;
    font-size: 0;
}

.invType-hint {
    padding: 50px;
    font-size: 18px;
    text-align: center;
}

.professional2normal {
    padding: 30px 0;
    font-size: 14px;
    text-indent: 2em;
}

.invinfo-moditd1, .invinfo-moditd3 {
    width: 19%;
}

.regulation-content {
    padding: 10px 20px;
    overflow-y: scroll;
    height: 800px;
}

.regulation-content p {
    text-indent: 2em;
}

.regulations-hint {
    text-decoration: underline;
}

.welcome-hint {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-bottom: -10px;
    height: 16px;
    line-height: 16px;
}