@charset "UTF-8";
* {
    box-sizing: border-box
}

html {
    font-family: "Microsoft Yahei", "微软雅黑", "SimSun", "宋体", "Verdana", "Arial";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", "微软雅黑", "SimSun", "宋体", "Verdana", "Arial";
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .65);
    /*background-image: url(../images/bg.jpg);*/
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    -moz-user-select: none;
}

a {
    background: transparent;
    text-decoration: none;
    color: #333
}

a:active, a:hover {
    outline: 0
}

a:hover {
    color: #409EFF;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: 0
}

textarea {
    overflow: auto;
    resize: vertical;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

html, button, input, select, textarea {
    font-family: Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0
}

ul, ol, dl, dd {
    margin: 0;
    padding: 0
}

ul, ol {
    list-style: none outside none
}

h1, h2, h3 {
    line-height: 2;
    font-weight: normal
}

h1 {
    font-size: 21px
}

h2 {
    font-size: 18.2px
}

h3 {
    font-size: 16.38px
}

h4 {
    font-size: 14px
}

h5, h6 {
    font-size: 11.9px;
    text-transform: uppercase
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc
}

a {
    /* blur: expression(this.onFocus=this.blur()) */
}

a {
    outline: 0
}

em, i {
    font-style: normal
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}
