    body,
    ol,
    ul,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    b,
    i,
    span,
    th,
    td,
    dl,
    dd,
    form,
    fieldset,
    legend,
    img,
    input,
    textarea,
    select {
        margin: 0;
        padding: 0;
    }
    
    form,
    input,textarea{
        outline: 0;
    }
    textarea{resize:none;}
    html,
    body {
        width: 100%;
        box-sizing: border-box;
        /*min-width: 1280px; */
    }
    
    body {
        font: 18px "微软雅黑","Regular";
        background: #fff;
        -webkit-text-size-adjust: 100%;
    }
    
    a {
        /* color: #172c45; */
        text-decoration: none;
    }
    
    em,
    i,
    b,h1,h2,h3,h4,h5,h6 {
        font-style: normal;
        font-weight: normal;
    }
    
    li {
        list-style: none;
    }
    
    img {
        border: 0;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    p {
        word-wrap: break-word;
    }
    
    .container {
        width: 1200px;
        margin: 0 auto;
    }