* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

ul,
ul li {
	list-style: none;
}

.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

.clear {
	clear: both;
}

.choise_itme {
	background: white;
	border: 1px solid #eee;
	padding: 10px 0px 10px 80px;
	max-width: 50%;
	position: relative;
	margin-bottom: 30px;
	border-radius: 6px;
}

.choise_itme>span {
	position: absolute;
	left: 10px;
	top: 10px;
	line-height: 26px;
	color: #066ec6;
	font-size: 16px;
	;
}

.choise_itme .select {
	width: 100%;
	height: 26px;
	cursor: pointer;
	display: inline-block;
}

.choise_itme .select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #1269b4;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.choise_itme .select .select_text {
	padding: 0 20px 0 10px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.choise_itme .select_ul {
	display: none;
	max-height: 400px;
	overflow-y: scroll;
	position: absolute;
	top: 46px;
	left: -1px;
	width: 100%;
	border: 1px solid #D4D4D4;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
}

.choise_itme .select_ul li {
	line-height: 36px;
	text-indent: 10px;
}

.choise_itme .select_ul li:hover {
	color: #fff;
	background: #6AA7EA;
}

.choise_itme .select_ul li.cur {
	color: #fff;
	background: #195DA3;
}

.choise_itme input {
	width: 100%;
	height: 26px;
	cursor: pointer;
	display: inline-block;
	text-indent: 10px;
}

.askarea .choise_itme {
	float: left;
	box-sizing: border-box;
}

.askarea .choise_itme.sxq {
	width: 28%;
	padding-left: 64px;
	z-index: 3;
}

.askarea .choise_itme.yq {
	width: 40%;
	margin-left: 2%;
	padding-left: 52px;
	z-index: 2;
}

.askarea .choise_itme.hy {
	width: 20%;
	margin-left: 2%;
	padding-left: 52px;
	z-index: 1;
}

.asktop {
	position: relative;
	z-index: 2;
}

.asktop .choise_itme label.error {
	line-height: 32px;
	left: 92px;
}

.asktop .choise_itme.yq label.error {
	left: 60px;
}

.pick-area.hide {
	display: none!important;
}

body {
	background: white;
}

.m-box {
	padding: 0px;
}

.wrap_sqxz {
	background: #3580ec;
	padding: 0px 10px 10px;
	border-radius: 12px;
	margin-bottom: 20px;
}

.wrap_sqxz .dots {
	padding: 6px;
}

.wrap_sqxz .dots span {
	display: inline-block;
	width: 12px;
	border-radius: 50%;
	height: 12px;
	margin-right: 6px;
	background: #5c9aff;
}

.wrap_sqxz .sqxz_con {
	border: 6px solid #5c9aff;
	border-radius: 6px;
	background: white;
	padding: 20px;
	color: #4372b0;
}

.wrap_sqxz .sqxz_con .tt {
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.wrap_sqxz .sqxz_con .con p {
	text-indent: 2em;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

.wrap_sqxz .sqxz_con .time {
	text-align: right;
	padding-top: 30px;
	padding-right: 40px;
}

.wrap_sqxz .sqxz_con .time p {
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.wrap_ask {
	background: #F7F7F7;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.ask_item .ask_head {
	padding: 20px 0px;
	height: 32px;
	line-height: 32px;
	border-top: 2px solid #E5E5E5;
}

.ask_item .ask_head .ask_title {
	padding-left: 12px;
	background: url(../images/zqt_qysq_arr.png) no-repeat left center;
	float: left;
	font-size: 20px;
	color: #0b7bda;
	font-weight: bold;
}

.ask_item .ask_head .delete_btn {
	padding: 10px 34px 10px 10px;
	position: relative;
	border: 1px solid #de4040;
	color: #de4040;
	font-size: 16px;
	background: #ffeded;
	display: inline-block;
	line-height: 1;
	float: right;
	cursor: pointer;
	border-radius: 4px;
}

.ask_item .ask_head .delete_btn:after {
	background: url(../images/zqt_qysq_delete.png) no-repeat center;
	width: 16px;
	height: 16px;
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.ask_item .ask_head .delete_btn:hover {
	opacity: 0.8;
}

.ask_textare {
	padding: 10px;
	background: white;
}

.ask_textare textarea {
	display: block;
	width: 100%;
	min-height: 280px;
}

.wrap_ask .btn_add {
	padding: 14px 44px 14px 22px;
	position: relative;
	color: white;
	font-size: 16px;
	background: #0b7bda;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 30px;
}

.wrap_ask .btn_add:after {
	background: url(../images/zqt_qysq_add.png) no-repeat center;
	width: 22px;
	height: 22px;
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.wrap_ask .btn_add:hover {
	opacity: 0.8;
}

.wrap_ask .infor {
	border-top: 2px solid #E5E5E5;
	padding-top: 30px;
	margin-top: 30px;
}

.wrap_ask .infor_item {
	line-height: 44px;
	margin-bottom: 26px;
	position: relative;
}

.wrap_ask .infor_item>.tt {
	color: #0963b1;
	font-size: 16px;
	display: inline-block;
}

.wrap_ask label.error {
	position: absolute;
	left: 80px;
	top: 100%;
	line-height: 26px;
	color: #d80000;
}

.wrap_ask .infor_item input {
	padding: 0px 10px;
	line-height: 42px;
	height: 42px;
	border: 1px solid #eee;
	border-radius: 6px;
	width: 235px;
}

.wrap_ask .infor_item.type2 input {
	width: 235px;
}

.wrap_ask .infor_item.type2 .yzm {
	background: #f5fbff;
	border: 1px solid #86a8c1;
	width: 140px;
	border-radius: 6px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	color: #86a8c1;
	margin-left: 20px;
	cursor: pointer;
	font-size: 16px;
	display: inline-block
}

.wrap_ask .sub_btn {
	background: #0b7bda;
	width: 30%;
	margin: 0 auto;
	margin-top: 30px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	color: white;
	font-size: 20px;
	margin-bottom: 30px;
}

.wrap_ask .infor_item.type2 .yzm.disable {
	cursor: not-allowed;
}

@media only screen and (max-width:768px) {
	.askarea .choise_itme {
		width: 100%!important;
		box-sizing: border-box!important;
		float: initial;
		margin-left: 0px!important;
		max-width: 100%;
	}
	.wrap_sqxz .sqxz_con .tt {
		line-height: 40px;
		font-size: 26px;
	}
	.wrap_sqxz .sqxz_con .con p {
		line-height: 30px;
	}
	.wrap_ask .sub_btn {
		font-size: 18px;
		width: 32%;
	}
}

@media only screen and (max-width: 640px) {
	.m-box {
		padding: 10px;
	}
	.wrap_ask {
		padding: 10px;
	}
	.wrap_ask .infor_item.type2 input {
		width: 25%;
	}
	.choise_itme {
		max-width: 100%;
	}
}

@media only screen and (max-width: 440px) {
	.wrap_ask .infor_item.type2 .yzm {
		margin-top: 20px;
		margin-left: 0px;
	}
	.wrap_ask .sub_btn {
		font-size: 18px;
		width: 40%;
	}
	.wrap_ask label.error {
		left: 10px;
	}
       .wtlb,.wtxz,.jbdw{
		width:77%!important;
	}
}