*
{
    margin: 0;
    padding: 0;
}

ul, li, ol
{
    list-style-type: none;
}

img
{
    border: none 0;
    vertical-align: middle;
}

button, select, input
{
    font-family: "Microsoft YaHei";
}

ul, li
{
    list-style: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

em, i
{
    font-style: normal;
}

a
{
    text-decoration: none;
    color: #333;
}

input, textarea
{
    resize: none;
    outline: none;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.clearfix:after, .container:after, ul:after, dl:after
{
    content: '';
    clear: both;
    display: table;
}

body, html
{
    position: relative;
    font: normal 12px/1.5 "Microsoft YaHei",Helvetica,Arial;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #333;
    background: url(../images/bg-cloud.png) no-repeat center top #FFFFFF;
    background-position: center 57px;
    background-size: 100% auto;
    /*min-width: 1327px;*/
}

.container
{
    position: relative;
    width: 1150px;
    margin: 0 auto;
    z-index: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
    color: #c8c8c8;
}

input:-moz-placeholder, textarea:-moz-placeholder
{
    color: #c8c8c8;
}

input::-moz-placeholder, textarea::-moz-placeholder
{
    color: #c8c8c8;
}
