html {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 62.5%;
    -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;
}
body {
    height: 100%; margin: 0; padding: 0;
    -webkit-overflow-scrolling: touch; font-size: .28rem;
    color: #3b3b3b;
}
img {
    border: 0; vertical-align: middle;
}
button, select {
    text-transform: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input ,textarea {
    line-height: normal;
    background:none;
    outline:none;
    border:0px;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; -webkit-appearance: none;
}
input[type="search"] {
    -webkit-appearance: textfield; -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; box-sizing: border-box;
}
input[type="text"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend { margin: 0; padding: 0; }
textarea { overflow: auto; resize: vertical; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { padding: 0; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
ul, ol { list-style: none outside none; }
h1, h2, h3 { line-height: 2rem; font-weight: normal; }
h1 { font-size: .8rem; line-height: 1rem; }
h2 { font-size: .6rem; line-height: .8rem; }
h3 { font-size: .4rem; line-height: .6rem; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #cccccc; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cccccc; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cccccc; }
a { background: transparent; -webkit-tap-highlight-color: rgba(255, 0, 0, 0); text-decoration: none; color: #3b3b3b}
a:active { outline: 0; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.fl { float: left; }
.fr { float: right; }
.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }
.hide { display: none; }

/* clearfix */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}

/* margin */
.ml10 { margin-left: .1rem; }
.mb40 { margin-bottom: .4rem; }
.mr20 { margin-right: .2rem; }
.mb20 { margin-bottom: .2rem; }
.mb30 { margin-bottom: .3rem; }

/* padding */
.p40 { padding-bottom: .4rem; }
.p20 { padding: .2rem; }
.text-overflow{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}