@charset "utf-8";
/* CSS Document*/
/*通用*/
html,  body,  div,  dl,  dt,  dd,  ul,  ol,  li,  h1,  h2,  h3,  h4,  h5,  h6,  pre,  form,  fieldset,  input,  textarea,  p,  label,  blockquote,  th,  td,  button,  span {
    padding: 0;
    margin: 0;
    font-family: "黑体";
    font-size: 16px;
    color: #000;
    -moz-user-select:none;
}

i, em {
    font-style: normal;
}

a {
    color: #d4d4d4;
}

a, img, div, li, span {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: "黑体";
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

li {
    display: block;
    list-style-type: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

body {
    width: 100%;
    background: #fff;
}

/*百度地图*/
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/*导航触发*/
@media screen and (max-width: 320px) {
    #focus_Box ul{
        width: 90%;
    }
}

@media (min-width:375px) and (max-width:414px) {
    #focus_Box ul{
        width: 80%;
    }
}
