@charset "utf-8";
/* CSS Document */
/*
*	公共样式
*
*局部样式，用于整个系统的子页面
---------------------------------*/
body {
	color: #333;
	font: 12px "Microsoft Yahei", Arial, Helvetica, sans-serif;
	height:100%;
	*height: 100%;
}
/*页面中出现的所有图片样式*/
img {border: none;}
a,button {color: #333;cursor: pointer;text-decoration: none;}
input,textarea {box-shadow: 0 0; font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;}

/*input 按钮焦点输入框样式*/
input[type="text"],input[type="password"],select {
	height: 28px;
	line-height: 28px;
	width:297px;
	border:none;
	margin:0;
    padding-left:10px;
}
select {height: 28px; font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;text-align:center;}
input[type="text"]:focus,input[type="password"]:focus {
	background-color: #ffffff;
}
body,dl,dd,dt,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,table,img,div,tr,td {
	padding: 0;
	margin: 0;
}
/*清除浮动，放在父容器闭合标签前，使父容器自适应高度*/
.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-15{width: 15%;}
.width-18{width: 18%;}
.width-20{width: 20%;}
.width-30{width: 30%;}
.width-40{width: 40%;}
.width-50{width: 50%;}
.width-90{width: 90%;}
.width-100{width: 100%;}

.width-1{width:50px;}
.width-2{width:49px;}
.width-3{width:70px;}
.width-4{width:75px;}
.width-5{width:50px;}
.width-6{width:68px;}
.width-7{width:68px;}
.width-8{width:56px;}
.width-9{width:68px;}
.width-a{width:65px;}

/*表格td的像素宽度*/
.width85{
	width:85px;
}
.width75{
	width:75px;
}
.width70{
	width:70px;
}
.width60{
	width:60px;
}
.width50{
	width:50px;
}
.width40{
	width:40px;
}
/*表格固定宽度*/
.table-fixed {
	table-layout: fixed;
}
/*表格内容有浮动*/
.fivetd-right,.threetd-right {
	color: #000;
	text-align: right;
	padding-right: 10px;
}
/*必输项标志样式*/
.mustinput {
	color: #f00;
	margin-right: 5px;
}
/*文本颜色红色*/
.red {color: #F00;}
.blue{color: #e67917;}
.gray{color: #999;}
/*字号*/
.big {font-size: 16px;}
.bigger {font-size: 18px;}
/*页面字体链接,文本颜色橙色*/
.font-link,.orange {color:#e67917;}
.font-link:hover {color: #D52C25;text-decoration: underline;}
.font-link2{color:#ff542e}
.font-link2:hover {color: #ff9982;text-decoration: underline;}
/*电话号码提示*/
.telno,.telno1 {
	background: url(img/phone_suggest_bg.png) left no-repeat;
	border: #7F9DB9 1px solid;
	box-shadow: 0 0 0;
	/*height: 24px !important;
	width: 222px !important;
	_height: auto;
	_width: 222px;*/
}
.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 {
	width: 100%;
	margin: 3px 8px;
	/* border-radius: 3px;
	border: #CECECE 1px solid;
	margin: 20px 1px;
	padding-bottom: 20px; */
}
/*温馨提示标题*/
#awake,.awake {
	color: #000;
	font: 14px "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*height: 32px;*/
	line-height: 32px;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
}

#floot span,.floot span {
	display: block;
	padding: 5px 0px;
}

#floot ol,.floot ol {
	line-height: 25px;
	padding-left: 12px;
}
#floot ol.listStyle,.floot ol.listStyle{
	list-style:none;
	padding-left: 0;
}
#floot .floot-tit,.floot .floot-tit{
	font-size:16px;
	/* font-weight:bold; */
	color:#4a4a4a;
}

/*电话号码提示*/
.telno,.telno1 {
	background: url(img/phone_suggest_bg.png) left no-repeat;
	border: #7F9DB9 1px solid;
	box-shadow: 0 0 0;
}

.telno1 {
	background: none;
}
.logo:HOVER{
	cursor: pointer!important;
}
/*页面流转按钮样式*/
.buttonNext,.buttonBack,.btnClass-a {
	background:url("../img/img_ReFund/bg5.png") repeat;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	/* font-family: "microsoft yahei"; */
	height: 30px;
	line-height: 30px;
	margin: 10px 10px 20px 10px;
	padding: 0px 25px;
	*padding: 0px 10px;
	text-align: center;
}

.btnClass-a {
	display: block;
}

.buttonBack {
	background:#fff;
	border:#E1E1E1 solid 1px;
	color:#4a4a4a;
}
/*页面流转按钮鼠标动作样式*/
.buttonNext:hover,.buttonBack:hover,.btnClass-a:hover {
	background:url("../img/img_ReFund/bg5.png") repeat;
	color:#fff;
}
.buttonBack:hover {
	border:#D52C25 solid 1px;
}
/*
*
*业务流程操作步骤提示
------------------------------*/
/*业务流程操作父容器样式*/
.operateStep {
	height: 32px;
	width: 100%;
}

.operateStep table {
	float: right;
}
/*业务流程操作步骤共用样式*/
#operateStep td {
	background: url(img/step_bg.png) 100%;
	color: #888;
	font: 14px "Microsoft Yahei", Arial, Helvetica, sans-serif;
	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/title_bg.jpg) 0% no-repeat;
	margin-bottom: 15px; */
	margin:20px 0px  10px;
}

.table-title span,.pagetitle-div span {
	color: #4A4A4A;
	display:inline-block;
	font-size: 22px;
	line-height: 31px;
}

.pagetitle-div2 {
	height: 31px;
	line-height:30px;
	text-align: center;
}

.pagetitle-div2  ul {
	list-style: none;
}

/*---------- step end------------------*/

/*
*
*iframe中的表格样式
*包括：数据显示列表，输入页面列表，输出页面列表，结果信息表单
*
*/
/*表格最外层父容器样式，用以定义表格大小*/
.content,#formContainer {
	border-radius: 3px;
	margin: 0 auto;
	margin-top: 10px;
}
#content{
	margin-top: 30px;
}

/*/*列表公共标题文本，温馨提示标题文本样式,查询标题文本样式,增加银行卡标题文本,账户余额查询标题文本样式*/
.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-bottom: 3px #e1e1e1 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); */
	background:#E0E0E0;
	border: 0;
	border-top: 1px #eee solid;
	border-bottom: 1px #fff solid;
	height: 40px;
	box-sizing:content-box;
	padding: 0 0 0 7px;
    cursor: pointer;
	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 5px;
	/*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: #e67917;
}
/*列表详细表格容器样式*/
.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: #faf5de !important;
}
/*列表标题栏（thead）、合计栏（tfoot）样式*/
table.dataTable .ui-state-default {
	color: #4d4d4d;
	font-weight:normal;
	font-size:14px;
	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/img_ReFund/bg2.png") no-repeat 0 -200px;
	border:1px solid #D52C25;
	border-radius: 12px;
	box-sizing:border-box;
	border: none;
	color: #fff;
	cursor: pointer;
	min-width:62px;
	padding:0 10px;
	height: 26px;
	line-height: 26px;
	margin: 0px 1px;
	display: inline-block;
	padding: 0px 10px;
	*padding:0px 8px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.button-red98{
	background:url("../img/img_ReFund/btn-98.png") no-repeat 0 0;
}
/*列表中操作链接鼠标动作样式*/
.dataTables-buttonbg-able:hover,.buttonbg-able:hover {
	background:#FF7924;
	/* background:url("../img/img_ReFund/bg_4.png") no-repeat;  */
}
/*列表中放置不可操作动作的td样式*/
.dataTables-buttonbg-unable {

	/* background:url("../img/img_ReFund/bg2.png") no-repeat 0 -229px;  */
	border:1px solid #CBCAC2;
	background:#fff;
	color: #4A4A4A;
    margin-bottom: 1px;
}
/*
*列表翻页部分样式
*/
/*列表翻页父容器样式*/
.dataTables_wrapper .ui-toolbar {
	margin-top: 10px;
	font-weight: bold;
	padding: 5px 0px;
}
/*列表翻页容器样式*/
.dataTables_paginate {
	padding: 10px 0;
	margin: 0;
	text-align: right;
}

/*列表按钮链接样式*/
.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 {
	margin: 10px auto;
	padding-top: 5px;
	width: 100%;
    font-size:14px;
}
/*检查，输入，操作结果页面表格行样式*/
.rframe-table-inputform tr,.rframe-table-checkform tr,.rframe-table-result tr
	{
	height: 38px;
	line-height: 38px;
	*height: 38px;
	*line-height: 38px;
}

.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 "Microsoft Yahei", Arial, Helvetica, sans-serif;
	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 "Microsoft Yahei", Arial, Helvetica, sans-serif;
	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 {

}

/* 改版调整的样式 */
/*  */
.new-content{
	background:#fff;
	border-top:1px solid #fff;
	border-bottom:3px solid #E1E1E1;
	padding:10px 0 20px;
}
.table-td-width0{
	width:8%;
}
.table-td-width1{
	width:25%;
}
.table-td-width2{
	width:33%;
}
.table-td-width3{
	width:33%;
}
td .table-input{
	width:297px;
	padding-left:10px;
	border:1px solid #E1E1E1;
	border-radius:3px;
	box-sizing:border-box;
}
/* .table-input-paddingL input{
	padding-left:;
} */
/*输入信息第三列【增加银行卡】文本样式，智能定投【增加银行卡】文本样式*/
#bankText {
	color: #069;
	font-weight: bold;
	font: 14px "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

/*输入信息表单中复选和单选样式*/
.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 {
	background: url(img/throw_icon.png) 100% no-repeat;
	height: 29px;
	margin-left: -27px;
	margin-top: -2px;
	position: absolute;
	width: 28px;
}
/*定投当前时间*/
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:22px;
    font-size:13px;
    background: #fff;
}
.agreement-box p{
    text-indent:2em;
    margin: 8px 0;
}
/*ie6下 input type=text 输入框*/
.rframe-table-inputform input {
	_width: expression(this.type ==       "text" ?     "297px" :     "");
}
/*输入页面文本输入框[type=text]样式*/
.rframe-table-inputform input[type="text"] {
	width: 297px;
    height:26px;
    line-height: 26px\9;
}

/*输入页面日期输入框样式*/
.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: 100%;
	background-color: #fff;
}

.rframe-result-title span {
	color: #e67917;
	display: inline-block;
	text-align: left;
	font: 18px "Microsoft Yahei", Arial, Helvetica, sans-serif;
	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: 36px;
	width: 36px;
}
/*结果操作信息【失败图标】样式*/
.result-failure-icon {
	background: url(img/result_failure_icon.gif) top left no-repeat;
	display: block;
	height: 36px;
	width: 36px;
}

/*交易结果页面息页面表格第一行样式*/
/*操作信息提示信息*/
.rframe-result-promptmsg {
	line-height: 25px;
}

.rframe-result-promptmsg p {
	background: #F1F1F1;
	padding: 8px 20px;
	text-align:center;
}
/*增加 交易结果页面样式 */

/*交易结果提示*/
.resultMsg {

}
/*操作结果信息页面表格页脚样式*/
.rframe-table-result tfoot td {
	text-align: center;
}
/*操作结果信息页面文字提示*/
#trSpecification {
	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 {
	/* border-top: #ccc 3px solid; */
	cursor: n-resize;
	left: 0;
	top: 0;
	width: 100%;
}
/*对话框右边框样式*/
.ui-resizable-e {
	/* border-right: #ccc 3px solid; */
	cursor: e-resize;
	height: 100%;
	_height: 150px;
	right: 0;
	top: 3px;
}

/*对话下边框样式*/
.ui-resizable-s {
	/* border-bottom: #ccc 3px solid; */
	bottom: 0px;
	cursor: s-resize;
	left: 0;
	width: 100%;
}
/*对话框左边框样式*/
.ui-resizable-w {
	/* border-left: #ccc 3px solid; */
	cursor: w-resize;
	height: 100%;
	_height: 150px;
	left: 0;
	top: 3px;
}
/*对话框右下脚框样式*/
.ui-dialog .ui-resizable-se {
	bottom: 0;
	/* border-bottom: #ccc 3px solid;
	border-right: #ccc 3px solid; */
	/* background: url(img/dialog/dialog_se.gif) top left no-repeat; */
	background-image:none;
	height: 13px;
	right: 0;
	width: 14px;
}
/*对话框左下脚框样式*/
.ui-dialog .ui-resizable-sw {
	bottom: 0;
	/* border-bottom: #ccc 3px solid;
	border-left: #ccc 3px solid; */
	cursor: sw-resize;
	left: 0;
}
/*对话框左上脚框样式*/
.ui-dialog .ui-resizable-nw {
	/* border-top: #ccc 3px solid;
	border-left: #ccc 3px solid; */
	cursor: nw-resize;
	left: 0;
	top: 0;
}
/*对话框右上脚框样式*/
.ui-dialog .ui-resizable-ne {
	/* border-top: #ccc 3px solid;
	border-right: #ccc 3px solid; */
	cursor: ne-resize;
	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:#EAEAEA;
	height: 35px;
	margin: 0 auto;
	-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;
	width: 100%;
}
/*对话框标题样式*/
.ui-dialog .ui-dialog-title {
	color: #838383;
	width:100%;
	display: block;
	margin-left:40px;
	font-size: 20px;
	line-height: 35px;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
/*对话框关闭右上角关闭按钮样式*/
.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 {
	color:#E17572;
	float: left;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	width: 88%;
	padding-left: 30px;
	_padding-left: 5px;
}
/*对话框操作按钮父容器样式*/
.ui-dialog .ui-dialog-buttonpane {
	/* border-top: 1px solid #ccc; */
	background-image: none;
	margin: 0 auto;
	padding: 5px 0px;
	text-align: left;
	width: 82%;
	/* width: 30%; */
}
/*对话框操作按钮父容器样式*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: center;
}
/*对话框操作按钮样式*/
.ui-dialog .ui-dialog-buttonpane button {
	background:url("../img/img_ReFund/bg5.png") repeat;
	border-radius:4px;
	color: white;
	cursor: pointer;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin: 12px 10px 20px;
	text-align: center;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	/*background: url(img/button_bg_hover.gif) repeat-x;*/
}
/*对话框操作按钮内文字样式*/
.ui-dialog  .ui-button-text {
	min-width:76px;
	display: block;
	line-height: 20px;
	padding: 2px 10px;
	color:#fff!important;
	box-sizing:content-box;
}

/*温馨提示容器样式*/
#Riskevaluate #suggest {
	margin: 0 auto;
	width: 98.4%;
}
/*软键盘样式-------------*/

/*软键盘父容器样式*/
.kb-div {
	border: 2px solid #ccc;
	background: #f2f2f2;
	cursor: pointer;
	font: 12px "Microsoft Yahei", 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: #e67917;
	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 "Microsoft Yahei", Arial, Helvetica, sans-serif;
	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: right;
}
/*查询表格单个格样式*/
.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:#e67917;
	font-size:14px;
	font-weight:bold;
	padding:10px 20px;
	margin:10px;
}
/*银行卡logo图片样式容器容器*/
.bank-box {
	cursor: pointer;
	display: block;
	float: left;
	margin: 5px 20px;
}

.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: #FF542E 2px solid;
}
/*增加银行卡输入信息容器样式*/
.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;
}

/*
*我的首页系列页面
*-------------------------------------------------------------------
*/
/*
*账户基本信息
*/
/*页面容器样式*/
.container {
	/* background: #fff; */
	border-radius: 3px;
	/* border: #CECECE 1px solid; */
	padding-bottom: 20px;
	margin-top:58px;
} /*
*我的首页系列页面
*-------------------------------------------------------------------
*/
/*我的首页样式开始--------------------------*/
.wel-left {
	float:right;
	width: 805px;
}

/*.wel-right {
	width: 266px;
	float: right;
}

.welcome-c {
	margin-bottom: 14px;
}
/*基金资产容器样式*/
.fund-info {
	line-height: 16px;
}

.sysinfo-f {
	padding: 8px;
    line-height: 20px;
}

.sysinfo-move {
	background: url(img/news_sj02.png) -5px 3px no-repeat;
	padding-left: 10px;
}

.sysinfo {
	background: #fff;
	border-radius: 3px;
	border: #CECECE 1px solid;
	float: left;
	height: 157px;
	width: 410px;
	overflow: hidden;
}

.sysinfo-c {
	padding:0 10px;
	height: 98px;
	overflow: hidden;
}
/*快捷操作容器样式*/
.trade-noun table {
	margin-top: 10px;
	text-align: left;
	margin: 0 auto;
	width: 98%;
}
.trade-noun td{
	line-height: 30px;
}

.trade-noun {
	background: #fff;
	border-radius: 3px;
	border: #CECECE 1px solid;
	display: block;
	float: right;
	width: 360px;
	_width:358px;
	height: 157px;
}

.column-title {
	background:url(img/title_shortbg.jpg) 0%  no-repeat;
	color: #e67917;
	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 solid;
}

.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: 15%;
}

.acctinfo-moditd2 {
	width: 28%;
}

.acctinfo-moditd3 {

}

.acctinfo-moditd4 {
	width: 15%;
}

.acctinfo-moditd5 {
	width: 27%;
}

/*账户信息修改页面输入框样样式*/
.acctinfo-moditable input {
	_width: expression(this.type ==       "text" ?     "200px" :     "");
}

.acctinfo-moditable input[type="text"] {
	width: 165px;
	height: 25px;
}
/*账户信息修改页面选择框样样式*/
.acctinfo-moditable select {
	width: 190px;
	*width: 204px;
	height: 27px;
}

.acctinfo-moditable #address,.acctinfo-moditable #remark {
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #7F9DB9;
	width: 196px;
	_width: 200px;
	height: 65px;
	max-width: 196px;
	max-height: 65px;
	min-width: 196px;
	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%;
}

/*
*账户余额查询
*/
.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;
	margin-bottom:30px;
	background-color:#fff;
	padding:10px 0px;
	padding-left:20px;
	font-size:14px;
	border-bottom:3px #e1e1e1 solid;
}

.risk-agreement span {
	background: #F9F9F9;
	display: block;
	margin: 10px auto;
	padding: 5px 20px;
	border: #E9E9E9 1px solid;
	text-align: center;
	width: 60%;
}

.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/title_bg.jpg) 0% no-repeat;
	height:31px;
	margin-bottom: 10px;
    padding:0;
}
/*（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: 30px;
	text-align: center;
}
/*(tab）标题选中样式*/
.planmanager-tab1 span,.planmanager-tab2 span {
	color: #e67817;
	display: block;
}

.planmanager-tab1 {
	background: #fff url(img/titleSelected_bg.png) repeat-x;
    border-left: #ffa38e 1px solid;
    border-right: #ffa38e 1px solid;
    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 "Microsoft Yahei", Arial, Helvetica, sans-serif;
	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;
}
/*基金分类tab切换*/
.fund-tab{
    height: 42px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D52C25;
}
.fund-tab li{
    background:url(img/fund_type_bg.png) no-repeat;
    float: left;
    font-size: 18px;
    "font-family:"Microsoft Yahei", Arial, Helvetica, sans-serif;
    /* font-weight: bold;
    height: 30px; */
    /* line-height:30px; */
    width: 150px;
    height: 42px;
    line-height: 42px;
    /* margin-right: 2px; */
    cursor: pointer;
    text-align:center;
}
.fund-tab li.selectedAll,.unSelectedAll{
    /* background-position: 0 -68px;
    color:#fff;
    width:69px;
    background: #005da2;  */
    background: url("../img/img_ReFund/bg2.png") no-repeat;
    background-position: -136px -16px;
    color: #FFFFFF;
}
.fund-tab li.unSelectedAll{
    background-position: 0 -33px;
    color:#000;
    background: none;
}

.fund-tab li.selectedClassfy,.unSelectedClassfy{
    /* background-position: 0 -138px;
    color:#fff;
    width:101px;
    background: #005da2;  */
    background: url("../img/img_ReFund/bg2.png") no-repeat;
    background-position: -136px -16px;
    color: #FFFFFF;
}
.fund-tab li.unSelectedClassfy{
    background-position: 0 -103px;
    color:#4A4A4A;
    background: none;
}
.fund-tab li.unSelectedClassfy:hover{
    background: url("../img/img_ReFund/bg2.png") no-repeat;
    background-position: -136px -16px;
    color: #FFFFFF;
}
.fund-tab li.unSelectedAll:hover{
	background: url("../img/img_ReFund/bg2.png") no-repeat;
    background-position: -136px -16px;
    color: #FFFFFF;
}
/*
*正在发行的基金样式
*/
.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: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	list-style: none;
	cursor: pointer;
	overflow: hidden;
}

.automail-li-hover {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	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;
}
/*服务定制*/
.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;
}
.middle{
background-color:#f1f1f0;
}
.content .guize ul li:first-child{
	font-weight:normal!important;
	font-size:18px!important;
}
.tishi b{
	font-weight:normal!important;
}
.risk-title{
	padding:10px 0px;
	border-bottom:1px solid #c2c2c2;
	display: block;
	width:100%;
	background-color:#fff;
	text-indent:20px;
	font-size:18px;
	font-weight:normal;
}
.table_foot_div{
	width: 222px;
    height: 30px;
    line-height: 30px;
    clear: both;
    float: right;
}
/* .table_foot_div > div{
	color: #8e8e8e;
} */
.table-select-box{
  	width:97px;
  	height:30px;
  	margin-left:10px;
  	position: relative;
  	float: left;
  	z-index:10;
}

.table-select{
	overflow:hidden;
	width:140px;
  	height:30px;
  	border:1px solid #d9d9d9 ;
  	border-radius:4px;
  	position:relative;
  	text-align: center;
  	line-height:30px;
}
.paging_bootstrap{
	padding-right: 0px !important;
	width: 100%;
	font-weight:normal;
}
.table-content{
  width:97px;
  border-left:1px solid #d9d9d9;
  border-right:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
  display:none;
  height:104px;
  overflow-y:scroll;
  background-color:#fff;
}
.table-content span{
  display: block;
  width:100%;
  height:26px;
  line-height:26px;
  text-align: center;
  color:#969696;
  cursor: pointer;
}
.table-content span:hover{
  background-color:#f4f2f3;
}
.table-arrow{
  display: block;
  width:26px;
  height:30px;
  background:#ededed url(../img/new_img/slect_arrow.png) no-repeat center;
  background-color:#EEEEEE;
  position: absolute;
  right:0px;
  top:0px;
  z-index:8;
  cursor:pointer;
}
.table-now input{
    width: 95%;
    height: 30px;
    line-height: 30px!important;
    text-indent: 10px;
    display: block;
    border: none;
    box-shadow: none;
    padding: 0px;
    margin-left:2px;
    font: 14px "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.table_info{
    /* position: relative;
    right: 200px;
    top: 22px;
    float: right; */
    /* color: #8e8e8e; */
    display:inline-block;
    margin-top:5px;
    text-align:right;
    margin-right:48px;
}
.table_info_right{
	margin-right:42%;
}
.table_info > span{
	color: #848484;
	font-size:14px;
}
.pageSpan {
	position:relative;
	float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border:1px solid #d9d9d9 ;
    border-radius:5px;
    background-color: #fbfbfb;
    text-align:center;
}

.info_left{
	/* right: 0;
	float: left;	 */
}
.table-page-font{
	font-size:16px;
	color:#4A4A4A;
}
.table_page_num{
	color: #D52C25 !important;
}


.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: 340px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.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;
}
.circle{
	display:inline-block;
	width:12px;
	height:12px;
	background:url(img/circle-2.png) no-repeat;
	margin-right: 10px;
}
#floot .floot-tit.red,.floot-tit-li-1{
	color:#d52c25;
	font-size:16px;
}
.floot-tit-li-1{
list-style-type:none;
}
.red-d5{
	color:#d52c25;
}
.floot-tit-li-p{
	padding-left:20px;
	color:#d52c25;
	font-size:14px;
}

.pure-table .outer {
	height: 49px;
	position: relative;
}
.pure-table .outer:before {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	bottom: 0;
	border-bottom: 49px solid #000;
	border-right: 157px solid transparent;
	content: "";
}

.pure-table .outer:after {
	position: absolute;
	left: 0;
	right: 1px;
	top: 1px;
	bottom: 0;
	border-bottom: 49px solid white;
	border-right: 157px solid transparent;
	content: "";
}

.pure-table .outer b{
	display:block;
	position:absolute;
	top:6px;
	right:0;
	width:70px;
}
.pure-table .outer span{
	display:block;
	position:absolute;
	bottom:2px;
	left:0;
	width:80px;
	z-index: 99;
}


/*汇款页*/
.buyFund3-HK .hk-acceptance-heard {display: flex; align-items: center; height: 50px; padding: 0 20px; border-bottom: 10px solide #f1f1f0; }
.buyFund3-HK .hk-acceptance-heard .business {color:#3c81df; border:#3c81df 1px solid; border-radius: 5px; text-align: center; height: 33px; width: 75px; line-height: 33px;margin-right: 15px;}
.buyFund3-HK .hk-acceptance-heard .amount {text-align: right;flex: 1;}
.buyFund3-HK .hk-success-mark img { margin: 20px 0 10px;  width: 280px;	}
.buyFund3-HK .hk-success-mark p:last-child {margin-top: 10px;}
.hk-success-des {color:#ef7523; background-color: #f5dad1; font-weight: bold; height:40px; line-height: 40px; text-indent: 20px;}
