*
{
    padding: 0;
    margin: 0;
}
body
{
    font-size: 14px;
}
ul, li
{
    list-style: none;
}
i, b
{
    font-style: normal;
}
input, select, textarea
{
    font-size: 14px;
}
input, button
{
    border: none;
    outline: none;
}
img
{
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6
{
    line-height: 1.2;
}
body, .mui-content
{
    background-color: rgb(238,238,238);
}
.mui-bar
{
    height: 50px;
    background: rgb(0,145,236);
    background: rgb(0,145,236);
    background: rgb(0,145,236);
    background: rgb(0,145,236);
    -webkit-box-shadow: 0 0 1px rgba(203,203,203,0.85);
    box-shadow: 0 0 1px rgba(203,203,203,0.85);
}
.mui-bar-tab
{
    height: 55px;
    background: rgb(255,255,255);
}
.mui-bar-tab .mui-tab-item
{
    color: rgb(137,137,137);
}
.mui-bar-tab .mui-tab-item.mui-active
{
    color: rgb(23,135,205);
}
.mui-bar-nav ~ .mui-content
{
    padding-top: 50px;
}
.mui-bar-tab ~ .mui-content
{
    padding-bottom: 55px;
}
.mui-bar-nav.mui-bar .mui-icon
{
    line-height: 30px;
    color: #fff;
}
.mui-title
{
    line-height: 50px;
    letter-spacing: 1px;
    color: #fff;
}
.mui-slider-indicator
{
    bottom: 4px;
}
.mui-slider-indicator .mui-indicator
{
    width: 22px;
    height: 8px;
    margin: 1px 4px;
    border-radius: 0;
    background: rgba(255,255,255,0.6);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mui-slider-indicator .mui-active.mui-indicator
{
    background: rgba(0,0,0,0.6);
}
.module
{
    margin-bottom: 8px !important;
}
.mui-grid-view.mui-grid-9
{
    padding: 10px;
    border: none;
    background: #fff;
}
.mui-grid-view.mui-grid-9 .mui-table-view-cell
{
    padding: 5px 0;
    border: none;
}
.mui-grid-view.mui-grid-9 .mui-table-view-cell > a:not(.mui-btn) img
{
    height: 45px;
}
.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body
{
    color: rgb(69,69,69);
    letter-spacing: 2px;
}
.caption-wrapper, .content-wrapper
{
    position: relative;
    background-color: #fff;
}
.caption-wrapper .caption
{
    margin: 0;
    padding-left: 30px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgb(0,145,236);
    border-left: 6px solid rgb(0,145,236);
}
.caption-wrapper .caption:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    content: '';
    background-color: rgb(126,187,255);
}
.content-wrapper
{
    position: relative;
    padding: 10px;
}
.content-wrapper .mui-col-sm-6
{
    float: left;
}
.content-block
{
    padding: 15px 5px;
}
.content-block img
{
    display: block;
    width: 40px;
    float: left;
}
.content-block .block-text
{
    margin-left: 60px;
}
.block-text .block-title
{
    margin: 0;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    color: rgb(69,69,69);
}
.block-text .block-subtitle
{
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    color: rgb(192,191,191);
}
.content-img
{
    display: block;
}
#serviceguide .content-img
{
    padding: 5px;
}
.content-img img
{
    width: 100%;
}
.content-img p
{
    margin: 0;
    margin-top: 5px;
    letter-spacing: 2px;
    color: rgb(69,69,69);
    text-align: center;
}
.divider-block
{
    position: relative;
    margin: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    justify-content: center;
    background-color: #fff;
}
.divider-line
{
    position: absolute;
    left: 5%;
    width: 90%;
    height: 25px;
    border-bottom: 1px solid #1fc3b4;
}
.divider-title
{
    position: absolute;
    left: 50%;
    margin: auto;
    padding: 0 10px;
    transform: translateX(-50%);
    background-color: #fff;
    color: #008998;
    font-weight: bold;
}
.divider-list
{
    display: flex;
    margin-top: 10px;
    margin-left: 5%;
    width: 90%;
    text-align: center;
    justify-content: flex-start;
    background-color: #fff;
}
.divider-list li
{
    width: 33%;
    font-size: .8rem;
}
.divider-list li img
{
    margin-bottom: 10px;
    width: 30%;
}
.divider-list li p
{
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: .8rem;
    color: #000;
}
.mui-card
{
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.mine-header .header-row
{
    position: relative;
    padding: 0 20px;
}
.mine-header .header-row:last-child:after
{
    height: 0;
}
.mine-header .header-row:after
{
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 1px;
    content: '';
    background-color: rgb(126,187,255);
}
.header-row .mui-icon-arrowdown
{
    position: absolute;
    top: 8px;
    right: 20px;
}
.header-row label
{
    width: 25%;
    font-weight: 600;
    line-height: 40px;
    display: inline-flex;
}
.header-row span, .header-row select
{
    float: right;
    margin: 0;
    padding: 0;
    width: 75%;
    line-height: 40px;
}
.chart-wrapper
{
    margin: 10px;
    padding: 5px;
    min-height: 350px;
}
.chart-wrapper .chart
{
    width: 100%;
    height: 100%;
}
/*billlist*/

.bill-header
{
    position: relative;
 /*   margin: 10px;*/
    border: 1px solid #cacaca;
    border-radius: 5px; /*background:#fff; 	*/
    background: -webkit-linear-gradient(#ffffff,#DDF2FF);
    background: -o-linear-gradient(#ffffff,#DDF2FF);
    background: -moz-linear-gradient(#ffffff,#DDF2FF);
    background: linear-gradient(#ffffff,#DDF2FF);
}
.bill-header .header-row
{
    position: relative;
    padding: 0 20px;
}
.bill-header .header-row:after
{
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 1px;
    content: '';
    background-color: #e7e7e7;
}
.bill-header .header-row:last-child:after
{
    height: 0;
}
.bill-header .date-picker
{
    position: relative;
    display: inline-block;
    width: 30%;
}
.bill-header .date-picker img
{
    position: absolute;
    top: 8px;
    left: 0;
    height: 24px;
}
.bill-header .date-picker > i
{
    padding-left: 30px;
}
.bill-header .header-row .btn-search
{
    line-height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    letter-spacing: 2px;
    width: 100%;
    background: inherit;
}
.bill-header .header-row .btn-search:active
{
    color: #333;
    background: #80CFFF;
}
.bill-type
{
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.bill-type a
{
    display: block;
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.bill-type a.active
{
    color: #fff;
    background: rgb(0,145,236);
}
.bill-type a:first-child
{
    border-top-left-radius: 5px;
}
.bill-type a:last-child
{
    border-top-right-radius: 5px;
}
.bill-list
{
    background: #fff;
}
.bill-list .mui-table-view-cell
{
    padding: 10px 12px;
}
.mui-table-view-cell > a:not(.mui-btn)
{
    margin: -10px -12px;
}
.bill-list .bill-info
{
    position: relative;
    padding: 0 60px 0 0;
}
.bill-info h2
{
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(0,145,236);
}
.bill-info p
{
    line-height: 22px;
    color: #333;
}
.bill-info p.money, .bill-detail span.money
{
    font-size: 16px;
    font-weight: bold;
    color: #FB3A31;
}
.bill-info p.percent
{
    color: #c52e26;
}
.bill-info p.percent.down
{
    color: #1f961c;
}
.bill-info p.percent .mui-icon
{
    font-size: 18px;
}
.bill-info > i
{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-20px);
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    background: #DDF2FF;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #b1b1b1;
    color: rgb(0,145,236);
}
.bill-detail
{
    margin: 10px;
    border: 1px solid #cacaca;
    border-radius: 5px;
}
.bill-detail.mui-table-view:before, .bill-detail.mui-table-view:after
{
    height: 0;
}
.bill-detail li
{
    padding: 10px 20px;
}
.bill-detail li.mui-table-view-cell:after
{
    left: 20px;
    right: 20px;
}
.bill-detail li h4
{
    margin: 0;
    line-height: 22px;
    font-size: 14px;
}
.note
{
    line-height: 1.5;
    font-weight: bold;
    color: #FB3A31;
}
.required
{
    color: #FB3A31;
}
.bill-footer
{
    margin: 10px;
}
.bill-footer .mui-btn-green
{
    margin: 0;
    padding: 5px;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #19cc7a;
}
.bill-footer .mui-btn-green img
{
    height: 25px;
}
.mui-input-group, .persons-wrapper
{
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #cacaca;
}
.mui-input-group:before, .mui-input-group:after
{
    height: 0;
}
.mui-input-group .mui-input-row:last-child:after
{
    height: 0;
}
.mui-input-row input[type='file']
{
    /*position:absolute; 	right:100%;*/
    position: relative;
    right: 25%;
    padding: 0px 38px;
}
.mui-input-group .mui-icon-plusempty
{
    width: 120px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #c8c7cc;
    border-radius: 5px;
    margin: 10px 15px 10px 0;
    font-size: 40px;
    color: #c8c7cc;
}
.mui-input-row .mui-icon-plusempty + img
{
    position: absolute;
    top: 10px;
    left: 35%;
    height: 60px;
}
.persons-wrapper
{
    position: relative;
}
.persons-wrapper > h3
{
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 5px;
    background: -webkit-linear-gradient(#ffffff,#DDF2FF);
    background: -o-linear-gradient(#ffffff,#DDF2FF);
    background: -moz-linear-gradient(#ffffff,#DDF2FF);
    background: linear-gradient(#ffffff,#DDF2FF);
}
.persons-wrapper .person-list
{
    overflow: scroll;
    border-radius: 5px;
}
.persons-wrapper .person-list.mui-table-view:after
{
    height: 0;
}
.persons-wrapper .person-list .btn-edit
{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-20px);
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    background: #ddffe1;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #b1b1b1;
    color: #0ca727;
}
.persons-wrapper .btn-add
{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    color: #e4291f;
    display: none;
}
.person-detail
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.person-detail > form
{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.mui-content.news-detail
{
    padding: 60px 20px;
    background: #DDF2FF;
}
.news-detail p
{
    color: #333;
}
.title-hotline
{
    margin: 10px 0;
    padding: 0 15px;
    font-size: 18px;
    color: #c30f0f;
}
.title-hotline a
{
    padding-left: 5px;
    color: #0062cc;
}
.service-location-title
{
    margin: 0 10px;
    padding: 10px 0 5px;
    font-size: 14px;
    color: #009BCC;
    box-shadow: 0px 1px 0px #c7e1e8;
}
.location-content
{
    padding: 5px 10px;
}
.location-row
{
    font-size: 12px;
    margin-bottom: 5px;
}
.location-row span
{
    font-weight: bold;
    color: #022D57;
}
.service-location a.link-phone
{
    position: absolute;
    top: 5px;
    right: 10px;
    padding-left: 20px;
    color: #00a34a;
}
.price-list h4
{
    color: #154B66;
    font-size: 15px;
}
.price-list .mui-h5
{
    color: #333;
}
.bind-meter
{
    display: none;
    z-index: 100;
    background: -webkit-linear-gradient(#ffffff,#DDF2FF);
    background: -o-linear-gradient(#ffffff,#DDF2FF);
    background: -moz-linear-gradient(#ffffff,#DDF2FF);
    background: linear-gradient(#ffffff,#DDF2FF);
}
.bind-meter .logo
{
    margin: 50px auto;
    display: block;
}
.bind-meter .mui-input-group
{
    margin: 0 auto;
    padding: 10px;
    border: none;
    width: 90%;
    box-shadow: 0px 0px 10px 1px #848484;
}
.bind-meter .mui-input-row
{
    height: 50px;
}
.bind-meter .mui-input-group .mui-input-row:after
{
    height: 0;
}
.bind-meter .mui-input-row input
{
    /*height: 50px;*/
    line-height: 30px;
    font-size: 15px;
    border: 2px solid #ff6a00;
    border-radius: 5px; /*background: 5px center url(../Images/meterbind.png) #FFF3EA no-repeat;     background-size: 30px;*/
    padding: 10px 15px 10px 40px;
}

.bind-meter .mui-input-row .inp-meter
{
    background: 5px center url(../Images/yxhxxtjn.png) #FFF3EA no-repeat;
    background-size: 40px;
}

.bind-meter .mui-input-row .inp-phone
{
    background: 5px center url(../Images/telxxtjn.png) #FFF3EA no-repeat;
    background-size: 40px;
}

.bind-meter .meter-info
{
    margin-top: 20px;
    padding: 10px;
    background: #0062cc40;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #848484;
}
.bind-meter .meter-info p
{
    line-height: 30px;
    color: #333;
}
.bind-meter .persons-wrapper
{
    width: 90%;
    margin: 20px auto;
    box-shadow: 0px 0px 5px 0px #848484;
}
#inpBank > option
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
#inpBank
{
    font-size: 14px;
}

#uploadarea
{
    display: none;
}

.dotcontent
{
    display: none;
}

#ishouse > option
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
#ishouse
{
    font-size: 14px;
}

#servicetype > option
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
#servicetype
{
    font-size: 14px;
}

#payway > option
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
#payway
{
    font-size: 14px;
}

#oldbank > option
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
#oldbank
{
    font-size: 14px;
}

#newbank > option
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
#newbank
{
    font-size: 14px;
}

#oldwt > option
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
#oldwt
{
    font-size: 14px;
}

#newwt > option
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
#newwt
{
    font-size: 14px;
}

#street > option, #station > option, #watertype > option
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
#street, #station, #watertype
{
    font-size: 14px;
}

.accessapply
{
    display: none;
}


