.nav,
.quick{
	background-color: #fff;
}
/* main */
.main{
	background-color: #f4f4fa;
}
.main .user{
	height: 900px;
	background-color: #fff;
/* 	border: 1px solid #f4f4fa; */
}
.main .adopt{
	background-color: #fff;
/* 	border: 1px solid #f4f4fa; */
}
.main .adopt li a{
	color: #000!important;
}
.main .user .notice_title{
	height: 60px;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.tab {
	position: relative;
}
.tab .task_title{
	position: absolute;
}
.tab .task_title span{
	font-weight: bold;
}
.tab .nav {
	line-height: 25px!important;
	
}
.tab ul li a{
	font-size: 14px;
}
.tab-content ul li:first-child{
	height: auto;
}
.tab-content ul li {
	height: auto;
}
.tab-content li p{
	font-size: 16px;
}
.tab-content li span{
	font-size: 12px;
	color: #999;
}
.tab-content li b {
	color: #dc4d36;
	font-size: 14px;
}
.main .user ul .list-group-item:nth-child(-n+2){
	padding: .75rem .3rem!important;
}
.main .user ul .list-group-item:nth-child(7){
	padding: .75rem .3rem!important;
}
.main .user ul li a {
	color: #000!important;
}
.main .user ul li a:hover{
	color: #dc4d36!important;
	
}
.main .user ul .list-group-item:last-child:hover{
	background-color:#fff;
}
.main .user ul .list-group-item:nth-child(-n+2):hover{
	background-color:#fff;
}
.main .user ul .list-group-item:hover{
	background-color:#f5f5f5;
}
.main .user ul .list-group-item.active{
	background-color:#f5f5f5!important;

	border: 1px solid rgba(0,0,0,.125)!important;
	border-left: none!important;
	border-right: none!important;
}
.main .user ul .list-group-item a.active{
	color:#d82824!important;
}
.popular_download {
	font-size: 14px;
	color: #dc4d36;
}
.popular_download ul li{
	background-color: #f6f5f5;
}
.paging ul li a:hover{
	color: #fff!important;
	background-color: #d01e4a;
}
/* 帮助中心 */
.user .help_center .nav{
	line-height: 25px;
}
.user .help_center .nav-pills .nav-link.active,
.user .help_center.nav-pills .show>.nav-link{
	color: #d11a50!important;
	background-color: #f9f9f9!important;
}
.user .help_center .nav a{
	color: #000!important;
}
.user .adopt .tab .common h2{
	color: #cd1b4f;
}
.nav-pills .nav-link {
    border-radius: 0!important;
}

/* 超出隐藏
.common li,
.common p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} */
.tab .tab-content{
	min-height: 844px;
}
ul .nLi:first-child h3{
	border: none;
}