.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 #00829c;
	padding: 10px;
	margin:0 10px;
	border-radius: 4px;
	background: #f5fdff;
	color: #00819b;
	font-size: 12px;
	line-height: 2;
}
.reminder h4{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.reminder p{
	text-align: justify;
	text-indent: 2em;
	margin-top: 5px;
}
.reminder-list{
	margin-bottom: 10px;
}
.reminder-list h4{
	padding: 5px;
	margin:0 10px;
	border-radius: 4px;
	color: #00819b;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6;
}
.reminder-list h4:before{
	display: inline-block;
	content: '';
	width: 2px;
	height: 14px;
	background: #208490;
	position: relative;
	top: 2px;
	left: -5px;
}
.reminder-list-time{
	margin: 5px 18px;
	font-size: 12px;
	text-align: justify;
	line-height: 2;
	color: #666;
}

.box-left{
	width: 65px;
}
.box-right{
	width: calc(100% - 65px);
	margin-bottom: 0;
}
.unit{
	margin: 10px 15px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}
.unit-num{
	line-height: 1.8;
	font-size: 12px;
	color: #ed660b;
}
.unit-content{
	font-size: 12px;
	color: #666;
	line-height: 2;
	text-align: justify;
	text-indent: 2em;
	margin-top: 5px;
}
