﻿.life_nav .life_nav_a {
	margin-left: 81px;
}

.section {
	font-size: 14px;
}

.active {
	color: #0066b3;
}

.nav_detail .wealth_link {
	color: #ff9900;
	padding-left: 26px;
	min-width: 98px;
	background: url(../images/wealth_link.png) left 13px no-repeat;
}

/*搜索*/
.licai_search_btn {
	overflow: hidden;
	line-height: 32px;
	margin-bottom: 30px;
}

.licai_search_btn span {
	font-size: 16px;
	margin-right: 10px;
}

.licai_search_btn>div span {
	color: #999;
}

.licai_input {
	margin-right: 20px;
	border: 1px solid #0066b3;
	cursor: pointer;
	font-size: 0;
}

.licai_input input {
	width: 347px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.licai_input img {
	display: inline-block;
	vertical-align: middle;
}

.licai_tit_li {
	border: 1px solid #ccc;
	padding: 10px;
	padding-bottom: 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}

.licai_li {
	margin-bottom: 10px;
	position: relative;
}

.licai_li span {
	float: left;
	line-height: 30px;
	margin-right: 20px;
	width: 70px;
}

.licai_li ul {
	overflow: hidden;
}

.licai_li li {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	text-align: center;
}

.licai_li li a {
	display: inline-block;
	padding: 0 10px;
	border-radius: 4px;
	color: #0066B3;
}

.licai_li li a.active {
	background: #1693F0;
	color: #fff;
}

.licai_li li a:hover {
	background: #1693F0;
	color: #fff;
}

.licai_li p {
	cursor: pointer;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 20px;
	background: url(../images/licai/icon_down.png) no-repeat right center;
	background-size: 30%;
}

.licai_li p.li_more_up {
	background: url(../images/licai/icon_up.png) no-repeat right center;
	background-size: 30%;
}

.licai_open {
	width: 90px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -40px;
	padding: 0 10px;
	background: url(../images/licai/icon_down.png) no-repeat 60px center;
	background-size: 16%;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
	border-top: 1px solid #fff;
	box-sizing: border-box;
}

.licai_close {
	background: url(../images/licai/icon_up.png) no-repeat 56px center;
	background-size: 16%;
	background-color: #fff;
}

.screen_li {
	overflow: hidden;
	line-height: 26px;
}

.screen_li span {
	margin-right: 20px;
	float: left;
	font-size: 14px;
	color: #333;
}

.screen_li a {
	float: left;
	color: #0066B3;
}

.screen_li ul {
	float: left;
}

.screen_li ul li {
	float: left;
	/*width: 70px;*/
	/*height: 26px;*/
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 16px;
	background: #DBEBF8;
	border-radius: 4px;
	color: #0066B3;
	position: relative;
}

.screen_li ul li em {
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: -3px;
	font-size: 15px;
	font-weight: bold;
}

.licai_screen>p {
	margin-top: 10px;
	margin-bottom: 40px;
}

.licai_screen .red {
	color: #ff9900;
	font-weight: bold;
}

/*产品列表*/
.pro_tit {
	overflow: hidden;
}

.pro_tit ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.pro_tit li {
	float: left;
	padding: 0 34px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	cursor: pointer;
	padding-bottom: 2px;
	border-bottom: 2px solid #eee;
}

.pro_tit li.active {
	color: #0066B3;
	border-bottom: 4px solid #0066B3;
	padding-bottom: 0;
}

.pro_tit>p {
	margin: 10px 0;
	position: relative;
	color: #0066b3;
	padding-left: 20px;
}

.pro_tit>p em {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 7px;
	background: url(../images/licai/icon_wenhao.png) no-repeat center center;
	background-size: cover;
}

.pro_list {
	width: auto;
	margin: auto;
	line-height: 2.0;
}

.pro_list .tips {
	text-align: center;
}

.pro_list .col a {
	position: relative;
}

.pro_list .col em {
	display: block;
	float: right;
	position: absolute;
	right: -17px;
	top: 2px;
	width: 11px;
	height: 15px;
	background: url(../images/licai/jinglin.png) no-repeat 0px -1px;
}

.pro_list .col em.up {
	background: url(../images/licai/jinglin.png) no-repeat -27px -1px;
}

.pro_list .col em.down {
	background: url(../images/licai/jinglin.png) no-repeat -40px -1px;
}

.pro_list table th {
	background: #e6e6e6;
	color: #333;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
}

.pro_list table tr {
	border-bottom: 1px solid #e6e6e6;
}

.pro_list table tr:hover {
	background: #e9f0f6;
}

.pro_list table td {
	vertical-align: middle;
	padding: 30px 0;
}

.td1 .name {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

.td1 .name:hover {
	color: #0066b3;
}

.td1 .fz12 {
	font-size: 12px;
	color: #1693F0;
}


.td1 .sold {
	overflow: hidden;
}

.td1 .sold span {
	font-size: 12px;
	float: left;
	width: 60px;
}

.td1 .sold>div {
	float: left;
	width: 220px;
	height: 6px;
	margin-top: 10px;
	margin-left: 10px;
	background: #E6E6E6;
	position: relative;
}

.td1 .sold>div em {
	width: 90%;
	height: 6px;
	background: #83C6FF;
	position: absolute;
	left: 0;
	top: 0;
}

.td1 .sold_0>div em {
	width: 0%;
}

.td1 .sold_100>div em {
	width: 100%;
}

.td2>div {
	text-align: center;
	margin-left: -3px;
}

.product_label {
	margin-bottom: 10px;
}

.product_label span {
	display: inline-block;
	font-size: 12px;
	padding: 0 5px;
	color: #1693F0;
	border: 1px solid #1693F0;
	border-radius: 4px;
	margin-left: 3px;
}

.td2 .fz12 {
	font-size: 12px;
	color: #999;
}

.td2 .fz16 {
	font-size: 16px;
	color: #0066B3;
	font-weight: bold;
	cursor: pointer;
}

.td2 .fz16_or {
	color: #F94817;
}

.td3 {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.td4 p {
	font-size: 14px;
	text-align: center;
}

.td4 {
	position: relative;
}

.td4 em {
	display: block;
	width: 24px;
	margin: 0 auto 10px;
	height: 30px;
}

.td4 em.top1 {
	background: url(../images/licai/icon_top1.png) no-repeat center center;
	background-size: cover;
}

.td4 em.top2 {
	background: url(../images/licai/icon_top2.png) no-repeat center center;
	background-size: cover;
}

.td4 em.top3 {
	background: url(../images/licai/icon_top3.png) no-repeat center center;
	background-size: cover;
}

.td2,
.td5 {
	text-align: center;
}

.td5 a {
	display: inline-block;
	background: #0066b3;
	color: #fff;
	padding: 0 10px;
	border-radius: 4px;
}

.td5 .pre {
	background: #ccc;
	cursor: inherit;
}

.td6 {
	font-size: 18px;
	color: #333;
	text-align: center;
}

.licai_page {
	text-align: center;
	margin-top: 30px;
}

.licai_page span {
	margin: 0 8px;
}

.licai_page span a {
	color: #333;
	padding: 4px 10px;
	margin: 0 4px;
}

.licai_page .cur {
	color: #fff;
	background: #0066b3;
	cursor: text;
}

.licai_page input {
	margin: 0 2px;
	width: 40px;
	height: 20px;
	border: 1px solid #0066b3;
	line-height: 20px;
	text-indent: 5px;
	*vertical-align: middle;
	text-align: center;
}

.licai_page .page_btn,
.licai_page a:hover {
	color: #fff;
	padding: 4px 10px;
	margin: 0 4px;
	background: #0066b3;
}

.licai_tips {
	text-align: center;
	margin: 60px 0;
	background: url(../images/licai/icon_bg.png) no-repeat center center;
}

.licai_tips em {
	display: inline-block;
	margin-right: 8px;
	width: 12px;
	height: 12px;
	background: url(../images/licai/icon_tips.png) no-repeat center center;
}

.licai_other {
	height: 100px;
	background: #eee;
	text-align: center;
	font-size: 14px;
	color: #545454;
	padding: 30px 0;
	box-sizing: border-box;
}

.i_zhuan,
.i_ding {
	display: inline-block;
	padding-left: 36px;
	margin: 0 20px;
	background: url(../images/licai/i_zhuan.png) no-repeat 0 center;
}

.i_ding {
	background: url(../images/licai/i_ding.png) no-repeat 0 center;
}

.details_title {
	overflow: hidden;
	margin-bottom: 30px;
}

.details_title h3 {
	float: left;
	color: #333;
}

.details_title h3 span {
	color: #666;
}

.details_title a {
	float: right;
}

.details_title a img {
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

.de_tit {
	overflow: hidden;
}

.de_l {
	width: 49%;
	float: left;
}

.de_l ul {
	background: #f1f7fc;
	padding: 40px 20px;
}

.de_l li {
	display: inline-block;
	text-align: center;
	width: 143px;
	padding: 0 5px;
	box-sizing: border-box;
}

.de_l li p {
	font-size: 24px;
	color: #F21212;
	font-weight: bold;
	line-height: 1.2;
	margin: 12px 0;
}

.de_l li p span {
	vertical-align: middle;
}

.de_l li p i {
	font-size: 18px;
	vertical-align: middle;
}

.de_l li .profit_type {
	position: relative;
	display: inline-block;
}

.de_l li .profit_type .wenhao {
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 103%;
}

.de_l li .profit_type .wenhao img {
	height: 100%;
}

.de_l li .profit_type .wenhao .tips {
	position: absolute;
	width: 220px;
	margin-left: -110px;
	background: #fff;
	font-size: 12px;
	z-index: 999;
	top: 140%;
	padding: 10px;
	border: 1px solid#ccc;
	display: none;
}

.de_l li .profit_type .wenhao:hover .tips {
	display: block;
}
/* 20240325 */
.de_l li .pft_Cmnt_List{
	position: absolute;
    background: #f1f7fc;
    width: 200px;
    z-index: 100;
    padding: 0 12px;
	border: 1px solid #ccc;
	max-height: 184px;
    overflow-y: auto;
}
.de_l li .pft_Cmnt_List .label_radio{
	text-align: left;
	z-index: 10;
    background-position: right -36px !important;
    height: 30px;
	line-height: 30px;
	padding: 0;
}
.de_l li .pft_Cmnt_List .r_on{
	background-position: right 6px !important;
}
 .pft_time{
	line-height: 15px;
	font-size: 12px;
	white-space: nowrap;
}
.productDetailTable .de_all_list,
.productDetailTable .de_all_list table{
	width: 100%;
}
.productDetailTable .licai_tips{
	margin: 20px 0;
	background: url(../images/licai/icon_bg.png) center center;
}
.productDetailTable .licai_page{
	font-size: 12px;
}
.productDetailTable .licai_page span {
	margin: 0;
}
.productDetailTable .licai_page span a{
	margin: 0;

}
/* 20240325 */
.de_l .sold .grey_line {
	width: 100%;
	height: 6px;
	background: #E6E6E6;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.de_l .sold .grey_line em {
	width: 75%;
	height: 6px;
	background: #83C6FF;
	position: absolute;
	left: 0;
	top: 0;
}

.de_l .sold span {
	color: #999;
}

.de_input {
	border-radius: 5px;
	overflow: hidden;
	margin-top: 30px;
}

.de_input input {
	width: 220px;
	height: 46px;
	line-height: 46px;
	outline: none;
	border: 1px solid #e2e2e2;
	padding-left: 10px;
}

.de_input>div {
	position: relative;
	display: inline-block;
}

.de_input>div span {
	position: absolute;
	right: 10px;
	top: 10px;
}

.de_input a {
	width: 120px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	background: #0066B3;
	color: #fff;
	text-align: center;
}

.de_r {
	float: right;
	width: 49%;
}

.de_ul ul {
	overflow: hidden;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}

.de_ul li {
	float: left;
	/* width: 88px; */
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.de_ul li.active {
	color: #0066B3;
	border-bottom: 4px solid #0066B3;
}

.de_ul li:hover {
	color: #0066B3;
}

.de_all_list li {
	float: left;
	width: 117px;
	text-align: center;
	background: rgba(219, 235, 248, 0.4);
	cursor: pointer;
}

.de_all_list li.active {
	background: rgba(219, 235, 248, 1);
	color: #333;
}

.de_all_list ul {
	overflow: hidden;
	margin: 20px 0 10px;
}

.de_table_head,
.de_table_row {
	overflow: hidden;
}

.de_table_row {
	border-bottom: 1px solid #ccc;
}

.de_table_row:last-child {
	border: none;
}

.chart_empty {
	background: url(/cn/finance/products/images/licai/empty.png) no-repeat center center;
	background-size: 100%;
	height: 100%;
}


.de_tips {
	padding-left: 20px;
	color: #999;
	background: url(../images/licai/icon_tips.png) no-repeat left 6px;
	margin-top: 40px;
}

.de_con h3 {
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	border-left: 7px solid #ccc;
	padding-left: 20px;
	margin-bottom: 30px;
	margin-top: 40px;
}

/*产品详情*/
.de_detail .ul_left {
	float: left;
	width: 65%;
}

.de_detail .ul_right {
	float: left;
	width: 35%;
}

.de_detail li {
	overflow: hidden;
	line-height: 40px;
}

.de_detail li span {
	display: inline-block;
	width: 140px;
	text-align: right;
}

.de_detail li p {
	display: inline-block;
	color: #333;
}

.de_detail li p a {
	color: #0066B3;
}

/*产品时间轴*/
.de_time>div {
	height: 70px;
	padding: 40px 80px 10px;
}

.de_line {
	width: 100%;
	height: 2px;
	position: relative;
}

.de_line_label {
	position: absolute;
	bottom: 10px;
	text-align: center;
	color: #333;
	width: 100%;
	margin: auto;
}

.de_line_label span {
	color: #0066B3;
}

.de_line_tips {
	text-align: center;
	color: #333;
	width: 600px;
	margin: auto;
}

.de_line_tips span {
	color: #0066B3;
}

.line_icon {
	height: 0px;
	border-bottom: 3px solid #0066B3;
	position: absolute;
	left: 0;
	top: 0;
}

.line_icon.dotted {
	border-bottom: 3px dotted #0066B3;
}

.line_icon div {
	width: 140px;
	text-align: center;
	position: absolute;
	right: -70px;
	top: 20px;
}

.line_icon div.on_top {
	bottom: 20px;
	top: auto;
}

.line_icon div span {
	color: #333;
}

.line_icon i {
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	right: -7px;
	top: -6px;
	background: url(../images/licai/icon_time2.png) no-repeat left center;
}

.line_icon.grey {
	border-bottom: 3px solid #ccc;
}

.line_icon.dotted.grey {
	border-bottom: 3px dotted #ccc;
}

.line_icon.grey i {
	background: url(../images/licai/icon_time1.png) no-repeat left center;
}

/*产品亮点*/
.de_point ul {
	overflow: hidden;
	margin: -15px 0 0 -15px;
}

.de_point li {
	width: 310px;
	float: left;
	height: 90px;
	margin: 15px 0 0 15px;
	padding: 20px 30px 20px 100px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: relative;
}

.de_point li img {
	width: 50px;
	position: absolute;
	left: 30px;
	top: 20px;
}

.de_point li p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

.de_point li span {
	line-height: 1.2;
}

.de_point>p {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
}

.de_point>p a {
	color: #0066B3;
	margin-left: 10px;
	padding-right: 16px;
	background: url(../images/licai/icon_moreRight.png) no-repeat right center;
}

.de_video {
	text-align: center;
	cursor: pointer;
}

/*交易规则*/
.de_rule_li {
	overflow: hidden;
	margin-bottom: 10px;
}

.de_rule_li span {
	float: left;
	width: 75px;
}

.de_rule_li p {
	width: 880px;
	float: left;
}

.rule_more {
	text-align: center;
	margin-top: 20px;
}

.rule_more a {
	display: inline-block;
	color: #0066B3;
	background: url(../images/licai/icon_moreDown.png) no-repeat right center;
	padding: 0 20px;

}

.rule_more .btn_moreUP {
	background: url(../images/licai/icon_moreUp.png) no-repeat right center;
}

/*常见问题*/
.de_problem li {
	margin-bottom: 10px;
}

.de_problem li h4 {
	padding-left: 24px;
	background: url(../images/licai/icon_moreRight.png) no-repeat left 8px;
	color: #333;
	cursor: pointer;
}

.de_problem li.active h4 {
	background: url(../images/licai/icon_moreDown.png) no-repeat left 11px;
}

.de_problem li p {
	color: #666;
	padding-left: 24px;
}

/*相关公告*/
.de_notice h3 a {
	float: right;
	font-size: 14px;
	color: #0066B3;
	font-weight: normal;
	padding-right: 16px;
	background: url(../images/licai/icon_moreRight.png) no-repeat right center;
}

.de_notice li span {
	float: right;
	color: #999;
}

.de_notice li p {
	color: #0066B3;
	float: left;
}

.de_notice li {
	overflow: hidden;
	height: 36px;
}

/*相关公告列表页*/
.notice_input {
	margin-bottom: 40px;
}

.notice_input .licai_input {
	margin: 0 auto;
}

.notice_con ol {
	overflow: hidden;
	border-bottom: 2px solid #eee;
}

.notice_con ol li {
	float: left;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.notice_con ol li.active {
	color: #0066B3;
	border-bottom: 4px solid #0066B3;
}

.notice_list li {
	position: relative;
	padding: 20px 0;
	padding-left: 20px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.notice_list li i {
	position: absolute;
	left: 0;
	top: 32px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
}

.notice_list li span {
	float: right;
	color: #999;
}

.disable {
	background: #ccc !important;
}

.switch_label {
	position: absolute;
	top: 138px;
	margin: -4px 0 0 1px;
	width: 270px;
	background: #fff url(/cn/finance/products/images/licai/right_arrow.png) no-repeat 95% center;
	color: #0066b3;
	font-size: 20px;
	font-weight: bold;
	padding: 16px 16px;
	box-sizing: border-box;
	line-height: 1;
	z-index: -1;
	text-align: left;
	cursor: pointer;
	border: 1px solid #f3f3f3;
	border-radius: 0 0 5px 5px;
}

.section {
	margin-top: 34px;
}

/*业绩比较基准描述*/
.desc_container {
	background-color: #eee;
	color: #999;
	position: relative;
}

.desc_left {
	overflow: hidden;
	padding: 10px 20px;
	margin-right: 20px;
}

.desc_left .desc_tips {
	color: red
}

.desc_right {
	background: url(/cn/finance/products/images/icon_up.png) no-repeat center center;
	width: 10px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.desc_right.fold {
	background-image: url(/cn/finance/products/images/icon_down.png);
}

.standard{
	color:#333!important;
	font-size: 14px!important;
	font-weight: 100!important;
}