html
{
    font-size: 62.5%; /* 1rem = 10px */
}
body
{
    font-size: 16px;
    line-height: 1.6;
    font-family: -apple-system-font, "Helvetica Neue" , sans-serif;
}

img
{
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*头部*/
.header
{
    background: #0c96ca;
    width: 100%;
    height: 45px;
    line-height: 45px;
    top: 0px;
}
.texttop
{
    text-align: center;
    color: #fff;
    font-size: 2rem;
}
.bgtop
{
    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: box;
    width: 100%;
}
.lefticon
{
    -moz-box-flex: 1.0; /* Firefox */
    -webkit-box-flex: 1.0; /* Safari and Chrome */
    box-flex: 1.0;
    color: #fff;
}
.lefticon img
{
    width: 30px;
    height: 25px;
    margin-left: 1rem;
}
.texttop
{
    -moz-box-flex: 4.0; /* Firefox */
    -webkit-box-flex: 4.0; /* Safari and Chrome */
    box-flex: 4.0;
    text-align: center;
    color: #fff;
}
.righticon
{
    -moz-box-flex: 1.0; /* Firefox */
    -webkit-box-flex: 1.0; /* Safari and Chrome */
    box-flex: 1.0;
    color: #fff;
    text-align: right;
}
.righticon img
{
    width: 30px;
    height: 25px;
    margin-right: 1rem;
}
.Backj
{
    width: 100%;
    height: 100%;
}
.jxw
{
    margin-top: 1rem;
    text-align: center;
}


/*侧边栏菜单*/
.nav_right 
{
    position: absolute;
    right: 0;
    top: 45px;
    width: 0px;
    height: 170px;
	z-index: 610;
}

.nav_top 
{
    height: 8px;
    width: 18px;
    position: absolute;
    right: 18px;
    top: -8px;
    background: url(../images/tab_top.png) no-repeat;
    z-index: 910;
}

.nav_bg 
{
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
}

.nav_right ul 
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 650;
}

.nav_right li 
{
    list-style-type: none;
    white-space: nowrap;
    width: 100px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #9b9a9a;
}

.nav_right li span 
{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 18px;
}

#user-nav span
{
    background: url(../images/user-nav.png) no-repeat;
    background-size: 20px 20px;
}

#home-nav span
{
    background: url(../images/home-nav.png) no-repeat;
    background-size: 20px 20px;
}

#exit-nav span
{
    background: url(../images/exit-nav.png) no-repeat;
    background-size: 20px 20px;
}


/*登录*/
.divLogin
{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.divLogin .weui-cells
{
    margin-top: 0.5rem;
}
.divLogin .weui-cells:before
{
    border-top: 0px;
}
.divLogin .weui-cell:before
{
    left: 0px;
}


/*返回顶部*/
#goTop
{
    position: absolute;
    display: none;
    width: 50px;
    height: 48px;
    background: #fff url(../images/gotop.png) no-repeat 16px 15px;
    border: solid 1px #f9f9f8;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
#goTop:hover
{
    height: 50px;
    background-position: 16px 16px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}


/*主页*/
#index_content .weui-grid__icon
{
    width: 4rem;
    height: 4rem;
}

/* navbar */
.main_content .weui-navbar
{
    position: relative;
}

.main_content .weui-navbar__item
{
    padding: .5rem 0;
    color: #000;
    background-color: #fff;
}

.main_content .weui-navbar__item:after
{
    height: 60%;
    margin: auto 0; 
}

.main_content .weui-bar__item_on
{
    color: red;
    background: url(../images/x_02.png) no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
}

.weui-picker-calendar
{
    height: 30rem;
}

.toolbar, .toolbar .title
{
    font-size: 1.7rem;
}

.toolbar .toolbar-inner 
{
    height: 4.4rem;
}

.picker-calendar-month-picker, .picker-calendar-year-picker
{
    line-height: 4.4rem;
}

.picker-calendar-month-picker a.icon-only, .picker-calendar-year-picker a.icon-only 
{
    height: 4.4rem;
    line-height: 4rem;
}

.picker-calendar-year-picker .current-year-value 
{
    height: 4.4rem;
}

i.icon.icon-next, i.icon.icon-prev {
    width: 1.5rem;
    height: 1.5rem;
}

.weui-picker-calendar .picker-modal-inner {
    height: 25.6rem;
}

.picker-calendar-week-days {
    height: 1.8rem;
}

.picker-calendar-week-days+.picker-calendar-months {
    height: 23.8rem;
}


.toolbar .picker-button 
{
    height: 4.4rem;
    line-height: 4.4rem;
}

.toolbar .title 
{
    line-height: 4.4rem;
}

.weui-select-modal .weui-cells {
    max-height: 32rem;
}

.weui-select-modal .weui-cell {
    padding: 5px 15px;
}

.weui-photo-browser-modal
{
    z-index: 1000;
}

.weui-cell_access .weui-cell__ft:after 
{
    height: 10px;
    width: 10px;    
}

/*.weui-picker-modal 
{
    height: 26rem;    
}

.weui-picker-modal .picker-modal-inner 
{
    height: 21.6rem;
}

.weui-picker-modal .picker-items 
{
    font-size: 2rem;
}*/

.bill-list {
    position: relative;
    overflow: hidden;
    margin-top: .5rem;
}

.bill-list:after, .bill-list:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.bill-list:before {
    right: 0;
    height: 5px;
    border-top: 5px solid #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.bill-list:after {
    width: 5px;
    bottom: 0;
    border-left: 5px solid #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
}

.bill-list ul li
{
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
    text-align: center;     
    height: 12rem;
    padding: 5px 5px;
    box-sizing: border-box;
}

.bill-list ul li:after, .bill-list ul li:before {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
}
.bill-list ul li:before {
    top: 0;
    width: 5px;
    border-right: 5px solid #fff;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
}
.bill-list ul li:after {
    left: 0;
    height: 5px;
    border-bottom: 5px solid #fff;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.bill-list ul li p
{
    overflow: hidden;    
}

#bottomDiv .weui-flex .weui-btn:after
{
    border-radius: 0px;
}