﻿body {
    background-color: #808080;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
}

.backArrow {
    background-image: url(../img/left-arrow.svg);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: 15px;
}

.noborder {
    border: none;
}

.main {
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 50px;
    bottom: 50px;
}

.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    /* 提示: 请在此处加上需要设置的大小(dimensions)或位置(positioning)信息! */
}

    .scroll-wrapper iframe {
        /* 你自己指定的样式 */
        height: 100%;
        width: 100%;
    }

.smallTitleFont {
    padding-top: 10px !important;
    font-size: 70% !important;
}

div {
    display: block;
}

.container {
}

.header {
    color: #fcfcfc;
    width: 100%;
    background-color: rgb(151,151,151) !important;
    position: absolute;
    top: 0px;
    overflow: hidden;
}

.title {
    font-size: 180%;
}

.footer {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: #cccccc;
    background-color: rgb(151,151,151) !important;
    overflow: hidden;
    text-align: center;
    font-size: 70% !important;
    padding-top: 10px;
}

.main {
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 80px;
    bottom: 80px;
    overflow: hidden;
}

a, a:link {
    color: #000000 !important;
    text-decoration: none;
}

.fswlogo {
    padding-top: 20px;
    height: 80px;
    text-align: center;
    background-image: url(../img/logo_1005.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: 10px 20px;
}