/* Global Reset */

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

html,
body {
    width: 100%;
    color: #333333;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
body{
    overflow: auto;
}


/* input,textarea,select{color:#666666;font-size:12px;} */

td,
th {
    font-size: 12px;
    padding: 0;
}

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

fieldset,
img {
    border: none;
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #FF9900;
    text-decoration: none;
    outline: none;
}

strong {
    font-weight: bold;
    margin: 0 5px;
}

ul,
ol,
li {
    list-style: none;
}

em {
    font-style: normal;
}

h1 {
    font-size: 32px;
    font-weight: 400;
}

h2 {
    font-size: 26px;
    font-weight: 400;
}

h3 {
    font-size: 22px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

h5 {
    font-size: 15px;
    font-weight: 400;
}

h6 {
    font-size: 13px;
    font-weight: 400;
}

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


/* End Global Reset*/

.top {
    width: 100%;
    min-width: 1000px;
    height: 56px;
    background: #fff;
}

.logo {
    height: 56px;
    float: left;
    margin-left: 10px;
}

.logo i {
    width: 200px;
    height: 38px;
    /* background: url(../assets/images/logo.png) left center no-repeat; */
    background-size: 200px auto;
    float: left;
    margin: 10px 10px 0 0;
    display: block;
}

.logo span {
    height: 18px;
    line-height: 18px;
    border-left: #d8d8d8 solid 1px;
    float: left;
    margin: 19px 0 0 5px;
    padding-left: 15px;
    display: block;
    color: #424242;
    font-size: 18px;
    font-weight: 600;
}

.top ul {
    height: 56px;
    float: right;
}

.top li {
    display: block;
    height: 56px;
    line-height: 56px;
    float: left;
    margin-right: 50px;
    color: #9e9e9e;
    font-size: 14px;
}

.top li a {
    display: block;
    height: 56px;
    line-height: 56px;
    color: #9e9e9e;
    font-size: 14px;
}

.top li a:hover {
    color: #333;
}

.nav {
    width: 100%;
    display: flex;
    /*min-width:1000px;*/
    /*height:56px;*/
    background: #012B79;
}

.nav ul {
    position: relative;
    float: left;
    z-index: 1000;
}

.nav li {
    float: left;
    width: 135px;
    height: 56px;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}

.nav li:first-child {
    width: 135px;
}

.nav li a {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.nav li a:hover {
    color: #fff;
}


/* .nav li.selected{
	background:#1B3F87;
} */

.nav li.selected a {
    color: fff;
}

.nav li ul {
    display: none;
    margin-top: 0;
    background: #1B3F87;
    box-shadow: 0px 2px 6px rgba(74, 144, 226, 0.3);
}

.nav li:hover ul {
    display: block;
}

.nav li li {
    transition: 0.4s;
    cursor: pointer;
    width: 160px !important;
    height: 48px !important;
    display: block;
    background: #1B3F87;
    box-shadow: 2px 2px 2px 1px rgba(74, 144, 226, 0.3);
    text-align: center;
    /* padding-right:14px; */
}

.nav li li a {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.nav li li:hover {
    background: #2F5495;
}

.nav li li:hover a {
    color: #fff;
}

.nav li li.selected {
    background: #2F5495;
}

.nav li li.selected a {
    color: #fff;
}

.footer {
    width: 100%;
    height: 64px;
    text-align: center;
    background: #fff;
}

.footer p {
    line-height: 64px;
    font-size: 12px;
    color: #9e9e9e;
}

.floor_bottom {
    position: fixed;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 30px;
}

.content {
    width: 100%;
    min-height: 500px;
    background: #f5f5f5;
    padding: 1px 0 16px 0;
}

.breadcrumbs {
    width: 96%;
    height: 32px;
    margin: 0 auto;
}

.breadcrumbs ul {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 12px;
    font-size: 12px;
}

.breadcrumbs ul>li {
    color: #666;
    display: block;
    float: left;
    margin-right: 8px;
}

.breadcrumbs ul>li+li:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f105";
    color: #b2b6bf;
    margin-right: 2px;
    padding: 0 5px 0 2px;
    position: relative;
    top: 1px;
}

.whitebg {
    background: #fff;
    padding: 10px;
    margin: 0 auto 10px auto;
    width: 96%;
}

.table-submit {
    width: auto;
    margin: 0 10px 0 10px;
    /*padding: 10px;*/
    /*margin: 0 auto 10px auto;*/
    /*width: 98%;*/
}

.table-submit td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 16px;
    font-size: 14px;
}

textarea {
    border-radius: 0!important;
    background: #fff;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    padding-left: 10px;
}

input[type="text"],
input[type="password"],
input[type="file"] {
    border-radius: 0!important;
    background: #fff;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 4px !important;
}

input[readonly],
input[disabled],
select[disabled],
textarea[disabled] {
    color: #939192;
    background: #f5f5f5!important;
    cursor: default;
}

.date {
    background: #fff url(../images/date.png) right 6px center no-repeat !important;
}

select {
    padding: 3px 4px;
    height: 33px;
}

.form-control,
select {
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

option {
    color: #424242;
    height: 28px;
    line-height: 28px;
}

.search {
    margin-left: 8px;
}

.search {
    width: 70px;
    height: 32px;
    line-height: 32px;
    background: #3399CC url(../images/icon-search.png) 12px center no-repeat;
    border: none;
    cursor: pointer;
    text-align: right;
    color: #fff;
    border-radius: 3px;
    padding-right: 12px;
}

.content-title {
    width: 98%;
    height: 30px;
    margin: 10px auto;
}

.content-title p {
    color: #212121;
    font-size: 16px;
    border-left: #E70012 solid 4px;
    padding-left: 12px;
    float: left;
}

.tools {
    height: 30px;
    float: right;
}

.tools ul {
    float: left;
}

.tools li {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0 15px;
}

.tools li:last-child {
    border-right: none;
}

.tools li i {
    margin-right: 8px;
    color: #23C6C8;
    font-size: 18px;
    vertical-align: middle;
    float: left;
}

.tools li a {
    color: #424242;
    font-size: 14px;
}

.tools li a:hover {
    color: #D32F2F;
}

.add-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/add-icon.png) center center no-repeat;
    background-size: 16px 16px;
}

.edit-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/edit-icon.png) center center no-repeat;
    background-size: 16px 16px;
}

.upload-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/upload-icon.png) center center no-repeat;
    background-size: 16px 16px;
}

.download-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/download-icon.png) center center no-repeat;
    background-size: 16px 16px;
}

.pw-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/pw-icon.png) center center no-repeat;
    background-size: 16px 16px;
}

.delete-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/delete-icon.png) center center no-repeat;
    background-size: 16px 16px;
}

.prelook-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/prelook-icon.png) center center no-repeat;
    background-size: 16px 16px;
}

.cancel-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/cancel-icon.png) center center no-repeat;
    background-size: 16px 16px;
}


/****/

.table-list {
    width: 98%;
    margin: 0 auto 10px auto;
}

.table-list th {
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #424242;
    font-weight: 600;
    background: #fafafa;
    border-bottom: #e0e0e0 solid 1px;
    font-size: 12px;
    padding: 0 8px;
}

.table-list tr th:nth-of-type(1) {
    text-align: center;
}

.table-list td {
    height: 24px;
    text-align: left;
    color: #424242;
    border-bottom: #e0e0e0 solid 1px;
    padding: 8px 8px;
    font-size: 14px;
}

.table-list tr td:nth-of-type(1) {
    text-align: center;
}

.table-list td a {
    color: #2296F3;
    font-size: 14px;
}

.table-list td a:hover {
    color: #00f;
}

.page {
    width: 98%;
    /* min-width: 790px; */
    margin: 5px auto 10px auto;
    font-size: 12px;
}

.text1 {
    height: 24px !important;
    border: #ccc solid 1px !important;
    background: #fff !important;
    padding: 0 3px !important;
    vertical-align: middle;
}

.select1 {
    height: 26px !important;
    border: #ccc solid 1px !important;
    background: #fff !important;
    padding: 0 3px !important;
    vertical-align: middle;
    color: #424242;
}

.align-right {
    text-align: right!important;
}

.nopress {
    border: #ccc solid 1px;
    color: #666;
    cursor: no-drop;
}

.orange {
    color: #FF7F00!important
}

.button8 {
    width: 50px;
    height: 24px;
    line-height: 22px;
    border: #ccc solid 1px;
    margin-right: 2px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.button9 {
    width: 40px;
    height: 24px;
    line-height: 24px;
    border: #BDBDBD solid 1px;
    background: #fff;
    margin-right: 2px;
    color: #424242;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 2px;
    padding: 0 0;
}

.button9:hover {
    background: rgba(230, 28, 15, 1);
    border: 1px solid rgba(182, 0, 42, 1);
    color: #fff;
}

.btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: #003AA6 solid 1px;
    background: #0046C8;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 3px;
}

.btn:hover {
    color: #fff;
    border: #003AA6 solid 1px;
    background: #0046C8;
}

.btn-s {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: #bdbdbd solid 1px;
    background: #fff;
    margin-right: 5px;
    color: #424242;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 3px;
}

.btn-s:hover {
    color: #424242;
    border: #bdbdbd solid 1px;
    background: #fff;
}

.pop-btn {
    width: 60px;
    height: 32px;
    /* line-height:32px; */
    border: #003AA6 solid 1px;
    background: #0046C8;
    margin-left: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 3px;
}

.pop-btn:hover {
    color: #fff;
    border: #003AA6 solid 1px;
    background: #0046C8;
}

.pop-btn-s {
    width: 60px;
    height: 32px;
    /* line-height:32px; */
    border: #bdbdbd solid 1px;
    background: #fff;
    margin-left: 5px;
    color: #424242;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 3px;
}

.pop-btn-s:hover {
    color: #424242;
    border: #bdbdbd solid 1px;
    background: #fff;
}

.pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: hidden;
    background: rgba(0, 0, 0, 0.3);
}

.pop-dialog {
    right: auto;
    left: 50%;
    z-index: 1050;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 14px;
}

.pop-content {
    position: relative;
    background: #fff;
    outline: 0;
    box-shadow: 0px 1px 16px 0px rgba(66, 66, 66, 0.16);
    border-radius: 2px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 3px;
}

.pop-header {
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    border-bottom: rgba(224, 224, 224, 1) solid 1px;
}

.pop-header h4 {
    margin: 0 0;
    color: #212121;
    line-height: 48px;
}

.pop-color-blue {
    background: #307ecc;
}

.pop-close {
    float: right;
    font-size: 32px;
    opacity: .8;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    color: #9E9E9E;
    height: 48px;
    line-height: 48px;
    display: block;
}

.pop-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pop-body {
    min-height: 50px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding: 10px 20px;
}

.pop-body h5 {
    margin: 8px 0;
    color: #424242;
    vertical-align: middle;
}

.pop-body h4 {
    margin-bottom: 8px;
}

.pop-body h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
}

.pop-body h6 {
    color: #999;
}

.pop-body p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pop-body span {
    min-width: 80px;
    display: inline-block;
}

.pop-body label {
    margin: 10px 16px 10px 0;
    display: block;
    float: left;
    width: 140px;
    white-space: nowrap;
}

.pop-body img {
    margin-right: 16px;
}

.pop-footer {
    padding: 10px 20px 10px 0;
    text-align: right;
}

.pop-body .icon-exclamation-sign {
    color: #F9A825;
    margin-right: 16px;
    vertical-align: middle;
    font-size: 36px;
}

.pop-body .icon-remove-sign {
    color: #D32F2F;
    margin-right: 16px;
    vertical-align: middle;
    font-size: 36px;
}

.pop-body .icon-cloud-download {
    color: #4DA6FF;
    margin-right: 16px;
    vertical-align: middle;
    font-size: 36px;
}

.pop-body .icon-ok-sign {
    color: #4DA6FF;
    margin-right: 16px;
    vertical-align: middle;
    font-size: 36px;
}

.blue-press {
    color: #478fca !important;
    cursor: pointer;
}


/****loading****/

.box {
    display: inline-block;
    width: 200px;
    height: 200px;
    border: none;
    border-radius: 3px;
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
    padding: 1em;
    margin-bottom: .25em;
    vertical-align: top;
    -webkit-transition: .3s color, .3s border;
    transition: .3s color, .3s border;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.box h4,
.box h5 {
    margin-top: 10px;
}

[class*="loader-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.loader-01 {
    border: .2em dotted currentcolor;
    border-radius: 50%;
    -webkit-animation: 2s loader-01 linear infinite;
    animation: 2s loader-01 linear infinite;
}

@-webkit-keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-02 {
    border: .2em solid transparent;
    border-left-color: currentcolor;
    border-right-color: currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-02 linear infinite;
    animation: 1s loader-02 linear infinite;
}

@-webkit-keyframes loader-02 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-02 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-03 {
    border: .2em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: 1s loader-03 linear infinite;
    animation: 1s loader-03 linear infinite;
    position: relative;
}

@-webkit-keyframes loader-03 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-03 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/****/

.title {
    width: 96%;
    margin: 10px auto;
    color: #1E8BD9;
}

.trbgb {
    background: #F9FAFF;
}

.table-btn {
    width: 100%;
    margin-bottom: 10px;
}

.table-btn td {
    text-align: center;
}

.table-form {
    width: 98%;
    border: none;
    margin: 0 auto 10px auto;
}

.table-form th {
    width: 12%;
    height: 30px;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 14px;
    /*border:#ddd solid 1px;*/
    text-align: right;
    white-space: nowrap;
    color: #333;
    border: #DADADA solid 1px;
    background: #ECECEC;
}

.pop-body .table-form {
    width: 100%;
    border: none;
    margin: 10px auto;
}

.pop-body .table-form th {
    padding: 5px 10px;
    height: 30px;
    border: none;
    background: none;
}

.table-form td {
    /*width:85%;*/
    padding: 10px 10px;
    /*border:#ddd solid 1px;*/
    font-size: 14px;
    border: #dadada solid 1px;
}

.pop-body .table-form td {
    padding: 5px 10px;
    border: none;
}

.table-form label {
    /* margin:15px 15px 15px 0; */
}

.table-form p {
    margin-top: 8px;
}

.table-form span {
    margin-right: 5px;
}

.table-tree-box {
    width: 98%;
    margin: 5px auto;
}

.table-tree-box .td1 {
    width: 240px;
    vertical-align: top;
    border: #ddd solid 1px;
}

.table-tree-box .td2 {
    width: 6px;
    vertical-align: top;
}

.table-tree-box .td3 {
    vertical-align: top;
}

.tree-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #ddd;
}

.tree-body {
    margin: 16px 0 0 18px;
}

.tree-title p {
    font-size: 14px;
    color: #424242;
    padding-left: 10px;
}

.button10 {
    width: 60px;
    height: 26px;
    line-height: 26px;
    border: none;
    background: #3399CC;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    float: left;
}

.button10:hover {
    color: #fc0;
}

.table-noline {
    width: 98%;
    margin: 10px auto;
}

.table-noline th {
    text-align: left;
    padding: 10px 0;
    width: 80px;
    font-weight: 400;
}

.table-noline td {
    text-align: left;
    padding: 10px 0;
}

.table-noline label {
    margin-right: 20px;
}

.table-line {
    width: 98%;
    margin: 10px auto;
    border: #C6D9F2 solid 1px;
}

.table-line td {
    text-align: left;
    padding: 10px 20px;
    width: 50%;
    font-size: 14px;
}

.table-line td label {
    margin-right: 10px;
    font-weight: 400;
}

.datetime-box {
    margin: 32px 0 0 48px;
}

.datetime-box p {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.welcome-txt {
    width: 95%;
    height: 300px;
    margin: 0 auto;
}

.welcome-txt p {
    margin-top: 100px;
    font-size: 44px;
    color: #012B79;
    text-align: center;
}

.table-pic {
    width: 98%;
    margin: 10px auto;
}

.table-pic tr {}


/* .table-pic th{
	text-align:center;
	width:100px;
	font-weight:400;
	font-size:14px;
	color:#424242;
} */

.table-pic th {
    text-align: center;
    width: 120px;
    font-weight: 400;
    font-size: 14px;
    color: #424242;
}

.table-pic td {
    text-align: left;
    padding: 10px 0 10px 0;
}

.table-pic ul {}

.table-pic li {
    float: left;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
    margin: 5px 10px 5px 0;
    padding: 8px 18px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}

.table-pic li img {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}

.table-pic li span {
    color: #424242;
    font-size: 14px;
    /* margin-left:8px; */
}

.table-pic input,
.table-pic button {
    float: left;
    vertical-align: middle;
    margin-right: 8px;
}

.big-pic {
    height: 500px;
}

.big-pic img {
    width: 100%;
}

.upload-pic {
    width: 98%;
    margin: 10px auto;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
}

.upload-pic tr {}

.upload-pic th {
    text-align: center;
    width: 140px;
    font-weight: 400;
    padding: 18px 0;
}

.upload-pic th span {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    border: 1px dotted #bdbdbd;
    display: inline-block;
    margin: 5px auto;
    vertical-align: middle;
    text-align: center;
}

.add-icon2 {
    width: 36px;
    height: 36px;
    background: url(../images/add-icon2.png) center center no-repeat;
    display: inline-block;
}

.delete-icon2 {
    width: 28px;
    height: 28px;
    background: url(../images/delete-icon.png) center center no-repeat;
    background-size: 10px 10px;
    display: inline-block;
    vertical-align: middle;
}

.upload-pic th h5 {
    color: #424242;
    font-size: 14px;
}

.upload-pic th h6 {
    color: #9e9e9e;
    font-size: 12px;
}

.upload-pic td {
    text-align: left;
    padding: 10px 0 10px 0;
}

.upload-pic ul {}

.upload-pic li {
    float: left;
    margin: 5px 15px 5px 0;
    display: block;
    cursor: pointer;
    display: inline-block;
    height: 37px;
}

.upload-pic li img {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}

.upload-pic li span {
    color: #424242;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
    padding: 8px 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
    display: inline-block;
    vertical-align: middle;
}

.upload-pic input,
.upload-pic button {
    float: left;
    vertical-align: middle;
    margin-right: 8px;
}


/****/

.work {
    width: 98%;
    margin: 10px auto;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
}

.work-title {
    width: 98%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}

.table-work {
    width: 98%;
    margin: 10px auto;
}

.table-work td {
    padding: 6px 0;
}

.table-work tr td:nth-of-type(1) {
    width: 440px;
}

.table-work tr td:nth-of-type(2) {
    width: 110px;
}

.btn-box {
    width: 98%;
    margin: 10px auto;
    border-radius: 2px;
}

.btn-boxtr td:nth-of-type(1) {
    text-align: left;
}

.btn-box tr td:nth-of-type(2) {
    text-align: right;
}

.goback {
    display: block;
    width: 60px;
    height: 36px;
    line-height: 36px;
    background: url(../images/goback-icon.png) left center no-repeat;
    background-size: 12px 12px;
    padding-left: 16px;
}

.gw {
    width: 100%;
    height: 24px;
}

.gw ul {
    position: relative;
    float: left;
    z-index: 100;
}

.gw li {
    float: left;
    width: 60px;
    height: 24px;
    transition: 0.4s;
    cursor: pointer;
    display: block;
}

.gw li a {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.gw li div {
    display: none;
    margin-top: -30px;
    margin-left: 45px;
    width: 150px;
    height: 200px;
}

.gw li ul {
    width: 146px;
    max-height: 170px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: #ddd solid 1px;
}

.gw li:hover div {
    display: block;
}

.gw li li {
    transition: 0.4s;
    cursor: pointer;
    width: 120px !important;
    height: 18px;
    display: block;
    background: #fff;
    padding: 3px 6px 3px 12px;
    text-align: left;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gw .arrow {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/arrow.png) right center no-repeat;
    position: absolute;
    z-index: 110;
    margin-left: -15px;
    margin-top: 10px;
}

.gw li li h5 {
    color: #424242;
    font-weight: 500;
}

.gw li li h6 {
    color: #9e9e9e;
    padding-left: 16px;
}


/****/

.fe-page {
    width: 100%;
    margin: 20px auto 20px auto;
    height: 42px;
    text-align: center;
}

.fe-page-list {
    display: inline-block;
    vertical-align: middle;
}

.fe-page a,
.fe-page-omit {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin: 4px 4px;
    color: #424242;
    float: left;
    font-size: 14px;
    background: #fff;
}

.fe-page a:hover {
    color: #D32F2F;
}

.fe-page a.active {
    color: #D32F2F;
    font-weight: 600;
}

.fe-page-left {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin: 4px 4px;
    background: #fff url(../images/page-left.png) center center no-repeat !important;
    float: left;
}

.fe-page-left:hover {
    background: #fff url(../images/page-left-over.png) center center no-repeat !important;
}

.fe-page-left.disabled:hover {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin: 4px 4px;
    background: #fff url(../images/page-left.png) center center no-repeat !important;
    float: left;
    cursor: no-drop;
}

.fe-page-right.disabled:hover {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin: 4px 4px;
    background: #fff url(../images/page-right.png) center center no-repeat !important;
    float: left;
    cursor: no-drop;
}

.fe-page-right {
    background: #fff url(../images/page-right.png) center center no-repeat !important;
    float: left;
}

.fe-page-right:hover {
    background: #fff url(../images/page-right-over.png) center center no-repeat !important;
}

.fe-page-select {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.fe-page-input {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}


/****/

.second-title {
    width: 98%;
    margin: 10px auto 0 auto;
    height: 24px;
    line-height: 24px;
}

.second-title p {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

.third-title {
    width: 98%;
    margin: 10px auto 0 auto;
    height: 24px;
    line-height: 24px;
}

.third-title p {
    color: #666;
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
}

.third-title p span {
    color: #666;
    font-size: 14px !important;
    font-weight: 600;
    margin-right: 8px;
}

.third-title p em {
    color: #666;
    font-size: 14px !important;
    font-weight: 600;
    margin-left: 5px;
}

.gray-box {
    width: 98%;
    margin: 10px auto 20px auto;
    text-align: center;
    background: #fafafa;
    border: #e0e0e0 solid 1px;
    padding: 64px 0;
    border-radius: 3px;
}

.gray-box ul {}

.gray-box li {
    text-align: center;
    display: inline-block;
    margin: 0 48px;
    color: #2296F3;
}

.gray-box li a {
    color: #2296F3;
}

.gray-box li h5 {
    margin: 5px auto 10px auto;
}

.gray-box li i {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 10px auto;
}

.search-big {
    background: url(../images/search-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.download-big {
    background: url(../images/download-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.submit-big {
    background: url(../images/submit-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.upload-big {
    background: url(../images/upload-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.daochu1-big {
    background: url(../images/daochu1-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.daochu2-big {
    background: url(../images/daochu2-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.daochu3-big {
    background: url(../images/daochu3-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.result {
    width: 98%;
    margin: 10px auto 30px auto;
    text-align: center;
}

.result h4 {
    margin: 0 30px;
    font-size: 24px;
    color: #424242;
    display: inline-block;
}

.result h4 label {
    font-size: 18px;
    color: #9e9e9e;
    margin-right: 5px;
}

.result h4 em {
    font-size: 18px;
    color: #424242;
    margin-left: 5px;
}

.fileedit {
    width: 100%;
    border: #d5d5d5 solid 1px;
}

.fileedit-title {
    width: 100%;
    height: 32px;
    background: #EFF5FB;
}

.fileedit-title img {
    height: 32px;
}

.data-all {
    width: 98%;
    margin: 10px auto 30px auto;
    background: #fafafa;
    border-radius: 2px;
    padding: 14px 0;
}

.data-all ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    zoom: 1;
}

.data-all li {
    display: block;
    float: left;
    width: 30%;
    margin: 10px 0 10px 24px;
}

.data-all li h5 {
    color: #424242;
    font-size: 14px;
    line-height: 18px;
}

.data-all li h6 {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 24px;
}

.step {
    width: 95%;
    height: 78px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

.step-gray-line {
    width: 95%;
    height: 6px;
    margin: 12px auto 0 auto;
    background: #e0e0e0;
    position: absolute;
    z-index: 10px;
    border-radius: 3px;
}

.step ul {
    width: 100%;
    height: 28px;
    text-align: center;
    position: absolute;
    z-index: 20px;
}

.step li {
    width: 18%;
    height: 28px;
    text-align: center;
    display: inline-block;
    color: #424242;
    font-size: 14px;
}

.step a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    margin-bottom: 5px;
    border: #ddd solid 2px;
}

.step .finish a {
    background: #fff;
    color: #0046C8;
    border: #0046C8 solid 2px;
}

.step .finish {
    color: #0046C8;
}

.step .hidden {
    color: #fff;
}


/****/

input[type=checkbox].ace,
input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

input[type=checkbox].ace:checked,
input[type=radio].ace:checked,
input[type=checkbox].ace:focus,
input[type=radio].ace:focus {
    outline: none!important;
}

input[type=checkbox].ace+.lbl,
input[type=radio].ace+.lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 16px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    vertical-align: middle;
}

input[type=radio].ace+.lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    color: #D32F2F;
    content: "\a0";
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 16px;
    line-height: 24px;
    min-width: 16px;
}

input[type=checkbox].ace+.lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    color: #D32F2F;
    content: "\a0";
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
}

input[type=checkbox].ace:checked+.lbl::before,
input[type=radio].ace:checked+.lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #f5f8fc;
    border-color: #D32F2F;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type=checkbox].ace:hover+.lbl::before,
input[type=radio].ace:hover+.lbl::before,
input[type=checkbox].ace+.lbl:hover::before,
input[type=radio].ace+.lbl:hover::before {
    border-color: #ff893c;
}

input[type=checkbox].ace:active+.lbl::before,
input[type=radio].ace:active+.lbl::before,
input[type=checkbox].ace:checked:active+.lbl::before,
input[type=radio].ace:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=checkbox].ace.ace-checkbox-2+.lbl::before,
input[type=radio].ace.ace-checkbox-2+.lbl::before {
    box-shadow: none;
}

input[type=checkbox].ace.ace-checkbox-2:checked+.lbl::before,
input[type=radio].ace.ace-checkbox-2:checked+.lbl::before {
    background-color: #f9a021;
    border-color: #f9a021;
    color: #FFF;
}

input[type=checkbox].ace:disabled+.lbl::before,
input[type=radio].ace:disabled+.lbl::before,
input[type=checkbox].ace[disabled]+.lbl::before,
input[type=radio].ace[disabled]+.lbl::before,
input[type=checkbox].ace.disabled+.lbl::before,
input[type=radio].ace.disabled+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB;
}

input[type=radio].ace+.lbl::before {
    border-radius: 100%;
    font-size: 8px;
    font-family: FontAwesome;
    line-height: 19px;
    height: 17px;
    min-width: 17px;
}

input[type=radio].ace:checked+.lbl::before {
    content: "\f111"
}

em {
    font-style: normal;
}

.second-title p {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

.gray-box {
    width: 98%;
    margin: 10px auto 20px auto;
    text-align: center;
    background: #fafafa;
    border: #e0e0e0 solid 1px;
    padding: 64px 0;
    border-radius: 3px;
}

.result {
    width: 98%;
    margin: 10px auto 30px auto;
    text-align: center;
}

.result h4 {
    margin: 0 30px;
    font-size: 24px;
    color: #424242;
    display: inline-block;
}

.result h4 em {
    font-size: 18px;
    color: #424242;
    margin-left: 5px;
}

.gray-box li {
    text-align: center;
    display: inline-block;
    margin: 0 48px;
    color: #2296f3;
}

.gray-box li i {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 10px auto;
}

.gray-box li h5 {
    margin: 5px auto 10px auto;
}

.search-big {
    background: url(../images/search-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.daochu1-big {
    background: url(../images/daochu1-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.download-big {
    background: url(../images/download-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.upload-big {
    background: url(../images/upload-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.submit-big {
    background: url(../images/submit-big.png) center center no-repeat;
    background-size: 32px 32px;
}

.pop-body .icon-cloud-download {
    color: #4da6ff;
    margin-right: 16px;
    vertical-align: middle;
    font-size: 36px;
}

.table-list td a.red {
    color: #D32F2F;
    font-size: 14px;
    margin-right: 15px;
}

.table-list td a.red:hover {
    color: #f00;
}

.scroll-box {
    width: 100%;
    overflow-x: auto;
}

.scroll-box .table-list th {
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
}

.scroll-box .table-list td {
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
}

td.last-column {
    color: #2296f3;
    cursor: pointer;
}

.table-container {
    background: #fff;
    padding: 10px;
    margin: 0 auto 10px auto;
    width: 96%;
}

.page-container {
    width: 100%;
    margin: 20px auto 20px auto;
    height: 42px;
    text-align: center;
}

.content-page {
    position: relative;
    width: 100%;
    margin: 20px auto 20px auto;
    height: 42px;
    text-align: center;
}

#logo .ivu-form-item-content {
    height: 60px !important;
}