.use-menu{
    padding:10px 0;
    row-gap: 15px;
    color: #86909C;
}
.use-menu .iconfont{
    font-size: 28px;
    color: #86909C;
}
.avatar-sm{
  width: 36px;
  height: 36px;
}
.form-group{
    margin-bottom:15px;
}
.form-group label{
    margin-bottom: 5px;
}
.user-main{
    background-color: #fff;
    padding: 20px;
    min-height: 771px;
}
.collect{
	width:80%;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
	margin-top: 220px;
	margin-bottom:100px;
}
.collectleft{
	width:15%;
	/* background-color:#fff; */
	/* padding:10px;
	box-sizing: border-box; */
}
.collectright{
	width:83%;
    background-color:#fff;
	padding:12px;
	box-sizing: border-box;
	border-radius:12px;
}
.collectleft>a{
	display:block;
	width:100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.08);
	border-radius: 8px 8px 8px 8px;
	text-align:center;
	line-height:50px;
	font-size: 16px;
	font-weight: 400;
	color: #1D2129;
}
.collectleft>ul{
	width:98%;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.08);
	border-radius: 8px 8px 8px 8px;
	margin-top:35px;
	/* padding-right: 10px;
	padding:18px; */
	box-sizing: border-box;
	padding-bottom:20px;
}

.collectleft li>span{
	    border-radius: 10px;
	    position: absolute;
	    top: 13px;
	    right: 10px;
	    color: white !important;
	    background-color: #f75444 !important;
	    display: inline-block;
	    min-width: 10px;
	    line-height: 1;
	    padding: 3px 7px;
	    text-align: center;
	    font-size: 13px;
		color:#fff !important;
	    font-weight: bold;
}
.collectleft figure{
	width:100%;
	text-align:center;
	margin-top:19px;
	padding:18px;
	box-sizing: border-box;
}
.collectleft figure>img{
	width: 69px;
	height: 69px;
}
.collectleft figcaption>p{
	font-size: 16px;
	font-weight: 400;
	color: #1D2129;
}
.collectleft h3{
	padding:10px;
	box-sizing: border-box;
}
.collectleft li>a{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	display: flex;
	align-items:center;
	color: #86909C;
	margin-left: 9px;
}
.collectleft li>a>img{
	margin-right:19px;
}
.collat{
	background: #E8FFEA;
}
.collat span{
	color: #00B42A !important;
}
.lr_shangjia a{
	display: inline-block;
	width:100%;
	height: 41px;
	background-color: #00B42A;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 41px;
	border-radius: 6px;
	margin-top: 10px;
	cursor: pointer;
	margin-right: 10px;
	border: none;
}
.collectright1{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.collectright1 h3{
	width: 100%;
	padding-left:10px;
	border-left:4px solid #00B42A ;
}
.collectright1>span{
	display:block;
	width: 171px;
	height: 37px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	border-radius: 6px;
	text-align:center;
	font-size: 14px;
	line-height:37px;
	font-weight: 400;
	color: #1D2129;
	cursor:pointer;
}
.collectright2{
	margin-top:20px;
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.collectright2_1{
	width:32%;
	position: relative;
	margin-right:1%;
	overflow: hidden;
	border-radius:24px;
	margin-bottom:20px;
}
.collectright2_1>img{
	width:100%;
	height:100%;
}
.collectright2_2{
	position: absolute;
	top: 0;
	width:100%;
	height:100%;
	display:flex;
	justify-content:space-between;
	flex-direction: column;
}
.collectright2_3{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	display:flex;
	align-items:center;
	color:#fff;
	font-size:14px;
	cursor: pointer;
}
.collectright2_3>img{
	width:30px;
	height:30px;
	margin-right:5px;
	border-radius:50%;
}
.collectright2_4{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #171717 100%);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.04);
	color:#fff;
	cursor: pointer;
}
.collectright2_4 p:nth-child(1){
	font-size:14px;
	line-height:26px;
}
.collectright2_4 p:nth-child(1)>span{
	margin-right:10px;
}
.collectright2_4 p:nth-child(2){
	font-size:12px;
	line-height:26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.messlist{
	margin-top:20px;
	width:100%;
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
}
.lr_newsimg img{
	max-width:100%;
}
.messlist1{
	width:100%;
	background-color:#fff;
	display:flex;
	padding:16px;
	box-sizing: border-box;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.04);
	border-radius: 24px;
	justify-content:space-between;
	margin-bottom:10px;
	cursor:pointer;
	transform: scale(1);
	transition: all 0.5s;
}
.messlist1 h3{
        overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp:1;	
		word-wrap: break-word;
		word-break: break-all;
}
.messlist h3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;	
	word-wrap: break-word;
	word-break: break-all;
}
.messlist1>img{
	width:20%;
}
.messlist2{
	width:79%;
	height: 100%;
	display:flex;
	justify-content:space-between;
	flex-direction: column;
}
.messlist2 span{
	font-size: 16px;
	    margin-top: 10px;
	font-weight: 400;
	color: #86909C;
}
.lr_zhxiao{
	width:100%;
	display:flex;
	justify-content: center;
	align-items:center;
}
.messlist1:hover{
	transform: scale(1.02);
	transition: all 0.5s;
}
.messlist3 p{
	font-size: 16px;
	font-weight: 400;
	color: #1D2129;
	margin-top:20px;
	line-height:26px;
	text-indent:2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
}
.collectright1 h3{
	display:flex;
	align-items: center;
}
.collectright1 h3>span{
	display: block;
	width: 88px;
	height: 32px;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
	border-radius: 8px 8px 8px 8px;
	margin:0.5%;
	font-weight:500;
	font-size:14px;
	line-height:32px;
	text-align: center;
	color: #86909C;
	border: 1px solid #86909C;
	cursor: pointer;
}
.qb{
	background: #00B42A !important;
	color: #fff !important;
	box-shadow: 0px 0px 4px 0px rgba(18,98,37,0.32) !important;
}
.wantlist{
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	display: flex;
	/* justify-content:space-between; */
	flex-wrap: wrap;
}
.biao{
	display:inline-block;
	padding:2px 10px;
	font-size:12px !important;
	background-color:#E8FFEA;
	color:#00B42A !important;
	font-weight: 500 !important;
	border-radius:6px;
	margin-right:10px;
	margin-left:5px;
}
.wantlist1{
	width:48%;
	display:flex;
	justify-content:space-between;
    flex-direction: column;
	position:relative;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	border-radius: 24px 24px 24px 24px;
	padding:22px;
	box-sizing: border-box;
	cursor: pointer;
	margin:1%;
	transition: all 0.5s;
}
.wantlist1>span{
	width: 98px;
	height: 37px;
	background: linear-gradient(309deg, #FF8E22 0%, #FFC893 93%);
	box-shadow: 0px 1px 2px 0px rgba(194,123,56,0.41);
	border-radius: 0px 24px 0px 24px;
	position: absolute;
	text-align:center;
    color: #FFFFFF;
	line-height:37px;
	top: 0;
	right: 0;
}
.wantlist1>p{
	font-size: 16px;
	font-weight: 400;
	color: #4E5969;
	    margin-bottom: 10px;
}
.wantlist2{
	width:100%;
	display:flex;
	justify-content: space-between;
	margin-top:20px;
	margin-bottom:20px;
}
.rshan{
	width:20px !important;
	height:20px !important;
	position: absolute;
	right: 10px;
	bottom:40px;
	background:#fff;
	border-radius:2px;
	cursor:pointer;
}
.wantlist2>img{
	width:30%;
	border-radius:12px;
	margin-right:12px;
}
.wantlist2_1{
	width:70%;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.wantlist2_1 h3{
	font-size: 18px;
	font-weight: bold;
	color: #1D2129;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
}
.wantlist2_1 h3>p{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 50%;
}
.wantlist2_1>p{
	font-size: 14px;
	font-weight: 400;
	color: #1D2129;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
}
.wantlist2_1 span{
	font-size: 18px;
	font-weight: 600;
	color: #F53F3F;
}
.wantlist3 {
	width:100%;
	border-top: 1px solid #E5E6EB;
	padding-top:16px;
    display: flex;
    justify-content:space-between;
}
.wantlist3 li{
	padding:5px 20px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #86909C;
	font-size:14px;
}
.wantlist2_1>div{
	width:100%;
	display: flex;
	margin-top:12px;
	
}
.touxiang{
	width:58px;
	height:58px;
	position: absolute;
	text-align: center;
	bottom: 0;
	
background: rgba(5,5,5,0.53);
border-radius:50%;
}
.touxiang img{
	width:20px;
	height:20px;
	margin-top:20px;
}
.touxiang figcaption{
	font-size:12px;
	color:#fff;
}
.wantlist2_1>div>img{
	width:32%;
	margin:0.5%;
	border-radius:6px;
}
.setop{
	width:100%;
	padding:24px;
	background-color: #E8FFEA;
	box-sizing: border-box;
	border-radius: 14px;
	margin-top:40px;
	margin-bottom:34px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.setspan{
	width:164px;
	display:inline-block;
	box-sizing: border-box;
	background: #00B42A;
	border-radius: 8px;
	color: #FFFFFF;
	text-align:center;
	line-height:30px;
	cursor:pointer;
	display: flex;
	    justify-content: center;
	    align-items: center;
}
.setop div{
	display:flex;
	align-items:center;
}
.setop div>img{
	width:58px;
	height:58px;
	border-radius:50%;
	margin-right:12px;
}
.setop div>span{
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #1D2129;
}
.setul{
	width: 100%;
	padding:24px;
	box-sizing: border-box;
}
.setul li{
	width:100%;
	padding:24px 24px;
	box-sizing: border-box;
	border-top:1px solid #E5E6EB;
	display:flex;
	justify-content:space-between;
}
.setul li>span:nth-child(1){
  display: inline-block;
  width:100px;
}
.setul li>p{
	display: block;
	width:400px;
	text-align:left;
}
.setul li:nth-child(1){
	background-color: #F7F8FA;
}
.messlist1:hover{
       box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.04);
	   transition: all 0.5s;
}
.wantlist1:hover{
	transform: scale(1.02);
	transition: all 0.5s;
}
@media screen and (max-width: 1500px) {
	.collectleft figcaption>p {
	    font-size: 16px;
	    font-weight: 400;
	    color: #1D2129;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	}
	.collectleft figcaption>span{
	    font-size: 16px;
	    font-weight: 400;
	    color: #1D2129;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	}
	.wantlist3 li {
	    padding: 5px 12px;
	}
}
