/* CSS reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

body,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
}

button,
html input[type="button"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
        "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

/* CSS reset end */

.art-index-main-page{
    position: relative;
    height: 100%;
    min-width: 1200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.art-index-main-page .empty-box{
    width: 100%;
    height: 60px;
}