/**
 * @version 2.0.1
 */
@CHARSET "UTF-8";
html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

/* top���ֿ��ҵĹ����������磺��ǰ�û���Ϣ���˳��ȣ� */
.topRight {
    float: right;
    margin-top: 40px;
    margin-right: 20px;
}

.topRight span {
    margin-right: 4px;
    margin-left: 4px;
}


/**������ʾ**/
.messageError, label.error {
    color: red;
    margin-left: 0.5em;
    vertical-align: middle;
}

/* ����inputԪ�صĴ�ֱ���뷽ʽ */
input {
    vertical-align: middle;
    font-family: 微软雅黑;
}

/* ������ʽ */
.inputHidden {
    display: none;
}

/* ���ڿؼ���ʽ */
.inputDate {
    width: 80px;
}


/* �����ѡ���ı߿���ʽ */
.inputUI, .inputUI-medium, .inputUI-long {
    border: 1px solid #86A3C4;
    vertical-align: middle;
    font-size: small \9;
}

.inputUI:focus, .inputUI-medium:focus, .inputUI-long:focus {
    border-color: rgb(77, 144, 254);
    outline: none;
}

/* ��׼�ı�����ʽ */
input.inputUI {
    width: 200px;
    padding: 2px;
}

/* �п���ı�����ʽ */
input.inputUI-medium {
    width: 280px;
    padding: 2px;
}

/* ������ı�����ʽ */
input.inputUI-long {
    width: 420px;
    padding: 2px;
}

/* ��׼ѡ�����ʽ */
select.inputUI {
    width: 140px;
    font-size: 13px;
}

/* �п��ѡ�����ʽ */
select.inputUI-medium {
    width: 280px;
    font-size: 13px;
}

/* �����ѡ�����ʽ */
select.inputUI-long {
    width: 420px;
    font-size: 13px;
}

/* ��׼�ı�����ʽ */
textarea.inputUI {
    width: 200px;
    padding: 2px;
    overflow: auto;
    resize: none;
}

/* �п���ı�����ʽ */
textarea.inputUI-medium {
    width: 280px;
    padding: 2px;
    overflow: auto;
    resize: none;
}

/* ������ı�����ʽ */
textarea.inputUI-long {
    width: 420px;
    padding: 2px;
    overflow: auto;
    resize: none;
}


/* ��ť��������ʽ */
/* ��ť��ʽ */
.buttonUI, .toolbarUI a {
    display: inline-block;
    color: white;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: inset 0px 1px 0px 0px #CCCCFF;
    -moz-box-shadow: inset 0px 1px 0px 0px #CCCCFF;
    -webkit-box-shadow: inset 0px 1px 0px 0px #CCCCFF;
    -moz-focus-inner: border none;
    background-color: rgba(58, 153, 241, 0.86); /*border:1px solid #3A99F1;*/
    padding: 6px 6px;
    padding: 4px 4px 2px 4px \9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 4px;
}

.buttonUI {
    padding-right: 10px;
}

.buttonUI:hover, .toolbarUI a:hover {
    background-color: rgb(207, 225, 243);
    text-decoration: none;
    color: black;
    border: 1px solid #3A99F1;
}

.buttonUI[disabled], .toolbarUI a[disabled] {
    opacity: .6;
    filter: Alpha(Opacity=60);
    background-image: none;
    cursor: default;
}

.toolbarUI a + a {
    margin-left: 4px;
}

.buttonUI > .om-panel-icon, .toolbarUI a > .om-panel-icon {
    height: 16px;
    width: 18px;
    vertical-align: bottom;
    float: left;
}

/* ��ť�������Ĳ�����ʽ */
.toolbarUI {
    display: inline-block;
}

.toolbarUI .left {
    float: left;
}

.toolbarUI .right {
    float: left;
    margin-left: 100px;
}

.toolbarUI + * {
    margin-top: 4px;
}

/* .divGrid {margin-top:30px; *margin-top:39px !important;IE7} */


/** �����ʽ */
/** ��׼�ı����ʽ�����ڳ��õı�񲼾��ô���ʽ */
.tableUI {
    border-collapse: collapse;
    empty-cells: show;
    table-layout: auto;
    width: 100%;
}

/* ���ñ��ı����ͱ߿� */
.tableUI > * > tr > td, .tableUI > * > tr > th {
    background-color: white;
    padding: 4px 2px;
    border: 1px solid #84bbf3;
}

.tdLeft, .tdLeft4, .tableUI .tdLeft, .tableUI .tdLeft4 {
    text-align: right;
    background-color: #E8EEF7;
}

.tdRight, .tdRight4, .tableUI .tdRight, .tableUI .tdRight4 {
    text-align: left;
}

/** �������ʾ��ǩ��ʽ������2�б�� */
.tdLeft {
    width: 30%;
}

/**�������ʾ��ǩ�Ҷ�����ʽ������4�б�� */
.tdLeft4 {
    width: 5%;
}

/** �������ʾ�����������ʽ������4�б�� */
.tdRight4 {
    width: 35%;
}

/** �������ʾ�����������ʽ������4�б�� */
.tdRight[colspan="3"], .tdRight4[colspan="3"] {
    width: 85%;
}

/** �������ʾ�����������ʽ������4�еı�� */
.tdCenter, .tableUI .tdCenter {
    text-align: center;
}

/** �������ʾ����������ʽ�����ݻ��Զ����� */
.tdContent, .tableUI .tdContent {
    text-align: left;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}

/* html������ʾ����ʽ������ʾ�༭�������� */
.htmlClass, .tableUI .htmlClass {
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}

.htmlClass *, .tableUI .htmlClass * {
    font-family: inherit;
    font-size: inherit;
    margin: inherit;
}

/* ˮƽ��ʾ�б� */
.listUI {
    list-style-type: none;
}

.listUI li {
    float: left;
    margin: 2px 0;
    margin-right: 10px;
}

/** �������ڵ���ʽ��Ĭ������ */
.dialogUI {
    display: none;
}

/** �޸�operamasks-ui��ʽ */
/* ���tree����Ľڵ��̫�ܼ� */
.om-tree span {
    height: 14px;
    line-height: 14px;
}

.om-tree span a {
    margin-left: 4px;
}

/* ���panel����ĵײ�̫�ܼ� */
.om-panel-body {
    padding: 0;
    padding-bottom: 4px;
}

/* ���grid����ĵײ��߿���ʾ���� */
.om-grid div.bDiv > table {
    border-collapse: inherit;
    margin-bottom: 0px;
}

/* ���grid������еĴ�ֱ���� */
.om-grid div.bDiv > table tr.om-grid-row > td {
    vertical-align: middle;
}

/*���IE7��������*/
*.om-panel-body {
    position: relative;
}

*.om-panel-body select[multiple] {
    star: expression(this.style.width=this.parentNode.style.width,this.style.height=this.parentNode.style.height);
}


/**����������ʾ����ʽ*/
#center-panel {
    padding: 4px 8px 4px 4px;
}

#center-panel .om-panel-body {
    padding: 4px;
}

/** ��������ʽ */
.result-panel, #result-panel {
    margin-top: 4px;
}

/** ����������ʽ */
.overHidden {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** ��������ʽ */
.titleText {
    background-color: #84bbf3;
    padding: 6px 10px;
    border: 1px solid #84bbf3;
}

.show_bt {
    border: none;
    margin-left: 30px;
    background: none;
    color: #000;
}

.show_bt_class {
    color: #fff !important;
}

.selectSearchBt {
    width: 70px;
    height: 32px;
    line-height: 32px;
    background: #3a99f1;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 20px;
}

/**输入提示**/
.mustTip {
    color: red;
    font-size: 21px;
    height: 38px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

/*****************     转圈圈               *******************/
.circleBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
}

.circleCen {
    width: 100%;
    float: left;
    text-align: center;
    position: fixed;
    left: 0px;
    top: 50%;
    margin-top: -23px;
}

.circleCen p {
    width: 100%;
    float: left;
    color: #07a6fb;
    margin-top: -15px;
}

.circle1 {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(57, 186, 255, 0.9);
    opacity: .9;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 15px #39BAFF;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    position: relative;
    top: -22px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #39BAFF;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #39BAFF;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

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

/*****************     转圈圈            *******************/

/*****************     弹窗            *******************/
.hBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

.hBg .hBgMt {
    width: 500px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -230px;
}

.hBg .hBgMt .tHead {
    width: 94%;
    float: left;
    padding: 0 3%;
    border-bottom: 1px solid #bbb;
    line-height: 35px;
}

.hBg .hBgMt .tHead p {
    float: left;
    color: #101010;
    font-size: 15px;
}

.hBg .hBgMt .tHead a {
    float: right;
    height: 35px;
}

.hBg .hBgMt .tHead a img {
    height: 15px;
    margin: 10px 0;
}

.hBg .hBgMt .fTab {
    width: 94%;
    float: left;
    margin: 10px 3%;
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.hBg .hBgMt .fBuBut {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-top: 1px solid #bbb;
}

.hBg .hBgMt .fBuBut a {
    float: right;
    border: 1px solid #bbb;
    height: 30px;
    line-height: 30px;
    color: #101010;
    font-size: 13px;
    text-align: center;
    min-width: 80px;
    border-radius: 3px;
    margin-right: 3%;
}

.hBg .hBgMt .fBuBut .blue {
    background: #52B5FA;
    color: #fff;
    border: 1px solid #52B5FA;
}

.hBg .hBgMt .fImg {
    width: 100%;
    float: left;
}

.hBg .hBgMt .fBuButCen {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-top: 1px solid #bbb;
    text-align: center;
}

.hBg .hBgMt .fBuButCen a {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #bbb;
    height: 30px;
    line-height: 30px;
    color: #101010;
    font-size: 13px;
    min-width: 80px;
    border-radius: 3px;
    margin: 0 1.5%;
}

.hBg .hBgMt .fBuButCen .blue {
    background: #52B5FA;
    color: #fff;
    border: 1px solid #52B5FA;
}

.hBg .hBgMt .fTab .liInput {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.hBg .hBgMt .fTab .liInput .lNa {
    float: left;
    color: #2F2E2E;
    font-size: 12px;
    width: 100px;
    line-height: 30px;
}

.hBg .hBgMt .fTab .liInput .inText {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #2F2E2E;
    font-size: 12px;
    box-sizing: border-box;
}

.hBg .hBgMt .fTab .liInput select {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #2F2E2E;
    font-size: 12px;
    box-sizing: border-box;
}

.hBg .hBgMt .fTab .liInput .sfzImg {
    display: block;
    overflow: hidden;
    margin-left: 100px;
}

.hBg .hBgMt .fTab .liInput .sfzImg .list {
    float: left;
    border: 1px solid #bbb;
    width: 145px;
    height: 80px;
    margin-right: 5px;
    position: relative;
    text-align: center;
}

.hBg .hBgMt .fTab .liInput .sfzImg .list input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.hBg .hBgMt .fTab .liInput .sfzImg .list img {
    height: 80px;
}

.hBg .hBgMt .fTab .liInput .fjInput {
    float: left;
    min-width: 300px;
}

.hBg .hBgMt .fTab .liInput .fjInput span {
    float: left;
    border: 1px solid #bbb;
    color: #595959;
    font-size: 12px;
    background-image: url(../../project/pc/images/scIco.png);
    background-repeat: no-repeat;
    line-height: 28px;
    width: 90px;
    padding-left: 12px;
    background-position: 19px 8px;
    text-align: center;
    border-radius: 3px;
    position: relative;
}

.hBg .hBgMt .fTab .liInput .fjInput span input {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.hBg .hBgMt .fTab .liInput .fjInput p {
    float: left;
    width: 100%;
    color: #8C8C8C;
    font-size: 12px;
    margin-top: 5px;
}

.hBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

.hBg .hBgMtMax {
    width: 900px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    margin-top: -230px;
}

.hBg .hBgMt .twoIn .liInput {
    width: 50%;
}

.hBg .hBgMt .twoIn .liInput .lNa {
    width: 80px;
}

.hBg .hBgMt .twoIn .liInput .inText {
    width: 140px;
}

.hBg .hBgMt .twoIn .liInput select {
    width: 140px;
}

.hBg .hBgMt .InMax .liInput .lNa {
    width: 80px;
}

.hBg .hBgMt .InMax .liInput .inText {
    width: 365px;
}

.hBg .hBgMt .fTab .smTips {
    width: 100%;
    float: left;
    color: #101010;
    font-size: 13px;
    margin: 5px 0 10px 0;
}

.hBg .hBgMt .fTab .liInput button {
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
    background: #52B5FA;
    margin-left: 8px;
}

.hBg .hBgMt .spanMin .liInput .lNa {
    width: 56px;
}

.hBg .hBgMtCe {
    width: 700px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -230px;
}

.hBg .hBgMt .fTab .liInput .gyIn {
    display: block;
    overflow: hidden;
}

.hBg .hBgMt .fTab .liInput .gyIn .twList {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.hBg .hBgMt .fTab .liInput .gyIn .twList:last-child {
    margin-bottom: 0px;
}

.hBg .hBgMt .fTab .liInput .gyIn input {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    color: #101010;
    font-size: 12px;
    box-sizing: border-box;
}

.hBg .hBgMt .fTab .liInput .gyIn button {
    float: left;
    width: 55px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    background: #29C6F3;
    color: #fff;
    font-size: 12px;
    background-image: url(../../project/pc/images/ssIco.png);
    background-repeat: no-repeat;
    background-position: 8px 9px;
    padding-left: 12px;
    margin-left: 5px;
}

.hBg .hBgMt .fTab .liInput .gyIn .ls {
    background-color: #5ED57A;
}

.hBg .hBgMt .fTab .liInput .gyIn .sc {
    background-color: #FA0F00;
}

.hBg .hBgMt .twoIn .liInputW {
    width: 100%;
}

/*****************     弹窗            *******************/

/*****************     上传多图            *******************/

.Invo_Mc .ltName {
    float: left;
}

.scrollImg {
    float: left;
}

.scrollMt {
    float: left;
}

.scrollFile {
    float: left;
    width: 98px;
    height: 98px;
    border: 1px solid #ddd;
    position: relative;
}

.scrollFile input {
    width: 98px;
    height: 98px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.scrollFile a {
    width: 98px;
    height: 98px;
    line-height: 98px;
    float: left;
    text-align: center;
    color: #999;
    font-size: 16px;
}

.scrollImg .scrollImgMc {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 20px;
}

.scrollImg .scrollImgMc img {
    float: left;
    width: 98px;
    height: 98px;
    border: 1px solid #ddd;
}

.scrollImg .scrollImgMc a {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    right: -12px;
    top: -12px;
    text-align: center;
    font-size: 16px;
}

/*****************     上传多图            *******************/

