@charset "UTF-8";

/* 通用样式 */
body {
    background-color: #F7F9FC;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu !important;
    font-size: 14px;
    color: #333333;
}
.small-text {
    font-size: 12px;
}
a,.btn-link {
    text-decoration: none !important;
}

.btn-primary {
    background-color: #2E3A59 !important;
    border-color: #2E3A59 !important;
}

main {
    padding: 70px 15px 20px;
    font-size: 14px;
}

/* Main Page */
#header-user > a {
    font-size: 14px !important;
}

/* Index Page */
.link {
    color: #333333 !important;
}
#footer a {
    color: #333333 !important;
}