body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
    margin: 0;
}
img, picture {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
  font-family:
    -apple-system, /* iPhone / macOS 系统默认字体 */
    BlinkMacSystemFont,
    "PingFang SC", /* iOS 中文 */
    "Hiragino Sans", /* macOS 中文 */
    "Meiryo UI", "Meiryo", /* Windows 日文 */
    "Microsoft YaHei", /* Windows 中文 */
    sans-serif;
}

main{
    margin-top: 140px;
    min-height: calc(100vh - 416px);
    z-index: 1;
}

@media (max-width: 992px) {
    main{
        margin-top: 78px;
    }
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
    color: #1E2533;
}

ul, ol {
    list-style-type: none;
    padding: 0;
}

.color-blue {
    color: #071844 !important;
}

.color-red {
    color: #A30119 !important;
}

.bg-red{
  background: #A30119;
  color: #fff;
}

.bg-blue{
  background: #0A2771;
  color: #fff;
}

.bg-img{
    background-image: url(../images/bg-img.png);
}

.container{
    position: relative;
    z-index: 1;
}