/*
 * HTML5 Boilerplate
 *
 * What follows is /iopublic/img result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and /iopublic/img H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html,
button,
input,
select,
body,
textarea {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}
html,body,img,div{
    font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "微软雅黑", Tahoma, Arial, sans-serif;
    padding:0;
    margin:0;
    border:0;
}
/*body{*/
    /*min-width:1000px;*/
/*}*/
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * /iopublic/imgse selection declarations have to be separate.
 * Customize /iopublic/img background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove /iopublic/img gap between images and /iopublic/img bottom of /iopublic/imgir containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends /iopublic/img .visuallyhidden class to allow /iopublic/img element to be focusable
 * when navigated to via /iopublic/img keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. /iopublic/img space content is one way to avoid an Opera bug when /iopublic/img
 *    `contenteditable` attribute is included anywhere else in /iopublic/img document.
 *    O/iopublic/imgrwise it causes space to appear at /iopublic/img top and bottom of elements
 *    that receive /iopublic/img `clearfix` class.
 * 2. /iopublic/img use of `table` ra/iopublic/imgr than `block` is only necessary if using
 *    `:before` to contain /iopublic/img top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

a{
    text-decoration:none;
}

.clearfix {
    *zoom: 1;
}

ul{
    margin:0;
    padding:0;
}

li{
    margin:0;
    padding:0;
    list-style: none;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clr{
    clear:both;
    content:'\20';
}
p{
    padding:0;
    margin:0;
}
.none{
    display:none;
}

.color-b{
    color:black;
}

.color-h{
    color:#a47b33;
}