.main{
	height: 100%;
}
.box1{
	height: 125px;
}
.box2{
	height: calc(100% - 125px);
	overflow-y:auto;
}
.box1 ul{
	display:block;
	width:100%;
	overflow:hidden;
	padding:15px 0;
}
.box1 ul li{
	float:left;
	margin-left:12px;
}
.box1 ul li a{
	display:block;
	width:100%;
	position:relative;
	opacity:0.5;
	border:2px solid #427aff;
	background:#b3caff;
	border-radius:4px;
}
.box1 ul li a.hover{
	opacity:1
}
.box1 ul li a img{
	position:absolute;
	width:24px;
	right:0;
	bottom:0;
}
.box1 ul li a span{
	display:block;
	padding-right:24px;
	text-align:center;
	font-size:16px;
	color:#427aff;
	height:45px;
	line-height:45px;
}
.rtitle{
	padding:15px 0 10px 12px;
	font-size:16px;
	color:#333;
	display: flex;
    align-items: center;
	font-weight:bold;
}
.rtitle i{
	display:inline-block;
	width:3px;
	height:21px;
	margin-right:7px;
	background:#427aff;	
}
.questionTy{
	padding-left:12px;
}
.questionTy ul{
	display:block;
	width:100%;
	overflow:hidden;
}
.questionTy ul li{
	float:left;
	display:inline-block;
	background:url('../image/wxz.png') no-repeat 10px center;
	background-size:20px;
	font-size:14px;
	color:#333;
	padding:10px 0 10px 34px;
	width:100px;
}
.questionTy ul li.hover{
	background:url('../image/xz.png') no-repeat 10px center;
	background-size:20px;
}
.site{
	border:1px solid #e6e6e6;
	padding:0 10px;
	border-radius:2px;
	margin:10px 12px;
	position:relative;
}
.address{
	padding-left:20px;
	background:url('../image/site.png') no-repeat left center;
	background-size:14px;
	font-size:14px;
	color:#333;
	height:50px;
	line-height:50px;
	padding-right:70px;
	text-overflow: ellipsis;  
    white-space: nowrap;  
    overflow: hidden;
	width:100%;
}
.address input{
	border:none;
	width:100%;
	font-size: 14px;
    color: #333;
    height: 50px;
    line-height: 50px;
}
.openLocat{
	padding:0 10px 0 29px;
	background:#427aff url('../image/wz.png') no-repeat 10px center;
	background-size:14px;
	font-size:13px;
	color:#fff;
	border-radius:3px;
	line-height:30px;
	position:absolute;
	right:10px;
	top:10px;
}
.beijing{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	display:none;
	z-index:11111110;
}
.qmap{
	position:fixed;
	left:5%;
	top:10%;
	width:90%;
	height:80%;
	background:#fff;
	display:none;
	z-index:11111111;
	border-radius:4px;
}
.wtitle{
	padding:10px;
	margin:10px 12px;
	border:1px solid #e6e6e6;
	font-size:14px;
}
.mtitle{
	padding:10px 10px 120px 10px;
	margin:10px 12px 80px 12px;
	border:1px solid #e6e6e6;
	position:relative;
}
.addImg{
	position:absolute;
	bottom:10px;
	left:10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	text-align:center;
	width:100px;
	height:100px;
}
.addImg img{
	width:30px;
	display:inline-block;
	margin-top:20px;
	margin-bottom:8px;
}
.addImg span{
	display:block;
	font-size:14px;
	color:#666;
}
.btn{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
	line-height:50px;
	height:50px;
	background:#427aff;
	color:#fff;
	font-size:16px;
}
.track{
	padding:10px;
	font-size:18px;
	color:#333;
	font-weight:bold;
    border-bottom:1px dashed #ddd
}
.track a{
	float:right;
	color:#427aff;
	font-size:13px;
	text-decoration:underline;
	border-bottom:1px solid #427aff;
	padding:0 3px;
	margin-top:5px;
	display:inline-block;
	font-weight:500;
}
.tbox{
	margin:0 12px;
}
.tlist{
	padding:15px 0;
	background:url(../image/t3.png) no-repeat 16px center;
}
.tbox .tlist:first-child {
 background:url(../image/t2.png) no-repeat 16px center;
}
.tbox .tlist:last-child{
 background:url(../image/t1.png) no-repeat 16px center;
}

.qtitle{
	padding:0 10px;
	display:flex;
	align-items:center;
	font-size:16px;
	height:30px;
	position:relative;
	font-weight:bold;
}
.qtitle i{
	width:15px;
	height:15px;
	border-radius:50%;
	background:#427aff;
	display:inline-block;
	margin-right:10px;
}
.qtitle span{
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	line-height:30px;
	color:#aaa;
	font-size:13px;
	font-weight:500;
}
.questionCont{
	padding-left:32px;
	font-size:14px;
	color:#666;
	line-height:1.7
}
.ending{
	padding-left:47px;
	padding-bottom:14px;
}
.elist{
	display:flex;
	align-items:center;
	height:40px;
}
.elist span{
	display:inline-block;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.elist div{
	width:162px;
	height:22px;
	background:url(../image/star.png) no-repeat;
	background-size:162px 22px;
}
    .elist i {
        height: 22px;
        display: block;
        background: url(../image/stars.png) no-repeat left center;
        background-size: 162px 22px;
    }
.sa0{
	width:1px;
}
.sa1{
	width:23px;
}
.sa2{
	width:59px;
}
.sa3{
	width:94px;
}
.sa4{
	width:129px;
}
.sa5{
	width:100%;
}
.myQuestion{
	border-top:1px solid #e6e6e6;
	 
	padding:20px 12px;
}
.myQuestion h4{
	font-size:18px;
	color:#333;
	font-weight:bold;
	padding-bottom:8px;
}
.myQuestion ul{
	display:block;
	width:100%;
	overflow:hidden;
}
.myQuestion ul li{
	display:block;
	width:100%;
}
.myQuestion ul li a{
	display:block;
	width:100%;
	line-height:2.4;
	display:flex;
    align-items:center;
}
.myQuestion ul li i{
	width:6px;
	height:6px;
	border-radius:50%;
	background:#428fff;
	display:inline-block;
}
.myQuestion ul li span{
	display:inline-block;
	font-size:16px;
	color:#333;
	text-overflow: ellipsis;  
    white-space: nowrap;  
    overflow: hidden;
	padding:0 5px;
}
.myQuestion ul li b{
	display:inline-block;
	font-weight:normal;
	font-size:14px;
}
.headline{
	padding:20px 12px 15px 12px;
	font-size:18px;
	color:#333;
	font-weight:500;
}
.reportTimes{
	margin: 0 12px;
	padding:10px 14px;
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	position:relative;
	
}
.evaluate{
	margin: 0 12px 40px 12px;
	padding:10px 14px;
	background:#ecf1ff;
	border:1px solid #427aff;
	position:relative;
	
}
.reportTimes img{
	position:absolute;
	right:20px;
	top:50%;
	border-radius:50%;
	width:70px;
	height:70px;
	margin-top:-35px;
}
.reportTimes p{
	font-size:13px;
	color:#666;
	line-height:2;
}
.reportList{
	margin:0 12px;
	padding: 20px 0;
	border-bottom:1px solid #e6e6e6;
}
.reportList h5{
	font-size:16px;
	color:#666;
	padding-top:6px;
}
.reportList p{
	padding:12px 0;
	line-height:1.6;
	font-size:14px;
	color:#666;
}
.reportList img{
	max-width:100%;
}
.evaluate p{
	font-size:14px;
	color:#333;
	line-height:32px;
}
.clist{
	display:flex;
	align-items:center;
	height:32px;
}
.clist span{
	display:inline-block;
	font-size:14px;
	color:#333;
	font-weight:500;
}
.clist div{
	width:162px;
	height:22px;
	background:url(../image/star.png) no-repeat;
	background-size:162px 22px;
}
.clist i{
	height:22px;
	display:block;
	background:url(../image/stars.png) no-repeat left center;
	background-size:162px 22px;
}
.sa1{
	width:23px;
}
.sa2{
	width:59px;
}
.sa3{
	width:94px;
}
.sa4{
	width:129px;
}
.sa5{
	width:100%;
}
.banner{
	width:100%;
}
.banner img{
	width:100%;
}
#box{
	width: 100%;
    max-width: 640px;
    margin: 0 auto;
	padding: 0 12px;
}
.about{
	text-indent:2em;
	font-size:14px;
	color:#333;
	padding:8px 0;
	line-height:1.6;
}
.atitle{
	display:flex;
align-items:center;
padding-top:12px;
font-size:18px;
color:#333;
font-weight:bold;
overflow:hidden;
}
.atitle img{
	width:24px;
	height:24px;
	display:inline-block;
	margin-right:8px;
}
.atitle span{
	display:inline-block;
	font-size:16px;
	color:#999;
	font-weight:500;
	margin-left:10px;
	padding-top:3px;
}
.ecGauge{
	width:100%;
	height:128px;
	margin-bottom:16px;
	position:relative;
}
#ecGauge{
	width:50%;
	height:128px;
}
.record h4{
	font-size:14px;
	color:#666;
	padding:10px 0;
}
.ec{
	position:absolute;
	right:5%;
	width:45%;
	top:34px;
}
.ec p{
	display:flex;
	align-items:center;
	height:30px;
	font-size:12px;
	color:#666;
}
.ec p i{
	display:inline-block;
	width:8px;
	height:8px;
	margin-right:6px;
}
.ecBar{
	width:100%;
	height:170px;
}
.investment{
	padding:15px 0;
}
.investment ul{
	display:block;
	width:100%;
	overflow:hidden;
}
.investment ul li{
	float:left;
	background:#fff;
	line-height:30px;
	border-radius:14px;
	color:#333;
	font-size:14px;
	min-width:80px;
	text-align:center;
}
.investment ul li.hover{
	background:#427AFF;
	color:#fff;
}
.advertBox{
	padding-top:5px;
	margin-bottom:10px;
}
.advertCont{
	border:2px solid #e6e6e6;
	position:relative;
	display:none;
	text-align:center;
	overflow:hidden;
}
.advertCont img{
	height:190px;
	max-width:100%;
}
.advertCont p{
	position:absolute;
	bottom:7px;
	left:0;
	font-size:12px;
	color:#fff;
	line-height:21px;
	padding-left:15px;
	text-align:left;
} 
.advertCont i{
	position:absolute;
	bottom:0;
	left:-2px;
	height:56px;
	width:110%;
	background:#000;
	opacity:0.5;
	display:block;
}
.contact{
	padding-top:10px;
}
.cmap{
	width:100%;
}
.contact h6{
	line-height:1.8;
	color:#666;
	font-size:13px;
	padding:12px 0;
	font-weight:500;
}
.codeQR{
	padding-bottom:30px;
	text-align:left;
}
.codeQR p{
	display:inline-block;
	width:24%;
	margin-left:18%;
	float:left;
}
.codeQR p img{
	width:100%;
}
.codeQR p span{
	display:block;
	font-size:12px;
	color:#666;
	width:100%;
	text-align:center;
	margin-top:6px;
}
@media only screen and (max-width: 350px){
	.box1 ul li a img{
	position:absolute;
	width:20px;
	right:0;
	bottom:0;
   }
	.box1 ul li a span{
	padding-right:20px;
	height:43px;
	line-height:43px;
    }
}