@charset "utf-8";
/* Erichuang vol1.2 */

/* @font-face {
    font-family: 'Helvetica Condensed'; 
    src:url("../Fonts/HelveticaCondensed.woff");
    src: url('../Fonts/HelveticaCondensed.eot') format('embedded-opentype'),
       url('../Fonts/HelveticaCondensed.ttf') format('truetype'),
       url('../Fonts/HelveticaCondensed.woff')  format('woff'),
} */
/* @font-face {
    font-family: 'Helvetica Condensed'; 
    src:url("http://www.hongbull.com/DEMO/Fonts/HelveticaCondensed.woff");
    src: url('http://www.hongbull.com/DEMO/Fonts/HelveticaCondensed.eot') format('embedded-opentype'),
       url('http://www.hongbull.com/DEMO/Fonts/HelveticaCondensed.ttf') format('truetype'),
       url('http://www.hongbull.com/DEMO/Fonts/HelveticaCondensed.woff')  format('woff'),
} */

html {
    /* font-size: 85px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

a {
    color: #444;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #007d9d;
    text-decoration: underline;
}

button,
input {
    outline: none;
    border: none;
}
.Show {
    display: block !important;
}

.Hide {
    display: none !important;
}

.ClearBoth {
    clear: both;
}
.FLeft {
    float: left;
}
.FRight {
    float: right;
}
.img1 {
    width: 100%;
    height: auto;
}

.clearfix {
    /* *zoom: 1; */
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

/* 滚动槽 */

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(33, 68, 124, 1); */
    border-radius: 2px;
    background: #cec4ec;
    /* background: rgba(255, 255, 255, 0.2); */
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #554098;
    -webkit-box-shadow: inset 0 0 2px rgba(120, 120, 120, 1);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #cec4ec;
}

/* 边角 即两个滚动条的交汇处 */

::-webkit-scrollbar-corner {
    background: #cec4ec;
    border-radius: 1px;
}
