/*banner*/
.suggestion-banner {
	width: 100%;
	/* height: 389px;
	background: url(../images/situation/banner.png) no-repeat center top; */
	margin: 0 0 60px;
}
.text-input{
display: inline-block;
    margin: -6px 0;
    height: 2rem;
    width: 55%;
    opacity: 1;
    position: absolute;
}
.suggestion-banner img {
	width: 100%;
}
.banner-mobile img {
	width:100%;
	display:block;
}
.banner-mobile	.swiper-pagination {
	left:auto;
	right:7px;
	bottom:7px;
	width:auto;
	padding:2px 7px;
	border-radius:10px;
	color:#fff;
	background:rgba(0,0,0,.3);
}
/*鏂囧瓧浠嬬粛*/
#intro-box {
	width: 75rem;
	margin: 0 auto;
}
.intro {
	width: calc(100% - 2.5rem);
	/* text-indent: 2rem;
	line-height: 1.666667rem; */
	padding: 25px 20px;
	background: #B1E5FF;
	box-shadow: 0.25rem 0.25rem #3177BD;
	border-radius: 1.25rem;
}

#u4 {
	width: 75rem;
	margin: 0 auto;
	margin-bottom: 3.75rem;
	overflow: hidden;
}

#left_box {
	float: left;
	width: 65%;
}

/* 闂鍖� */
#left_box form {
	width: calc(100% - 6.25rem);
	background: url(/rufaweb/rufamain/images/main/counsel/question_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 3.75rem 3.125rem;
	color: #333333;
}
#left_box .left_title {
	font-size: 0;
	margin: 3.75rem auto;
	text-align: center;
}
#left_box #question_page {
	overflow: hidden;
}
#left_box .problem_area {
	margin-bottom: 2.5rem;
	background: #b1e5ff;
	border-radius: 1.5rem;
	padding: 1.25rem 1.125rem;
	position: relative;
}
#left_box .problem_area .question_title {
	font-size: 0;
	font-weight: bold;
	margin-bottom: 1.25rem;
	height: 1.75rem;
	line-height: 1.75rem;
	display: flex; 
	align-items: center;
	overflow: hidden;
}
#left_box .problem_area .question_title .question_no {
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	background: url(/rufaweb/rufamain/images/main/counsel/xuhao_bg.png) no-repeat;
	color: white;
	line-height: 28px;
	text-align: center;
}
#left_box .problem_area .question_num {
	font-size: 1rem;
	position: relative;
	top: 2px;
	left: 1px;
}
#left_box .problem_area .question_word {
	font-size: 1.125rem;
	margin-left: 10px;
}

#left_box .problem_area .label_box {
	/*font-size: 0;*/
	margin: 0 0 1rem 0.5rem;
	height: 24px;
	line-height: 24px;
	display: flex;
	align-items: center;
	position: relative;
}
.text_box {
	margin: 0 0 1rem 0.5rem;
}
#left_box .problem_area .label_box:last-child {
	margin-bottom: 0.5rem;
}
.label_box input {
	width: auto;
	height: 1.5rem;
	opacity: 1;
	margin: 0;
}
.label_box label {
	margin: 0;
}

.label_box input+label {
	cursor: pointer;
	margin-left: 6px;
}
.label_box input+label::before {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: white;
	box-shadow: 1px 1px 0 rgba(38, 52, 74, 0.45) inset;
	position: absolute;
	top: 0;
	left: 0;
}
.label_box input+label::after {
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: white;
	position: absolute;
	top: 4px;
	left: 4px;
}
.label_box input:checked+label::before {}

.label_box input:checked+label::after {
	background: #318ebd;
}
.label_box .options {
	font-size: 1rem;
	font-weight: 500;
	margin-left: 10px;
}

.text_title{
	display: block;
    margin: 10px 0;
    height: 2rem;
    line-height: 2rem;
    font-size: 15px;
    padding-left: 10px;
    width: calc(100% - 2.25rem);
}
.text_area {
	margin: 10px 0;
	width: calc(100% - 2.25rem);
	height: 9rem;
	padding: 10px 14px;
	display: block;
	background: white;
	font-size: 15px;
	line-height: 1.5rem;
	border-radius: 1rem;
	box-shadow: 1px 1px 0 rgba(38, 52, 74, 0.45) inset;
	outline: none;
	border: none;
	resize: none;
}

form>.left_next {
	text-align: center;
	cursor: pointer;
}

.left_next a input {
	width: 7.5rem;
	height: 2.625rem;
	font-size: 1.125rem;
	color: #3177bd;
	cursor: pointer;
	border: 1px solid #3177bd;
	box-sizing: border-box;
	background: white;
	box-sizing: border-box;
	border-radius: 12px;
	outline: none;
	padding: 0;
}

.left_next a input:hover {
	background: #3177bd;
	color: white;
}

/* 璇勮鍖� */
#left_box #comments {
	margin-top: -15px;
	width: calc(100% - 6.25rem);
	background: url(/rufaweb/rufamain/images/main/counsel/question_bg2.png) no-repeat;
	background-size: 100% 100%;
	padding: 3.75rem 3.125rem;
	padding-top: 4.5rem;
	padding-bottom: 1.5rem;
	color: #333333;
	position: relative;
}
.comments_area {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#comments_page1 {
	width: 100%;
	position: relative;
	z-index: 10;
}
#comments_page2 {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 9;
}
.comment_title{
	font-size: 1.125rem;
	margin-bottom: .75rem;
	font-weight: 700;
}

#comments .comments_content {
	line-height: 24px;
	text-align: left;
	width: 100%;
	text-indent: 2em;
}
.select{
	margin-left: 30px;
    width: 15%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/rufaweb/rufamanage/images/select_xia.jpg) no-repeat scroll right center transparent;
    background-color: #f3f3f4;
    padding-right: 14px;
    width: 100%;
    height: 32px;
    padding: 2px 30px 2px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.thanks {
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	padding: 7.5px 15px;
	overflow: hidden;
}

.canyu {
	position: relative;
	display: inline-block;
	animation: drop 0.75s;
}

.huaban {
	position: relative;
	width: 100%;
	height: 100%;
}

@keyframes drop {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	90% {
		opacity: 1;
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0px;
		)
	}
}
