.integralCont {
	width: 960px;
}

.integralTab {
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #5EB263;
}
.integralTab li:first-child{
	border-top-left-radius: 5px;
}
.integralItems {
	float: left;
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

.integralActive {
	background: #5EB263;
	color: #fff;
}

.integralAchievementBox {
	width: 960px;
	background: #fff;
	padding-bottom: 30px;
}


/* 
 * 我的成就
*/

.myGrowthValue {
	display: inline-block;
	width: 477px;
	height: 200px;
	border-right: 1px solid #DDDDDD;
	;
}

.myIntegral {
	display: inline-block;
	width: 477px;
	height: 200px;
}

.integralTitle {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.integralTitle b {
	float: right;
	margin-right: 20px;
	color: #5EB263;
	vertical-align: middle;
	cursor: pointer;
}

.integralTitle i {
	color: #5EB263;
	font-size: 24px;
	vertical-align: middle;
}

.integralTitle span {
	font-size: 18px;
	vertical-align: middle;
}

.integralTitle img {
	vertical-align: middle;
	margin-left: 20px;
}

.myGrowthValue,
.myIntegral {
	margin-top: 20px;
}

.growthProgress,
.progressBar {
	width: 360px;
	height: 30px;
	margin: 0 auto;
	margin-top: 60px;
}

.progressBar {
	height: 10px;
	margin-top: 10px;
}

.currLevel {
	float: left;
	margin-top: 14px;
	color: #F19D39;
	font-family: arial;
}

.needGrowthValue {
	display: inline-block;
	width: 290px;
	text-align: center;
	color: #666;
}

.needGrowthValue b {
	color: #F19D39;
	font-size: 24px;
}

.nextLevel {
	float: right;
	color: #999;
	font-family: arial;
	margin-top: 14px;
}

.progressBar {
	position: relative;
}

.growthValueGg,
.growthValuecurr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #ddd;
	border-radius: 5px;
}

.growthValuecurr {
	background: #5EB263;
	width: 76%;
}

.integralNumb {
	width: 100%;
	height: 72px;
	line-height: 72px;
	text-align: center;
	margin-top: 48px;
}

.integralNumb span {
	color: #F19D39;
	font-size: 36px;
	margin-left: 10px;
	vertical-align: middle;
}

.integralNumb img {
	vertical-align: middle;
}

.myMedal {
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 30px;
}

.myMedalUl{
	padding-top: 20px;
}

.myMedalLi {
	float: left;
	position: relative;
	width: 215px;
	height: 240px;
	margin-left: 19px;
	margin-bottom: 20px;
	perspective: 400px;
	transform-style: preserve-3d;
}

.front,
.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 213px;
	height: 238px;
	text-align: center;
	border: 1px solid #DDDDDD;
	border-top: 1px solid #34A446;
	background: #fff;
	transition: 1s;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

.front {}

.back {
	transform: rotateY(-180deg);
}

.myMedalLi:hover .front {
	transform: rotateY(180deg);
}

.myMedalLi:hover .back {
	transform: rotateY(0deg);
}

.medalIcon {
	margin-top: 10px;
}
.medalIcon img{
	width: 154px;
	height: 110px;
}
.medalIconBg {
	margin-top: 10px;
}

.medalName {
	font-size: 20px;
	margin-top: 10px;
	color: #999;
}

.conditionsTitle {
	color: #5EB263;
	line-height: 24px;
	text-align: left;
	margin-left: 9px;
}
.conditionsBox{
	height: 120px;
}
.conditions {
	width: 195px;
	margin-left: 9px;
	line-height: 32px;
	text-align: left;
}

.medalBtn {
	display: inline-block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #5EB263;
	text-align: center;
	font-size: 16px;
	border: 1px solid #5EB263;
	margin: 0 auto;
	margin-top: 10px;
	cursor: pointer;
}
.medalBtn:hover{
	background: #5EB263;
	color: #fff;
}
.remedalBtn {
	display: inline-block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #666;
	text-align: center;
	font-size: 16px;
	background: #ddd;
	border: 1px solid #ddd;
	margin: 0 auto;
	margin-top: 18px;
}
#currGrowthValNum{
	cursor: pointer;
}
/* 
 * 成长体系
*/

.growthSystem {
	padding-top: 40px;
}

.growthItms {
	width: 920px;
	height: 150px;
	margin-left: 20px;
}

.growthLevel {
	float: left;
	width: 34px;
	color: #F19D39;
	font-family: arial;
}

.growthprogress {
	position: relative;
	left: 15px;
	float: left;
	width: 20px;
	height: 150px;
}

.round {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: #F19D39;
}
.roundDdd {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #ddd;
}
.vertical,
.growthVal {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 142px;
	background: #ddd;
}

.vertical {
	left: 6px;
	top: 18px;
    height: 132px;
}

.growthVal {
	background: #F19D39;
	border-radius: 4px;
}

.growthCont {
	position: relative;
	top: 0;
	left: 100px;
	width: 820px;
	height: 100px;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	background: #fafafa;
}

.arrow {
	position: absolute;
	top: 20px;
	left: -10px;
	width: 0;
	height: 0;
	transform: rotate(-45deg);
	border-width: 10px;
	border-color: #fafafa transparent transparent #fafafa;
	border-style: solid;
	border-top-left-radius: 5px;
}

.arrow1 {
	position: absolute;
	top: 20px;
	left: -11px;
	width: 0;
	height: 0;
	transform: rotate(-45deg);
	border-width: 10px;
	border-color: #ddd transparent transparent #ddd;
	border-style: solid;
	border-top-left-radius: 5px;
}

.growthContLeft {
	float: left;
	width: 30%;
	height: 100px;
	margin-left: -20px;
}

.leftTitle {
	font-size: 18px;
	line-height: 40px;
}

.growthContcentre {
	float: left;
	width: 35%;
	line-height: 100px;
	font-size: 24px;
	color: #999;
}
.growthContcentre img{
	margin-left: 80px;
}
.growthContcentre img,
.growthNumb {
	vertical-align: middle;
}

.growthContRight {
	position: relative;
	float: right;
	width: 30%;
	height: 100px;
}

.receiveIcon {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}

.alreceive,
.receive,
.noreceive {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background: #ddd;
	color: #fff;
	z-index: 99;
}

.receive {
	background: #F19D39;
	cursor: pointer;
	position: relative;
	top: -16px;
}
.button.receive{
	position: absolute;
	top: 30px;
}
.leftTitle {
	margin-top: 20px;
}

.leftText i {
	color: #5EB263;
}
.growth_img {
	width: 80px;
	height: 90px;
	margin: 15px auto 5px auto;
}

.growth_list {
	width: 90%;
	margin: 5px auto;
	text-align: center;
}

.growth_list_title {
	font-size: 18px;
	color: #333333;
}

.growth_list_val {
	font-size: 24px;
	color: #F19D39;
}

.layui-layer {
	border-radius: 5px;
}
.c_333{
	color: #333;
}

.layui-colla-title{
	background: none;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #DDDDDD;
}
.layui-collapse{
	border:none;
}
.layui-colla-title:before{
	content:'';
	position: relative;
	left:-15px;
	border-left:4px solid #34A446;
}
.layui-colla-icon{
	position: absolute;
	background: #ddd;
	border-radius: 50%;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	margin-left: 840px;
	top: 10px;
}
.layui-colla-content, .layui-colla-item{
	border:none;
}
.layui-layer{
	border-radius:5px;
}
.growth_img{
	width:80px;height:90px;margin:15px auto 5px auto;
}
.growth_list{
	width:90%;margin:5px auto;text-align: center;
}
.growth_list_title{
	font-size: 18px;color: #333333;
}
.growth_list_val{
	font-size: 24px;color: #5EB263;
}
.layui-input {
	border-radius: 100px;
	width: 210px;
}

.layui-table-page {
	text-align: center;
}

.layui-colla-icon {
	left: 185px;
	top: 13px;
	cursor: pointer;
}

.layui-inline {
	float: right;
	margin-top: 10px;
}

.layui-laydate-range {
	left: 886px!important;
}

.layui-tab-title {
	border: none;
}

.layui-tab-title .layui-this:after {
	border: none;
}
.layui-table-tips-main{
	display: none;
}
.layui-table-tips-c{
	display: none;
}

.layui-colla-title {
	background: none;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #DDDDDD;
}

.layui-collapse {
	border: none;
}

.layui-colla-title:before {
	content: '';
	position: relative;
	left: -15px;
	border-left: 4px solid #34A446;
}

.layui-colla-icon {
	position: absolute;
	background: #ddd;
	border-radius: 50%;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	margin-left: 840px;
	top: 10px;
}

.layui-colla-content,
.layui-colla-item {
	border: none;
}

.layui-layer {
	border-radius: 5px;
}
/*********************  成长值领取弹窗 ***********************/

.growth_box {
	display: none;
	border-radius: 10px;
}

.growth_img {
	width: 80px;
	height: 90px;
	margin: 15px auto 5px auto;
}

.growth_list {
	width: 90%;
	margin: 5px auto;
	text-align: center;
}

.growth_list_title {
	font-size: 18px;
	color: #333333;
}

.growth_list_val {
	font-size: 24px;
	color: #5EB263;
}
/*积分明细*/
.layui-input {
	border-radius: 100px;
	width: 210px;
}

.layui-table-page {
	text-align: center;
}

.layui-colla-icon {
	left: 185px;
	top: 13px;
	cursor: pointer;
}

.layui-inline {
	float: right;
	margin-top: 10px;
}

.layui-table tr td:nth-child(2) {
	color: #5EB263;
}

/*积分排行榜*/
.layui-input {
	border-radius: 100px;
	width: 210px;
}

.layui-table-page {
	text-align: center;
}

.layui-colla-icon {
	left: 185px;
	top: 13px;
	cursor: pointer;
}

.layui-inline {
	float: right;
	margin-top: 10px;
}

.layui-laydate-range {
	left: 886px!important;
}

.layui-tab-title {
	border: none;
}

.layui-tab-title .layui-this:after {
	border: none;
}
.layui-table-tips-main{
	display: none;
}
.layui-table-tips-c{
	display: none;
}
.layui-table-cell p {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}