﻿body{
	background: #00a0e9;
}

/*模板页*/
.modelBG {
    color: #00a0e9;
    min-height: 34rem;
}
/*注册绑定*/
.registerBG{
	background: #FFF;
	border-radius: 10px;
	color:#00a0e9;
	margin:1rem 1rem 0 1rem;
	padding:1.8rem 0;
	min-height: 26rem;
}

.registerList{
	display: flex;
	flex-direction: column;
}

.registerList p{
	padding:0 1.5rem 1rem;
	font-size: 1rem;
}

.registerList input{
	flex:1;
	text-indent: 0.5rem;
	font-size: 1rem;
	height: 2.5rem;
	border:1px solid #00a0e9;
	border-radius: 5px;
	margin: 0.3rem 1.5rem;
}

.defaultConfirm{
	padding-top: 0.5rem;
	color: #000;
	font-size: 0.9rem;
	padding-left: 1.5rem;
	padding-right: 0.2rem;
}

.defaultConfirm input{
	margin-top: 0.1rem
}

.registerBtn{
	text-align: center;
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}
.registerBtn button{
	border:1px solid #FFF;
	border-radius: 5px;
	height: 2.2rem;
	width: 6rem;
	color: #fff;
	font-size: 1rem;
	background: #00a0e9;
}

.bottomBG{
	text-align: center;
	background: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bottomBG img{
	width: 100%;
}

/*切换用户*/
.switchBG{
	background: #FFF;
	margin:1rem;
	padding:1.8rem;
	min-height: 26rem;
	border-radius: 10px;
}

.switchListTitle{
	font-size: 1rem;
	color: #00a0e9;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.5rem;
	display: flex;
	flex-direction: row;
	position: relative;
}

.switchListTitle div{
	flex: 1;
}

.switchListTitle div:nth-child(2){
	text-align: right;
}

.switchListContent{
	display: flex;
	flex-direction: row;
	border-bottom:1px solid #CCC;
}

.switchListContent div:nth-child(1){
	flex: 1;
	font-size: 1rem;
	height: 4rem;
	line-height: 4rem;
	color: #CCC;
}
.switchActive{
	color:#5C811A;
}

.switchListContent div:nth-child(2){
	flex: 6;
	padding: 0.5rem 0;
}

.switchListContent div:nth-child(3){
	flex: 1;
	text-align: right;
	height: 4rem;
	line-height: 4rem;
	color: #CCC;
	font-size: 1rem;
}


.switchListContent p:nth-child(1){
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
}

.switchListContent p:nth-child(2){
	font-size: 0.9rem;
}

.org_box{
    height:2rem;
    line-height:2rem; 
    margin-bottom:30px; 
    padding:0 2em;
    background:#00a0e9; 
    border-radius: 5px;
    position:relative; 
    color: #FFF;
    font-size: 0.8rem;
}
.org_bot_cor{
    width:0; 
    height:0; 
    font-size:0; 
    border-width:8px; 
    border-style:solid; 
    border-color: transparent  transparent #00a0e9; 
    overflow:hidden; 
    position:absolute; 
    right:12px; 
    top:-15px;
}

.tipBox{
	position: absolute;
	top: 1.5rem;
	right: -1rem;
}

/*用户信息*/
.userInfoBG{
	background: #FFF;
	border-radius: 10px;
	color:#00a0e9;
	margin:1rem 1rem 0 1rem;
	padding:1.8rem 0;
	min-height: 26rem;
}

.userInfoTitle{
	font-size: 1rem;
	color: #00a0e9;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
}

.userInfoListContent div{
	display: flex;
	flex-direction: row;
	margin:0.5rem 1.5rem;
	padding:0.5rem;
/*	border-bottom: 1px solid #CCC;*/
	color: #888;
    font-size:0.9rem;
}

.userInfoList p{
	flex: 1;
	font-size: 0.9rem;
}
.userInfoList p:nth-child(2){
	text-align: right;
}
.userInfoBtn{
	text-align: center;
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}
.userInfoBtn button{
	border:1px solid #FFF;
	border-radius: 5px;
	height: 2.2rem;
	width: 6rem;
	color: #fff;
	font-size: 1rem;
	background: #00a0e9;
}

/*购水记录*/
.waterPurchaseBG {
    background: #FFF;
    border-radius: 10px;
    color: #00a0e9;
    margin: 1rem;
    padding: 1.8rem 0;
    min-height: 30rem;
    position: relative;
}

.waterPurchaseTitle{
	font-size: 1rem;
	color: #00a0e9;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	display: flex;
	flex-direction: row;
}

.waterPurchaseTitle span{
	flex: 1;
}

.waterPurchaseTitle select{
	color: #555;
	margin-right: 1rem;
}

.WPContent{
	display: flex;
	flex-direction: column;
	margin:0.5rem 1.5rem;
	padding:0.2rem;
	border-bottom: 1px solid #CCC;
	color: #888;
}

.WPContent div{
	flex: 1;
	display: flex;
	flex-direction: row;
	padding-bottom: 0.5rem;
	font-size: 0.9rem
}

.WPContent p:nth-child(1){
	flex: 1;
}

.WPContent p:nth-child(2){
	flex: 1;
	text-align: right;
}

.WPContent span{
	font-weight: bold;
	color: #555;
	font-size: 1rem;
}

.WPContent div:last-child div{/*备注项特殊*/
	flex: 1;
	display: flex;
	flex-direction: column;
	text-align: right;
}
.WPContent textarea {
    /*2019-02-20
    for WangTing/XiangMuChuSH*/
    color:#888;
    text-align:right
}
.waterPurchaseContent {
    text-align: center;
    height: 23rem;
    line-height: 23rem;
    font-size: 3rem;
}

/*水量查询*/
.waterSearchBG{
	background: #FFF;
	border-radius: 10px;
	color:#00a0e9;
	margin:1rem;
	padding:1.8rem 0;
	min-height: 37rem;
}

.waterSearchSelect{
	display: flex;
	flex-direction: row;
	margin:0.5rem 1rem 0;
	color: #555
}
.waterSearchSelect select{
	color: #555
}
.waterSearchSelect p{
	flex: 1;
}
.waterSearchSelect p:nth-child(2){
	text-align: right;
}
.waterSearchSelect ul{
	flex: 2;
	display: flex;
	flex-direction: row;
}
.waterSearchSelect ul li{
	flex: 1;
	text-align: center;
	border:1px solid #00a0e9;
	border-radius: 3px;
	margin-left: 0.2rem;
}

.waterSearchSelect input {
    background: #FFF;
    font-size: 0.9rem;
    border: none;
    -webkit-appearance: none;
}
.selectBorder {
    padding-bottom: 1.5rem;
   
    background-image: url(/Content/image/rule.png);
    background-repeat:repeat-x;
    background-position:bottom;
}

.waterSearchBtn{
	margin-top: 1rem;
	text-align: center;
}

    .waterSearchBtn button {
        border: 1px solid #FFF;
        border-radius: 5px;
        height: 2.2rem;
        width: 6rem;
        color: #fff;
        font-size: 1.1rem;
        background: #00a0e9;
        letter-spacing: 0.1rem;
    }

.waterSearchActivity {
    background: #fabe00;
    border:1px solid #b1810d !important
}

/*需缴账单*/
.waterBillBG{
	background: #FFF;
	border-radius: 10px;
	color:#00a0e9;
	margin:1rem 1rem 1rem 1rem;
	padding:1.8rem 0;
	min-height: 30rem;
	position: relative;
}

.waterBillBtn{
	margin: 1rem 0 2rem 0;
	text-align: center;
}
.waterBillBtn button{
	border:1px solid #FFF;
	border-radius: 5px;
	height: 2.2rem;
	width: 7rem;
	color: #fff;
	font-size: 1rem;
	background: #00a0e9;
}


.waterBillListContent div{
	display: flex;
	flex-direction: row;
	margin:0.5rem 1.5rem;
	padding:0.5rem;
	color: #888;
}

.waterBillList p{
	flex: 1;
	font-size: 0.8rem;
}
.waterBillList p:nth-child(2){
	text-align: right;
}

.mark{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

/*水费缴纳*/
.waterPaymentMoney{
	margin:1rem;
}

.waterPaymentMoney ul{
	margin-bottom: 0.5rem;
	display: flex;
	flex-direction: row;
}
.waterPaymentMoney ul li{
	flex:1;
	margin:0 0.2rem;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	max-width: 6rem;
}

.waterPaymentMoney ul p{
	border:1px solid #CCC;
	border-radius: 4px;
	padding:1.2rem 0;
}

.waterPaymentMoneyActive{
	border:1px solid #fabe00;
	border-radius: 4px;
	background: #fabe00;
	color: #FFF;
}

.PaymentInput{
	height: 2.5rem;
	line-height: 2.5rem;
	border:1px solid #CCC;
	border-radius: 4px;
	margin:1.2rem;
	text-indent: 0.5rem;
}

.PaymentInput input{
	font-size: 0.9rem;
}
.waterPaymentMode{
	margin:1rem 2rem;
}

.waterPaymentModeList{
	display: flex;
	flex-direction: row;
	color:#888;
	margin-bottom: 1rem;
	align-items:center;/*布局内容垂直居中*/
}

.waterPaymentModeList img{
	width: 12%;
	height: 12%;
	line-height: 12%;
}

.waterPaymentModeList div{
	flex:1;
	margin:0 1rem;
}
.waterPaymentModeList div p:nth-child(1){
	font-size: 0.8rem;
}
.waterPaymentModeList div p:nth-child(2){
	color: #CCC
}

.waterPaymentModeList i{
	font-size: 1rem;
	height: 2rem;
	line-height: 2rem;
}
.waterPaymentModeActive{
	color: #5C811A;
}

.waterBillListContent div:last-child{
	border-bottom: 1px solid #CCC;
}
/*历史账单*/
.calender{
	color: #fabe00;
	margin:0.5rem 0 0 1.5rem;
}


/*代收水费*/
.unionPayTitleTab{
	display: flex;
	flex-direction: row;
	margin:0 1rem;
	font-size: 1rem;
	height:2.2rem;
	line-height: 2.2rem;
	text-align: center;
}
.unionPayTitleTab span:nth-child(1){
	margin-right: 0.1rem;
	flex: 1;
	background: #00a0e9;
	color: #FFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border:1px solid #CCC;
	border-bottom: 0;
}
.unionPayTitleTab span:nth-child(2){
	margin-left: 0.1rem;
	flex: 1;
	color: #555;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border:1px solid #CCC;
	border-bottom: 0;
}
.unionPayBG{
	background: #FFF;
/*	border-radius: 10px;*/
	color:#00a0e9;
/*	margin:2rem;*/
	padding:1rem 0;
	min-height: 20.5rem;
	position: relative;
}
.unionPay_title{
	border-top:1px solid #CCC;
	padding:0.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.unionPay_title h3{
	flex:2;
	text-align: center;
	color: rgb(171,14,0);
}
.unionPay_title ul{
	margin-left: -0.8rem;
	flex:3;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items:center;
}
.unionPay_title ul>li{
	flex: 1;
	padding:0 0.5rem;
	border-left: 1px solid #CCC;
	color: #555;
}
.unionPay_list{
	margin:0 0.8rem 0.8rem;
	display: flex;
	flex-direction: row;
	align-items:center;
}
.unionPay_list div{
	flex: 1;
	padding-left: 0.8rem;
}
.unionPay_list p{
	color: #555;
	flex: 1;
	margin-left: -1.8rem;
}
.unionPay_list ul{
	text-align: center;
	flex: 3;
	display: flex;
	flex-direction: row;
}
.unionPay_list ul>li{
	flex: 1;
	padding:0 0.5rem;
}
.unionPay_list .fa-times-circle{
	color:  #F70044;
}
.unionPay_list .fa-check-circle{
	color: #38925E;
}
.bankLOGO{
	width:30px;
	height:30px;
}

.bankLOGO_1{
	border:0; 
	position:absolute; 
	clip:rect(0 30px 30px 0);
}
.bankLOGO_2{
	border:0; 
	position:absolute;
	margin-top:-30px;
	clip:rect(30px 30px 60px 0);
}
.bankLOGO_3{
	border:0; 
	position:absolute; 
	margin-top:-60px;
	clip:rect(60px 30px 90px 0);
}
.bankLOGO_4{
	border:0; 
	position:absolute; 
	margin-top:-90px;
	clip:rect(90px 30px 120px 0);
}
.bankLOGO_5{
	border:0; 
	position:absolute; 
	margin-top:-120px;
	clip:rect(120px 30px 150px 0);
}
.bankLOGO_6{
	border:0; 
	position:absolute; 
	margin-top:-150px;
	clip:rect(150px 30px 180px 0);
}
.bankLOGO_7{
	border:0; 
	position:absolute; 
	margin-top:-180px;
	clip:rect(180px 30px 210px 0);
}
.bankLOGO_8{
	border:0; 
	position:absolute; 
	margin-top:-210px;
	clip:rect(210px 30px 240px 0);
}
.bankLOGO_9{
	border:0; 
	position:absolute; 
	margin-top:-240px;
	clip:rect(240px 30px 270px 0);
}
.bankLOGO_10{
	border:0; 
	position:absolute; 
	margin-top:-270px;
	clip:rect(270px 30px 300px 0);
}
.bankLOGO_11{
	border:0; 
	position:absolute; 
	margin-top:-300px;
	clip:rect(300px 30px 330px 0);
}
.bankLOGO_12{
	border:0; 
	position:absolute; 
	margin-top:-330px;
	clip:rect(330px 30px 360px 0);
}

.societyPaymentStation{
	margin:0rem 0.8rem 0.8rem 1.5rem;
	display: flex;
	flex-direction: row;
	align-items:center;
}
.societyPaymentStation p{
	flex: 3;
	color: #555;
}
.societyPaymentStation ul{
	text-align: center;
	flex: 5;
	display: flex;
	flex-direction: row;
	margin-left: -0.5rem;
}

.societyPaymentStation ul>li{
	flex: 1;
	padding:0 0.5rem;
}
.societyPaymentStation .fa-times-circle{
	color: #F70044;
}

.societyPaymentStation .fa-check-circle{
	color: #38925E;
}

.OtherPaymentStation{
	margin:1rem 0.8rem 0.8rem 1.5rem;
	display: flex;
	flex-direction: row;
	align-items:center;
}
.OtherPaymentStation img{
	height: 10%;
	width: 10%;
	line-height: 10%;
}
.OtherPaymentStation p{
	flex: 1;
	color:#555;
	margin-left: 0.8rem;
}
.OtherPaymentStation ul{
	text-align: center;
	flex: 3;
	display: flex;
	flex-direction: row;
	margin-left: 0.2rem;
}
.OtherPaymentStation ul>li{
	flex: 1;
	padding:0 0.5rem;
}
.OtherPaymentStation .fa-times-circle{
	color: #F70044;
}

.OtherPaymentStation .fa-check-circle{
	color: #38925E;
}

.unionPayTips{
	margin:2rem 1rem 0 1rem;
}

/*支付宝支付*/
.aliPayBG{
	background: #FFF;
	border-radius: 10px;
	color:#00a0e9;
	margin:1rem 1rem 1rem 1rem;
	padding:1.8rem 0;
	min-height: 26rem;
	position: relative;
}

.QRcode{
	display: flex;
	flex-direction: row;
	justify-content:center;
}

.QRcode div{
	text-align: center;
	margin:2rem;
	width: 15rem;
	height: 15rem;
	border:1px solid #CCC;
}

/*水费代缴*/
.codeBG{
 background:url(../image/codeBG.png);
 color:blue;
 font-size:1rem;
 border:0;
 padding:2px 3px;
 letter-spacing:3px;
 font-weight:bolder;
 float:left;
 cursor:pointer;
 width:5.5rem;
 height:1.5rem;
 line-height:1.5rem;
 text-align:center;
 vertical-align:middle;
}

.otherPay{
    background:#FFF;
	color:#00a0e9;
	padding:1.8rem 0;
	min-height: 26rem;
	font-size: 0.9rem;
}

.otherPayInput{
	display: flex;
	flex-direction: row;
	margin:0 1rem 1rem 1rem;
    font-size:0.9rem;
}

.otherPayInput p{
	flex: 1;
	width: 100%;
	min-width: 6rem;
	height: 1.8rem;
	line-height: 1.8rem;
}

.otherPayInput input{
	flex: 3;
	height: 1.8rem;
	width: 100%;
	line-height: 1.8rem;
	border:1px solid #CCC;
	border-radius: 4px;
}

.otherPayInput div{
	flex: 1;
	margin-left: 0.2rem;
    font-size:0.9rem;
}

.customerSearch{
	display: flex;
	flex-direction: row;
	justify-content: center;	
}
.customerSearch button{
	width: 100%;
	height: 2.2rem;
	border-radius: 4px;
	background: #fabe00;
	color: #FFF;
	margin:0 1rem;
    font-size:1rem;
}
.customerInfo{
	margin:1.2rem 1rem 0 1rem;
	padding:2rem 0;
	background: #FFF;
	box-shadow: 0 0 10px #CCC;
	border-radius: 4px;
}

.customerInfoTitle{
	font-weight: bold;
	font-size: 1rem;
	margin-left: 2rem;
}

.otherPayBtn{
	/*padding: 0 0 1rem 0;*/
	text-align: center;
}

.otherPayBtn button{
	border:1px solid #FFF;
	border-radius: 5px;
	height: 2.2rem;
	width: 7rem;
	color: #fff;
	font-size: 1rem;
	background: #00a0e9;
    margin:1rem;
}

/*自助开阀*/
.quickOpening{
	background: #FFF;
	border-radius: 10px;
	color:#00a0e9;
	margin:2rem 2rem 0 2rem;
	padding:1.8rem 0;
	min-height: 21.5rem;
}
.quickOpening h3{
	margin:0 1rem 0.8rem 1rem;
}
.quickOpening p{
	margin:0 1rem;
	line-height: 1.3rem;
}

/*停水公告*/
.bulletinList{
	display: flex;
	flex-direction: row;
	margin:0.5rem 1.5rem;
	padding:0.5rem;
	border-bottom: 1px dashed #CCC;
	color: #888;
	justify-content: space-between;
    font-size:0.9rem;
}
.bulletinList p{
	flex: 6;
}

.bulletinList i{
	flex: 1;
	text-align: right;
}

/*停水公告-详情*/
.bulletinBG{
	background: #FFF;
	border-radius: 10px;
	color:#00a0e9;
	margin:1rem;
	padding:1.8rem 0;
	min-height: 30rem;
}

.bulletinTitle{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #555;
}
.bulletinTitle p{
	color: #CCC;
}

.bulletinDetail{
	margin: 1rem;
    font-size:0.9rem;
    overflow:auto
}
.bulletinDetail p{
	color: #555;
	line-height: 1.2rem;
}
.bulletinDetail span{
	display: inline-block;
	margin-bottom: 1rem;
}

/*营业网点*/
.saleNetworkBG{
	background: #FFF;
	color:#00a0e9;
	padding:1rem 0;
	min-height: 34rem;
}

.saleNetwork{
	display: flex;
	flex-direction: column;
/*	justify-content: center;*/
	justify-content: space-around;
	margin: 0 1rem;
}
.networkAll{
	color: #CCC;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.8rem 0 0 0.8rem;
	height: 8rem;
	margin-bottom: 0.1rem;
	background: url(../image/water_SC.jpg) top center no-repeat;
	background-size:cover;/*等比扩展图片来填满元素*/
}
.networkCompany{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.networkCompany>div{
	background:rgb(200,200,200);
	margin: 0.2rem 0;
	min-width: 8rem;
	height: 2rem;
	color: #FFF;
	font-size: 0.8rem;
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.networkCompany>div:nth-child(2n){
	margin-left: 0.2rem;
}

.networkCompanyActive{
	background: #fabe00!important
}
.networkCompany>div i{
	flex:2;
	text-align: right;
	padding-right: 0.3rem;
	font-size: 0.9rem;
}
.networkCompany>div p{
	flex:5;
}

/*.networkCompany>div p{
	flex:1;
	font-size: 0.9rem;
	font-weight: bold;
	color: #888;
	padding-right: 0.5rem;
	padding-left: 0.2rem;
}*/
/*.networkCompany>div div{
	flex: 7;
	width: 90%;
	height: 90%;
}*/
/*.networkCompany>div:nth-child(1){
	background: url(../image/chennan.jpg) center no-repeat;
	background-size:cover;
	background: #f44236;
}*/
/*.networkCompany>div:nth-child(2){
	background: url(../image/chengbei.jpg) center no-repeat;
	background-size:cover;
	background: #2095f2;
}*/
/*.networkCompany>div:nth-child(3){
	background: url(../image/xinqu.jpg) center no-repeat;
	background-size:cover;
	background: #4baf4f;
}*/
/*.networkCompany>div:nth-child(4){
	background: url(../image/water.jpg) center no-repeat;
	background-size:cover;
	background: #01bbd4;
}*/
/*.networkCompany>div:nth-child(5){
	background: url(../image/water.jpg) center no-repeat;
	background-size:cover;
}
.networkCompany>div:nth-child(6){
	background: url(../image/water.jpg) center no-repeat;
	background-size:cover;
}*/
.networkMap{
	margin:0.3rem 0;
	height: 12rem;
	border:1px solid #CCC;
}

.networkList{
	margin:0.8rem 1rem;
	color: #555;
	border-bottom: 1px solid #CCC;
}

.networkList h3{
	font-size: 0.95rem;
	font-weight: normal;
	color: #555
}

.networkList>div{
	display: flex;
	flex-direction: row;
	color: #888;
}

.networkList>div>div{
	flex:1;
}

.networkList>div .fa-phone{
	color: #01bbd4;
    padding-right:0.5rem;
}
.networkList > div .fa-map-marker {
    color: #f54135;
    padding-right: 0.5rem;
}
/*水质查询*/
.waterQualityActive {
    background: #fabe00;
    color: #FFF;
    border: 1px solid #b1810d !important
}

.waterQuality{
	display: flex;
	flex-direction: row;
	margin:0.5rem 1rem 0;
	color: #555
}
.waterQuality p{
	height: 2rem;
	line-height: 2rem;
}
.waterQuality ul{
	flex: 1;
	display: flex;
	flex-direction: row;
    align-items:center
}
.waterQuality ul li{
	flex: 1;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	border:1px solid #00a0e9;
	border-radius: 3px;
	margin-left: 0.2rem;
}
.qualityList{
	display: flex;
	flex-direction: row;
	margin:0 1rem;
	padding:0.5rem;
	border-bottom: 1px dashed #CCC;
	color: #888;
	justify-content: space-between;
}
.qualityList p {
    flex: 6;
    font-size: 0.9rem;
}

.qualityList i {
    flex: 1;
    text-align: right;
    font-size: 0.9rem;
}

/*业务办理*/
.businessDealDetail{
	margin: 1rem;
    font-size:0.9rem;
}

.businessDealDetail p{
	color: #555;
	line-height: 1.2rem;
	margin: 0.2rem 0;
}

.businessDealBG{
	background: #FFF;
	color:#00a0e9;
	padding:1.8rem 0.5rem;
	min-height: 30rem;
}

/*精彩活动*/
.activityAll{
	min-height: 28.5rem;
}
.activityNews{
	height: 10rem;
	width: 100%;
	margin-bottom: 1rem;
	background: #CCC;
}
.activityList{
	display: flex;
	flex-direction: row;
	height: 7rem;
	margin: 0.8rem;
}
.activityList h3{
	color: #555;
	font-size: 0.9rem;
	font-weight: normal;
}
.activityList p{
	color: #CCC;
}
.activityList>div:nth-child(1){
	flex: 4;
	background-size: cover;
	margin:0.5rem;
}
.activityList>div:nth-child(2){
	flex: 5;
	margin-left: 0.2rem;
	border-bottom: 1px solid rgb(233,233,233);
}

/*wySilder图片轮播插件*/
.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
	max-height: 10rem;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
	position: absolute;
    top: 9rem;
    left: 0;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	top: -10rem;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	top: -10rem;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 7.5rem;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #fabe00;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		/*margin-top: -25px;*/
	}
	.silder-ctrl-con{
		width: 12px;
		height: 12px;
		padding: 0;
		margin: 0 0.3rem;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}
/*wySilder图片轮播插件结束*/

/*在线客服*/
.serviceOnlineBG{
	background: #FFF;
	color:#00a0e9;
	padding:1rem 0;
	min-height: 26rem;
}
.serviceOnlineTitle{
	display: flex;
	flex-direction: row;
	margin:0.5rem 1.5rem;
	padding:0.5rem;
	border-bottom: 1px dashed #CCC;
	color: #888;
	align-items: center;
	justify-content: space-between;
}
.serviceOnlineTitle p{
	flex:3;
	font-size: 0.9rem;
	font-weight: bold;
}
.serviceOnlineTitle div{
	flex: 1;
}

.serviceOnlineList{
	margin:0 2rem;
	display: flex;
	flex-direction: column;
}
.serviceOnlineList p{
	line-height: 2.5rem;
	height: 2.5rem;
	font-size: 0.9rem;
	border-bottom:1px dashed #CCC;
}
.serviceOnlineInput{
	height: 2.5rem;
	width: 100%;
	border-top:1px solid #CCC;
	margin-top: 0.5rem;
	background: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	box-shadow: 0 0 8px #CCC;
}
.serviceOnlineInput input{
	flex:5;
	height: 2.5rem;
	line-height: 2.5rem;
	text-indent: 1rem;
}
.serviceOnlineInput i{
	flex: 1;
	font-size: 1.5rem;
	position: absolute;
	top: 0.5rem;
	right: 1rem;
}

.popUp{
	z-index: 9999;
	height: 25rem;
	width: 100%;
	background: #FFF;
	border-top:1px solid #CCC;
	border-radius: 4px;
	position: fixed;
	bottom: 0;
	left: 0;
}

.popUp div{
	margin:1rem;
	border-bottom: 1px solid #CCC;
	height: 2rem;
	line-height: 2rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.popUp h3{
	font-size: 0.9rem;
	flex:5;
}
.popUp i{
	flex:1;
	padding-right: 0.5rem;
	text-align: right;
}

.popUp textarea{
	margin:0 1rem;
}

/*在线客服-聊天*/
.serviceOnlineDetailsBG{
	background: rgb(216,229,235);
	color:#00a0e9;
	padding:1rem 0;
	min-height: 45rem;
}

.answerCenterTip{
	margin:0 0.8rem 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

[class^=tipBubble]{
	width: 100%;
	max-width: 12rem;
	height: 100%;
	padding:0.8rem;
	background: #FFF;
	border-radius: 10px;
	color: #888;
}
.tipBubble-left{
	flex: 1;
	border-bottom-left-radius: 0px;
}

.customerTip{
	margin:0.5rem 0.8rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.tipBubble-right{
	flex: 1;
	border-bottom-right-radius: 0px;
	background: #00a0e9;
	color: #FFF;
}

/*违章举报*/
.complaintBG{
	background:#FFF;
	color:#00a0e9;
	padding:1rem 0;
	min-height: 45rem;
}

.complaintBG h3{
	margin:0 1rem 0.8rem;
	font-weight: normal;
	color:#555;
}

.complaintBG>div{
	margin:0 1rem 0.5rem;
	border-top: 1px dashed #CCC;
	display: flex;
	flex-direction: column;
}

.complaintBG>div p{
	font-size: 0.9rem;
	height: 2rem;
	line-height: 2rem;
}

.complaintBG > div input {
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #CCC;
    margin: 0.2rem 0;
    float: left;
    font-size: 0.9rem;
}

.complaintBG>div li p{
	float: left;
	padding-left: 0.2rem;
	margin-right: 1rem;
    font-size:0.9rem;
}

.complaintBG > div textarea {
    height: 5rem;
    border: 1px solid #CCC;
    font-size: 1rem;
}

.locationInfo{
	display: flex!important;
	flex-direction: row!important;
}

.locationInfo>input{
	flex: 3 !important;
}
.locationInfo > div:first-child {
    flex: 3 !important;
    margin-right: 1rem;
    display: flex !important;
    flex-direction: row !important;
}
.locationInfo > div:last-child {
    flex: 1 !important;
    padding-right: 1rem;
    color: #fabe00;
}
.locationInfo > div:last-child i{
    font-size: 1.5rem;
}
.locationInfo > p {
    /*flex: 1 !important;*/
    /*margin-left: 1rem;*/
    margin-top: 0.2rem;
    /*padding-left: 0.5rem;*/
    /*border-left: 1px solid #CCC;*/
}

.uploadImage{
	display: flex;
	flex-direction: row;
	height: 5rem;
	width: 100%;
}
.uploadImage>div{
	margin-right: 0.5rem;
	border:1px solid #CCC;
	/*width: 5rem;*/
	height: 5rem;
	text-align: center;
}

.uploadImage>div i{
	color: #CCC;
	font-size: 2.5rem;
	height: 3.6rem;
	line-height: 3.6rem;
}

/*账号设置，水费代缴，水费账单*/
.setUserBG{
	background: #FFF;
	margin:1rem;
	padding:1rem;
	min-height: 26rem;
	border-radius: 10px;
}
.setUserTitle{
	font-size: 1rem;
	color: #00a0e9;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.5rem;
	display: flex;
	flex-direction: row;
	position: relative;
}
.setUserContent{
	margin-top: 1rem;
	line-height: 1.5rem;
}
.setUserContent p{
	padding-bottom: 1rem;
}

/*头部带图片的BG样式*/
.waterPicBG {
    background: #FFF;
    color: #00a0e9;
    min-height: 37rem;
}

.pickPhoto {float: left;height: 80px;width: 80px; background: url(../image/uploaderBG.png) no-repeat;background-size: contain;position:relative;}
.pickPhoto input {opacity: 0;cursor: pointer;height: 100%;width: 100%;}
.showPic{margin-right:8px;float:left;}
.showPic img {padding: 0 5px;float:left;}
.picArea {display: flex;flex-direction: column; flex-wrap:wrap;margin: 5px;margin-bottom:2rem;padding:0 0.5rem}
.pics{flex:1;}
.MaskIcon {position: relative;top: 0;left: 0;z-index: 9999;padding: 0 5px;}
.maskHover {float:left;}
.deleteIcon {height: 14px;width: 14px;position: absolute;top: -5px;right: -5px;}
.picArea label{padding: 0.5rem 0.5rem 0.5rem 0;vertical-align: middle;text-align: justify;color:#00A0E9;position: absolute;bottom: -30px;left: 0;width: 120px;}
/*.picArea font{color:red;}*/
.disabledInput{background-color:#FFF;color:#555;}
