html {
    font-family: "PingFangSC-Light", "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: 1100px;
    background-color: #F4F5F7;
    height: 100%;
    font-variant: tabular-nums;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothicontent-spreadng: grayscale;
    color: #454545;
}

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;
}


body{
    padding: 60px 0 20px;
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
}

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;
}

h1{
    font-size: 22px;
}

.bg-primary{
    background: #2AD182;
}

.clear{
    clear: both;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.bg-green{
    background: #06BA62;
}
.bg-red{
    background: #ED3E1A;
}
.bg-yellow{
    background: #FF990F;
}
.bg-purple{
    background: #7835F4;
}
.bg-pink{
    background: #BD28DD;
}
.bg-blue{
    background: #64B6FF;
}

.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;
}

.container {
    padding: 0 20px;
    margin: 0 auto;
    min-width: 760px;
}

.textCenter{
    text-align: center;
}

header{
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow:0px 7px 16px 0px rgba(0, 0, 0, 0.07);
}

footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    text-align: center;
    line-height: 54px;
    color: #999999;
}

.clear-fix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clear-fix{
    *zoom: 1;
}

.logo{
    vertical-align: middle;
    width: 360px;
}

.hide{
    display: none !important;
}

.show{
    display: block;
}

.header-r{
    float: right;
}

.nav{
    float: left;
    font-size: 0;
}

.nav-item{
    display: inline-block;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 0 25px;
    text-align: center;
    position: relative;
}

.nav-act::after{
    content: '';
    height: 4px;
    width: 2em;
    border-radius: 4px;
    background: #2AD182;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.nav-dropdown{
    position: absolute;
    top: 54px;
    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;
    font-weight: normal;
}

.nav-dropdown a:hover{
    background: #f6fdf6;
    color:#2AD182;
}

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

.header-user {
    display: inline-block;
    position: relative;
}

#userPic{
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: 40px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 6px -2px rgba(0,0,0,0.24);
}

.setting-modal{
    position: absolute;
    top: 54px;
    right: -10px;
    width: 120px;
    height: 0;
    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{
    background: #f6fdf6;
}
.setting-modal img{
    width: 16px;
}
.header-user:hover .setting-modal{
    height: 72px;
}

::placeholder{
    color: #dddddd;
}

/*提示信息*/
.message{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1200;
}

.message-content{
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(107,104,112,0.29);
    border-radius: 5px;
    padding: 8px 12px 8px 8px;
    font-size: 14px;
    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: 1200;
}

.loading-img{
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* tab切换 */
.tab-nav{
    height: 54px;
    line-height: 54px;
    background: #333333;
    color: #999999;
}

.tab{
    display: inline-block;
    padding: 0 25px;
    margin-right: 20px;
    transition: all .1s;
    font-weight: bold;
}

.tab-act, .tab-act:hover, .tab-act:focus, .tab:hover{
    color: #ffffff;
    position: relative;
}

.tab-act::after{
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #EEEFF1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.tab-panel{
    padding: 30px 0 0;
}

/*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);
    overflow: hidden;
}
.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 25px;
}
.common-modal-footer{
    padding: 15px 20px;
    text-align: right;
    background: #F7F7F7;
}
.modal-list{
    width: 100%;
    height: 100%;
    font-size: 13px;
}
.modal-list-head{
    overflow: hidden;
    background: #fff;
}
.modal-list-head li {
    color: #999;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    letter-spacing: 1px;
    width: 25%;
    float: left;
}
.modal-list-newhead{
    overflow: hidden;
    background: #fff;
}
.modal-list-newhead li {
    color: #999;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    letter-spacing: 1px;
    width: 50%;
    float: left;
}
.modal-list-body{
    max-height: calc(100% - 38px);
    overflow-y: auto;
}
.modal-list-table{
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 36px;
}
.modal-list-table tr:nth-child(odd) {
    background: #F8F9FA;
}
.modal-list-table td{
    width: 25%;
}
.modal-list-newtable{
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 36px;
}
.modal-list-newtable tr:nth-child(odd) {
    background: #F8F9FA;
}
.modal-list-newtable td{
    width: 25%;
}
.btn{
    text-align: center;
    font-weight: normal;
    display: inline-block;
    line-height: 24px;
    margin: 0 0 0 12px;
    border-radius: 2px;
    transition: all .2s;
    outline: none;
    min-width: 63px;
    box-sizing: border-box;
    cursor: pointer;
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
}

.btn:hover, .btn:focus{
    border: 1px solid #D7D7D7;
}

.btn-primary,.btn-primary:hover, .btn-primary:focus{
    border: 1px solid #485963;
    background: #485963;
    color: #fff;
}

/*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: #f6fdf6;
}

.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: #02a802;
}

#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;
}

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

.pageContainer {
    text-align: right;
    padding: 15px 0;
    margin: 0 30px;
}

.pageContainer a, .pageContainer span {
    display: inline-block;
    line-height: 30px;
    min-width: 30px;
    height: 30px;
    background: #fff;
    /* border: 1px solid #DDDEE1; */
    border-radius: 3px;
    margin: 0 5px;
    font-size: 12px;
    padding: 0 3px;
    box-sizing: border-box;
    transition: all .1s;
    color: #599691;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    cursor: pointer;
}

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

.pageContainer .page-now, .pageContainer a:hover {
    color: #fff;
    background: #599691;
    border-color: #599691;
}

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

a.next-page, a.prev-page{
    border-radius: 50%;
}

a.next-page:hover, a.prev-page:hover{
    background: #ffffff;
}

.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% - 10px);
    background-size: 12px;
}

.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-act, .select-list li:hover {
    background: #f6fdf6;
}

.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;
}

/*检索框*/
.search-box{
    position: relative;
}
.search-input{
    width: 100%;
    height: 30px;
    border: 1px solid #DDDEE1;
    border-radius: 30px;
    text-indent: 12px;
    box-sizing: border-box;
}
.search-icon{
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    right: 14px;
    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;
}


/*table*/
.list {
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
}

.list th{
    text-align: center;
    font-weight: bolder;
    background: #ffffff;
}

.list-head tr {
    border-top: 1px dashed #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
}

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

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

.table-head{
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    background: url(../img/deco-line-l.png) no-repeat left center / 42% auto, url(../img/deco-line-r.png) no-repeat right center / 42% auto;
    margin: 40px 0 25px;
}

.table-pages{
    background: #F7F7F7;
    border-radius: 0 0 10px 10px;
}

.bg-white{
    background: #ffffff;
}

.down-arrow{
    display: inline-block;
    width: 0;
    border: 5px solid;
    border-color: #999 transparent transparent;
    margin: 0 0 -3px 3px;
}

@media screen and (min-width: 1000px){
    .container{
        width: 960px;
        padding: 0;
    }
}

@media screen and (min-width: 1140px){
    .container{
        width: 1100px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1100px){
    .nav li{
        padding: 0 20px;
    }
}
