/*超级管理员*/
.pc-administrator {
    margin-top: 20px;
    background: #fff;
}

.pc-administrator-header {
    position: relative;
    height: 180px;
}

.pc-administrator-header > div:nth-child(1) {
    width: 100px;
    height: 100px;
    background: rebeccapurple;
    position: absolute;
    left: 15px;
    top: 15px;
    border: 10px solid #eee;
}

.pc-administrator-header > div:nth-child(1) > img {
    width: 100%;
    height: 100%;
}

.pc-administrator-header > div:nth-child(2) {
    position: absolute;
    left: 150px;
    top: 15px;
}

.pc-administrator-header > div:nth-child(2) > h4 {
    margin: 0;
    line-height: 2;
    font-size: 18px;
    border-bottom: 1px solid #666;
    padding-right: 240px;
}

.pc-administrator-header > div:nth-child(2) > p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
}

.pc-administrator-header > div:nth-child(2) > p:last-child > input {
    border: 1px solid #ccc;
    height: 24px;
    padding-left: 5px;
    border-radius: 4px;
    width: 160px;
}

.pc-administrator-header > div:nth-child(3) {
    position: absolute;
    right: 20px;
    bottom: 0px;
}

.pc-administrator-header > div:nth-child(3) > p {
    cursor: pointer;
    background: #30C37C;
    color: #fff;
    border-radius: 20px;
    padding: 4px 20px;
    font-size: 14px;
}

.pc-administrator-nav > li {
    font-size: 14px;
    width: 160px;
    text-align: center;
    height: 48px;
    background: #30C37C;
    line-height: 48px;
    color: #fff;
    margin-left: 10px;
}

.pc-administrator-nav > li > input {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.pc-administrator .row {
    margin-top: 20px;
    margin-left: 20px;
}

.pc-bomb {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.pc-bomb-wrap {
    width: 700px;
    height: 500px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bomb-wrap-header > i {
    float: right;
    font-size: 22px;
    margin-right: 16px;
    position: relative;
    top: 11px;
    cursor: pointer;
}

.bomb-wrap-header > h4 {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
}

.bomb-wrap-footer {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.bomb-wrap-footer > a {
    display: inline-block;
    background: #FF5722;
    color: #fff;
    padding: 6px 26px;
    border-radius: 20px;
}

.bomb-wrap-content {
    padding: 0 20px;
}

.bomb-wrap-content > li {
    background: #F2F2F2;
    width: 49%;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin-top: 14px;
    cursor: pointer;
    /*margin-right: 2%;*/
}

.bomb-wrap-content > li:nth-child(n) {
    margin-right: 2%;
}

.bomb-wrap-content > li:nth-child(2n) {
    margin-right: 0;
}

.bomb-wrap-content > li > img {
    width: 100px;
    height: 54px;
    border-radius: 5px;
    border: none;
    position: relative;
    top: -2px;
    padding: 0 3px;
}

.bomb-wrap-content > li > span {
    font-size: 14px;
}

.navbar_sm85_wrap {
    background-color: #fff;
    margin-top: 20px;
}

.navbar_sm85_wrap .heading {
    padding: 20px;
}

.navbar_sm85_wrap .heading a {
    text-decoration: none;
    cursor: pointer;
    width: 120px;
}

.navbar_sm85_wrap .heading p {
    background-color: #E81B3C;
    color: #fff;
    width: 100px;
    font-size: 14px;
    text-align: center;
    line-height: 2.2;
    border-radius: 18px;
}

.navbar_sm85_wrap .heading div input {
    outline: none;
    width: 120px;
    border: 1px solid #dddddd;
    height: 30px;
    border-right: none;
    padding-left: 5px;
    border-radius: 3px;
}

.navbar_sm85_wrap .table {
    border: 1px solid #ddd;
    width: 98%;
    margin-left: 1%;
}

.navbar_sm85_wrap .table li:nth-child(2n) {
    background-color: #FAFBFC;
}

.navbar_sm85_wrap .table li:last-child {
    border-bottom: none;
}

.navbar_sm85_wrap .table li {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    color: #656565;
}

.navbar_sm85_wrap .table li .yhc {
    color: #09BA07;
}

.navbar_sm85_wrap .table li p {
    height: 60px;
    line-height: 60px;
    width: 14%;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding-left: 10px;
    /*   color: #ddd; */
}

.navbar_sm85_wrap .table li p img {
    width: 80px;
    height: 40px;
    padding-top: 4px;
}

.navbar_sm85_wrap .table li:first-child {
    font-weight: bold;
}

.navbar_sm85_wrap .table li p .iconfont {
    /*margin-left: 5px;*/
    cursor: pointer;
}

.navbar_sm85_wrap .table li p:last-child {
    border-right: none;
    box-sizing: border-box;
}

.navbar_sm85_wrap .table li p {
    padding-left: 30px;
    width: 10%;
}

.navbar_sm85_wrap .table li p:nth-child(2) {
    width: 35%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.navbar_sm85_wrap .table li p:nth-child(3) {
    width: 35%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.navbar_sm85_wrap ul li {
    float: none;
}

.navbar_sm85_wrap ul li p {
    float: left;
}

.navbar_sm85_wrap ul li:hover {
    background-color: #FAFBFD;
    cursor: pointer;
}

.ctn_page {
    background-color: #fff;
    margin-right: 20px;
    height: 50px;
    border: 1px solid #F5F7FA;
    text-align: right;
    position: relative;
    padding-top: 50px;
}

.ctn_page ul {
    background: #EBEEEF;
    position: absolute;
    right: 0px;
    margin-right: 30px;
    margin-top: 8px;
}

.ctn_page ul li {
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #D7DCDE;
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
}

.ctn_page ul li.page_caret {
    transform: rotate(180deg);
}

.ctn_page ul li:first-child {
    margin: 0px;
    width: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ctn_page ul li:last-child {
    width: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ctn_page ul li:hover,
.ctn_page ul li.page_active {
    background: #BC1A1A;
}

.ctn_page ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.ctn_page ul.page_top {
    display: none;
    height: 100px;
    position: absolute;
    top: -105px;
    right: 33px;
    background: url("../img/page_grey.png") no-repeat center;
}

.ctn_page ul.page_top li {
    width: 70px;
    background: #D7DCDE;
    float: none;
    height: 31px;
    font-size: 12px;
    margin: 0px;
    border-radius: 0;
    font-weight: normal;
}

.ctn_page ul.page_top li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.ctn_page ul.page_top li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ctn_page ul.page_top li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ctn_page ul.page_top li:hover,
.ctn_page ul.page_top li.page_active {
    background: #BC1A1A;
}

/*模态框*/
.modal {
    display: none;
}

.modal .modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background: #333;
    z-index: 2;
}

.modal .modal-box {
    width: 420px;
    z-index: 3;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    margin-left: -210px;
}

.modal .modal-box .modal-content {
    padding: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    border: none;
}

.modal .modal-box .modal-content .modal-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.modal .modal-box .modal-content .modal-header .close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 48px;
    float: right;
    display: block;
    margin-top: -8px;
    margin-right: -10px;
}

.modal .modal-box .modal-content .modal-header .close i {
    font-size: 25px;
    color: #ddd;
    display: block;
}

.modal .modal-box .modal-content .modal-header h3 {
    color: #666;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
}

.modal .modal-box .modal-content .modal-body {
    color: #333;
    font-size: 18px;
    text-align: left;
}

.modal .modal-box .modal-content .modal-body p {
    line-height: 45px;
    font-size: 14px;
}

.modal .modal-box .modal-content .modal-body p span {
    color: #FF5722;
}

.modal .modal-box .modal-content .modal-body input {
    width: 320px;
    height: 36px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 10px;
    outline: none;
}

.modal .modal-box .modal-content .modal-footer {
    height: 40px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    border: none;
    padding-top: 0px;
    background: #fff;
}

.modal .modal-box .modal-content .modal-footer a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    margin: 0px 10px;
    color: #ddd;
    text-align: center;
    border-radius: 30px;
    background: #fff;
}

.modal .modal-box .modal-content .modal-footer a:nth-child(1) {
    background: #E81B3C;
    color: #fff;
}

.modal .modal-box .modal-content .modal-footer a:nth-child(2) {
    border: 1px solid #E81B3C;
    opacity: 1 !important;
}