html,body{
	background: #F1F3F4;
}
.head{
	background: url('../img/index_top_back.png?v=1.001') no-repeat;
	background-size: 100% 100%;
	width: 92%;
	height: 2.2rem;
	display: flex;
	justify-content: space-between;
	padding: 0.4rem 4% 0 4%;
}
/* .head:after{
	content:'';
	display: block;
	background: url('../img/water-fee-icon.png') no-repeat;
	background-size: 100%;
	border: 1px solid red;
	min-width: 1.38rem;
	height: 1.69rem;
} */
.head_back{
	background: url('../img/water-fee-icon.png') no-repeat;
	background-size: 100%;
	border: 1px solid red;
	width: 1.38rem;
	height: 1.69rem;
	
}
.head .icon_setting{
	min-width: 0.506666rem;
	width: 0.506666rem;
	height: 0.493333rem;
	background: url('../img/icon_setting.png') no-repeat;
	background-size: 100% 100%;
}
.head_info_info{
	width: 8.2rem;
	display: flex;
	color: #fff;
	position: relative;
	z-index:1;
}
.userName{
	font-size: 14px;
}
.userName span{
	font-size: 12px;
}
.address{
	font-size: 12px;
	max-width: 6rem;
	margin-top: 6px;
}
.avatar{
	width:0.906666rem;
	height:0.906666rem;
	border-radius:50%;
	background-color: #eee;
	margin-right: 0.266666rem;
	border:none;
}
.popUp_mask{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.1);
	position: fixed;
	z-index: 999;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.popUp{
	background: #fff;
	position: absolute;
	width: 5rem;
	min-height: 4rem;
	border-radius: 6px;
	left: 1rem;
	top: 1.3rem; 
	z-index:9999;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.31);
	border: 1px solid rgba(246, 246, 246, 1);
	color: #333;
}
.popUp:after{
	display: inline-block;
	content:'';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #fff;
	position: absolute;
	top:-13px;
	left:50%;
	transform: translateX(-50%);
}
.popUp ul{
	padding: 0.12rem 0;
}
.popUp ul li{
	padding:0.133333rem 10px;
	border-bottom: 1px solid #e1e1e1;
}
.popUp ul li:nth-child(5){
	border-bottom: none;
}
.popUp ul li div:nth-child(1){
	font-size: 14px;
}
.popUp ul li div:nth-child(2){
	font-size: 12px;
	color: #999;
}
.waterInfo1{
	width:84%;
	height:170px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	margin-top:-0.8rem;
	margin-left: 4%;
	padding: 15px 4% 20px 4%;
	font-size: 14px;
}
.waterInfo1_null{
	height:140px;
}
.waterInfo1_l1{
	border-bottom:1px dashed #CFCFCF;
	padding-bottom: 10px;
}
.waterInfo1_l1 span{
	color: #0091FF;
}
.year{
	height:20px;
	line-height: 20px;
	background:rgba(239,248,255,1);
	border-radius:2px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,145,255,1);
	padding: 0 10px;
	margin-top: 6px;
	font-size: 14px;
}
.waterInfo1_l2{
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	height: 50px;
}
.waterInfo1_l2_b{
	display: flex;
	flex:1;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	font-family:PingFangSC-Medium,PingFang SC;
}
.waterInfo1_l2_b_line:after{
	display: inline-block;
	content:'';
	width:1px;
	height:44px;
	background: #E1E1E1;
	position: absolute;
	right: -1px;
	top:50%;
	transform: translateY(-50%);
}
.waterInfo1_l2_b div:nth-child(1){
	color: #FA6400;
	font-size: 18px;
}
.waterInfo1_l2_b div:nth-child(2){
	margin-top:6px;
	font-size: 14px;
}
.waterInfo1_l3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:rgba(245,248,250,1);
	padding: 10px 2%;
	border-radius: 4px;
	position: relative;
	font-size: 14px;
	height: 40px;
}
.waterInfo1_l3:after{
	content:'';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #F4F7F9;
	position: absolute;
	top: -9px;
	left: 1.9rem;
}
.waterInfo1_l3_fee{
	color: #999;
	font-size: 12px;
	margin-top:4px;
}
.waterInfo1_l4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px dashed #CFCFCF;
	height: 75px;
}
.waterInfo2{
	width:84%;
	height:0.5rem;
	background:rgba(255,255,255,1);
	border-radius:6px;
	margin-top:-0.8rem;
	margin-left: 4%;
	padding: 18px 4% 22px 4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn_fee{
	display: block;
	width:1.6rem;
	height:0.573333rem;
	line-height: 0.573333rem;
	text-align: center;
	background:rgba(0,103,255,1);
	border-radius:2px;
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
}

.waterInfo{
	width:92%; 
	height:2.4rem;
	background:rgba(255,255,255,1);
	border-radius:10px;
	margin-top:-0.8rem;
	margin-left: 4%;
}
.waterInfo_top{
	position: relative;
	padding: 0.213333rem 0.4rem;
}
.waterInfo_top_tips{
	position: absolute;
	right: 0px;
	top: 0.213333rem;
	width: 1.333333rem;
	height: 0.533333rem;
	line-height: 0.533333rem;
	background: url('../img/waterInfo_top_tips.png') no-repeat;
	background-size: 100% 100%;
	text-align: center;
	overflow: hidden;
	font-size:11px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,145,255,1);
}
.waterInfo_top_num{
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.waterInfo_top_num span{
	color: #FA6400;
}

.progress{
	margin-top: 0.306666rem;
	padding: 0 0.4rem;
}
.progress .van-progress__pivot{
	display: none;
}
.waterInfo_used{
	display: flex;
	margin-top: 0.306666rem;
	padding: 0 0.4rem;
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.waterInfo_used div{
	width: 50%;
}
.waterInfo_used div span{
	color: #333;
}

.feeInfo{
	width:92%;
	height:1.76rem;
	background:rgba(255,255,255,1);
	border-radius:10px;
	margin-top: 0.373333rem;
	display: flex;
	align-items: center;
	padding: 0 4%;
	margin-left: 0.375rem;
}
.btn_fee{
	width:1.706666rem;
	min-width: 1.706666rem;
	height:0.64rem;
	line-height:0.64rem;
	background:rgba(0,145,255,1);
	border-radius:5px;
	text-align: center;
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.feeInfo_fee{
	min-width: 1px;
	width: 100%;
}
.feeInfo_fee div:nth-child(1){
	font-size: 14px;
}
.feeInfo_fee div:nth-child(1) span{
	color: #FA6400;
}
.feeInfo_fee div:nth-child(2){
	font-size: 11px;
	color: #999;
}

.index_main{
	padding: 0 0.4rem;
	border:1px soldi red;
}
.index_serve{
	width:92%;
	background:rgba(255,255,255,1);
	border-radius:10px;
	padding: 0.2rem 4% 0.266666rem 4%;
	margin-top: 0.4rem;
}
.index_serve_title{
	height:0.533333rem;
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:0.533333rem;
	margin-bottom: 0.453333rem;
	padding: 10px 0;
	border-bottom: 1px solid #E1E1E1;
}
.index_serve_menu{
	display: flex;
	justify-content: space-between;
	padding: 0 0.2rem;
	padding-bottom: 0.533333rem;
	border-bottom: 1px dashed #E1E1E1;
}
.index_serve_menu a{
    text-decoration: none;
    color: #333;
}
.index_serve_menu img{
	width: 0.906666rem;
	margin-top: 0.2rem;
}
.index_serve_menu div{
	text-align: center;
}
.index_serve_menu div div:nth-child(2){
	margin-top:8px;
	font-size: 14px;
}
.index_serve_tel{
	display: flex;
	align-items: center;
	padding-top: 0.24rem;
}
.index_serve_logo{
	width:0.72rem;
	height: 0.733333rem;
	margin-right: 0.24rem;
}
.index_serve_phone{
	min-width:0.64rem;
	width:0.64rem;
	height: 0.64rem;
}
.index_serve_tel_left{
	min-width: 1px;
	display: flex;
	align-items: center;
	width:100%;
}
.index_serve_tel_left div div:nth-child(1){
	color: #666666;
	font-size: 12px;
}
.index_serve_tel_left div div:nth-child(2){
	color: #FA6400!important;
	font-size: 14px;
}
.index_used_title{
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:0.533333rem;
	margin-bottom: 0.453333rem;
	padding-bottom:0.266666rem;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_used_title_title{
	font-size:14px;
}
.index_used_title_title_act{
	color: #0091FF;
	position: relative;
}
.index_used_title_title_act:after{
	display: block;
	content:'';
	width:1.24rem;
	height:0.08rem;
	background:rgba(0,145,255,1);
	position: absolute;
	bottom: -0.3rem;
	left: 50%;
	transform: translateX(-50%);
}
.index_used_title div span{
	margin-left: 0.6rem;
}
.index_serve_water{
	padding-top: 16px;
}
.index_serve_water_bottom{
	margin-bottom: 0.6rem;
}
.step_main{
	display: flex;
	flex-direction: column;
}
.step_main_list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #333;
}
.step_main_list:nth-child(2){
	margin-top: 8px;
}
.step_main_list:nth-child(2) div:nth-child(1){
    color: #999;
}
.step_main_list:nth-child(2) div:nth-child(2){
	color: #999;
}
.index_bill{
	margin-bottom: 0.6rem;
}

.index_news{
	margin-bottom: 0.2rem;
}

.newsList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0.48rem 0;
	border-bottom: 1px solid #E1E1E1;
}
.newsList:last-child{
	border-bottom:none
}
.news_img{
	min-width: 1.7rem;
	width: 1.7rem;
	overflow: hidden;
	margin-left: 0.5rem;
}
.news_img img{
	width: 100%;
}
.news_text{
	min-width: 1px;
	width: 100%;
	min-height: 1.8rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_text div:nth-child(1){
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.news_text div:nth-child(2){
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#999;
}
.index_news_title{
	margin-bottom: 0px;
}

.fade-enter-active,.fade-leave-active {
    transition: all .6s ease;
}
.fade-enter-active {
    opacity: 1;
}
.fade-leave-active {
    opacity: 0;
}
.fade-enter {
    opacity: 0;
}

.btn_main{
	padding: 0.4rem;
}
.btn_add_acc{
	background: rgba(242, 245, 247, 1);
	border-radius: 5rpx;
	height: 0.933333rem;
	width: 4.266666rem;
	text-align: center;
	line-height: 0.933333rem;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;

}
.btn_add_acc .van-icon::before{
	vertical-align: -2px;
}

.overlay_wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.wrapper_forbid{
	width:80%;
	height:50px;
	border-radius:4px;
	background:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #999;
}
.showTips{
    display: flex;
    flex-direction: column;
    font-size:14px;
    color: #252933;
    width: 9rem;
    box-sizing: border-box;
    padding: 30px 10px 16px 10px;
}
.showTips div{
    margin: 7px 0;
}
.showTips div a{
    color: #0091ff;
    text-decoration: none;
}
.showTips-btn{
    width:60px;
    text-align: center;
    line-height: 18px;
    height: 18px;
    background: #0091ff;
    color: #fff;
    font-size:14px;
    padding:10px 15px;
    border-radius:4px;
}