html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcapti on, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}



article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* ::-webkit-scrollbar-track-piece {
   background-color: rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
   height: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
   width: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
} */

html, body {
    width: 100%;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: Microsoft Yahei, Helvetica Neue, Roboto, Segoe UI, sans-serif;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #ffffff;
}


/*input默认字体*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

/* 边框 */
.border-1px{
    position : relative;
    border:none;
}
.border-1px:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #D7DDE4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    border-radius:0.06rem;
}
/* 底部边框 */
.border-1px-bottom{
    position : relative;
}
.border-1px-bottom:after{
    display: block;
    position: absolute;
    left: -50%;
    bottom: 0;
    border-top: 1px solid #D7DDE4;
    width: 200%;
    content: '';
    opacity: 0.1;
}

/* 右侧边框 */
.border-1px-right{
    position : relative;
}
.border-1px-right:after{
    display: block;
    position: absolute;
    right: 0;
    bottom: -50%;
    border-right: 1px solid #D7DDE4;
    height: 200%;
    content: '';
}


@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-aspect-ratio: 1.5){
    .border-1px-right:after{
        -webkit-transform : scaleY(0.7);
        transform : scaleY(0.7);
    }
    .border-1px-bottom:after{
        -webkit-transform : scaleX(0.7);
        transform : scaleX(0.7);
    }
    .border-1px:after{
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
}
@media (-webkit-min-device-pixel-ratio: 2),(min-device-aspect-ratio: 2){
    .border-1px-right:after{
        -webkit-transform : scaleY(0.5);
        transform : scaleY(0.5);
    }
    .border-1px-bottom:after{
        -webkit-transform : scaleX(0.5);
        transform : scaleX(0.5);
    }
    .border-1px:after{
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
}


.android-font-weight{
    font-weight:  bold !important;
}
.ios-font-weight{
    font-weight:  550 !important;
}




/*清除浮动*/
.clearfix:before,
.clearfix:after{
    content: " ";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;
}


/* 清除IE浏览器中input元素的删除和查看密码图标 */
::-ms-clear,
::-ms-reveal{
    display: none;
}



.year-num {
    width: 1.2em;
    display: inline-block;
    text-indent: 0em;
}

.city-num {
    width: 1.2em;
    display: inline-block;
    text-indent: 0em;
}

.itemNum {
    width: 1.2em;
    display: inline-block;
    text-indent: 0em;
}

.day-num {
    width: 1.8em;
    display: inline-block;
    text-indent: 0em;
}

.transaction-num {
    width: 2.4em;
    display: inline-block;
    text-indent: 0em;
}

.tax-saving {
    width: 1.8em;
    display: inline-block;
    text-indent: 0em;
}
.daily-life{
    width: 1.8em;
    display: inline-block;
    text-indent: 0em;
}
.company-num{
    width: 3.0em;
    display: inline-block;
    text-indent: 0em;

}
.chinese-year-num{
    width: 2.0em;
    display: inline-block;
    text-indent: 0em;
}