@charset "UTF-8";
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.transition_0p2, .yp_public .yp_content .myBtnSpan:hover, .yp_public .yp_content .myBtnSpan:hover input {
    transition: all 0.2s ease 0s;
}

.hidden {
    display: none;
}

.pb10 {
    padding-bottom: 10px !important;
}

.t1em {
    text-indent: 1em;
}

.t2em {
    text-indent: 2em;
}

.t3em {
    text-indent: 3em;
}

.disableSave {
    cursor: not-allowed;
}

.editableDg .datagrid-view .numberbox, .editableDg .datagrid-view .combo, .editableDg .datagrid-view .textbox {
    width: 80% !important;
}

.editableDg .datagrid-row-editing td td {
    border-left: 0;
}

.login_top {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.login_logo img {
    margin-top: 33px;
}

.login_middle {
    width: 100%;
    background-image: url(../images/bgmain.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.login_middle_content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#login_form {
    height: 100%;
}

.login_bottom {
    color: #4b5154;
    text-align: center;
    padding-top: 100px;
    font-size: 14px;
}

.login-box {
    position: absolute;
    top: 50%;
    right: 7.2%;
    margin-top: -192px;
    width: 326px;
    border-radius: 10px;
}

.login-box ul {
    padding: 15px 0 0;
    margin: 0;
    height: 280px;
}

.login-box ul input {
    outline: none;
}

.login-box li {
    margin: 0;
    padding-top: 36px;
    list-style: none;
}

.login-box ul li:last-child input {
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: center;
    background-color: #8FB749;
    border-radius: 6px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.login-box ul li:last-child input:hover {
    box-shadow: 0 0 2px #3e4c67;
}

.userlogin {
    font-size: 26px;
    line-height: 60px;
    height: 60px;
    color: #4A5165;
    padding-top: 10px;
}

.login .name, .login .password {
    position: relative;
    margin-bottom: 24px;
    padding-top: 0;
}

.login .name input, .login .password input {
    width: 100%;
    height: 38px;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d6d6d6;
    text-indent: 50px;
    padding: 0;
}

.login .name label, .login .password label {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.login .name i, .login .password i {
    position: absolute;
    left: 1px;
    top: 31px;
    padding: 8px 0 0 9px;
    width: 29px;
    height: 30px;
    border-right: 1px solid #d6d6d6;
    border-radius: 6px 0 0 6px;
    background: #fff;
    color: #666;
}

.login .name i:before {
    font-size: 20px;
}

.login .password i:before {
    font-size: 22px;
}

@media screen and (max-width: 1300px) {
    .login-box {
        width: 280px;
        right: 3%;
        margin-top: -185px;
    }

    .login-box ul {
        padding-top: 10px;
    }

    .login-box li {
        padding-top: 28px;
    }

    .login .name, .login .password {
        margin-bottom: 16px;
        padding-top: 0;
    }

    .userlogin {
        padding-top: 12px;
    }
}

.panel-body {
    background: #f5f5f5;
}

#ypBody {
    /*——————————————主菜单——————————————*/
    /*——————————————主内容——————————————*/
}

#ypBody #ypNorth {
    height: 56px;
    background: #3A4151;
    border-bottom: 1px solid #3A4151;
    overflow: hidden;
}

#ypBody #ypNorth .logo {
    float: left;
    margin: 8px 0 0 30px;
}

#ypBody #ypNorth .info {
    float: right;
    margin: 17px 30px 0 0;
    color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

#ypBody #ypNorth .info span {
    margin-left: 20px;
}

#ypBody #ypNorth .info span i {
    margin-right: 5px;
}

#ypBody #ypNorth .info span.infoName {
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
}

#ypBody #ypNorth .info span.infoPw {
    cursor: pointer;
}

#ypBody #ypNorth .info span.infoPw:hover {
    color: #8FB749;
}

#ypBody #ypNorth .info span.infoQuit {
    cursor: pointer;
}

#ypBody #ypNorth .info span.infoQuit:hover {
    color: #8FB749;
}

#ypBody #ypNorth .info span.infoQuit i {
    font-size: 14px;
}

#ypBody #ypWest {
    width: 228px;
    background-color: #202c3b;
    border-right: 1px solid #cccccc;
}

#ypBody #ypCenter {
    display: none;
    background-color: #f1f4fa;
}

#ypBody #indexMenu {
    margin-top: 15px;
    padding: 0;
}

#ypBody #indexMenu li {
    list-style: none;
}

#ypBody #indexMenu li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    padding: 0 30px 0 50px;
    background-color: #1a232f;
}

#ypBody #indexMenu li > a i.iconfont {
    display: none;
    position: absolute;
    top: 1px;
    left: 23px;
    font-size: 14px;
}

#ypBody #indexMenu li > a i.iconfont.icon-yuanquan {
    display: none !important;
}

#ypBody #indexMenu li > a i.menuIcon, #ypBody #indexMenu li > a i.menuIcon_close {
    transition: all 0.2s ease 0s;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/menuArrow.png) no-repeat center center;
}

#ypBody #indexMenu li > a i.menuIcon_close {
    transform: rotate(-90deg);
}

#ypBody #indexMenu li.current > a {
    border-top: 1px solid #1a232f;
    background: none #8FB749 !important;
}

#ypBody #indexMenu li div {
    display: none;
}

#ypBody #indexMenu li div a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    border-left: 3px solid #37424f;
    margin-bottom: 5px;
    padding: 0 10px 0 60px;
    font-size: 14px;
}

#ypBody #indexMenu li div a.currentA {
    background-color: #37424f;
    border-left: 3px solid #8FB749;
}

#ypBody #indexMenu li div:first-of-type a {
    margin-top: 10px;
}

#ypBody #indexMenu li div:last-of-type a {
    margin-bottom: 10px;
}

#ypBody #indexContentTabs .tabs-header {
    padding-top: 0;
}

#ypBody #indexContentTabs .tabs-panels-noborder {
    position: relative;
    z-index: 1;
}

#ypBody #indexContentTabs .tabs-panels-noborder > div {
    border-radius: 5px;
}

#ypBody #indexContentTabs .tabs-panels-noborder > div .tabs-panels-noborder {
    padding: 0;
}

#ypBody #indexContentTabs #myShadow {
    position: absolute;
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
    border-radius: 5px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.ptb10 {
    padding: 10px 0;
}

.pb10 {
    padding-bottom: 10px;
}

.yp_public {
    font-family: "Microsoft YaHei";
}

.yp_public .yp_content {
    padding: 0 20px 30px;
}

.yp_public .yp_content .myBtnSpan {
    display: inline-block;
    background-color: #8FB749;
    padding: 2px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.yp_public .yp_content .myBtnSpan:hover {
    background-color: #8FB749;
}

.yp_public .yp_content .myBtnSpan:hover input {
    background-color: #8FB749;
}

.yp_public .yp_content .myBtnSpan .iconfont {
    position: relative;
    color: #fff;
    cursor: pointer;
}

.yp_public .yp_content .myBtnSpan input {
    background-color: #8FB749;
    color: #fff;
    border: 0;
    height: 26px;
    font-family: "Microsoft YaHei";
    outline: none;
    cursor: pointer;
}

.yp_public .yp_content .tb_operate_box {
    margin-bottom: 30px;
}

.yp_public .yp_content .tb_operate_box li {
    list-style-type: none;
}

.yp_public .yp_content .tb_filter_box {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(197, 197, 197, 0.5);
    margin-bottom: 30px;
}

.yp_public .yp_content .tb_filter_box.p50 {
    padding: 50px;
}

.yp_public .yp_content .tb_left {
    float: left;
    font-size: 14px;
}

.yp_public .yp_content .tb_left .secondRow {
    margin: 10px 0 15px 0;
}

.yp_public .yp_content .tb_left label {
    vertical-align: middle;
    display: inline-block;
}

.yp_public .yp_content .tb_left input {
    vertical-align: middle;
}

.yp_public .yp_content .tb_left span.textbox {
    margin: 0 25px 0 10px;
}

.yp_public .yp_content .tb_left span.dateMiddleLine {
    margin-left: -10px;
}

.yp_public .yp_content .tb_left .myBtnSpan {
    margin-right: 15px;
}

.yp_public .yp_content .tb_left ul {
    margin: 0;
    padding: 0;
}

.yp_public .yp_content .tb_left ul li {
    list-style: none;
    float: left;
    height: 29px;
    line-height: 29px;
    margin-right: 30px;
}

.yp_public .yp_content .tb_left ul li .textbox {
    margin-right: 0;
}

.yp_public .yp_content .tb_left .tb_left_info {
    margin-top: 15px;
}

.yp_public .yp_content .tb_left_hasInfo {
    padding-bottom: 0;
}

.yp_public .yp_content .tb_right {
    float: right;
    font-size: 14px;
}

.yp_public .yp_content .tb_right .myBtnSpan {
    margin: 2px 0 0 15px;
}

.yp_public .yp_content .tb_right label {
    vertical-align: middle;
}

.yp_public .yp_content .tb_right input {
    vertical-align: middle;
}

.yp_public .yp_content .dg_operate_a {
    padding: 3px 12px;
    background: #fff;
    border: 1px solid #8FB749;
    border-radius: 4px;
    color: #8FB749;
    text-decoration: none;
    margin: 0 8px;
    transition: background .2s, color .2s;
}

.yp_public .yp_content .dg_operate_a:hover {
    background: #8FB749;
    color: #fff;
}

.yp_public .info_box_path {
    line-height: 20px;
    padding: 8px 0 8px 20px;
    margin: 0 -20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(197, 197, 197, 0.5);
}

.yp_public .info_box_title {
    font-weight: 400;
    margin: 0 0 26px 0;
    padding: 26px 0 10px;
    border-bottom: 2px solid #8FB749;
    color: #669900;
}

.yp_public .noTbDatagrid .datagrid-header {
    border-top: 1px solid #dddddd;
}

.yp_public .datagridSaveBtn, .yp_public .datagridDelBtn {
    display: inline-block;
    margin: 0 6px;
    width: 15px;
    height: 14px;
    border-radius: 50%;
    background-color: #8FB749;
    color: #fff;
    padding: 2px;
    cursor: pointer;
}

.yp_public .datagridSaveBtn .iconfont, .yp_public .datagridDelBtn .iconfont {
    position: relative;
    left: 0;
    top: -3px;
    font-size: 12px;
}

.yp_public .datagridDelBtn {
    background-color: #FF3E34;
}

.yp_public .detail_table {
    border-collapse: collapse;
    width: 800px;
    margin: 30px auto;
}

.yp_public .detail_table th, .yp_public .detail_table td {
    border: 1px solid #ddd;
}

.yp_public .detail_table th {
    padding-right: 20px;
    text-align: right;
    font-weight: normal;
    background-color: #ebebeb;
}

.yp_public .detail_table div {
    margin-left: 20px;
    padding: 10px 0;
}

.yp_public .bigBtn {
    width: 28px;
    text-align: center;
    margin: 0 auto;
    background-color: #8FB749;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    padding: 10px 30px;
}

.yp_public .bigBtn:hover {
    background-color: #8FB749;
}

.yp_public .btnGroup {
    padding-left: 61px;
    margin: 10px 0;
}

.yp_public .btnGroup span {
    margin-right: 30px !important;
}

.yp_public .splitLine {
    font-weight: normal;
    margin-left: -10px;
}

.yp_public .forbidden_window .messager-window {
    width: 300px;
    left: 50%;
    top: 50%;
    margin: -82px 0 0 -150px;
    z-index: 9075;
    position: absolute;
    box-shadow: 2px 2px 3px #cccccc;
    border-radius: 5px 5px 10px 10px;
}

.yp_public .forbidden_window .window-header {
    width: 300px;
    height: 31px;
}

.yp_public .forbidden_window .window-body {
    width: 278px;
    height: 80px;
}

.yp_public .forbidden_window .window-body div:last-of-type {
    font-size: 16px;
    margin-top: 5px;
}

.yp_public .myDgMaskMsg {
    display: block;
    width: 125px;
    font-size: 14px;
    border-radius: 5px;
    left: 50%;
    margin-left: -82px;
    margin-top: -50px;
    z-index: 9999;
}

.yp_public .publish_table {
    margin-top: 0;
    text-align: center;
    width: 1000px;
    margin-bottom: 0;
}

.yp_public .publish_table th {
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
}

.yp_public .publish_table td div {
    padding: 6px 0;
    text-align: left;
}

.yp_public .publish_status {
    text-align: center;
}

.yp_public .publish_status em {
    margin-right: 15px;
    font-style: normal;
}

.yp_public .publish_status span {
    color: #8FB749;
}

.yp_public .publish_status i {
    vertical-align: middle;
    margin-right: 1px;
}

.yp_public .publish_status i.icon-chenggong {
    color: #00BF00;
}

.yp_public .publish_status i.icon-shibai {
    color: #EF0000;
}

.yp_public .publish_status b {
    font-size: 16px;
}

.yp_public .publish_status p {
    margin: 16px 0;
}

.yp_public .bigBtn_publish {
    width: 50px;
}

.yp_public .bigBtn_publish i {
    font-size: 14px;
}

.yp_public .bigBtn_publish i:before {
    font-size: 16px;
    margin-right: 5px;
}

.myWindow {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 20px 20px 0 50px;
    /*manager_add_treegrid*/
}

.myWindow > div {
    margin-bottom: 15px;
}

.myWindow > form {
    margin-bottom: 15px;
}

.myWindow .detail_mb {
    margin-bottom: 20px;
}

.myWindow label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.myWindow label.textareaLabel {
    vertical-align: top;
}

.myWindow b.bRequired {
    position: absolute;
    left: -7px;
    color: red;
    font-weight: normal;
}

.myWindow input {
    vertical-align: middle;
}

.myWindow span.textbox, .myWindow textarea {
    margin: 0 15px 0 5px;
}

.myWindow textarea {
    resize: none;
    width: 350px;
    height: 150px;
    border-color: #e8e8e8;
}

.myWindow td div {
    margin-bottom: 10px;
}

.myWindow .detail_label {
    display: inline-block;
    vertical-align: top;
}

.myWindow .detail_span {
    width: 390px;
    vertical-align: top;
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
}

.myWindow .manager_add_treegrid td div {
    margin-bottom: 0;
}

.myWindow .manager_add_treegrid .datagrid-body td {
    padding: 0;
}

.myWindow .manager_add_treegrid .datagrid-header, .myWindow .manager_add_treegrid .datagrid-row td:first-child {
    border-left: 0;
}

.myWindow .manager_add_treegrid .datagrid-header td {
    padding: 0;
}

.icon-daochu {
    position: relative !important;
    top: 1px !important;
    font-size: 13px;
}

.icon--shenhe {
    font-size: 17px;
}

.window {
    padding: 0;
    border: 0;
    border-radius: 5px 5px 0 0;
    background: none;
}

.window .window-header {
    background-color: #202c3b;
    color: #fff;
    padding-bottom: 11px;
}

.window .window-header .panel-title {
    color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 11px 0 0 15px;
}

.window .window-header .panel-tool {
    margin-top: -9px;
    right: 7px;
}

.window .window-header .panel-tool .panel-tool-close {
    background: url(../images/icon_cha.png);
}

.window .panel-header, .window .panel-body {
    border-color: #dddddd;
}

.window .dialog-button {
    border-color: #dddddd;
}

.window .dialog-button a {
    background: #fff;
    padding: 3px;
    outline: none;
}

.window .dialog-button a .l-btn-left {
    width: 70px;
}

.window .dialog-button a .l-btn-left .l-btn-text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.window .dialog-button a:first-child {
    border: 0;
    background: #8FB749;
    color: #fff;
}

.datagrid-row-over {
    color: #000 !important;
}

.datagrid .panel-body, .panel {
    overflow: visible;
}

.datagrid-toolbar {
    border: 0;
}

.datagrid-header {
    background: #8DB448;
    border: 1px solid #8DB448;
    border-radius: 5px 5px 0 0;
}

.datagrid-view {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(197, 197, 197, 0.5);
}

.datagrid-pager {
    box-shadow: 0 0 10px 0 rgba(197, 197, 197, 0.5);
}

.datagrid-row td:first-child {
    border-left: 2px solid #fff;
}

.datagrid-row td:last-child {
    border-right: 1px solid #fff;
}

.datagrid-header .datagrid-cell span, .datagrid-cell {
    font-size: 14px;
}

.datagrid-header td {
    padding: 8px 0;
    border-color: transparent;
}

.datagrid-body td {
    padding: 5px 0;
    overflow: hidden;
    border-color: #ddd;
}

.datagrid-body td[field=state], .datagrid-body td[field=CZ] {
    overflow: visible;
}

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: none;
}

.datagrid-row-selected {
    background-color: #e5f0d2;
}

.datagrid-row-selected td:first-child, .datagrid-row-checked td:first-child {
    border-left: 2px solid #e5f0d2;
}

.datagrid-row-selected td:last-child, .datagrid-row-checked td:last-child {
    border-right: 1px solid #e5f0d2;
}

.datagrid-empty {
    margin-top: 30px;
}

.datagrid-td-rownumber {
    background: #fff;
}

.textbox {
    border: 1px solid #DDDDDD;
}

.textbox .textbox-text {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.textbox .textbox-prompt {
    color: #757575;
}

.combo-arrow {
    background: url(../images/combo_arrow.png) no-repeat center center #eee;
}

.combo-arrow:hover {
    background-color: #EBFFEB;
}

.combo-panel {
    border: 1px solid #DDDDDD;
}

.combobox-item-hover {
    background-color: #EBFFEB;
}

.combobox-item {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.calendar-header {
    background-color: #EBFFEB;
}

.calendar-saturday {
    color: #CC2222;
}

.messager-body div {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.passwordbox-open {
    background: url(../easyui/themes/default/images/passwordbox_close.png) no-repeat center center;
}

.passwordbox-close {
    background: url(../easyui/themes/default/images/passwordbox_open.png) no-repeat center center;
}

#indexContentTabs .tabs-header-plain .tabs {
    margin-top: 7px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/tabsLine.png) left bottom repeat-x;
}

#indexContentTabs .tabs-header-plain .tabs a.tabs-inner {
    font-size: 18px;
    padding: 0 25px;
    border: none;
    background: none;
    font-weight: normal;
    margin-right: 10px;
    height: 36px !important;
    line-height: 36px !important;
    color: #313059;
}

#indexContentTabs .tabs-header-plain .tabs .tabs-selected {
    background: url(../images/tabsArrow.png) center 39px no-repeat;
}

#indexContentTabs .tabs-header-plain .tabs .tabs-selected a.tabs-inner {
    color: #ff8a00;
    border-bottom: 3px solid #ff8a00;
}

#indexContentTabs .tabs-header-plain .tabs .tabs-title {
    float: left;
    font-size: 16px;
}

/*# sourceMappingURL=index.css.map */
