@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
	font: 12px 微软雅黑, tahoma, arial, "Hiragino Sans GB", 宋体, sans-serif;
	margin: 0;
	padding: 0;
	color: #464646;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
	input, textarea, blockquote, p {
	margin: 0;
	padding: 0;
}

table, td, tr, th {
	font-size: 14px;
}

li {
	list-style-type: none;
}

img {
	border: 0 none;
	vertical-align: top;
}

ol, ul {
	list-style: outside none none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}

address, cite, code, em, th {
	font-style: normal;
	font-weight: normal;
}

a:link, a:visited {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.fb {
	font-weight: bold;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 16px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.clear {
	clear: both;
	height: 0;
}

.blue {
	color: #0580e9;
}

.green {
	color: #06a811;
}

.red {
	color: #ff3333 !important;
}

.warn_i {
	/* background: url(../../images/warn_i.gif) no-repeat 0 0; */
	background: url(../../images/detail-default.png) no-repeat 0 0;
	width: 14px;
	height: 12px;
	zoom: 1;
	display: inline-block;
	line-height: 12px;
}

.warn_i .hover {
	/* background: url(../../images/warn_i.gif) no-repeat 0 0; */
	background: url(../../images/detail-hover.png) no-repeat 0 0;
	width: 14px;
	height: 12px;
	zoom: 1;
	display: inline-block;
	line-height: 12px;
}

.warningmessage {
	border: 1px solid #999;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #FFC;
	padding: 4px;
	_width: 240px;
	max-width: 240px;
}

select {
	text-indent: 10px;
	-webkit-appearance: none;
}

td.fundName_align {
	text-align: left;
	padding-left: 10px
}

.fundName {
	width: 140px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#spanMessage, .riskWarning {
	background: #FFC;
	color: #C60;
	padding: 8px;
	border: 1px solid #FC3;
	line-height: 20px;
	font: 1.2em "Microsoft Yahei";
}

#spanMessage {
	position: absolute;
	min-width: 53.2%;
	display: none;
	margin-left: 12%;
}
#spanMessageError {
	position: absolute;
	width: 36%;
	display: none;
	background: #FFC;
	color: #C60;
	padding: 8px;
	border: 1px solid #FC3;
	line-height: 20px;
	font: 1.2em "Microsoft Yahei";
}


/* CSS top */
.wdMain {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	heihgt: 100%;
}

.topBox {
	background: #6666cc;
	height: 34px;
	line-height: 34px;
	color: #fff;
}

.topBox li {
	float: left;
	font-size: 12px;
	padding: 0 5px;
}

.topBox li a {
	color: #fff;
}

.topBox .tel {
	background: url(../images/ico_tel.png) no-repeat left center;
	padding-left: 20px;
}

/* CSS 头部 */
.headBox {
	border-bottom: #6666cc 2px solid;
	height: 100px;
}

.headBox .logo {
	width: 372px;
	height: 63px;
	background: url(../images/logo.png) no-repeat 0 0;
	font-size: 0;
	margin-top: 20px;
	text-indent: -99999px;
}

.headBox .oneNav {
	float: right;
	margin-top: 38px
}

.headBox .oneNav li {
	float: left;
	margin-right: 1px;
}
/* .headBox .oneNav li a{display:block;width:100px;height:62px;line-height:62px;font-size:24px;color:#333333;} */
.headBox .oneNav li a {
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 24px;
	color: #333333;
	margin-left: 40px;
}

.headBox .oneNav li a:hover {
	text-decoration: none;
}

.headBox .oneNav li a.cur {
	border-bottom: #f5a300 2px solid;
}

/* f7f7f7底色的盒子 */
.f7Box {
	height: 42px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
}
/* CSS 左部导航 */
/* .leftMenu{width:190px;margin-top:20px;float:left;font-family: 微软雅黑;border: #ededed 1px solid;border-radius:8px;} */
.leftMenu {
	width: 190px;
	margin-top: 20px;
	float: left;
	font-family: 微软雅黑;
	border-radius: 8px;
}
/* .leftMenu .navbox{background:#f8f8f8;border-radius:8px;padding:10px;border: #ededed 0px solid;} */
.leftMenu .navbox {
	background: #f8f8f8;
	border-radius: 8px;
	padding: 10px;
	border: #ededed 0px solid;
}

.leftMenu .codebox {
	text-align: center;
	color: #999999;
	line-height: 30px;
	margin-top: 30px;
}

.leftMenu .tit {
	font-size: 24px;
	margin-top: 15px;
}

.leftMenu .tit a {
	display: block;
	padding-left: 15px;
	color: #6666cc;
	line-height: 35px;
	border-radius: 5px;
}

.leftMenu .tit .cur {
	background: #f5b73c;
	color: #fff;
}

.leftMenu ul {
	margin-top: 10px;
}

.leftMenu ul li {
	margin-top: 5px;
}

.leftMenu ul li a {
	display: block;
	padding-left: 45px;
	font-size: 20px;
	color: #9a9a9a;
	line-height: 36px;
	height: 36px;
}

.leftMenu ul li.ico1 a {
	background: url(../images/ico_left1n.png) no-repeat 15px center;
}

.leftMenu ul li.ico9 a {
	background: url(../images/ico_left9.png) no-repeat 15px center;
}

.leftMenu ul li.ico10 a {
	background: url(../images/ico_left10.png) no-repeat 15px center;
}

.leftMenu ul li.ico11 a {
	background: url(../images/ico_left11.png) no-repeat 15px center;
}

.leftMenu ul li.ico12 a {
	background: url(../images/ico_left12.png) no-repeat 15px center;
}

.leftMenu ul li.ico13 a {
	background: url(../images/ico_left13.png) no-repeat 15px center;
}

.leftMenu ul li.ico14 a {
	background: url(../images/ico_left14.png) no-repeat 15px center;
}

.leftMenu ul li.ico15 a {
	background: url(../images/ico_left6.png) no-repeat
		15px center;
}

.leftMenu ul li.ico16 a {
	background: url(../images/ico_left16.png) no-repeat 15px center;
}

.leftMenu ul li.ico17 a {
	background: url(../images/ico_left17.png) no-repeat 15px center;
}

.leftMenu ul li.ico18 a {
	background: url(../images/ico_left18.png) no-repeat 15px center;
}

.leftMenu ul li.ico19 a {
	background: url(../images/ico_left19.png) no-repeat 15px center;
}

.leftMenu ul li.ico20 a {
	background: url(../images/ico_left20.png) no-repeat 15px center;
}

.leftMenu ul li.ico1 a.cur {
	background: #f5b73c url(../images/ico_left1_h.png) no-repeat 15px center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico9 a.cur {
	background: #f5b73c url(../images/ico_left9_h.png) no-repeat 15px center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico10 a.cur {
	background: #f5b73c url(../images/ico_left10_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico11 a.cur {
	background: #f5b73c url(../images/ico_left11_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico12 a.cur {
	background: #f5b73c url(../images/ico_left12_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico13 a.cur {
	background: #f5b73c url(../images/ico_left13_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico14 a.cur {
	background: #f5b73c url(../images/ico_left14_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico15 a.cur {
	background: #f5b73c url(../images/ico_left6_h.png)
		no-repeat 15px center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico16 a.cur {
	background: #f5b73c url(../images/ico_left16_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico17 a.cur {
	background: #f5b73c url(../images/ico_left17_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico18 a.cur {
	background: #f5b73c url(../images/ico_left18_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico19 a.cur {
	background: #f5b73c url(../images/ico_left19_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico20 a.cur {
	background: #f5b73c url(../images/ico_left20_h.png) no-repeat 15px
		center;
	color: #fff;
	border-radius: 5px;
}

.leftMenu ul li.ico1 a:hover {
	background: url(../images/ico_left1_uu.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico9 a:hover {
	background: url(../images/ico_left9_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico10 a:hover {
	background: url(../images/ico_left10_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico11 a:hover {
	background: url(../images/ico_left11_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico12 a:hover {
	background: url(../images/ico_left12_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico13 a:hover {
	background: url(../images/ico_left13_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico14 a:hover {
	background: url(../images/ico_left14_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico15 a:hover {
	background: url(../images/ico_left6_h.png) no-repeat
		15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico16 a:hover {
	background: url(../images/ico_left16_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico17 a:hover {
	background: url(../images/ico_left17_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico18 a:hover {
	background: url(../images/ico_left18_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico19 a:hover {
	background: url(../images/ico_left19_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

.leftMenu ul li.ico20 a:hover {
	background: url(../images/ico_left20_u.png) no-repeat 15px center;
	color: #ff9900;
	text-decoration: none;
}

/* CSS 尾部 */
.fphotoBox {
	position: relative;
	margin-top: 40px;
}

.fphotoBox .tit {
	font-size: 18px;
	line-height: 45px;
}

.fphotoBox ul {
	overflow: hidden;
	margin: 20px 35px;
}

.fphotoBox li {
	float: left;
	margin: 0 10px;
}

.fphotoBox .acc_l {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	padding: 10px 0;
}

.fphotoBox .acc_r {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	padding: 10px 0;
}

.bottomBox {
	overflow: hidden;
	background: #c5c5c5;
	padding: 32px 0;
	margin-top: 40px;
}

.bottomBox .left {
	width: 470px;
	float: left;
	padding-left: 35px;
	line-height: 26px;
	border-right: #999999 1px solid;
}

.bottomBox .right {
	float: right;
	line-height: 32px;
}

.bottomBox .right li {
	float: left;
	text-align: center;
	margin-left: 15px;
}
/* 2018.4.3
	适当性改造
 */
.riskDanger{
	background: #ffeaea !important;
	color: #cc0000 !important;
}
#closeRiskPrompt{
	position: absolute;right: 7px;top: 7px;cursor: pointer;width: 16px;
}
/* 風險提示框樣式 */

.window-1 .window-1-box{
	position: fixed;
	width: 700px;
	height: 400px;
	background: #fff;
	left: 50%;
	margin-left: -350px;
	top: 20%;
	z-index: 1;
}
.window-1 .window-1-box .tit {
	font-size: 22px;
	color:#010101;
	margin: 30px 0;
	text-align: center;
}
.window-1 .window-1-box .window-1-box-cont{
	overflow-y: scroll;
    height: 200px;
}
.window-1 .window-1-box .window-1-box-cont p{
	font-size: 16px;
	line-height:24px;
	margin-bottom:24px;
	text-indent: 2em;
    padding: 0 50px;
}
/* 风险等级变化的提示框 */
.window-1 .window-1-box .divPromptCont_change{
	overflow-y: scroll;
    height: 200px;
}
/* CSS 弹框 */
.pop_bg {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 1
}

.pop_fxbox {
	position: fixed;
	width: 1100px;
	height: 720px;
	background: #fff;
	left: 50%;
	margin-left: -550px;
	top: 20%;
	z-index: 1;
}

.pop_close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 21px;
	height: 21px;
	background: url(../images/ico_close.png) no-repeat center center;
}

.pop_fxbox .tit {
	font-size: 24px;
	margin: 30px 0;
	text-align: center;
}

.pop_fxbox .txt {
	height: 500px;
	overflow-y: scroll;
	padding: 0 50px;
	font-size: 14px;
	line-height: 30px;
}

.pop_fxbox .txt ul li {
	padding-left: 25px;
}

.btnbox {
	width: 160px;
	margin: 40px auto;
}

.btnbox .inputbtn {
	background: #f5b73c;
	display: block;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}

.pop_yindao {
	width: 1000px;
	height: 620px;
	background: url(../images/yindao_bg.png) no-repeat bottom center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 0;
}

.pop_yindao .kt_btn {
	position: absolute;
	bottom: 20px;
	left: 500px;
	background: #f5b73c;
	display: block;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
}

.pop_yindao .kt_link {
	position: absolute;
	bottom: 20px;
	left: 660px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-decoration: underline;
}

.pop_loginbox {
	width: 700px;
	background: #fff;
	position: fixed;
	left: 50%;
	margin-left: -350px;
	top: 5%;
	z-index: 999;
}

.pop_loginbox .tit {
	height: 86px;
	line-height: 76px;
	background: #6666cc url(../images/poptit_bg.jpg) repeat-x left bottom;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
}

.pop_close {
	position: absolute;
	right: 20px;
	top: 25px;
	width: 26px;
	height: 26px;
	background: url(../images/ico_close1.png) no-repeat center center;
}

.reauth_pop_close {
	position: absolute;
	right: 20px;
	top: 25px;
	width: 26px;
	height: 26px;
	background: url(../images/ico_close1.png) no-repeat center center;
}

.pop_tablebox .tit {
	font-size: 20px;
	color: #333;
	margin: 30px 0 20px 50px;
}

.pop_tablebox td {
	font-size: 14px;
	padding: 5px 10px;
}

.pop_tablebox td.lt {
	color: #999999;
	text-align: right;
	width: 160px;
	line-height: 38px;
}

.pop_tablebox td .inbox {
	width: 240px;
	border: #ccc 1px solid;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding-left: 10px;
	position: relative;
	float: left;
}

.pop_tablebox td .down {
	background: url(../images/ico_down1.png) no-repeat 95% center;
}

.pop_tablebox td .up {
	background: url(../images/ico_up1.png) no-repeat right center;
	padding-right: 20px;
	color: #42b7ff;
	margin-left: 290px;
	margin-top: 5px;
}

.pop_tablebox td .click {
	height: 40px;
	line-height: 40px;
	background: #ff3333;
	color: #fff;
	font-size: 16px;
	float: left;
	padding: 0 15px;
	margin-left: 5px;
}

.pop_tablebox td .btn {
	background: #f5b73c;
	color: #fff;
	border-radius: 5px;
	padding: 2px;
}

.pop_tablebox td .font {
	position: absolute;
	right: 10px;
	top: 0;
}

.pop_tablebox td .code {
	position: absolute;
    color: #3399ff;
    right: 20px;
    top: 14px;
    font-size: 14px;
    cursor: pointer;
}

.pop_tablebox td .again {
	color: #42b7ff;
	padding: 2px 5px;
	border: #42b7ff 1px dotted;
	border-radius: 3px;
	float: left;
	margin-left: 180px;
	margin-top: 10px;
}

.pop_tablebox .iyh {
	display: block;
}

.pop_tablebox .yh_sel {
	border: #ababab 1px solid;
	overflow: hidden;
	height: 100%;
	padding: 10px 8px;
	width: 370px;
}

.pop_tablebox .yh_sel a {
	float: left;
	border: #d5d5d5 1px solid;
	margin-right: 1px;
    margin-bottom: 1px;
    padding-left: 5px;
}

.pop_tablebox .yh_sel a.cur {
	border: #ff3838 1px solid;
}

.pop_tablebox .yh_sel .yhico {
	padding-left: 40px;
	display: block;
	width: 75px;
}

.pop_loginbox .btn_box {
	width: 108px;
	height: 34px;
	line-height: 34px;
	border: #cccccc 1px solid;
	border-radius: 5px;
	color: #6666cc;
	font-size: 16px;
	background: #fff;
	margin: 0 10px;
}

.pop_loginbox .tabtit {
	margin-top: -10px;
	overflow: hidden;
	height: 100%;
}

.pop_loginbox .tabtit li {
	float: left;
	width: 50%;
	border-bottom: #ccc 1px solid;
}

.pop_loginbox .tabtit li a {
	display: block;
	text-align: center;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
}

.pop_loginbox .tabtit li a.cur {
	background: #f5b73c;
	color: #fff;
}

.poptable {
	width: 420px;
	margin: 50px auto;
}

.poptable td {
	padding: 10px 5px;
}

.poptable td.lt {
	text-align: right;
	font-size: 16px;
	line-height: 22px;
}

.poptable td .inbox {
	width: 260px;
	border: #ccc 1px solid;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding-left: 10px;
	float: left;
}

.poptable td .click {
	height: 40px;
	line-height: 40px;
	background: #f5b73c;
	color: #fff;
	font-size: 18px;
	float: left;
	padding: 0 15px;
	margin-left: 5px;
}

/* .pop_password {
	background: #fff;
	width: 700px;
	min-height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	margin-top: -200px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	z-index: 2;
} */

.pop_password {
	background: #fff;
	width: 700px;
	min-height: 400px;
	position: fixed;
	left: 50%;
	margin-left: -350px;
	top: 10%;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	z-index: 2;
}

.pop_password .title {
	background: #6666cc;
	border-bottom: #cccccc 1px solid;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	-webkit-box-shadow: 0 0 10px 0 #6666cc;
	-moz-box-shadow: 0 0 10px 0 #6666cc;
	box-shadow: 0 0 10px 0 #6666cc
}

.pop_password .txt {
	text-align: center;
}

.pop_password .txt .inp {
	width: 278px;
	height: 38px;
	border: #ccc 1px solid;
	text-indent: 10px;
	font-size: 16px;
}

.pop_password .txt .down {
	background: url(../images/ico_down.png) no-repeat 95% center;
	line-height: 38px;
	text-align: left;
	width: 250px;
	margin: 0 auto;
}

.pop_password .txt .click {
	width: 90px;
	height: 38px;
	line-height: 38px;
	border: #ff3333 1px solid;
	font-size: 16px;
	float: left;
	color: #ff3333;
	margin-left: 10px;
}

.pop_password .btnbox {
	width: 160px;
	margin: 60px auto 0;
}

.pop_password .btnbox .inputbtn {
	background: #f5b73c;
	display: block;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	height: 36px;
	text-decoration: none;
}

.pop_password .btnbox .inputbtn:hover {
	background: #ffcc66;
}

.pop_password .btnbox .inputbtn:active {
	background: #ff9900;
}

.pop_password .close {
	position: absolute;
	right: 20px;
	top: 25px;
	width: 26px;
	height: 26px;
	background: url(../images/ico_close.png) no-repeat center center;
}

.pop_password .close:hover {
	background: url(../images/ico_close_h.png);
}

.pop_password .inbox {
	width: 300px;
	border: #ccc 1px solid;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding-left: 10px;
	float: left;
}
.agent-mode-box{
	padding:0 50px;
}
.agent-mode-box .select-mode{
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 100px;
	height: 280px;
    padding-left: 20px;
    background: url(../images/agent-bg.png) no-repeat left center;
}
.agent-mode-box-p{
	font-size:16px;
	color:#a7a7ab;
}
.agent-mode-box .checkbox{
	background: url(../images/checkbox.png) no-repeat center center;
	padding-right: 10px;
    width: 16px;
    height: 35px;
    display:inline-block;
}
.agent-mode-box .checkbox.on{
	background: url(../images/checkbox_on.png) no-repeat center center;
}
.agent-mode-box .select-mode-item{
	line-height: 35px;
    width: 112px;
    margin: 25px auto;
    cursor: pointer;
}
.agent-mode-box dl{
	color:#999;
	font-size:16px;
	line-height:30px;
	margin-top:50px;
}
.agent-mode-box dl dd{
	padding-left:20px;
}
.psw-inputbox .psw-input{
    overflow: hidden;
    margin: 40px auto 0;
    text-align: center;
}
#modifyModeSuccess{
	position:fixed;
	left: 50%;
    bottom: 40%;
    text-align: center;
    display:none;
    padding: 20px 40px 0;
    background: rgba(256,256,256,0.6);
    border-radius: 15px;
}
#modifyModeSuccess p{
	font-size:24px;
	color:#333;
	margin:1em 0;
}
/** 银行ICO **/
.yhico {
	padding-left: 40px;
	display: block;
	width: 95px;
	height: 38px;
	line-height: 38px;
}

.yhico.gsyh {
	background: url(../images/yh/gsyh.jpg) no-repeat left center;
}

.yhico.nyyh {
	background: url(../images/yh/nyyh.jpg) no-repeat left center;
}

.yhico.zgyh {
	background: url(../images/yh/zgyh.jpg) no-repeat left center;
}

.yhico.zsyh {
	background: url(../images/yh/zsyh.jpg) no-repeat left center;
}

.yhico.jsyh {
	background: url(../images/yh/jsyh.jpg) no-repeat left center;
}

.yhico.msyh {
    background: url(../images/yh/msyh.jpg) no-repeat left center;
}

.yhico.ycyh {
	background: url(../images/yh/ycyh.jpg) no-repeat left center;
}

.yhico.gdyh {
	background: url(../images/yh/gdyh.jpg) no-repeat left center;
}

.yhico.payh {
	background: url(../images/yh/payh.jpg) no-repeat left center;
}
.yhico.b002 {
	background: url(../images/yh/gsyh.jpg) no-repeat left center;
}

.yhico.b003 {
	background: url(../images/yh/nyyh.jpg) no-repeat left center;
}

.yhico.b004 {
	background: url(../images/yh/zgyh.jpg) no-repeat left center;
}

.yhico.b007 {
	background: url(../images/yh/zsyh.jpg) no-repeat left center;
}

.yhico.b005 {
	background: url(../images/yh/jsyh.jpg) no-repeat left center;
}

.yhico.b934 {
	background: url(../images/yh/ycyh.jpg) no-repeat left center;
}

.yhico.b009 {
	background: url(../images/yh/gdyh.jpg) no-repeat left center;
}
.yhico.b920 {
	background: url(../images/yh/payh.jpg) no-repeat left center;
}
.yhico.b922 {
	background: url(../images/yh/bjyh.jpg) no-repeat left center;
}
.yhico.b962 {
	background: url(../images/yh/gzyh.jpg) no-repeat left center;
}
.yhico.b932 {
	background: url(../images/yh/zxyh.jpg) no-repeat left center;
}
.yhico.b011 {
	background: url(../images/yh/xyyh.jpg) no-repeat left center;
}
.yhico.b012 {
	background: url(../images/yh/hxyh.jpg) no-repeat left center;
}
.yhico.b014 {
	background: url(../images/yh/msyh.jpg) no-repeat left center;
}
.yhico.b016 {
	background: url(../images/yh/gfyh.jpg) no-repeat left center;
}
.yhico.b010 {
	background: url(../images/yh/pfyh.jpg) no-repeat left center;
}
.yhico.b006 {
	background: url(../images/yh/jtyh.jpg) no-repeat left center;
}
.yhico.b017 {
	background: url(../images/yh/shyh.jpg) no-repeat left center;
}
.yhico.b015 {
	background: url(../images/yh/zxyh.jpg) no-repeat left center;
}
.yhico.pfyh {
	background: url(../images/yh/pfyh.png) no-repeat left center;
}

.yhico.gzyh {
	background: url(../images/yh/gzyh.jpg) no-repeat left center;
}

.yhico.gfyh {
	background: url(../images/yh/gfyh.png) no-repeat left center;
}

.yhico.bjyh {
	background: url(../images/yh/bjyh.jpg) no-repeat left center;
}
.yhico.hxyh {
	background: url(../images/yh/hxyh.jpg) no-repeat left center;
}
.yhico.xyyh {
	background: url(../images/yh/xyyh.jpg) no-repeat left center;
}
.yhico.shyh {
	background: url(../images/yh/shyh.jpg) no-repeat left center;
}
.yhico.zxyh {
	background: url(../images/yh/zxyh.jpg) no-repeat left center;
}
.yhico.jtyh {
	background: url(../images/yh/jtyh.jpg) no-repeat left center;
}
/* CSS 右内容 */
.rightBox {
	width: 830px;
	float: right;
	margin-top: 20px;
	padding: 10px;
	font-family: 微软雅黑;
 	min-height: 63%; 
}

.rightBox .title {
	background: url(../images/titico.jpg) no-repeat left center;
	font-size: 24px; /* font-weight:bold; */
}

.rightBox .subtitle {
	color: #000;
	background: url(../images/titico.jpg) no-repeat left center;
	font-size: 24px;
	padding-left: 25px;
	margin-top: 18px
}

.rightBox .subtitle span {
	font-weight: 200;
	font-size: 20px;
	display: inline-block;
	color: #333;
	margin: 0 20px;
}

.rightBox .tisbox {
	background: #ffffcc url(../images/ico_tis.png) no-repeat 25px center;
	height: 24px;
	line-height: 24px;
	padding-left: 55px;
	font-size: 14px;
	margin-top: 25px;
}

.rightBox .btnbox {
	width: 160px;
	margin: 50px auto 30px;
}

.rightBox .btnbox .inputbtn {
	background: #f5b73c;
	display: block;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}

.rightBox .btnbox .inputbtn:hover {
	background: #ffcc66;
}

.rightBox .btnbox .inputbtn:active {
	background: #ff9900;
}
/* .rightBox .tablebox{padding-left:115px;margin-top:50px;} */
.rightBox .tablebox {
	padding-left: 26px;
	margin-top: 20px;
	position: relative;
}

.rightBox .tablebox .tit {
	font-size: 18px;
	color: #ff3333;
}

.rightBox .tablebox .bghover tr:hover {
	background: #ededed;
}

.rightBox .tablebox .ico_tj {
	width: 43px;
	height: 16px;
	display: block;
	color: #fff;
	font-size: 12px;
	background: url(../images/tj_bg.png) no-repeat center center;
	text-align: center;
	float: left;
}

.rightBox .tablebox th {
	font-size: 14px;
	color: #999999;
	padding: 5px 10px;
	background: #f8f8f8;
	border-top: #ededed 1px solid;
}

.rightBox .tablebox td {
	font-size: 16px;
	color: #333;
	height: 35px;
	padding: 2px 0;
}

.rightBox .tablebox td.lt {
	color: #999999;
	text-align: right;
	width: 160px;
	padding-right: 10px;
	line-height: 38px;
    vertical-align: top;
}

.rightBox .tablebox td .inbox {
	width: 380px;
	border: #ccc 1px solid;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 10px;
	box-sizing: border-box;
	font-family: "微软雅黑"
}

.rightBox .tablebox td .down {
	background: url(../images/ico_down.png) no-repeat right center;
	background-position: 99%;
}

.rightBox .tablebox td .btn {
	background: #f5b73c;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
}

.rightBox .tablebox td .jjdel_box {
	background: #f8f8f8;
	margin-top: 10px;
	box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	position: relative;
}

.rightBox .tablebox td .jjdel_box .ico_up {
	position: absolute;
	width: 21px;
	height: 10px;
	background: url(../images/ico_up.jpg) no-repeat left center;
	top: -10px;
	left: 15px;
}

.rightBox .tablebox td .jjdel_box .ico_del {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/ico_del2.png) no-repeat center center;
	top: 10px;
	right: 10px;
}

.rightBox .tablebox td .jjdel_box .ico_del:hover {
	background: url(../images/ico_del2_h.png) no-repeat center center;
}

.rightBox .tablebox td .jjdel_box td {
	padding: 5px 0;
	position: relative;
	height: 24px;
}

.rightBox .wxtsbox {
	border-top: #ededed 1px solid;
}

.rightBox .wxtsbox .tit {
	font-size: 14px;
	color: #f5b73c;
	line-height: 26px;
}

.rightBox .wxtsbox .txt {
	line-height: 21px;
	color: #999999;
}

.rightBox .tablebox .tabtit {
	overflow: hidden;
	margin-left: 25px;
}

.rightBox .tablebox .tabtit li {
	float: left;
	margin-right: 40px;
}

.rightBox .tablebox .tabtit li a {
	display: block;
	font-size: 16px;
	border: #999999 1px solid;
	color: #999;
	width: 90px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
}

.rightBox .tablebox .tabtit li a:hover {
	text-decoration: none;
}

.rightBox .tablebox .tabtit li a.cur {
	color: #ff9900;
	border: #ffcc66 1px solid;
}

.rightBox .tablebox .tabnav {
	overflow: hidden;
}

.rightBox .tablebox .tabnav li {
	float: left;
	margin-right: 8px;
}

.rightBox .tablebox .tabnav li a {
	display: block;
	font-size: 16px;
	border: #999999 1px solid;
	color: #999;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
}

.rightBox .tablebox .tabnav li a:hover {
	text-decoration: none;
}

.rightBox .tablebox .tabnav li a.cur {
	color: #ff9900;;
	border: #ffcc66 1px solid;
}
#FundType li{
	margin-bottom: 10px;
}

.rightBox .zstBox {
	float: left;
	width: 320px;
	margin-left: 25px;
}

.rightBox .lsyjBox {
	float: left;
	width: 398px;
	margin-left: 80px;
}

.rightBox .lsyjBox td, .rightBox .lsyjBox th {
	font-size: 14px;
}

.rightBox .zstBox .t, .rightBox .lsyjBox .t {
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	line-height: 38px;
}

.complaybox {
	border: #cccccc 1px solid;
	overflow: hidden;
	padding: 5px;
	color: #999;
}

.complaybox a {
	color: #999;
}

.complaybox a.cur {
	color: #ff9900;
}

.complaybox a.curhover {
	color: #ff9900;
}

.complaybox .over {
	width: 60px;
	height: 200px;
	float: left;
	text-align: center;
	line-height: 32px;
}
/* .complaybox li{float:left;line-height:32px;width:670px;} */
.complaybox li {
	line-height: 32px;
	width: 670px;
}

.complaybox li span {
	color: #999;
	padding: 0 6px;
	float: left;
}

.complaybox li a {
	margin-right: 20px;
	float: left;
}

.user_com {
	margin-top: 30px;
}

.user_com .photo {
	float: left;
	padding: 10px 25px;
}

.user_com .photo img {
	border-radius: 100px;
	border: #cccccc 1px solid;
}

.user_com .tbox {
	width: 670px;
	float: left;
}

.user_com .tbox .name {
	font-size: 16px;
}

.user_com .tbox li {
	width: 335px;
	float: left;
	line-height: 30px;
	font-size: 14px;
	margin-top: 20px;
}

.user_com .tbox li .line {
	width: 140px;
	border: #ccc 1px solid;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 5px;
}

.user_com .tbox li .line span {
	background: #00cc66;
	border-radius: 10px;
	height: 10px;
	float: left;
}

.user_com .tbox li .ico {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

.user_com .tbox li .ico.mobile {
	background: url(../images/ico_user1.png) no-repeat center center;
}

.user_com .tbox li .ico.email {
	background: url(../images/ico_user2.png) no-repeat center center;
}

.user_com .tbox li .ico.trend {
	background: url(../images/ico_user3.png) no-repeat center center;
}

.user_com .tbox li .ico.money {
	background: url(../images/ico_user4.png) no-repeat center center;
}

.user_com .tbox li .ico.messge {
	background: url(../images/ico_user5.png) no-repeat center center;
}

.user_com .tbox li .ico.mobile_h {
	background: url(../images/ico_user1_h.png) no-repeat center center;
}

.user_com .tbox li .ico.email_h {
	background: url(../images/ico_user2_h.png) no-repeat center center;
}

.user_com .tbox li .ico.trend_h {
	background: url(../images/ico_user3_h.png) no-repeat center center;
}

.user_com .tbox li .ico.money_h {
	background: url(../images/ico_user4_h.png) no-repeat center center;
}

.user_com .tbox li .ico.messge_h {
	background: url(../images/ico_user5_h.png) no-repeat center center;
}

.user_com .tbox li .sign {
	width: 52px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #ff9900;
	color: #fff;
	border: 0 none;
	outline: none;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 70px;
}

.pricebox {
	padding-top: 40px;
	border-top: #ededed 1px solid;
	margin-top: 30px;
	overflow: hidden;
	height: 100%;
}

.pricebox li {
	width: 26%;
	float: left;
	padding-left: 60px;
}

.pricebox li .tit {
	font-size: 24px;
}

.pricebox li .hui {
	line-height: 18px;
	color: #999999;
}

.zctable {
	margin-top: 40px;
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 10px;
}

.zctable th {
	background: #f8f8f8;
	border-top: #d9d9d9 1px solid;
	height: 30px;
	text-align: center;
	color: #999999;
	font-size: 14px;
}

.zctable td {
	color: #333333;
	font-size: 18px;
	text-align: center;
	height: 50px;
	padding: 5px 0;
}

.zctable td .yhq_bg, .zctable td .hb_bg {
	width: 152px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	margin: 0 auto;
	font-size: 12px;
}

.zctable td .yhq_bg span, .zctable td .hb_bg span {
	font-size: 22px;
}

.zctable td .yhq_bg {
	background: url(../images/img_yhq.png) no-repeat center center;
}

.zctable td .hb_bg {
	background: url(../images/img_hb.png) no-repeat center center;
}

.zuhebox {
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
	height: 181%;
}

.zuhebox .tit {
	line-height: 45px;
	font-size: 20px;
}

.zuhebox .tabtitle {
	overflow: hidden;
	height: 100%;
}

.zuhebox .tabtitle li {
	float: left;
}

.zuhebox .tabtitle li a {
	background: #f5b73c;
	display: block;
	width: 88px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}

.zuhebox .tabtitle li a.cur {
	background: #ff9900;
}

.zuhebox .inputbox {
	overflow: hidden;
	height: 100%;
}

.zuhebox .inputbox .box {
	float: left;
	width: 570px;
	border: #edad3d 1px solid;
	position: relative;
}

.zuhebox .inputbox .box .typetxt {
	height: 33px;
	line-height: 33px;
	border: 0;
	width: 100%;
	text-indent: 45px;
}

.zuhebox .inputbox .box .fd {
	position: absolute;
	right: 20px;
	font-size: 16px;
	line-height: 33px;
}

.zuhebox .inputbox .btn {
	width: 228px;
	height: 35px;
	border: 0;
	background: #edad3d;
	color: #fff;
	font-size: 14px;
}
/*--------货币宝------------*/
.zuheboxa .tablepart {
	width: 100%;
	height: 144px;
	float: left;
	background-color: #f8f8f8;
	text-align: center;
}

.zuheboxa .tablepart .partTop {
	font-size: 20px;
	color: #88989a;
}

.zuheboxa .tablepart .partBtm {
	font-size: 22px;
	color: #ff3333;
}

.zuheboxa .tablepart a {
	display: inline-block;
	width: 84px;
	height: 32px;
	border-radius: 20px;
	background-color: #ff9900;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
/*-------.zuheboxa-------*/
#tabSubject a {
	padding-right: 5px;
	padding-left: 5px;
}

.zuheboxa {
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
	height: 100%;
}

.zuheboxa .tabtitle {
	overflow: hidden;
	height: 100%;
}

.zuheboxa .tabtitle li {
	float: left;
	margin: 0 22px;
	width: 225px;
	height: 149px;
	/* position: relative; */
}

.zuheboxa .tabtitle li a { /* position: absolute; */
	display: block;
	width: 218px;
	height: 140px;
	padding: 8px 6px 1px 1px;
	color: #88989a;
	transition: all 0.3s ease-in-out 0s;
}

.zuheboxa .tabtitle li a.a1 {
	background: url(../images/zuhebox_bg11.png) no-repeat 0 0;
}

.zuheboxa .tabtitle li a.a2 {
	background: url(../images/zuhebox_bg12.png) no-repeat 0 0;
}

.zuheboxa .tabtitle li a.a3 {
	background: url(../images/zuhebox_bg13.png) no-repeat 0 0;
}

.zuheboxa .tabtitle li .text {
	float: left;
	width: 120px;
	padding-left: 10px;
}

.zuheboxa .tabtitle li table tr:first-child { //
	background-color: #caf8ff;
}

.zuheboxa .tabtitle li .sm {
	border-left: #b1eff9 1px solid;
	float: left;
	padding: 5px 0 5px 5px;
	color: #0294ab;
	margin-top: 20px;
	font-size: 13px;
}

#tbHotFundBody, td {
	font-size: 16px;
}

.hotjj {
	margin-top: 30px;
}

.hotjj .tit {
	color: #999;
	margin-left: 10px;
}

.hotjj .tit a {
	padding: 5px 20px;
	font-size: 16px;
	text-decoration: none;
}

.hotjj .tit a.cur {
	border-bottom: #ffa011 1px solid;
	color: #ffa011;
	font-weight: 600;
}

.listtable {
	padding: 5px 0;
}

.listtable th {
	background: #f8f8f8;
	height: 30px;
	text-align: center;
	color: #999999;
	font-size: 14px;
}
/* .listtable td{color:#333333;font-size:16px; text-align:center;padding:10px 0;} */
.listtable td {
	color: #333333;
	text-align: center;
	padding: 10px 0;
}
/* .listtable td .btn{ background:#f5b73c;padding:2px 20px;border-radius:5px;color:#fff;} */
.listtable td .btn {
	background: #f5b73c;
	padding: 2px 0px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 24px;
}

.listtable tr:hover {
	background: #ededed;
}

.listtable tr td:first-child {
	/* position: relative; */
}

.tablebox {
	padding-left: 120px;
}

.tablebox .tit {
	font-size: 20px;
	color: #333;
	margin: 10px 0 20px 50px;
}

.tablebox td {
	font-size: 14px;
	padding: 10px;
}

.tablebox td.lt {
	color: #999999;
	text-align: right;
	width: 160px;
}

.tablebox td .inbox {
	width: 300px;
	border: #ccc 1px solid;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding-left: 10px;
	float: left;
}

.tablebox td .down {
	background: url(../images/ico_down.png) no-repeat 95% center;
}

.tablebox td .up {
	background: url(../images/ico_up1.png) no-repeat right center;
	padding-right: 20px;
	color: #42b7ff;
	float: right;
	margin-top: 5px;
}

.tablebox td .click {
	height: 40px;
	line-height: 40px;
	background: #ff3333;
	color: #fff;
	font-size: 16px;
	float: left;
	padding: 0 15px;
	margin-left: 5px;
}

.tablebox td .btn {
	background: #f5b73c;
	color: #fff;
	border-radius: 5px;
	padding: 2px;
}

.tablebox .iyh {
	display: block;
}

.tablebox .yh_sel {
	border: #ababab 1px solid;
	overflow: hidden;
	/*height: 100%;*/
	padding: 25px 10px;
	clear: both;
}

.tablebox .yh_sel a {
	float: left;
	border: #d5d5d5 1px solid;
	margin-bottom: 1px;
    margin-right: 1px;
    padding-left: 14px;
}

.tablebox .yh_sel a.cur {
	border: #ff3838 1px solid;
}

.tipsbox {
	border-top: #cccccc 1px solid;
	padding: 20px 120px;
	color: #999999;
	line-height: 21px;
}

.tipsbox .tit {
	color: #0099ff;
	font-size: 14px;
	margin-bottom: 15px;
}

.zczk_tab {
	margin-top: 30px;
	display: flex;
}

.zczk_tab li {
	float: left;
	width: 20%;
	flex: 1;
}

.zczk_tab li a {
	width: 125px;
	height: 46px;
	line-height: 46px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	background: #f5b73c;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

.zczk_tab li a.cur {
	background: #ff9900;
}

.zczk_tab li a.curhover {
	background: #ffcc66;
}

.pagebox {
	text-align: right;
	margin-top: 20px;
}

.pagebox a {
	border: #e8e8e8 1px solid;
	padding: 5px 10px;
}

.pagebox a.cur {
	background: #ff3333;
	color: #e8e8e8;
	border: #ff3333 1px solid;
}

.pagebox a.arr_r {
	background: url(../images/ico_right1.png) no-repeat 50px center;
	padding-right: 20px;
}

.pagebox a.arr_l {
	background: url(../images/ico_right111.png) no-repeat 3px center;
	padding-left: 20px;
}

.pagebox span { /*border:#e8e8e8 1px solid;*/
	padding: 5px 10px;
}

.pagebox span.disabled {
	background: url(../images/ico_right111.png) no-repeat 3px center;
	padding-left: 20px;
}

.pagebox span.cur {
	background: #ff3333;
	color: #e8e8e8;
	border: #ff3333 1px solid;
}

.pagebox span.arr_r {
	background: url(../images/ico_right1.png) no-repeat 62px center;
	padding-right: 20px;
}

.pagebox span.arr_l {
	background: url(../images/ico_right111.png) no-repeat 3px center;
	padding-left: 20px;
}

.dt_searchbox {
	margin-top: 20px;
	padding-left: 26px;
}

.dt_searchbox .tit {
	color: #6666cc;
	font-size: 14px;
	line-height: 30px;
}

.dt_searchbox .tab {
	margin-top: 5px;
}

.dt_searchbox .tab li {
	float: left;
	margin-right: 30px;
}

.dt_searchbox .tab li a {
	display: block;
	width: 150px;
	height: 32px;
	border: #999999 1px solid;
	border-radius: 5px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
}
/* .dt_searchbox .tab li a.cur{border:#d3a417 1px solid;color:#d3a417;} */
.dt_searchbox .tab li a.cur {
	border: #ff9900 1px solid;
	color: #ff9900;
}

.dt_searchbox .tab li a.curr {
	border: #ffcc66 1px solid;
	color: #ffcc66;
}

.dt_searchbox .searchbox {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}

.dt_searchbox .searchbox td {
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	height: 38px;
	font-size: 14px;
	padding: 0;
}

.dt_searchbox .searchbox td .inbox {
	border: 0;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	width: 100%;
	text-indent: 10px;
	overflow: hidden;
}

.dt_searchbox .searchbox td .down {
	background: url(../images/ico_down2.png) no-repeat right center;
	background-position: 99%;
}
/* =======
.dt_searchbox .searchbox td{border-right:#cccccc 1px solid;border-bottom:#cccccc 1px solid;height:38px;font-size:14px;padding:0 10px;}
.dt_searchbox .searchbox td .inbox{border:0;height:40px;line-height:38px;font-size:14px;width:102%;}
.dt_searchbox .searchbox td .down{background:url(../images/ico_down2.png) no-repeat right center;background-position: 405px;}
>>>>>>> .r1242 */
.dt_searchbox .searchbox td .date {
	background: url(../images/ico_date.png) no-repeat right center;
	background-position: 97%;
}

.dt_searchbox .searchbtn {
	border: #999999 1px solid;
	border-radius: 3px;
	width: 88px;
	height: 32px;
	background: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-left: 35px;
}

.yhcard_box {
	overflow: hidden;
}

.yhcard_box li {
	width: 318px;
	height: 58px;
	padding: 25px;
	border: #cfcfcf 1px solid;
	border-radius: 3px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	position: relative;
}

.yhcard_box li .photo {
	float: left;
	margin-right: 10px;
}

.yhcard_box li .tit {
	font-size: 18px;
	line-height: 26px;
}

.yhcard_box li .txt {
	font-size: 16px;
	line-height: 26px;
}

.yhcard_box li .del,.yhcard_box li .mod {
	font-size: 14px;
	position: absolute;
	top: 2px;
	right: 10px;
	color: #999999;
}

.yhk_list {
	overflow: hidden;
	margin-top: 20px;
}

.yhk_list .yhico {
	float: left;
	width: 71px;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 16px;
}

.yhcard_box li .add_yhk {
	display: block;
	width: 100%;
	line-height: 36px;
	padding-top: 40px;
	font-size: 14px;
	color: #999;
	text-align: center;
	background: url(../images/ico_add1.png) no-repeat center top;
}

.set_lable {
	width: 780px;
	margin-left: 30px;
	margin-top: 50px;
}

.set_lable td {
	font-size: 20px;
	line-height: 20px;
	padding: 15px 2px;
	vertical-align: top;
}

.set_lable .line {
	width: 469px;
	border: #ccc 1px solid;
	border-radius: 10px;
	margin-right: 5px;
}

.set_lable .line span {
	background: #00cc66;
	border-radius: 20px;
	height: 20px;
	float: left;
}

.set_lable td .ico_no {
	font-size: 12px;
	background: url(../images/ico_no.png) no-repeat left center;
	padding-left: 24px;
	display: block;
}

.set_lable td .ico_ok {
	font-size: 12px;
	background: url(../images/ico_ok.png) no-repeat left center;
	padding-left: 24px;
	display: block;
}

.set_lable table tr td:last-child {
	width: 90px;
	text-align: right;
}

span.userwarn {
	color: Red;
	border: 1px solid #ffbdbf;
	background: #ffffcc;
	z-index: 100;
	position: absolute;
	height: 15px;
	width: 293px;
	top: 48px;
	left: 10px;
	padding-left: 5px;
	font-size: 12px;
	font-family: 宋体;
	display: none;
}

/*----------券商理财-----------*/
.qxlc {
	padding-left: 126px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}

.qxlc .steps {
	width: 120px;
	float: left;
	height: 100px;
}

.qxlc .steps div {
	border-bottom: 2px solid #ff3333;
}

.qxlc .steps div span {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background-color: #ff3333;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	font-weight: 600;
}

.qxlc .steps p {
	color: #999;
	height: 68px;
	line-height: 68px;
	font-size: 14px;
	text-align: center;
}

.formPart .formTitle {
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	color: #ff3333;
}

.formPart .formCont {
	margin-left: 92px;
}

.formPart .formCont .contItems {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #999999;
}

.formPart .formCont .contItems span {
	color: #333;
	display: inline-block;
}

.formPart .formCont .contItems .input_down {
	background: url(../images/ico_down.png) no-repeat 95% center;
}

.formPart .formCont .contItems .inbox {
	width: 380px;
	border: #ccc 1px solid;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-indent: 10px;
	position: relative;
}

.formPart input::-ms-input-placeholder {
	text-align: right;
}

.formPart input::-webkit-input-placeholder {
	text-align: right;
}

.ulList li {
	list-style-image: url(../images/list_circle.png);
	font-size: 14px;
	color: #ff6600;
	margin-top: 12px;
	margin-left: 30px;
}

.ulList li div {
	margin-top: 7px;
}

.ulList li div p {
	font-size: 12px;
	line-height: 21px;
	color: #999;
}
/* 风险测评 */

.riskTestBox {
    width: 824px;
    height: 530px;
    border: 1px solid #e4e4e4;
    margin: 28px 0 0 0;
    text-align: justify;
    position: relative;
    overflow: hidden;
}

.testContBox {
    background: url(../images/risk/line.png) no-repeat center;
    overflow: hidden;
    /* min-height: 480px; */
    width: 99999px;
    position: absolute;
    left: 0;
}

.riskTestBox .testContBoxList {
    float: left;
    width: 380px;
    padding-left: 30px;
}

.riskTestBox .testQuestion {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin: 24px 0;
}

.riskTestBox .testAnswers {
    color: #666;
    font-size: 18px;
    line-height: 44px;
}

.pageBox {
    line-height: 66px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    color: #666;
    font-size: 18px;
}

.pageBox .pageLeft {
    float: left;
}

.pageBox .pageRight {
    float: right;
}

.riskTestResultBox {
    padding-left: 20px;
}

.riskTestResultBox .resultSummary {
    font-size: 20px;
    margin: 30px 0;
}

.riskTestResultBox .resultSummary span {}

.riskTestResultBox .resultSummary a {}

.rs_div {
    margin: 20px 0;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.rs_title {
    overflow: hidden;
}

.rs_title li {
    width: 20%;
    height: 38px;
    line-height: 38px;
    float: left;
    background-color: #eaeaea;
    color: #666;
    font-size: 20px;
    text-align: center;
}

.rs_title li.cur {
    background-color: #fff;
}

.rs_table {
    background: url(../images/risk/riskresult_line.png) no-repeat center 48px;
    height: 132px;
}

.rs_table>div {
    width: 20%;
    text-align: center;
    float: left;
}

.rs_table>div>img {
    margin: 26px 0 14px;
}

.rs_table>div>p {
    font-size: 14px;
    color: #ccc;
}

.risk_1>p.yes {
    color: #9fde5f;
}

.risk_2>p.yes {
    color: #c2de60;
}

.risk_3>p.yes {
    color: #ffd562;
}

.risk_4>p.yes {
    color: #ffaa5e;
}

.risk_5>p.yes {
    color: #fc5543;
}

.testContBoxList .input_text {
    border: 0;
    border-bottom: 1px solid;
    height: 40px;
    font-size: 20px;
    outline: none;
    text-indent: 1em;
    width: 90%;
    display: block;
}
.testContBoxCheckBox{
    width: 370px;
     font-size: 20px;
    margin-top: 160px;
}
.testContBoxCheckBox .input_checkbox {
    margin-right: 1em;
    width: 20px;
    height: 20px;
}
.testContBoxBtn{
	background: #ccc;
    display: block;
    border-radius: 5px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    width: 180px;
    margin: 30px auto;
    letter-spacing: 3px;
}




.fund-source{
	display:inline-block;cursor:pointer;
}



.offline-success{
	font-size:20px;
}
.offline-success table td{
	font-size:20px;
}
.offline-success-top{
	border-bottom:2px dashed #999;
}
.offline-success-top table,.offline-success-bottom table{
	margin:35px 0 35px 70px;
}
.offline-success-top table tr td:first-child,.offline-success-bottom table tr td:first-child{
	color:#999;
}
.offline-success-top-tit{
	line-height:40px;
}
.offline-success-top-tit img{
	margin:0 16px;
}
.offline-success-top-tit a{
	color:#336699;	
}
.offline-success-bottom p{
	margin:60px 0 0 70px;
}
.offline-success-bottom-guide img{
	margin-right:10px;
}
.offline-success-bottom-guide a{
	color:#336699;
}
.offline-success-btn{
	margin-top:120px;
	text-align:center;
}
.offline-success-btn a{
    border-radius: 5px;
    border:1px solid #999;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    display: inline-block;
    margin: 0 20px;
    width:160px;
}
.offline-success-btn-light{
	background: #f5b73c;
	color: #fff !important;
	border:none !important;
}