html,body {  margin: 0; padding: 0; font-family: 'Heiti SC Thin','微软雅黑','黑体';}
body{
	background: #171925;
}
.top{
	width: calc( 100vw - 40px);
	min-width: 320px;
	height: 64px;
	padding: 25px 0 30px 0;
	margin: 0 auto;
}
.img{
	float: left;
	display: block;
	width: 64px;
	height: 64px;
	border-radius:50%;
	border: 2px solid #fefffd;
}
.top .left{
	float: left;
	padding-left: 10px;
}
.top .left .nick{
	width: calc( 100vw - 230px);
	padding-top: 5px;
	font-size: 18px;
	color: #fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.top .left .dengji{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	color: #92949B;
	font-size: 14px;
	border-radius:8px;
}
.top .right{
	float: right;
	height: 62px;
	width: 100px;
	text-align: center;
}
.top .yuer{
	padding-top: 3px;
	font-size: 12px;
	color: #92949B;
}
.top .coins{
	font-size: 22px;
	color: #ffcb13;
	border-radius: 20px;
	padding: 2px 0;
	background-color: #0e0d18;
	margin-top: 8px;
}
.activity{
	text-align: center;
	color: #FC5E67;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.activity_time{
	text-align: center;
	color: #93949a;
	font-size: 14px;
	
}
.centen{
	width: calc( 100vw - 60px);
	/* background: #fff; */
	margin: 0 auto;
	padding: 0 10px;
	margin-top: 10px;
}
.centen .activityCoins{
	display: inline-block;
	background: #fb204a;
	color: rgba(255,255,255,0.8);
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	padding: 0 10px;
	border-radius: 10px;
	font-weight: 400;
	
}
.centen .items{
	width: 100%;
	min-height:75px;
	/*line-height: 64px;*/
	border-bottom: 1px solid  #0e0d18;
}
.centen .coins{
	/*float: left;*/
	display: inline-block;
	width: calc(100% - 90px);
	min-height: 64px;
	font-size: 20px;
	color: #FC5E67;
	font-weight: bold;
	padding-bottom: 10px;
}

.centen .coins span{
	font-size: 12px;
	color: #92949B;
	font-weight: 400;
}
.centen .coins .giveCoins{
	color: #FC5E67;
	font-weight: bold;
}
.centen .vip{
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	/* width: 80px; */
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	background: #0e0d18;
	color: #92949B;
	font-weight: 400;
	padding: 0 10px !important;
	border-radius:10px;
}
.centen .vip .imgvip{
	display: table-cell;
	vertical-align: middle;
	display: inline-block;
	line-height: 20px;
}
.imgcard{
	display: table-cell;
	vertical-align: middle;
	display: inline-block;
	line-height: 20px;
}
.centen .vip .vipimg{
	padding-top: 2px;
	width: 14px;
	line-height: 20px;
}
.imgcard .card{
	float: left;
	margin-top: 1px;
	width: 14px;
	line-height: 20px;
}
.centen .buttom{
	float: right;
	width: 75px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	background: #ffcb13;
	border-radius:22px;
	text-align: center;
	margin-top: 25px;
}
.centen .buttom span{
	
	font-size: 14px;
	font-weight: 400;
}
.tips{
	width: 100%;
	line-height: 16px;
	padding: 40px 0px;
	text-align: center;
	font-size: 14px;
	color:  #92949B;
}
.tips .vipResidueCount{
	padding-bottom: 5px;
	font-weight: 400;
	color: #fff;
}
.tips .vipResidueCount span{
	
	color: #ffcb13;
}
.tip{
	width: 300px;
	line-height: 24px;
	font-size: 18px;
	color:  #FC5E67;
	margin: 0 auto;
	padding-top: 150px;
	text-align: center;
}
.ID{
	padding: 7px 0;
	margin: 0 15px 15px 15px;
	border-radius: 7px;
	border: 1px solid #282b39;
	background-color: #000;
	line-height: 20px;
	text-align: left;
	color: #92949B;
	font-size: 14px;
}
.switchtips{
	float: right;
	color: #7EA9E3;
	margin-right: 10px;
}
.csdnimg{
	float: left;
	display: block;
	width: 38px;
	
}
.haidaogang{
	float: left;
	display: block;
	width: 20px;
	
}
/*
  @等级样式
*/
.ui-level-0 { 
  color: #fff !important;
  background: #282b39 !important;
}

.ui-level-1 { 
  color: #fff !important;
  background: #4682B4 !important;
}

.ui-level-2 { 
  color: #fff !important;
  font-weight: bold;
  background: #3CB371 !important;  
}

.ui-level-3 { 
  color: #fff !important;
  font-weight: bold;
  background: #ff6306 !important;
}
.ui-level-4 { 
  color: #fff !important;
  font-weight: bold;
  background: #fb204a !important;
}