/*****************************
*
*************************************/

a,a:hover,a:active{color:inherit;text-decoration: none;}

.rj-container{max-width:1080px !important;margin:0 auto;margin-bottom:80px;background: no-repeat top center;background-size: 100%;}

.form-control {	box-sizing: border-box;    width: 100%;    height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;    font-weight: 400;    line-height: 1.5;    color: #495057;
	background-color: #fff;    background-clip: padding-box;
	border: 1px solid #ced4da;    border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); }

/* 卡片 */
.rj-card{ margin:15px 10px;border-radius:10px;overflow: hidden;box-shadow: 0 0 4px #ddd;background-color:#fff;}

/* 顶部导航条 返回 title 主页 */
.rj-appbar{display: flex;justify-content: space-between;padding:12px 15px;}

/* 底部导航 */
.rj-tabbar{ position: fixed;bottom: 0; display: flex;justify-content: space-around;align-items: center; 
			width: 100%;height: 60px;padding: 0;box-shadow: 0 0 5px 0px rgba(153, 153, 153,0.5);text-align: center;	
			background-color: rgba(255,255,255,0.8);backdrop-filter: blur(10px);font-size:12px;}
.rj-tabbar img{ width: 30px;height: 30px; object-fit: cover;}



/********************/
/* 首页 */
/* 首页 轮播 */
.rj-index_slide{ margin:10px; border-radius: 6px; overflow: hidden;}
.rj-index_slide .swiper-slide img { display: block; width: 100%; object-fit: cover; }
.rj-index_slide .swiper-pagination { width: 98% !important; text-align: right; }


/* 首页 关注 推荐 热门 */
.rj-index_nav_top{padding:10px;white-space: nowrap;overflow-x: auto;}
.rj-index_nav_top span{padding:10px;}
.rj-index_nav_top span.selected{ font-size:1.2em;font-weight: bold;}

/* 首页 右下浮动区 发布按钮 */
.rj-index_fixed{ position: fixed;bottom: 90px;right:15px;width:50px;height:50px;border-radius:50%;box-shadow: 0 0 10px  rgba(100, 100, 100, 0.3);
	text-align:center;line-height:50px;background: rgba(255, 255, 255, 0.8);}



/* 标题 */
/* .title{ display: flex;justify-content: center;margin-top: 15px;margin-bottom: 15px;font-size: 18px;font-weight: bold;} */

/* 列表 */
.rj-list {margin:10px;}
.rj-list .rj-item{ display: flex;border-top: 1px solid #f9f9f9;;padding-top: 10px;margin-bottom: 15px; justify-content: space-between;}
.rj-list .rj-item .list_head_img{ display: flex;width: 15%;}
.rj-list .rj-item .list_head_img img{ margin: 10px 10px 0 0;width: 45px;height: 45px;border-radius:10%;}

.rj-list .rj-item .list_content{ padding: 5px;width: 80%;}
.rj-list .rj-item .list_content .rj-name{ display: flex;padding:5px 0;font-size: 15px;font-weight: 550;
	 text-shadow: 1px 1px 2px rgba(153, 153, 153, 0.3); font-weight: bolder;overflow: hidden ;
	 display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;}

.rj-list .rj-item .list_content .list_content_tip{ overflow: hidden ;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all;margin-top: 5px;font-size: 16px;}

.rj-list .rj-item .list_content .list_content_img{ margin-top: 5px;}
.rj-list .rj-item .list_content .list_content_img img{ height: 80px;max-width:47%;border-radius: 2px;margin:0 5px 10px 0;}

.rj-list .rj-item .list_content .rj-info{display: flex;justify-content: space-between;line-height: 18px;color: #999;}
.rj-list .rj-item .list_content .rj-info img{width: 16px;margin-top: -4px;}

/* 优化 */
.list_content_category{ display:inline-block;margin:0;padding:5px 8px;border-top-left-radius: 6px;border-bottom-right-radius: 6px;background-color: #9395CB;color: #fff;font-weight: normal;line-height: 16px;}
.list_content_project{ margin:0 5px;padding:5px 8px;border-radius: 6px;background-color: #ECF1FD;color: #598ADF;font-weight: normal;}



/* ** 我的 */
.rj-my_head{ display: flex;height: 160px;padding-top: 40px;}
.rj-my_head .my_head_img{ width: 40%;text-align: center;}
.rj-my_head .my_head_img img{ width:70px;height:70px;object-fit: cover;border:2px solid #fff;border-radius: 50%;}
.rj-my_head .my_head_info{ display: block;padding-top:5px;font-size: 16px;}

.rj-my_list_item{display: flex;justify-content: space-between;align-items: center; font-size: 16px;padding: 10px;border-bottom: 1px solid #eee;}
.rj-my_list_item:last-child{border-bottom: none;}


/* 发布页 */
.rj-fabu-upload img{ height: 80px;max-width:47%;border-radius: 2px;margin:0 5px 10px 0;}

/* ***  单页 */
.rj-page_detail { margin: 10px;}
.rj-page_detail img{ max-width: 100% !important;height: auto !important;}
.rj-page_detail h2.rj-title{margin:50px 0 30px;font-size:24px;text-align:center;}
.rj-page_detail p.rj-img{ text-align:center;margin-bottom:15px;}
.rj-page_detail .rj-content{ min-height:500px;padding: 10px;background-color:rgba(255,255,255,0.8);}



/* 屏幕大于 800px */
@media screen and (min-width:800px) {
	.rj-container,.rj-tabbar{max-width:677px !important;}
	.rj-index_fixed{ right: inherit;margin-left:600px;}
}

/* 根据系统的深色模式响应深色变量 */
@media (prefers-color-scheme: dark) {
	html{filter: invert(1) hue-rotate(180deg);}
	body{background: #fff;}
	img,video{filter: invert(1) hue-rotate(180deg);}

	input::placeholder{color:rgba(0,0,0,.3);}

}
