﻿#container{
	background-color: #fff;
}
/*#course_personal_message{
	width: 100%;
	height: 0.79rem;
	border-bottom: 0.01rem solid #e9e8e8;
}
#course_personal_message h3{
	height: 100%;
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.8rem;
	color: #535353;
	text-align: center;
}
#course_personal_message h3 i{
	display: block;
	width: 0.22rem;
	height: 0.38rem;
	position: absolute;
	top: 0.21rem;
	left: 0.2rem;
}
#course_personal_message h3 i img{
	display: block;
	width: 100%;
}*/
/*信息展示*/
#course_personal_wrap{
	padding: 0 0.2rem;
	position: relative;
	z-index: 1;
}
.message_list{
	width: calc(100% - 0.4rem);
	height: 0.8rem;
	padding: 0 0.2rem;
	border-bottom: 0.01rem solid #e9e8e8;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.message_list span{
	display: block;
	height: 100%;
	font-size: 0.26rem;
	color: #4a4949;
	line-height: 0.8rem;
}
.message_list span:last-child{
	width: 4rem;
	margin-left: 0.2rem;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#message_edit{
	width: calc(100% - 0.4rem);
	height: 0.8rem;
	background-color: #cf0202;
	border-radius: 0.1rem;
	margin: 0.8rem auto 0;
	overflow: hidden;
}
#message_edit a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
	line-height: 0.8rem;
}
.tel{
	position: relative;
}
.tel:after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#message_option_wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.5s;
	display: none;
	z-index: 3;
}
#change_tel{
	width: 5rem;
	height: 2.6rem;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1.3rem;
	left: 50%;
	margin-left: -2.5rem;
	border-radius: 0.1rem;
	overflow: hidden;
	display: none;
}
#change_tel h3{
	font-size: 0.28rem;
	color: #595959;
	text-align: center;
	margin-top: 0.5rem;
}
#confirm_btn{
	width: 100%;
	height: 0.8rem;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 0.01rem solid #e9e8e8;
}
.btn_list{
	width: 2.5rem;
	line-height: 0.8rem;
	color: #595959;
	text-align: center;
	font-size: 0.28rem;
}
.btn_edit{
	width: 2.49rem;
	border-right: 0.01rem solid #e9e8e8;
}
.change_code{
	display: block;
	width: 100%;
	height: 100%;
}
