html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: OpenSans-Regular
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    color: #404040;
    font: 16px/1.5;
    font-family: OpenSans-Regular
}

figure,form,h1,h2,h3,h4,h5,h6,p {
    margin: 0
}

table,td,th {
    border-collapse: collapse!important;
    border-spacing: 0!important;
    border: 1px solid #000!important;
    padding: 10px 8px!important;
    box-sizing: border-box!important
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

a {
    text-decoration: none;
    color: #000;
    outline: 0;
    cursor: pointer
}

h1 {
    font-size: 16px;
    line-height: 36px
}

h2 {
    font-size: 14px;
    line-height: 30px
}

h3 {
    line-height: 24px
}

h3,h4,h5,h6 {
    font-size: 12px
}

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

dl {
    margin-bottom: 18px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 0 9px;
    padding: 0
}

svg:not(:root) {
    overflow: hidden
}

i{
    font-style: normal;
}

b{
    font-weight: normal;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.clearfix {
    zoom:1}

.disabled {
    pointer-events: none
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(/static/index/common/font/open_sans/OpenSans-regular.ttf);
    src: url(/static/index/common/font/open_sans/OpenSans-regular.woff2) format("woff2"),url(/static/index/common/font/open_sans/OpenSans-regular.woff) format("woff"),url(/static/index/common/font/open_sans/OpenSans-regular.ttf) format("truetype"),url(/static/index/common/font/open_sans/OpenSans-regular.svg) format("svg"),url(/static/index/common/font/open_sans/OpenSans-regular.eot) format("embedded-opentype")
}

input[type=password]::-ms-reveal {
    display: none
}
