@charset "UTF-8";
body, html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #eaeaea;
}

a, a:active, a:hover {
	color: #222222;
	text-decoration: none;
}

.loaderPanel {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.page {
	height: 100%;
	max-width: 680px;
	margin: 0 auto;
	background-color: #F8F9FA;
	color: #222222;
}

.page .banner {
	display: flex;
}

.page .main {
	margin-top: -68px;
	position: relative;
	padding-bottom: 70px;
}

.main-title {
	display: flex;
	padding: 0 25px;
	align-items: center;
}

.organ-name {
	flex: 1;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.organ-logo {
	width: 64px;
	height: 64px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgb(165 184 203/ 20%);
	border-radius: 40px;
	overflow: hidden;
	margin-left: 15px;
	border: 2px solid #fff;
}

.organ-intro {
	overflow: hidden;
}

.main-cnt {
	margin-top: -16px;
	background-color: #fff;
	border-radius: 16px 16px 0 0;
	padding-top: 16px;
}

.sPanel {
	padding: 0 15px 15px 15px;
}

.sPanel-heading {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.sPanel_title {
	flex: 1;
	display: flex;
	height: 24px;
	align-items: center;
}

.sTab-heading-btn {
	font-size: 14px;
	color: #999999;
	font-weight: 500;
}

.sTab-heading-btn:active, .sTab-heading-btn:hover {
	color: #999999;
}

.sPanel_title span {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #222222;
	line-height: 1.5;
	margin-left: 10px;
}

.sPanel-body {
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 25px;
}

.sPanel-body-cntCover {
    position: relative;
    width: 100vw;
    height: 30px;
    margin-top: -30px;
    margin-left: -15px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    overflow: hidden;
}

.sPanel-body-func {
	padding-top: 10px;
	text-align: center;
}

.sPanel-body-func a, .sPanel-body-func a:hover, .sPanel-body-func a:active {
	color: var(--main-color);
}

.sPanel-body-btn_fold {
	font-size: 17px;
	line-height: 1.2;
	color: var(--main-color);
	font-weight: bold;
	display: inline-flex;
}

.sPanel-body-btn_fold i {
	height: 0;
	width: 0;
	border-top: 6px solid var(--main-color);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-top: 7px;
	margin-left: 4px;
}

.sPanel-body-btn_unfold {
	
}

.sPanel-body-btn_unfold i {
	border-top: none;
	border-bottom: 6px solid var(--main-color);
}

.bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 60px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1vw rgb(0 0 0/ 10%);
	display: flex;
	padding: 0 15px;
	box-sizing: border-box;
	align-items: center;
}

.iBtn {
	display: block;
	height: 34px;
	width: 34px;
	margin-right: 15px;
}

.iBtn i {
	display: block;
	height: 100%;
	width: 100%;
	background: url() no-repeat center;
	background-size: 100% 100%;
}

.btn-home i {
	background-image: url(../images/icon-home.png);
}

.sBtn {
	flex: 1;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	font-weight: 500;
	background-color: var(--main-color);
	height: 44px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
}

.sBtn, .sBtn:active, .sBtn:hover {
	color: #fff;
}

.sBtn-disabled {
	background-color: var(--main-color);
}

.bottom a.btn2menu{
	width: 10vw;
    height: 10vw;
	margin: 3vw 2vw;
	background-color: #f8f9fa;
	background-image: url(../images/icon_menu.png);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
	text-decoration: none;
    line-height: 10vw;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.member-list {
	display: flex;
	flex-direction: row;
}

.member-item {
	height: 12vw;
	width: 12vw;
	background: #eaeaea;
	border-radius: 12vw;
	border: 1px solid #F1F1F1;
	overflow: hidden;
	margin-right: calc((100vw - 30px - 60vw)/4);
}

.member-item:last-child {
	margin: 0;
}

.activity-list {
	display: flex;
	overflow-x: auto;
}

.activity-item {
	display: block;
	width: 64vw;
	margin-right: 10px;
}

.activity-logo {
	height: 36vw;
	background-color: #F8F9FA;
	border-radius: 4px 4px 0px 0px;
	overflow: hidden;
}

.activity-info {
	padding: 9px 13px;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 0px 2px 20px rgb(214, 215, 219, 0.3);
}

.activity-subject {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	font-weight: 500;
}

.activity-func {
	padding-top: 3px;
}

.activity-state {
	font-size: 11px;
	display: flex;
	line-height: 1.5;
	align-items: center;
}

.activity-state .iconfont {
	font-size: 10px;
	margin-right: 5px;
}

.activity-state_1 {
	color: var(--main-color);
}

.activity-state_2 {
	color: #cccccc;
}

.activity-state_3 {
	color: #ff0000;
}

.pic-list {
	display: flex;
}

.pic-item {
	height: 35vw;
	width: 35vw;
	margin-right: 10px;
	overflow: hidden;
}

.msg-list {
	
}

.msg-item {
	display: flex;
	padding: 10px 0;
}

.msg-send-photo {
	height: 30px;
	width: 30px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #F1F1F1;
	margin-right: 10px;
}

.msg-info {
	flex: 1;
}

.msg-send-name {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	color: #999999;
}

.msg-send-time {
	font-size: 11px;
	line-height: 1.5;
	font-weight: 500;
	color: #999999;
	margin-top: 2px;
}

.msg-cnt {
	font-size: 14px;
	line-height: 1.5;
	color: #222222;
	font-weight: 500;
	margin-top: 2px;
}

.weui_cells_title {
	margin-top: .77em;
	margin-bottom: .3em;
	padding-left: 15px;
	padding-right: 15px;
	color: #888;
	font-size: 14px;
}

.weui_cells {
	margin-top: 1.17647059em;
	background-color: #FFFFFF;
	line-height: 1.41176471;
	font-size: 17px;
	overflow: hidden;
	position: relative;
}

.weui_cell {
	padding: 10px 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.weui_cell_primary {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.weui_textarea {
	display: block;
	border: 0;
	resize: none;
	width: 100%;
	color: inherit;
	font-size: 1em;
	line-height: inherit;
	outline: 0;
}

.weui_textarea_counter {
	color: #B2B2B2;
	text-align: right;
}

.weui_btn_area {
	margin: 1.17647059em 15px 0.3em;
}

.weui_btn {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2.33333333;
	border-radius: 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
}

.weui_btn_primary {
	background-color: #04BE02;
}

.weui_btn, .weui_btn:hover, .weui_btn:active {
	color: #fff;
}
#join_comm .toolbar-inner{
	height: calc(80vw / 750 * 100);
}
#join_comm .toolbar-inner .close-popup {
	font-size: calc(36vw / 750 * 100);
    line-height: 2rem;
    height: calc(80vw / 750 * 100);
    padding: 0 calc(20vw / 750 * 100);
    color:#9E9E9E;
}
#join_comm .toolbar-inner .title {
	font-size: calc(36vw / 750 * 100);
    line-height: 2rem;
    height: calc(80vw / 750 * 100);
}
#join_comm .modal-content{
	padding-top: calc(80vw / 750 * 100);
}
#join_comm .weui_cells_tips{
	margin-top: .77em;
    margin-bottom: .3em;
    padding-left: 15px;
    padding-right: 15px;
    color: #888;
    font-size: 14px;
}
#join_comm .weui_cells_tips a{
	color:var(--main-color);
}
#join_comm .weui_btn_primary{
	background-color:var(--main-color);
}
#join_comm .weui_btn_disabled{
	background-color:#9E9E9E;
}
.weui-toast {
	position: fixed;
	z-index: 5000;
	width: calc(380vw / 750 * 100);;
	min-height: calc(280vw / 750 * 100);;
	top: 180px;
	left: 50%;
	/* margin-left: -3.8em; */
	background: hsla(0, 0%, 7%, .7);
	text-align: center;
	border-radius: 5px;
	color: #fff
}
