﻿@charset "utf-8";

@font-face {
    font-family: 'iconfont';
    src: url('http://svg.c-c.com/svg/iconfont.eot');
    src: url('http://svg.c-c.com/svg/iconfont.eot#iefix') format('embedded-opentype'), url('http://svg.c-c.com/svg/iconfont.woff') format('woff'), url('http://svg.c-c.com/svg/iconfont.ttf') format('truetype'), url('http://svg.c-c.com/svg/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    margin-right: 5px;
    color: #fe943c;
}

﻿ input[type="checkbox"] {
    vertical-align: -2px;
    _vertical-align: -1px;
}

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

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f9f1e5;
    color: #000;
    font: 12px "微软雅黑", "宋体", "新宋体", sans-serif;
    position: relative;
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #fe933b;
    }

ul, li {
    list-style: none;
}

.cl {
    overflow: hidden;
}

.footer {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0px;
    text-align: center;
    background: #fe933b;
}

    .footer p {
        line-height: 22px;
        color: #fff;
    }

        .footer p a {
            color: #fff;
            padding: 0px 5px;
        }


