html {
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    min-width: 1000px;
    background-color: #f5f6fa;
    height: 100%;
    font-variant: tabular-nums;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.code pre {
    background-color: #f6f6f6;
    color: #888;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    border-radius: 5px;
    white-space: pre-wrap;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    /*font-size: 100%;*/
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}

input, button, textarea {
    outline: none;
}

a, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

nav, header, article, section {
    display: block;
}

.container {
    /*width: 960px;*/
    padding: 0 20px;
    margin: 0 auto;
    font-size: 14px;
    min-width: 760px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.ami {
    transition: all .5s;
}

.clear {
    clear: both;
}

.margin-none {
    margin: 0
}

.mainBgC {
    background: #390f7d;
}

.dotBgC {
    background: #ff0188;
}

.textC1 {
    color: #6633ff;
}

.textC2 {
    color: #ff0188;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bolder {
    font-weight: bolder;
}

.textCenter{
    text-align: center;
}

body {
    color: #777;
    position: relative;
    padding-bottom: 140px;
    box-sizing: border-box;
    min-height: 100%;
    padding-top: 64px;
}

/*header*/
.header {
    background: #390f7d;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
    height: 64px;
    line-height: 64px;
    min-width: 1000px;
}

.header-user {
    display: none;
}

.logo, .nav, .nav-item {
    display: inline-block;
}

.logo {
    margin-right: 30px;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    height: 46px;
}

.nav {
    /*margin-left: 30px;*/
}

.nav-item {
    padding: 0 15px;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.nav-act {
    background: #ff0188;
    transform: skew(40deg);
}

.nav-act span {
    display: inherit;
    transform: skewX(-40deg);
}

.nav-dropdown{
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    color: #5D5D71;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    box-shadow: 0 2px 1px 0 #ECECEC;
    border-radius: 0 0 4px 4px;
    display: none;
    overflow: hidden;
}

.nav-dropdown a{
    display: block;
}

.nav-dropdown a:hover{
    background: #E1E7FF;
    color: #2442F7;
}

.nav-item:hover .nav-dropdown{
    display: block;
}

.nav-act:hover .nav-dropdown{
    transform: skew(-40deg);
    left: -45px;
    right: 45px;
}

.header-user {
    height: 64px;
    float: right;
    overflow: hidden;
    line-height: 64px;
    padding-right: 12px;
    padding-bottom: 5px;
}

.header-user > img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}

/*breadcrumb*/
.breadcrumb {
    color: #777;
    padding: 22px 0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
}

.breadcrumb li:hover, .bread-act {
    color: #390f7d;
}

/*table*/
.list {
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: separate;
    border-spacing: 0;
    color: #777;
    box-shadow:0px 0px 16px 0px rgba(210,210,210,0.34);
}

.list-head {
    background: #9899ff;
    color: #fff;
}

.list td, .list th {
    text-align: center;
    line-height: 60px;
}

.list td {
    font-size: 13px;
    border-bottom: 1px solid #9899ff;
    background: #fff;
}

.list th:first-child {
    border-top-left-radius: 5px;
}

.list th:last-child {
    border-top-right-radius: 5px;
}

.list tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.list tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.list tr:last-child td {
    border: none;
}

.def-list .list-head{
    background: #6A51D9;
}

.def-list td, .def-list th{
    line-height: 42px;
    border: none;
}

.def-list tr:nth-child(even) td{
    background: #F8F9FA;
}

.def-list th:first-child {
    border-top-left-radius: 8px;
}

.def-list th:last-child {
    border-top-right-radius: 8px;
}

.def-list tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.def-list tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.def-link,.def-link:hover{
    color: #257CBE;
}

/*btn 适用于a标签*/
.default-btn {
    color: #9899ff;
    border: 1px solid #9899ff;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 0 2px;
}

.default-btn:hover, .act-btn, .act-btn:hover {
    color: #fff;
    border: 1px solid #5861ea;
    padding: 8px 10px;
    border-radius: 5px;
    background: #5861ea;
    margin: 0 2px;
}

/*select选择器*/
.select-box {
    display: inline-block;
    position: relative;
    width: 200px;
    font-size: 12px;
    background: #fff;
}

.select-content, .select-list li {
    height: 28px;
    line-height: 28px;
    background: #fff;
    text-indent: 15px;
    cursor: pointer;
}

.select-content {
    color: #777;
    border: none;
    width: 100%;
    background: url(../img/arrow-down.png) no-repeat calc(100% - 15px);
    background-size: 20px;
}

.select-list {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    display: none;
    box-shadow: 0 5px 10px 1px #e8e8e8;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    overflow: hidden
}

.select-list li {
    border-top: 1px solid #e8e8e8;
}

.select-act, .select-list li:hover {
    color: #fff;
    background: #b8b8fc;
}

.select-list li a {
    display: block;
}

/*.select-box:hover .select-list{display: block;}*/

.select-bg {
    margin: 0 0 15px;
    width: 100%;
}

.select-bg .select-content, .select-bg ul li {
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.select-bg ul li {
    border: none;
    border-bottom: 1px solid #ccc;
}

.select-bg .select-list {
    top: 32px;
}

/*浮窗*/
.floatDiv {
    position: fixed;
    bottom: 100px;
    right: 1.25rem;
    text-align: center;
    dispaly: none
}

a.back2Top {
    background: url(../img/top-top.png) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 30px;
}

a.mayuan {
    width: 80px;
    height: 80px;
    display: block;
    background: url(../img/KK_07.png) no-repeat;
    background-size: 100% auto;
}

/*分页*/
#pages {
    clear: both;
}

.pageContainer {
    text-align: center;
    padding: 15px 0;
}

.pageContainer a, .pageContainer span {
    /*display: inline-block;*/
    /*line-height: 40px;*/
    /*padding: 0 10px;*/
    display: inline-block;
    line-height: 30px;
    min-width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #DDDEE1;
    border-radius: 4px;
    margin: 0 4px;
    font-size: 12px;
    padding: 0 3px;
    box-sizing: border-box;
    transition: all .1s;
}

.pageContainer img {
    vertical-align: baseline;
    height: 8px;
}

.pageContainer .page-now, .pageContainer a:hover {
    /*color: #5861ea;*/
    color: #fff;
    background: #665DFF;
    border-color: #665DFF;
}

.pageContainer .page-current{
    border: none;
    background: transparent;
}

/* 底部 */
footer {
    width: 100%;
    background-color: #390f7d;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    height: 15px;
    padding: 20px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-content {
    /*width: 960px;*/
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.footer-left {
    display: inline-block;
    color: #fff;
    /*padding-right: 300px;*/
    flex: 1;
}

.footer-left p{
    font-size:14px;
    line-height: 32px;
}

.footer-midlle {
    width: 60%;
    display: inline-block;
    margin: 10px 0;
    text-align: left;
}

.footer-left ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
}

.footer-left ul li:not(:first-child) {
    margin-left: 30px;
}

.footer-left ul li a {
    text-decoration: none;
    display: inline-block;
}

.footer-right {
    display: inline-block;
    height: 100px;
}

.footer-right img{
    height:100%;
}

/* 历史记录遮罩层 */
#cover {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    filter: alpha(opacity=60); /*设置透明度为60%*/
    opacity: 0.6; /*非IE浏览器下设置透明度为60%*/
    display: none;
    z-index: 3;
}

#modal {
    position: fixed;
    width: 490px;
    /* height:500px; */
    top: 60%;
    left: 50%;
    margin-left: -225px;
    margin-top: -250px;
    background-color: #fff;
    display: none;
    cursor: pointer;
    z-index: 4;
    border-radius: 20px;
}

.modal-content {
    width: 400px;
    margin: 40px auto 0;
}

.modal-header {
    width: 400px;
    height: 100px;
    /*border-bottom: 1px solid #b1b1b1;*/
    text-align: center;
}

.modal-header-button {
    display: block;
    width: 180px;
    height: 40px;
    background-color: #9898e4;;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    line-height: 40px;
}

.modal-header-button:hover {
    background-color: #9999ff;
    color: #fff;
}

.recored-btn {
    margin-top: 20px;
    font-size: 14px;
    color: rgb(75, 136, 206);
}

.record-item {
    width: 100%;

}

.record-item {
    border-bottom: 1px solid #e8e8e8;
    /* padding: 10px 15px; */
    padding: 16px 0px 6px 0px;
    overflow: auto;
    line-height: 24px;
    font-size: 12px;
}

.record-item:last-child {
    border-bottom: none;
}

.record-main {
    width: 80%;
    float: left;
}

.record-title {
    font-size: 14px;
    font-weight: bolder;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.record-opr {
    width: 20%;
    float: left;
    text-align: center;
}

.purple-btn, .pink-btn {
    display: inline-block;
    background: #9999ff;
    padding: 2px 12px;
    color: #fff;
    border-radius: 5px;
}

.purple-btn:hover, .pink-btn:hover {
    color: #fff;
}

.pink-btn {
    background: #ff59bd;
}

.history-recored-icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin-left: 10px;
    background-image: url(../img/down.png);
    background-size: 100% 100%;
}

.setting-modal{
    position: absolute;
    top: 69px;
    right: 0;
    /*display: none;*/
    width: 160px;
    height: 0;
    /*border: 1px solid #e0ddde;*/
    /*border-radius: 4px;*/
    z-index: 9;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 21, 41, 0.12);
    border-radius: 0 0 4px 4px;
    transition: height .08s ease;
}
.setting-modal  a{
    margin-left: 8px;
}
.setting-modal li{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5d5d71;
    line-height: 36px;
    transition: all 0.3s;
}
.setting-modal li:hover{
    /*color: #5c36d4;*/
    background: #f9f0ff;
}
.setting-modal img{
    width: 16px;
}
.header-user:hover .setting-modal{
    /*display: block;*/
    height: 72px;
}

/*
加载动画
*/

.sk-fading-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #7F69FF;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/*
加载动画结束
*/

.nav-container{
    padding: 20px 0 20px 16px;
    color: #88A5C0;
    font-size: 12px;
}
.nav-title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 6px -16px;
}
.nav-bar{
    background: linear-gradient(180deg,rgba(100,92,255,1),rgba(154,114,255,1));
    width: 8px;
    display: inline-block;
    height: 20px;
    border-radius: 2px;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.show{
    display: block;
}

.hide{
    display: none !important;
}

.clear-fix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clear-fix{
    *zoom: 1;
}
.bg-green{
    background: #06BA62;
}
.bg-red{
    background: #ED3E1A;
}
.bg-yellow{
    background: #FF990F;
}
.bg-purple{
    background: #7835F4;
}
.bg-pink{
    background: #BD28DD;
}

.bd-green{
    border-color: #06BA62;
}
.bd-red{
    border-color: #ED3E1A;
}
.bd-yellow{
    border-color: #FF990F;
}
.bd-purple{
    border-color: #7835F4;
}
.bd-pink{
    border-color: #BD28DD;
}

/*提示信息*/
.message{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}
.message-content{
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(92,54,212,0.3);
    border-radius: 5px;
    padding: 3px 12px 3px 8px;
    font-size: 12px;
    line-height: 22px;
}
.message-icon{
    width: 22px;
    vertical-align: bottom;
    margin-right: 3px;
}

#loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.loading-img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

/*检索框*/
.search-box{
    position: relative;
}
.search-input{
    width: 100%;
    height: 30px;
    border: 1px solid #DDDEE1;
    border-radius: 3px;
    text-indent: 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.search-icon{
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    right: 8px;
    top: 7px;
    background-repeat: no-repeat;
    background-image: url('../img/search-icon.png');
    background-position: center;
    background-size: 100% auto;
    cursor: pointer;
}

.copy{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/copy-icon-def.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    vertical-align: text-bottom;
    margin-left: 10px;
}
.copy:hover{
    background-image: url(../img/copy-icon.png);
}
.img-middle{
    vertical-align: middle;
}

/*bootstrap modal start*/
.common-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background: rgba(0,0,0,.2);
    outline: none;
}
.common-modal-dialog{
    position: relative;
    margin: 100px auto 10px;
    width: 400px;
}
.common-modal-content{
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.common-modal-header{
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.common-modal-close{
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    outline: none;
}
.common-modal-title{
    margin: 0;
    line-height: 1.43;
    font-weight: bold;
    color: #333;
}
.common-modal-body{
    position: relative;
    padding: 15px 20px;
}
.common-modal-footer{
    padding: 15px 20px;
    text-align: right;
}
.common-modal-btn{
    display: inline-block;
    line-height: 26px;
    margin: 0 0 0 8px;
    border-radius: 2px;
    transition: all .2s;
    outline: none;
    width: 70px;
    box-sizing: border-box;
    cursor: pointer;
    border:none;
}
.common-modal-btn-act{
    border: 1px solid #898AFF;
    background: #898AFF;
    color: #fff;
}

/*进度条*/
.process-bg{
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    text-align: left;
    border: 4px solid #fff;
    border-radius: 13px;
    box-shadow: 0 2px 1px 0 #efefef, 0 0 20px 5px #ddd inset;
    margin: 3px 50px 0 0;
}
.process-inner{
    width: 0;
    height: 100%;
    line-height: 18px;
    border-radius: 10px;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 12px;
    background: -webkit-linear-gradient(left, #7092ff , #33c9fe);
    background: -o-linear-gradient(right, #7092ff , #33c9fe);
    background: -moz-linear-gradient(right, #7092ff , #33c9fe);
    background: linear-gradient(to right, #7092ff , #33c9fe);
}
.process-inner-y{
    background: -webkit-linear-gradient(left, #56DEDE , #D5E598);
    background: -o-linear-gradient(right, #56DEDE , #D5E598);
    background: -moz-linear-gradient(right, #56DEDE , #D5E598);
    background: linear-gradient(to right, #56DEDE , #D5E598);
}

/*bootstrap modal end*/
#notice{
    float: right;
    width: 60px;
    height: 64px;
    margin-right: 10px;
    padding-bottom: 5px;
    position: relative;
    display: none;
}

.icon-notice{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/icon-msg.png) no-repeat center center;
    background-size: 20px auto;
}

#noticeCount{
    display: inline-block;
    padding: 0 4px;
    background: #ff0188;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    margin-left: 50%;
    position: relative;
    top: -8px;
}

#noticeBox{
    position: absolute;
    top: 69px;
    right: 0;
    z-index: 2019;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 21, 41, 0.12);
    border-radius: 0 0 4px 4px;
    width: 300px;
    color: rgba(0,0,0,.65);
    line-height: 1.5em;
    text-align: left;
    display: none;
}

#noticeContainer{
    max-height: 300px;
    overflow: auto;
}

#noticeContainer li{
    padding: 10px 20px;
    border-bottom: 1px solid #E7E7E7;
    cursor: pointer;
}

#noticeContainer li:last-child{
    border: none;
}

#noticeContainer li:hover, #noticeList li:hover {
    background: #f9f0ff;
}

.notice-title{
    margin-bottom: 8px;
    position: relative;
    max-height: 3em;
    overflow: hidden;
}

.notice-title:after{
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,1));
}

#noticeContainer li:hover .notice-title:after{
    background: linear-gradient(rgba(249,240,255,0.3), rgba(249,240,255,1));
}

.notice-desc{
    font-size: 12px;
    color: rgba(0,0,0,.45);
}

.notice-read .notice-title, .notice-read .notice-desc{
    color: #D8D8D8;
}

.notice-empty{
    color: #e3e3e3;
    font-size: 12px;
    text-align: center;
    padding: 30px 0;
}

.notice-empty-bg{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../img/icon-notice-empty.png) no-repeat 100%;
}

.notice-bottom{
    text-align: center;
    line-height: 3em;
    border-top: 1px solid #E7E7E7;
}

.notice-bottom > a{
    display: inline-block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #E7E7E7;
}

.notice-bottom > a:hover, .notice-operate:hover{
    color: #807DFF;
}

#noticeClear{
    border: none;
}

.notice-operate{
    margin: 0 10px;
}

.operate-disable, .operate-disable:hover{
    color: #D8D8D8;
}

#noticeList{
    min-height: 180px;
    max-height: 350px;
    overflow: auto;
}

#noticeList li{
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin: 2px 2px 8px;
}

#noticeList .notice-title {
    max-height: none;
}

#noticeList .notice-title:after {
    display: none;
}

@media screen and (min-width: 1000px){
    .container,.footer-content{
        width: 960px;
        padding: 0;
    }
    .logo{
        width: 165px;
        margin-right: 0;
    }
}

@media screen and (min-width: 1140px){
    .container,.footer-content{
        width: 95%;
        padding: 0;
    }
    .logo{
        width: 165px;
        margin-right: 0;
    }
}


