@charset "utf-8";
/*-- 手机页面样式 --*/
body, ol, ul, h1, h2, h3, h4, h5, h6, p, dd {
    margin: 0;
    padding: 0
}

body {
    font-family: "Roboto";
    -webkit-text-size-adjust: none;
    background-color: #fff;
    font-size: 12px;
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline-width: 0;
}

a:hover {
    text-decoration: none;
    outline: 0
}

em, b, i, code, strong {
    font-style: normal;
}

img {
    border: 0;
}

ol, ul, li {
    list-style: none
}

.u-column:after,
.u-grid:after,
.clearfix:after,
.layout:after,
.clf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '.';
    clear: both;
    height: 0
}

.u-column,
.u-grid,
.clearfix,
.layout,
.clf {
    zoom: 1;
}

.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.fl,
.fr {
    display: inline
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

