.main-page{
    padding-top: 33px;
}
.detail{
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 45px;
	padding-bottom: 48px;
}
.detail-left{
	flex: 1;
	margin-right: 46px;
	margin-bottom: 42px;
    position: relative;
}
.tag{ 
    display: inline-block;
    padding: 6px 12px;
    border-radius: 16px;
    border: 1px solid #292638;
}
.tag a:hover{
    color: #5E3FF8;
}
.detail-title{
    font-weight: bold;
    color: #292638;
	margin-top: 20px;
    margin-bottom:28px;
}
.detail-time{
    color: #A3ABB1;
    margin-bottom:28px;
}
.detail-user{
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}
.user-left{
	align-items: center;
}
.headpic{
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.user-name,.user-right{
	margin-left: 8px;
	color: #9DA3A5;
}
.detail-txt{
	text-align: justify;
	color: #292638;
	margin-bottom: 80px;
	line-height:30px;
}
.detail-txt img{
    display: block;
    margin: auto;
    max-width: 100%;
    min-width: 50px;
}
.detail-txt>P{
    margin-bottom: 32px;
}
.tips{
	color: #526069;
	margin-bottom: 24px;
}
.pages{
    margin-bottom: 50px;

}
.pages-up{
    width: 50%;
    background: rgba(247, 247, 250, 1);
    padding: 20px;
    cursor: pointer;
}
.mright{
    margin-right:6px;
}
.mleft{
    margin-left:6px;
}
.pages-up:hover{
    background: rgb(211, 211, 212, 0.3) ;
    transform: translateY(-4px);
}
.pages-up-title{
    flex: 1;
}
.click{
    font-weight: bold;
    margin-right: 20px;
}

/*他们都在用的经纪商*/
.broker{

}
.broker-title{
    font-weight: bold;
    color: #292638;
    margin-bottom: 24px;
}
.broker-wrap{
    flex-wrap: wrap;
    justify-content: space-between;
}
.broker-item{
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 12px;
    width: calc(50% - 6px);
    align-items: center;
    margin-bottom: 12px;
}

/* 第三个和第四个broker-item的margin-bottom为0 */
.broker-item:nth-child(3n){
    margin-bottom: 0;
}
.broker-item:nth-child(4n){
    margin-bottom: 0;
}
.broker-item:hover{
	box-shadow: rgb(0 0 0 / 10%) 0 0 20px;
    transition: all 0.3s;
    transform: translateY(-4px);
}
.broker-img{
    width: 56px;
    height: 56px;
    border-radius: 8px;
    margin-right: 12px;
}
.broker-item-left-title{
    font-weight: bold;
    color: #292638;
}
.broker-item-left-text{
    color: #526069
}

/*您可能还关注*/
.you-like-title{
	font-weight: bold;
	margin-bottom: 24px;
}
.like-wrap{
	flex-wrap: wrap;
	justify-content: space-between;
}
.like-item{
	width: calc(50% - 6px);
	padding: 20px 24px ;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	margin-bottom: 12px;
}
.like-item:hover{
	box-shadow: rgb(0 0 0 / 10%) 0 0 20px;
    transition: all 0.3s;
    transform: translateY(-4px);
}
.like-item-title{
	font-weight: bold;
	color: #292638;
	margin-bottom: 14px;
	flex: 1;
}
.like-item-title:hover{
	color: #5E3FF8;
}
.like-item-user{
	color: #9DA3A5;
}

.you-like-item-wrap{
    margin-top: 26px;
}
.you-like-item{
    margin-bottom: 26px;
}
.you-like-item:last-child{
    margin-bottom: 0;
}
.item-a{
    display: inline-block;
}
.item-title{
    font-weight: bold;
    color: #292638;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.item-title:hover{
    color: #5E3FF8;
}
.like-item-usernick>a{
    display: block;
    color: #A3ABB1;
}
.like-item-usernick>a:hover{
    color: #5E3FF8;
}
.like-item-usernick{
    color: #A3ABB1;
}

.detail-right{
	width: 280px;
	border-top: 4px solid #292638;
}

/*热门推荐*/
.hot-like-item{
    padding: 16px 0;
    border-top: 1px solid #E5E5E5;
}
.hot-item-title{
    font-weight: bold;
    color: #292638;
    margin-bottom: 8px;
}
.hot-item-title:hover{
    color: #5E3FF8;
}
.hot-item-usernick{
    color: #9DA3A5;
}
.hot-item-usernick>a{
    color: #9DA3A5;
}
.hot-item-usernick>a:hover{
    color: #5E3FF8;
}

/*热门分析*/
.hot-title{
	font-weight: bold;
	color: #292638;
	margin:16px 0;
}
.hot-item-wrap{
	border-bottom: 1px solid #E5E5E5;
}
.hot-item{
	padding: 16px 0;
	border-top: 1px solid #E5E5E5;
}
.hot-item-title{
	font-weight: bold;
	color: #292638;
}
.hot-item-title:hover{
	color: #5E3FF8;
}
.hot-item-bottom{
	color: #9DA3A5;
	margin-top:5px;
}

/*他们还学了*/
.other-title{
    font-weight: bold;
    color: #292638;
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
}
.other-item{
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
    align-items: center;
}
.dian{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #292638;
    margin-right: 12px;
}
.other-item>a:hover{
    color: #5E3FF8;
}

/*其他词条*/
.other-entry-title{
    font-weight: bold;
    color: #292638;
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
}
.other-entry-item{
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
    align-items: center;
}
.other-entry-item>a:hover{
    color: #5E3FF8;
}
.ad_wrap{
	padding-top: 26px;
    position: sticky;
    top: 78px;
}
.ad_4{
    width: 280px;
    height: 302px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
	margin-bottom:20px;
}
.ad_4:last-child{
    margin-bottom: 0;
}
.ad_4 img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: all 0.5s;
}
.ad_4:hover img{
    transform: scale(1.1);
}

.imgCarousel {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    width: 652px;
    height: 397px;
    margin: 10px 0 25px;
}

#imgCarousel span{
    position: absolute;
    bottom: 7px;
    padding: 0 10px;
    color: #fff;
    z-index: 1;
    font-size: 14px;
    line-height: 14px;
    left: 0;
}

.imgCarousel .imgGrad {
    background-color: transparent;
    background-image: -webkit-gradient(linear,top,bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.75)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.75));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.75));
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.75));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.75));
    background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.75));
    bottom: 0;
    content: "";
    display: block;
    height: 51px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    visibility: hidden;
}