﻿html {
    color: #000;
    background: #FFF
}

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

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;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

.inner,
.container {
    zoom: 1
}

.inner:before,
.container:before,
.inner:after,
.container:after {
    content: "";
    display: table
}

.inner:after,
.container:after {
    clear: both;
    overflow: hidden
}

html {
    height: 100%
}

body {
    height: 100%;
    font-family: Arial, Helvetica, "Microsoft Yahei";
    font-size: 14px;
    color: #333
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    color: #f56954
}

img {
    vertical-align: middle
}

button,
input,
select,
textarea {
    font-family: Tahoma, Arial, Helvetica, "微软雅黑";
    font-size: inherit;
    line-height: inherit
}

table {
    width: 100%;
    min-width: 640px;
    border: 1px solid #e4eaee;
    border-collapse: collapse;
    border-spacing: 0
}

table caption {
    line-height: 24px;
    margin-bottom: 10px
}

table caption a {
    color: #f56954
}

table caption a:hover {
    color: #f56954
}

table thead,
table tfoot {
    background: #f5f5f5
}

table td,
table th {
    line-height: 20px;
    padding: 7px 10px;
    border: 1px solid #e4eaee
}

table td label span,
table td label input,
table th label span,
table th label input {
    vertical-align: middle
}

table th {
    font-weight: bold;
    color: #546d7e
}

table td.th {
    background: #f5f8fa;
    text-align: right
}

table input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #e4e4e4
}

table a {
    margin: 0 3px
}

table a:hover {
    text-decoration: underline
}

.table-outer {
    margin: 10px 0
}

.table-outer tr:hover {
    background: #f5f5f5
}

.wrapper {
    position: relative;
    background: #eee;
    min-height: 100%
}

.inner {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 85px
}

.header .inner {
    max-width: none
}

.container {
    padding-top: 105px;
    padding-bottom: 160px
}

.container .main {
    float: left;
    width: 880px
}

.container .side {
    float: right;
    width: 300px
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.module .btn {
    position: relative;
    display: inline-block;
    min-width: 120px;
    height: 36px;
    padding: 0 16px;
    background: #5c79fa;
    border: none medium;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, "微软雅黑";
    font-size: 15px;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    box-sizing: content-box;
    outline: none
}

.module .btn span,
.module .btn img {
    vertical-align: middle
}

.module .btn:hover {
    background: #5268c7;
    text-decoration: none !important
}

.module .btn-large {
    display: inline-block;
    min-width: 72px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px
}

.module .btn-small {
    display: inline-block;
    min-width: 48px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 14px
}

.module .btn-gray {
    background: #eee;
    color: #333
}

.module .btn-gray:hover {
    background: #ddd
}

.module .btn-green {
    background: #4bae4f
}

.module .btn-green:hover {
    background: #47a04b
}

.module .btn-red {
    background: #f56954
}

.module .btn-red:hover {
    background: #f4543c
}

.module .btn-blue {
    background: #2095f2
}

.module .btn-blue:hover {
    background: #207fcc
}

.module .btn-orange {
    background: #ff9000
}

.module .btn-orange:hover {
    background: #d27600
}

.module .btn-black {
    background: #333
}

.module .btn-black:hover {
    background: #000
}

.module .btn-disabled,
.module .btn[disabled] {
    background: #eee;
    color: #999
}

.module .btn-disabled:hover,
.module .btn[disabled]:hover {
    background: #eee
}

.module .text-green {
    color: #4bae4f
}

.module .text-red {
    color: #f56954
}

.module .text-orange {
    color: #fc9000
}

.module .text-gray {
    color: gray
}

.module .text-small {
    font-size: 12px
}

.module .tag {
    display: inline-block;
    min-width: 42px;
    height: 24px;
    padding: 0 10px;
    background: #eee;
    line-height: 24px;
    text-align: center;
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.module .tag-green {
    background: #e0f3e1;
    color: #4bae4f
}

.module .tag-red {
    background: #ffe2de;
    color: #f56954
}

.module .tag-blue {
    background: #d1ebff;
    color: #2095f2
}

.module .tag-orange {
    background: #fff1de;
    color: #ff9000
}

.module .tag-purple {
    background: #f9e8fb;
    color: #cb6ed8
}

.module .notice {
    position: absolute;
    right: -20px;
    top: -12px;
    z-index: 9;
    display: inline-block;
    min-width: 30px;
    height: 20px;
    padding: 0 8px;
    background: #546d7e;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    border-radius: 10px
}

.module .notice-green {
    background: #4bae4f
}

.module .notice-red {
    background: #f56954
}

.module .notice-blue {
    background: #2095f2
}

.module .notice-orange {
    background: #ff9000
}

.module .notice-purple {
    background: #cb6ed8
}

.module .badge {
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #eee;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    border-radius: 6px
}

.module .badge-blue {
    color: #2095f2;
    background-color: rgba(57, 175, 209, 0.15)
}

.module .badge-green {
    color: #4bae4f;
    background-color: rgba(75, 174, 79, 0.15)
}

.module .badge-red {
    color: #f56954;
    background-color: rgba(250, 92, 124, 0.15)
}

.module .badge-purple {
    color: #cb6ed8;
    background-color: rgba(114, 124, 245, 0.15)
}

.module .badge-orange {
    color: #ff9000;
    background-color: rgba(255, 188, 0, 0.15)
}

@media screen and (max-width: 1250px) {

    .container .main,
    .container .side {
        float: none;
        width: 100%
    }
}

.module {
    padding: 10px 20px 30px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.05)
}

.module .hd .center-title {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #eee
}

.module .hd .title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}

.module .hd .title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 14px;
    width: 4px;
    height: 20px;
    background: #F70B00
}

.module .hd .sub-title {
    position: relative;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold
}

.module .hd .sub-title:after {
    position: absolute;
    width: 40px;
    height: 4px;
    content: '';
    bottom: -8px;
    left: 0;
    background-color: #F70B00
}

.J_link {
    cursor: pointer
}

.mod-breadcrumb .bd {
    padding: 0 10px;
    line-height: 30px;
    color: #666
}

.mod-breadcrumb .bd span,
.mod-breadcrumb .bd a,
.mod-breadcrumb .bd strong {
    margin-right: 4px
}

.mod-breadcrumb .bd strong {
    font-weight: bold
}

.mod-breadcrumb .bd a {
    color: #666
}

.mod-nav {
    padding: 10px 15px;
    border-radius: 8px
}

.mod-searchbox {
    padding: 10px 15px;
    border-radius: 8px
}

.mod-searchbox .bd .input-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px
}

.mod-searchbox .bd .input-wrapper:last-child {
    justify-content: center
}

.mod-searchbox .bd .input-wrapper .input-title {
    float: left;
    width: 76px;
    padding: 6px 0;
    line-height: 24px;
    text-align: right;
    font-size: 15px
}

.mod-searchbox .bd .input-wrapper .input-content {
    text-align: left;
    min-height: 36px;
    line-height: 36px
}

.mod-searchbox .bd .input-wrapper .input-text {
    width: 154px;
    padding: 6px 12px;
    margin-right: 5px;
    background: #f5f5f5;
    border: medium none;
    border-bottom: 1px solid #eee;
    line-height: 24px;
    vertical-align: middle;
    outline: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.mod-searchbox .bd .input-wrapper .input-text:focus::placeholder {
    color: transparent
}

.mod-searchbox .bd .input-wrapper label,
.mod-searchbox .bd .input-wrapper input[type="radio"] {
    cursor: pointer
}

.mod-searchbox .bd .input-wrapper label {
    margin-right: 10px
}

.mod-searchbox .bd .input-wrapper select {
    width: 174px;
    height: 37px;
    padding-left: 10px;
    outline: none;
    background: #f5f5f5;
    border: medium none;
    border-bottom: 1px solid #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.mod-searchbox .bd .input-wrapper select:focus::placeholder {
    color: transparent
}

.mod-searchbox .bd .input-wrapper p {
    line-height: 24px
}

.mod-searchbox .bd .input-wrapper span {
    font-weight: bold
}

.mod-searchbox .bd .input-wrapper span.error {
    margin-bottom: -20px;
    height: 20px;
    line-height: 20px;
    text-indent: 0.5em;
    vertical-align: middle;
    font-size: 12px;
    color: red
}

@media screen and (max-width: 1250px) {
    .mod-searchbox .bd form {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .mod-searchbox .bd .input-wrapper {
        margin: 0 40px
    }
}

@media screen and (max-width: 799px) {
    .module {
        padding: 10px 15px
    }

    .module .hd .center-title {
        font-size: 20px
    }

    .module .hd .title {
        margin-bottom: 14px;
        font-size: 18px
    }

    .inner {
        max-width: none;
        min-width: auto;
        padding: 0
    }

    .header {
        height: auto
    }

    .container {
        padding-top: 100px;
        padding-bottom: 160px
    }

    .container .main,
    .container .side {
        float: none;
        width: 100%
    }

    .table-outer {
        overflow: scroll
    }

    .table-outer::-webkit-scrollbar {
        width: 0px;
        height: 0px
    }

    .mod-panel .bd form {
        flex-direction: column
    }

    .mod-panel .bd .input-wrapper {
        margin-bottom: 10px;
        padding: 0 30px
    }

    .mod-panel .bd .input-content {
        width: 200px
    }
}

.mod-head {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

.mod-head .bd {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

.mod-head .bd .logo-box {
    float: left;
    height: 84px;
    margin: 0 15px
}

.mod-head .bd .logo-box .logo {
    display: inline-block;
    width: 240px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}

.mod-head .bd .logo-box .logo img {
    width: 100%;
    height: 100%;
    margin-top: -10.5px
}

.mod-head .bd .logo-box span {
    position: relative;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #888
}

.mod-head .bd .user,
.mod-head .bd .search,
.mod-head .bd .menu {
    float: right
}

.mod-head .bd .user,
.mod-head .bd .menu {
    padding: 26px 0
}

.mod-head .bd .user ul,
.mod-head .bd .menu ul {
    padding: 0 15px;
    overflow: hidden
}

.mod-head .bd .user li,
.mod-head .bd .menu li {
    float: left;
    position: relative;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #666
}

.mod-head .bd .user li a,
.mod-head .bd .menu li a {
    display: block;
    padding: 0 15px;
    color: #666;
    border-radius: 12px;
    margin: 0 4px;
    transition: all .3s linear
}

.mod-head .bd .user li:hover a,
.mod-head .bd .menu li:hover a {
    font-weight: bold;
    color: #fff;
    background: #f56954;
    transition: all .3s linear
}

.mod-head .bd .user li.active a,
.mod-head .bd .menu li.active a {
    font-weight: bold;
    color: #fff;
    background: #f56954
}

.mod-head .bd .user {
    position: relative;
    width: 242px
}

.mod-head .bd .user ul {
    border-left: 1px solid rgba(0, 0, 0, 0.15)
}

.mod-head .bd .user .name {
    height: 32px;
    line-height: 32px
}

.mod-head .bd .user .name a {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 15px;
    color: #666
}

.mod-head .bd .user .name::after {
    position: relative;
    bottom: -3px;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    vertical-align: middle;
    border: 6px solid transparent;
    border-top: 6px solid #dbdbdb
}

.mod-head .bd .user .popup {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 99;
    width: 120px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px
}

.mod-head .bd .user .popup a {
    display: block;
    line-height: 32px;
    text-align: center
}

.mod-head .bd .user .popup a:hover {
    background: #f8f8f8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.mod-head .bd .user:hover .popup {
    display: block
}

.mod-head .bd .search {
    width: 240px;
    height: 36px;
    margin: 24px 0;
    background: rgba(0, 0, 0, 0.1);
    line-height: 30px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px
}

.mod-head .bd .search input {
    height: 20px;
    padding: 8px 15px;
    border: medium none;
    background: none;
    vertical-align: middle;
    color: #333;
    outline: none
}

.mod-head .bd .search button {
    height: 36px;
    border: medium none;
    background: none;
    vertical-align: middle
}

.mod-head .bd .search ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6)
}

.mod-head .bd .search :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6)
}

.mod-head .bd .search ::placeholder {
    color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 799px) {
    .mod-head {
        margin-bottom: 15px
    }

    .mod-head .bd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        padding: 5px 0
    }

    .mod-head .bd .logo-box {
        height: 40px;
        margin: 0 auto
    }

    .mod-head .bd .logo-box .logo {
        width: 120px;
        height: 50px
    }

    .mod-head .bd .logo-box .logo img {
        width: 100%;
        height: 100%;
        margin-top: -10.5px
    }

    .mod-head .bd .logo-box span {
        margin-left: 10px;
        font-size: 14px
    }

    .mod-head .bd .search {
        float: none;
        width: auto;
        height: 30px;
        margin: 0 12px;
        overflow: hidden;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        border-radius: 14px
    }

    .mod-head .bd .search input {
        float: left;
        width: calc(100% - 90px);
        padding: 5px 12px
    }

    .mod-head .bd .search button {
        float: right;
        width: 48px;
        height: 30px;
        line-height: 26px
    }

    .mod-head .bd .user {
        float: none;
        width: auto;
        padding: 4px 0;
        margin-left: 150px
    }

    .mod-head .bd .user .name {
        margin-right: 12px;
        text-align: right
    }

    .mod-head .bd .user .popup {
        left: auto;
        right: 10px;
        top: 45px
    }

    .mod-head .bd .user ul {
        border-left: none;
        text-align: right;
        padding: 0 5px
    }

    .mod-head .bd .user li {
        float: none;
        display: inline-block;
        font-size: 14px
    }

    .mod-head .bd .user li a {
        padding: 0 10px
    }

    .mod-head .bd .menu {
        float: none;
        padding: 2px 0
    }

    .mod-head .bd .menu ul {
        display: flex;
        overflow-x: scroll
    }

    .mod-head .bd .menu ul::-webkit-scrollbar {
        width: 0px;
        height: 0px
    }

    .mod-head .bd .menu ul li {
        text-align: center
    }

    .mod-head .bd .menu ul li a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
        width: 84px;
        font-size: 14px;
        padding: 0 2px
    }
}

.mod-foot {
    position: relative;
    padding: 30px 10px;
    background: #252525;
    line-height: 24px;
    text-align: center;
    color: #73777a
}

.mod-foot span,
.mod-foot a {
    margin: 0 4px;
    white-space: nowrap
}

.mod-foot .navigation a {
    color: #9b9ea0
}

.mod-foot .copy a {
    color: #73777a
}

.mod-fixedbar {
    position: fixed;
    left: 50%;
    bottom: 130px
}

.mod-fixedbar .bd {
    height: 0;
    margin-left: 602px
}

.mod-fixedbar ul {
    position: absolute;
    right: -94px;
    bottom: 0
}

.mod-fixedbar li {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 1px
}

.mod-fixedbar li a {
    display: block;
    width: 48px;
    height: 48px;
    background: #999;
    line-height: 48px;
    text-align: center
}

.mod-fixedbar li a:hover {
    background: #666
}

.mod-fixedbar li a.report {
    background: #f56954;
    color: #fff
}

.mod-fixedbar li a.report span {
    display: inline-block;
    width: 28px;
    margin: 8px auto;
    line-height: 16px
}

.mod-fixedbar li a.report:hover {
    background-color: #dd5f4c
}

.mod-fixedbar li img {
    position: relative;
    top: -1px;
    vertical-align: middle
}

.mod-link {
    padding: 15px 0;
    line-height: 24px;
    text-align: justify
}

.mod-link a {
    padding: 0 4px;
    color: #666
}

.mod-link a:hover {
    color: #f56954
}

@media screen and (max-width: 799px) {
    .mod-foot {
        padding: 15px 20px;
        line-height: 22px
    }

    .mod-link {
        margin-bottom: 40px;
        padding: 10px 15px
    }
}

.mod-visited {
    padding: 10px 20px;
    border-radius: 8px
}

.mod-visited .bd p:last-child {
    text-align: center
}

.mod-visited .bd ul {
    list-style: circle;
    padding-left: 20px
}

.mod-visited .bd ul li {
    padding: 6px 4px
}

.mod-visited .bd ul li:hover {
    background: #f5f5f5
}

@media screen and (max-width: 1250px) {
    .mod-visited .bd ul {
        display: flex;
        flex-wrap: wrap
    }

    .mod-visited .bd ul li {
        width: 19%
    }

    .mod-visited .bd ul li:hover {
        background: #fff
    }

    .mod-visited .bd ul li:hover a,
    .mod-visited .bd ul li:hover span {
        color: #f56954
    }
}

@media screen and (max-width: 799px) {
    .mod-visited {
        border-radius: 0
    }

    .mod-visited .bd ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .mod-visited .bd ul li {
        width: 42%
    }
}

.pagination {
    margin: 0 20px 10px;
    padding-top: 20px;
    line-height: 30px;
    color: #888;
    overflow: hidden
}

.pagination .box {
    float: left;
    width: 50%
}

.pagination .box b {
    margin: 0 2px;
    color: #f56954
}

.pagination ul {
    text-align: right
}

.pagination li {
    display: inline-block
}

.pagination li span,
.pagination li a {
    display: inline-block;
    min-width: 10px;
    height: 30px;
    padding: 0 10px;
    background: #f0f0f0;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.pagination li span:hover,
.pagination li a:hover {
    background: #f56954;
    color: #fff
}

.pagination li.active span,
.pagination li.active a {
    background: #f56954;
    color: #fff
}

.pagination-top {
    margin: 0 20px 10px;
    padding-top: 10px;
    line-height: 30px;
    color: #888;
    overflow: hidden
}

.pagination-top .box {
    float: right
}

.pagination-top .box b {
    margin: 0 2px;
    color: #f56954
}

.pagination-top ul {
    text-align: right
}

.pagination-top li {
    display: inline-block
}

.pagination-top li span,
.pagination-top li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.mod-panel .hd {
    position: relative
}

.mod-panel .hd .pagination-top {
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width: 799px) {
    .pagination .box {
        width: 100%
    }

    .pagination .box:first-child {
        display: none
    }

    .pagination .box ul {
        text-align: center
    }

    .mod-panel .hd .pagination-top {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0;
        padding-top: 0;
        padding-bottom: 10px
    }
}