/* 设置字体大小 */

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

html {
	font-size: 62.5%;
	max-width: 720px;
	margin: 0 auto;
}

html,
body {
	background-color: #f4f4f4;
	font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
@keyframes fontBig{

	50%{
		transform: scale(0.97);
	}

}
@-moz-keyframes fontBig{
	50%{
		transform: scale(0.97);
	}
}
@-webkit-keyframes fontBig{
	50%{
		transform: scale(0.97);
	}
}

.f20 {
	font-size: 1rem;
}

.f22 {
	font-size: 1.1rem;
}

.f24 {
	font-size: 1.2rem;
}

.f26 {
	font-size: 1.3rem;
}

.f28 {
	font-size: 1.4rem;
}

.f30 {
	font-size: 1.5rem;
}

.f32 {
	font-size: 1.6rem;
}

.f34 {
	font-size: 1.7rem;
}

.f36 {
	font-size: 1.8rem;
}

.f38 {
	font-size: 1.9rem;
}

.f40 {
	font-size: 2rem;
}


/* 粗体 */

.fN {
	font-weight: normal;
}

.fB {
	font-weight: bold;
}


/* 清除浮动 */

.clear:after {
	display: block;
	content: '';
	clear: both;
}

.clearfix:after {
	display: block;
	content: '';
	height: 0;
	overflow: hidden;
	clear: both;
}

.l {
	float: left;
}

.r {
	float: right;
}

select::-ms-expand {
	display: none;
}

input {
	outline: none;
}

.main {
	padding: 0rem 1.5rem 0 1.5rem;
}

.flow-img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.form-box {
	width: 100%;
	height: auto;
	position: relative;
}

.form-box .title {
	width: 100%;
	height: auto;
	color: #666;
	margin-bottom: 0.6rem;
}

.form-box .title span {
	color: #0daf5e;
	font-size: 2.5rem;
	margin: 0 0.8rem;
}

.form-box .city-area-box {
	width: 31.5rem;
	height: 4.7rem;
}

.picker-box,
.area {
	width: 15.3rem;
	height: auto;
	position: relative;
}

.picker-box .triangle {
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top: 6px solid #282828;
	position: absolute;
	right: 2rem;
	top: 1.9rem;
}

.area .unit {
	position: absolute;
	right: 2rem;
	top: 1rem;
	font-size: 1.4rem;
	color: #282828;
	z-index: 10;
}

.form-box form {
	display: block;
	height: auto;
	padding: 1.5rem;
	margin: 1.5rem auto 2.3rem auto;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0.1rem 0.1rem 1rem #ccc;
}

.form-box .form-titimg {
	height: 4rem;
	background: url(../images/numgif.gif) no-repeat;
	background-size: 100%;
}

.form-box .whatMoneys {
	height: auto;
	border: 1px solid #dcdcdc;
	border-top: none;
	box-sizing: border-box;
	margin: 0 auto 1.5rem;
	padding: 0.5rem 0;
}

.form-box .whatMoneys .item {
	width: 50%;
	box-sizing: border-box;
	padding: 0.2rem 0;
}

.form-box .whatMoneys .item span {
	color: #333;
	font-weight: bold;
}

.form-box .whatMoneys .item:first-child {
	text-align: right;
	padding-right: 1.3rem;
}

.form-box .whatMoneys .item:nth-child(3n) {
	text-align: right;
	padding-right: 1.3rem;
}

.form-box .whatMoneys .item:nth-child(2n) {
	text-align: left;
	padding-left: 1.3rem;
}

.inp {
	height: 4rem;
	background: #f1f1f1;
	margin: 0 auto 1.5rem auto;
	border-radius: 6px;
	line-height: 4rem;
	font-size: 3rem;
	color: #fff;
	padding-left: 1.5rem;
}

.form-box .form-btn {
	height: 4.5rem;
	background: #0daf5e;
	line-height: 4.5rem;
	font-size: 1.7rem;
	font-weight: 600;
	border: 0;
	width: 100%;
	padding: 0;
	border-radius: 4px;
}

#yusuan-submit {
	cursor: pointer;
	text-align: center;
		 animation: fontBig .4s  infinite ; -webkit-animation: fontBig .4s  infinite ; -moz-animation: fontBig .4s  infinite ; -ms-animation: fontBig .4s  infinite ; 
}

.picker .picker-inp {
	width: 100%;
	color: #282828;
	height: 1.5rem;
	padding: 0.75rem 0;
}

.form-box .div {
	width: 100%;
	height: auto;
	color: #333;
	text-align: center;
}

.bjDetail {
	margin: 0 auto;
}

.bjDetail .titleImg {
	width: 11rem;
	height: 1.8rem;
	margin: 0 auto 3rem;
	display: block;
}

.bjDetail .moneyDetail {
	height: auto;
	background: #fff7f4;
	border: 2px solid #ffcdba;
	border-radius: 5px;
	padding: 2rem 1.5rem;
	margin-bottom: 1.5rem;
}

.bjDetail .moneyDetail .title {
	width: 100%;
	color: #444;
	margin: 0 0 1.5rem 0;
}

.bjDetail .moneyDetail .box {
	width: 100%;
}

.bjDetail .moneyDetail .box .box-left {
	width: 30%;
	height: auto;
	padding: 2.5rem 0;
	position: relative;
	box-sizing: border-box;
}

.bjDetail .moneyDetail .box .box-left .money {
	width: 100%;
	height: auto;
	text-align: center;
	color: #ff7623;
}

.bjDetail .moneyDetail .box .box-left .money text {
	font-size: 3.2rem;
	font-weight: bold;
}

.bjDetail .moneyDetail .box .box-left .word {
	width: 100%;
	height: auto;
	color: #333;
	text-align: center;
}

.bjDetail .moneyDetail .box .box-right {
	width: 70%;
	background: #fff0ea;
	padding: 1.5rem;
	padding-bottom: 0;
	box-sizing: border-box;
}

.bjDetail .moneyDetail .box .box-right .item {
	width: 50%;
	box-sizing: border-box;
	height: auto;
	margin-bottom: 0.7rem;
}

.bjDetail .moneyDetail .box .box-right .item .im {
	width: 100%;
	height: auto;
	color: #ff7623;
	text-align: center;
}

.bjDetail .moneyDetail .box .box-right .item .in {
	width: 100%;
	height: auto;
	color: #444;
	text-align: center;
}

.bjDetail .moneyDetail .box .box-right .item:nth-child(2n) {}

.bjDetail .moneyPercent {
	height: auto;
	background: #fff;
	border: 1px solid #ebedf8;
	border-radius: 5px;
	padding: 2rem 1.5rem;
	margin-bottom: 4.5rem;
}

.bjDetail .moneyPercent .title {
	width: 100%;
	height: auto;
	color: #444;
	margin: 0 0 1.5rem 0;
}

.bjDetail .moneyPercent .percentImg {
	width: 100%;
}

.bjDetail .dataList {
	height: auto;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0.25rem 0 0.75rem rgba(0, 0, 0, 0.15);
	margin: 0 auto 3rem;
}

.bjDetail .dataList .item {
	width: 90%;
	height: auto;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
}

.bjDetail .dataList .item .imgBox {
	width: 11rem;
	height: auto;
}

.bjDetail .dataList .item1 .imgBox img {
	width: 8.5rem;
	height: 7.6rem;
	margin-top: 2.5rem;
}

.bjDetail .dataList .item2 .imgBox img {
	width: 9.2rem;
	height: 8.3rem;
	margin-top: 2.7rem;
}

.bjDetail .dataList .item3 .imgBox img {
	width: 8.8rem;
	height: 5.8rem;
	margin-top: 2.7rem;
}

.bjDetail .dataList .item4 .imgBox img {
	width: 8rem;
	height: 6.9rem;
	margin-top: 2.8rem;
}

.bjDetail .dataList .item1 .div {
	width: auto;
	height: auto;
	line-height: 12.7rem;
	color: #333;
}

.bjDetail .dataList .item2 .div {
	width: auto;
	height: auto;
	line-height: 13.5rem;
	color: #333;
}

.bjDetail .dataList .item3 .div {
	width: auto;
	height: auto;
	line-height: 11.4rem;
	color: #333;
}

.bjDetail .dataList .item4 .div {
	width: auto;
	height: auto;
	line-height: 12.3rem;
	color: #333;
}

.bjDetail .dataList .item:last-child {
	border: none;
}

.copy-right {
	width: 100%;
	height: auto;
	padding-bottom: 7.5rem;
}

.copy-right div {
	display: block;
	color: #999;
	text-align: center;
	margin-bottom: 0.4rem;
}

.main .btnBox {
	width: 100%;
	height: 6.5rem;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	display: none;
}

.main .btnBox .groupBtn {
	width: 95%;
	height: 4.5rem;
	margin: 1.1rem auto 0;
	line-height: 4.5rem;
	background: #FF4040;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	border: none;
	font-size:1.7rem;
}

.accreditBtn {
	width: 100%;
	height: 4.5rem;
	position: absolute;
	bottom: 10.5rem;
	left: 0;
	border: none !important;
	z-index: 10;
	padding: 0;
	/* background: rgba(0,0,0,0.3) !important; */
}

.accreditBtn::after {
	border: none !important;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.city-area-warp {
	margin-bottom: 1.5rem;
}

.city-warp {
	float: right;
	width: 25%;
	background: #f1f1f1;
	border-radius: 3px;
	height: 4rem;
	box-sizing: border-box;
	padding-left: 1rem;
	position: relative;
}

.city-warp select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
}

.city-warp:after {
	content: "";
	display: block;
	position: absolute;
	border-top: 5px solid #999;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 1.8rem;
	right: 1.1rem;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.area-warp {
	position: relative;
	float: left;
	width: 70%;
	border-radius: 3px;
	background: #f1f1f1;
	height: 4rem;
	box-sizing: border-box;
	padding-left: 1rem;
}

.area-warp input {
	border: 0;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
}

.tel-inp {
	height: 4rem;
	background: #f1f1f1;
	box-sizing: border-box;
	padding-left: 1rem;
	margin-bottom: 1.5rem;
	position: relative;
}
.tel-inp .focus-animation{
	position: absolute; 
	left: 1rem;
	top: 50%;
	height: 1.2rem;
	margin-top: -0.6rem;
	width: 10px;
	background: url('//s1.17house.com/newweb/m/common/images/focus.png') no-repeat;
	-moz-animation: focusanimation 0.8s linear infinite ;
	-webkit-animation:focusanimation 0.8s linear infinite ;
	-ms-animation:focusanimation 0.8s linear infinite ;
	
}
@keyframes focusanimation{
	100%{
		opacity: 0;
	}
}
@-moz-keyframes focusanimation{
	100%{
		opacity: 0;
	}
}
@-webkit-keyframes focusanimation{
	100%{
		opacity: 0;
	}
}	
.tel-inp input {
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
}

.area-dw {
	position: absolute;
	top: 1.1rem;
	right: 1.1rem;
}

#bj-price {
	font-size: 2.4rem;
}


/*  头部  */

.cMdGray,
.cMdGray:visited,
.cMdGray a {
	color: #333;
}

header {
	padding-top: 2%;
	background: #fff;
}

header .left {
	float: left;
	margin: 2px 0 2%;
	padding-left: 3%;
}

.text_tit {
	float: right;
	margin-top: 0.5rem;
	margin-right: 4%;
	font-size: 12px;
}

.text_tit {
	float: right;
	margin-top: 0.5rem;
	margin-right: 4%;
	font-size: 12px;
}

header .left img {
	width: 10em;
	vertical-align: middle;
}

/*二级导航*/
.ERJI_DAOHANG ul{
    list-style: none;
}
.ERJI_DAOHANG a{
    text-decoration: none
}
.ERJI_DAOHANG{
	height: 4.2rem;
}
.ERJI_DAOHANG .h5_newhead {
	/*display: none;
	max-width: 720px;*/
	margin: 0 auto;
	height: auto;
	border-bottom: 1px solid #E0E0E0;
	background: white;
}

.ERJI_DAOHANG .h5_newhead_cont {
	padding: 0 1.5rem;
	height: 4.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ERJI_DAOHANG .newhead_banner img {
	width: 11rem;
}
.ERJI_DAOHANG .h5_newhead_word{
	font-size: 1.5rem;
	margin-right: 3.5rem;
}

.ERJI_DAOHANG .newhead_left {
	font-size: 1.5rem;
}

.ERJI_DAOHANG .newhead_left a {
	color: black;
}

.ERJI_DAOHANG .newhead_city_img {
	display: inline-block;
	width: 1.2rem;
	height: 0.7rem;
	background: url(../images/sanjiao.png) no-repeat;
	background-size: 100%;
}

.ERJI_DAOHANG .newhead_right {
	width: 1.9rem;
	height: 1.8rem;
	background: url(../images/nav.png) no-repeat;
	background-size: 100%;
}

.ERJI_DAOHANG .newhead_navmuch {
	display: none;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: white;
	z-index: 1000;
	position: absolute;
	top: 3.623333rem;
}

.ERJI_DAOHANG .newhead_navcont {
	height: auto;
	padding: 0% 0% 0%;
}

.ERJI_DAOHANG .newhead_navcont li {
	float: left;
	width: 25%;
	height: 5.4rem;
	text-align: center;
	margin-top: 1.3rem;
}

.ERJI_DAOHANG .newhead_navcont li a {
	display: inline-block;
	color: #646464;
	font-size: 1.2rem;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

.ERJI_DAOHANG .newhead_navcont li img {
	width: 2rem;
	height: 2rem;
	margin-bottom: 0.5rem;
}

.ERJI_DAOHANG .newhead_meng {
	display: none;
	max-width: 720px;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 900;
}
/*城市*/
.ERJI_DAOHANG .newhead_citylist {
	display: none;
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
	height: 22.7rem;
	background: white;
	z-index: 1000;
	position: absolute;
	top: 4.473333rem;
}

.ERJI_DAOHANG .newhead_now_city {
	padding: 0.45rem 4%;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background: #f5f5f5;
}

.ERJI_DAOHANG .newhead_now_word {
	color: #00a151;
}

.ERJI_DAOHANG .newhead_citylist h2 {
	background: #fff;
	padding: 0.45rem 4%;
	font-size: 1.5rem;
	font-weight: normal;
}

.ERJI_DAOHANG .citylist {
	background: #f5f5f5;
	height: 16.5rem;
	padding: 0.45rem 2%;
}

.ERJI_DAOHANG .citylist li {
	width: 20.3%;
	margin: 0.46rem 2%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	float: left;
	background: white;
	border: 1px solid #dadada;
	border-radius: 4px;
}

.ERJI_DAOHANG .citylist .selected_city {
	background: #00a151;
	color: white;
}

.ERJI_DAOHANG .twohead_left {
	font-size: 0.8rem;
}

.ERJI_DAOHANG .twohead_word {
	color: #999;
	font-size: 1.6rem;
}

.ERJI_DAOHANG .twohead_city_img {
	display: inline-block;
	width: 0.8rem;
	height: 1.5rem;
	background: url(//s1.17house.com/newweb/m/xiaoqu/yezhuqun/images/left.png) no-repeat;
	background-size: 100%;
}
/*公众号和联系电话*/
.ER_GZH_LXDDH .fixed_GZH{
	position: fixed;
	bottom: 17.8rem;
	right: 1.5rem;
}
.ER_GZH_LXDDH .fixed_LXDH{
	position: fixed;
	bottom: 11.8rem;
	right: 1.5rem;
}
.ER_GZH_LXDDH .fixed_GZH,.ER_GZH_LXDDH .fixed_LXDH{
	width: 5.8rem;
	height: 5.8rem;
	z-index: 10;
}
.ER_GZH_LXDDH .fixed_GZH a{
	text-decoration: none;
}
.ER_GZH_LXDDH .fixed_GZH a img,.ER_GZH_LXDDH .fixed_LXDH a img{
	width: 100%;
	height: auto;
}
.ER_GZH_LXDDH .fixed_LXDH_TK{
	display: none;
	width: 23rem;
	height: 10.4rem;
	padding: 1.5rem;
	border-radius: 0.066666rem;
	background: white;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -5.2rem;
	margin-left: -11.5rem;
	box-sizing: border-box;
	z-index:1002;
}
.ER_GZH_LXDDH .fixed_LXDH_TK .SFLJ{
	font-size: 2rem;
}
.ER_GZH_LXDDH .fixed_LXDH_TK p{
	line-height: 2.5rem;
	font-size: 0.333333rem;
}
.ER_GZH_LXDDH .fixed_LXDH_TK .TK_QXQD{
	padding-top: 1.4rem;
	text-align: right;
}
.ER_GZH_LXDDH .fixed_LXDH_TK .TK_QXQD a{
	color: #0daf5e;
}
.ER_GZH_LXDDH .fixed_LXDH_TK .TK_QXQD a{
	text-decoration: none;
}
.ER_GZH_LXDDH .fixed_LXDH_TK .TK_QXQD .LXDH_TK_qD{
	margin: 0 1rem 0 1.6rem; 
}
.ER_GZH_LXDDH .LXDH_TK_meng{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index:1001;
	top: 0;
}