
input::-webkit-input-placeholder {
/* WebKit browsers */
color: #666666;
font-size: 14px;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #666666;
font-size: 14px;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #666666;
font-size: 14px;
}
input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #666666;
font-size: 14px;
}
.tapbox .tapbox_user_box .a1{
	color: #FFFFFF;
}

.tapbox .tapbox_user_box .a1:hover{
	color: #FE6802;
}

.banner {
	height: 444px;
	background: url(../image/agency1-1.png) no-repeat;
	overflow: hidden;
	margin: auto;
	text-align: center;
}
.banner_title{
	margin-top: 82px;
	text-align: center;
	color: #006b3e;
	font-size: 25px;
}
.banner-img {
	width: 800px;
	margin-left: -55px;
	margin-top: -25px;
}
.publicbox{
	height: 730px;
	text-align: center;
}
.publicbox .sonbox{
	overflow: hidden;
}
.titlebox{
	margin-top: 52px;
	display: flex;
	justify-content: center;
}

.titlebox .ptitle{
	margin: 0 200px;
	font-size: 35px;
	color: #333333;
	font-weight: 800;
}

.publicbox .titlebox img{
	width: 50px;
	height: 18px;
	margin-top: 15px;
}
.publicbox .pname{
	color: #666666;
	font-size: 18px;
	margin: 20px auto 20px;
}

.messagebox .boxson_le{
	width: 730px;
	height: 525px;
	background: #FFFFFF;
	box-shadow: 0px 8px 18px 0px rgba(92, 92, 92, 0.18);
	border-radius: 6px;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.messagebox .boxson_le .img1{
	width: 330px;
	height: 229px;
}

.messagebox .boxson_ri{
	width: 470px;
	height: 430px;
	background: linear-gradient(-90deg, #FFFFFF, #FFF4DF);
	box-shadow: 0px 8px 18px 0px rgba(92, 92, 92, 0.18);
	border-radius: 0px 6px 6px 0px;
	margin-top: 45px;
	position: relative;
	padding:34px 40px 0;
}

.messagebox .boxson_ri .img1{
	position: absolute;
	left: 0;
	top: 0;
}
.messagebox .boxson_ri .boxson_ri_p{
	font-size: 22px;
	color: #666666;
	font-weight: 800;
	text-align: right;
	margin-bottom: 10px;
}
.messagebox .boxson_ri .input{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E3D9C4;
	border-radius: 20px;
	font-size: 14px;
	color: #666666;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 15px;
}

.messagebox .boxson_ri .selectbox{
	border: 1px solid #E3D9C4;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: #666666;
	font-size: 14px;
	position: relative;
	background: #FFFFFF;
	margin-top: 15px;
}
.messagebox .boxson_ri .selectbox .selectul{
	background: #FFFFFF;
	z-index: 9988;
	position: absolute;
	width: 100%;
	top: 38px;
	display: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	height: 150px;
	overflow-y: scroll;
}

.messagebox .boxson_ri .selectbox .selectul::-webkit-scrollbar{
	width: 1px;
}

.messagebox .boxson_ri .selectbox .selectul li{
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	background: #f1f1f1;
	text-align: center;
}
.messagebox .boxson_ri .selectbox .selectul li:hover{
	background: #FFFFFF;
}
.messagebox .boxson_ri .selectbox .select_span{
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
	color: #666666;
}
.se_xiala{
	position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 12px;
}

.boxsonbtn{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(90deg, #78CE9A, #1C956A);
	border-radius: 20px;
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
}


.questionbox{
	height: 430px;
	background: url(../image/agency2.png);
}
.questionbox .question_son{
	padding-top: 20px;
	box-sizing: border-box;
}

.questionbox .question_son .xian{
	width: 70px;
	height: 5px;
	background: linear-gradient(90deg, #FE6802, #FECD03);
	border-radius: 20px;
	margin: auto;
}
.questionbox .quse_box{
	display: flex;
	justify-content: space-between;
}

.questionbox .sonbox .wen_box{
	display: flex;
}

.questionbox .sonbox .da_box{
	display: flex;
}

.questionbox .quse_box .sonbox{
	width: 590px;
	height: 190px;
	background: #FFFFFF;
	box-shadow: 0px 8px 18px 0px rgba(92, 92, 92, 0.18);
	border-radius: 6px;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 20px;
	box-sizing: border-box;
}

.questionbox .sonbox .da_box .daan{
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	color: #4B6456;
	font-size: 16px;
	width: 83%;
}

.questionbox .sonbox .imgbox{
	margin-right: 20px;
}
.questionbtn{
	width: 390px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: linear-gradient(90deg, #ff6700, #fea503);
	border-radius: 30px;
	margin: 30px auto 0;
	cursor: pointer;
	color: #FFFFFF;
}
/* 右侧浮窗 */
.right_pop {
	width: 96px;
	background: #FFFFFF;
	box-shadow: 0px 8px 18px 0px rgba(92, 92, 92, 0.18);
	border-radius: 3px;
	position: fixed;
	right: 20px;
	top: 35%;
}
.right_pop  .tap{
	height: 55px;
	cursor: pointer;
	border: 1px solid #EEEEEE;
	font-size: 14px;
	color: #666666;
	text-align: center;
	position: relative;
	padding: 13px 12px;
}

.right_pop  .tap .xian{
	width: 3px;
	height: 12px;
	background: linear-gradient(4deg, #FFF6A3, rgba(255, 246, 163, 0));
	border-radius: 2px;
	position: absolute;
	left: 5px;
	top: 40%;

}
.right_pop .logobox{
	width: 96px;
	height: 35px;
	position: absolute;
	top: -45px;
}
.right_pop .topbox{
	width: 96px;
	height: 33px;
	background: #FFFFFF;
	box-shadow: 0px 8px 18px 0px rgba(92, 92, 92, 0.18);
	border-radius: 3px;
	position: absolute;
	bottom: -45px;
	cursor: pointer;
}
