﻿.richtext img{ width:70%; margin:20px auto; display:block;}

.richtext table{ width:100%;}

.richtext p:nth-child(2) img{ width:100%}


.header img {
    width: 100%;
    display: block;
}
.header{ width:100%; overflow:hidden}

.headertitle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 34px;
    color: #fff;
}

.router {
    top: 10px;
    left: 24px;
    color: #fff !important;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0;
    width: 100%;
    position: absolute;
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}

.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-space-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex{
    display: flex;
}

.flex-align-items{
    display: flex;
    align-items: center;
}

svg:not(:root) {
    overflow: hidden;
    display: inline-block;
    fill: currentColor;
    pointer-events: none;
}

.bg-w{
    background-color: #fff;
}

.text-center{
    text-align: center;
}

@media (max-width: 1000px) {
    
    .router{ display:none}
.flex-center p{ font-size:16px;}

}


@media (max-width: 1000px) {
    
    .subnavbox{
        overflow-x: scroll;
        overflow-y: hidden;
    }
  
}
