* {
        text-rendering: geometricprecision;
        line-height: 1.4;
}

body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #212529;
        text-decoration: none;
        font-size: 13px;
}
img {
        border: medium none;
}
.MainStructure {
        /*background: url("images/hot.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
        text-align: center;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
}
.MainStructure .TopBar {
        display: inline-block;
        margin-top: 0;
        text-align: justify;
        width: 100%;
        background: #fff;
        box-shadow: 0 -8px 7px 0 rgb(0 0 0 / 35%);
        position: relative;
        z-index: 2;
}
div#TopBar {
}
.MainStructure .ContentBanner {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 1;
}
.MainStructure .MainContent {
        background: none repeat scroll 0 0 #fff;
        /* box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35); */
        display: inline-table;
        margin: 0 auto;
        vertical-align: top;
        width: 1160px;
}
.MainStructure .LeftBar {
        padding: 10px;
        text-align: justify;
        vertical-align: top;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 15px;
}
.MainStructure .ContentBar {
        padding: 10px;
        text-align: justify;
        vertical-align: top;
        padding-left: 0;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
}
.MainStructure .FooterBanner {
        background: none repeat scroll 0 0 #0f5bb7;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
        min-height: 200px;
        margin: 0 auto;
        text-align: center;
        width: 1160px;
        padding: 10px;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
}
@media only screen and (max-width: 768px){
        .MainStructure .TopBar{
                z-index: unset;
        }
}
