html {
    color: #000
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break:break-all;
    font-family: "PingFang SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB",  微软雅黑, STHeiti,  "WenQuanYi Micro Hei", SimSun, sans-serif;
}
button{outline: none;}

*{
    text-decoration: none;
}
.baseSize {
    width: 1100px;
    margin: 0 auto;
}
.baseBg {
    background: #ffffff;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

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

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
.applyModule .tit{
    font-size: 36px;
    font-weight: 400;
    color: #282828;
    line-height: 50px;
    margin-bottom: 23px;
}
.apply_module_btn{
    cursor: pointer;
    width: 150px;
    height: 48px;
    line-height: 48px;
    background: #01473f;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(4,90,66,0.20);
    text-align: center;
    color: #36cfa8;
    border: none;
}
#footer .footerBottom {
    padding-top: 20px;
    border-top: 1px solid #585f6f;
}
.stationmaster_statistics {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    opacity: 0;
}
