@import "./header.css";
@import "./content.css";
@import "./footer.css";
@import "./index.css";
@import "./mobile-common.css";
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
    behavior: url(../../static/css/PIE.htc)
}

html {
    overflow: -moz-scrollbars;
    overflow-y: auto;
}

html, body {
    -moz-user-select: none;
    -khtml-user-select: none;
    /*user-select: none;*/
    onselectstart: none;
    background-color: #FFF;
}

img {
    border: 0 none;
    vertical-align: top;
}

ul, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body, input, select, button, textarea {
    font-size: 14px;
    font-family: Roboto, Tahoma, Geneva, sans-serif;
}

button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

body {
    background: #fff;
    color: #363636;
    line-height: 1.2;
}

a, a:link {
    color: #222 ;
    text-decoration: none;
}

a, a:visited {
    color: #222 ;
    text-decoration: none;
}



a:active, a:hover {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fixed {
    display: block;
    min-height: 1%;
}

*html .fixed {
    height: 1%;
}

.clear {
    display: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
}

.more {
    float: right;
}

.more a {
    font-weight: normal;
    font-size: 12px;
}

.fl, .fr {
    /*display: inline;*/
    float: left;
}

.fr {
    float: right;
}

.pd_top80 {
    margin-top: 80px;
}

.pd_bot352 {
    padding-bottom: 330px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.quotes_chart_first, .mobile-hide, .future-show{
 padding-top: 30px;
}

@font-face {
    font-family: DM Serif Display;
    src: url("../font/Arial.ttf"), url('../font/Arial.eot');
}

@font-face {
    font-family: Roboto;
    src: url("../font/Arial.ttf"), url('../font/Arial.eot');
}

@font-face {
    font-family: Arbutus Slab;
    src: url("../font/Arial.ttf"), url('../font/Arial.eot');
}

@font-face {
    font-family: Arial Bold;
    src: url("../font/Arial Bold.ttf"), url('../font/Arial Bold.eot');
}

@font-face {
    font-family: Arial;
    src: url("../font/Arial.ttf"), url('../font/Arial.eot');
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}

@media screen and(max-width:750px){
    body{
        overflow: hidden;
    }
}