@charset "utf-8";

@font-face {
    font-family: 'myfont';
    src: url('font/hr2015.eot?v=1.0');
    src: url('font/hr2015.eot?#iefix') format('embedded-opentype'),
    url('font/hr2015.woff') format('woff'),
    url('font/hr2015.ttf') format('truetype'),
    url('font/hr2015.svg#smartfont2015regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearfix {
    *zoom: 1;
    clear: both;
    float: none;
    visibility: hidden;
    height: 1px;
    display: table;
}

.clear {
    clear: both !important;
    float: none !important;
    height: 0 !important;
    line-height: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    content: "\0020";
    display: block;
    visibility: hidden;
    font-size: 0;
}

html{
    /*font-size: 20px;*/
}
body {
    margin: 0;
    font-family: "微软雅黑", "宋体", Helvetica, Arial, sans-serif, myfont;
    font-size: 16px;
    line-height: 1.6em;
    color: #45484B;
    background-color: #fff;
    overflow: auto;
    height: 100%;

}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

a {
    color: #45484B;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus {
    color: #0066B9;
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
}

a:hover, a:active {
    outline: 0;
}


i {
    font-style: normal;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 {
    color: #0D1C28;
    font-size: 48px;
    line-height: 67px;
    border: 0;
    text-align: left;
    margin: 38px 0;
    padding: 0;
}

h2 {
    left: 0;
    font-size: 24px;
    background-color: transparent;
    border-bottom: 4px solid #0D1C28;
    border-radius: 0;
    display: block;
    padding: 0 0 15px 0;
    margin: 70px 0 30px 0;
    color: #0D1C28;
    line-height: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

nav {
    margin-bottom: 10px;
}

button, .button, input[type=button] {
    cursor: pointer;
    vertical-align: middle;
    font-size: 16px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border-radius: 0;
    background: #EBF4FB;
    border: 0;
    color: #3E97DF;
    margin-right: 20px;
    text-align: center;
}

button.small, .button.small, input.small[type=button] {
    width: auto;
    height: auto;
    line-height: 1em;
    padding: 5px;
    margin: 0;
}

button:hover, .button:hover, input[type=button]:hover {
    color: #3784C2;
    background-color: #D8EAF8;
}

button.blue, .button.blue {
    color: #ffffff;
    background-color: #3E97DF;
}

button.blue:hover, .button.blue:hover {
    color: #ffffff;
    background-color: #3784C2;
}

button[disabled], .button[disabled], input[type=button][disabled] {
    background: #EBF4FB;
    color: rgba(62, 151, 223, .3);
}

button.blue[disabled], .button.blue[disabled], input.blue[type=button][disabled] {
    opacity: 0.3;
    background: #3E97DF;
    color: #fff;
}

input, select, textarea, .select {
    border: 1px solid #bbb;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    height: 40px;
    /*line-height: 40px;*/
}
.select{
    display: inline-block;
    min-width: 5em;
    line-height: 1em;
}
.select:after{
    content: '▼';
    margin-left: .5em;
    font-size: .8em;
}
select {
    padding: 3px 10px;
}

input[disabled=disabled], select[disabled=disabled], textarea[disabled=disabled] {
    background: #F2F2F2;
    border: 1px solid #E2E2E2;
}

input:focus {
    border-color: #3E97DF !important;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 10px 5px;
    padding: 0;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 10px 5px;
    padding: 0;
}

select option {
    padding: 10px;
    font-size: 16px;
    color: #333;
}

button.blue, .button.blue {
    background-color: #3E97DF;
    border: 0;
}

button.red, .button.red {
    color: #fff;
    background-color: #f00;
}

button.red:hover, .button.red:hover {
    background-color: #d80202;
}

label {
    margin-right: 5px;
    display: inline-block;
}

ul {
    padding: 0;
}

li {
    padding: 6px 0;
}

input[type="checkbox"],input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    width: 1.2em;
    height: 1.2em;
    border-radius: 0;
    box-sizing:border-box;
    background-position: 0 0;
    background-color: white;
    border:solid 1px #aaa;
    outline: 0 !important;
}
input[type=radio]{
    border-radius: 50%;
}
input[type=radio]:checked{
    background-color: #3e97df;
}
input[type=radio]:checked:after  {
    content: " ";
    border: 0;
    background-color: #fff;
    width: .5em;
    height: .5em;
    position: absolute;
    border-radius: 50%;
    left: .3em;
    top: .3em;
}
input[type=checkbox]:checked{
    background-color: #3e97df;
    border-color: #3e97df;
}
input[type=checkbox]:checked:after  {
    content: " ";
    position: absolute;
    width: .3em;
    height: .7em;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    border-style: solid;
    transform: rotate(45deg);
    left: .3em;
}
input[type="number"]{
    text-align: right;
}
.backCloud, .beforeCloud {
    display: none
}

.wraper {
    position: relative;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.footer {
    padding: 0;
    text-align: left;
    color: #45484B;
    background-color: #F1F2F3;
    border-top: 1px solid #ddd;
    margin-top: 100px;
    font-size: 14px;
}

.footer select {
    background-color: transparent;
}

.footer .bottom {
    line-height: 1.6em;
    padding: 20px;
    color: #727475;
    background-color: #DFE1E2;
    margin-top: 60px;
    text-align: center;
}

.footer a {
    color: inherit;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer-menu > div {
    align-items: stretch;
    height: 170px;
    margin-top: 55px;
    background-color: #DFE1E2;
    width: 256px;
    padding: 24px;
    box-sizing: border-box;
}

.footer-menu a {
    display: block;
    margin: 1em 0;
}

.footer-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    line-height: 58px;
    color: #C5C8CA;
}

.footer-link select {
    border: 0;
}

.footer-menu h3 {
    font-weight: bold;
}

.footer>div{

}

.radioGroup {
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    display: inline-block;
}

.radioGroup button {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: #999;
    padding: 0 12px;
    transition: box-shadow 0.25s ease 0s;
    margin: 0;
    width: auto;
}
.radioGroup button.active {
    background-color: #fefefe;
    box-shadow: 0 0 22px #0481E6 inset;
    color: #555555;
}
.wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
h2.error {
    color: #f00;
    text-align: center;
}

.main {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
}

.main .toolbar {
    border-bottom: 0;
    padding: 16px 0;
}

.workarea {
    display: none;
    min-height: 500px;
    position: relative;
}

.photo {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #bdbdbd;
    margin-right: 5px;
    height: 40px;
    width: 40px;
}

.toolbar {
    padding: 10px 0
}

.btnClose {
    position: absolute;
    right: 0 !important;
    left: auto !important;
    top: 0;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    background-color: transparent;
    margin: 0;
    padding: 3px;
    border-radius: 0;
    border: 0;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 9999;
    overflow-y: hidden;
}

.btnClose:hover {
    color: #fff;
    background-color: #f00;
}

/*.btnClose:after {
    content: '×'
}*/

.info {
    margin-top: 2em;
    color: #777;
}

.info h3 {
    font-size: 16px;
    text-align: left;
}

.info p {
    line-height: 1.6em;
    margin: 0;
}

table {
    width: 100%;
    color: #555;
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 10px;
    border: 1px solid #e2e2e2;
}

td:first-child {
    text-align: center;
}

tr.selected {
    background-color: #affb9b;
}

tr.zebra {
    background-color: #eee;
}

th {
    font-weight: bold;
    text-align: center;
    background-color: #f2f2f2;
}

.list tbody tr:hover {
    background-color: rgba(251, 255, 169, 0.43);
}

.tabs {
    width: auto;
    height: 46px;
    border-bottom: 4px solid #0D1C28;
    border-left: 0;
    padding: 0 0 11px 0;
    font-size: 20px;
    position: relative;
    margin: 70px 0 30px 0;
}

.tabs li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-weight: bold;
    text-align: center;
    color: #333;
    border-width: 0 0 4px 0;
    border-style: solid;
    border-bottom-color: transparent;
    float: left;
    overflow: hidden;
    font-size:20px;
}

.tabs li a {
    display: block;
    color: #888;
    padding: 10px 20px;
    font-size: 24px;
}

.tabs li.active {
    background-color: #fff;
    border-bottom-width: 8px;
    border-bottom-color: #f13939;
    border-style: solid;
    color:#f13939;
}

.tabs li.active a {
    color: #f13939;
}

.navs {
    border-bottom: 0;
    border-top: 0;
    margin-bottom: 50px;
    position: relative;
}

.navs .dvTop {
    display: none;
}

.navs li:nth-child(1) {
    border-left-width: 0;
    margin-left: 0;
}

.navs li {
    background-color: transparent;
    border: 0;
    text-align: left;
    height: auto;
    display: inline-block;
    list-style: none;
}

.navs li.active {
    background-color: transparent;
    border: 0;
}

.navs li a {
    font-size: 18px;
    color: #9B9B9B;
    padding: 10px;
    display: block;
}

.navs li.active a {
    color: #3E97DF;
}

.navs li a::before {

}

.navs li i {
    font-size: 18px;
    font-weight: normal;
    background-color: #e0e0e0;
    border-radius: 50%;
    padding: 0;
    margin: 0 5px;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

.navs li i:after {
    content: attr(data-no);
}

.navs li.active i {
    background-color: #3E97DF;
}

.navs li hr {
    display: inline-block;
    min-width: 160px;
    height: 4px;
    border: 0;
    background-color: #e0e0e0;
    margin: -6px 0 0 0;
    vertical-align: middle;
}

.navs li.pass {
    opacity: 0.3;
}

.navs li.pass hr {
    background-color: #3E97DF;
}

.navs li.pass a {
    color: #3E97DF;
}

.navs li.pass i {
    background-color: #3E97DF;
    position: relative;
}

.navs li.pass i::after {
    content: '✓';
}

.dvToolbar {
    margin-top: 70px;
    text-align: left;
}

.imessage {
    display: flex;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #727475;
    line-height: 22px;
    padding: 5px 0;
}

.imessage:before {
    content: '!';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #727475;
    color: #727475;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 2px;
}

.imessage:after {
    content: attr(data-default);
    margin-top: 5px;
}

.imessage ol {
    margin: 0;
    padding-left: 20px;

}

.imessage ol li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #727475;
    line-height: 22px;
}

.imessage.validatePass {
    color: #0C9363;
}

.imessage.validatePass:before {
    content: '✓';
    color: #0C9363;
    border-color: #0C9363;
}

.imessage.validatePass:after {
    content: attr(data-pass);
}

.imessage.validateError {
    color: #F13939;
}

.imessage.validateError:before {
    content: '!';
    color: #F13939;
    border-color: #F13939;
}

.imessage.validateError:after {
    content: attr(data-error);
}

#topTips {
    background-color: #f00;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: none;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 2.6em;
    line-height: 2.6em;
    margin-left: -100px;
    margin-top: -1.3em;
    text-align: center;
    padding: 0;
    z-index: 99999;
}

#topTips .loading {
    display: inline-block;
    height: 16px;
    width: 16px;
    padding-left: 5px;
    background-image: url("images/ico_loading.gif");
    background-repeat: no-repeat;
}

.mask_div {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    opacity: 1;
}

.dTopPopMsg {
    background-color: #d00;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 7px #333;
    color: #fff;
    display: none;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 50px;
    margin-left: -150px;
    margin-top: -25px;
    text-align: center;
    line-height: 50px;
    z-index: 29999;
}

.dTopPopMsg .loading {
    display: inline-block;
    height: 16px;
    width: 16px;
    padding-left: 5px;
    background-image: url("images/ico_loading.gif");
    background-repeat: no-repeat;
}

/*LOADING*/
.loadingDiv {
    font-size: 18px;
    background-color: #FFF;
    margin: 0 auto;
    text-align: center;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -50px;
    border: 1px solid #999;
    padding: 8px;
    text-align: center;
    width: 240px;
}

.loadingDiv .msg {
    color: #333333;
    margin-top: 14px;
}

.loadingDiv .msg2 {
    color: #888;
    margin-top: 5px;
}

/*alert*/
.popup_wrap{
    z-index: 900000;
}
.popup_wrap > .popup_dlg {
    font-size: 18px;
    background-color: #FFF;
    border: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #000;
    width: 460px;
    min-height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);;
    padding: 0;

    border-radius: 0;
    margin: 0;
}

.popup_wrap > .popup_dlg > h1 {
    display: none;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 3em;
    line-height: 3em;
    color: #fff;
    background-color: #3e83bb;
    border: 0;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
    width: 100%
}

.popup_wrap > .popup_dlg > .popup_content {
    padding: 1em;
    min-height: 100px;
}

.popup_wrap .popup_message {
    overflow: auto;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    max-height: 400px;
}
.popup_wrap .popup_message h1{
    font-size: 1.4em;
    margin: 20px;
    text-align: center;
    line-height: 1em;
}
.popup_wrap .popup_message h2{
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1em;
}
.popup_wrap .popup_icon {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff url("images/info.gif") no-repeat scroll 0 0;
    width: 32px;
    height: 32px;
}

.popup_wrap .alert {
    background-position: 0 0;
}

.popup_wrap .confirm {
    background-position: -33px 0;
}

.popup_wrap .prompt {
    background-position: -65px 0;
}

.popup_wrap .popup_toolbar {
    /*position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;*/
    text-align: center;
    padding: 0 0 20px 0;
}

.popup_wrap .popup_text {
    width: 90%;
    padding: .3em;
}

.popup_wrap > .popup_dlg button {
    margin-right: 10px;
}

/*画板弹出框*/
.modal {
    display: none;
}

.modal_dlg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height:  95%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 600px;
}

.modal_dlg .modal_dlg_close {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    background: #3E97DF;
    color: #fff;
    text-align: center;
    line-height: 48px;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.modal_dlg .modal_dlg_close:before {
    position: absolute;
    content: '';
    width: 18.4px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}

.modal_dlg .modal_dlg_close:hover {
    background: #3784c2;
}

.modal_dlg .modal_dlg_close:after {
    position: absolute;
    content: '';
    width: 18.4px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}

.modal_dlg .modal_dlg_title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #112534;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
    border-bottom: 4px solid #112534;
    margin: 0;
}

.modal_dlg .modal_dlg_content {
    margin-top: 37px;
    flex-grow: 1;
    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
}
.modal_dlg .modal_dlg_content a{color:#3E97DF;cursor:pointer;margin-right: 5px;display: inline-block;}
.modal_dlg .modal_dlg_content a:hover{color:#3784C2;}
.modal_dlg .modal_dlg_content .modal_dlg_content_scroll{
    flex-grow: 1;
    overflow: auto;
    max-height: 400px;
}
.modal_dlg .modal_dlg_content .modal_dlg_content_scroll table{
    table-layout: fixed;
}
.modal_dlg .modal_dlg_content .modal_dlg_content_scroll th
,.modal_dlg .modal_dlg_content .modal_dlg_content_scroll td{
    word-break: break-word;
}

.modal_dlg .modal_dlg_content th.hideTH{
    padding:0 10px;
    border-width: 0 1px;
}

.modal_dlg .modal_dlg_content label {
    display: inline-block;
}

.modal_dlg .modal_dlg_content.modal_dlg_content_spaceAround {
    display: flex;
}

.tbNoStyle th,.tbNoStyle td{
    background: transparent;
    border-width: 0;
}

.spaceAround_left {
    flex-basis: 400px;
    padding-right: 20px;
    box-sizing: border-box;
}

.spaceAround_right {
    flex-grow: 1;
}

.modal_dlg .modal_dlg_action {
    margin-top: 37px;
}

.modal_dlg .modal_dlg_search {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #112534;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 24px;
}

.modal_dlg_table {
    overflow: auto;
    max-height: 350px;
}

.modal_dlg_full{
    width: 90%;
    min-height: 90%;
    max-height: 90%;
}

/*反馈结果*/
.resultDv {
    background: #09294D;
    width: 100%;
    height: 404px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.resultDv .resultDv_icon {
    border: 4px solid #FFFFFF;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resultDv .resultDv_icon.resultDv_icon_success:before {
    content: '';
    display: block;
    width: 48px;
    height: 34px;
    border-width: 0 0 8px 8px;
    border-style: solid;
    border-color: #fff;
    transform: rotate(-45deg);
    margin-top: -17px;
}

.resultDv .resultDv_title {
    font-family: PingFangSC-Medium;
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    border-width: 0;
    margin: 23px 0 0;
    font-weight: normal;
}

.resultDv .resultDv_content {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
}

.resultDv .resultDv_content a {
    color: #9cd3ff;
    text-decoration: underline;
}

@media (max-width: 300px) {
    .popup_wrap > .popup_dlg {
        width: auto;
        left: 10px;
        right: 10px;
        margin-left: 0;
    }
}

.drag {
    position: absolute;
    top: 10px;
    z-index: 1000;
    width: 500px;
    height: 400px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 6px #000;
    /*-webkit-animation: opacityIn .2s linear;animation: opacityIn .2s linear;*/
    /*resize:both;*/
    overflow: auto;
    border: 0;
    font-size: 14px;
}

@media (max-width: 1000px) {
    .drag {
        width: auto !important;
        height: auto !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
    }
    .header{width:100%; padding:0 5px;box-sizing:border-box}
}

.drag > h2, .drag > .h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #2196F3;
    color: #fff;
    cursor: move;
    margin: 0;
    border: 0;
    padding: 0 0.5em;
    text-align: left;
}

.dragMain {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    right: 0;
    overflow: auto;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.bottomBar {
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 0;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    box-sizing: border-box;
    /*display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:stretch;*/
    padding: 0 5px;
}

.bottomBar > a {

}

.drag h2 button, .drag .h2 button {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 24px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    color: #fff;
    margin: 0;
    padding: 0;
}

.drag h2 button:hover {
    background-color: #64B5F6;
}

.drag .tabs {
    border: 0;
}

.resizeToolbar {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 3px;
    right: 3px;
    z-index: 2000;
    cursor: nwse-resize;
    border-width: 0 1px 1px 0;
    border-color: #999;
    border-style: solid;
}

.resizeToolbar::after{
    position: absolute;
    width: 8px; height: 8px;
    bottom: 3px;
    right: 3px;
    border-width: 0 1px 1px 0;
    border-color: #999;
    border-style: solid;
    z-index:2001;
    content:' ';
}
.drag.mask {
    z-index: 1000;
}

.drag input:not([type="radio"]):not([type="checkbox"]), .drag select {
    padding: 3px;
    height: auto;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
}
.drag select{
    top: -4px;
}

.drag button {
    padding: 5px;
    margin: 0;
    font-size: 14px;
    width: auto;
    height: 1.8em;
    line-height: 1em;
    background-color: #3E97DF;
    color: #fff;
    /* border: 1px solid #aaa; */
    margin-right: 3px;
    border-radius: 4px;
}

.drag button:hover {
    background-color: #3784C2;
}

.drag table {
    margin: 0;
}

.drag td, .drag th {
    text-align: left;
    padding: 0;
    border: 0;
}

.drag tr:hover {
    background-color: transparent;
}

dialog {
    background-color: #fff;
    border: 6px solid #c2c2c2;
    border-radius: 5px;
    box-shadow: 0 0 7px #aaa;
    display: none;
    left: 50%;
    margin-left: -180px;
    margin-top: -100px;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 50%;
    width: 360px;
    z-index: 6000;
}

dialog h3 {
    margin: 0;
    padding: 5px;
    background-color: #ddd;
}

dialog fieldset {
    margin: 10px;
    padding: 10px;
}

dialog p {
    margin: 5px 0
}

dialog nav {
    margin: 0 0 10px 0;
    float: right;
}

dialog dd {
    float: left;
    padding: 7px;
    border: 1px solid #999;
    margin: 5px 5px 0 0;
}

dialog dd.setDefault {
    background-color: gray;
    color: #fff
}

dialog dd:hover {
    background-color: #f00;
    color: #fff;
}


.unselectable, .unselectable * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*校验显示框样式*/
#errorTipWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.error-tip {
    position: absolute;
}

.error-tip .arrow_out {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 8px;
    bottom: -16px;
    left: 16px;
    position: absolute;
}

.error-tip .arrow_in {
    border-color: #f00 transparent transparent;
    border-style: solid;
    border-width: 8px;
    left: -8px;
    position: absolute;
    top: -11px;
}

.error-tip .message {
    background-color: #f00;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #999;
    padding: 3px 10px;
    position: relative;
}


.datepicker {
    display: none;
    position: absolute;
    background-color: #eee;
    left: 40px;
    top: 40px;
    z-index: 9999;
    box-shadow: 0 0 8px #aaa;
    border: 3px solid #ccc;
    padding: 6px;
    width: 250px;
}

.datepicker table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0;
}

.datepicker td {
    background-color: #fff;
    width: 2.2em;
    height: 2em;
    border: 1px solid #ccc;
    padding: 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #555;
}

.datepicker td:hover {
    background-color: #ddd;
}

.datepicker th {
    border: none;
    background: none;
    cursor: default;
    color: #555;
    font-weight: normal;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
}

.datepicker tr.toolbar {
    padding: 0;
}

.datepicker tr.toolbar th {
    cursor: pointer;
}

.datepicker tr.toolbar th:hover {
    background-color: #ddd;
}

.datepicker tr.week th {
    background-color: #ddd;
}


#symbolDlg {
    height: 240px;
    margin-top: -120px;
    overflow: hidden;
    width: 450px;
    margin-left: -225px;
    z-index: 19999;
    left: 50%;
    top: 50%;
}

#symbolList {
    background: #bbb none repeat scroll 0 0;
    border: 1px solid #ccc;
    bottom: 40px;
    left: 7px;
    overflow: auto;
    position: absolute;
    right: 7px;
    top: 38px;
}

.footToolbar {
    bottom: 0;
    height: 35px;
    left: 7px;
    position: absolute;
    right: 7px;
}

.symbolList {
    display: none;
}

.symbolList > i {
    float: left;
    display: block;
    padding: 3px;
    background-color: #fff;
    margin: 0 1px 1px 0;
    font-size: 18pt;
    font-style: normal;
    text-align: center;
    width: 1.2em;
    height: 1.5em;
    overflow: hidden;
}

.symbolList > i.selected {
    background-color: #ddd;
}

.symbolList > i:hover {
    background-color: #ff0;
}
#symbolDlg .tabs{
    margin: 0;padding: 0;background-color: #fff;
}
#symbolDlg .tabs li a {
    padding: 2px 6px;
    font-size: 16px;
}
#symbolDlg .tabs li{
    padding: 0;
}
#symbol td {
    font-size: 1.6em;
    padding: 3px 6px;
    border: 1px solid #ddd;
    font-family: "Times New Roman", 宋体, myfont;
}

#symbol td:hover {
    background-color: #eee;
}


.loading-wrap {
    position: fixed;
    display: none;
    z-index: 99999;
    min-width: 160px;max-width: 360px;
    height: 160px;
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -80px;
    background: #444;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
}

.loading-wrap > p {
    margin: 10px;
    word-break: break-all;
    line-height: 1.2em;
}

.loading-wrap > i {
    font-size: 10px;
    margin-top: 20px;
    text-indent: -9999em;
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1s infinite linear;
    animation: load3 1s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*.loading-wrap>i:before {
width: 50%;
height: 50%;
background: #eee;
border-radius: 100% 0 0 0;
position: absolute;
top: 0;
left: 0;
content: '';
}*/
.loading-wrap > i:after {
    background: #555;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wkLoading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes wkLoading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
    }
}


@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft, .moveIn {
    -webkit-animation: slideInLeft .2s linear;
    animation: slideInLeft .2s linear;
}


@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation: slideInRight .2s linear;
    animation: slideInRight .2s linear;
}


@-webkit-keyframes bounceIn {
    from {
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    from {
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation: bounceIn .2s linear;
    animation: bounceIn .2s linear;
}


.scale {
    animation: scale .3s ease;
    -webkit-animation: scale .3s ease;
    transform-origin: left top;
}

@keyframes scale {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation: zoomIn .3s ease;
    -webkit-animation: zoomIn .3s ease;
}

@-webkit-keyframes opacityIn {
    from {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

@keyframes opacityIn {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.opacityInIn {
    animation: opacityIn .3s ease;
    -webkit-animation: opacityIn .3s ease;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation: slideInDown .2s linear;
    animation: slideInDown .2s linear;
}


label.checkbox {
    line-height: 1.2em;
    margin-right: 5px;
}

label.checkbox input {
    display: none;
}

label.checkbox input + i {
    background-color: #fefefe;
    border: 1px solid #888;
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin: .2em 5px 0 0;
    vertical-align: top;
}

label.checkbox input + i:active, label.checkbox input:checked + i:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
}

label.checkbox input:checked + i {
    background-color: #f00;
    border: 1px solid #d00;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    color: #333;
}

label.checkbox input:checked + i:after {
    content: '√';
    font-size: 12px;
    font-weight: bolder;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: 黑体;
}


#Manage {
}

.header {
    height: 80px;
    position: relative;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
    z-index: 1;
}

.header h1 {
    margin: 0;
    padding: 20px 0;
    text-indent: 10px;
    text-shadow: 0 0 5px #777;
}

.header nav {
    float: right;
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 80px;
}

.header nav a {
    display: inline-block;
    margin-right: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header nav a.current, #Manage .header nav a:hover {
    text-decoration: none;
    text-shadow: 0 0 5px #777;
}

tfoot td {
    border: 0;
}

/*验证错误样式*/
.edit input[type="text"].error, .edit input[type="number"].error, .edit textarea.error, .edit [contenteditable].error {
    border-color: #F13939;
    color: #F13939;
}

.edit span.error {
    position: absolute;
    background: #f44;
    border-radius: 3px;
    color: #fff !important;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999;
    cursor: pointer;
    font-size: 12px;
    min-width: 4em;
}

.edit span.error::before {
    content: '';
    position: absolute;
    border-bottom: 6px solid #f44;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -10px;
}

/*可选列表*/
.dataList {
    position: absolute;
    min-width: 300px;
    max-width: 500px;
    background-color: #fff;
    box-shadow: 0 0 5px #333;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 1000;
    text-align: left;
}

.dataList li {
    padding: 10px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataList li > b {
    display: inline-block;
    min-width: 12em;
}

.dataList li:hover {
    background-color: #8ddaf7;
}

.dataList li.getdata {
    text-align: center;
    color: #f40;
    text-decoration: underline;
}

.dataList li.error {
    color: #f40;
}

.dataList i.keyword {
    margin: 0;
    color: #f40;
}

.dataList li.header {
    background-color: #0ab5f1;
    color: #fff;
    text-align: center;
}

/*取自审图公司的行标记颜色*/
tr.report_0, li.report_0 {
    background-color: #cbebf3;
}

.dataList li > i, .getdata i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: rgba(255, 68, 0, 0.4);
    animation: loading 3s linear infinite;
    margin: 0;
}

@keyframes loading {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

td, th {
    position: relative;
}
td.action{text-align: center}
span.state {
    position: relative;
    color: #004c77;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background-color: #baf5b9;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    height: 46px;
    line-height: 1em;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.state.yellow {
    background-color: #FFC408 !important;
}

span.state.red {
    background-color: #f44 !important;
    border-color: #f44 !important;
    animation: keyDanger 1.5s linear infinite;
}

span.state[status="未提交"] {
    background-color: #e8e8e8
}

span.state[status="不予受理"],span.state[status="退回"] {
    background-color: #ffc9c9
}

span.state[status="已受理"], span.state[status="申办已提交"], .list tbody span.state[status="已指派"] {
    background-color: #c9e9ff
}

span.state[status="正在审图"], span.state[status="已提交审图结果"] {
    background-color: #a2dbfd;
}

span.state[status="已归档"] {
    background-color: #5bffe6;
}

span.state .process_status {
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    bottom: 0;
    background-color: #f00;
    margin: 0;
}

span.state .process_status i {
    position: relative;
    display: block;
    float: left;
    height: 6px;
    margin: 0;
    background-color: #ff7315;
}

span.state .process_status i[status="通过"] {
    background-color: #05bf03;
}

span.state .process_status i[status="待审"] {
    background-color: #f3cf00;
}

b.limitDay {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    height: .7em;
    box-shadow: 0 0 3px #777 inset;
    background-color: rgba(196, 196, 196, 0.3);
}

b.limitDay i {
    position: absolute;
    display: block;
    margin: 0;
    background-color: #f00;
    top:0; bottom: 0;
    left: 0;
}
b.limitDay a {
    position: absolute;
    display: block;
    top:0; bottom: 0;
    left: 0;right: 0;
    font-size: .5em;
    line-height: 1em;
    overflow: hidden;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    color:#fff;
}
.header-title {
    height: 80px;
    line-height: 80px;
    float: left
}

.logo {
    display: block;
    padding-left: 42px;
    display: block;
    padding-left: 42px;
    color: #0D1C28;
    text-decoration: none;
    background: url(images/logo2x.png) no-repeat left center transparent;
    background-size: 32px 32px;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    word-break: keep-all;
}

.header-title b {
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
}
.header-title img{
    padding-right: 10px;
    border-right: 1px solid #ccc;
}
.autoShow {
    display: none;
    background-color: #999;
    color: #fff;
    margin: 0 5px;
    padding: 0 5px;
    font-weight: normal;

}

.list icon {
    cursor: pointer;
}

.list icon.toggle::after {
    content: "-";
    border: 1px solid #777;
    height: 20px;
    width: 20px;
    line-height: 18px;
    display: inline-block;
    border-radius: 2px;
    font-size: 24px;
    font-weight: bold;
    color: #777;
}

.list icon.toggle.collapse::after {
    content: "+";
}

.list td:last-child:not(.versions) a {
    cursor: pointer;
    margin-right: 6px;
    display: inline-block;
    color: #3E97DF;
}

.list td:last-child:not(.versions) a:hover {
    color: #0066B9;
}

.list td:last-child a:visited {
    color: #5635AD;
}

.list td a[disabled="disabled"]{
    color: #aaa !important;
}

.show-600w {
    display: none;
}

.toggle {
    text-align: center;
}

a.autoBlock {
    display: block;
}

/*分页控件*/
.pagination {
    *zoom: 1;
    color: #727475;
    margin-top: 1rem;
    margin-left: -.35rem;
    margin-bottom: 1rem;
    font-size: .7rem;
    line-height: 1;
    list-style: none;
    display: flex;
}

.pagination-item {
    vertical-align: middle;
    text-align: center;
    margin: 0 .35rem;
    cursor: pointer;
}

.pagination-item.disabled {
    display: none;
}

.pagination-link {
    color: #fff;
    background-color: #3e97df;
    display: block;
    text-align: center;
    min-width: 1rem;
    line-height: 1.9rem;
    padding: 0 .5rem;
}

.pagination-input {
    width: 3.5rem;
    color: #0d1c28;
    text-align: center;
    border: 1px solid #d9d9d9;
    display: inline-block;
    height: 1.9rem;
    margin-right: .15rem;
    vertical-align: middle;
    font-size: .7rem;
}

.pagination-link:hover {
    color: #fff;
    background-color: #0066b9;
}

.icon-left:before {
    transform: rotate(-135deg);
}

.icon-right:before {
    transform: rotate(45deg);
}

.pagination-submit {
    margin-left: .15rem;
    color: #3e97df;
    background-color: #ebf4fb;
    padding: 0 .8rem;
    display: inline-block;
    line-height: 1.9rem;
    vertical-align: middle;
    cursor: pointer;
}

.pagination-submit:hover {
    color: #d8eaf8;
    background-color: #3e97df;
}

/*选择人员*/
#dvModalCityUsers {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.department-list ul, .department-list li {
    list-style: none;
}

.department-list {
    overflow: auto;
    background-color: #f2f2f2;
}

.department-list li {
    position: relative;
    padding-left: 0;
    padding: 0;
}

.department-list > li[data-id] ul {
    padding-left: 2em;
}


.department-list li > span {
    display: block;
    font-size: 16px;
    padding: 5px 2em;
    position: relative;
    cursor: pointer;
}

.department-list li.parentDp > span {
    color: rgb(10, 181, 241);
}


.department-list li.parentDp > span:before {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    position: absolute;
    content: '-';
    color: rgb(10, 181, 241);
    border: 1px solid rgb(10, 181, 241);
    left: .5em;
    top: .5em;
}

.department-list li.listHide ul {
    display: none;
}

.department-list li.listHide.parentDp > span:before {
    content: '+';
}

.department-list li > span:after {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    position: absolute;
    color: #fff;
    background-color: #fff;
    border: 1px solid rgb(10, 181, 241);
    border-radius: 50%;
    right: .5em;
    top: .5em;
    content: '';
}

.department-list li.checked > span:after {
    background-color: rgb(10, 181, 241);
    content: '✓';
}

.inline-input input {
    padding: 5px;
    border-width: 0 0 1px 0;
}

.menulist {
    display: none;
    position: absolute;
    background-color: #0074b3;
    left: 0;
    border: 1px solid #0074b3;
    box-shadow: 0 0 5px #aaa;
    padding: 5px 0;
    z-index: 1000;
}

.menulist li {
    margin: 0;
    padding: 6px 12px;
    color: #555;
    cursor: pointer;
    list-style: none;
    background-color: #fff;
}

.menulist li:hover {
    background-color: #ffa;
}

.menulist li.sperator {
    padding: 0;
    margin: 2px 0;
    height: 0;
    border: 0;
}

@media (max-width: 1200px) {
    .main {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .header nav a:nth-of-type(n+2) {
        display: none
    }
    .header-title :nth-child(n+2){
        display:none;
    }
    .tableWraper {
        overflow: auto
    }

    .tableWraper > table {
        min-width: 900px;
    }

    /*
    .backCloud,.beforeCloud{
        display:none;
    }*/
    /*.tableWraper{
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }*/
}

.tabsWraper{
    padding-top: 32px;
    background-color: #09294d;
    background-image: url("../images/index/banner.jpg");
    background-position: center;
    min-height: 200px;
}
.bg-banner3{
    background-image: url("images/banner3.jpg");
}
.bg-banner4{
    background-image: url("images/banner4.jpg");
}
.tabsWraper ul{
    height: 60px;
    line-height: 60px;
    margin: 0;
    position: relative;
}
.tabsWraper h1{
    color:#fff;
    text-shadow:0 0 10px #444;
    margin: 38px 0;
    line-height: 67px;
}
.tabsWraper p{
    color: #fff;
    text-shadow:0 0 10px #444;
    font-size: 20px;
}
.tabsWraper li{
    background: #3f536e;
    color: #fff;
    float: left;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}
.tabsWraper li.active {
    color: #0D1C28;
    background: #fff;
}
.tabsWraper li a{
    color: inherit;
    cursor: pointer;
    padding: 0 1em;
    display: block;
    min-width: 130px;
}

.mb-only {
    display: none;
}
@media screen and (max-width: 760px) {
    h1 {
        margin: 0;
        /*font-size: 32px;*/
        font-size: 28px;
        /*line-height: 1.5em;*/
    }

    h2 {
        margin-top: 30px;
        position: relative;
        font-size: 20px;
        line-height: 20px;
    }
    .main {
        width: auto;
    }
    #topmenu {
        overflow: scroll;
    }
    #topmenu .main {
        display: flex;
        width: max-content;
        overflow: scroll;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .mb-only {
        display: inline-block;
    }
    .autoHide {
        display: none !important;
    }
    /*移动适配-banner*/
    .gd_tabsWraper #pDesc {
        font-size: 5vw;
        line-height: 2em;
        white-space: nowrap;
    }
    .h1Wraper {
        background-position: 25% !important;
        height: 160px !important;
    }
    .h1Wraper > .main > p {
        width: 100% !important;
        font-size: 6vw !important;
        white-space: nowrap;
    }
    .zq_mb_h1Wraper > .main > p,
    .gz_mb_h1Wraper > .main > p {
        font-size: 16px !important;
        white-space: normal !important;
    }
    #h2WorkName {
        line-height: 1.5em;
        word-break: break-all;
    }
    .tabsWraper > .main > h1 {
        margin: 0 !important;
        padding: 10px 10px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    #spStatus {
        display: none;
    }
    .tabsWraper {
        padding: 0;
    }
    .tabsWraper > .main {
        min-height: 200px;
        position: relative;
    }
    /*移动适配-菜单栏*/
    .tabsWraper ul {
        display: flex;
        height: 50px;
        line-height: 50px;
        width: max-content;
        background-color: #fff;
        position: absolute;
        bottom: 0;
    }
    .tabsWraper ul li {
        float: none;
        background: #fff !important;
        min-width: max-content;
        color: #0d1c28;
        position: relative;
    }
    .tabsWraper li.active {
        border-bottom: 5px solid #3E97DF;
        color: #3E97DF;
    }
    .tabsWraper li a {
        padding: 0 0.5em;
        min-width: 0;
    }
    .menu-wrap {
        width: 100%;
        min-height: 200px;
        position: absolute;
        bottom: 0;
        z-index: 9;
        overflow-x: scroll;
    }
    .menu-wrap::-webkit-scrollbar {
        display: none;
    }

    /*移动适配-附件资料界面*/
    .dvInfo,
    .dvInfo ol,
    #dvUploadFileListIMG,
    .info ol {
        padding: 0 !important;
        list-style: none;
    }
    #dvUploadFileListIMG h3 {
        font-size: 20px !important;
    }

    /*移动适配-表格*/
    a {
        color: #333;
    }
    .flex-between {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .flex-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    span.state[status="未提交"] {
        color: #ccc;
    }
    span.state[status="不予受理"],
    span.state[status="退回"] {
        color: #FF7F50
    }

    span.state[status="已受理"],
    span.state[status="申办已提交"],
    .list tbody span.state[status="已指派"] {
        color: #87CEFA
    }

    span.state[status="正在审图"],
    span.state[status="已提交审图结果"] {
        color: #4682B4;
    }

    span.state[status="已归档"] {
        color: #5bffe6;
    }
    span.state {
        color: #8FBC8F;
        line-height: 1.5em;
        background-color: transparent !important;
        height: auto;
        justify-content: left;
    }
    #tbCZZY td {
        display: block;
        border: 0;
    }
    #tbCZZY td > ol {
        padding: 0;
    }
    ol, ul {
        padding: 0 1em;
    }
    #tbCZZY td > ol,
    #tbCZZY td > ol ol {
        margin-left: .5em;
    }
    #dvHome p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #dvHome p a {
        color: #004f9e;
    }
    #loginForm,
    #loginChooseGZ .chooseClass {
        padding: 30px !important;
        min-width: 300px !important;
        width: auto;
    }
    .editInfo table:not([id='tbTaskList']):not([id='tbWorkUserView']) tr {
        display: block;
    }
    .editInfo table:not([id='tbTaskList']):not([id='tbWorkUserView']) th {
        float: left;
        width: auto !important;
    }
    .editInfo th.required:before {
        content: '*';
        position: absolute;
        left: -8px;
        color: #f44;
        margin-left: 6px;
    }
    .editInfo table:not([id='tbTaskList']):not([id='tbWorkUserView']) th:after {
        content: ':';
        display: inline-block;
        color: #0D1C28;
    }
    .editInfo table:not([id='tbTaskList']):not([id='tbWorkUserView']) th br {
        display: none;
    }
    .editInfo table:not([id='tbTaskList']):not([id='tbWorkUserView']) td {
        display: block;
        width: auto !important;
        min-height: 45px;
        box-sizing: border-box;
    }
    .editInfo table:not([id='tbTaskList']):not([id='tbWorkUserView']) td:after {
        content: '';
        height: 0;
        line-height: 0;
        display: block;
        visibility: hidden;
        clear: both;
    }
    #CompanyInfo {
        padding: 10px;
    }
    #tbTaskList th {
        width: 25%;
    }
    #ulFlowLog {
        margin-left: 50px !important;
    }
    #ulFlowLog label.remark {
        word-break: break-all;
    }
    /*卡片式*/
    .fullLine {
        width: 100%;
    }
    td.title-cd {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px dotted #ccc !important;
        width: 100%;
     }
    td.status {
        width: 100%;
        border-top: 1px dotted #ccc !important;
    }
    td.action {
        width: 100%;
        border-top: 1px dotted #ccc !important;
        text-align: right !important;
    }
    td.inline {
        flex: 1;
        text-align: right !important;
    }
    .item-id {
        /*display: block;*/
        font-size: 16px !important;
        color: #555;
        font-weight: normal !important;
    }
    #tbProjectList2 tr,
    #tbProjectList tr,
    .chart-table tr {
        border: 1px solid #ccc;
        border-bottom: 2px solid #ccc;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #tbProjectList2 td,
    #tbProjectList td,
    .chart-table td{
        display: block;
        border: none;
    }
    .item-scale{
        background-color: #e2e2e2;
        padding: 5px;
        color: #333;
    }
    /*移动适配-工具栏*/
    .toolbar {
        width: 100%;
    }
    .toolbar > div > * {
        margin-right: 0 !important;
    }
    .toolbar button {
        margin: 0;
        /*width: auto !important;*/
    }
    .toolbar select {
        width: 7em;
    }
    .toolbar select+input {
        width: 10em !important;
    }
    .flex-between input {
        flex: 1;
    }
    .toolbar_group {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .toolbar_group span {
        display: block;
        width: 50%;
        margin-bottom: 10px;
    }
    .toolbar_group span select {
        width: 5em !important;
    }
    .toolbar_group_2 span{
        display: block;
        margin-bottom: 10px;
    }
    .toolbar_group_2 span input{
        margin-left: 5px;
    }
    .cityList, .countyList {
        right: 0;
        left: auto !important;
        width: 150px !important;
    }
    .keyword_input {
        display: flex;
        align-items: center;
    }
    .keyword_input input {
        flex: 1;
    }
    .toolbar_group .select i[pfunction="getCityName"] {
        width: 4em;
        text-overflow: ellipsis;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
    }
    #txtKeyWord {
        flex: 1;
        width: auto !important;
    }
    #sc_status {
        width: 7em !important;
    }
    #tbTaskList {
        margin-top: 10px;
    }
    #page {
        float: none !important;
        text-align: center;
    }
    /*移动适配-温馨提示*/
    .info a {
        color: #3E97DF;
    }
    .chart-bottom-item-hd-more{
        font-size: 16px;
        line-height: 1em;
        bottom: 15px;
    }
    #dvcitys{text-align: center}
    #keyWords {
        width: 10em;
    }

    .header {
        height: 60px;
        width: 100%;
        top: 0;
        z-index: 100;
        background-color: #fff;
    }

    .header nav {
        height: 60px;
    }

    .header nav a {
        margin-right: 8px;
        display: inline-block;
        width: auto;
        max-width: 6em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header nav a img.photo {
        display: none
    }

    .logo {
        margin-left: 10px;
    }

    .header-title {
        line-height: 60px;
        height: 60px;
    }

    .header-title a:hover {
        color: transparent;
    }

    .header-title b {
        display: none
    }

    .autoBlock {
        display: block;
        margin-bottom: 6px;
    }


    .footer{
        /*padding: 30px 0;*/
        padding: 0 10px;
        margin-top: 20px;
    }
    .footer .main .fl > p {
        display: flex;
        flex-direction: column;
    }
    .footer .fl, .footer .fr {
        float: none;
        text-align: center;
    }
    .footer .fl b{
        display: block;
    }

    a.autoBlock {
        display: inline;
    }

    .workarea {
        /*margin-top: 80px;*/
        /*margin-bottom: 45px;*/
        padding: 10px;
        margin: 0 !important;
    }

    .tabs {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 100;
        /*border-top: 2px solid #e2e2e2;*/
        border-bottom: 0;
        margin: 0;
        height: 48px;
        line-height: 48px;
        padding: 0;
        display: flex;
        box-shadow: 0 -2px 5px 0 rgba(0,0,0,.3);
    }
    .tabs li.active {
        border-bottom-color: #3E97DF;
    }
    .tabs li.active a {
        color: #3E97DF;
    }
    .tabs li a {
        font-size: 20px;
        padding: 0;
    }
    .tabs li {
        padding: 0;
        height: 40px;
        line-height: 40px;
        flex: 1;
    }

    .modal_dlg{
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }
    .modal_dlg .modal_dlg_action {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .modal_dlg .modal_dlg_action button {
        margin-right: 0 !important;
    }

    /*移动适配-幻灯片*/
    .slide {
        overflow: scroll;
    }
    .chart-top {
        width: 1100px;
        justify-content: left !important;
    }
    .chart-top-item {
        padding: 0 !important;
        margin: 0 10px;
        width: 33% !important;
    }
    .chart-top-item-hd {
        padding: 10px 0 0 10px !important;
    }
    .dvChart4 {
        overflow: scroll;
    }
    .dvChart4 div {
        min-width: 1200px;
    }

}
/*办事指南和操作说明*/
.matters-caption{
    margin: .5rem 0;
    line-height: 1.4rem;
    word-break: break-all;
    font-size: 16px;
    color: #000;
}
.matters-table-workFlow td,.matters-table-workFlow th{
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
    background-color: transparent !important;
    border-width: 0;
}
.matters-table-workFlow th{
    color: #727475;
    padding: 10px 8px;
}
.matters-table-workFlow td
{
    color: #0d1c28;
    padding: 18px 12px 18px 0px;
    border-bottom: 1px dashed #f1f2f3;
    font-size: 12px;
}

.matters-table-workFlow td.matters-table-workflow-step{
    padding-left: 55px;
    font-size: 16px;
}

.matters-table-workFlow td.matters-table-workflow-step i{
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    background-color: #bbb;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    margin-top: -14px;
}
.matters-table-workFlow td.matters-table-workflow-step i:after{
    content: attr(no);
}

.matters-table-workFlow td.matters-table-workflow-step i:before{
    content: "";
    position: absolute;
    height: 300%;
    width: 30px;
    top: 30px;
    left: 0;
    background: #eee;
    z-index: 1;
    border-left: 14px solid #fff;
    border-right: 14px solid #fff;
    box-sizing: border-box;
}

.matters-table-workFlow tr:last-child td.matters-table-workflow-step i:before{
    content: none !important;
}

.matters-table-workFlow td.matters-table-workflow-step p{
    font-size: 12px;
    margin: 0;
}

.matters-table-workFlow tr.passStep td.matters-table-workflow-step i:after{
    content: '✓';
}
.matters-table-workFlow tr.passStep td.matters-table-workflow-step i
,.matters-table-workFlow tr.passStep td.matters-table-workflow-step i:before{
    opacity:.3;
    background-color: #3E97DF;
}

.matters-table-workFlow tr.currentStep td.matters-table-workflow-step i:after{
    color: #fff;
}
.matters-table-workFlow tr.currentStep td.matters-table-workflow-step i{
    background-color: #3E97DF;
}
.matters-table-workFlow tr.currentStep td {
    color:#3E97DF ;
}

.validatePanel{position: relative;}
/*侧边滚动条*/
.matters-navMenu{
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e2e2e2;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -200px;
    min-width: 150px;
    max-width: 150px;
    box-sizing: border-box;
}
@media (max-width: 1400px) {
    .matters-navMenu{display: none;}
}
.matters-navMenu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
}
.matters-navMenu li{
    height: 20px;
    text-align: right;
    line-height: 20px;
    white-space: nowrap;
    position: relative;
}
.matters-navMenu li a{
    color: #777;
    position: absolute;
    right: 0;
    margin-right: 10px;
    padding-right: 10px;
}
.matters-navMenu li a:hover{
    color:#3e97df;
    cursor: pointer;
}
.matters-navMenu li a.active{
    color: #3e97df;
}
.matters-navMenu li a.active:after{
    content: '';
    height: 20px;
    border-right: 3px solid #3e97df;
    position: absolute;
    right: 0;
}

.h1Wraper{
    color: #fff;
    height: 360px;
    background-image: url("images/h1bg.jpg");
    background-position: center;
}

.cityList,.countyList{
    position: absolute;
    background-color: #fff;
    padding: 10px;
    line-height: 1.6em;
    border: 1px solid #aaa;
    top:38px;
    left: 0;
    z-index: 1;
    width: 410px;
}
.cityList a,.countyList a{
    display: inline-block;
    padding: 5px;
}
.cityList a.selected, .countyList a.selected{
    color: #0b7ec0;
}

.autoHideTag[data-status="草稿"] [data-hide="草稿"]{
    display: none !important;
}

#ulDesignList>li{
    list-style: none;
    margin: 10px 10px 30px 10px;
    padding: 10px;
    border: 2px solid #777;
}

.bbinput input[type=text],.bbinput input[type="number"],.bbinput select{
    padding: 5px !important;
    border-width: 0 0 1px 0;
    height: auto;
    margin: 5px 0;
}

#tbWorkBaseInfo b{
    margin-left: 5px;
    font-weight: bold;
}

.tips{
    margin-left: .5em;
    cursor: pointer;
}

#tbWorkUserView td{
    border-bottom: 1px solid #aaa;
}

.popup_wrap .popup_message .errorWraper {
    text-align: left;
    width: auto;
}

.popup_wrap .popup_message .errorWraper h2{
    font-size: 1.2em;
}

.popup_wrap .popup_message .errorWraper p{
    color:#bbb;
}
.linkUser{max-width: 16em;}
#topmenu{background-color: #09294d;height: 40px}
#topmenu a{
    display: inline-block;
    line-height: 40px;
    padding: 0 .7em;
    color: #fff;
}
#topmenu a.active{
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 10px #aaa inset;
}
#topmenu a:hover{
    background-color: #777;
}

@font-face {
    font-family: 'CKTKingKong';  /* 自定义字体名称 */
    src:url('/css/font/CKTKingKong-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.header2{
    height: 70px;
    background: url(/css/bg.jpg) top center no-repeat;
    background-size: 100%;
    padding: 0 15px;
    box-shadow: 0 0 5px #999;
}

.head{
    height: 70px;
    display: flex
}

.head .title{
    font-family: 'CKTKingKong', "Microsoft YaHei", sans-serif;
    font-size: 28px;
    color: #000;
    line-height: 60px;
    display: flex;
}


