.bigAnimation{animation: fontBig .4s  infinite;-webkit-animation: fontBig .4s  infinite;-moz-animation: fontBig .4s infinite;-ms-animation: fontBig .4s  infinite;}
@keyframes fontBig{

	50%{
		transform: scale(0.97);
	}

}
@-moz-keyframes fontBig{
	50%{
		transform: scale(0.97);
	}
}
@-webkit-keyframes fontBig{
	50%{
		transform: scale(0.97);
	}
}

.wx-chat-btn {  position: fixed;    height: 55px;   width: 55px;    height: 55px;   bottom: 75px;  right: 15px;}
.wxPop {    position: fixed;    left: 0;    right: 0;   bottom: 0;  top: 0;}
.wxPop .layer { position: relative; width: 100%;    height: 100%;   background-color: rgba(0, 0, 0, 0.7);}
.wxPop .wxChatWrap {position: absolute; left: 30px; right: 30px;top: 70px;  bottom: 70px;   background-color: #fff; box-sizing: border-box; padding-top: 50px;}
.wxPop .chatImgWrap {   width: 160px;   margin: 0 auto 30px auto;}  
.wxPop .chatImgWrap img {   width: 160px;   display: block; margin-bottom: 10px;}
.wxPop .chatImgWrap .name { text-align: center; font-size: 14px;}
.wxPop .chatTxt {   width: 90%;   margin: 0 auto 30px auto;} 
.wxPop .close { width: 15px;    height: 15px;   top: 20px;  right: 20px;    position: absolute; cursor: pointer;}   
.shake {    animation: fontBig 0.4s infinite;   -webkit-animation: fontBig 0.4s infinite;
    -moz-animation: fontBig 0.4s infinite;  -ms-animation: fontBig 0.4s infinite;
}

#animate {animation: autoAnimate 1s infinite ease-in-out;display: inline-block;}
@keyframes autoAnimate{
0% {transform:translateX(0);}
100% {transform:translateX(10px);}
}
/* ******** 字体颜色 star *********** */
.cWhite,
.cWhite:visited,.cWhite a{color: #fff;}
.cGray,.cGray:visited,.cGray a{color: #999;}
.cDGray,.cDGray:visited,.cDGray a{color: #666;}
.cMdGray,.cMdGray:visited,.cMdGray a{color: #333;}
.cEGray,.cEGray:visited,.cEGray a{color: #d6d6d6;}
.cFGray,.cFGray:visited,.cFGray a{color: #ababab;}
.cGGray,.cGGray:visited,.cGGray a{color: #909090;}
.cHGray,.cHGray:visited,.cHGray a{color: #373737;}
.cIGray,.cIGray:visited,.cIGray a{color: #ccc;}
.cJGray,.cJGray:visited,.cJGray a{color: #a1a1a1;}
.cKGray,.cKGray:visited,.cKGray a{color: #373737;}
.cBlack,.cBlack:visited,.cBlack a{color: #000;}
.cRed,.cRed:visited,.cRed a{color: #ff0000;}
.cBRed,.cBRed:visited,.cBRed a{color: #ff4200;}
.cPink,.cPink:visited,.cPink a{color: #f2234f;}
.cOrange,.cOrange:visited,.cOrange a{color: #6eba44!important;}
.cBlue,.cBlue:visited,.cBlue a{color: #00a0e9;}
.cGBlue,.cGBlue:visited,.cGBlue a{color: #487de3;}
.cGreen,.cGreen:visited,.cGreen a{color: #8fbc03;}
.cGrassGreen,.cGrassGreen:visited,.cGrassGreen a{color: #6eba44;}
.cRedorange {color:#00a151;}
/* ******** 字体颜色 end *********** */
/* 设置字体大小 */
.f10{font-size: 1rem;}
.f12{font-size: 1.2rem;}
.f14{font-size: 1.4rem;}
.f16{font-size: 1.6rem;}
.f18{font-size: 1.8rem;}
.f20{font-size: 2rem;}
.f22{font-size: 2.2rem;}
.f24{font-size: 2.4rem;}
.f26{font-size: 2.6rem;}
.f30{font-size: 3rem;}
.f34{font-size: 3.4rem;}
.f40{font-size: 4rem;}
/* 粗体 */
.fN{font-weight: normal;}
.fB{font-weight: bold;}
/* 间距 */
.mt2{margin-top: 2%;}
.mr2{margin-right: 2%;}
.mb2{margin-bottom: 2%;}
.ml2{margin-left: 2%;}

.mt3{margin-top: 3%;}
.ml3{margin-left: 3%;}
.mr3{margin-right: 3%;}
.mb3{margin-bottom: 3%;}
.ml3{margin-left: 3%;}

.mt4{margin-top: 4%;}
.mr4{margin-right: 4%;}
.mb4{margin-bottom: 4%;}
.ml4{margin-left: 4%;}

.mt5{margin-top: 5%;}
.mr5{margin-right: 5%;}
.mb5{margin-bottom: 5%;}
.ml5{margin-left: 5%;}

.mt7{margin-top: 7%;}
.mr7{margin-right: 7%;}
.mb7{margin-bottom: 7%;}
.ml7{margin-left: 7%;}

.mt5px{margin-top:5px;}
.mr5px{margin-right:5px;}
.mb5px{margin-bottom:5px;}
.ml5px{margin-left:5px;}

.mt10px{margin-top:10px;}
.mr10px{margin-right:10px;}
.mb10px{margin-bottom:10px;}
.ml10px{margin-left:10px;}

.mt20px{margin-top:20px;}
.mr20px{margin-right:20px;}
.mb20px{margin-bottom:20px;}
.ml20px{margin-left:20px;}

.box96{margin-left:2%;margin-right:2%;}
.box92{margin-left:4%;margin-right:4%;}
.box88{margin-left:6%;margin-right:6%;}
.pd-tb5{padding: 0 5%;}
.pd-lr4{padding:0 4%;}
/* 其他公共样式 */
.show{display: block;}
.hide{display: none;}
.fl{float: left;}
.fr{float: right;}
.l{float:left;}
.r{float:right;}
.dib{display:inline-block;}
.etc{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.h-p100{height: 100%; overflow: hidden;}
.error-tips{display: none; margin-top:5px; color:#e8340e; text-align: left;}
.img100{width:100%}
.img-circle{border-radius:50%;}
.img-circle img{border-radius:50%;}
.radius5{-webkit-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}
/* 字体对齐方式 */
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.tc{text-align:center;}
/* 清除浮动 */
.clearfix:after{content: ''; display: block; height: 0; overflow: hidden; clear: both;}

@font-face {    font-family: 'iconfont';    src: url('http://s1.17house.com/common_h5/font/iconfont.eot');    /* IE9*/
    src: url('http://s1.17house.com/common_h5/font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('http://s1.17house.com/common_h5/font/iconfont.woff') format('woff'), /* chrome銆乫irefox */
    url('http://s1.17house.com/common_h5/font/iconfont.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url('http://s1.17house.com/common_h5/font/iconfont.svg#iconfont') format('svg');    /* iOS 4.1- */
}
.iconfont{font-family: "iconfont"; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; vertical-align: middle;}
/* 按钮 */
.btn{display: inline-block; padding: 1.5% 8%; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; border-radius: 4px;}
/* 白色按钮 */
.btn-white{border:1px solid #ececec;}
.btn-white:active{background:#f4f1f1 }
/* 灰色按钮 */
.btn-gray{background:#ddd;color:#fff; }
.btn-gray:active{background:#ccc }
/* 橘色按钮 */
.btn-orange{color: #fff; background-color: #00a151; border-color: #00a151;}
.btn-orange:active{color: #fff; background-color: #00a151; border-color: #00a151;}
.btn-lightOrange{color: #333; background-color: #fffc00; border-color: #fffc00;}
.btn-lightOrange:active{color: #333; background-color: #ea5504; border-color: #ea5504;}
.btn-cOrange{color: #e8340e; background-color: #ffd323; border-color: #ffd323;}
.btn-cOrange:active{color: #e8340e; background-color: #efc418; border-color: #efc418;}
.btn-cGrassGreen{color: #FFFFFF; background-color: #00a151; border-color: #00a151;}
.btn-cGrassGreen:active{color: #FFFFFF; background-color: #6eba44; border-color: #6eba44;}
/* 蓝色按钮 */
.btn-blue{color: #00a0e9; background: #dbf4ff; border-color: #dbf4ff;}
.btn-blue:active{color: #00a0e9;background: #c5eafb;border-color: #c5eafb;}
.btn-cBlue{color: #fff; background: #00a0ea; border-color: #00a0ea;}
.btn-cBlue:active{color: #fff; background: #29bafc; border-color: #00a0ea;}
.btn-darkBlue{color: #fff; background: #00a0ea; border-color: #00a0ea;}
.btn-darkBlue:active{color: #fff; background: #29bafc; border-color: #29bafc;}
/* 禁用按钮 */
.btn-disable{color: #666; background: #f6f6f6; border-color: #e2e2e2;}
/* 按钮100%宽 */
.btn-block{width: 100%; height:40px; -webkit-box-sizing:border-box;box-sizing:border-box;}
.btn-consult{width: 70%; border: 1px solid #00a151; padding: .5% 0; background: #fff; margin-bottom: 3%;}

/* 标题 start */
.title-tag {position: relative; padding: 3% 0; font-size: 1.6rem; font-weight: normal; }
.title-tag i {display: inline-block; width: 1%; height: 16px; margin-right: 2%; margin-top: -3px; vertical-align: middle; background: #00a151; }
.title-tag .other {float: right; font-size: 12px; border-left: 1px solid #ececec; padding: 0 3%; margin-top: 5px; color: #909090; }
.title-tag .other i {background: none; } /* 标题 end */
/* 更多start */
.block-more {display: inline-block; padding: 3% 0; width: 100%; text-align: center; background: #f9f9f9; border-bottom: 1px solid #e2e2e2; box-shadow: 0 2px 1px #f1f1f1; }
.block-more i {display: inline-block; margin:-2px 0 0 5px; font-size:12px; }
/* 更多end */
/* 主题元素 */
.container{width: 100%; overflow: hidden; margin-right: auto; margin-left: auto;}


.mask-layer{display: none; width: 100%; top: 0; bottom: 0; left: 0; right: 0; position: fixed; background: rgba(0, 0, 0, .6); z-index: 100;}
/* 底部固定定位 end */
/* 弹出层广告位 start */
.pop-banner{display: none; position: absolute; left: 5%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 90%; z-index: 200;}
.pop-banner span{position: absolute; right: 0; top: 0; display: inline-block; width: 22px; height: 22px; background: url(http://static-xiaoguotu.17house.com/zq/style/h5/images/close.png) no-repeat; background-size: 100% 100%;}
.pop-banner img{width: 100%;}
.block-page{width: 100%; height: 45px; padding-top: 12px; line-height: 1.2; right: 0; z-index: 10; background: #f9f9f9; border-top: 1px solid #e9e9e9; webkit-box-sizing: border-box; box-sizing: border-box;}
.block-page span{width: 32%; border-right: 1px solid #ccc; text-align: center; display: inline-block;}
.block-page span:first-of-type{padding:1px 0}
.block-page span:last-of-type{border: none;}
.block-page .disabled a{color: #d6d6d6;}
.block-page select{border:none;}

/* 弹出层 start */
.pop-layer{visibility: hidden; position: fixed; top: 50%; left: 7%; width: 86%; z-index: 200; -webkit-box-sizing: border-box; box-sizing: border-box;}
.pop-visible{visibility: visible;}
.pop-layer .close{position: absolute; right: -20px; top: -40px; display: inline-block; width: 30px; height: 30px; z-index: 201;}
.pop-content{border-radius: 4px; width: 100%; padding:2% 6%; -webkit-box-sizing: border-box; box-sizing: border-box; background: #fff; }
.pop-layer .input{width: 100%; font-size: 1.4rem; line-height: 1.1; border: 1px solid #f3efef; box-shadow: inset 0 0 6px #EAE5E5; height: 42px; padding: 1.5% 2%; background: #fff; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -ms-border-top-right-radius: 0; -ms-border-bottom-right-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.pop-layer .error-input{border: 1px solid #ff0000;}
.pop-bg{padding-top: 33%; background: url(http://static-xiaoguotu.17house.com/zq/style/h5/images/pop-bg.png?v=1) no-repeat; background-size: 100% auto;}
.pop-bg-fs{padding-top: 33%; background: url(http://static-xiaoguotu.17house.com/zq/style/h5/images/pop-bg-fs.png?v=1) no-repeat; background-size: 100% auto;}
.pop-bg .close{top: 0;}
.pop-layer input::-webkit-input-placeholder{color: #ddd; font-size: 1.4rem; line-height: 1.4; font-weight: normal;}
.pop-layer .select{width: 100%; font-size: 1.4rem; line-height: 1.3; border: 1px solid #f3efef; box-shadow: inset 0 0 6px #EAE5E5; height: 42px; padding: 1.5% 2%; background: #fff; color: #666;}
.pop-layer .w50p{width: 49.1%;}
.pop-layer .error-tips{display: none; color: #ff0000; font-size: 1.4rem; margin-left: 3%;}
.pop-layer .show{display: block;}
.pop-layer .btn{height: 42px; font-size: 2rem; letter-spacing: 2px; margin: 4% 0; line-height: 1;}
.pop-layer .bg-blue{background: #fafafa; padding: 4% 5%;}
.pop-layer .iconfont{display: inline-block; vertical-align: middle; margin-top: -4px; margin-right: 4px;}
.pop-layer .subscribe img{width: 100%;}
.pop-commit-tips p{padding: 60px 0; text-align: center;}
.pop-coupon{width: 310px; height: 370px; background: url(http://static-xiaoguotu.17house.com/zq/style/h5/images/pop-coupon-bg.png) no-repeat; background-size: 100%; padding: 80px 25px 80px 25px;}
.pop-coupon .error-tips{color: #fff;}
.pop-coupon .pop-content{border-radius: 0; width: 100%; padding: 0 3% 3%; -webkit-box-sizing: border-box; box-sizing: border-box; background: none;}
.pop-coupon .close{top: 0px; right: 0;}
.pop-coupon .num{text-align: center; font-size: 4.8rem; font-weight: bold; margin-bottom: 20%;}
.pop-merchant .pop-content{padding: 7% 4% 4% 4%;}
.pop-merchant .content{line-height: 1.6;}
.pop-merchant .content p{width: 45%; float: left; margin-right: 4%;}
.pop-merchant .content p img{width: 100%; margin-bottom: 3%;}
.pop-merchant .content ul{float: left; width: 50%;}
.pop-group-over .btn{line-height: 2; padding: .6% 0;}
/* 弹出层 end */

/*新增弹窗表单 */

#biao111 .pop-layer{ text-align: center; width: 100% !important;left: 0!important; z-index: 111111!important; display: none;}
.PopupForm{width: 100%; /*position: absolute; top: 50%;z-index: 999999;display: none;*/}
.PopupForm .pop-content{position: relative; animation: skyset 0.3s linear;-moz-animation: skyset 0.3s linear; -webkit-animation: skyset 0.3s linear; -ms-animation: skyset 0.3s linear; margin: 0 auto; text-align: center;  width: 100%; text-align: center;}
@keyframes skyset {    0% {transform:scale(0.1,0.1);-webkit-transform:scale(0.1,0.1);}
    50%{transform:scale(0.5,0.5); -webkit-transform:scale(0.5,0.5);}
    100% {transform:scale(1,1); -webkit-transform:scale(1,1);}
}
@-webkit-keyframes skyset {    0% {transform:scale(0.1,0.1);-webkit-transform:scale(0.1,0.1);}
    50%{transform:scale(0.5,0.5); -webkit-transform:scale(0.5,0.5);}
    100% {transform:scale(1,1); -webkit-transform:scale(1,1);}
}
@-ms-keyframes skyset {    0% {transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);}
    50%{transform:scale(0.5,0.5); -ms-transform:scale(0.5,0.5);}
    100% {transform:scale(1,1); -ms-transform:scale(1,1);}
}
@-moz-keyframes skyset {    0% {transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);}
    50%{transform:scale(0.5,0.5); -moz-transform:scale(0.5,0.5);}
    100% {transform:scale(1,1); -moz-transform:scale(1,1);}
}
.PopupForm .pop-content .close {    position: absolute;    display: inline-block;    height: 30px;    z-index: 201;    width: 50px;    height: 50px;    top: -20%;    right: 0px;    background: url("http://s1.17house.com/common_h5/redpacket/images/close.png") no-repeat center right;}
.PopupForm .pop-content .input{    width: 100%;    font-size: 1.4rem;    font-weight: 100;    line-height: 1.1;    border: 1px solid #f3efef;    box-shadow: inset 0 0 6px #EAE5E5;    height: 33px;    padding: 1.0% 10%;    background: #fff;    -webkit-border-top-right-radius: 0;    -webkit-border-bottom-right-radius: 0;    -ms-border-top-right-radius: 0;    -ms-border-bottom-right-radius: 0;    border-top-right-radius: 0;    border-bottom-right-radius: 0;    -webkit-box-sizing: border-box;    -ms-box-sizing: border-box;    box-sizing: border-box;}
.PopupForm .pop-content  .num {    line-height: 1;}
.PopupForm .pop-content .mt5:nth-child(1) {    position: relative;}

.PopupForm .pop-content .pingfang {    position: absolute;    top: 0;    right: 25px;    bottom: 0;    margin: auto;    height: 20px;}
.PopupForm .pop-content .btn-orange{    height: 32px;    font-size: 2rem;    letter-spacing: 2px;    margin: 4% 0;    line-height: 1;    background: #00a151; 
    border:#00a151 ;  }
    
select::-ms-expand { display: none; } 
.PopupForm .pop-content select.input{
	background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;  
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
    padding-right: 14px; 
}
.PopupForm .pop-content ul li{
	position: relative;
}
.PopupForm .pop-content ul li .iconfont{position: absolute; left: 2%; top: 50%; line-height: 1;}   
.PopupForm .pop-content ul li.city-li .iconfont{font-size: 1.2rem; margin-top: -0.5rem;}
.PopupForm .pop-content ul li.square-li .iconfont{font-size: 1.6rem; margin-top: -0.7rem;}
.PopupForm .pop-content ul li.phone-li .iconfont{font-size: 1.6rem; margin-top: -0.7rem;}
/*新增弹窗表单 end */ 


.icone69f:before{content:"\e69f"; font-size: 24px;}
.icone6a0:before{content:"\e6a0"; font-size: 24px;}
.icone6a1:before{content:"\e6a1";font-size: 12.5px;}
.icone699:before{content:"\e699"; font-size: 24px;}
.icone607:before{content: "\e607"; font-size: 1.2rem;}
.fus:before{font-size: 20px;}



/*新增弹窗表单 */
/*
yellow:#00a151;bak
lvse:#00a151; */

 

/***********************智能报价-底部随屏 2016-12-29****************/
.pullUp{width: 100%; height:auto; position: fixed; z-index: 10000; bottom: 0; max-width: 720px;}
.pullUp .pullUpImgBox{width: 100%; position: relative;}
.pullUp .pullUpImg{width: 100%;}
.pullUp .jantouUp{position: absolute; right: 2.5rem;  height:36px;top: 50%;transition:all 0.5s;-webkit-ansition:all 0.5s;}
.pullUp .jantouUp.imgRotate{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
/*.pullUp .pullUpForm-box{display: none;}*/
.pullUp .pullUpForm{background: #fff; padding: 0.5rem; position: relative;}
/*.pullUp .pullUpForm input{width: 100%; padding-left: 6%; border: 1px solid #ECECEC; border-radius: 3px; height: 42px; margin-top: 1rem;}*/
.pullUp .pullUpForm input, .pullUp .pullUpForm select{width: 100%; padding-left: 6%; border: 1px solid #ECECEC; border-radius: 3px; height: 42px; margin-top: 1rem;}

.pullUp .pullUpForm .cityBtn{text-align: left; color: #999;} 
.pullUp .pullUpForm .cityBtnJiao{position: absolute; border-top: 5px solid #000; border-left: 5px solid transparent; border-right: 5px solid transparent;right: 3.5rem;top: 3.5rem;} 
.pullUp .pullUpForm .pullUpBtn,.pullUp .pullUpForm .resetBtn{background: #00a151; color: #fff; font-size:20px;}
.pullUp .pullUpForm .squareM{position: absolute; top: 7rem; right: 3.2rem; font-size: 16px;}
.pullUp .pullUpForm .pullUpCity{position: fixed;left: 0;right: 0;bottom: 0;display: none;width: 100%;background: #fafafa;border: 1px solid #ececec;z-index: 100;padding: 3% 5% 8% 5%;}
.pullUp .pullUpForm .pullUpCity ul{}
.pullUp .pullUpForm .pullUpCity li a{display: inline-block;background: #fff;font-size: 1.4rem;line-height: 2.4;border: 1px solid #ececec;border-radius: 4px;margin: 5% 3% 0 3%;width: 26%;text-align: center;}
.pullUp .pullUpForm .pullUpCity li a.active{color: #fff;background-color: #00a151;border-color: #00a151;}
.pullUp .pullUpForm .pullUpCG{display: none;}
.pullUp .pullUpForm .pullUpCG-tit{width: 100%;}
.pullUp .pullUpForm .pullUpCG-tit h2{color: #00a151; font-size: 18px; text-align: center;}
.pullUp .pullUpForm .pullUpCG-tit p{width: 100%; font-size: 12px; line-height: 2; text-align: center;}
.pullUp .pullUpForm .pullUpCG-con{margin-top: 2rem; border: 1px solid #ECECEC; }
.pullUp .pullUpForm .pullUpCG-con .zongjia{height: 30px; color: #333; text-align: center;font-size: 18px; line-height: 30px; margin-top: -21px;}
.pullUp .pullUpForm .pullUpCG-con .zongjia p{display: inline-block; padding: 6px; background: #fff;}
.pullUp .pullUpForm .pullUpCG-con li{float: left;margin: 2rem 0 1rem 1rem;}
.pullUp .pullUpForm .pullUpCG-con li.li1{width: 120px;}
.pullUp .pullUpForm .pullUpCG-con .priceM{color: #A0A0A0; text-decoration:line-through;}
/***********************智能报价-底部随屏 2016-12-29****************/



/*新增弹窗表单 */
.bmPop {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 999999;
    display: none;
}

.bmPop .pop-content {
    position: relative;
    animation: skyset 0.3s linear;
    -moz-animation: skyset 0.3s linear;
    -webkit-animation: skyset 0.3s linear;
    -ms-animation: skyset 0.3s linear;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    text-align: center;
}

@keyframes fontBig {
    50% {
        transform: scale(0.97);
    }

}
@-moz-keyframes fontBig {
    50% {
        -moz-transform: scale(0.97);
    }
}
@-webkit-keyframes fontBig {
    50% {
        -webkit-transform: scale(0.97);
    }
}
.bmPop .pop-content{
    border-radius: 4px;
    width: 90%;
    padding: 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.bmPop .pop-content .btn {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #00a151;
    border-color: #00a151;
    animation: fontBig .4s infinite;
    -webkit-animation: fontBig .4s infinite;
    -moz-animation: fontBig .4s infinite;
    -ms-animation: fontBig .4s infinite;
}
@keyframes skyset {
    0% {
        transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
    }

    50% {
        transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}
@-webkit-keyframes skyset {
    0% {
        transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
    }

    50% {
        transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}
@-ms-keyframes skyset {
    0% {
        transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
    }

    50% {
        transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
    }

    100% {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }
}
@-moz-keyframes skyset {
    0% {
        transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
    }

    50% {
        transform: scale(0.5, 0.5);
        -moz-transform: scale(0.5, 0.5);
    }

    100% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
}
.bmPop .pop-content .close {
    position: absolute;
    display: inline-block;
    height: 30px;
    z-index: 201;
    width: 50px;
    height: 50px;
    top: -20%;
    right: 0px;
    background: url("http://static-xiaoguotu.17house.com/zq/style/h5/images/close.png") no-repeat center right;
}
.bmPop .pop-content .input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #f3efef;
    box-shadow: inset 0 0 6px #EAE5E5;
    height: 42px;
    padding: 1.5% 0 1.5% 2.6rem;
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -ms-border-top-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.bmPop .pop-content .num {
    line-height: 1;
}
.bmPop .pop-content .mt5:nth-child(1) {
    position: relative;
}
.bmPop .pop-content ul li {
    position: relative;
}
.bmPop .pop-content ul li:nth-child(1):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.6rem;
    width: 1.6rem;
    height: 1.4rem;
    margin-top: -.7rem;
    background: url('http://static-xiaoguotu.17house.com/zq/style/h5/images/design-forms.png') 0 0 no-repeat;
    background-size: 100% auto;
}
.bmPop .pop-content ul li:nth-child(2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -.8rem;
    background: url('http://static-xiaoguotu.17house.com/zq/style/h5/images/design-forms.png') 0 66.67% no-repeat;
    background-size: 100% auto;
}
.bmPop .pop-content ul li:nth-child(3):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.6rem;
    width: 1.8rem;
    height: 1.6rem;
    margin-top: -.8rem;
    background: url('http://static-xiaoguotu.17house.com/zq/style/h5/images/design-forms.png') 0 33.33% no-repeat;
    background-size: 100% auto;
}
.bmPop .pop-content .pingfang {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    height: 20px;
}
.bmPop .pop-content .btn-orange {
    height: 42px;
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 4% 0;
    line-height: 1;
    background: #00a151;
    border: #00a151;
}
.bmPop .pop-content .focus-animation {
    position: absolute;
    left: 2.6rem;
    top: 50%;
    height: 1.2rem;
    margin-top: -0.6rem;
    width: 10px;
    background: url('http://static-xiaoguotu.17house.com/zq/style/h5/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;
    }
}
.mask-layer {
    display: none;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
}
/*新增弹窗表单 end */
.bmShowArea{
    width:100%;
    height:auto;
}
.bmShowArea img{
    width:100%;
    height:auto;
}

/*0506 redPacket */
.modal { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0} .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear} 
.fade.in { opacity: 1}
#redPacket { height: 90%; text-align: center; padding-top:10%; } 
#redPacket .modal-dialog { width: 30.9rem; height: 41.6rem; margin: auto; background: transparent; position: relative; background-image: url(http://static-xiaoguotu.17house.com/zt/style/h5/images/red-packet.png); background-size: 29.5rem 40.09rem; background-position: 50%} 
#redPacket .bg-img,#redPacket .modal-content { height: 100%; width: 100%} 
#redPacket .modal-content { background: transparent; box-shadow: none; border: none} 
#redPacket .red-close { position: absolute; color: #ff5531; font-size: 2.2rem; top: 1.2rem; right: 2.3rem; cursor: pointer} 
#redPacket .modal-body { padding:5.5rem 2.3rem 2.3rem} 
#redPacket .top { padding: 1.5rem; text-align: center} .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #redPacket .top .title { position: relative; display: inline-block; padding: 0 2rem; font-size: 1.5rem; font-family: SourceHanSansCN-Regular,SourceHanSansCN; font-weight: 400; color: #ff5531; line-height: 2.25rem; text-shadow: 0 0 1.6rem rgba(183,5,5,.4)} 
#redPacket .top .title:after { position: absolute; font-size: 1rem; // content: "\e6d0"; top: 0; bottom: 0; left: 0; margin: auto} #redPacket .top .title:before { position: absolute; font-size: 1rem; // content: "\e6d3"; top: 0; bottom: 0; left: 0; margin: auto} 
#redPacket .top .title:after { left: auto; right: 0} 
#redPacket .top .money { font-size: 1.2rem; font-family: SourceHanSansCN-Medium,SourceHanSansCN; font-weight: 500; line-height: 1.8rem} 
#redPacket .top .money,#redPacket .top .money>span { color: #ff5531; text-shadow: 0 0 1.6rem rgba(183,5,5,.4)} 
#redPacket .top .money>span { margin-left: 8px; font-size:3rem; font-family: SourceHanSansCN-Heavy,SourceHanSansCN; font-weight: 800; line-height: 9px; line-height: 4.5rem} 
#redPacket .top .des { font-size: 1.1rem; font-family: SourceHanSansCN-Light,SourceHanSansCN; font-weight: 300; color: #ff5531; line-height: 1.65rem; text-shadow: 0 0 1.6rem rgba(183,5,5,.4)} 
#redPacket .service { margin-top: 3.5rem; padding: 0 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: space-between} 
#redPacket .service,#redPacket .service>.item { color: #fff} 
#redPacket .service>.item { font-size: 1.1rem; font-family: PingFangSC-Light,PingFang SC; font-weight: 300; line-height: 1.5rem} 
#redPacket .service>.item i { font-size: 2rem} 
#redPacket .service>.item .name { font-size: 2.2px; font-size: 1.1rem; font-family: PingFangSC-Medium,PingFang SC; font-weight: 500; line-height:1.5rem; margin-top: 0.6rem} 
#redPacket .input-box { width: 21.9rem; height: 3.8rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; margin: 2rem auto 1rem; background: #fff} 
#redPacket #redpacket_phone { flex:1; height: 2rem; font-family: PingFangSC-Light,PingFang SC; font-weight: 300; color: #979797; line-height: 2rem} 
#redPacket #redpacket_city,#redPacket #redpacket_phone { font-size: 1.1rem; border: none; outline: none; box-shadow: none} 
#redPacket #redpacket_city { position: absolute; width: 5rem; padding: 0; top: 0; bottom: 0; right: .5rem; margin: auto} 
#redPacket #redpacket_submit,#redPacket .red-result button { width: 21.9rem; height: 3.8rem; margin: auto; border: none; font-size: 1.3rem; font-family: PingFangSC-Semibold,PingFang SC; font-weight: 600; color: #ff5531; line-height: 3.8rem; background: -webkit-gradient(linear,left top,left bottom,from(#fbe6cf),to(#facfa0)); background: linear-gradient(180deg,#fbe6cf,#facfa0)} 
#redPacket .red-result { padding: 7rem 2rem} 
#redPacket .red-result .des { font-size: 1.3rem; font-family: PingFangSC-Medium,PingFang SC; font-weight: 500; color: #fff; line-height: 2rem; margin-bottom: 3rem} .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000} 
.modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0} 
.modal-backdrop.in { filter: alpha(opacity=50); opacity: .5}