﻿html {
	width: 100%;
	height: 100%;
}
body {
  font-family: "PingFangSC-Regular", "微软雅黑", Helvetica, Arial, sans-serif;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #f0f1f4;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
@font-face{
	font-family: "PingFang", "微软雅黑", Helvetica, Arial, sans-serif;
	src: url('./PingFang.ttc'); 
	font-weight:normal;
}

/* ie8兼容处理 */
.navbar-nav {
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-container .nav.navbar-nav > li {
  margin-right:130px;
}
.footer-container .nav.navbar-nav>li:first-child{
	margin-left:0;
}
.footer-container .nav.navbar-nav>li.last_child{
	margin-right:0;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.next-page{
	width: 90px !important;
    margin-left: 20px !important;
    padding-right: 5px !important;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}


/* ie8兼容完结 */

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
input {
	outline: none;
	box-shadow: none;
}
.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
}
.hover-link:hover {
	color: #512D16 !important;
}
.hover-text:hover {
	color: #ef5525 !important;
}
/* 公共样式 */
.ptop {
	padding: 6px 10px;
}
.ptop:hover {
	/*background-color: #555;*/
	color: #f39c0f;
}
.pl0 {
	padding-left: 0px !important;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.pointer {
	cursor: pointer;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.inline-block {
	display: inline-block;
}
.word-ellipsis {
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.relative {
	position: relative;
	src:url("../styles/PingFang.ttc");
	font-weight:normal;
}
/* 小三角箭头样式 */
.arrow {
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: #B88858 transparent transparent;
  border-style: solid;
  border-bottom-width: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}

.icon-config {
	background-image: url("../images/icon_shezhi.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	margin-top: 26px;
	margin-left: 10px;
}
.icon-config:hover {
	background-image: url("../images/icon_shezhi_mouseover.png");
}
.icon-pencil {
	background-image: url("../images/icn_bi.png");
	background-repeat: no-repeat;
	background-position-y: 2px;
	width: 12px;
	height: 12px;
	display: inline-block;
	cursor: pointer;
}
.icon-dropdown {
	background-image: url("../images/icn_shouqi.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.icon-dropdown:hover {
	background-image: url("../images/icn_xiala_hover.png");
}
.icon-dropdown.down {
	background-image: url("../images/icn_xiala.png");
	background-position: 1px 6px;
}
.icon-convert {
	background-image: url("../images/icn_zhuanhuan.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
}
.icon-redemption {
	background-image: url("../images/icn_shuhui.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
}
.icon-additional {
	background-image: url("../images/icon_zhuijia.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
}
.bank-logo-icbc {
	background-image: url("../images/icon_gongshang.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	margin-top: 7px;
}
.bank-logo-ccb {
	background-image: url("../images/icon_jianhang.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	margin-top: 7px;
}
.icon-trade {
	background-image: url("../images/icn_dangrijiaoyimingxi.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 7px;
}
.icon-warning {
	background-image: url("../images/icn_shibai.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-top: 5px;
	margin-left:8px;
}
.icon-chicangmingxi {
	background-image: url("../images/tab_chicangmingxi_seleted.png");
	background-repeat: no-repeat;
	background-position: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.icon-wodedingtou {
	background-image: url("../images/tab_dingtou_unselected.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.icon-jiaoyimingxi {
	background-image: url("../images/tab_jiaoyimingxi_unselected.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.icon-lishiyingkui {
	background-image: url("../images/tab_lishitubiao_unseleted.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.icon-zihuakuan {
	background-image: url("../images/tab_huankuan_unselected.png");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.icon-gengduo {
	background-image: url("../images/gengduo.png");
	background-repeat: no-repeat;
	width: 5px;
	height: 8px;
	display: inline-block;
}

.manager-icon-user {
	background-image: url("../images/icn_wodeziliao_unselected.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
}
.manager-icon-umbrella {
	background-image: url("../images/icon_fenxianpingu_unselected.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
}
.manager-icon-card {
	background-image: url("../images/icon_yinghankaguanli_unselected.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
}
.manager-icon-phone {
	background-image: url("../images/icon_dianhuajiaoyiun_selected.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
}
.manager-icon-economic {
	background-image: url("../images/shoujiapp.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
}
.manager-icon-subscription {
	background-image: url("../images/icn_dianzidingyuetubiao_unselected.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
}
.icon-search {
	background-image: url("../images/icon_search.png");
	background-repeat: no-repeat;
	margin: 0 4px;
	width: 20px;
	height: 20px;
	display: block;
}


/* 基金交易页面图标 */
.trade-icon {
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.trade-icon.icon-trade-buy {
	background-image: url("../images/tab_goumai_unselected.png");
}
.trade-icon.icon-trade-convert {
	background-image: url("../images/tab_quxian_unselected.png");
}
.trade-icon.icon-trade-dingtou {
	background-image: url("../images/tab_dingtou_unselected.png");
}
.trade-icon.icon-trade-cancel {
	background-image: url("../images/tab_chedan_unselected.png");
}
.trade-icon.icon-trade-edit {
	background-image: url("../images/tab_xiugaifenhong_unselected.png");
}
.trade-icon.icon-trade-trust {
	background-image: url("../images/tab_tuoguan_unselected.png");
}
.icon-market {
	width: 20px;
	height: 20px;
	display: block;
	margin-top: 2px;
	background: url("../images/icon_shengou.png") no-repeat;
}
.icon-fund-dingtou {
	width: 20px;
	height: 20px;
	display: block;
	background: url("../images/icon_dingtoutubiao.png") no-repeat;
  background-position: 2px 3px;
  margin-top: 1px;
}

/* 我的账户——定投 */
.icon-right-arrow-white {
	width: 12px;
	height: 12px;
	background: url("../images/gengduo_bai.png") no-repeat;
  background-position: 3px 2px;
  margin-top: 6px;
  margin-left: 5px;
	display: block;
}
.icon-dingtou-search {
	background-image: url(../images/icn_dingtouchaxun.png);
  background-repeat: no-repeat;
  background-position: 2px 1px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.icon-common-down {
  width: 11px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  background:url(../images/common_down.png) no-repeat left center;
}
.icon-calendar {
	background-image: url(../images/icon_rili.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  margin-top: 8px;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.icon-pie {
	background-image: url(../images/icn_wodedingqidinge.png);
  background-repeat: no-repeat;
  background-position: 0;
  margin-top: 3px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.icon-plus-circle {
	background-image: url(../images/icn_tianjian.png);
  background-repeat: no-repeat;
  background-position: 1px 2px;
  margin-top: 2px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
.icon-search-result {
	background-image: url(../images/icn_dingtouchaxunjieguo.png);
  background-repeat: no-repeat;
  background-position: 0;
  margin-top: 3px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.icon-previous-page {
	background-image: url(../images/icn_shangyiye.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.icon-next-page {
	background-image: url(../images/icn_xiayiye.png);
  background-repeat: no-repeat;
  background-position: 8px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

/* 高端理财 */
.icon-crown {
	background-image: url(../images/icn_gaoduanlicai.png);
  background-repeat: no-repeat;
  background-position: 0;
  margin-top: 5px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.icon-cup {
	background-image: url("../images/tab_gaoduanlicai_selected.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
}
.icon-special-product {
	background-image: url("../images/icn_zhuanhuchanping_unselected.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
}
.icon-vip {
	background-image: url("../images/icn_vip_unselected.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
}


/* 现金宝充值页面图标 */
.recharge-icon {
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.recharge-icon.icon-pig {
	background-image: url("../images/tab_chongzhi_unselected.png");
}
.recharge-icon.icon-credit-card {
	background-image: url("../images/tab_xingyongkahuankuan_unselected.png");
	background-position: 1px 3px;
}
.bottompadding{ padding-bottom:40px;}

/* 首页 */
/* 顶部样式 */
.header {
	background-color: #636363;
}
.header-container {
	width: 1100px;
	margin: auto;
	color: #fff;
	font-size: 12px;
	height: 30px;
	/*padding: 6px 0;*/
}
.header-container .qr-code .qr-code-img {
	position: absolute;
	left: -4px;
	top: 27px;
	display: none;
}
.header-container .qr-code:hover .qr-code-img {
	display: block;
}
.header-container a {
	color: #fff;
	text-decoration: none;
}
.header-container .user>img:first-child {
	margin-top: -2px;
}
.header-container .dropdown-menu {
	min-width: 121px;
	text-align: center;
	border-radius: 0;
}
.header-container .dropdown-menu>li {
	height: 36px;
}
.header-container .dropdown-menu>li>a {
	padding: 9px 20px;
	font-size: 12px;
	color: #484848;
	height: 100%;
}
.header-container .dropdown-menu>li:hover a {
	color: #F39C0F;
}
.header-container .dropdown-menu>li>a:hover {
	background-color: transparent;
}
.split {
	margin: 0 10px;
}
.logout {
  border: 1px solid #797979;
  padding: 1px 10px;
  border-radius: 12px;
  margin: 4px 0;
  background-color: #797979;
  cursor: pointer;
}
.logout:hover {
	background-color: #555;
}
.header-title {
	background-color: #fff;
	height: 150px;
}
.header-title>div {
	width: 1100px;
	margin: auto;
}
.header-title .logo {
	padding: 30px 0;
}
.header-title .company-name-top {
	color: #858585;
	font-size: 14px;
	display: inline-block;
	margin-top: 17px;
	margin-left:18px;
}
.header-title .nav.navbar-nav {
	margin-top: 40px;
}
.header-title .nav>li {
	border-right: 1px solid #f5f5f5;
	height: 30px;
	padding: 0 30px;
}
.header-title .nav>li:last-child {
	border-right: none;
}
.header-title .nav>li a {
  padding: 5px 0;
  font-size: 16px;
  color: #484848;
  cursor: pointer;
}
.header-title .nav>li a:hover,
.header-title .nav>li a:focus,
.header-title .nav>li a.active {
	background-color: transparent;
	color: #A16112;
	border-bottom: 4px solid #F39C0F;
}

.content {

}
.content .content-header {
  width: 1100px;
  margin: auto;
  background: url(../images/RectangleCopy10.png) no-repeat;
  margin-top: -50px;
  padding-left: 30px;
  padding-right: 15px;
  height: 80px;
}
.content-header .user-info {
	margin-top: 26px;
	color: #fff;
	font-size: 18px;
}
.content-header .user-info>img {
	margin-top: -4px;
	margin-right: 20px;
}
.content-header .user-info .welcome {
	opacity: 0.8;
}
.content-header .login-info {
  font-size: 12px;
  color: #fff;
  margin-top: 34px;
  margin-left: 30px;
}
.content-header .manager-icon-title {
	background-color: #512D16;
	color: #fff;
	font-size: 14px;
	padding: 6px;
	position: absolute;
	display: none;
}
.content-header .manager-icon-title.user-title {
	top: -24px;
}
.content-header .manager-icon-title.umbrella-title {
	top: -24px;
}
.content-header .manager-icon-title.card-title {
	top: -24px;
  width: 82px;
  right: -4px;
}
.content-header .manager-icon-title.phone-title {
	top: -24px;
}
.content-header .manager-icon-title.economic-title {
	top: -24px;
	right: 3px;
}
.content-header .nav.navbar-nav>li {
	position: relative;
}
.content-header .nav.navbar-nav>li:hover .manager-icon-title {
	display: block;
}
.content-header .nav.navbar-nav>li a:hover,
.content-header .nav.navbar-nav>li a:focus {
	background-color: transparent;
}
.content-header .nav.navbar-nav>li a:hover .icon-name,
.content-header .nav.navbar-nav>li a.active .icon-name {
	color:#fff;
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-user {
	background-image: url(../images/icn_wodeziliao_selected.png);
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-umbrella {
	background-image: url(../images/icon_fenxianpingu_selected.png);
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-card {
	background-image: url(../images/icon_yinghankaguanli_selected.png);
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-phone {
	background-image: url(../images/icon_dianhuajiaoyi_selected.png);
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-economic {
	
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-subscription {
	
}
.content .content-header-body {
	width: 1100px;
	margin: auto;
	background-color: #fff;
	padding-top: 30px;
	background-image: url("../images/allmoney_xianjinbaoBG.png");
}
.content-header-body .left-part {
	padding-left: 30px;
	border-right: 1px solid #E4D3C2;
	/*border-right:1px solid #ffd1a4;*/
	width: 650px;
}
.content-header-body .part-title {
	font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 24px;
	color: #512D16;
	margin-bottom: 20px;
}
.content-header-body .part-title .single-date {
	font-family: "PingFangSC-Light,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 14px;
	margin-left: 15px;
}
.content-header-body .plan {
	font-family: "PingFangSC-Light,"微软雅黑", Helvetica, Arial, sans-serif";
	padding-bottom:23px;
}
.content-header-body .plan.single-plan {
	padding-bottom: 48px;
}
.content-header-body .plan>div {
	margin-left: 15px;
}
.content-header-body .plan-intro {
	font-size: 14px;
	color: #333;
}
.content-header-body .plan-value {
	width: 300px;
}
.content-header-body .plan-money {
	font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
	color: #EF5525;
	font-size: 32px;
}
.content-header-body .single-plan .plan-money {
	font-size: 54px;
	line-height: 54px;
}
.content-header-body .yesterday-earn {
	font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 14px;
	color: #EF5525;
	margin-right: 4px;
}
.content-header-body .money-unit {
  margin-left: 10px;
  margin-right: 35px;
}
.content-header-body .right-part {
	font-family: "PingFangSC-Light,"微软雅黑", Helvetica, Arial, sans-serif";
	padding: 0 30px;
	width: 450px;
}
.content-header-body .right-part .part-title-earn {
	font-size: 14px;
	color: #333;
	margin-top: 4px;
}
.content-header-body .right-part .earn-rate {
	font-size: 20px;
	color: #EF5525;
}
.content-header-body .account-info .balance-label {
	font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 14px;
	color: #333;
}
.content-header-body .account-info .balance {
	font-size: 32px;
	color: #EF5525;
	margin-right: 10px;
}
.content-header-body .right-part .charge-btn {
  font-size: 18px;
  line-height: 18px;
  border: none;
  padding: 11px 32px;
  background-color: #EF5525;
  color: #fff;
  font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
  display: block;
  outline: none;
  box-shadow: none;
  margin-top: 20px;
  margin-bottom: 36px;
}
.content-header-body .right-part .charge-btn:hover {
	background-color: #de4212;
}
.content-header-body .right-part .withdraw-btn {
  font-size: 18px;
  line-height: 18px;
  border: none;
  padding: 11px 32px;
  background-color: #B88858;
  color: #fff;
  font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
  display: block;
  outline: none;
  box-shadow: none;
}
.content-header-body .right-part .withdraw-btn:hover {
	background-color: #a16324;
}
.content-header-body .bottom-part {
	width: 100%;
	padding: 20px 30px;
	border-top: 1px solid #E4D3C2;
	/*border-top:1px solid #ffd1a4;*/
}
.content-header-body .bottom-part.single-plan-bottom {
	padding: 20px 30px;
	border-right: 1px solid #E4D3C2;
	/*border-right:1px solid #ffd1a4;*/
}
.content-header-body .bottom-part>a {
	color: #92693C;
	text-decoration: none;
	margin-right: 25px;
}

.home .part-one {
	width: 1100px;
	background: transparent;
	margin: 20px auto;
}
.home .part-one .award {
	width: 635px;
	height: 250px;
	margin-right: 20px;
	background: url(../images/banner.png) no-repeat;
}
.home .part-one .notice {
	width: 445px;
	height: 250px;
	padding: 30px;
	background-color: #fafafa;
/*  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);*/
}
.home .notice .notice-header {
	border-bottom: 1px solid #e2e2e2;
}
.home .notice-header>div {
  color: #512D16;
  font-size: 18px;
  border-bottom: 3px solid #512D16;
}
.home .notice-header .notice-more {
  font-size: 14px;
  color: #92693C;
  text-decoration: none;
}
.home .part-one .notice-list {
  padding-left: 20px;
  padding-right: 5px;
  margin-bottom: 0;
}
.home .part-one .notice-list>li {
	margin-top: 12px;
	list-style-type: disc;
}
.home .part-one .notice-list>li>a {
	color: #333;
}
.home .part-one .notice-list>li>a:hover {
	color: #F39C0F;
}
.home .part-one .notice-list>li .word-ellipsis {
	vertical-align: middle;
}
.home .part-one .notice-list>li .notice-time {
	width: 105px;
	display: inline-block;
	text-align: right;
}

.home .part-two {
	width: 1100px;
	margin: auto;
}
.home .part-two .part-two-header {
	background-color: #fff;
	padding: 25px 30px;
}
.home .part-two .part-two-header .hot-economic {
	font-size: 24px;
	color: #512D16;
}
.home .part-two .part-two-header .economic-more {
	margin-top: 14px;
	color: #9e784f;
	text-decoration: none;
}
.home .part-two .part-two-content {
	background-color: #F9F9F9;
	padding: 30px 30px 30px 0;
}
.home .part-two .part-two-content>div {
	background-color: #fff;
	width: 326px;
	height: 310px;
	margin-left: 30px;
	padding: 30px;
}
.home .part-two-content .first-row {
	margin-bottom: 30px;
}
.home .part-two-content .second-row {
	margin-bottom: 20px;
}
.home .part-two-content .third-row {
	margin-bottom: 35px;
}
.home .part-two-content .first-row .block-title {
	color: #512D16;
	font-size: 20px;
}
.home .part-two-content .first-row .block-code {
	color: #333;
	opacity: 0.8;
	font-size: 16px;
}
.home .part-two-content .total-value-label {
	color: #333;
	opacity: 0.6;
	font-size: 14px;
}
.home .part-two-content .total-value {
	color: #EF5525;
	font-size: 28px;
}
.home .part-two-content .third-row .total-value-label {
	color: #333;
	opacity: 0.8;
	font-size: 14px;
}
.home .part-two-content .high-risk {
	border: 1px solid #EF5525;
	border-radius: 20px;
	padding: 4px 17px;
	color: #EF5525;
	height: 30px;
	margin-top: 6px;
}
.home .part-two-content .middle-risk {
	border: 1px solid #F39C0F;
	border-radius: 20px;
	padding: 4px 17px;
	color: #F39C0F;
	height: 30px;
	margin-top: 6px;
}
.home .part-two-content .low-risk {
	border: 1px solid #B88858;
	border-radius: 20px;
	padding: 4px 17px;
	color: #B88858;
	height: 30px;
	margin-top: 6px;
}
.home .part-two-content .buy-btn {
	font-size: 14px;
  line-height: 14px;
  border: none;
  padding: 11px 29px;
  background-color: #EF5525;
  color: #fff;
  font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
  display: block;
  outline: none;
  box-shadow: none;
}
.home .part-two-content .buy-btn:hover {
	background-color: #de4212;
}
.home .part-two-content .investment-btn {
	font-size: 14px;
  line-height: 14px;
  border: none;
  padding: 11px 32px;
  background-color: #B88858;
  color: #fff;
  font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
  display: block;
  outline: none;
  box-shadow: none;
}
.home .part-two-content .investment-btn:hover {
	background-color: #a16324;
}

.footer {
	margin-top: 20px;
	background-color: #fff;
}
.footer .footer-container {
	border-top: 1px solid #dfdfdf;
}
.footer .footer-container .container-top {
	width: 1100px;
	margin: auto;
	padding: 30px 0;
	position: relative;
}
.footer .footer-container .container-bottom {
	width: 1100px;
	margin: auto;
	padding: 25px 0;
}
.footer-container .list-nav>li:first-child {
	margin-bottom: 20px;
}
.footer-container .list-nav>li {
	margin-top: 10px;
}
.footer .list-title {
  font-size: 20px;
  color: #92673A;
}
.footer .footer-link {
  padding: 0;
  font-size: 14px;
  color: #484848;
  font-family: "PingFangSC-Light,"微软雅黑", Helvetica, Arial, sans-serif";
}
.footer .footer-link:hover,
.footer .footer-link:focus {
	background-color: transparent;
}
.footer-container .nav.navbar-nav>li:not(:last-child) {
	margin-right: 130px;
}
.footer .container-bottom {
	font-size: 12px;
	color: #919191;
  font-family: "PingFangSC-Light,"微软雅黑", Helvetica, Arial, sans-serif";
}
.footer .container-bottom span {
	display: inline-block;
	margin-right: 30px;
}
.footer .back-top {
  width: 80px;
  height: 80px;
  padding: 24px 13px;
  position: absolute;
  top: 30%;
  right: 0;
}

/* 我的账户 */
.icon-name {
	line-height: 45px;
  margin-left: 10px;
  color: #cbb39b;
}
.account-content-header-body {
  width: 1100px;
  margin: auto;
  background-color: #fdfdfd;
  border-bottom: 1px solid #E8E8E8;
}
.account-content-header-body .nav>li {

}
.account-content-header-body .nav>li>a {
	padding: 30px 0;
	margin: 0 30px;
	font-family: "PingFangSC-Medium,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 18px;
	color: #8E8470;
}
.account-content-header-body .nav>li>a.active,
.account-content-header-body .nav>li>a:hover {
	color: #512D16;
	border-bottom: 1px solid #512d16;
}
.account-content-header-body .nav>li>a.active .icon-icon-chicangmingxi,
.account-content-header-body .nav>li>a:hover .icon-chicangmingxi {
	background-image: url("../images/tab_chicangmingxi_seleted.png");
}
.account-content-header-body .nav>li>a.active .icon-wodedingtou,
.account-content-header-body .nav>li>a:hover .icon-wodedingtou {
	background-image: url("../images/tab_dingtou_selected.png");
}
.account-content-header-body .nav>li>a.active .icon-jiaoyimingxi,
.account-content-header-body .nav>li>a:hover .icon-jiaoyimingxi {
	background-image: url("../images/tab_jiaoyimingxi_selected.png");
}
.account-content-header-body .nav>li>a.active .icon-lishiyingkui,
.account-content-header-body .nav>li>a:hover .icon-lishiyingkui {
	background-image: url("../images/tab_lishitubiao_seleted.png");
}
.account-content-header-body .nav>li>a.active .icon-zihuakuan,
.account-content-header-body .nav>li>a:hover .icon-zihuakuan {
	background-image: url("../images/tab_huankuan_selected.png");
}
.account-content-header-body .nav .tab-name {
	margin-left: 10px;
}
.account-content-header-body .split-line {
	margin-top: 30px;
	height: 20px;
	border-right: 1px solid #C7C7C7;
}
.my-account .part-one {
	width: 1100px;
	margin: auto;
	background-color: #fff;
	padding: 0 20px;
	border-bottom: 1px solid;
	border-color: #E8E8E8;
	/*border-color: #dedede;*/
}
.my-account .part-one .collapse-title {
	padding: 27px 0;
	margin: 0 10px;
	font-family: "PingFangSC-Light,"微软雅黑", Helvetica, Arial, sans-serif";
}
.my-account .part-one .collapse-title>div>img {
	margin-top: 6px;
	margin-right: 5px;
}
.my-account .part-one .total-title {
	font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 18px;
	line-height: 56px;
	color: #512D16;
	margin-right: 20px;
}
.my-account .part-one .big-money {
	font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 40px;
	color: #EF5525;
}
.my-account .part-one .big-money-unit {
	color: #484848;
	margin-left: 5px;
	margin-right: 35px;
}
.my-account .part-one .earn-part {
	margin-top: 28px;
}
.my-account .part-one .yesterday-earn {
	margin-right: 30px;
}
.my-account .part-one .small-money {
	font-family: "PingFangSC-Regular,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 14px;
	color: #EF5525;
	margin-right: 5px;
}
.my-account .part-one .row {
	margin-left: 0;
	margin-right: 0;
}
.my-account .part-one .row>div {
	padding: 0;
}
.my-account .part-one .collapse-header {
	padding: 28px 10px 28px 0;
	margin-left: 10px;
	border-top: 1px solid;
	border-color:#E8E8E8;
}
.my-account .part-one .header-label {
	color: #919191;
}
.my-account .part-one .economic-type {
	font-size: 18px;
	color: #512D16;
	margin-left: 10px;
	cursor: pointer;
}
.my-account .part-one .economic-type:hover {
	color: #ef5525;
}
.my-account .part-one .handle-money {
	font-family: "PingFangSC-Medium,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 18px;
	color: #512D16;
}
.my-account .part-one .operate-label {
	font-size: 18px;
	color: #EF5525;
}
.my-account .part-one .operate-label.detail-label {
	color: #512D16;
}
.my-account .part-one .collapse-body {
	
}
.my-account .part-one .collapse {
  /*height: 0;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
  position: relative;
  overflow: hidden;*/
}
.my-account .part-one .collapse .collapse-row {
	background-color: #fafafa;
	padding: 30px 10px 30px 40px;
	margin-bottom: 10px;
}
.my-account .part-one .collapse .col-1 {
	width: 190px;
	margin-right: 10px;
}
.my-account .part-one .collapse .col-2 {
	width: 90px;
	margin-right: 10px;
}
.my-account .part-one .collapse .col-3 {
	width: 120px;
	margin-right: 10px;
}
.my-account .part-one .collapse .col-4 {
	width: 120px;
	margin-right: 10px;
}
.my-account .part-one .collapse .col-5 {
	width: 110px;
	margin-right: 10px;
}
.my-account .part-one .collapse .col-6 {
	width: 110px;
	margin-right: 10px;
}
.my-account .part-one .collapse .col-7 {
	width: 220px;
	padding: 6px 0;
}
.my-account .part-one .bank-info {
	margin-left: 10px;
}
.my-account .part-one .problem-icon {
	width: 16px;
	height: 16px;
	background-color: #d8d8d8;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}
.my-account .part-one .first-row {
	color: #512D16;
	line-height: 22px;
}
.my-account .part-one .second-row {
	color: #919191;
	line-height: 22px;
	font-size:12px;
}
.my-account .part-one .convert-btn {
	background-color: #512D16;
	color: #fff;
	padding: 6px 15px;
	outline: none;
	box-shadow: none;
	border: none;
}
.my-account .part-one .convert-btn:hover {
	background-color: #3e1d08;
}
.my-account .part-one .redemption-btn {
	background-color: #B88858;
	color: #fff;
	padding: 6px 15px;
	outline: none;
	box-shadow: none;
	border: none;
}
.my-account .part-one .redemption-btn:hover {
	background-color: #a16324;
}
.my-account .part-one .additional-btn {
	background-color: #EF5525;
	color: #fff;
	padding: 6px 15px;
	outline: none;
	box-shadow: none;
	border: none;
}
.my-account .part-one .additional-btn:hover {
	background-color: #de4212;
}
.my-account .trade-detail {
	width: 1100px;
	margin: auto;
	background-color: #fff;
}
.my-account .trade-detail .trade-header {
	padding: 25px 30px;
	font-size: 24px;
	color: #512D16;
	margin-top: 20px;
}
.my-account .trade-detail .table>thead {
  background-color: #fafafa;
  font-size: 18px;
  color: #512d16;
}
.my-account .trade-detail .table>thead>tr>th {
  border: none;
  font-weight: normal;
  height:80px;
  line-height:80px;
  padding:0px;
}
.my-account .trade-detail .table>thead>tr>th:first-child {
  padding-left: 30px;
}
.my-account .trade-detail .table>tbody>tr>td {
  border: none;
  padding: 15px 0;
  font-size: 16px;
  color: #484848;
}
.my-account .trade-detail .table>tbody>tr>td:first-child {
  padding-left: 30px;
}
.my-account .trade-detail .pay-failed {
	color: #EF5525;
	margin-top:4px;
}
.my-account .trade-detail tbody>tr>td:last-child a {
	color: #484848;
}

/* 基金交易 */
.fund-trade .header-title {
	height: 110px;
}
.fund-trade .new-fund {
	width: 1100px;
	margin: auto;
	margin-top: 20px;
	padding: 0 10px 10px 10px;
	background-color: #fff;
}
.fund-trade .new-fund-header {
	padding: 25px 20px;
	font-size: 24px;
	color: #512D16;
}
.fund-trade .new-fund-header>span {
	margin-left: 5px;
}
.fund-trade .new-fund-header>img {
	margin-top: -3px;
}

.fund-trade .new-fund .table {
	margin-bottom: 0;
}
.fund-trade .new-fund .table>tbody>tr {
	background-color: #fafafa;
	margin: 0;
	height: 80px;
}
.fund-trade .new-fund .table>tbody>tr>td {
	vertical-align: middle;
	border: none;
}
.fund-trade .new-fund .fund-code {
	position: relative;
	padding-left: 20px;
  font-size: 16px;
  color: #484848;
  opacity: 0.8;
}
.fund-trade .new-fund .fund-name {
	font-family: "PingFangSC-Medium,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 18px;
	color: #512D16;
}
.fund-trade .new-fund .fund-risk {
	border: 1px solid #B88858;
	border-radius: 22px;
	opacity: 0.5;
	padding: 4px 12px;
	width: 110px;
}
.fund-trade .new-fund .fund-risk.low-risk {
	color: #B88858;
	border-color: rgba(184, 136, 88, 0.5);
}
.fund-trade .new-fund .fund-risk.middle-risk {
	color: #F39C0F;
	border-color: rgba(243, 156, 15, 0.5);
}
.fund-trade .new-fund .fund-type-label {
	font-size: 16px;
	color: #6D6D6D;
}
.fund-trade .new-fund .fund-type {
	font-size: 16px;
	color: #512D16;
}
.fund-trade .new-fund .table tr img {
	position: absolute;
	top: 0;
	left: 0;
}
.fund-trade .new-fund .table .margin-tr {
	height: 10px;
	background-color: transparent;
}
.fund-trade .new-fund .learn-more-btn {
	border: 1px solid #B88858;
	color: #B88858;
	background-color: #fff;
	height: 40px;
	padding: 10px 15px;
  margin-right: 20px;
}
.fund-trade .new-fund .learn-more-btn:hover {
	border-color: #a16324;
	color: #a16324;
}
.fund-trade .new-fund .buy-now-btn {
	border: 1px solid #EF5525;
	color: #fff;
	background-color: #EF5525;
	height: 40px;
	padding: 10px 15px;
}
.fund-trade .new-fund .buy-now-btn:hover {
	background-color: #de4212;
}

.fund-list {
	width: 1100px;
	margin: auto;
	margin-top: 20px;
	background-color: #fff;
}
.fund-list .first-nav>li>a {
	padding: 30px 0;
	margin: 0 30px;
	font-family: "PingFangSC-Medium,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 18px;
	color: #8E8470;
}
.fund-list .first-nav>li>a.active,
.fund-list .first-nav>li>a:hover {
	color: #512D16;
	border-bottom: 2px solid #512d16;
}
.fund-list .first-nav>li>a.active .icon-trade-buy,
.fund-list .first-nav>li>a:hover .icon-trade-buy {
	background-image: url("../images/tab_goumai_selected.png");
}
.fund-list .first-nav>li>a.active .icon-trade-convert,
.fund-list .first-nav>li>a:hover .icon-trade-convert {
	background-image: url("../images/tab_quxian_selected.png");
}
.fund-list .first-nav>li>a.active .icon-trade-dingtou,
.fund-list .first-nav>li>a:hover .icon-trade-dingtou {
	background-image: url("../images/tab_dingtou_selected.png");
}
.fund-list .first-nav>li>a.active .icon-trade-cancel,
.fund-list .first-nav>li>a:hover .icon-trade-cancel {
	background-image: url("../images/tab_chedan_selected.png");
}
.fund-list .first-nav>li>a.active .icon-trade-edit,
.fund-list .first-nav>li>a:hover .icon-trade-edit {
	background-image: url("../images/tab_xiugaifenhong_selected.png");
}
.fund-list .first-nav>li>a.active .icon-trade-trust,
.fund-list .first-nav>li>a:hover .icon-trade-trust {
	background-image: url("../images/tab_tuoguan_selected.png");
}

.fund-list .first-nav {
	width: 100%;
	border-bottom: 1px solid;
  border-color:#E8E8E8;
}
.fund-list .first-nav .tab-name {
	margin-left: 10px;
}
.fund-list .split-line {
	margin-top: 30px;
	height: 20px;
	border-right: 1px solid #C7C7C7;
}
.fund-list .second-nav {
  padding: 20px 20px 20px 10px;
  width: 100%;
}
.fund-list .second-nav>li {
	padding: 0 5px;
}
.fund-list .second-nav>li>a {
	padding: 10px 15px;
}
.fund-list .second-nav>li>a.active,
.fund-list .second-nav>li>a:hover {
	background-color: #B88858;
}
.fund-list .second-nav>li>a .arrow {
	display: none;
}
.fund-list .second-nav>li>a.active .arrow,
.fund-list .second-nav>li>a:hover .arrow {
	display: block;
}
.fund-list .second-nav .tab-name {
	font-size: 18px;
	color: #8E8470;
}
.fund-list .second-nav>li>a.active .tab-name,
.fund-list .second-nav>li>a:hover .tab-name {
	color: #fff;
}
.search-form {
	border: 1px solid #dfdfdf;
	padding: 6px 3px;
}
.search-form .search-input {
	border: none;
	color: #8E8470;
	width: 135px;
}
.fund-list .table {
	margin-bottom: 0;
}
.fund-list .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}
.fund-list .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fafafa;
}
.fund-list .fund-list-table thead {
	background-color: #fafafa;
}
.fund-list .fund-list-table thead th {
	font-size: 16px;
	color: #512D16;
	border-bottom: none;
	height:80px;
	line-height:80px;
	vertical-align: middle;
	padding:0px;
	
}
.fund-list .fund-list-table tbody td {
	font-size: 16px;
	padding:0px;
	color: #484848;
	border-top: none;
	height: 60px;
	vertical-align: middle;
}
.fund-list .fund-list-table tbody .fund-name {
	cursor: pointer;
}
.fund-list .fund-list-table tbody .fund-name:hover {
	color: #ef5525;
}
.fund-list .fund-list-table .month-rate {
	color: #EF5525;
}
.shengou {
	vertical-align: middle;
	border: none;
	background: transparent;
	color: #EF5525;
	margin-right: 20px;
	padding: 0;
}
.fund-list .fund-list-table .dingtou {
	vertical-align: middle;
	border: none;
	background: transparent;
	color: #92693C;
	padding: 0;
}
.fund-trade .warm-tip {
	width: 1100px;
	margin: 20px auto;
	font-size:12px;
	line-height:20px;
}
.fund-trade .warm-tip .tip-title {
	margin-bottom: 10px;
  color: #CD975F;
}
.fund-trade .warm-tip ul {
	padding-left: 20px;
}
.fund-trade .warm-tip ul>li {
	color: #484848;
	opacity: 0.8;
	list-style-type: disc;
	margin-top:5px;
}
.fund-trade .warm-tip ul>li>a {
	text-decoration: underline;
	color: rgba(251, 122, 82, 0.8);
}

/* 现金宝充值 */
.cash-recharge .header-title {
	height: 110px;
}
.cash-recharge .content-header-body {
  width: 1100px;
  height: 310px;
  margin: 20px auto;
  /*padding: 20px 0;*/
  background: url("../images/cash-recharge-bg.png");
}
.cash-recharge .content-header-body .left-part {
	padding: 20px 0 0 0;
	border: none;
}
.cash-recharge .left-part .top-block {
	height: 225px;
	padding: 0 30px 20px 30px;
	border-right: 1px solid #E4D3C2;
}
.cash-recharge .left-part .part-title .date {
	font-family: "PingFangSC-Light,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 14px;
	color: #333;
}
.cash-recharge .left-part .top-block .plan {
	margin: 40px 0;
}
.cash-recharge .left-part .top-block .plan-money {
	font-size: 60px;
	line-height: 50px;
}
.cash-recharge .left-part .top-block .plan .money-unit {
	font-size: 18px;
}
.cash-recharge .left-part .bottom-part {
	padding: 22px 30px;
	border-right: 1px solid #E4D3C2;
}
.cash-recharge .left-part .bottom-part a {
	font-family: "PingFangSC-Medium,"微软雅黑", Helvetica, Arial, sans-serif";
}
.cash-recharge .right-part {
	padding-top: 20px;
	text-align: center;
	height: 100%;
}
.cash-recharge .right-part .part-title-earn {
  border: 1px solid #ef5525;
  padding: 6px;
  border-radius: 2px;
  margin-right: 10px;
}
.cash-recharge .right-part .ten-ths-rate {
  font-family: "PingFangSC-Light,"微软雅黑", Helvetica, Arial, sans-serif";
  font-size: 14px;
  color: #333;
}
.cash-recharge .right-part .chart-time {
	position: absolute;
	left: 33px;
	bottom: 20px;
	width: 388px;
}
.cash-recharge .main-page {
  width: 1100px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid #E8E8E8;
}
.cash-recharge .main-page .nav>li {

}
.cash-recharge .main-page .nav>li>a {
	padding: 30px 0;
	margin: 0 30px;
	font-family: "PingFangSC-Medium,"微软雅黑", Helvetica, Arial, sans-serif";
	font-size: 18px;
	color: #8E8470;
}
.cash-recharge .main-page .nav>li>a.active,
.cash-recharge .main-page .nav>li>a:hover {
	color: #512D16;
	border-bottom: 1px solid #512d16;
}
.cash-recharge .main-page .nav>li>a.active .icon-pig,
.cash-recharge .main-page .nav>li>a:hover .icon-pig {
	background-image: url("../images/tab_chongzhi_selected.png");
}
.cash-recharge .main-page .nav>li>a.active .icon-trade-convert,
.cash-recharge .main-page .nav>li>a:hover .icon-trade-convert {
	background-image: url("../images/tab_quxian_selected.png");
}
.cash-recharge .main-page .nav>li>a.active .icon-trade-dingtou,
.cash-recharge .main-page .nav>li>a:hover .icon-trade-dingtou {
	background-image: url("../images/tab_dingtou_selected.png");
}
.cash-recharge .main-page .nav>li>a.active .icon-trade-cancel,
.cash-recharge .main-page .nav>li>a:hover .icon-trade-cancel {
	background-image: url("../images/tab_chedan_selected.png");
}
.cash-recharge .main-page .nav>li>a.active .icon-credit-card,
.cash-recharge .main-page .nav>li>a:hover .icon-credit-card {
	background-image: url("../images/tab_xingyongkahuankuan_selected.png");
}

.cash-recharge .main-page .nav .tab-name {
	margin-left: 10px;
}
.cash-recharge .main-page .split-line {
	margin-top: 30px;
	height: 20px;
	border-right: 1px solid #C7C7C7;
}


/* 我的定投页面 */
.my-investment .no-investment {
  width: 1050px;
  margin: 20px auto;
  margin-top:0px;
  padding: 25px;
  background-color: #fff;
  height: 100px;
}
.my-investment .no-investment .invest-title {
  line-height: 50px;
  font-size: 18px;
  color: #b88858;
  margin-left: 30%;
}
.my-investment .no-investment .invest-btn {
  background-color: #b88858;
  padding: 12px 26px;
  font-size: 18px;
  height: 50px;
  color: #fff;
  margin-left: 20px;
}
.no-investment .invest-btn:hover {
	background-color: #a16324;
}
.my-investment .invest-search {
	width: 1100px;
	margin: auto;
	background-color: #fff;
}
.my-investment .invest-search .nav {
	background-color: #fafafa;
	width: 100%;
}
.invest-search .nav>li>a {
	padding: 30px 0;
	margin: 0 30px;
	font-size: 18px;
	color: #8E8470;
}
.invest-search .nav>li>a.active,
.invest-search .nav>li>a:hover {
	color: #512D16;
	border-bottom: 1px solid #512d16;
}
.invest-search .nav .tab-name {
	margin-left: 10px;
}
.invest-search .search-label {
	font-weight: normal;
	font-size: 16px;
	color: #512D16;
	line-height: 40px;
	width: 85px;
}
.invest-search .form-control {
	outline: none;
	box-shadow: none;
	border-radius: 0;
	border-color: #cacaca;
	height: 40px;
}
.invest-search .search-form {
	padding: 30px 0 50px 50px;
}
.invest-search .search-form .form-group .dropdown>button {
  width: 120px;
  height: 38px;
  background-color: #fff;
  border: 1px solid #cacaca;
  padding: 0px 10px;
  outline: none;
  box-shadow: none;
  text-align: left;
}
.invest-search .search-form .form-group .dropdown .page-select {
	width: 68px;
}
.invest-search .search-form .form-group .selected-text {
	font-size: 16px;
	color: #919191;
	width: 76px;
}
.invest-search .search-form .form-group .page-select .selected-text {
	width: 24px;
}
.invest-search .form-group .dropdown-menu {
	min-width: 120px;
	border-radius: 0;
}
.invest-search .form-group .dropdown-menu>li {
	padding: 6px;
	color: #484448;
/*	width: 120px;*/
	cursor: pointer;
	overflow: hidden;
/*  text-overflow: ellipsis;*/
  white-space: nowrap;
}
.invest-search .form-group .dropdown-menu>li:hover {
	color: #F39C0F;
	background-color: #fafafa;
}
.invest-search .search-btn {
	background-color: #b88858;
  padding: 8px 32px;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  border: none;
  color: #fff;
  margin-left: 85px;
  height: 40px;
}
.invest-search .search-btn:hover {
	background-color: #a16324;
}
.invest-search .search-result {
	padding: 25px 30px 30px;
}
.invest-search .search-result .result-title {
	padding-left: 15px;
	margin-bottom: 30px;
}
.search-result .result-title .result-title-text {
	font-size: 18px;
	color: #512D16;
}
.search-result .result-title .search-param-tag {
  margin-right: 15px;
  border: 1px solid #dadada;
  color: #919191;
  padding: 2px 6px;
}
.search-result .table thead th {
	font-size: 14px;
	color: #512D16;
	height: 60px;
	vertical-align: middle;
	padding: 0;
	border-top: 1px solid #dddddd !important;
	border-bottom: 1px solid #dddddd;
	font-weight:normal;
}
.search-result .table tbody td {
	font-size: 12px;
	color: #484848;
	border-top: none;
	height: 50px;
	vertical-align: middle;
	padding: 0;
}
.search-result .table thead>tr>th:first-child,
.search-result .table tbody>tr>td:first-child {
	padding-left: 10px;
}
.search-result .table tbody>tr:last-child {
	border-bottom: 1px solid ##dddddd;
}
.search-result .table .detail-table-btn {
	font-size: 12px;
	color: #b88858;
}
.search-result .table .detail-table-btn:hover {
	color: #a16324;
}
.footer-page {
	margin-left: 25%;
}
.footer-page .pagination {
	margin: 0;
}
.footer-page .pagination>li>a {
	color: #333;
	padding: 9px 15px;
	width: 40px;
	height: 40px;
	border-color: #dfdfdf;
}
.footer-page .pagination>li>a:focus,
.footer-page .pagination>li>a:hover {
	color: #fff;
	border-color: #ee8a10;
	background-color: #ee8a10;
}
.footer-page .pagination>.active>a,
.footer-page .pagination>.active>a:focus,
.footer-page .pagination>.active>a:hover {
	color: #333;
	border-color: #dfdfdf;
	background-color: #f0f0f0;
}
.footer-page .pagination>li:first-child>a {
	width: 90px;
	margin-right: 20px;
	border-radius: 0;
	padding-left: 5px;
}
.footer-page .pagination>li:first-child>a:hover .icon-previous-page {
	background-image: url("../images/icn_shangyiye_white.png");
}
.footer-page .pagination>li:last-child>a {
	width: 90px;
	margin-left: 20px;
	border-radius: 0;
	padding-right: 5px;
}
.footer-page .pagination>li:last-child>a:hover .icon-next-page {
	background-image: url("../images/icn_xiayiye_white.png");
}
.footer-page .page-description {
  font-size: 12px;
  color: #919191;
  line-height: 40px;
  margin-left: 20px;
}


.investment-list {
	width: 1100px;
	margin: auto;
	margin-bottom: 40px;
	background-color: #fff;
}
.investment-list .list-header {
	padding: 30px;
}
.investment-list .list-header .my-invest-list {
	font-size: 18px;
	color: #512D16;
}
.investment-list .list-header .new-invest {
	font-size: 14px;
	color: #92693C;
}
.investment-list .list-header .new-invest:hover {
	color: #512D16;
}
.investment-list .table {
	margin-bottom: 0;
}
.investment-list .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}
.investment-list .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fafafa;
}
.investment-list .table thead {
	background-color: #fafafa;
}
.investment-list .table thead th {
	font-size: 16px;
	color: #512D16;
	border-bottom: none;
	height: 60px;
	vertical-align: middle;
	padding: 0;
}
.investment-list .table tbody td {
	font-size: 16px;
	color: #484848;
	border-top: none;
	height: 50px;
	vertical-align: middle;
	height:60px;
}
.investment-list .table thead>tr>th:first-child,
.investment-list .table tbody>tr>td:first-child {
	padding-left: 30px;
}
.investment-list .table tbody .invest-table-btn,
.invest-search .invest-back-btn {
  color: #b88858;
  border: 1px solid #E9DBCC;
  background-color: transparent;
  padding: 3px 12px;
  outline: none;
  box-shadow: none;
  overflow: visible;
  width: auto;
}
.investment-list .table .invest-table-btn:hover,
.invest-search .invest-back-btn:hover {
	border-color: rgba(161, 99, 36, 0.3);
}

/* 高端理财 */
.special-product {
  width: 1100px;
  margin: auto;
  background-color: #fff;
}
.special-product .list-header {
	padding: 22px 30px;
}
.special-product .list-header .list-header-text {
	font-size: 24px;
	color: #512D16;
}
.special-product .table {
	margin-bottom: 0;
}
.special-product .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}
.special-product .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fafafa;
}
.special-product .table thead {
	background-color: #fafafa;
}
.special-product .table thead th {
	font-size: 18px;
	color: #512D16;
	border-bottom: none;
	height: 60px;
	vertical-align: middle;
	padding: 0;
	font-weight:normal;
}
.special-product .table tbody td {
	font-size: 16px;
	color: #484848;
	border-top: none;
	height: 60px;
	vertical-align: middle;
	padding: 0;
}
.special-product .table thead>tr>th:first-child,
.special-product .table tbody>tr>td:first-child {
	padding-left: 30px;
}
.special-product .table tbody td.sold-out {
	color: #acacac;
}
.special-product .footer-page {
  background-color: #f0f1f4;
  padding-left: 25%;
  padding-top: 20px;
  margin: 0;
}
.highend-finance .icon-name {
	line-height: 36px;
}
.highend-finance .content-header .navbar-nav>li>a {
	padding-top: 22px;
	padding-bottom: 22px;
}
.content-header .navbar-nav>li>a:hover .icon-cup,
.content-header .navbar-nav>li>a.active .icon-cup {
	background-image: url("../images/tab_gaoduanlicai_selected.png");
}
.content-header .navbar-nav>li>a:hover .icon-special-product,
.content-header .navbar-nav>li>a.active .icon-special-product {
	background-image: url("../images/icn_zhuanhuchanping_selected.png");
}
.content-header .navbar-nav>li>a:hover .icon-vip,
.content-header .navbar-nav>li>a.active .icon-vip {
	background-image: url("../images/icn_vip_selected.png");
}





/* 以下是*******************************************************************************************************************写的 */
/* 开户-2银行卡身份验证 */
*{
	font-family: "PingFangSC","PingFangSC-Regular", "微软雅黑", Helvetica, Arial, sans-serif;
}
.header-title_two{
	height:110px;
}
.img_fenGe{
	margin-right:20px;
	cursor:pointer;
}
.right_p{
	float:left;
	padding:2px 0 2px 20px;
	margin-bottom:0px;
	border-left:1px solid #DDDDDD;
	margin-top:8px;
	font-size:18px;
	color:#512D16;
}
.right_p span{
	font-size:12px;
	color:#919191;
}
.play_bofang{
	float:right;
	overflow:hidden;
	margin-top:40px;
	cursor:pointer;
}
.img_bofang{
	margin-right:8px;
}
.play_bofang span{
	font-size:16px;
	color:#484848;
	display:inline-block;
	margin-top:-2px;
}
.play_bofang span:hover{
	font-size:16px;
	color:#f39c0f;
	display:inline-block;
	margin-top:-2px;
}
/* 选择银行卡／银行身份验证／补充个人信息／开户成功 */
a:hover{
	text-decoration:none;
}
*{
	margin:0px;
	padding:0px;
}
li{
	list-style:none;}
.four_step{
	width:1000px;
	margin:0 auto;
	margin-top:14px;
	overflow:hidden;
}
.four_step ul li{
	width:250px;
	float:left;
}
.four_step ul li p{
	text-align:center;
	margin-top:14px;
	font-size:18px;
	color:#6D6D6D;
}
.four_step ul .four_Ali p{
	color:#512D16;
}
/* 手机号码和验证码 */
.telephone{
	width:1100px;
	margin:0 auto;
	background-color:#fff;
	margin-top:14px;
	overflow:hidden;
}
.cooperation_two{
	margin-top:0px;
}
.telephone_num{
	margin-top:30px;
	margin-left:50px;
	overflow:hidden;
}
.jianju_pianyi > div{
	margin-left:0px;
}
.telephone_num.validate-code {
	margin-top: 10px;
}
.telephone_num p{
	width:150px;
	text-align:right;
	font-size:16px;
	color:#512D16;
	float:left;
}
.telephone_num span{
	float:left;
	font-size:16px;
	color:#512D16;
}
/*input[type=text]:focus{
	border:1px #D8D8D8 solid;
}*/
.p_yanzhengma{
	margin-top:13px;
}
.yanzhengma{
	width:170px;
	padding-left:10px;
	height:50px;
	border:1px #D8D8D8 solid;
}
.telephone_num button{
	width:180px;
	height:50px;
	margin-left:10px;
	background:#512D16;
	text-align:center;
	border:none;
	font-size:18px;
	color:#fff;
	outline:none;
}
.telephone_num .get_yanzhengma:hover{
	background:#3E1D08;
}
.go_on{
	display:block;
	width:140px;
	height:50px;
	line-height:50px;
	margin-left:200px;
	margin-top:30px;
	background:#B88858;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin-bottom:50px;
}
.go_on:hover{
	background:#A16324;
}
.go_on:hover{
	color:#fff;
}
/* 重新获取验证码 */
.telephone_num .dubble_get{
	background:#F0F1F4;
	color:#512D16;
	cursor:unset;
	outline:none;
}

/* 开户－2银行卡身份证验证成功 */
.success_getin{
	margin-left:120px;
	margin-top:50px;
	overflow:hidden;
}
.success_getin .success_getin_span{
	padding-left:20px;
	font-size:18px;
	color:#512D16;
}
/* 开户－4成功 */
.success_getin_img{
	float:left;
}
.all_success{
	float:left;
	margin-left:20px;
	margin-top:1px;
}
.all_success p{
	font-size:18px;
	color:#512D16;
}
.all_success span{
	font-size:14px;
	color:#484848;
}
/* 开户－3补充个人信息 */
.true_name{
	overflow:hidden;
}
.true_name .telephone_num{
	float:left;
}
.telephone_num_type p{
	width:80px;
}
.all_input{
	overflow:hidden;
}
.all_input .p_yanzhengma,.all_input .div_shurukuang,.all_input .div_ckeckbox{
	float:left;
	cursor:pointer;
}
.div_shurukuang{
	position:relative;
}
.input_img{
	position:absolute;
	right:10px;
	top:13px;
	cursor:pointer;
}
.div_shurukuang .yanzhengma{
	height:40px;
	width:350px;
	color:#512D16;
	font-size:16px;
}
.all_input .p_yanzhengma{
	margin-top:9px;
}
.div_ckeckbox{
	margin-left:10px;
	margin-top:9px;
	
}
.div_ckeckbox .label_ie8{
	font-size:14px;
	color:#512D16;
	font-weight:normal;
	margin-left:8px;
}

.div_ckeckbox .label_ie8{
	width:120px;
	float:left;
}
.div_ckeckbox span{
	display:inline-block;
	width:14px;
	height:14px;
	border:1px #979797 solid;
	margin-top:3px;
}
.short_input .yanzhengma{
	width:180px;
	color:#919191;
	font-size:14px;
}
.short_input .input_img{
	position:absolute;
	right:10px;
	top:16px;
	cursor:pointer;
}
.telephone_num .gray_yanzhengma{
	color:#919191;
	font-size:14px;
}
.telephone_num .can_noChoice{
	float:left;
	font-size:14px;
	color:#919191;
	margin-top:9px;
	margin-left:2px;
}
.tongyi{
	margin-top:30px;
	margin-left:58px;
	overflow:hidden;
}
.tongyi p,.tongyi img{
	float:left;
}
.tongyi p{
	font-size:16px;
	color:#333;
	margin-left:10px;
}
.tongyi img{
	margin-top:4px;
	cursor:pointer;
}
.tongyi p span{
	color:#B88858;
}
.tongyi p a{
	color:#B88858;
}




.quickly_in_quit{
	overflow:hidden;
}
.quickly_in_quit a{
	float:left;
	margin-right:40px;
	display:inline-block;
	width:140px;
	height:50px;
	line-height:50px;
	margin-left:200px;
	margin-top:30px;
	background:#B88858;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin-bottom:50px;
}
.quickly_A a{
	margin-left:154px;
}
.quickly_in_quit a:hover{
	background:#A16324;
}
.quickly_in_quit .quickly_quit{
	margin-left:0px;
	background:#F0F1F4;
	color:#484848;
}
.quickly_in_quit .quxiao_button:hover{
	background:#DEDFE2;
	color:#484848;
}
.div_shurukuang .bank_input{
	height:40px;
	padding-left:40px;
	color:#512D16;
	font-size:16px;
	cursor:pointer;
}
.div_shurukuang .bank_img{
	position:absolute;
	left:10px;
	top:12px;
	cursor:pointer;
}
.in_bank{
	margin-left:200px;
	overflow:hidden;
	margin-top:4px;
}
.in_bank img{
	display:block;
	float:left;
	margin-top:3px;
}
/*.in_bank span{
	display:block;
	float:left;
	margin-left:4px;
	color:#EF5525;
}*/
.in_bank .bank_number{
	display:block;
	float:left;
	margin-left:4px;
	color:#EF5525;
}
.open_bank{
	margin-top:8px;
}
.open_bank .can_noChoice{
	float:left;
	font-size:14px;
	color:#512D16;
	margin-top:9px;
	margin-left:10px;
}
.in_bank .bank_number{
	display:block;
	float:left;
	margin-left:4px;
	color:#EF5525;
}
.in_bank .id_shenfen{
	display:block;
	float:left;
	margin-left:4px;
	color:#F39C0F;
}
.id_type .input_img{
	position:absolute;
	right:10px;
	top:16px;
	cursor:pointer;
}
.id_type .yanzhengma{
	height:40px;
	width:350px;
	color:#919191;
	font-size:16px;
}
.id_type{
	margin-top:8px;
}
.regular_ques{
	float:left;
	height:50px;
	line-height:50px;
	margin-top:30px;
	font-size:14px;
	color:#919191;
	cursor:pointer;
}
.regular_ques:hover{
	float:left;
	height:50px;
	line-height:50px;
	margin-top:30px;
	font-size:14px;
	color:#ef5525;
	cursor:pointer;
}

.regular_ques a{
	float:left;
	height:50px;
	line-height:50px;
	margin-top:30px;
	font-size:14px;
	color:#ef5525;
	cursor:pointer;
	margin-left:30px;
}
.regular_ques a:hover{
	float:left;
	height:50px;
	line-height:50px;
	margin-top:30px;
	font-size:14px;
	color:#ef5525;
	cursor:pointer;
	margin-left:30px;
}

.quickly_in_quit .regular_quesA{
	margin-right:10px;
}
.warm_tishi{
	margin-left:70px;
	margin-bottom:50px;
}
/*.cooperation_tishi{
	margin-left:50px;
	margin-bottom:24px;
}*/
.cooperation_tishi{
	margin:0 auto;
	width:1100px;
	margin-bottom:24px;
}

.cooperation_tishi h4{
	margin-top:20px;
}

.warm_tishi h4{
	font-size:14px;
	color:#CD975F;
	font-weight:normal;
}
.warm_tishi ul li{
	font-size:14px;
	color:#6D6D6D;
}
.pos_bank{
	position:relative;
}
.support_bank{
	padding-left:48px;
	border-left:1px #BFBFBF solid;
	position:absolute;
	left:670px;
	top:30px;
}
.support_bank_ul{
	overflow:hidden;
	width:306px;
}
.support_bank_ul li{
	float:left;
}
.support_bank .web_conform{
	margin-bottom:30px;
	font-size:16px;
	color:#484848;
}
.how_do{
	margin-top:24px;
	font-size:14px;
	color:#919191;
	cursor:pointer;
	display:inline-block;
}
.how_do:hover{
	margin-top:24px;
	font-size:14px;
	color:#ef5525;
	cursor:pointer;
	display:inline-block;
}
/*  半透明蒙板遮罩层  */
.opacity_div{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	background:url("../images/window_opacity_BG.png") repeat left center;
/*	background-color:#000000;
	opacity:0.68;
	filter:alpha(opacity=68);*/
}
.opacity_div_content{
	position:absolute;
	z-index:3;
	width:1000px;
	border:1px #979797 solid;
	margin:0 auto;
	top:240px;
	left:50%;
	margin-left:-500px;
	padding:48px;
	background-color:#FFFFFF;
	
}
.opacity_header{
	overflow:hidden;
}
.opacity_header p{
	float:left;
	margin-top:2px;
	font-size:18px;
	color:#2E1506;
}
.opacity_header a{
	float:right;
}
.deal_type{
	overflow:hidden;
	padding-bottom:32px;
	border-bottom:1px #D8D8D8 solid;
	margin-top:20px;
}
.deal_type li{
	float:left;
}
.deal_type li a{
	display:block;
	overflow:hidden;
	margin-right:40px;
}
.deal_type li img,.deal_type li span{
	float:left;
}
.deal_type li img{
	margin-top:5px;
	margin-right:4px;
}
.deal_type li span{
	color:#484848;
	font-size:18px;
}
.deal_type .quanbu_detail span{
	color:#2E1506;
}
.checked_bank > p{
	margin-top:24px;
	color:#2E1506;
	font-size:18px;
}
.bank_every{
	overflow:hidden;
}
.bank_every li{
	float:left;
	margin-right:25px;
	margin-top:24px;
}
.bank_every .every_bank_jianju{
	margin-right:0px;
}
.bank_every li a{
	display:block;
}
.bank_every li img{
	border:1px #CACACA solid;
}
.bank_every .Fbank_every img{
	border:1px #B88858 solid;
}

/* 开户－1选择银行卡03 */
.kuaijie_LW{
	
}
.kuaijie_LW_ul{
	overflow:hidden;
}
.kuaijie_LW_ul li{
	float:left;
	display:block;
	cursor:pointer;
	width:344px;
	border:2px #D8D8D8 solid;
	margin-right:26px;
	position:relative;
}
.kuaijie_LW_ul li:hover{
	float:left;
	display:block;
	cursor:pointer;
	width:344px;
	border:2px #B88858 solid;
	margin-right:26px;
	position:relative;
}
.kuaijie_LW_ul_header{
	overflow:hidden;
}
.kuaijie_LW_ul_header img{
	float:left;
	margin-top:12px;
	margin-left:2px;
}
.kuaijie_LW_ul_header p{
	float:right;
	/*width:50px;
	height:24px;
	line-height:24px;*/
	margin-right:12px;
	margin-top:12px;
	font-size:14px;
	color:#fff;
	background:#4A90E2;
	text-align:center;
	padding:4px 8px;
}
.kuaijie_LW_ul_footer{
	margin-top:8px;
	overflow:hidden;
	padding-left:8px;
}
.kuaijie_LW_ul_footer p{
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	font-size:14px;
	color:#6D6D6D;
}
.checked_kuaijie{
	position:absolute;
	right:12px;
	bottom:12px;
}
.kuaijie_LW_ul_header .liantong_p{
	background:#FFA900;
}
.kuaijie_LW_ul_header .wangyin_p{
	background:#FB7A52;
}
.end_bank{
	overflow:hidden;
	margin-top:22px;
	padding-bottom:20px;
	border-bottom:1px #D8D8D8 solid;
}
.end_bank p{
	float:left;
	font-size:18px;
	color:#2E1506;
	margin-right:30px;
}
.end_bank p .zhijie_kuaijie{
	color:#EF5525;
	cursor:pointer;
}
.tankuang_warm_tishi{

}
.tankuang_warm_tishi h4{
	font-size:18px;
	margin-top:24px;
	color:#2E1506;
	font-weight:normal;
}
.tankuang_warm_tishi li{
	font-size:14px;
	line-height:24px;
	color:#6D6D6D;
}
.up_next_step{
	overflow:hidden;
	padding-left:268px;
}
.up_next_step a{
	display:block;
	float:left;
	width:140px;
	height:50px;
	line-height:50px;
	margin-right:20px;
	margin-top:12px;
	font-size:18px;
	color:#fff;
	background:#B88858;
	text-align:center;	
}
.up_next_step a:hover{
	background:#A16324;	
}


/* 现金宝－充值 */
.part-title .xianjin_bao{
	font-size: 24px;
	color: #512D16;
	margin-bottom: 20px;
}
.part-title .xianjin_bao span{
	font-size: 24px;
	color: #512D16;
}
.qudao_zhifu .input_img{
	position:absolute;
	right:10px;
	top:16px;
}


.short_input .yanzhengma{
	width:180px;
	color:#919191;
	font-size:14px;
}
.telephone_num .can_noChoice_yuan{
	float:left;
	font-size:18px;
	color:#484848;
	margin-top:7px;
	margin-left:10px;
}
.telephone_num .xianjin_Byell{
	float:left;
	font-size:16px;
	color:#512D16;
	margin-top:8px;
	margin-left:10px;
}
.telephone_num .xianjin_Byell{
	float:left;
	font-size:16px;
	color:#512D16;
	margin-top:8px;
	margin-left:10px;
}
.telephone_num .zero_yuan{
	float:left;
	font-size:16px;
	color:#2E1506;
	margin-top:8px;
	margin-left:10px;
}
.danbi_chong_dingqi{
	float:left;
	overflow:hidden;
}
.danbi_chong_dingqi a{
	display:block;
	float:left;
	width:170px;
	height:40px;
	line-height:40px;
	margin-right:10px;
	font-size:18px;
	color:#B88858;
	background: url("../images/xuanzhong_danbi.png");
	text-align:center;	
}
.danbi_chong_dingqi .chong_dingqi_A{
	color:#333333;
	background: url("../images/chong_dingqi_A.png");
}
/* 现金宝－信用卡还款－新增信用卡 */
.add_xinyongCard{
	overflow:hidden;
	width:254px;
	height:107px;
	margin:50px auto;
	background: url("../images/add_xinyongCard.png");
	cursor:pointer;
}
/* 现金宝－信用卡还款－已经添加卡 */
.telephone_L{
	float:left;
	margin-left:48px;
}
.telephone_R{
	float:right;
	margin-left:48px;
	margin-right:50px;
}
.telephone_L_header{
	overflow:hidden;
}
.my_xinyongka{
	font-size:20px;
	color:#512D16;
	margin:54px 0 24px 0;
	line-height:20px;
	float:left;
	font-weight:normal;
}
.telephone_L_header p{
	float:right;
	font-size:14px;
	color:#9E784F;
	margin:54px 0 0 0;
}
.bank_account{
	border:2px #D8D8D8 solid;
	margin-bottom:10px;
	margin-top:16px;
}

.delete_a{
	display:inline-block;
	font-size:14px;
	color:#EF5525;
	margin:0 20px 0 50px;
	text-decoration:underline;
}
.liji_huankuan{
	display:inline-block;
	font-size:14px;
	color:#512D16;
	margin:0 12px 0 0px;
	text-decoration:underline;
}
.bank_account > p{
	margin:0px;
	font-size:20px;
	color:#484848;
	text-align:center;
	line-height:60px;
	letter-spacing:3px;
}
.bank_account > span{
	font-size:14px;
	color:#919191;
	margin-bottom:12px;
	width:100%;
	display:block;
	text-align:center;
}
.add_bankCard{
	width:338px;
	height:106px;
	margin-bottom:48px;
	background: url("../images/add_bankCard.png") no-repeat;
	cursor:pointer;
}
.back_kuanUl{
	width:600px;
}
.back_kuanUl li{
	width:100%;
	height:76px;
	border-bottom:1px #D8D8D8 solid;
	display:block;
	overflow:hidden;
}
.back_kuanUl .padding_bottom_li{
	border-bottom:none;
}
.back_kuanUl li div{
	float:left;
	overflow:hidden;
	margin-top:18px;
}
.back_kuanUl li div p{
	padding:0px;
	margin:0px;
	float:right;
	height:40px;
	line-height:40px;
	color:#919191;
}
.back_kuanUl li div .time_p_marginRight{
	width:89px;
	font-size:14px;
	color:#A7A7A7;
}
.back_kuanUl li div .p_bank_jianshe{
	width:207px;
	font-size:14px;
	color:#5A5A5A;
}
.back_kuanUl li div .p_bank_jianshe span{
	color:#A7A7A7;
}
.back_kuanUl li div .h4_p_money{
	font-size:18px;
	color:#484848;
}
.back_kuanUl li div h4{
	font-size:18px;
	color:#484848;
	padding-left:100px;
	margin-top:2px;
	margin-bottom:12px;
}
.back_kuanUl li a{
	float:right;
	display:block;
	width:124px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#B88858;
	border:1px #B88858 solid;
	margin-top:16px;
}
.back_kuanUl li a:hover{
	color:#A16324;
	border:1px #A16324 solid;
}
.back_kuanUl li  .back_chedan_noborder{
	border:none;
}
.back_kuanUl li .back_chedan_noborder:hover{
	border:none;
}
.vertical_left{
	margin-left:50px;
}
.vertical_jixu{
	margin-left:130px;
}

/* 二期页面切图yu */
/* 基金交易—定投单笔 */
.clear_float{
	clear:both;
	font-size:0px;
	margin:0;
	padding:0;
}
.investment-list .table thead th {
	font-weight:normal;
	line-height:80px;
}
.fund-list .fund-list-table thead th {
	font-weight:normal;
}
.fund-list .fund-list-table thead th:first-child,
.fund-list .fund-list-table tbody td:first-child {
	padding-left: 30px;
	text-align: left;
}
.fund-trade .warm-tip .tishi_leftdoot {
	padding-left: 0px;
}
.fund-trade .warm-tip .tishi_leftdoot>li {
	color: #6D6D6D;
	list-style-type:none;
}
.zhis_week_bang{
	width:1100px;
	margin:0 auto;
	margin-top:20px;
	background:#fff;
	padding:0 5px 0px 5px;
	overflow:hidden;
}
.arrow_dingtou{
	background:#FAFAFA;
	overflow:hidden;
}
.every_dingtou_L{
	float:left;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
}
.every_dingtou_R{
	float:right;
}
.every_dangbi,.cooperative_dingT{
	float:left;
	overflow:hidden;
}
.every_dangbi{
	padding-right:27px;
	border-right:1px #919191 solid;
	margin-right:27px;
	margin-left:30px;
	height:18px;
	cursor:pointer;
}
.every_dangbi i,.every_dangbi p{
	float:left;
}
.every_dangbi i{
	display:block;
	margin-right:16px;
	margin-top:3px;
	width:9px;
	height:12px;
	background: url("../images/icn_dingtouxuanze.png") no-repeat right center;
}
.every_dangbi p{
	margin-bottom:0px;
	height:18px;
	line-height:18px;
	color:#512D16;
	font-size:18px;
}

.every_dangbi_g{
	padding-right:27px;
	border-right:1px #919191 solid;
	margin-right:27px;
	margin-left:30px;
	height:18px;
	cursor:pointer;
	float:left;
}
.every_dangbi_g i,.every_dangbi_g p{
	float:left;
}
.every_dangbi_g i{
	display:block;
	margin-right:16px;
	margin-top:3px;
	width:9px;
	height:12px;
	background: url("../images/icn_dingtouxuanze_gray.png") no-repeat right center;
}
.every_dangbi_g p{
	margin-bottom:0px;
	height:18px;
	line-height:18px;
	color:#8E8470;
	font-size:18px;
}
.every_dangbi_g:hover i{
	background: url("../images/icn_dingtouxuanze.png") no-repeat right center;
}
.every_dangbi_g:hover p{
	color:#512D16;
}
.cooperative_dingT_act{
	width:97px;
	cursor:pointer;
		float:left;
}
.cooperative_dingT_act i{
	float:left;
	margin-right:16px;
	margin-top:3px;
	width:9px;
	height:12px;
	background: url("../images/icn_dingtouxuanze.png") no-repeat right center;
}
.cooperative_dingT_act  p{
	float:right;
	margin-bottom:0px;
	height:18px;
	line-height:18px;
	color:#512D16;
	font-size:18px;
}
.cooperative_dingT{
	width:97px;
	cursor:pointer;
}
.cooperative_dingT i{
	float:left;
	margin-right:16px;
	margin-top:3px;
	width:9px;
	height:12px;
	background: url("../images/icn_dingtouxuanze_gray.png") no-repeat right center;
}
.cooperative_dingT p{
	float:right;
	margin-bottom:0px;
	height:18px;
	line-height:18px;
	color:#8E8470;
	font-size:18px;
}
.cooperative_dingT:hover i{
	background: url("../images/icn_dingtouxuanze.png") no-repeat right center;
}
.cooperative_dingT:hover p{
	color:#512D16;
}
.every_dingtou_R a{
	display:block;
	color:#8E8470;
	font-size:14px;
	height:78px;
	color:#f39c0f;
	line-height:78px;
	/*background: url("../images/gengduo.png") no-repeat right center;*/
	padding-right:12px;
	margin-right:20px;
}
.every_dingtou_R a:hover{
	color:#512D16;
}
.thisWeek_header{
	overflow:hidden;
	margin-top:30px;
	margin-bottom:20px;
}
.thisWeek_header p,.thisWeek_header img{
	float:left;
	margin-left:27px;
}
.thisWeek_header p{
	margin-bottom:0px;
	margin-left:10px;
	font-size:24px;
	color:#512D16;
	height:24px;
	line-height:24px;
}
.zhis_week_bang .dongtaiyinzi_ulbox{
	overflow:hidden;
}
.zhis_week_bang .dongtaiyinzi_ulbox li{
	margin:0 4.5px;
	float:left;
	display:block;
	width:354px;
	height:135px;
	position:relative;
}
.zhis_week_bang .dongtaiyinzi_ulbox li img{
	margin-top:25px;
}
.zhis_week_bang .dongtaiyinzi_ulbox li div{
	position:absolute;
	top:23px;
}
.yinzi_imgfirst{
	margin-left:95px !important;
}
.yinzi_imgtwo{
	margin-top:24px !important;
	margin-left:73px !important;
}
.yinzi_imgthree{
	margin-top:24px !important;
	margin-left:91px !important;
}
.yinzi_divfirst{
	left:148px !important;
}
.yinzi_divtwo{
	left:153px !important;
}
.yinzi_divthree{
	left:169px !important;
}


.zhis_week_bang .dongtaiyinzi_ulbox li div h3{
	font-size:22px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	line-height:21px;
	font-weight:normal;
}
.zhis_week_bang .dongtaiyinzi_ulbox li div p{
	font-size:14px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	line-height:14px;
	margin-top:6px;
}
.zhis_week_bang .dongtaiyinzi_ulbox li div a{
	display:block;
	width:100px;
	height:40px;
	text-align:center;
	font-size:14px;
	color:#B25B45;
	line-height:40px;
	margin-top:10px;
	background:#ffffff;
}
.zhis_week_bang .dongtaiyinzi_ulbox li .yinzi_divtwo a{
	color:#DA5683;
}
.zhis_week_bang .dongtaiyinzi_ulbox li .yinzi_divthree a{
	color:#CD49BA;
}
.first_dongtaiyinzi{
	background: url("../images/dongtaiyinzi1.png") no-repeat right center;
}
.two_dongtaiyinzi{
	background: url("../images/dongtaiyinzi2.png") no-repeat right center;
}
.three_dongtaiyinzi{
	background: url("../images/dongtaiyinzi3.png") no-repeat right center;
}
/* 基金交易—定投组合 */
.qinzi_cooperative{
	
}
.qinzi_header{
	overflow:hidden;
}
.qingzi_Hleft{
	float:left;
}
.qingzi_Hright{
	float:right;
	overflow:hidden;
	margin-right:10px;
}
.qingzi_Hleft > p{
	margin-bottom:30px;
	font-size:18px;
	color:#512D16;
	height:18px;
	line-height:18px;
	border-left:3px #512D16 solid;
	margin-top:30px;
	padding-left:10px;
	margin-left:30px;
}
.qingzi_Hright .see_shouyi,.qingzi_Hright .now_dingtou{
	float:left;
	margin-right:20px;
	width:100px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-top:19px;
	font-size:14px;
}
.qingzi_Hright .see_shouyi{
	/*background:#EF5525;*/
	color:#B88858;
	border:1px #B88858 solid;
}
.qingzi_Hright .see_shouyi:hover{
	border:1px #A16324 solid;
}
.qingzi_Hright .now_dingtou{
	background:#EF5525;
	color:#fff;
}
.qingzi_Hright .now_dingtou:hover{
	background:#DE4212;
}
.fund-list .fund-list-table tbody .table_color_grow{
	cursor:pointer;
}
.fund-list .fund-list-table tbody .table_color_grow:hover {
	color: #EF5525;
}
.huanhe_jijin{
	height:10px;
	background:#f0f1f4;
}
/* 高端理财 */
.special_number_product_MX {
	background-image: url("../images/tab_chicangzhuanghu_selected.png");
	background-repeat: no-repeat;
	background-position: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.divice_red_Search{
	background-image: url("../images/tab_fenhongchaxun_unselected.png");
	background-repeat: no-repeat;
	background-position: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.account-content-header-body .nav>li>a:hover .divice_red_Search {
	background-image: url("../images/tab_fenhongchaxun_selected.png");
}
.deal_search_Jiaoyi{
	background-image: url("../images/tab_lishitubiao_unseleted_T.png");
	background-repeat: no-repeat;
	background-position: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.account-content-header-body .nav>li>a:hover .deal_search_Jiaoyi {
	background-image: url("../images/tab_lishitubiao_seleted_T.png");
}
.infor_pilu_pilou{
	background-image: url("../images/tab_gonggao_unselected.png");
	background-repeat: no-repeat;
	background-position: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.account-content-header-body .nav>li>a:hover .infor_pilu_pilou {
	background-image: url("../images/tab_gonggao_selected.png");
}
.time_position{
	color:#EF5525;
}
.mingxi_Fiancd{
	color:#92693C !important;
}
.two_shuhui_Add{
	width:145px !important;
	margin-left:75px;
}
/*  新三板2号A类相关报告及基金合同  */
.new_three_hetong{
	margin-top:40px;
	overflow:hidden;
}
.new_three_hetong_left{
	float:left;
	width:500px;
}
.new_three_hetong_right{
	float:right;
	width:500px;
}
.new_three_hetongH{
	overflow:hidden;
	height:40px;
	background:#EFEFEF;
}
.new_three_hetongH p{
	float:left;
	margin:0px;
	line-height:40px;
	margin-left:15px;
	padding-left:26px;
	font-size:14px;
	color:#512D16;
	background:url("../images/icn_xialasanjiao.png") no-repeat left center;
}
.new_three_hetongH span{
	float:right;
	line-height:40px;
	font-size:14px;
	color:#92693C;
	margin-right:12px;
}
.new_three_hetongH span:hover{
	color:#512D16;
}
.new_three_H_ul{
	margin-bottom:0px;
}
.new_three_H_ul li{
	display:block;
	height:30px;
	margin-top:8px;
}
.new_three_H_ul li a{
	display:block;
}
.new_three_H_ul li a span{
	display:block;
	height:30px;
	line-height:30px;
	float:left;
	font-size:14px;
	color:#484848;
}
.new_three_H_ul li a .baogao_leftSpan{
	margin-left:15px;
}
.new_three_H_ul li a .baogao_leftSpan:hover{
	color:#F39C0F;
}
.new_three_H_ul li a .baogao_rightSpan{
	margin-right:18px;
	float:right;
}
.new_three_H_ul li a .right_Span_down{
	display:block;
	background:#4A90E2;
	height:30px;
	line-height:30px;
	width:70px;
	float:right;
	background-image:url("../images/icn_xiazai.png");
	background-position:14px center;
	background-repeat:no-repeat;
	padding-left:28px;
	font-size:14px;
	color:#fff;
	float:right;
}
.new_three_H_ul li a .right_Span_down:hover{
	background-color:#2D73C6;
}
.big_left_right{
	overflow:hidden;
	width:1100px;
	margin:0 auto;	
	background:#FAFAFA;
}
.big_Left{
	float:left;
	width:226px;
	height:100%;
	background:#FAFAFA;
}
.big_Left_Ul{
	margin:0 auto;
}
.big_Left_Ul li{
	display:block;
	padding:0px 30px;
	width:100%;
}
.big_Left_Ul li a{
	display:block;
	overflow:hidden;
	border-bottom:1px #C7C7C7 solid;
}
.big_Left_Ul li a span,.big_Left_Ul li a i{
	display:block;
}
.big_Left_Ul li a span{
	float:left;
	font-size:18px;
	color:#6D6D6D;
	height:62px;
	line-height:62px;
	padding-left:30px;
	background:url("../images/gerenzhongxin_anquan.png") no-repeat left center;
}
.big_Left_Ul li a i{
	float:right;
	width:12px;
	height:62px;
	background:url("../images/gerenzhongxin_gengduo.png") no-repeat left center;
}
.big_Left_Ul li:hover a i{
	background:url("../images/gerenzhongxin_gengduo_selected.png") no-repeat left center;
}
.big_Left_Ul li:hover a span{
	color:#512D16;
}

.big_Left_Ul .my_data_liBG a span{
	background:url("../images/anquanzhongxin_wodeziliao.png") no-repeat left center;
	/*color:#512D16;*/
	color:rgba(72,72,72,0.80);
}
.big_Left_Ul .big_left_ulActive a .my_dataA_span{
	background:url("../images/anquanzhongxin_wodeziliao_selected.png") no-repeat left center;
	color:#512D16;
	/*color:rgba(72,72,72,0.80);*/
}

.big_Left_Ul .my_data_liBG:hover a span{
	background:url("../images/anquanzhongxin_wodeziliao_selected.png") no-repeat left center;
	color:#512D16;
}


.big_Left_Ul .my_data_liBG a i{
	background:url("../images/gerenzhongxin_gengduo.png") no-repeat left center;
}
.big_Left_Ul .big_left_ulActive{
	background:#fff;
}
.big_Left_Ul .safe_center_liBG a span{
	background:url("../images/gerenzhongxin_anquan.png") no-repeat left center;
}
.big_Left_Ul .safe_center_liBG:hover a span{
	background:url("../images/gerenzhongxin_anquan_selected.png") no-repeat left center;
}




.big_Left_Ul .fengxian_yuceLIBG a span{
	background:url("../images/gerenzhongxin_fenxian.png") no-repeat left center;
}

.big_Left_Ul .fengxian_yuceLIBG:hover a span{
	background:url("../images/gerenzhongxin_fenxian_selected.png") no-repeat left center;
}


.big_Left_Ul .bank_ImanLiBG a span{
	background:url("../images/gerenzhongxin_yinghangka.png") no-repeat left center;
}

.big_Left_Ul .bank_ImanLiBG:hover a span{
	background:url("../images/gerenzhongxin_yinghangka_selected.png") no-repeat left center;
}


.big_Left_Ul .dianZi_seeLiBG a span{
	background:url("../images/gerenzhongxin_dianzidingyue.png") no-repeat left center;
}
.big_Left_Ul .dianZi_seeLiBG:hover a span{
	background:url("../images/gerenzhongxin_dianzidingyue_selected.png") no-repeat left center;
}
.big_Left_Ul li:hover{
	background:#FFFFFF;
}
.big_Right{
	width:874px;
	float:right;
	background:#FFF;
	padding-bottom:30px;
}
.yanzheng_nameIDTel{
	overflow:hidden;
	margin-top:50px;
}
.yanzheng_Name,.yanzheng_ID_center,.yanzheng_Telephone_Now168{
	float:left;
}
.yanzheng_Name{
	overflow:hidden;
	margin-left:70px;
	padding-right:40px;
	border-right:1px #C7C7C7 solid;
}
.yanzhengma_nameIMG,.div_yanzhengma3p{
	float:left;
}
.yanzhengma_nameIMG{
	margin-right:15px;
	margin-top:15px;
}
.div_yanzhengmaF1p{
	font-size:14px;
	color:#919191;
	line-height:14px;
	margin-top:4px;
}
.div_yanzhengmaF2p{
	font-size:16px;
	color:#484848;
	line-height:16px;
	margin-top:10px;
}
.div_yanzhengmaF3p{
	font-size:14px;
	color:#B88858;
	line-height:14px;
	margin-top:12px;
}
.yanzheng_ID_center{
	margin-left:30px;
}
.yanzheng_ID_center .div_yanzhengmaF3p span{
	color:#F39C0F;
	text-decoration:underline;
	cursor:pointer;
}
.yanzheng_ID_center .div_yanzhengmaF3p span:hover{
	color:#EC850A;
}
.yanzheng_Telephone_Now168{
	overflow:hidden;
	margin-left:30px;
	border-right:none;
	position:relative;
	padding-right:90px;
}
.now_bangding_pafter168{
	position:absolute;
	left:178px;
	top:20px;
	width:70px;
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:14px;
	background:#B88858;
	text-align:center;
	margin:0px;
	cursor:pointer;
}
.now_bangding_pafter168:hover{
	background:#A16324;
}
.ID_contact_other_IF{
	width:100%;
}
.ID_IF_box{
	margin-left:50px;
	margin-right:30px;
	margin-top:16px;
}
.ID_IF_boxFirstOne{
	margin-top:50px;
}
.ID_IF_box_header{
	overflow:hidden;
	border-bottom:1px #C7C7C7 solid;
}
.ID_IF_box_header > p{
	margin:0px;
	float:left;
	line-height:44px;
	font-size:18px;
	color:#2E1506;
}
.ID_IF_box_header > span{
	margin:0px;
	float:right;
	line-height:44px;
	font-size:14px;
	color:#512D16;
	cursor:pointer;
}
.ID_IF_box_header > span:hover{
	color:#92693C;
}
.ID_IF_BOdy_C{
	overflow:hidden;
	width:750px;
	border-bottom:1px #F4F4F4 solid;
}
.ID_IF_BOdy_Cleft,.ID_IF_BOdy_Cright{
	float:left;
	overflow:hidden;
}
.ID_IF_BOdy_Cleft > p,.ID_IF_BOdy_Cright > p{
	float:left;
	margin:0px;
	width:144px;
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#919191;
	text-align:right;
}
.ID_IF_BOdy_Cright > p{
	width:236px;
}
.ID_IF_BOdy_C_every_right{
	float:right;
	width:180px;
}
.ID_IF_BOdy_C_every_right > span{
	display:block;
	margin:0px;
	width:100%;
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#484848;
}
.tongxun_address{
	width:600px;
}
/* 我的帐户—我的资料－填写信息 */
.bixu_fillInforma{
	color:#EF5525;
}
.ID_IF_BOdy_Cright .fill_right_pL{
	width:169px;
}
.mydATA_FillInforma{
	width:257px;
}
.box_fill_information{
	float:left;
}
.box_fill_information .div_fill_input{
	position:relative;
	margin-top:10px;
	float:left;
}
.box_fill_information .div_fill_input .fill_input_infor{
	width:170px;
	height:40px;
	border:1px #CACACA solid;
	padding-left:9px;
	font-size:16px;
	color:#484848;
}
.box_fill_information .div_fill_input .fill_infor_imgrili{
	position:absolute;
	right:9px;
	top:12.5px;
	cursor:pointer;
}
.leftfill_box_fill_information{
	width:258px;
}
.box_fill_information .div_fill_input .fill_infor_imgDarrow{
	position:absolute;
	right:9px;
	top:16px;
	cursor:pointer;
}
.longlongAgo{
	float:left;
	padding-left:18px;
	margin-left:8px;
	font-size:16px;
	line-height:16px;
	color:#484848;
	margin-top:22px;
	cursor:pointer;
	background:url("../images/quartet.png") no-repeat left center;
}
/* 修改 */
.home .notice-header .Announcement_list{
	padding-bottom:8px;
}
.home .notice-header .Announcement_list img{
	margin-top:-3px;
}
.home .notice-header .more_Agengduo{
  margin-top:3px;
}
.up_regin{
	margin-left:18px;
}
.chongzhi_tixian_juli{
	padding-bottom:16px;
}

.manager-icon-card36 {
	background-image: url("../images/icn_yinhangkaguanlitubiao_unselected36.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-top:6px;
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-card36 {
	background-image: url(../images/icn_yinhangkaguanlitubiao_selected36.png);
}
.manager-icon-subscription36 {
	background-image: url("../images/icn_dianzidingyuetubiao_unselected36.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-top:6px;
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-subscription36 {
	background-image: url("../images/icn_dianzidingyuetubiao_selected36.png");
}

.manager-icon-phone36 {
	background-image: url("../images/icn_shoujibangdingtubiao_unselected36.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-top:6px;
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-phone36 {
	background-image: url(../images/icn_shoujibangdingtubiao_selected36.png);
}
.manager-icon-user36 {
	background-image: url("../images/icn_wodeziliaotubiao_unselected36.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-top:6px;
}
.content-header .nav.navbar-nav>li a:hover .manager-icon-user36 {
	background-image: url(../images/icn_wodeziliaotubiao_selected36.png);
}
.img_button_distance{
	margin-right:4px;
}
.convert-btn70_30{
	padding:0px !important;
	width:70px;
	height:30px;
}
.add_money_distance{
	margin-left:32px;
}
.my-account .part-one .collapse .collapse-row {
	padding: 30px 20px 30px 20px;
}
.font_size_detail{
	font-size:16px !important;
}
.my-account .trade-detail .table>tbody .td_lineheight60 > td {
  border: none;
  line-height:16px;
  font-size: 16px;
  color: #484848;
  height:60px;
  vertical-align:middle;
  -moz-vertical-align:middle;
  -ms-vertical-align:middle;
  -o-vertical-align:middle;
  -webkit-vertical-align:middle;
}
.col-md-3_button_F{
	margin-left:40px;
}
.height_JinZhitimecol-sm-2{
	height:22px;
}
.JinZhitimecol-sm_span{
	padding-top:1px;
	display:inline-block;
	line-height:20px;
}
.content-header-body .right-part .red_seven_earn-rate {
	color: #EF5525;
}
.first_all_input21{
	margin-top:51px;
}
.telephone_num .p_yanzhengma_Left23{
	/*width:127px;*/
}
.red_left_clearfix span{
	color:#92693C;
}
.navbar-nav_margin{
	margin-top:3px;
}
.navbar-nav_margin i{
	margin-top:4.5px !important;
}
.leiji_shouyi_margin_top{
	margin-top:24px;
}
.withdraw-btnmargintOP{
	display:inline-block;
	margin-top:40px;
}
.gupiao_jijin_product{
	margin-top:11px;
}
.fund-trade .new-fund .low-risk_opacity_touming {
	opacity: 1;
}
.dropdown_button_float{
	
}
.dropdown_button_float span{
	float:left;
	font-size: 16px;
	color: #919191;
	width: 76px;
	height:38px;
	line-height:38px;
}
.dropdown_button_float i{
	float:left;
	margin-top:15px;
	margin-left:4px;
}
.clearfix_end_search{
	width:120px !important;
}
.net-value_red{
	color:#EF5525 !important;
}
.width140TD{
	width:140px !important;
}
.width100TD{
	width:100px !important;
}
.width90TD{
	width:90px !important;
}
.width110TD{
	width:110px !important;
}
.width180TD{
	width:180px !important;
}
.jijin_width_134TD{
	width:134px !important;
}
.jijin_width_150TD{
	width:150px !important;
}
.jijin_width_104TD{
	width:104px !important;
}
.jijin_width_142TD{
	width:142px !important;
}
.jijin_width_114TD{
	width:114px !important;
}
.jijin_width_200TD{
	width:200px !important;
}
.span_family_style{
	font-family: "PingFangSC","PingFangSC-Regular", "微软雅黑", Helvetica, Arial, sans-serif;
	font-weight:normal ;
}
/* 以上为修改 */
.xiu_quxiao_B_fill{
	overflow:hidden;
}
.xiu_quxiao_B_fill a{
	display:block;
	width:100px;
	height:40px;
	background:#B88858;
	float:left;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	font-size:18px;
	color:#ffffff;
	margin-top:30px;
	margin-bottom:20px;
}
.xiu_quxiao_B_fill .xiu_boxA_fill:hover{
	background:#A16324;
}
.xiu_quxiao_B_fill .xiu_boxA_fill{
	margin-left:280px;
}
.xiu_quxiao_B_fill .qu_boxA_fill{
	background:#ffffff;
	color:#B88858;
	border:1px #B88858 solid;
	margin-left:35px;
}
.xiu_quxiao_B_fill .qu_boxA_fill:hover{
	color:#A16324;
	border:1px #A16324 solid;
}
.telephone_fax_box{
}
.telephone_fax_box .nosame_inputTHREE{
	float:left;
	overflow:hidden;
	margin-top:10px;
}
.telephone_fax_box .nosame_inputTHREE input{
	width:50px;
	height:40px;
	border:1px #CACACA solid;
	padding-left:9px;
	font-size:16px;
	color:#919191;
}
.telephone_fax_box .nosame_inputTHREE .fax_fill_input_infor{
	width:90px;
}
.nosame_inputTHREE_right{
	margin-left:56px;
}
.position_span_box{
	position:relative;
}
.can_no_can_fill{
	font-size:13px;
	color:#919191;
	position:absolute;
	top:21px;
	right:-12px;
}
/* 我的帐户—安全中心 */
.big_right_NAv{
	padding:0 30px;
}
.big_right_NAvUl{
	margin:0px;
	padding:0px;
	
	margin-top:17px;
	overflow:hidden;
	height:55px;
}
.big_right_NAvUl li{
	float:left;
	margin:0px;
	padding:0px;
	display:block;
}
.big_right_NAvUl li:first-child{
	margin-left:20px;
}
.big_right_NAvUl li a,.big_right_NAvUl li span{
	display:block;
	float:left;
}
.big_right_NAvUl li span{
	width:30px;
	height:18px;
	margin-top:19px;
}
.big_right_NAvUl li .vertical_span_Y{
	border-left:1px #C7C7C7 solid;
}
.big_right_NAvUl li a{
	font-size:18px;
	color:#8E8470;
	height:54px;
	line-height:54px;
	
}
.big_right_NAvUl li a:hover{
	border-bottom:1px #2E1506 solid;
	color:#2E1506;
}
.big_right_NAvUl li .big_right_NAvUlactiveA{
	border-bottom:1px #2E1506 solid;
	color:#2E1506;
}
.big_right_NAvUl_div{
	border-bottom:1px #e3e3e3 solid;
	margin-top:-2px;
}
.safe_jibie_allTOP{
	overflow:hidden;
	margin-top:65px;
}
.safe_jibie_IMG{
/*	font-size:;
	color:;*/
	float:left;
	height:128px;
	width:128px;
	margin-left:254px;
	background:url("../images/safe_jibie_IMG.png") no-repeat left center;
}
.safe_text_height{
	float:left;
}
.safe_text_height h3,.safe_text_height p{
	margin:0px;
	padding:0px;
}
.safe_text_height h3{
	font-size:24px;
	color:#512D16;
	line-height:24px;
	margin-top:38px;
	margin-left:20px;
}
.safe_text_height h3 span{
	color:#4A90E2;
}
.safe_text_height p{
	font-size:14px;
	color:rgba(72,72,72,0.80);
	line-height:14px;
	margin-top:23px;
	margin-left:20px;
}
.qiyong_noqiyong{
	margin-top:50px;
	border-top:1px rgba(145,145,145,0.10) solid;
	margin-left:50px;
	margin-right:30px;
	margin-bottom:5px;
}
.qiyong_noqiyong_row{
	overflow:hidden;
}
.qiyong_noqiyong_row p{
	margin:0px;
	padding:0px;
	float:left;
	height:60px;
	line-height:60px;
	font-size:14px;
	color:#484848;
}
.qiyong_noqiyong_row .qiyong_low1{
	width:130px;
	color:#4A90E2;
	padding-left:48px;
	background:url("../images/icon_ture.png") no-repeat 25px center;
}
.qiyong_noqiyong_row .no_qiyong_low1{
	color:#EF5525;
	background:url("../images/icon_hongsetishi.png") no-repeat 25px center;
}
.qiyong_noqiyong_row .qiyong_low2{
	width:154px;
}
.qiyong_noqiyong_row .qiyong_low3{
	width:410px;
}
.qiyong_noqiyong_row a{
	float:right;
	margin-right:20px;
	width:70px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#ffffff;
	background:#4A90E2;
	font-size:14px;
	margin-top:15px;
}
.qiyong_noqiyong_row a:hover{
	background:#2C73C6;
}
.qiyong_noqiyong_row .noQiyong_A{
	background:#EF5525;
}
.qiyong_noqiyong_row .noQiyong_A:hover{
	background:#DE4212;
}
.qiyong_noqiyong_row{
	border-bottom:1px #F4F4F4 solid;
}
/* 我的帐户－银行卡管理 */
.my_bank_cardB{
	margin:28px 0px 0px 50px;
}
.my_bank_cardCELL{
	float:left;
	margin-right:16px;
	width:254px;
	height:128px;
	border:2px #D8D8D8 solid;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
}
.my_bank_cardCELL:hover{
	border:2px rgba(255,175,46,0.60) solid;
	box-shadow:0px 3px 15px rgba(255,175,46,0.60);
	-moz-box-shadow:0px 3px 15px rgba(255,175,46,0.60);
	-o-box-shadow:0px 3px 15px rgba(255,175,46,0.60);
	-ms-box-shadow:0px 3px 15px rgba(255,175,46,0.60);
	-webkit-box-shadow:0px 3px 15px rgba(255,175,46,0.60);
}
.myBANKcard_header{
	overflow:hidden;
}
.myBANKcard_header img,.myBANKcard_header a{
	float:left;
	display:block;
}
.myBANKcard_header img{
	margin:1px 1px 0px 5px;
}
.myBANKcard_header a{
	width:72px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#ffffff;
	background:#4A90E2;
	font-size:14px;
	margin-top:14px;
	/*cursor:not-allowed;*/
	cursor:default;
}
.myBANKcard_headerTwo a{
	background:#FB7A52;
}
.myBANKcard_headerThree a{
	background:#F39C0F;
}
.my_bank_cardCELL > h4{
	margin:0px;
	padding:0px;
	line-height:28px;
	text-align:center;
	color:#512D16;
	font-size:18px;
	margin-bottom:5px;
}
.myBANKcard_footer{
	height:40px;
	background:#F0F1F4;
}
.myBANKcard_footer a{
	height:40px;
	line-height:40px;
	color:#512D16;
	padding-left:14px;
}
.myBANKcard_footer .detail_bankCard{
	margin-left:15px;
	background:url("../images/gerenzhongxin_xiangqing .png") no-repeat left center;
}
.myBANKcard_footer .tal_bankCard{
	margin-left:46px;
	background:url("../images/gerenzhongxin_genhuang.png") no-repeat left center;
}
.myBANKcard_footer .delete_bankCard{
	margin-right:15px;
	float:right;
	background:url("../images/gerenzhongxin_shanchu.png") no-repeat left center;
}
.my_bank_cardCELLActi{
	border:2px rgba(255,175,46,0.60) solid;
	box-shadow:0px 3px 15px rgba(255,175,46,0.60);
	-moz-box-shadow:0px 3px 15px rgba(255,175,46,0.60);
	-o-box-shadow:0px 3px 15px rgba(255,175,46,0.60);
	-ms-box-shadow:0px 3px 15px rgba(255,175,46,0.60);
	-webkit-box-shadow:0px 3px 15px rgba(255,175,46,0.60);
}
.my_bank_cardCELL_Four{
	float:left;
	margin-right:16px;
	width:254px;
	height:128px;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:28px;
	cursor:pointer;
	background:url("../images/my_bank_cardCELL_Four.png") no-repeat left center;
}
.my_bank_cardCELL_Four:hover{
	border:none;
	background:url("../images/my_bank_cardCELL_FourH.png") no-repeat left center;
	box-shadow:0px 0px 0px rgba(255,255,255,0.00);
	-moz-box-shadow:0px 0px 0px rgba(255,255,255,0.00);
	-o-box-shadow:0px 0px 0px rgba(255,255,255,0.00);
	-ms-box-shadow:0px 0px 0px rgba(255,255,255,0.00);
	-webkit-box-shadow:0px 0px 0px rgba(255,255,255,0.00);
}
.checked_bank_Mangement{
	margin-left:49px;
	width:712px;
	overflow:hidden;
}
.checked_bank_Mangement .P_checked_bankTOP{
	margin:0px;
	padding:0px;
	margin-top:54px;
	color:#2E1506;
	line-height:18px;
	font-size:18px;
	margin-bottom:4px;
}
.checked_bank_Mangement .bank_every li{
	float:left;
	margin-right:18px;
	margin-top:20px;
}
.checked_bank .bank_every li:hover img{
	border:1px #B88858 solid;
}
.checked_bank_Mangement .bank_every{
	margin-bottom:20px;
}
/* 我的帐户—银行卡管理—弹窗 */
.bank_detail_card{
	margin-top:8px;
}
.bank_detail_card > div{
	border-bottom:1px #F4F4F4 solid;
	overflow:hidden;
}
.bank_detail_card > div span,.bank_detail_card > div p,.bank_detail_card > div a{
	float:left;
	display:block;
	margin:0px;
	padding:0px;
}
.bank_detail_card > div span{
	font-size:16px;
	color:#919191;
	line-height:60px;
	height:60px;
}
.bank_detail_card > div .ereryDay_xianzhiEwan{
	margin-left:45px;
}
.bank_detail_card > div .deal_name_information_S{
	margin-left:114px;
}
.bank_detail_card > div p{
	font-size:16px;
	color:#484848;
	line-height:60px;
	height:60px;
}
.bank_detail_card > div a{
	font-size:14px;
	color:#B88858;
	line-height:14px;
	margin-top:15px;
	border:1px #B88858 solid;
	padding:7px 18px;
	margin-right:20px;
}
.bank_detail_card > div a:hover{
	color:#A16324;
	border:1px #A16324 solid;
}
.bank_detail_card > div .qianyue_nameA{
	margin-left:18px;
}
.bank_detail_card > div .xiugai_quancheng_Bank{
	margin-left:40px;
}
/* 我的帐户－风险测评页面 */
.review_agrin{
	overflow:hidden;
	margin-top:37px;
}
.review_agrin_Left , .review_agrin_right{
	float:left;
}
.review_agrin_Left{
	width:205px;
	margin-left:50px;
	position:relative;
}
.arrow_zhizheng_red{
	position:absolute;
	left:99px;
	top:92px;
}
.review_agrin_Left p{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:18px;
	color:#512D16;
	margin-top:12px;
}
.review_agrin_right{
	margin-left:30px;
	width:538px;
	margin-top:-7px;
}
.review_agrin_right p{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#484848;
	line-height:30px;
}
.review_agrin_right p span{
	color:#512D16;
}
.review_agrin_right a{
	display:block;
	width:130px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#ffffff;
	background:#B88858;
	font-size:18px;
	margin-top:30px;
}
.review_agrin_right a:hover{
	background:#A16324;
}
.review_fenge_line{
	margin:50px 50px 34px 30px;
	height:1px;
	background:#E8E8E8;
}
.fund_invest_review{

}
.fund_invest_review p{
	margin:0px;
	padding:0px;
}
.fund_invest_review > p{
	font-size:18px;
	color:#2E1506;
	margin-left:50px;
	margin-bottom:15px;
}
.fund_invest_review_ul{
	margin:0px;
	padding:0px;
}
.fund_invest_review_ul li{
	margin-top:4px;
	width:774px;
	font-size:14px;
	color:#484848;
	line-height:26px;
	margin-left:41px;
}
.review_step_Iconbox{
}
.review_step_Iconbox img{
	display:block;
	float:left;
}
.review_step_Iconbox .step_Iconbox_first_img{
	margin-left:100px;
}
.review_step_Iconbox i{
	float:left;
	width:101px;
	height:1px;
	background:#D8D8D8;
	margin-top:8px;
	margin-left:20px;
	margin-right:20px;
}
.review_step_box > p{
	font-size:18px;
	color:#2E1506;
	margin-left:50px;
	margin-top:30px;
	margin-bottom:20px;
}
.review_step_Iconbox span{
	display:block;
	float:left;
	margin-top:8px;
	font-size:14px;
	color:#484848;
}
.review_step_Iconbox .step_Iconbox_span1{
	margin-left:66px;
}
.review_step_Iconbox .step_Iconbox_span2{
	margin-left:88px;
	color:#F39C0F;
}
.review_step_Iconbox .step_Iconbox_span3{
	margin-left:89px;
}
.review_step_Iconbox .step_Iconbox_span4{
	margin-left:73px;
}
.review_step_Iconbox .step_Iconbox_span5{
	margin-left:82px;
}
.review_table_guize{
	
}
.review_table_guizeH{
	overflow:hidden;
	margin-top:20px;
}


.review_table_guizeH > p{
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#2E1506;
	margin-left:50px;
	height:54px;
	line-height:54px;
	float:left;
}
.review_table_guizeH > span{
	float:right;
	font-size:14px;
	color:#92693C;
	height:54px;
	line-height:54px; 
	margin-right:50px;
	cursor:pointer;
}
.review_table_guizeH > span:hover{
	color:#512D16;
}
.review_table_guize .review_table_guizeTable{
	width:774px;
	margin-left:50px;
	text-align:center;
	border:1px #E8E8E8 solid;
	margin-bottom:20px;
	
}
.review_table_guize .review_table_guizeTable td{
	border:1px rgba(58,53,52,0.14) solid;
}
.review_table_guizeTable td{
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#484848;
}
.review_table_guizeTable .company_product_td,.review_table_guizeTable .customer_type_td{
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#2E1506;
}
.review_table_guizeTable .fengxian_dengjiTD{
	font-size:14px;
	color:#2E1506;
}
.review_table_guizeTable .inner_dongliTD{
	cursor:pointer;
}
.review_table_guizeTable .inner_dongliTD:hover{
	color:#EF5525;
}
.review_table_guizeTable .red_tishiTD{
	background:url("../images/red_tishiTD.png") no-repeat center center;
}
.review_table_guizeTable .blue_tishiTD{
	background:url("../images/blue_tishiTD.png") no-repeat center center;
}
/* 调查问卷 */
.questionnaire_box{
	margin:0px 50px;
}
.questionnaire_box p{
	margin:0px;
	padding:0px;
	
}
.questionnaire_box .question_p_jieshi{
	font-size:14px;
	color:#919191;
	line-height:20px;
	margin-top:16px;
}
.every_questionnaire{
	margin-top:38px;
	overflow:hidden;
}
.every_questionnaire div{
	float:left;
}
.every_questionnaire .number_cure_under_content{
	width:752px;
}
.every_questionnaire .number_cure{
	width:22px;
	font-size:16px;
	color:#512D16;
}
.every_questionnaire p{
	font-size:16px;
	color:#512D16;
}
.every_questionnaire a{
	float:left;
	display:block;
	margin-top:20px;
	margin-left:40px;
	padding-left:25px;
	font-size:14px;
	color:#484848;
	height:16px;
	line-height:16px;
	background:url("../images/no_question_icon.png") no-repeat left center;
}
.every_questionnaire a:hover{
	color:#512D16;
	background:url("../images/yes_question_icon.png") no-repeat left center;
}
.every_questionnaire .no_questionnaire_twoQUestion{
	margin-left:54px;
}
.every_questionnaire .firstyes_questionnaire{
	margin-left:0px;
}
.every_questionnaire .activeyes_questionnaire{
	background:url("../images/yes_question_icon.png") no-repeat left center;
	color:#512D16;
}
.tijiao_quxiaoBox{
	overflow:hidden;
	margin-top:30px;
	margin-bottom:20px;
}
.tijiao_quxiaoBox a{
	display:block;
	float:left;
	width:140px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:18px;
	color:#fff;
	background:#DDDEE2;
	margin-left:40px;
}
.tijiao_quxiaoBox .AR_tijiao_box{
	color:#B88858;
	background:#fff;
	border:1px #B88858 solid;
}



.tijiao_quxiaoBox .AL_tijiao_box{
	background:#B88858;
	margin-left:48px;
}
.tijiao_quxiaoBox .AL_tijiao_box:hover{
	background:#A16324;
}
.tijiao_quxiaoBox .AR_tijiao_box:hover{
	border:1px #A16324 solid;
	color:#A16324;
	background:#fff;
}



/* 最后我的帐户左侧调整 */
.big_Left_Ul .big_left_ulActive a .my_dataA_I{
	background:url("../images/gerenzhongxin_gengduo_selected.png") no-repeat left center;
}
.big_Left_Ul .big_left_ulActive a .my_dataA_span{
	background:url("../images/anquanzhongxin_wodeziliao_selected.png") no-repeat left center;
	color:#512D16;
}
.big_Left_Ul .big_left_ulActive a .safe_centerA_span{
	background:url("../images/gerenzhongxin_anquan_selected.png") no-repeat left center;
	color:#512D16;
}
.big_Left_Ul .big_left_ulActive a .fengxianA_span{
	background:url("../images/gerenzhongxin_fenxian_selected.png") no-repeat left center;
	color:#512D16;
}
.big_Left_Ul .big_left_ulActive a .bank_ImanA_span{
	background:url("../images/gerenzhongxin_yinghangka_selected.png") no-repeat left center;
	color:#512D16;
}
.big_Left_Ul .big_left_ulActive a .dianZiA_span{
	background:url("../images/gerenzhongxin_dianzidingyue_selected.png") no-repeat left center;
	color:#512D16;
}
/* 登录页 */

/* 公司实力，解决方案，优质服务 */
.company_case_services{
	width:1100px;
	margin:0 auto;

	overflow:hidden;
}
.company_case_services_ul{
	margin:0px;
	padding:0px;
}
.company_case_services_ul li{
	float:left;
	margin-left:25px;
	width:350px;
	height:186px;
	text-align:center;
	background-color:#fff;
	cursor:pointer;
}
.company_case_services_ul .company_case_services_ulFli{
	margin-left:0px;
	
}
.company_case_services_ul .company_case_services_ulTWli{
	background:url("../images/company_case_services_ulTWli.png") no-repeat left center;
}
.company_case_services_ul .company_case_services_ulThli{
	background:url("../images/company_case_services_ulThli.png") no-repeat left center;
}



.company_case_services_ul li img{
	
}
.company_case_services_ul li h4{
	margin:0px;
	padding:0px;
	margin-top:18px;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
}
.company_case_services_ul li p{
	margin:0px;
	padding:0px;
	margin-top:8px;
	font-size:14px;
	color:#fff;
}
/* 帮助信息和通知公告 */
.help_info_notification{
	width:1100px;
	margin:0 auto;
	margin-top:20px;
	background-color:#fff;
}
.help_info_notification > ul{
	width:100%;
	overflow:hidden;
}
.help_info_notificationL{
	float:left;
	margin-left:32px;
	width:480px;
	display:block;
	margin-bottom:32px;
}
.help_info_notificationR{
	float:right;
	margin-right:32px;
	width:480px;
	display:block;
	margin-bottom:32px;
}
.help_info_notification_I, .help_info_notification_H{
	margin-top:26px;
	border-bottom:1px #E2E2E2 solid;
	overflow:hidden;
	margin-left:10px;
	margin-bottom:6px;
}

.help_info_notification_H h3{
	margin:0px;
	padding:0px;
	float:left;
	padding-bottom:9px;
	color:#512D16;
	font-size:24px;
	font-weight:normal;
	border-bottom:3px #512D16 solid;
	padding-left:29px;
	background:url("https://myspace.51fund.com/myspace/images/normal_question_icon.png") no-repeat left 8px;
}
.help_info_notification_I h3{
	margin:0px;
	padding:0px;
	float:left;
	padding-bottom:9px;
	color:#512D16;
	font-size:24px;
	font-weight:normal;
	border-bottom:3px #512D16 solid;
	padding-left:29px;
	background:url("https://myspace.51fund.com/myspace/images/normal_info_icon.png") no-repeat left 8px;
}
.help_info_notification_I p,.help_info_notification_H p{
	margin:0px;
	padding:0px;
	float:right;
	margin-top:7px;
	color:#92693C;
	font-size:14px;
}
/*.help_info_notification_H p:hover{
	color:#512D16;
}*/
.help_info_notification_I p a,.help_info_notification_H p a{
	color:#92693C;
	font-size:14px;
	display:inline-block;
}
.help_info_notification_I p a:hover,.help_info_notification_H p a:hover{
	color:#512D16;
}
.help_info_notificationL ul li,.help_info_notificationR ul li{
	display:block;
	overflow:hidden;
	padding-left:10px;
	background:url(images/disc_li.png) no-repeat left center;
	margin-top:18px;
}
.help_info_notificationL ul li a,.help_info_notificationR ul li a{
	display:block;
	float:left;
	color:#333333;
	font-size:14px;
}
.help_info_notificationL ul li a:hover,.help_info_notificationR ul li a:hover{
	color:#F39C0F;
}
.help_info_notificationR ul li a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:400px;
}
.help_info_notificationR ul li a span{
	color:#512D16;
}
.help_info_notificationL ul li > span,.help_info_notificationR ul li > span{
	display:block;
	float:right;
	color:#333333;
	font-size:14px;
}
/* banner处轮播滚动效果 */
.banner_denglu_center_box{
	
}
.main_visual{
	width:1440px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.h2_denglu_banner{
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-size:30px;
	position:absolute;
	left:170px;
	top:130px;
}
.h2_denglu_banner_d{
	color:#fff;
	font-size:30px;
	position:absolute;
	left:170px;
	top:173px;
}
.main_image{
	width:1440px;
	height:390px;
	overflow:hidden;
}
.flicking_con{
	position:absolute;
	left:50%;
	bottom:32px;
	margin-left:-35px;
	z-index:4;
}
.flicking_inner{
	overflow:hidden;
}
.flicking_inner a{
	width:10px;
	display:block;
	float:left;
	height:10px;
	background:url("../images/oval_gray.png") no-repeat left top;
	margin-left:10px;
}
.flicking_inner .ACtive_flicking{
	background:url("../images/Oval.png") no-repeat left top;
}
.denglu_input_box{
	width:300px;
	height:303px;
	background:url("../images/Mask_denglu_input_box.png") no-repeat left top;
	position:absolute;
	left:971px;
	/*top:140px;*/
	top:44px;
}
.denglu_input_boxHeader{
	overflow:hidden;
}
.denglu_input_boxHeader h2{
	float:left;
	margin:0px;
	padding:0px;
	color:#512D16;
	font-size:20px;
	margin-top:28px;
	padding-left:24px;
}
.denglu_input_boxHeader a{
	float:right;
	color:#F39C0F;
	font-size:12px;
	text-decoration:underline;
	margin-right:24px;
	margin-top:34px;
}
.denglu_input_boxHeader a:hover{
	color:#EC850A;
}
.denglu_input_box li{
	width:252px;
	height:40px;	
	border:1px #DFDFDF solid;
	position:relative;
	margin-top:10px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
	background-color:#fff;
}
.denglu_input_box .denglu_yanzhenmaZH{
	margin-top:18px;
}
.regin_ul_box{
	margin:0px;
	padding:0px;
}
.regin_ul_box li span{
	float:left;
	display:block;
	width:24px;
	height:20px;
	border-right:1px #D8D8D8 solid;
	margin-top:10px;
	margin-left:13px;
}
.denglu_yanzhenmaZH span{
	background:url("../images/denglu_yanzhenmaZH.png") no-repeat left center;
}
.yanzhengma_li_two span{
	background:url("../images/yanzhengma_li_two.png") no-repeat left center;
}
.denglu_yanzhenmaTHree span{
	background:url("../images/denglu_yanzhenmaTHree.png") no-repeat left center;
}


.denglu_input_box li input{
	border:none;
	margin:0;
	padding:0;
	width:180px;
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#484848;
	padding-left:10px;
	
}
.denglu_yanzhenmaZH img{
	position:absolute;
	right:;
	top:16px;
	cursor:pointer;
}
.yanzhengma_li_two img{
	position:absolute;
	right:;
	top:14.5px;
	cursor:pointer;
}
.denglu_yanzhenmaTHree button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:90px;
	height:38px;
	line-height:38px;
	font-size:12px;
	color:#919191;
	border:none;
	border-left:1px #DFDFDF solid;
	cursor: pointer;
	background-color:#fff;
}
.denglu_input_box .mima_error{
	margin:0px;
	padding:0px;
	padding-left:15px;
	float:left;
	color:#6D6D6D;
	font-size:10px;
	height:12px;
	line-height:12px;
	margin-top:9px;
	margin-left:24px;
	background:url("../images/mima_errorp.png") no-repeat left center;
	cursor:pointer;
}
.denglu_input_box .mima_error:hover{
	color:#EF5525;
	background:url("../images/mima_errorp512.png") no-repeat left center;
}
.denglu_input_box .forget_error{
	margin:0px;
	padding:0px;
	float:right;
	margin-right:24px;
	color:#6D6D6D;
	font-size:12px;
	height:12px;
	line-height:12px;
	margin-top:9px;
	text-decoration:underline;
}
.denglu_input_box .forget_error:hover{
	color:#EF5525;
}
.denglu_input_box_getIN{
	margin:0 auto;
	margin-top:12px;
	width:252px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#fff;
	border:none;
	background-color:#F39C0F;
	display:block;
}
.denglu_input_box_getIN:hover{
	background-color:#EC850A;
}
.img_li_banner_ul{
	width:4320px;
	height:390px;
	margin:0 auto;
}
.img_li_banner_ul li{
	float:left;
}
.width1440login{
	width:1100px;
	margin:0 auto;
}
/* 以上是整理有用的 */


/*=============新加的样式=============*/
.clear {clear:both; font:0px/0px Arial; overflow:hidden; width:100%; zoom:1; }
.ml6{margin-left: 6px !important;}
.mr30{ margin-right: 30px;}
.bt{ border-top: 1px solid #dfdfdf}
.w120{ width: 120px;}
.c0d3{color: #00000;}
.cdc9{color: #CD975F !important; }
.cf89{color: #f39c0f!important; }
.red{ color: #ef5525 !important;}
/*基金申购*/
.fund_name{font-size: 16px;height: 30px;line-height: 30px;margin-top: 4px;}
.fund_payment{ margin-top: 0;}
.fund_payment a{ margin-top: 12px; font-size:16px; line-height:16px;}
.fund_buy .search-label{ width: 150px; text-align: right; margin-right: 12px;}
.infro{font-size: 12px;margin-top: 10px; line-height: 24px;display: inline-block;margin-left: 15px;color: #F39C0F; font-style: normal; vertical-align: middle;}
.invest-search .form-group .fund_bank_list li{ line-height: 11px; width: 160px;}
.invest-search .search-form .form-group .dropdown .fund_bank_btn{ width: 160px;}
.invest-search .search-form .form-group .fund_bank_txt{ width: 118px;}

.fund_btn{width: 100px; height: 40px; font-size: 12px; margin-left: 15px; vertical-align: middle;}
.fund_infro{width: 661px; height: auto;color: #9b9b9b;overflow: hidden;font-size: 14px;line-height: 22px;}
.fund_btn_box{ margin-top: 56px;}
.softkeyboard{ width: 60px; height: 40px; font-size: 12px; display: inline-block; margin-left: 15px; vertical-align: middle; background: #999;}
.revoke_tip{ background: #f2f2f2;width: 988px;padding: 20px;}
.revoke_tip img{ float: left; margin-right: 20px;}
.revoke_tip p{ font-size: 14px; line-height: 26px;}
.operate{ padding: 40px 0 20px; font-size: 14px;height: 90px;line-height: 34px;}
.operate a{ margin-left: 30px;background: #f2f2f2; padding: 2px 15px;border-radius: 5px;}
.operate-btn{border: 1px solid #EF5525;color: #fff; background-color: #EF5525; height: 40px;padding: 10px 15px;font: initial;}
.detail-btn{border: 1px solid #B88858;color: #B88858;background-color: #fff;height: 40px;padding: 10px 15px;margin-right: 20px;}
.text_suffix{ font-size: 14px; margin-top: 10px; display: inline-block; margin-left: 16px; line-height: 22px;}

.error_infro{font-size: 14px; clear: both; color: red; padding-left: 160px; padding-top: 10px; line-height: 20px;}
.agreement{line-height: 30px; height: 40px;}
.agreement .every_questionnaire .agree_txt{ background: none; padding-left: 0; margin-left: 0;}

.buy{
	width:1100px;
	margin:0 auto;
	background-color:#fff;
	margin-top:14px;
	overflow:hidden;
}
.buy_name{
	margin-top:0px;
}
.buy_num{
	margin-top:15px;
	margin-left:50px;
	overflow:hidden;
}
.buy_pianyi > div{
	margin-left:40px;
}

.buy_num.validate-code {
	margin-top: 10px;
}
.buy_num p{
	width:150px;
	text-align:right;
	font-size:16px;
	color:#512D16;
	float:left;
}
.buy_num span{
	float:left;
	font-size:16px;
	color:#512D16;
}

.buy_num .xianjin_Byell{
	float:left;
	font-size:16px;
	color:#512D16;
	margin-top:8px;
	margin-left:10px;
}


.firstline{
	margin-top:40px !important;
}

.buybut{
	 margin-left: 160px !important;
	 }

.buybut_last{
	margin-bottom:30px;	 
	 }
	 
 .buy_tip {
	 
	margin:20px 80px 20px 80px !important;
	 background-color: #F7F7F7; 
	 padding:30px;
}
 .buy_tip p{ 	color: #929292;
 
}
 .buy_tip .tip-title {
	margin-bottom: 10px;
  color: #484848;
}
 .buy_tip ul {
	padding-left: 20px;
}
.buy_tip ul>li {
	color: #484848;
	opacity: 0.8;
	list-style-type: disc;
}
.buy_tip ul>li>a {
	text-decoration: underline;
	color: rgba(251, 122, 82, 0.8);
}	 
.form_right{
	margin-left:10px;}
	
.buy-back-btn, .buy-back-btn a {
  color: #b4b0a8;
  padding: 3px 6px;
  line-height:14px;
  outline: none;
  box-shadow: none;
  font-size:14px !important;
  margin:10PX 0 0 0PX;
}	
.buy-back-btn a:HOVER {
  color: #f39c0f;
}
.buy_info {
	 
	margin:30px 70px 20px 70px !important;
	 background-color: #F7F7F7; 
	 padding:20px 30px 20px 30px;
}
 .buy_info p{ 	color: #512D16;
 padding:10px;
 font-size:16px;
 line-height:18px; 
 margin-bottom:0px;
}


.buy_list{
	margin-top:5px;
	margin-left:50px;
	overflow:hidden;
}


.buy_list.validate-code {
	margin-top: 10px;
}
.buy_list p{
	width:150px;
	text-align:right;
	font-size:16px;
	color:#512D16;
	float:left;
}
.buy_list span{
	float:left;
	font-size:16px;
	color:#512D16;
}

.buy_list .xianjin_Byell{
	float:left;
	font-size:16px;
	color:#512D16;
	margin-top:8px;
	margin-left:10px;
}
.buy_password {
	 
	margin:15px 70px 20px 70px !important;
	 background-color: #F7F7F7; 
	 padding:10px 30px 10px 30px;
}
 .buy_password p{ 	color: #512D16;
 padding:10px;
 font-size:16px;
 line-height:18px; 
 margin-bottom:0px;
}

.password_alert {
	margin-left:30px;
	padding-left:30px;
	overflow:hidden;
	margin-top:6px;
}
.password_alert img{
	display:block;
	float:left;
	margin-top:6px;
}

.password_alert .alert_number{
	display:block;
	float:left;
	margin-left:4px;
	color:#EF5525;
}

.buy_pay {
	 
	margin:30px 70px 0px 70px !important;
	 background-color: #F7F7F7; 
	 padding:40px 30px 40px 60px;
}
 .buy_pay p{ 	color: #512D16;

 font-size:16px;
 line-height:18px; 
 margin-bottom:0px;
}
 .buy_pay span{ color: #512D16;

 font-size:16px;
 line-height:18px; 
 margin:0px 0px 0px 15px;
}

 .buy_pay span a{ color: #f39c0f;
 text-decoration:underline;
 font-size:16px;
 line-height:18px; 
 margin:0px 0px 0px 10px;
}
.buy_pay_info {
	 
	margin:10px 70px 20px 70px !important;
	background-color:#fff8ef;
	 padding:20px 30px 15px 130px;
}

	 
.buy_related {
	float:left; display: inline;
	line-height:50px;
	margin-top:40px;
	font-size:14px;
	color:#919191;
	cursor:pointer;
	width:520px !important;
}

.buy_related span{
	float:left !important; 
	margin:-10px 20px 0 25px !important;
}
.buy_related_butt span{
	float:left;
	 padding:10px 10px 5px 10px;
	line-height:50px;
	 margin:10px 10px 20px 0px !important;
	 	width:120px !important;}
	 
.buy_related_butt  a{
	float:left;
	width:120px !important;
	height:30px;
	line-height:30px;
	font-size:14px;
    cursor:pointer;
	display:inline-block;	
	background-color:#f2f2f2;
	margin:10px 0px 0px 0px;
	padding:0px 10px 5px 10px;
		color:#919191;
		
}	 
.buy_related_butt  a:hover {
	background:#CD975F;
	color:#ffffff;
		
}	
 .buy_pay_orange  { background:#f39c0f !important;
		
}	

/*基金赎回转换*/

 .topgap { margin-top:30px; margin-bottom:-30px;}
 .lastlab{ width:60px !important;}
 .firstlab{ width:100px; }
 .navlab{width:165px;}
 .navname{width:230px;}
 .but90{ width:100px !important; }
   .but120{ width:110px !important; }
  .but140{ width:140px !important; }
 .but380{ width:380px !important; }
 .padding-bot0{ padding-bottom:0px!important;}
 .right10{ margin-right:10px;}
 .hotlistlink a{
	float:left;
	margin-left:18px;
	font-size:14px;
	line-height:16px;
	margin-top:15px;
	cursor:pointer; 
	color: #f39c0f;
	text-decoration:underline;
}
.acenter{ width:240px;
margin:0px auto ;}

/*定投*/

.detail-list{width:900px; margin-top:20px;}
.detail-boder{ border-bottom:#CCC 1px solid;}
.cancel-warning{float: left; width:800px; padding-left: 130px;}
.cancel-warning-left{float: left;font-size:18px; }
.addrsp-form {
  width: 1100px !important;
  height: 200px !important; 
  padding-top:70px !important;
}

.icon-RSP {
	background-image: url("../images/icn_rsp.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 7px;
}

/*我的账户-温馨提示*/
.my-investment .warm-tip {
	width: 1100px;
	margin: 20px auto;
	font-size:12px;
	line-height:20px;
}
.my-investment .warm-tip .tip-title {
	margin-bottom: 10px;
  color: #CD975F;
}
.my-investment .warm-tip ul {
	padding-left: 20px;
}
.my-investment .warm-tip ul>li {
	color: #484848;
	opacity: 0.8;
	list-style-type: disc;
	margin-top:5px;
}
.my-investment .warm-tip ul>li>a {
	text-decoration: underline;
	color: rgba(251, 122, 82, 0.8);
}
/*我的账户-温馨提示*/
.tital-w{
	width: 1100px;
	margin:0 auto;}
	
/*我的账户-历史交易查询结果*/
.search_trad_menu{
	width:165px;
	cursor:pointer;
	float:left;
	overflow:hidden;
	padding-right:27px;
		margin-right:27px;
	border-right:1px #c7c7c7 solid;
}
.search_trad_menu i{
	float:left;
	margin-right:16px;
	margin-top:3px;
	width:9px;
	height:12px;
	background: url("../images/icn_dingtouxuanze_gray.png") no-repeat right center;
}
.search_trad_menu p{
	float:right;
	margin-bottom:0px;
	height:18px;
	line-height:18px;
	color:#8E8470;
	font-size:18px;
}
.search_trad_menu:hover i{
	background: url("../images/icn_dingtouxuanze.png") no-repeat right center;
}
.search_trad_menu:hover p{
	color:#512D16;
}
.search_left{
	margin-left:30px;
}
.search_mid{
	margin-left:0px ;
}

/*我的账户-操作日志*/
.search_border{
	margin-top:20px ;
	border:none;
}
.search_rightlist{
	width:870px !important; 
	padding:0px;
	}
.RIGHT_TIP{
	margin-left:20PX !important; 
	width:95% !important;
	}
.right_tip_tit{
	border-top:solid 1PX #DDD; 
padding-top:30PX}	


/*我的账户-修改预留信息*/

.ex_info {
	 
	margin:30px 30px 0px 30px !important;
	 background-color: #F7F7F7; 
	 padding:40px 50px 40px 50px;
	 width:810px;
}
 .ex_info p{ 	color: #512D16;

 font-size:16px;
 line-height:18px; 
 margin-bottom:0px;
}
 .ex_info span{ color: #512D16;

 font-size:16px;
 line-height:18px; 
 margin:0px 0px 0px 15px;
}

 .ex_info span a{ color: #f39c0f;
 text-decoration:underline;
 font-size:16px;
 line-height:18px; 
 margin:0px 0px 0px 10px;
}

.my-investment .search-label {
	font-weight: normal;
	font-size: 16px;
	color: #512D16;
	line-height: 40px;
	width: 85px;
}

.mphone p{
	width:120px;
	text-align:right;
	font-size:16px;
	color:#512D16;
	float:left;
	line-height:40px;
}

.mphone span{
	float:left;
	font-size:16px;
	color:#512D16;
		line-height:40px;
		margin-right:20px;
}

.mphone .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.mphone_change, .mphone_change a{
	font-size:14px;
	color:#CD975F;
	font-weight:normal;
	margin-left:0px;
	line-height:40px;
	padding-left:5px;
	text-decoration:underline;
}
.mphone_change a:hover{
	
	color:#f39c0f;

}

 .invest-bind {
	width: 810px !important;

}

.invest-search .bind-form {
	padding: 30px 0 50px 85px;
}

.bind-form-but button
	{width:120px;
	height:40px;
	margin-left:10px;
	background:#512D16;
	text-align:center;
	border:none;
	font-size:16px;
	color:#fff;
	outline:none;}
	
.bind-form-but .search-btn {
	background-color: #b88858;
  padding: 8px 52px;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  border: none;
  color: #fff;
  margin-left: 120px;
  margin-top:40px !important;
  height: 40px;
}
.bind-but-PADDING {

  margin-top:40px;

}


/*历史盈亏*/


.yk_border{

	border:none; padding-bottom:30px;
}

/*电子订阅*/


.dy_form{

	margin:20px 0 20px 0; 
	width:100%; 
	border-bottom:#e3e3e3 1px solid; 
	padding:20px 0 30px 0; 
	border-top:#e3e3e3 1px solid; 
	float:left; 

}
.dy_form div{
	width:33%;
	 height:45px; 
	 font-size:14px; 
	 float:left;
	 }
.dy_form .sicon{ 
padding-left:0px;  
color:#2E1506;  
line-height:35px; 
float:left; 
margin-left:25px;}

.sicon a{  
background: url(../images/dingyuen.png); 
background-repeat:no-repeat; 
background-position:center; 
padding-left:18px;}

.sicon a:hover{  
background: url(../images/dingyues.png); 
background-repeat:no-repeat; 
background-position:center; 
padding-left:18px;}

.sicon a.active{  
background: url(../images/dingyues.png); 
background-repeat:no-repeat; 
background-position:center; 
padding-left:18px;
}

.dy_form .stxt{
padding-left:5px;  
color:#2E1506;  
line-height:35px; 
float:left; 
margin-left:5px;
}

.dy-tip{
	float:left; 
	margin:30px 0 30px 30px; 
	line-height:50px;
	}
	
.dy-tip A{ 
color:#919191;
	}
		
.dy-tip A:HOVER{ 
color:#ef5525;

	}	
.dy-type { 
width:100% !important; 
height:40px; 
background-color: #fafafa; 
margin-bottom:20px; 
line-height:40px; 
padding-left:18px; 
margin-top:30px;

	}		