@charset "utf-8";

/* 公共样式 */

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
input,
button,
a,
p {
    padding: 0;
    margin: 0;
}

html {
    min-width: 1200px;
}

body {
    font-family: "Helvetica Neue", 'Microsoft YaHei';
    -webkit-tap-highlight-color: transparent;
    /* -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; */
    font-size: 14px;
    min-width: 1200px;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: initial;
}

input {
    vertical-align: middle;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f6f5fb inset !important;
    /*关于解决输入框背景颜色*/
}

input,
button,
select,
textarea {
    outline: none;
    border: none;
}

input[type=file] {
    display: none;
}

textarea {
    resize: none
}

i {
    font-style: normal
}


/*a*/

a {
    text-decoration: none;
    color: initial;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: initial;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fclear {
    clear: both;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*字体图标*/

@font-face {
    font-family: 'iconfont';
    /* project id 1043864 */
    src: url('//at.alicdn.com/t/font_1043864_t8hsh8i941.eot');
    src: url('//at.alicdn.com/t/font_1043864_t8hsh8i941.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1043864_t8hsh8i941.woff2') format('woff2'), url('//at.alicdn.com/t/font_1043864_t8hsh8i941.woff') format('woff'), url('//at.alicdn.com/t/font_1043864_t8hsh8i941.ttf') format('truetype'), url('//at.alicdn.com/t/font_1043864_t8hsh8i941.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;
}


/*分页*/

.hm-page {
    float: right;
    margin: 30px 0 45px;
}

.hm-page .hm-page-number {
    display: inline-block;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.hm-page .hm-page-numbers {
    display: inline-block;
    width: 30px;
    letter-spacing: 2px;
    color: #999;
    text-align: center;
    vertical-align: -5px;
}

.hm-page a {
    color: #323232;
}

.hm-page .glyphicon-menu-left,
.hm-page .glyphicon-menu-right {
    font-weight: bold;
    cursor: pointer;
}

.hm-page .active {
    color: #01a3f8;
}

.hm-table-warp {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.hm-table-warp .table-bordered {
    white-space: nowrap;
}

.changecolor {
    color: #00A2F6
}