﻿    @charset "utf-8";
    /*定义公共样式*/
    
    * {
        margin: 0;
        padding: 0;
    }
    
    * {
        box-sizing: border-box;
    }
    
    html { 
    }
    
    body {
        font: 10px " ";
        color: #515a6e;
        background: #fff;
        max-width: 1920px;
        margin: 0 auto; 
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal
    }
    
    b {
        font-weight: normal;
    }
    
    input,
    button,
    textarea {
        outline: none;
        border: none;
        background: none;
    }
    
    button,
    input,
    optgroup,
    select,
    textarea {
        border: none;
        vertical-align: middle;
        font-family: ' ', 'helvetica';
        outline: none;
    }
    
    button,
    input {
        border-radius: 0;
        padding: 0;
    }
    
    textarea,
    input {
        -webkit-user-modify: read-write-plaintext-only;
        /*Android 下 input focus 消除高亮外框*/
    }
    
    textarea {
        resize: none;
    }
    
    input[type="button"],
    input[type="submit"] {
        cursor: pointer;
    }
    
    input[type="checkbox"],
    input[type="radio"] {
        vertical-align: -2px;
    }
    
    img {
        border: none;
        /*width: 100%;
  display: block;*/
    }
    
    li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
        color: #666;
    }
    
    .clear {
        clear: both;
    }
    
    a,
    input {
        outline: none;
    }
    
    .clearfix:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }
    
    i,
    em {
        font-style: normal;
    }
    
    .clearfix:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    button {
        cursor: pointer;
    }
    
    .cur {
        cursor: pointer;
    }
    
    .clear {
        clear: both;
    }
    
    .container { 
    }
#color_h{
    color: #010f33;
}