html {
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
}

body {
    font-family: "Microsoft Yahei",Arial,Tahoma,Helvetica,"SimSun","Hiragino Sans GB",sans-serif;
    width: 100%;
    height: 100%;
    background: #F4F5F5;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    min-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
}

i, em, b {
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

img {
    border: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

button, input, select, textarea {
    border: 0;
    font-size: 100%;
    font-family: PingFang SC,"Microsoft YaHei",Helvetica Neue,Helvetica,STHeiTi,sans-serif;
}

a {
    text-decoration: none;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

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

body > h1:not(.hdr-logo) {
    position: fixed;
    top: -9998px;
    left: -9998px;
}

._clear {
    clear: both !important;
}

._clearfix:after {
    content: '';
    clear: both !important;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

._none {
    display: none !important;
}

._hidden {
    visibility: hidden !important;
}

.float-center {
    position: relative;
    float: left;
    left: 50%;
}

.float-center:after {
    content: '';
    clear: both !important;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.float-center > * {
    position: relative;
    float: left;
    right: 50%;
}

._wrapper {
    position: relative;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.auto-wrapper {
    width: 100%;
    min-width: 1280px;
}

.img-filter {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10,MakeShadow=false);
}

.block-shadow {
    box-shadow: 1px 1px 4px 1px #CCC;
    -webkit-box-shadow: 1px 1px 4px 1px #CCC;
    -moz-box-shadow: 1px 1px 4px 1px #CCC;
    -ms-box-shadow: 1px 1px 4px 1px #CCC;
}

.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-normal {
    word-wrap: break-word;
    word-break: break-all;
}

.not-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.pop-wraper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
}

.pop-wraper.active {
    display: table;
}

.pop-outer {
    display: table-cell;
    vertical-align: middle;
    min-width: 1280px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.pop-outer-set {
    display: table-cell;
    vertical-align: middle;
}

._border-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clearfix:before {
    content: '';
    display: table;
}

.vr1200 {
    width: 1200px;
    margin: 0 auto;
}

.h20 {
    width: 100%;
    height: 20px;
}

@media (max-width: 1200px) {
    .vr1200 {
        width: 95%;
        margin: 0 auto;
    }
}