@charset "utf-8";
/* CSS Document */
a {
    text-decoration: none;
    font-size: 14px;
    color: #3a3b8d;
}

a {
    blr: expression(this.onFocus=this.blur());
}

    a:focus {
        outline: none;
    }

    a:visited {
        color: #3a3b8d;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    *[class~="row"] {
        margin: 0;
    }

    *[class*="col-"] {
        padding: 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input, textarea {
    border: 0; /* 方法1 */
    -webkit-appearance: none; /* 方法2 */
}

* html .clearfix {
    zoom: 1;
}

img {
    border: none;
    display: block;
}

ul, li {
    list-style: none;
}

em, i {
    font-style: normal;
}

html {
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    float: none;
}

@font-face {
    font-family: 'adlfont';
    src: url('../font/adlfont.ttf');
}

@font-face {
    font-family: 'tt0140m-cnd';
    src: url('../font/tt0140m_.ttf');
}

.page {
    width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
}

    .page a {
        width: auto;
        height: 35px;
        display: inline-block;
        background: #3a3b8d;
        color: #fff;
        line-height: 35px;
        padding: 0 35px;
        font-size: 14px;
        margin: 0 10px;
    }

    .page p {
        width: 100%;
        height: 35px;
        display: inline-block;
        color: #666;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
    }
