html {
    font-size:100px;
    overflow-x: hidden;
}

body {
    font-family:'Montserrat', sans-serif;
    font-size:12px;
    width:100%;
    overflow-x: hidden;
    background: #fff;
}
table {
    border-collapse: collapse;
}
table tbody tr th,table tbody tr td {
    line-height: 24px;
}
table tbody tr th {
    font-size: 13px;
}
table tbody tr td {
    font-size: 12px;
}
.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.w100 {
    width:100%;
}

ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

p {
    /*font-size:14px;
    line-height:24px;*/
}

a {
    text-decoration: none;
}

.prt200 {
    position: relative;
    display: block;
    top:-200px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size:20px;
}

h3 {
    font-size:16px;
}

h4 {
    font-size:15px;
}

h5 {
    font-size:14px;
}

.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.clearfix {
    zoom: 1;
}