﻿@charset "UTF-8";

article, aside, audio, body, button, canvas, caption, dd, div, dl, dt, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input, label, legend, li, mark, menu, nav, ol, p, section, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, video {
    margin: 0;
    padding: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    word-break: break-all;
}

[contenteditable="true"], input, textarea {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}

h1, h2, h3, h4, h5 {
    font-size: 100%;
}

body {
    font-family: "微软雅黑";
    font-size: 0.3rem;
    line-height: 1.2;
    background: #f7f7f9;
    color: #333;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

a:active, a:hover {
    text-decoration: none !important;
    outline: 0 !important;
    /*color: #fff !important;*/
}

a, button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
    color: inherit;
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
    vertical-align: middle;
}

img {
    border: 0;
    display: block;
    max-width: 100%;
}

small {
    font-size: 80%;
}

li, ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* common.css */
.m_t {
    margin-top: .1rem;
}

.rd, .status_0 {
    color: #E75419;
}

.gr, .status_1 {
    color: #06C05F;
}

.gy, .status_2 {
    color: #898989;
}
/* 收入 消费  金额颜色 */
.red {
    color: #b5180b;
    font-weight: bold;
}

.green {
    color: #50b16d;
    font-weight: bold;
}

/* input[type="date"] {background-color:#fff;}
*/
/* select {background:#fff;}
input::-webkit-input-placeholder {color:#bbb;}
*/
.weui-agree__checkbox:checked:before {
    color: #f7b135 !important;
}
/* 底部tabbar 覆盖 */
.weui-tabbar {
    position: fixed;
    left: 0;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #F9B640;
}

.weui-tabbar p {
    margin: 0;
    padding: 0;
}

.poptip {
    z-index: 1000;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 10px 6px;
    *padding: 7px 10px 5px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    background-color: #B94A48;
    border: solid 1px #B94A48;
    border-radius: 2px;
    box-shadow: 0 0 3px #ddd;
}

.poptip-arrow {
    position: absolute;
    overflow: hidden;
    font-style: normal;
    font-family: simsun;
    text-shadow: 0 0 2px #ccc;
}

.poptip-arrow em, .poptip-arrow i {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
}

.poptip-arrow em {
    color: #B94A48;
}

.poptip-arrow i {
    color: #B94A48;
    text-shadow: none;
}

.poptip-arrow-top, .poptip-arrow-bottom {
    height: 6px;
    width: 12px;
    left: 12px;
    margin-left: -6px;
}

.poptip-arrow-left, .poptip-arrow-right {
    height: 12px;
    width: 6px;
    top: 12px;
    margin-top: -6px;
}

.poptip-arrow-top {
    top: -6px;
}

.poptip-arrow-top em {
    top: -1px;
}

.poptip-arrow-top i {
    top: 0px;
}

.poptip-arrow-bottom {
    bottom: -6px;
}

.poptip-arrow-bottom em {
    top: -8px;
}

.poptip-arrow-bottom i {
    top: -9px;
}

.poptip-arrow-left {
    left: -6px;
}

.poptip-arrow-left em {
    left: 1px;
}

.poptip-arrow-left i {
    left: 2px;
}

.poptip-arrow-right {
    right: -6px;
}

.poptip-arrow-right em {
    left: -6px;
}

.poptip-arrow-right i {
    left: -7px;
}
