.main{
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
}
.color3 {
	color: #333;
}

.color6 {
	color: #666;
}

.fonts12 {
	font-size: 12px;
}

.fonts14 {
	font-size: 14px;
}

.fonts16 {
	font-size: 16px;
}

.texti2 {
	text-indent: 2em;
	line-height: 2;
}


/*参会须知*/

.main-content {
	padding: 15px;
}

.to-guest {
	font-size: 14px;
	color: #333;
	line-height: 2;
}

.letter {
	line-height: 2;
	text-indent: 2em;
	color: #333;
}

.notice {
	border: 1px dashed #ccc;
	background: #f6f6f6;
	padding: 10px;
	margin-top: 20px;
}

.notice p {
	font-size: 12px;
	line-height: 2;
}
.nav-tab{
	display: flex;
	align-content: space-between;
}
.nav-tab a{
	display: inline-block;
	flex: 1;
	text-align: center;
	padding: 10px 0;
	background: #0a8c89;
	color: #fff;
	border-right: 1px solid #fff;
}
.nav-tab a:last-of-type{
	border-right:0 none;
}
.nav-tab .active-a{
	background: #fff;
	color: #0a8c89;
}

/*1*/
.reminder{
	border: 1px dashed #e29400;
	padding: 10px;
	margin: 10px;
	border-radius: 4px;
	background: #fffcf5;
	color: #e29400;
	font-size: 14px;
	font-weight: bold;
}
.reminder-list{
	margin-bottom: 10px;
}
.reminder-list h4{
	padding: 5px;
	margin:0 10px;
	border-radius: 4px;
	color: #0a8c89;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6;
}
.reminder-list h4:before{
	display: inline-block;
	content: '';
	width: 2px;
	height: 14px;
	background: #0a8c89;
	position: relative;
	top: 2px;
	left: -5px;
}
.reminder-list-time{
	margin: 5px 18px;
	font-size: 12px;
	text-align: justify;
	line-height: 1.8;
}

.box-left{
	width: 60px;
}
.box-right{
	width: calc(100% - 60px);
	margin-bottom: 0;
}
