/* 公共CSS */
body {
    font-family: "PingFang","Segoe UI", "Lucida Grande",
    Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo,
    "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB",
    "Hiragino Sans GB W3", Arial, sans-serif;
    font-size: 13px;
}

html {
    /*页面字体大小*/
    font-size: 55%;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cropContainerHeader {
    width: 200px;
    height: 150px;
    position: relative;
}

/*课表部分*/
.kebiao {
    width: 14%
}

/*广告*/
.ad {
    margin-bottom: 15px;

}

.ad:link {
    color: transparent;
}

.ad:visited {
    color: transparent;
}

/*下拉菜单激活*/
.down-active {
    background-color: rgba(0, 0, 0, .1);
}


/************************************************************************************
*              底部
*************************************************************************************/
.footer {
    padding-top: 8px;
    opacity: 0.8;
    /*background-color: #000000;*/
    font-size: 12px;
    /*text-shadow:5px 1px 6px #000;*/
    text-align: center;
    width: 100%;
    height: 150px;
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
    color: #ffffff;
}
.am-footer-back {
    /*background: url(/Public/Image/bottomback.png) no-repeat -2000px 5px;*/
    background-color: #333;
    /*height: 100%;*/
    /*#999*/
}

.am-footer-cas p {
    color: #999;
}

.am-footer-tail a:hover {
    color: #FFFFFF;
}

.am-footer-tail a {
    color: #FFFFFF;
    padding-right: 10px;
}
.am-footer-default .am-footer-miscs {
    PADDING-TOP: 6PX;

}
/************************************************************************************
*              导航栏
*************************************************************************************/

/*Logo*/
.logo-img {
    width: 160px;
}

.am-topbar {
    opacity: 0.9;
    box-shadow: 0px 2px 5px #f0f0f0;

    /*阴影*/
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);!*ie*!*/
    /*-moz-box-shadow: 1px 1px 1px #909090;!*firefox*!*/
    /*-webkit-box-shadow: 1px 1px 1px #909090;!*safari或chrome*!*/
    /*box-shadow:1px 1px 1px #909090;!*opera或ie9*!*/
}

/*导航栏内距*/
.am-container {
    max-width: 1200px;
    /*保证footer是相对于container位置绝对定位*/
    /*position:relative;*/
    /*min-height:100%;*/
    /*!*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*!*/
    /*padding-bottom: 146px;*/
    /*box-sizing: border-box;*/
}

/*.am-footer{*/
    /*width: 100%;*/
    /*height:145.84px;   !* footer的高度一定要是固定值*!*/
    /*position:absolute;*/
    /*bottom:0px;*/
    /*left:0px;*/
    /*background: #333;*/
/*}*/
/************************************************************************************
*              通用元素
*************************************************************************************/

/*面包屑导航*/
.user-breadcrumb {
    width: 100%;
    height: 35px;
    background-color: #ffffff;
    border-width: 1px 1px 1px;
    border-style: solid;
    border-color: #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-radius: 2px 2px 2px 2px /*圆角*/
}

/************************************************************************************
*              社团介绍相关
*************************************************************************************/
.club_Introduction {
    margin-bottom: 10px;
    text-align: center;
    height: 180px;
    background-color: #eeeeee;
    border-radius: 4px 4px 4px 4px; /*圆角*/

    border: 1px solid #ddd;
}

.club_Introduction_imgs {
    padding-top: 20px;
}

.club_Introduction_text {
    font-size: 15px;
    padding-top: 15px;
}

/************************************************************************************
*              垂直菜单背景,点击颜色
*************************************************************************************/
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #0e90d2;
    border-color: #0e90d2;
}

/*其他*/
.am-input-group .am-form-field, .am-input-group-btn > .am-btn {
    height: 34px;
    padding-bottom: auto;
}

.am-topbar-topcolor {
    padding-top: 3px;
    background-color: #0f9ae0;
    background: url(/Public/Image/top.png) repeat-x;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-nav > li > a {
    position: relative;
    display: block;
    /*padding: .1em 1em;*/
    border-radius: 0;
}

.am-topbar-inverse {
    background: #fff;
    border-color: #e9ecf3;
}

.am-topbar-brand {
    color: #337ab7;
    margin-right: 20px;
}

.am-topbar-brand {
    height: 50px;
    line-height: 50px;
}

/*.am-topbar {*/
/*min-height: 50px;*/
/*line-height: 50px;*/
/*}*/

.am-topbar-inverse .am-topbar-nav > li > a:after {
    border-bottom: none;
}

.am-nav-pills > li + li {
    margin-left: 0;
}

ul.am-dropdown-content > li > a {
    padding: 12px 8px 12px 18px;
    white-space: initial;
    font-size: 12px;

}

.admin-sidebar-list li a {
    color: #485a6a;
    font-size: 14px;
}

.tpl-color-success {
    color: #36c6d3;
}

.tpl-color-danger {
    color: #ed6b75;
}

.tpl-color-warning {
    color: #F1C40F;
}

.tpl-color-primary {
    color: #8E44AD;
}

.tpl-badge-success {
    background-color: #36c6d3 !important;
}

.tpl-badge-danger {
    background-color: #ed6b75 !important;
}

.tpl-badge-warning {
    background-color: #F1C40F !important;
}

.tpl-badge-primary {
    background-color: #8E44AD !important;
}

.tpl-header-list li:hover {
    background: #f9fafc;
}

.tpl-header-list-link {
    color: #676767 !important;
}

.tpl-header-list-user-ico img {
    margin-left: 5px;
    margin-top: -4px;
    height: 39px;
    display: inline-block;
    border-radius: 50%;
}

.tpl-header-list-ico-out-size {
    font-size: 16px;
}

ul.tpl-dropdown-content {
    width: 260px;
    padding: 8px;
}

ul.tpl-dropdown-content li > a.tpl-dropdown-content-message {
    padding: 16px 12px;
    display: block;
    border-bottom: 1px solid #F1F4F7;
}

ul.tpl-dropdown-content li > a.tpl-dropdown-content-message:last-child {
    border-bottom: none;
}

.tpl-dropdown-content-photo {
    float: left;
    margin: 0 6px 6px 0;
}

.tpl-dropdown-content-subject {
    display: block;
    margin-left: 46px;
}

.tpl-dropdown-content-external {
    display: block;
    overflow: hidden;
    padding: 10px;
    letter-spacing: .5px;
    border-bottom: 1px solid #F1F4F7;
}

.tpl-dropdown-content-external a {
    padding: 0 !important;
    display: block !important;
    float: right;
    clear: none !important;
}

.tpl-dropdown-content-external h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #96a5aa;
    font-weight: normal;
    /*display: inline-block;*/
    float: left;
}

.tpl-dropdown-content-font {
    display: block !important;
    font-size: 12px;
    line-height: 22px;
    margin-left: 46px;
}

.tpl-dropdown-ico-btn-size {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 8px;
    color: #fff;
}

.tpl-dropdown-list-fl {
    width: 70%;
    position: relative;
}

.tpl-dropdown-list-fr {
    width: 30%;
    display: table-cell;
    font-size: 12px;
    text-align: right;
    line-height: initial;
    vertical-align: middle;
    padding-right: 20px;
}

.tpl-dropdown-list-bdbc {
    border-bottom: 1px solid #F1F4F7;
}

/*<a>链接颜色*/
a:focus, a:hover {
    color: #555555;
    text-decoration: none;
}

a {
    color: #555555;
    text-decoration: none;
}
