﻿@charset "utf-8";

/* CSS Document */

* {
    margin         : 0;
    padding        : 0;
    text-decoration: none;
    list-style     : none;

}

@font-face {
    font-family: MiSans;
    src        : url("/Template/fonts/MiSans-Regular.ttf");
}

#header,
#main {
    float     : left;
    width     : 100%;
    box-sizing: border-box;
}


body {
    padding       : 0;
    margin        : 0;
    border        : 0;
    text-align    : center;
    font-size     : 14px;
    /* line-height   : 20px; */
    color         : #000;
    /* background : url(../images/py_dh_bg.jpg) repeat-x left top #fff; */
    /* font-family: "宋体", "Microsoft Yahei", Arial, Helvetica, sans-serif; */
    /* font-family   : MiSans, serif; */

}

#wrapper {
    width        : 100%;
    height       : auto;
    margin-top   : 0;
    margin-right : auto;
    margin-bottom: 0;
    margin-left  : auto;
    padding      : 0px 0px;
    overflow     : hidden;
    text-align   : left;
}


#footer {
    text-align: left;
    clear     : both;
    width     : 100%;
    height    : 100%;
    margin    : 0 auto 0;
}

