@charset "utf-8";
/* 个人中心页======================================start */
.personalCenter{
	padding:0;
}

.personalTjs ul li a:before{
	background: url(http://static.trust-one.com/img/m_v1/icons_my2.png) no-repeat;
	background-size: 12.5rem 12.5rem;
}

header .message,.income .link:before,.record li a:before,.personalRecord li a:before{
	background: url(http://static.trust-one.com/img/m_v1/icons_sprit_first.png) no-repeat;
	background-size: 12.9rem 20rem;
}
header .message{
	width: 0.8rem;
	height: 0.9rem;
	background-position: 0 -12.4rem;
}
header .message .red{
	width: 0.55rem;
	height: 0.55rem;
	display: block;
	background-color: red;
	color: #fff;
	font-size: 0.375rem;
	line-height: 0.55rem;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top:-0.025rem;
	right: -0.3rem;
}
.myNav{
    background: #077bdc;
    padding: 0 3rem 10px;
    height: 2.125rem;
    line-height: 2.2rem;
}
.myNav ul li{
	width: 50%;
	float: left;
	font-size: 0.8rem;
    text-align: center;
}
.myNav ul li a{
	display: inline-block;
    color: #fff;
    padding: 0 5px;
}
.myNav ul li a.active{
    border-bottom: 1px solid #fff;
}


/* 在投资产 */
.personalCenter .invest{
	height: 8.9rem;
	background-color: #077bdc;
	padding-bottom: 0.875rem;
	margin-bottom: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.invest .investment{
	padding:1.15rem 0 0 0;
	height: 5.25rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	color: #fff;
}
.investment span{
	font-size: 0.6rem;
	display: block;
}
.investment strong{
	font-size: 1.8rem;
	font-weight: normal;
	display: block;
	margin-top: 0.3rem;
	margin-bottom: 1.4rem;
}
.income{
	overflow: hidden;
	zoom:1;
}
.income .incomeContent{
	width: 50%;
	height: 2.55rem;
	float: left;
	color: #fff;
	padding:0.2rem 0 0 1.95rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.incomeContent span{
	font-size: 0.6rem;
	display: block;
	margin-bottom: 0.125rem;
}
.incomeContent strong{
	font-weight: normal;
	font-size: 0.8rem;
}
.income .link{
	width: 50%;
	height: 2.55rem;
	float: left;
	padding: 0.7rem 0 0 1.9rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.income .link:before{
	content: '';
	width: 0.1rem;
	height: 3rem;
	position: absolute;
	left:0;
	top:0;
	background-position: -9.15rem -14.4rem;
}
.link a{
	display: block;
	font-size: 0.75rem;
	color: #fff;
	width: 3.95rem;
	height: 1.1rem;
	text-align: center;
	line-height: 1.1rem;
	border: #fff solid 1px;
	border-radius: 0.1rem;
}

/* 收益记录 */
.personalCenter .record{
	width: 100%;
	height: 2.45rem;
	background-color: #fff;
	margin-bottom: 0;
}
.record li{ 
	line-height: 2.45rem;	
}
.record li a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0.6rem;
	color: #535353;
	padding-left: 1.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.record li a .num{
	color: #ff4800;
}
.record li a:before{
	content:'';
	position: absolute;
	left:0.55rem;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.record li:first-child a:before{
	width: 0.8rem;
	height: 0.875rem;
	background-position: 0 -13.75rem;
}
.record li:nth-child(2) a:before{
	width: 0.775rem;
	height: 0.875rem;
	background-position: 0 -15.1rem;
}
.record li:last-child a:before{
	width: 0.825rem;
	height: 0.875rem;
	background-position: 0 -16.4rem;
}

/* 个人记录 */
.personalRecord{
	margin-top: 0.5rem;
}
.personalRecord ul{
	overflow: hidden;
	zoom:1;
}
.personalRecord li{
	height: 5.55rem;
	width: 33.3333%;
	background-color: #fff;
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.personalRecord li .round{
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background-color: #ff5400;
	position: absolute;
	top:1.15rem;
	right: 1.5rem;
}
.personalRecord li:nth-child(2),.personalRecord li:nth-child(5){
	border-left:#f5f5f5 solid 1px;
	border-right: #f5f5f5 solid 1px;
}
.personalRecord li:nth-child(1),.personalRecord li:nth-child(2),.personalRecord li:nth-child(3){
	border-bottom:#f5f5f5 solid 1px;
}
.personalRecord li a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0.75rem;
	color: #333;
	text-align: center;
	padding-top: 3.15rem;
	position: relative;
}
.personalRecord li a:before,.personalTjs ul li a:before{
	content: '';
	position: absolute;
	top:1.25rem;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.personalRecord li:nth-child(1) a:before{
	width: 1.35rem;
	height: 1.35rem;
	background-position: -2.7rem -10.45rem;
}
.personalRecord li:nth-child(2) a:before{
	width: 1.35rem;
	height: 1.35rem;
	background-position: -2.7rem -5.2rem;
}
.personalRecord li:nth-child(3) a:before{
	width: 1.275rem;
	height: 1.35rem;
	background-position: -2.7rem -12.25rem;
}
.personalRecord li:nth-child(4) a:before{
	width: 1.3rem;
	height: 1.325rem;
	background-position: -2.7rem -6.95rem;
}
.personalRecord li:nth-child(5) a:before{
	width: 1.35rem;
	height: 1.35rem;
	background-position: -2.7rem -8.7rem;
}
.personalRecord li:nth-child(6) a:before{
	width: 1.3rem;
	height: 0.95rem;
	top:1.5rem;
	background-position: -2.7rem -13.9rem;
}

.personalTjs ul li:nth-child(1) a:before{
	width: 1.7rem;
	height: 1.35rem;
	background-position: -0.325rem -0.725rem;
}
.personalTjs ul li:nth-child(2) a:before{
	width: 1.325rem;
	height: 1.175rem;
	top: 1.35rem;
	background-position: -2.625rem -0.725rem;
}
.personalTjs ul li:nth-child(3) a:before{
	width: 1.225rem;
	height: 1.125rem;
	top: 1.35rem;
	background-position: -4.725rem -0.725rem;
}
.personalTjs ul li:nth-child(4) a:before{
	width: 1.325rem;
	height: 1.35rem;
	background-position: -6.8rem -0.725rem;
}
.personalTjs ul li:nth-child(5) a:before{
	width: 1.525rem;
	height: 1.525rem;
	background-position: -0.525rem -3.025rem;
}
.personalTjs ul li:nth-child(6) a:before{
	width: 1.525rem;
	height: 1.525rem;
	background-position: -2.7rem -3.025rem;
}

/* 安全退出 */
.exitBtn{
	height: 2.2rem;
	background-color: #fff;
	margin: 0.75rem 0;
}
.exitBtn a{
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	font-size: 0.75rem;
	line-height: 2.2rem;
	text-align: center;
}
/* 个人中心页======================================end */

