* {
    margin: 0px;
    padding: 0px;
}
body {
    width: 100%;
    overflow-x: hidden;
}
h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
}
.info {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
/* atom css */
.m0 {
    margin: 0 !important;
}
.left {
    text-align: left;
}
.divider {
    width: 100%;
}
.swidth {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.center {
    text-align: center;
}
.absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.relative {
    position: relative;
}
.inline {
    display: inline-block;
}
.floatleft {
    display: inline-block;
    float: left;
}
.floatright{
    float: right;
    display: inline-block;
}
.nothing {
    width: 0;
    height: 0;
    opacity: 0;
    line-height: 0;
    font-size: 0;
}
