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.5em; margin-top: 10px}
.quest-top_content{margin: 2em 0;color: #666;
    line-height: 1.5;
    max-width: 100%;
    overflow: visible;
    word-break: break-word;}
	.quest-top_content p{margin: 0;padding: 0; margin-bottom: 0.5em;}
.quest-top_content img{max-width: 100%;}
.col-p0{padding: 0;}
.rj-activity_box .content .radio> label{
	background-color: hsla(0,0%,100%,.65);
    border-bottom: none;
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0.3rem 0;
}
.rj-activity_box .content textarea{
	height: 100px;
}
.rj-activity_box .content .title{ font-weight: bold;}


/* 自定义表单 */
.content{margin-bottom: 20px;}
.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; padding:10px ;margin-bottom: 10px;} 
.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:#FFDD00; border-radius: 3em; height: 3em;;line-height: 3em;cursor: pointer; }

#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;}


/* 屏幕大于 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;}
}

.entry-container-inner>.mobile-cover-container,.mobile-preview-bg>.mobile-cover-container {
	background-position:center;
	-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,0.2);
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2);
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position:fixed;
	top:0;
	left:0;
	height:100vh;
	width:100vw;
	z-index:99;
	background-size:100% 100%;
	touch-action: pan-x; 
	user-select: none; 
	-webkit-user-drag: none; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.entry-container-inner>.mobile-cover-container.mobile-cover-container-swipe,.mobile-preview-bg>.mobile-cover-container.mobile-cover-container-swipe {
	top:-100vh;
	-webkit-transition:all 1s ease-out;
	transition:all 1s ease-out;
	height:0
}
.entry-container-inner>.mobile-cover-container .mobile-cover-title,.entry-container-inner>.mobile-cover-container .mobile-cover-btn-container,.mobile-preview-bg>.mobile-cover-container .mobile-cover-title,.mobile-preview-bg>.mobile-cover-container .mobile-cover-btn-container {
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
.entry-container-inner>.mobile-cover-container .mobile-cover-title,.mobile-preview-bg>.mobile-cover-container .mobile-cover-title {
	font-size:30px;
	width:100%;
	height:21vh;
	position:absolute;
	top:11vh
}
.entry-container-inner>.mobile-cover-container .mobile-cover-btn-container,.mobile-preview-bg>.mobile-cover-container .mobile-cover-btn-container {
	position:absolute;
	width:100%;
	bottom:7vh
}
.entry-container-inner>.mobile-cover-container .mobile-cover-btn-container.swipe-container,.mobile-preview-bg>.mobile-cover-container .mobile-cover-btn-container.swipe-container {
	bottom:2vh
}
.entry-container-inner>.mobile-cover-container .mobile-cover-btn-container .mobile-cover-btn,.mobile-preview-bg>.mobile-cover-container .mobile-cover-btn-container .mobile-cover-btn {
	width:80%;
	display:inline-block;
	height:40px;
	line-height:40px;
	border-radius:2px
}
.entry-container-inner>.mobile-cover-container .mobile-cover-btn-container .mobile-cover-swipe,.mobile-preview-bg>.mobile-cover-container .mobile-cover-btn-container .mobile-cover-swipe {
	font-size:16px
}
.entry-container-inner>.mobile-cover-container .mobile-cover-btn-container .upward-icons .arrow-1,.mobile-preview-bg>.mobile-cover-container .mobile-cover-btn-container .upward-icons .arrow-1 {
	font-size:21px;
	display:block;
	-webkit-animation:arrow1 1.5s infinite ease-in;
	animation:arrow1 1.5s infinite ease-in;
	opacity:0
}
.mobile-cover-fade-out {
	-webkit-animation-name:mobileCoverFadeOut;
	animation-name:mobileCoverFadeOut;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards
}
@-webkit-keyframes mobileCoverFadeOut {
	from {
	opacity:1
}
to {
	opacity:0;
	z-index:-1
}
}@keyframes mobileCoverFadeOut {
	from {
	opacity:1
}
to {
	opacity:0;
	z-index:-1
}
}@-webkit-keyframes arrow1 {
	0% {
	opacity:0;
	-webkit-transform:translate(0,21px);
	transform:translate(0,21px)
}
30% {
	opacity:1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
100% {
	opacity:1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
}@keyframes arrow1 {
	0% {
	opacity:0;
	-webkit-transform:translate(0,21px);
	transform:translate(0,21px)
}
30% {
	opacity:1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
100% {
	opacity:1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
}.mobile-preview-bg>.mobile-cover-container {
	z-index:1;
	top:unset;
	left:unset;
	width:calc(100% - 37px);
	height:calc(100% - 33px)
}
.mobile-preview-bg>.mobile-cover-container .mobile-cover-btn-container a {
	z-index:3
}
.mobile-preview-bg>.mobile-cover-bg {
	height:100%
}
.mobile-preview-bg>.mobile-cover-bg img {
	height:100%;
	width:100%
}

.hidden{display: none !important;}

/*upload*/
.pop-up-form__attachment {
	margin-top:7px;
}
.attachment-btn {
	align-items: center;
    border: 1px dashed #e0e0e0;
    color: #333;
    display: flex;
    font-size: .16rem;
    min-height: 42px;
    padding: 7px;
    position: relative;
    text-align: left;
    transition: all .3s;
    width: 100%;
}
@media (min-width:1024px) {
	.attachment-btn {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
}
.attachment-label {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#333;
	line-height:1;
	cursor:pointer;
	margin: 0;
}
.attachment-label.disabled {
	color:#B1C1D2;
	background-color:inherit;
}
.attachment-label.disabled .attachment-label__icon {
	color:#B1C1D2;
}
.attachment-label:hover .attachment-label__icon {
	color:#333;
}
.attachment-label__text {
	font-size:14px;
	line-height: 20px;
}
.attachment-label__icon {
	margin-left:10px;
	margin-right:10px;
}
.attachment-text {
	font-size:12px;
}
@media (max-width:1023px) {
	.attachment-text {
	display:block;
	text-align:center;
}
}@media (min-width:1024px) {
	.attachment-text {
	margin-left:auto;
}
}.attachment-list {
	margin-top:10px;
}
.attachment-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border: 1px solid #e0e0e0;
    overflow: hidden;
    position: relative;
	background-color: hsla(0,0%,100%,.65);
    width: 100%;
	padding: 5px 10px;
}
.attachment-item:not(:last-child) {
	margin-bottom:5px;
}
.attachment-item__name {
	font-size:14px;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.attachment-item__progress {
	width:33px;
	margin-left:10px;
	color:#0073FF;
	font-size:14px;
}
.attachment-item__delete-btn {
	width:18px;
	height:18px;
	margin-left:10px;
	color:#e34152 !important;
	position: absolute;
	right: 10px;
}
.attachment-item__delete-btn::before {
	font-size:10px;
}
.attachment-item__delete-btn:hover {
	color:#E31500;
}
					  

							