/* 隔离兼容样式*/
body,html{
	margin: 0;
	padding: 0;
}
html,p,span,label,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}






/*-----------------------*/
.clearfix:after{ 
    visibility:hidden; 
    display:block; 
    font-size:0; 
    content:" "; 
    clear:both; 
    height:0
}
.clearfix{display:inline-block}
.clearfix{display:block;zoom:1}
.gfzg-main{
	width: 100%;
	height: calc(100VH - 1.0667rem);
	height: -moz-calc(100VH - 1.0667rem);
	height: -webkit-calc(100VH - 1.0667rem);
	position: relative;
	overflow-y: scroll;
}
.gfzg-main .con{
	width: 100%;
}
.gfzg-main .logo-title{
	font-size: 0.7rem;
	color: #21944f;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1rem;
	margin-top: 0.5rem;
}
.gfzg-main .city-list{
	background: #fff;
	padding-bottom: 0.53rem;
}
.gfzg-main .city-list .item{
	height: 1.07rem;
	line-height: 1.07rem;
	background-color: #fff;
	border-radius: 4px;
	display: block;
	float: left;
	font-size: 0.41rem;
	color: #333;
	*font-weight: bold;
	margin-left: .5rem;
	min-width: 2.67rem;
	text-align: center;
	margin-top: .333rem;
	text-decoration: none;
	border:1px solid #e2e2e2;
}
.gfzg-main .city-list .active{
	font-weight: bold;
	color:#fff;
	background-color: #30a15d;
}
/*详情*/
.gfzg-detail{
	width: 100%;
	position: relative;
	height: calc(100VH - 1.0667rem);
	height: -moz-calc(100VH - 1.0667rem);
	height: -webkit-calc(100VH - 1.0667rem);
	overflow-y: scroll;
}
.gfzg-detail .list{
	position: relative;
	margin-top: -1px;
}
.gfzg-detail .content{
	background: #fff;
	padding: 0.5rem 0.72rem 0.53rem .4rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.gfzg-detail .content .prev-title{
	font-size: 0.33rem;
	color: #333333;
	margin-bottom: 0.4rem;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	background-color: #f2f2f2;
	height: 1.066rem;
	line-height: 1.066rem;
	padding-left: .57rem;
}
.gfzg-detail .content .question-title{
	font-size: 0.45rem;
	font-weight: bold;
	color: #000000;
	line-height: 0.73rem;
}
.gfzg-detail .answer-item{
	display: -moz-box;
	display: -webkit-box;
	padding-top: 0.5rem;
}
.gfzg-detail .answer-item .answer-radio{
	background: url("/template/default/mobile/skin/img/round.png");
	background-size: 100% 100%;
	height: 0.62rem;
	width: 0.62rem;
	display: block;
}
.gfzg-detail .answer-item .answer-radio.checked{
	background: url("/template/default/mobile/skin/img/select.png");
	background-size: 100% 100%;
	height: 0.62rem;
	width: 0.62rem;
	display: block;
}
.gfzg-detail .answer-item .answer-title{
	padding-left: 0.3rem;
	font-size: 0.37rem;
	color: #333333;
	line-height: 0.6rem;
	-webkit-box-flex: 1;
}
.gfzg-detail .submit-btn{
	background: #d9d9d9;
	color: #606060;
	width: 100%;
	margin-top: .77rem;
	display: block;
	border-radius: .1rem;
	text-align: center;
	line-height: 1.1rem;
	font-size: 0.38rem;
}
.gfzg-detail .submit-btn.light{
	color: #fff;
	background: #30a15d;
}
.gfzg-detail .tips{
	color: #666666;
	font-size: 0.37rem;
	line-height: 0.5rem;
	margin-top: .8rem;
}
/*购房资格结果*/
.gfzg-result{
	background-color: #f2f2f2;
	width: 100%;
	height: calc(100VH - 1.0667rem);
	height: -moz-calc(100VH - 1.0667rem);
	height: -webkit-calc(100VH - 1.0667rem);
	overflow-y: scroll;
	position: relative;
    overflow-x:hidden;
}
.gfzg-result .result-con{
	width: 100%;
}
.gfzg-result .list{
	background: #FFF;
	padding: 0.4rem .58rem;
	margin-bottom: 0.32rem;
}
.gfzg-result .list .name{
	font-size: 0.42rem;
	color: #333333;
	font-weight: bold;
	padding-top: 0.1rem;
}

.gfzg-result .list .content{
	padding: 0.33rem;
	margin-top: 0.65rem;
}
.gfzg-result .list .result{
	position: relative;
	line-height: 0.9rem;
	color: #30a15d;
	font-weight: bold;
	font-size: 0.56rem;
	text-align: left;
	padding: 0.4rem 0;
	padding-left: 2rem;
}
.result.no:before{
	content:" ";
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: 30px;
	top: 11px;
	background: url("/template/default/mobile/skin/img/no.png") no-repeat;
	background-size: 1rem;
}
.result.yes:before{
	content:" ";
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: 30px;
	top: 11px;
	background: url("/template/default/mobile/skin/img/yes.png") no-repeat;
	background-size: 1rem;
}
.gfzg-result .list .remark{
	font-size: 0.32rem;
	color: #999999;
	margin-top: 0.3rem;
	font-weight: normal;
	padding-left: .24rem;
}
.gfzg-result .list .more-detail{
	font-size: 0.38rem;
	margin-top: 0.3rem;
	color: #333333;
	display: inline-block;
	text-decoration:none; 
	border-bottom:1px solid #333333; /* #ccc换成链接的颜色 */
	display: inline-block; 
	padding-bottom:1px;  /*这里设置你要空的距离*/
}
.gfzg-result .list .again-btn{
	display: block;
	background: #f2f2f2;
	text-align: center;
	color: #666666;
	line-height: 1.1rem;
	font-size: 0.41rem;
	margin-top: 0.65rem;
}
.gfzg-result .list .invited{
	display: -webkit-box;
	-webkit-box-align: center;
	padding-top: 0.6rem;
	padding-bottom: 0.1rem;
}
.gfzg-result .list .invited .name{
	position: relative;
	font-size: 0.36rem;
	color: #999999;
	margin: 0 auto;
	min-width: 6rem;
}
#copyBT{
	left:2.6rem;
}
#shareImg{
	left:4rem;
}
.gfzg-result .list .invited .img{
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	display: inline-block;
	top:-.1rem;
}
.prevQuestionList{
	position: relative;
	/*padding-top: .56rem;*/
	/*padding-left: .3rem;*/
	padding: .56rem .3rem;
	font-size: .32rem;
	line-height: .69rem;
	font-weight: 400;
}
.prevQuestionList:after{
	content:" ";
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #ececec;
	bottom: 0;
	left: 0;
}
.qst_list{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prevQuestionList .question{
	color: #999;
}
.prevQuestionList .answerl{
	color: #333333;
}
.list .title.name:before{
	content: " ";
	position: absolute;
	width: 2px;
	height: 23px;
	right: 0;
	left:15px;
	background-color: #32b16c;
}
.adviceForm{
	margin: .53rem 0;
}
.adviceForm > div{
	display: inline-block;
}
.adviceForm .adviceRight{
	float: right;
}
.adviceForm .adviceRight img{
	width: 2.7rem;
}
.adviceLeft .fontTop{
	padding: .3rem .2rem;
	font-size: .4rem;
	color: #30A15D;
	font-weight: bold;
}
.adviceForm .fontBot{
	padding-left: .2rem;
	font-size: .53rem;
	color: #30A15D;
	font-weight: bold;
}
.gfzg-result .list .understand{
	background: #30A15D;
	color: #ffffff;
}
.result-con .baikeUL{
	padding-top: .32rem;
}
.baikeUL li{
	padding: .32rem 0;
	position: relative;
}
.baikeUL .subTitle{
	font-weight: bold;
}
.baikeUL .wdContent{
	float: right;
	height: 20px;
}
.baikeUL .wdContent img{
	display: inline-block;
	width: 50%;
}
.baikeUL .wdContent .wdNum{
	line-height: 16px;
	float: right;
	color: #999999;
}
.baikeUL .time{
	position: relative;
	color:#999999;
	padding-top: .16rem;
	font-size: .32rem;
}
.baikeUL li:not(:last-child):after{
	content: " ";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	background-color: #ececec;
}
.mt1{
	margin-top: 0.65rem !important;
}
.zhengce{
	display: -webkit-box;
	display: -moz-box;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}
.zhengce .left{
	box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
}
.zhengce .right{
	width: 3rem;
	height: 2.5rem;
}
.zhengce .title1{
	font-size: 16px;
	color: #30a15d;
	font-weight: bold;
}
.zhengce .name1{
	color: #333333;
	font-size: 0.38rem;
	line-height: 0.5rem;
	padding-top: 0.2rem;
}
.list .input-con{
	width: 100%;
	background: #f2f2f2;
	line-height: 0.7rem;
	border-radius: .1rem;
	margin-top: 0.40rem;
}
.list .input-con input{
	color: #999999;
	font-size: 0.38rem;
	width: 100%;
	line-height: 1.1rem;
	background: transparent;
	padding: 0 0.4rem;
	border: 0;
	outline: 0;
}
.list .xieyi{
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
}
.list .xieyi span{
	font-size: 0.3rem;
	color: #999;
}
.list .xieyi a{
	font-size: 0.3rem;
	color: #30a15d;
}
.gfzg-shadow{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-box-pack: center;
}
.gfzg-shadow .gfzg-answer-con{
	margin: 0 0.9rem;
	position: relative;
	top: 17%;
}
.gfzg-shadow .gfzg-answer-con img{
	width: 100%;
}
.gfzg-shadow .gfzg-con{
	padding: 0.4rem;
	background: #fff;
	border-radius: 0 0 10px 10px;
	margin-top: -10px;
}
.gfzg-shadow .gfzg-item{
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.gfzg-shadow .gfzg-item .title1{
	font-size: 0.38rem;
	color: #333333;
}
.gfzg-shadow .gfzg-item .answer1{
	color: #ff4b02;
	font-size: 0.38rem;
	padding: 8px 0;
}
.gfzg-shadow .know-btn{
	display: block;
	background: linear-gradient(0deg, #ff4d02, #fb870b);
	text-align: center;
	color: #FFF;
	border-radius: 50px;
	line-height: 1.1rem;
	font-size: 0.38rem;
	margin-top: 0.65rem;
	width: 100px;
	margin: 0.55rem auto 0.1rem;
}
.gfzg-shadow .title2{
	position: absolute;
	top: 12px;
	color: #ff5d00;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 30px;
}
.gfzg-shadow .share-con{
	position: absolute;
	display: -webkit-box;
	bottom: 0.5rem;
	left: 0.8rem;
	right: 0.8rem;
}
.gfzg-shadow .share-con .code{
	width: 1.8rem;
	height: 1.8rem;
}
.gfzg-shadow .share-con .flex{
	-webkit-box-flex: 1;
	padding-left: 0.3rem;
}
.gfzg-shadow .share-con .share-title{
	font-size: 0.4rem;
	color: #000;
	font-weight: bold;
}
.gfzg-shadow .share-con .share-desc{
	font-size: 0.3rem;
	color: #000000;
	margin-top: 0.3rem;
}
.gfzg-shadow .close-line{
	width: 2px;
	background: #ffdd99;
	height: 20px;
	display: block;
	margin: 0 auto;
}
.gfzg-shadow .close-img{
	width: 1.1rem  !important;
	height: 1.1rem !important;;
}
.gfzg-shadow .close-con{
	position: absolute;
	top: -1.6rem;
	right: 0;
}
/*新*/
.gfzg-header{
	width: 100%;
	background: #fff;
	padding: 0.0533rem 0.2667rem;
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
}
.gfzg-header .left{
	width: 1.0667rem;
	height: 1.0667rem;
	display: flex;
	display: -webkit-flex;
}
.gfzg-header .left .back{
	display: block;
	width: 1.0667rem;
	height: 1.0667rem;
	position: relative;
}
.gfzg-header .left .back .back-img{
	position: absolute;
	width: 0.32rem;
	height: 0.5867rem;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 10.6667rem auto;
}
.gfzg-header .left .back-select{
	display: block;
	width: 1.0667rem;
	height: 1.0667rem;
	position: relative;
	left: 0.2rem;
}
.gfzg-header .left .back-select .back-select-img{
	position: absolute;
	width: 0.54rem;
	height: 0.54rem;
	/*left: 0.2rem;*/
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 10.6667rem auto;
}
.gfzg-header .center{
	max-width: 50%;
	margin: 0 auto;
	-webkit-flex: auto;
    line-height: 1.0667rem;
    height: 1.0667rem;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #333333;
    position: relative;
}
.gfzg-header .center .logo{
	display: inline-block;
    width: 2.0533rem;
    height: 0.76rem;
    margin-top: 0.1333rem;
}
.xieyi .checkbox{
	width:25px;
	height: 25px;
	background-size: 100% 100%;
	height: 0.62rem;
	width: 0.62rem;
	display: block;
	border: 1px solid #818181;
}
.xieyi .checkbox{
	float: left;
	width: 14px;
	height: 14px;
	/*background: url("/images/box.png") no-repeat center;*/
    background-size: auto;
	background-size: cover;
	margin-right: 6px;
	border: 1px solid #858585;
	box-sizing: border-box;
}
.xieyi .checkbox.tick{
	background: url('/template/default/mobile/skin/img/tick.png') no-repeat center;
    background-size: auto;
	background-size: cover;
	border: unset;
}
input.again-btn{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	/*height: 40px;*/
	line-height: 40px;
	text-indent: 5px;
	color: #ffffff;
	font-size: 16px;
	border: none;
	z-index: 1;
	margin-bottom: 18px;
	-webkit-appearance: none;
	background-color: #30a15d;
	border-radius: 4px;
	outline: none;
}
.enterTips{ 
	position:fixed; 
	z-index:10000; 
	height:1.0667rem; 
	margin:auto; 
	left:0; 
	top:0; 
	right:0; 
	bottom:0; 
	text-align:center; 
	font-size: 12px;
}
.enterTips p{ 
	display:inline-block; 
	vertical-align:middle; 
	background:rgba(0, 0, 0, 0.75); 
	line-height:1.0667rem; 
	color:#fff; 
	padding:0 0.5333rem; 
	border-radius:0.1067rem; 
}
/*分享图片弹窗*/
.imgpop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	padding-top: 1.5rem;
	/*display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-box-pack: center;*/
}
.imgpop .close-line{
	width: 2px;
	background: #ffdd99;
	height: 25px;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: 10px;
}
.imgpop .close-img{
	width: .6rem !important;
	height: .6rem !important;
	position: absolute;
	top: 5px;
	right: 5px;
}
.imgpop .close-con{
	float: right;
	position: relative;
	right: 1rem;
	z-index: 99999;
}
.imgpop .gfzg-answer-con{
	margin: 0 0.9rem;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
.imgpop .gfzg-answer-con img{
	width: 100%;
}
.imgpop .gfzg-con{
	padding: 0.4rem;
	background: #fff;
	border-radius: 0 0 10px 10px;
	margin-top: -10px;
}
.imgpop .gfzg-item{
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.imgpop .know-btn{
	display: block;
	background: linear-gradient(0deg, #ff4d02, #fb870b);
	text-align: center;
	color: #FFF;
	border-radius: 50px;
	line-height: 1.1rem;
	font-size: 0.38rem;
	margin-top: 0.65rem;
	width: 100px;
	margin: 0.55rem auto 0.1rem;
}
.imgpop .title2{
	position: absolute;
	top: 33px;
	color: #000;
	font-size: .59rem;
	font-weight: bold;
	width: 100%;
	line-height: 30px;
	text-align: left;
	padding-left: .41rem;
}
.imgpop .share-con{
	position: absolute;
	display: -webkit-box;
	bottom: 0.5rem;
	left: 0.6rem;
	right: 0.6rem;
}
.imgpop .share-con .code{
	width: 1.8rem;
	height: 1.8rem;
}
.imgpop .share-con .flex{
	-webkit-box-flex: 1;
	padding-left: 0.35rem;
	padding-top: 5px;
}
.imgpop .share-con .share-title{
	font-size: 0.4rem;
	color: #ffffff;
	font-weight: bold;
}
.imgpop .share-con .share-desc{
	font-size: 0.3rem;
	color: #ffffff;
	margin-top: 0.3rem;
}
.imgpop .share-detail{
	position: relative;
}
#qrcodeCanvas{
	display: flex;
	align-items: center;
	justify-content: center;
	width:72px;
	height: 72px;
}