@charset "UTF-8";
body,html{padding:0;margin:0;background:#F8F9FA;}


.activity-img img{
	width: 100%;
}
.activity-paneltop{
	position: absolute;
	width: 100%;
	height: 4vw;
	margin-top: -4vw;
	border-radius: 4vw 4vw 0 0;
	box-shadow: 0 -5px 5px rgb(0 0 0 / 20%);
	background: #FFF;
}
.activity-panel{
	margin-bottom: 2vw;
	padding: 1vw 4vw;
	background: #FFF;
	overflow: hidden;
}
.activity-title{
	font-size: 5vw;
	font-weight: bold;
	line-height: 6vw;
	color: #222222;
	padding: 1vw 0;
}
.activity-param{
	margin-top: 3vw;
	font-size: 4vw;
	font-weight: 500;
	line-height: 5vw;
	color: #222222;
}
.activity-param-time{
	padding: 1vw 0;
}
.activity-param-time::before{
	content: "•";
	color: var(--main-color);
	font-size: 3.2vw;
	position: absolute;
	margin-left: 0.2vw;
}
.activity-param-time span {
    margin-left: 3.5vw;
}
.activity-param-ads{
	padding: 1vw 0;
}
.activity-param-ads::before{
	content: "•";
	color: var(--main-color);
	font-size: 3.2vw;
	position: absolute;
	margin-left: 0.2vw;
}
.activity-param-ads span {
    margin-left: 3.5vw;
}
.activity-fqr{
	position: relative;
	margin-top: 4vw;
	padding: 3vw;
	font-size: 4vw;
	font-weight: 500;
	line-height: 5vw;
	color: #666666;
	background: #F8F9FA;
	border-radius: 4px;
}
.activity-fqr p{
	margin: 0;
	padding: 1vw 0;
}
.activity-fqr span{
	color: #222222;
	margin: 0 1vw;
}
.activity-join{
	position: relative;
	padding: 4vw 0;
	display: block;
	text-decoration: none;
}
.activity-join-desc{
	height: 8vw;
	line-height: 8vw;
	font-size: 4vw;
	font-weight: 500;
	color: #222222;
}
.activity-join-member{
	position: absolute;
	right: 0;
	overflow: hidden;
	padding-right: 5vw;
	display: block;
	text-decoration: none;
}
.activity-join-member::after{
	content: "›";
	position: absolute;
	right: 0;
	color: #CCCCCC;
	font-size: 6.4vw;
	line-height: 7.4vw;
}
.activity-join-member .member-headimg{
	float: right;
	position: relative;
	height: 8vw;
	border-radius: 50%;
	overflow: hidden;
	margin-right: -2vw;
}
.activity-join-member .member-headimg img{
	height: 100%;
}

.activity-intro{
	position: relative;
	margin-top: 5vw;
}
.activity-intro-title{
	color: #222222;
	font-size: 4vw;
	font-weight: bold;
	height: 6vw;
	line-height: 6vw;
	padding-left: 8vw;
	background-image: url(alumniActivityView/icon_content.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
.activity-intro-content{
	position: relative;
	margin-top: 3vw;
	font-size: 4vw;
	font-weight: 500;
	line-height: 5vw;
	color: #222222;
	max-height: 80vw;
	overflow: hidden;
}
.activity-intro.exp .activity-intro-content{
	max-height: none;
}
.activity-intro-content p{
	margin: 0 0 3vw 0; padding: 0;
}
.activity-intro-content-cover{
	position: absolute;
	width: 100%;
	height: 16vw;
	margin-top: -16vw;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 60%, #FFFFFF 100%);
	overflow: hidden;
}
.activity-intro.exp .activity-intro-content-cover{
	display: none;
}
.activity-intro-content-btn{
	text-align: center;
	height: 5vw;
	line-height: 5vw;
}
.activity-intro-content-btn a{
	text-decoration: none;
	font-size: 3vw;
	font-weight: bold;
	color: var(--main-color);
}
.activity-intro-content-btn a::after{
	content: "▼";
	margin-left: 1vw;
}
.activity-intro.exp .activity-intro-content-btn a::after{
	content: "▲";
	margin-left: 1vw;
}

.activity-brline{
	height: 1px;
	border-top: solid 0.3vw #F1F1F1;
	margin: 6vw 0;
}


.activity-pic{
	position: relative;
}
.activity-pic-title{
	color: #222222;
	font-size: 4vw;
	font-weight: bold;
	height: 6vw;
	line-height: 6vw;
	padding-left: 8vw;
	background-image: url(alumniActivityView/icon_pic.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
.activity-pic-title a{
    text-decoration: none;
    font-size: 4vw;
    font-weight: 500;
    line-height: 4vw;
    color: #999999;
    float: right;
}
.activity-pic-title a::after{
	content: "›";
	margin-left: 1vw;
}
.activity-pic-content{
	display: flex;
	flex-wrap: nowrap;
	margin-top: 4vw;
	max-height: 36vw;
	overflow: hidden;
	overflow-x: auto;
}
.activity-pic-content img{
	margin-right: 3vw;
	height: 36vw;
	border-radius: 4px;
}
.activity-pic-content .tips{
	color: #999999;
	font-size: 4vw;
    width: 100%;
    text-align: center;
    background: #fafafa;
    padding: 4vw 3vw;
    box-sizing: border-box;
    border-radius: 1vw;
}
.activity-pic-content .tips a{
	color: var(--main-color);
	text-decoration: none;
	margin: 0 1vw;
}

.activity-msg{
	position: relative;
}
.activity-msg-title{
	color: #222222;
	font-size: 4vw;
	font-weight: bold;
	height: 6vw;
	line-height: 6vw;
	padding-left: 8vw;
	background-image: url(alumniActivityView/icon_msg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
.activity-msg-title a{
    text-decoration: none;
    font-size: 4vw;
    font-weight: 500;
    line-height: 4vw;
    color: #999999;
    float: right;
}
.activity-msg-title a::after{
	content: "›";
	margin-left: 1vw;
}
.activity-msg-content{
	position: relative;
	margin-top: 4vw;
	overflow: hidden;
}
.activity-msg-content .tips{
	color: #999999;
	font-size: 4vw;
    width: 100%;
    text-align: center;
    background: #fafafa;
    padding: 4vw 3vw;
    box-sizing: border-box;
    border-radius: 1vw;
}
.activity-msg-content .tips a{
	color: var(--main-color);
	text-decoration: none;
	margin: 0 1vw;
}
.activity-msg-item{
	position: relative;
	margin-bottom: 4vw;
	min-height: 30vw;
	overflow: hidden;
}
.activity-msg-item-headimg{
	float: left;
	width: 8.7%;
	height: 10vw;
	border-radius: 1vw;
	overflow: hidden;
}
.activity-msg-item-headimg img{
	width: 100%;
}
.activity-msg-item-content{
	float: right;
	width: 88.89%;
}
.activity-msg-item-content .namecn{
	color: #222222;
	font-size: 4vw;
}
.activity-msg-item-content .time{
	color: #777;
	font-size: 3vw;
	margin: 1vw 0;
}
.activity-msg-item-content .content{
	color: #333;
	font-size: 4vw;
}


.activity-navbar-br{
    height: 20vw;
	overflow: hidden;
}

.activity-navbar{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 16vw;
    background: #fff;
    display: flex;
    box-shadow: 0 0 1vw rgba(0,0,0,.10);
	padding: 0 2vw;
	box-sizing: border-box;
}
.activity-navbar a{
	width: 10vw;
	height: 10vw;
	background: #F8F9FA;
	margin: 3vw 2vw;
	text-decoration: none;
	line-height: 10vw;
	text-align: center;
	color: var(--main-color);
	border-radius: 50%;
	box-sizing: border-box;
	flex-shrink: 0;
}
.activity-navbar a.btn2index{
	margin: 3vw 2vw;
	background-color: #f8f9fa;
	background-image: url(alumniActivityView/icon_index2.png);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
}
.activity-navbar a.btn2menu{
	margin: 3vw 2vw;
	background-color: #f8f9fa;
	background-image: url(alumniActivityView/icon_menu.png);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
}
.activity-navbar a.btn{
	margin: 2vw;
	height: 12vw;
	line-height: 12vw;
	background: var(--main-color);
	border-radius: 1vw;
	color: #FFFFFF;
	font-size: 4vw;
	font-weight: 500;
	text-decoration: none;
	width: 100vw;
	text-align: center;
	flex-shrink: 1;
}
.activity-navbar a.btn.disabled{
	color: #555;
	background: #d2d2d2;
}
.activity-navbar a.btn.none{
	color:#FFF;
	background-color:var(--main-color);
}
.action_mask_modal{
    position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgb(0 0 0 / 40%);
	z-index: 1;
}
.action_mask_modal .mask-container{
	background: #fff;
    width: 78.8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: calc(24vw / 750 * 100);
}
.action_mask_modal .mask-container .c-title{
	font-size: calc(30vw / 750 * 100);
	font-weight: bold;
	color: #222222;
	text-align: center;
	padding-top: calc(34vw / 750 * 100);
}
.action_mask_modal .mask-container .c-alert-text{
	font-size: calc(26vw / 750 * 100);
    color: #777777;
    margin-top: calc(24vw / 750 * 100);
    padding:0 calc(34vw / 750 * 100) calc(24vw / 750 * 100);
}
.action_mask_modal .mask-container .c-btn-area{
	display: flex;
	position: relative;
}
.action_mask_modal .mask-container .c-btn-area:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	border-top: calc(1vw / 750 * 100) solid #dcdcdc;
	width: 100%;
	height: calc(1vw / 750 * 100);
}
.action_mask_modal .mask-container .c-btn-area .c-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vw / 750 * 100);
	flex:1;
	font-size: calc(28vw / 750 * 100);
	font-weight: 500;
	color: #222222;
	position: relative;
}
.action_mask_modal .mask-container .c-btn-area .c-btn + .c-btn:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width:calc(1vw / 750 * 100);
	height: 100%;
	border-left: calc(1vw / 750 * 100) solid #dcdcdc;
}
.action_mask_modal .mask-container .c-btn-area .c-btn.primary{
	color: #61749b;
}

.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
}

/* 屏幕大于等于680px */
@media screen and (min-width: 680px){
	.container{
		position: relative;
		max-width: 680px;
		margin: 0 auto;
		overflow: hidden;
		box-shadow: 0 0 8px rgb(0,0,0,.15);
	}

	.activity-img img{
		width: 100%;
	}
	.activity-paneltop{
		position: absolute;
		width: 100%;
		height: calc(680px * 0.04);
		margin-top: calc(-680px * 0.04);
		border-radius: calc(680px * 0.04) calc(680px * 0.04) 0 0;
		box-shadow: 0 -5px 5px rgb(0 0 0 / 20%);
		background: #FFF;
	}
	.activity-panel{
		margin-bottom: calc(680px * 0.02);
		padding: calc(680px * 0.01) calc(680px * 0.04);
		background: #FFF;
		overflow: hidden;
	}
	.activity-title{
		font-size: calc(680px * 0.05);
		font-weight: bold;
		line-height: calc(680px * 0.06);
		color: #222222;
		padding: calc(680px * 0.01) 0;
	}
	.activity-param{
		margin-top: calc(680px * 0.03);
		font-size: calc(680px * 0.04);
		font-weight: 500;
		line-height: calc(680px * 0.05);
		color: #222222;
	}
	.activity-param-time{
		padding: calc(680px * 0.01) 0;
	}
	.activity-param-time::before{
		content: "•";
		color: var(--main-color);
		font-size: calc(680px * 0.032);
		position: absolute;
		margin-left: calc(680px * 0.002);
	}
	.activity-param-time span {
		margin-left: calc(680px * 0.035);
	}
	.activity-param-ads{
		padding: calc(680px * 0.01) 0;
	}
	.activity-param-ads::before{
		content: "•";
		color: var(--main-color);
		font-size: calc(680px * 0.032);
		position: absolute;
		margin-left: calc(680px * 0.002);
	}
	.activity-param-ads span {
		margin-left: calc(680px * 0.035);
	}
	.activity-fqr{
		position: relative;
		margin-top: calc(680px * 0.04);
		padding: calc(680px * 0.03);
		font-size: calc(680px * 0.04);
		font-weight: 500;
		line-height: calc(680px * 0.05);
		color: #666666;
		background: #F8F9FA;
		border-radius: 4px;
	}
	.activity-fqr p{
		margin: 0;
		padding: calc(680px * 0.01) 0;
	}
	.activity-fqr span{
		color: #222222;
		margin: 0 calc(680px * 0.01);
	}
	.activity-join{
		position: relative;
		padding: calc(680px * 0.04) 0;
		display: block;
		text-decoration: none;
	}
	.activity-join-desc{
		height: calc(680px * 0.08);
		line-height: calc(680px * 0.08);
		font-size: calc(680px * 0.04);
		font-weight: 500;
		color: #222222;
	}
	.activity-join-member{
		position: absolute;
		right: 0;
		overflow: hidden;
		padding-right: calc(680px * 0.05);
		display: block;
		text-decoration: none;
	}
	.activity-join-member::after{
		content: "›";
		position: absolute;
		right: 0;
		color: #CCCCCC;
		font-size: calc(680px * 0.064);
		line-height: calc(680px * 0.074);
	}
	.activity-join-member .member-headimg{
		float: right;
		position: relative;
		height: calc(680px * 0.08);
		border-radius: 50%;
		overflow: hidden;
		margin-right: calc(-680px * 0.02);
	}
	.activity-join-member .member-headimg img{
		height: 100%;
	}

	.activity-intro{
		position: relative;
		margin-top: calc(680px * 0.05);
	}
	.activity-intro-title{
		color: #222222;
		font-size: calc(680px * 0.04);
		font-weight: bold;
		height: calc(680px * 0.06);
		line-height: calc(680px * 0.06);
		padding-left: calc(680px * 0.08);
		background-image: url(alumniActivityView/icon_content.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: left center;
	}
	.activity-intro-content{
		position: relative;
		margin-top: calc(680px * 0.03);
		font-size: calc(680px * 0.04);
		font-weight: 500;
		line-height: calc(680px * 0.05);
		color: #222222;
		max-height: calc(680px * 0.8);
		overflow: hidden;
	}
	.activity-intro.exp .activity-intro-content{
		max-height: none;
	}
	.activity-intro-content p{
		margin: 0 0 calc(680px * 0.03) 0; padding: 0;
	}
	.activity-intro-content-cover{
		position: absolute;
		width: 100%;
		height: calc(680px * 0.16);
		margin-top: calc(-680px * 0.16);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 60%, #FFFFFF 100%);
		overflow: hidden;
	}
	.activity-intro.exp .activity-intro-content-cover{
		display: none;
	}
	.activity-intro-content-btn{
		text-align: center;
		height: calc(680px * 0.05);
		line-height: calc(680px * 0.05);
	}
	.activity-intro-content-btn a{
		text-decoration: none;
		font-size: calc(680px * 0.03);
		font-weight: bold;
		color: var(--main-color);
	}
	.activity-intro-content-btn a::after{
		content: "▼";
		margin-left: calc(680px * 0.01);
	}
	.activity-intro.exp .activity-intro-content-btn a::after{
		content: "▲";
		margin-left: calc(680px * 0.01);
	}

	.activity-brline{
		height: 1px;
		border-top: solid calc(680px * 0.003) #F1F1F1;
		margin: calc(680px * 0.06) 0;
	}


	.activity-pic{
		position: relative;
	}
	.activity-pic-title{
		color: #222222;
		font-size: calc(680px * 0.04);
		font-weight: bold;
		height: calc(680px * 0.06);
		line-height: calc(680px * 0.06);
		padding-left: calc(680px * 0.08);
		background-image: url(alumniActivityView/icon_pic.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: left center;
	}
	.activity-pic-title a{
		text-decoration: none;
		font-size: calc(680px * 0.04);
		font-weight: 500;
		line-height: calc(680px * 0.04);
		color: #999999;
		float: right;
	}
	.activity-pic-title a::after{
		content: "›";
		margin-left: calc(680px * 0.01);
	}
	.activity-pic-content{
		display: flex;
		flex-wrap: nowrap;
		margin-top: calc(680px * 0.04);
		max-height: calc(680px * 0.36);
		overflow: hidden;
		overflow-x: auto;
	}
	.activity-pic-content img{
		margin-right: calc(680px * 0.03);
		height: calc(680px * 0.36);
		border-radius: calc(680px * 0.04);
	}
	.activity-pic-content .tips{
		color: #999999;
		font-size: calc(680px * 0.04);
		width: 100%;
		text-align: center;
		background: #fafafa;
		padding: calc(680px * 0.04) calc(680px * 0.03);
		box-sizing: border-box;
		border-radius: calc(680px * 0.01);
	}
	.activity-pic-content .tips a{
		color: var(--main-color);
		text-decoration: none;
		margin: 0 calc(680px * 0.01);
	}

	.activity-msg{
		position: relative;
	}
	.activity-msg-title{
		color: #222222;
		font-size: calc(680px * 0.04);
		font-weight: bold;
		height: calc(680px * 0.06);
		line-height: calc(680px * 0.06);
		padding-left: calc(680px * 0.08);
		background-image: url(alumniActivityView/icon_msg.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: left center;
	}
	.activity-msg-title a{
		text-decoration: none;
		font-size: calc(680px * 0.04);
		font-weight: 500;
		line-height: calc(680px * 0.04);
		color: #999999;
		float: right;
	}
	.activity-msg-title a::after{
		content: "›";
		margin-left: calc(680px * 0.01);
	}
	.activity-msg-content{
		position: relative;
		margin-top: calc(680px * 0.04);
		overflow: hidden;
	}
	.activity-msg-content .tips{
		color: #999999;
		font-size: calc(680px * 0.04);
		width: 100%;
		text-align: center;
		background: #fafafa;
		padding: calc(680px * 0.04) calc(680px * 0.03);
		box-sizing: border-box;
		border-radius: calc(680px * 0.01);
	}
	.activity-msg-content .tips a{
		color: var(--main-color);
		text-decoration: none;
		margin: 0 calc(680px * 0.01);
	}
	.activity-msg-item{
		position: relative;
		margin-bottom: calc(680px * 0.04);
		min-height: calc(680px * 0.3);
		overflow: hidden;
	}
	.activity-msg-item-headimg{
		float: left;
		width: 8.7%;
		height: calc(680px * 0.1);
		border-radius: calc(680px * 0.01);
		overflow: hidden;
	}
	.activity-msg-item-headimg img{
		width: 100%;
	}
	.activity-msg-item-content{
		float: right;
		width: 88.89%;
	}
	.activity-msg-item-content .namecn{
		color: #222222;
		font-size: calc(680px * 0.04);
	}
	.activity-msg-item-content .time{
		color: #777;
		font-size: calc(680px * 0.03);
		margin: calc(680px * 0.01) 0;
	}
	.activity-msg-item-content .content{
		color: #333;
		font-size: calc(680px * 0.04);
	}


	.activity-navbar-br{
		height: calc(680px * 0.2);
		overflow: hidden;
	}

	.activity-navbar{
		position: fixed;
		bottom: 0;
		left: calc(50% - 340px);
		width: 680px;
		height: calc(680px * 0.16);
		background: #fff;
		display: flex;
		box-shadow: 0 0 calc(680px * 0.01) rgba(0,0,0,.10);
		padding: 0 calc(680px * 0.02);
		box-sizing: border-box;
	}
	.activity-navbar a{
		width: calc(680px * 0.1);
		height: calc(680px * 0.1);
		background: #F8F9FA;
		margin: calc(680px * 0.03) calc(680px * 0.02);
		text-decoration: none;
		line-height: calc(680px * 0.1);
		text-align: center;
		color: var(--main-color);
		border-radius: 50%;
		box-sizing: border-box;
		flex-shrink: 0;
	}
	.activity-navbar a.btn2index{
		margin: calc(680px * 0.03) calc(680px * 0.02);
		background-color: #f8f9fa;
		background-image: url(alumniActivityView/icon_index2.png);
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: center;
	}
	.activity-navbar a.btn2menu{
		margin: calc(680px * 0.03) calc(680px * 0.02);
		background-color: #f8f9fa;
		background-image: url(alumniActivityView/icon_menu.png);
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: center;
	}
	.activity-navbar a.btn{
		margin: calc(680px * 0.02);
		height: calc(680px * 0.12);
		line-height: calc(680px * 0.12);
		background: var(--main-color);
		border-radius: calc(680px * 0.01);
		color: #FFFFFF;
		font-size: calc(680px * 0.04);
		font-weight: 500;
		text-decoration: none;
		width: 680px;
		text-align: center;
		flex-shrink: 1;
	}
	.activity-navbar a.btn.disabled{
		color: #555;
		background: #d2d2d2;
	}
	.activity-navbar a.btn.none{
		color:#FFF;
		background-color:#94B7FF;
	}
}