/*头部*/

.r-user-top {
	background-color: #fff;
}

img.r-top-banner {
	width: 100%;
	height: 299px;
}


/*用户信息*/
.r-user-info {
	margin: 0 20px;
	display: flex;
	justify-content: space-between;
	height: 107px;
}

.r-left-flex {
	display: flex;
	justify-content: flex-start;
}

.r-info-head {
	width: 197px;
	height: 257px;
	box-sizing: border-box;
	padding: 6px;
	border: 1px solid #dcdadb;
	background-color: #fff;
	transform: translateY(-173px);

}

.r-info-head img.r-img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.r-head-ctrl {
	display: flex;
	justify-content: space-around;

}

.r-head-ctrl>span {
	font-size: 12px;
	text-align: center;
	flex-basis: 50%;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
}

.r-head-ctrl>span img {
	vertical-align: -1px;
}

.r-head-ctrl>span:first-child {
	background-color: #4b9719;
	color: #fff;
}

.r-info-attach>p {
	line-height: 24px;
}

.r-info-attach {
	margin: 15px 15px 0 15px;
	height: 69px;
}

.r-name {
	font-size: 16px;
	font-weight: bold;
}

.r-sign {
	font-size: 14px;
	color: #515151;
}

.r-view {
	font-size: 15px;

}

.r-view span {
	color: #2f8a00;
	font-weight: bold;
}

.r-like-btn {
	width: 112px;
	height: 38px;
	background-color: #4b9719;
	line-height: 38px;
	color: #fff;
	text-align: center;
	margin-top: 50px;
	font-size: 15px;
	cursor: pointer;
}



.r-like-btn img {
	width: 20px;
}


.r-like-btn span {
	margin-left: 5px;
}

.r-like-btn span:before {
	content: '';
	background-image: url('../images/ustar.png');
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	vertical-align: middle;
}

.r-like-btn span.active:before {
	background-image: url('../images/ustar2.png');
}


/*用户选项卡*/
.r-user-tab {
	border-top: 1px solid #f2f2f2;
	width: 100%;
	height: 44px;
	border-top: 1px solid #f2f2f2;
	display: flex;
	text-align: center;
	align-items: center;
}

.r-user-tab>div {
	/*flex-basis: 16.6%;*/
	border-right: 1px solid #f2f2f2;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	cursor: pointer;
	padding: 0 21px;
}

.r-user-tab>div:last-child {
	border: none;
}

.r-user-tab>div img {
	vertical-align: -1px;
	margin-right: 5px;
}

.r-user-tab>div span:before {
	content: '';
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	vertical-align: -3px;
}

.r-user-tab>div span.active a {
	color: #527c3c;
}

.r-tab1 span:before {
	background-image: url('../images/tab1.png');
}

.r-tab1 span.active:before,
.r-tab1 span:hover:before {
	background-image: url('../images/tab11.png');
}

.r-tab2 span:before {
	background-image: url('../images/tab2.png');
}

.r-tab2 span.active:before,
.r-tab2 span:hover:before {
	background-image: url('../images/tab22.png');
}


.r-tab3 span:before {
	background-image: url('../images/tab3.png');
}

.r-tab3 span.active:before,
.r-tab3 span:hover:before {
	background-image: url('../images/tab33.png');
}

.r-tab4 span:before {
	background-image: url('../images/tab4.png');
}

.r-tab4 span.active:before,
.r-tab4 span:hover:before {
	background-image: url('../images/tab44.png');
}

.r-tab5 span:before {
	background-image: url('../images/tab5.png');
}

.r-tab5 span.active:before,
.r-tab5 span:hover:before {
	background-image: url('../images/tab55.png');
}

.r-tab6 span:before {
	background-image: url('../images/tab6.png');
}

.r-tab6 span.active:before,
.r-tab6 span:hover:before {
	background-image: url('../images/tab66.png');
}


.z-tab7 span:before {
	background-image: url('../images/tab2.png');
}

.z-tab7 span.active:before,
.z-tab7 span:hover:before {
	background-image: url('../images/tab22.png');
}

/*左边内容*/

.r-scene-cnt {
	background-color: #fff;
	margin-top: 18px;
	padding: 10px 18px;
}

.r-scene-cnt>p{
	height: 30px;
	width: 70px;
	margin: 15px 0 ;
	font-size: 16px;
	color: #388205;
	border-bottom: 3px solid #4b9719;
}
.z-comment {
	width: 100%;
	height: 100px;
	border-radius: 5px;
	resize: none;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 5px;
	padding-top:5px;
	border:1px solid #9c9c9c;
	overflow: auto;
	background-color:rgb(248, 248, 248);
}

.z-comment-button {
	width: 100px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	float: right;
	cursor: pointer;
	background-color: #4b9719;
	color: #ffffff;
	border-radius: 30px;

}
.z-sixin_button{
	background-color: #4b9719;
}
.z-comment-button:hover {
	background-color: #4b9719;
	color: #ffffff;
}

.z-comment-number {
	margin-left: 5px;
	color: #bebebe;
}

.z-comment-content {
	word-break: normal;
	width: 610px;
	height: 52px;
	display: block;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
}

.diver {
	width: 100px;
	height: 70px;
}

.r-scene-title {
	height: 27px;

}

.r-scene-title span:nth-of-type(1) {
	font-size: 16px;
	color: #388205;
	border-bottom: 3px solid #4b9719;
	padding-bottom: 4px;


}

img.r-list-head {
	width: 84px;
	height: 77px;
	object-fit: cover;
}

ul.r-scene-lists li {
	display: flex;
	justify-content: flex-start;
	padding: 16px 0;
	border-bottom: 1px solid #f2f2f2;
}

.r-scene-info {
	width: 100%;
	margin-left: 10px;
	line-height: 26px;
}

.z-info {
	display: flex;
	justify-content: space-between;
}

.r-info-name {
	font-size: 15px;
}

.z-info-ctrl {
	width: 80%;
}

.z-info-ctrl img {
	vertical-align: -1px;
}

.z-info-ctrl span {
	color: #818181;
}

.r-info-time {
	color: #818181;
}

.z-info-time:hover {
	cursor: pointer;
	color: #388205;
}

span.green {
	color: #388205;
}


/*统计*/
.r-count {
	padding: 10px 0;
}

.r-count li {
	display: flex;
	justify-content: space-between;
	line-height: 27px;
	font-size: 15px;
}

.before:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #d1d1d1;
	margin-right: 8px;
	vertical-align: 2px;
}

.r-fans {
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
	flex-wrap: wrap;
}

.r-fans li {
	flex-basis: 33.3%;
	height: 110px;
	margin-bottom: 8px;
}

.r-fans li img {
	width: 68px;
	height: 68px;
	object-fit: cover;
}

.r-fans li p {
	font-size: 12px;
	color: #a4a59f;
}

.r-fans li p.r-fans-name {
	width: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #4b443c;
	margin: 3px 0;
}



/*我的关注*/
.r-follow-cnt {
	margin-top: 18px;
	background-color: #fff;
	padding: 0 18px;
}

.r-follow-lists {}

.r-follow-lists li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}

.r-follow-left {
	display: flex;
	justify-content: flex-start;
}

.r-follow-left>img {
	width: 81px;
	height: 76px;
	object-fit: cover;
}

.r-follow-attach {
	margin-left: 10px;
}

.r-follow-attach>p {
	line-height: 27px;
	max-width: 800px;

}

.line1 {
	font-size: 16px;
}

.line1>span {
	font-size: 14px;
	margin-left: 8px;
	color: #757575;
}

.line2,
.line3 {
	font-size: 14px;
	color: #757575;
}

.line2 span:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #767676;
	vertical-align: -1px;
	margin: 0 10px;
}

.line2 span:last-child:after {
	width: 0;
}


.r-follow-right span {
	display: inline-block;
	width: 72px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
}

.r-follow-right span:first-child {
	background-color: #4b9719;
	color: #fffeff;
}

.r-follow-right span:last-child {
	background-color: #e8f0f2;
	color: #62615f;
}

.pd {
	padding-left: 5px;
}

img.isId {
	width: 55px;
	margin-left: 10px;
}

.r-reserve {
	font-size: 14px;
	color: #757575;
}

.r-reserve span {
	margin-right: 11px;
}

.r-reserve span:first-child {
	margin-right: 0;
}

.r-reserve span:first-child:before {
	width: 0;
	margin-right: 0;
}


.r-reserve span:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../images/tick.png');
	vertical-align: -2px;
	margin-right: 7px;
}


/*我的歌单*/

.r-song-cnt {
	margin-top: 18px;
}

/* .r-song-lists {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
} */
.z-my-song{
overflow: hidden;
}
.r-song-lists li {
	width: 18%;
	margin-right: 10px;
	padding: 7px;
	background-color: #fff;
	margin-bottom: 15px;
}



.r-song-cover {
	position: relative;
	width: 100%;
	height: 239px;
	color: #fff;
}

.r-song-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.r-song-cover:hover .r-mask {
	display: inline-block;
}

.r-mask {
	position: absolute;
	width: 100%;
	height: 35px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0, .5);
	padding: 0 10px;
	box-sizing: border-box;
	display: block;
	line-height: 37px;
	color: #fff;
	display: none;
}

.r-song-cover img.r-play-btn {
	width: 20px;
	height: 20px;
}


.r-play-count:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../images/rsong.png');
	vertical-align: -2px;
	margin-right: 7px;
}

.r-song-count {
	margin-left: 10px;
	color: #fff;
}

.r-play-count {
	color: #fff;
}

.r-play-btn {
	cursor: pointer;
	width: 25px;
	height: 25px;
	float: right;
	margin-top: 7px;
}

.r-song-tit {
	padding-top: 3px;
	/*width: 214px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: black;
	display: block;
}


/*我的下载*/
.r-download-tab {
	background-color: #fff;
	margin-top: 18px;
	padding: 7px 18px 15px;

}

.r-download-tab span {
	margin-right: 25px;
	font-size: 16px;
	padding-bottom: 4px;
}

.r-download-tab span.active {
	border-bottom: 3px solid #4b9719;
	color: #388205;
}

.r-download-tab span.active a {
	color: #388205;
}

.r-download-tab span a {
	cursor: pointer;
}



.r-down-list {
	background-color: #fff;
	margin-top: 18px;
	padding: 8px 18px;
}
.newuser_none{
	text-align: center;
}
.layui-table td,
.layui-table th {
	text-align: center !important;
}

.default-btn {
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #656d78;
	margin-top: 15px;
}

.sence_choose {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}


/*我的收藏--专辑*/
.r-my-song {
	background-color: #fff;
	padding: 17px 18px 0 30px;
}

.r-song-lists{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.r-my-song .r-song-lists li {
	padding: 0;
}
.r-my-song .z-song-lists li {
	padding: 0;
	width: 197px;
	float: left;
}

.layui-table .al {
	text-align: left !important;
}


.r-pd {
	padding: 8px 0;
}


/* 点击私信的模态框 */
.z-sixin{
	margin-left: 15px;
	float: left;
}
.z-sixin_textarea{
	border:1px solid #d4d4d4;
	font-size:16px;
	float: left;
}
.sixin_top{
	height: 160px;
	margin-left: 20px;
	margin-top: 40px;
}
.sixin_bottom>p{
	color: #8f8f8f;
}
.sixin_bottom{
	height: 80px;
	margin-left: 75px;
	margin-top:0px; 

}
.z-sixin_button{
	margin-top: 10px;
	cursor: pointer;
}
#z-sixin_count{
	color:#4b9719;
}
