html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
strong,b{font-weight:bold;}
h1,h2,h3,h4,h5,h6,em{font-weight: normal;}
del,ins,u,s,a,a:hover{text-decoration:none;}
html,a{font-family: "Microsoft Yahei", sans-serif;}

div,td,p,span,a {word-break:break-all;}
img{ border:none;display:block;}
input[type="submit"]{cursor: pointer;}
a {outline: none;} 
/*a:active {star:expression_r(this.onFocus=this.blur());} */
ul,li,ol{list-style:none; padding:0; margin:0 auto;}
table,tr,td{border:0; margin:0; padding:0;}

.msg_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.75;
	background: #000;
	z-index: 99999;
}
.msg_box {
	position: fixed;
	left: 50%;
	top: 80px;
	width: 400px;
	background-color: #f8f8f8;
	margin: 0 auto 0 -200px;
	z-index:9999;
	border-radius: 10px;
}
.msg_title {
	padding:15px 0;
	text-align:center;
	color:#000;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #dbdbdb;
}
.msg_content {
	padding:20px 20px;
}
	.msg_content p {
		padding:20px;
		text-align:left;
		font-size:24px;
		font-weight:normal;
		line-height:36px;
		word-break:break-all;
	}
	.msg_content .textarea_frame {
		padding:10px;
		display: block;
		background-color:#fff;
	}
	.msg_content .textarea_frame textarea {
		width:100%;
		display: block;
		height: 200px !important;
		color:#666;
		font-size:20px;
		line-height: 30px;
		border:none !important;
		background:none !important;
	}
	.msg_content table {
		width:100%;
	}
		.msg_content table tr {
			width:100%;
		}
			.msg_content table tr td {
				color:#000;
				font-size:20px;
				height:36px;
				line-height:36px;
			}
				.msg_content table tr td:nth-child(1n){
					text-align:right;
				}
				.msg_content table tr td:nth-child(2n){
					text-align:left;
				}
				.msg_content table tr td.color_org {
					color:#f35618;
					font-weight:bold;
				}
				.color_org100{
					color:#f35618;
				}
				.msg_content table tr td select {
					padding:10px 0;
					width:100%;
					color:#000;
					font-size:20px;
					line-height:20px;
					background-color:#FFF;
					border:1px solid #dbdbdb;
					border-radius:5px;
				}
.msg_btnbar {
	padding:0;
	height:60px;
	border-top:1px solid #dbdbdb;
}
	.msg_btnbar table {
		margin: 0;
		width:100%;
	}
		.msg_btnbar table tr {
			width:100%;
		}
		.msg_btnbar table tr td {
			width:40%;
			text-align:center;
		}
			.msg_btnbar table tr td:nth-child(2n) {
				border-left:1px solid #dbdbdb !important;
			}
		.msg_btnbar table tr td a {
			padding:15px 5px;
			display:block;
			color:#000;
			font-size:20px;
			font-weight:bold;
			line-height:20px;
		}
			.msg_btnbar table tr td:nth-child(2n) a {
				color:#999 !important;
			}


.u-upload{
    float: right;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 36px;
    max-height: 999px;
}

.btn-white {
    display: inline-block;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
}
.u-upload input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    width: 110px;
    line-height: 30px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=50);
}
.askanswer_button{
	padding:30px;
}
.askanswer_button button{
	width:100%;
	display:block;
	border:none;
	border-radius:10px;
	line-height:60px;
	background-color:#2a8ad4;
	color:#fff;
	font-size:24px;
}

.login_head{margin: 110px 0 20px;text-align: center;}
.login_head img{
	margin: 0 auto;
    width: 160px;
}
.weixin_text {
    padding: 10px 90px;
    color: #999;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.askanswer_button{
	padding:30px;
}
.askanswer_button button{
	width:100%;
	display: block;
	border:none;
	border-radius:10px;
	line-height:60px;
	background-color:#2a8ad4;
	color:#fff;
	font-size:24px;
}
