body{
  background: #fbfbfb;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
/*新合集详情顶部*/
.DetahjTop {
	background-color: #fff;
	border: 1px solid #ececec;
  padding: 20px;
  margin-bottom: 20px;
  width: 1260px;
  margin-top: 20px;
}
.DetahjTop .img {
	display: inline-block;
    width: 530px;
	margin-right: 20px;
    height: 260px;
	float: left;
    z-index: 1;
}
.DetahjTop .intro_box {
	width: 705px;
	height: 260px;
	overflow: hidden;
	float: left;
    position: relative;
    z-index: 2; 
}
.DetahjTop h1 {
    width: 100%;
    line-height: normal;
    display: inline-block;
    color: #000;
    font-size: 22px;
    margin-bottom: 8px;
}
.DetahjTop .intro_box p {
    width: 100%;
	max-height: 192px;
	overflow-y: scroll;
    margin-bottom: 6px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.DetahjTop .intro_box p::-webkit-scrollbar {
  width: 5px;
  height: 10px;
	border-radius: 10px;
  background-color: transparent;
}
.DetahjTop .intro_box p::-webkit-scrollbar-track {
  background-color: transparent;
}
.DetahjTop .intro_box p::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.DetahjTop .intro_update {
	width: 100%;
	overflow: hidden;
    position: absolute;
    bottom: -3px;
    left: 0;
    color: #999;
}
.intro_update span{
	display: inline-block;
	float:left;
    line-height: 20px;
    margin-right: 30px;
    padding-left: 26px;
	background: url(../images/uptime.png) no-repeat;
}
.intro_update span.uptime{
	background-position: -2px -5px;
}
.intro_update span.sfdt_num{
    background-position:-2px -27px ;
}
.intro_update span.sfdt_num em {
    font-weight: bold;
    font-size: 14px;
    color: #ff0000;
}
.intro_update span.hits_num {
  cursor: pointer;
    background-position: -2px -48px;
}

.DetahjTop .rechjBox {
	width: 100%;
	float: left;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 6px
}
.rechjBox span{
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #444;
}
.rechjBox span.rechj_tit{
  height: 26px;
    line-height: 26px;
    margin-top: 12px
}
.rechjBox span.rechj_item{
  max-width:1150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rechjBox span.rechj_item a {
    display: block;
    float: left;
    padding: 0px 12px;
    height: 26px;
    color: #fff;
    line-height: 26px;
	background-color: #37afff;
    border-radius: 100px;
    margin-right: 16px;
    margin-top:12px;
    font-size: 14px;
}
.rechjBox span.rechj_item a:nth-child(3n) {
  background-color: #c299fb;
}
.rechjBox span.rechj_item a:nth-child(3n+1) {
  background-color: #ff9637;
}
.rechjBox span.rechj_item a:nth-child(3n+2) {
  background-color: #37afff;
}
.rechjBox span.rechj_item a:nth-child(1) {
  background-color: #c299fb;
}
.rechjBox span.rechj_item a:nth-child(2) {
  background-color: #ff9637;
}
.rechjBox span.rechj_item a:nth-child(3) {
  background-color: #37afff;
}
.rechjBox span.rechj_item a:nth-child(4) {
  background-color: #966de1;
}
.rechjBox span.rechj_item a:nth-child(5) {
  background-color: #5bc3af;
}
.rechjBox span.rechj_item a:nth-child(6) {
  background-color: #ff7573;
}
.rechjBox span.rechj_item a:hover {
	opacity: 1.2;
}

/*列表*/
.hjapp_con {
	overflow: hidden;
}
.hjapp_List {	
	margin-left:-28px;
	padding-top: 10px;
}
.hjapp_List li {
    width: 410px;
    height: 246px;
    float: left;
    padding-bottom: 16px;
    position: relative;
    color: #838383;
    margin-top: 20px;
    margin-left: 31px;
    /* background: url(../images/dkbg_case_f.png) 42px 206px no-repeat; */
    background-position: bottom;
}
.hjapp_List li .hjapp_div {
    width: 100%;
	padding: 16px;
	box-sizing: border-box;
    position: relative;
    left: 0;
    bottom: 14px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
	transition: all 0.4s ease;
}
.hjapp_List li:hover .hjapp_div {
    bottom:26px;
	transition: all 0.4s ease;
}
.hjapp_List li:hover .hjapp_btn{	
    background-color: #d94826
}
.hjapp_List li em {
  width: 81px;
  height: 82px;
  display: block;
  position: absolute;
  right: -7px;
  top: -7px;
  background: url(../images/mb-sprite.png) no-repeat;
  background-position: 0 -567px;
  display: none;
}
.hjapp_List li em.zshy{background-position:-83px -567px;}
.hjapp_List li em.zdxz{background-position:-164px -567px;}
.hjapp_List li em.bluetj{ width:26px; height:62px; display:block; position:absolute; right:-2px; top:-1px; background-position:-176px -403px;}
.hjapp_List li:nth-child(1) em{
  display: block;
}
.hjapp_List li a {
	display: inline-block;
}
.hjapp_List li h3 {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hjapp_List li h3 a{
	max-width: 90%;
	font-size: 18px;
	font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hjapp_sum {
	width:100%;
	overflow: hidden;
	margin-bottom: 8px;
	position: relative;
}
.hjapp_img {
	width: 88px;
	float: left;
	height: 88px;
	border-radius: 8px;
	overflow: hidden;
}
.hjapp_img img{
	width: 88px;
	height: 88px;
	border-radius: 8px;
}
.hjapp_info {
	float: left;
	width: 276px;
	height: 88px;
	margin-left: 12px;
}
.hjpc_List .hjapp_info {
	width: 260px;
	height: auto;
	margin: 10px 0 0 20px;
}
.hjapp_info p{
	width: 50%;
	font-size: 13px;
	float: left;
	color: #666;
	margin-bottom: 6px;
	margin: 11px 0 0px;
	white-space: nowrap;
}
.hjpc_List .hjapp_info p{
	/* margin: 6px 0 12px 0; */
}
.hjapp_info p span{
	margin-right: 2px;
}
.hjapp_info p u {	
	float: left;
}
.hjapp_info p i{
	display: inline-block;
	float: left;
    height: 16px;
    line-height: 16px;
    padding: 0 6px 0 17px;
    margin-right: 6px;
    color: #666;
    background: url(../images/dkcssimg.png) no-repeat;
    position: relative;
}
.hjapp_info p i.az {
    background-position: -340px -20px;
}
.hjapp_info p i.pc {
  background-position: -340px 1px
}
.hjapp_info p i.pg {
  background-position: -340px -43px
}

.star {
  display: inline-block;
  height: 14px;
  margin: 0px;
  line-height: 14px;
  margin-left: 0;
}
.star span {
  width: 72px;
  height: 14px;
  background: url(../images/litterStar.png) no-repeat;
  display: inline-block;
}
.star span.star0 {
  background-position: -110px -3px;
}
.star span.star1 {
  background-position: -110px -38px;
}
.star span.star2 {
  background-position: -110px -73px;
}
.star span.star3 {
  background-position: -110px -108px;
}
.star span.star4 {
  background-position: -110px -144px;
}
.star span.star5 {
  background-position: -110px -178px;
}
.hjapp_btn {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 88px;
	float: right;
	color: #fff;
	line-height: 30px;
	height: 30px;
	border-radius: 4px;
	background-color: #f76341;
	display: none;
}
.hjapp_btn a{
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 30px;
	display: none;
}
.hj_txt{
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
    height: 48px;
    text-align: left;
    line-height: 24px;
    font-size: 13px;
    color: #777;
    margin-top: 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hj_txt font{
	font-weight: bold;
    color: #f60;
    margin-right: 5px;
    font-size: 13px;
}
.hj_txt span{
    color: #666;
    font-size: 13px;
}
.hjapp_div dl {
	margin-left: -30px;
	overflow: hidden;
	margin-top:8px;
}
.hjapp_div dl dd{
	float: left;
    width: 71px;
    height: 26px;
    background-color: #cccccc;
    border-radius: 4px;
    margin-left: 30px;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    font-size: 14px;
}
.hjapp_div dl dd a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 26px;
    overflow: hidden;
    color: #ffffff;
    border-radius: 4px;
}
.hjapp_div dl dd:hover{
  background: #f76341;
}
/*猜你喜欢*/
.comm_itembox {
  overflow: hidden;
	margin-top: 20px;
}
.comm_more_tit {
  width: 100%;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}
.comm_more_tit h2 {
  font-size: 18px;
	font-weight: bold;
  float: left;
	padding-bottom: 8px;
  color: #444;
}
.comm_more_tit h2 em {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: url(../images/azicon.png) no-repeat -130px -270px;
    margin: 5px 10px 0 0;
}
.con_boxinfo {
    width: 100%;
	float: left;
}
ul.ban_list {
	margin-left: -33px;
	overflow: hidden;
}
ul.ban_list li {
  width: 300px;
	height: 178px;
	margin-left: 33px;
	margin-top: 20px;
  float: left;
	position: relative;
}
ul.ban_list li > a img {
  width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
  height: 146px;
	display: block;
	overflow: hidden;
  transition: transform 0.3s;
}
ul.ban_list li:hover img{
	transform: scale(0.96);
	transition: transform 0.3s;
}
ul.ban_list li a span {
  width: 100%;
	display: block;
  line-height: 32px;
  height: 32px;
	font-size: 15px;
  color: #333;
  text-align: center;
}
ul.ban_list li:hover a span {
  display: block;
}
