@charset "utf-8";
/* CSS Document */

.action-sheet .Main {
	width: 98%;
	max-width:512px;
	margin: 0 auto;
}
.Input_Box {
	width: 98%;
	max-width:512px;
	height: 100px;
	margin:5px 5px 10px 5px;
	border: 1px solid #ccc;
	transition: border linear .2s, box-shadow linear .5s;
	-moz-transition: border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom:5px;
	/*border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/
}
.Input_Box>textarea {
	width: 97%;
	max-width:512px;
	height: 50px;
	padding: 5px;
	outline: none;
	border: 0px solid #fff;
	resize: none;
	font: 13px 'Microsoft YaHei','Lantinghei SC','Open Sans',Arial,'Hiragino Sans GB','STHeiti','WenQuanYi Micro Hei','SimSun',sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.Input_Foot {
	width: 100%;
	/*height: 32px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	overflow:hidden;*/
}
.Input_Foot label{
	margin:4px 0 0 20px;
	display:inline-block;
}

.Input_Foot label input{
	vertical-align:middle;
	margin:0 2px;
	margin-top:-3px;
}
.imgBtn {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	background-image: url(./face/imgs.png);
	background-repeat: no-repeat;
	background-position: 0 -13px;
	height: 18px;
	width: 20px;
	cursor: pointer
}
.imgBtn:active {
	margin-top: 9px;
}
.imgBtn:hover {
	background-position: 0 -31px
}
.postBtn {
	float: right;
	font: 13px 'Microsoft YaHei','Lantinghei SC','Open Sans',Arial,'Hiragino Sans GB','STHeiti','WenQuanYi Micro Hei','SimSun',sans-serif;
	color: #fff;
	padding: 9px 20px 7px 20px;
	/*border-left: 1px solid #ccc;*/
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#1A73E8;
	margin-right:5px;
}
.postBtn:hover {
	color: #333;
	background-color: #efefef;
}
.postBtn:active {
	padding: 10px 20px 6px 20px;
}
.faceDiv {
	width: 96%;
	position: absolute;
	background-color: #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.faceDiv>img {
	border: 1px solid #ccc;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	position: relative;
	/*width: 24px;
	height: 24px;*/
	padding: 3px 3px 3px 3px;
	cursor: pointer;
}
.faceDiv>img:hover {
	background-color: #efefef;
}
.faceDiv>img:active {
	padding: 4px 3px 2px 3px;
}

.mask{
	position: absolute;
	top: 0;
	display: none;
	height:200rem;
	z-index: 9999;
	width: 100%;
	max-width: 512px;
	margin: 0 auto;
	background: rgba(0,0,0,0.4);
}

.action-sheet {
	border-top-left-radius: 0.6rem;
	border-top-right-radius: 0.6rem;
	display:block;
	background: #fff;
	width: 100%;
	max-width: 512px;
	position: fixed;
	bottom: 0;
	z-index: 11111;
 
}
.menu-name{
	border-left:3px solid #FFD700 ;
	height: 0.5rem;
	text-indent: 0.2rem;
	line-height: 0.5rem;
	font-size: 16px;
	color: #0B308D;
	margin:0;
	padding:0;
}

.menu-title{
	display: flex;
	align-items: center;
	margin: 0 0.8rem;
	justify-content: space-between;
	background: #fff;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding:5px 5px 1px 5px;
	 
}
.scroll-mask{
	height: 100%;
	overflow:scroll;
	overflow-y:hidden;
}

.close-icon{
	margin:0;
	padding:0;
}

/*#点评表情包 面板 panel，原创：周靖。不定义宽度，让其根据父元素自动填充！*/
.panel { margin-bottom: 5px; position: relative; display: block;}
.panel > a { cursor: pointer; }
.panel > .close { z-index: 2; color: #379be9; transition: transform .2s; font: 16px "宋体"; font-weight: bold; line-height: 30px; float: right; position: relative; }
.panel > .close:active { color: red; }
.panel > .close:hover { transform: rotate(90deg); cursor: pointer; }
.panel > .close:before { content: '×'; }
.panel > .r { float: right; line-height: 30px; font-size: 12px; z-index: 1; position: relative; }
.panel > .r:hover { color: red; text-decoration: underline; }
.panel > .r.btn { line-height: 25px; margin-top: 2px; margin-bottom: 0; color: #fff !important; }
.panel > .r.btn:hover { text-decoration: none; }
.panel > h2,
.panel > h3 { height: 31px; line-height: 33px; position: relative; }
.panel > h2:before,
.panel > h3:before { content: ""; position: absolute; left: 0; }
.panel > h2:after,
.panel > h3:after { content: ""; position: absolute; right: 0; }
.panel > h2 span,
.panel > h3 span { margin-left: 5px; color: #777; font-size: 13px; font-weight: normal; }
.panel > h2 span b,
.panel > h3 span b { color: #d90000; }
.panel > h2 + ul { line-height: 24px; }
.panel > .bd,
.panel > .ft { padding: 5px 10px; line-height: 24px; position: relative; }
.panel > .bd img,
.panel > .ft img { max-width: 100% !important; }
.panel > .bd > a:hover { text-decoration: underline; }

/*面板-简洁*/
.panel.simple { padding: 5px 10px 0 10px; background: #fff; border-radius: 3px; }
.panel.simple > h2,
.panel.simple > h3 { z-index: 1; display: inline-block; padding: 0 5px; background: none; width: auto; }
.panel.simple > h2:after,
.panel.simple > h3:after { bottom: -1px; width: 100%; }
.panel.simple > .bd { padding: 5px 5px; }
.panel.simple.step > .bd { padding-top: 5px; }
.panel.simple.dropdown { display: none; padding: 0 10px; width: 349px; left: 1px; position: absolute; background-color: #fff; margin:15px 0 0 -10px; }
.panel.simple.dropdown:before { border: 6px solid transparent; border-bottom-color: #9AB7E6; top: -12px; left: 10px; content: ""; position: absolute; }
.panel.simple.dropdown:after { border: 6px solid transparent; border-bottom-color: #fff; top: -11px; left: 10px; content: ""; position: absolute; }
.panel.simple.dropdown .bd { padding: 5px 0 5px 1px; overflow: hidden; }
.panel.simple.dropdown .bd img { margin: -1px 0 0 -1px; padding: 2px; width: 24px; height: 24px; border: 1px solid #e8e8e8; float: left; position: relative; cursor: pointer; }
.panel.simple.dropdown .bd img:hover { z-index: 1; border: 1px solid #0095cd; }

/*面板-简洁-蓝色*/
.panel.simple.blue { border: 1px solid #c8d8f2; }
.panel.simple.blue > .r { color: #379be9; }
.panel.simple.blue > h2,
.panel.simple.blue > h3 { color: #379be9; }
.panel.simple.blue > h2:after,
.panel.simple.blue > h3:after { border-bottom: 1px solid #379be9; }
.panel.simple.blue > .bd { border-top: 1px solid #ddd; }

/*兼容font-awesome*/
.fa {position: relative; float: left;margin: 5px 5px 0 0;background-image: url(/Scripts/face/face/imgs.png);background-repeat: no-repeat;background-position: 0 -13px;height: 18px;width: 20px;cursor: pointer}
.fa:before { top: initial; position: initial; }
select{width:200px;}