.container {
	margin-top: 50px;
	background-color: #F1F2F3;
	padding-bottom: 12px;
}

.session {
	margin-top: 12px;
	background: white;
}

.session .weui_cell {
	padding: 15px 12px;
}

.session .weui_cell:before {
	left: 12px;
}

.session input {
	text-align: right;
	font-size: 14px;
	color: #4B4B4B;
}

.picker_result {
	text-align: right;
	font-size: 14px;
	color: #4b4b4b;
}

.session .text_area {
	flex-direction: column;
	padding: 12px;
	align-items: flex-start;
}

.text_area_title {
	padding: 6px 0px;
	padding-bottom: 12px;
	color: #4B4B4B;
	font-size: 14px;
}

.history_msg_intro,
.history_msg_remark {
	/*text-align: left; */
	font-size: 14px;
	color: #4B4B4B;
	background-color: #f0f0f0;
	width: 100%;
	padding: 6px;
	box-sizing: border-box;
}

.btn_area {
	margin: 6px;
	background-color: white;
}

.btn {
	height: 30px;
	margin: 6px;
	flex: 1;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	/*box-sizing: border-box;*/
	border-radius: 3px;
	color: #00A7E5;
}

.btn_area a {
	border: 1px solid #00A7E5;
}

.btn:active {
	background-color: #00A7E5;
	color: white;
}

.btn:after {
	margin: 6px;
}

.hint_bottom {
	margin-left: 12px;
	padding-bottom: 12px;
	margin-left: 12px;
	font-size: 12px;
	color: #898989;
}

::-webkit-scrollbar {
	display: none;
}

.session input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c8c8c8;
}

.session input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #c8c8c8;
}

.session input::-moz-placeholder,
.session textarea::-moz-placeholder {
	color: #c8c8c8;
}

.session input:-ms-input-placeholder,
.session textarea:-ms-input-placeholder {
	color: #c8c8c8;
}

.dialog{
	
	z-index: 1000;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	/*visibility: hidden;*/
}

.content {
	
	background: white;
	width: 80%;
	box-sizing: border-box;
	margin: auto;
	font-size: 14px;
	color: #4B4B4B;
	border-radius: 6px;
	
}

.title {
	padding: 24px 24px 24px;
	text-align: center;
}

.btn_session {
	display: flex;
}

.cancel {
	flex: 1;
	text-align: center;
	height: 44px;
	line-height: 44px;
	border-right: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
	border-bottom-left-radius: 6px;
}

.confirm {
	color: #00A7E5;
	flex: 1;
	text-align: center;
	height: 44px;
	line-height: 44px;
	border-top: 1px solid #C8C8C8;
	border-bottom-right-radius: 6px;
}

.cancel:active {
	background-color: #C8C8C8;
	color: white;
}

.confirm:active {
	background-color: #C8C8C8;
	color: white;
}