a, abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, tfoot, th, thead, time, tr, ul, var, video {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust:none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica,"Microsoft Yahei","微软雅黑", Arial, sans-serif;
    font-weight: bold;
    font-size:100%;
}

html{
    -webkit-text-size-adjust: none;width:100%;
}
body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width:100%;
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {opacity: 1;}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    font-size: 0
}
.wrap{
    max-width:500px;
    margin:0 auto;
    overflow:hidden;
}
.wrap header{
    text-align: center;
    line-height: 44px;
    color:#1cabf7;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.title{
    margin-left: 4%;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
}
.title i {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 9px;
    margin-right: 5px;
}
.imglist{
    padding:0 6px;
    overflow: hidden;
}
.type_one dl{
    width:50%;
    padding:5px 5px;
    float:left;
    margin-bottom: 10px;
}
.type_one dl dt{
    min-height: 81px;
    background: #ddd;
}
.type_one dl dt img{
    width:100%;
}
.type_one .mantitle{
    font-size:14px;
    padding: 7px 0 4px;
}
.type_one .subtitle{
    color: #666;
    font-size: 12px;
}