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

a{color:inherit;}
a:hover{color:inherit;text-decoration:none;}

/* 首页 我的头像 */
.rj_my_head{text-align:center;padding-top:40px;margin-bottom:30px;}
.rj_my_head .rj_avatar{width:100px;height:100px;border-radius:50%;box-shadow:0 0 10px 6px rgba(255, 255, 255, 0.5) ;}
.rj_my_head .rj_nickname{padding:10px;margin:10px;}
.rj_my_head .rj_nickname span{font-size:14px;}

/* 首页 */
.rj-index_list{box-sizing:border-box;min-height:500px;}
.rj-index_list .rj-item{display:flex;justify-content:space-between;margin-bottom:10px;}
.rj-index_list .rj-item	.rj-left{width:calc(30vw - 10px);height:calc( (30vw - 10px) * 3/4 );margin-right:10px;}
.rj-index_list .rj-item	.rj-left img{width:100%;height:100%;object-fit:cover;border-radius:4px;position:relative;top:4px;}
.rj-index_list .rj-item	.rj-right{width:calc(65vw - 10px);}
.rj-index_list .rj-item	.rj-right .rj-item_title{height:45px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;overflow:hidden;}
.rj-index_list .rj-item	.rj-right .rj-tip{height:18px;font-size:12px;color:#888;}

/*  版权区 */
.rj-copy{clear:both;text-align:center;background-color:#fff;line-height:200%;}

/* activity页 顶部右侧导航 */
.rj-nav_position_top_right{position:absolute;z-index:999;top:20px;right:0;text-align:right;font-size:14px;}
.rj-nav_position_top_right span{display:inline-block;margin-bottom:10px;padding:4px 8px 4px 15px;border-right:0;border-radius:15px 0 0 15px;background:rgba(100,100,100,0.7);color:#fff;}

/*头部*/
.top-title{margin-bottom:1em}
.top-title img{border-radius:3px;width:100%;margin-top:15px;}
.top-title .nickname{width:100%;text-align:center;font-size:1.2em;margin-top:10px;color:#0095ff;}
.rj-top_content{font-size:1em;}
.rj-top_content p{margin-bottom:0;}
.rj-top_content img{max-width:100%;}


/* 自定义表单 */
.content{margin-bottom:10px;}
.title{margin-bottom:5px;font-size:16px;}
.content .title .rj-is_required{color:#F74D33;}

.rj-activity_box{width:100%;background:rgba(255, 255, 255, 0.3);border-radius:5px;margin:10px auto;} 
.rj-activity_box input{margin-bottom:.5em;}
.rj-activity_box .button{background:#F74D33;border-radius:2.5em;height:2.5em;line-height:2.5em;color:#fff;margin-bottom:.5em;}
.rj-activity_box .invite{background:#0095ff;color:#fff;border-radius:3px;height:3em;line-height:3em;cursor:pointer;margin:1em auto 2em;}

#share{position:fixed;top:0;width:100%;height:auto;z-index:9;display:none;left:0;}

/*底部导航 rj-foot-nav*/
.rj-foot-nav{position:fixed;bottom:0;max-height:55px;margin:0 auto;width:100%;background:#fff;}
.rj-foot-nav .row{border-top:1px solid #eee;padding-top:4px;}
.rj-foot-nav div{overflow:hidden}
.rj-foot-nav img{height:22px;width:auto;margin-bottom:0.2em;}
.rj-foot-nav p{margin-bottom:0.5em;font-size:0.9em;color:#B8B8B8;width:100% !important;overflow:hidden;white-space:nowrap;text-overflow:ellipsis ;}

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

/*项目组*/
.xmz-warp{max-width:680px;margin:0 auto;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:999;padding:10px;overflow:hidden;overflow-y:scroll;display:none;}
.xmz-container{width:100%;height:100%;position:relative;padding-top:50px;box-sizing:border-box;}
.xmz-container .xmz-back{position:absolute;top:5px;right:5px;background:#ff6700; color:#fff; display:inline-block; padding:2px 10px; border-radius:50px;}
.xmz-item{border-top:1px solid #f1f1f1;padding:20px 0;overflow:hidden;}
.xmz-item .thum{width:30%;float:left;padding:10px 10px 0 10px;box-sizing:border-box;overflow:hidden;background:url(../images/xmz_thum.jpg) no-repeat center /cover;}
.xmz-item .thum img{width:100%;}
.xmz-item .text{width:68%;float:right;text-align:left;position:relative;}
.xmz-item .text .xmz-opt{position:absolute;top:10px;right:0;background:#0095ff;color:#fff;display:inline-block;border-radius:5px;padding:0 5px;}
.xmz-item.xmz-checked .text .xmz-opt{background:#ff6700;}
.xmz-item .title{}
.xmz-item .name{font-size:32px;font-weight:bold;color:#333;margin-right:10px;}
.xmz-item .ftitle{font-size:18px;color:#666;}
.xmz-item .desc{font-size:14px;color:#666;}


/* 屏幕大于 800px */
@media screen and (min-width:800px) {
.container,.rj-tabbar{max-width:677px !important;}
.rj-index_list .rj-item	.rj-left{width:calc(30vw - 10px);height:calc( (30vw - 10px) * 1/4 );margin-right:10px;}
}


@media screen and (max-width:650px){
.xmz-container{padding-top:10vw;}
.xmz-container .xmz-back{top:0;font-size:4vw;}
.xmz-item{padding:4vw 0;}
.xmz-item .text .xmz-opt{top:1vw; font-size:3.2vw; padding:.5vw 3vw;}
.xmz-item .name{font-size:5vw;}
.xmz-item .ftitle{font-size:4vw;}
.xmz-item .desc{font-size:3.2vw;}
}










