/*****************************
* PHPwork官方网址： ruanjiesoft.com
* PHPwork应用官方QQ群： 317075601
* PHPwork应用开发者QQ： 1980572700
* 不得使用本软件用于非法用途，不得违反国家法律。
*************************************/

body{margin:0;padding: 0;}

.container{max-width:1080px !important;margin:0 auto;margin-bottom:60px;}
/* 屏幕大于 800px */
@media screen and (min-width:800px) {
	.container{max-width:677px !important;}
}

a{color: #000;text-decoration: none;}


/* 顶部导航条 返回主页 按钮 */
.rj-top-title{line-height: 48px;text-align:center;color:#666;position: relative;}
.rj-top-title .rj-nav-left{position: absolute;left:15px;}
.rj-top-title .rj-nav-right{position: absolute;right:15px;}
.rj-top-title .rj-nav-left img,.rj-top-title .rj-nav-right img{width:30px}

/**/
.rj-input_search{width: 90%;height: 45px;font-size: 18px;border-radius: 5px;border: 1px solid #ddd;text-align: center;outline:none}
.rj-btn_search{width: 90%;height: 45px;font-size: 18px;border: none;background-color: #2879fe;color: #fff;border-radius:4px;}

/* 单页 */
.rj-page_detail .rj-title{padding:10px;line-height:150%;margin-top:30px;font-size:18px;text-align:center;}
.rj-page_detail .rj-content{padding:10px; min-height:200px;background-color:rgba(255,255,255,0.8);}
.rj-page_detail .rj-content img{ max-width: 100% !important;height: auto !important;}


/* 根据系统的深色模式响应深色变量 */
@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);}

}
