body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

* {
    margin: 0;
    padding: 0;

}

a {
    text-decoration: none;
    /*字体*/
}

li {
    list-style: none;
}

input {
    font-size: 12px;
    color: #666666;
}

input, img {
    border: none;
}

header {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

div {
    margin: 0;
    padding: 0;

}

h1 {
    margin: 0;
    padding: 0;

}
.lookActive{
    display: block;
    float: left;
    margin-bottom: 20px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    margin-right: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #3573E6;
    border-bottom: 1px solid #3573E6;
}
input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=checkbox] {
    cursor: pointer;
}

input[readonly] {
    background-color: #f8f8f8;
}
input[disabled] {
    background-color: #f8f8f8;
}
select[disabled]{
    background-color: #f8f8f8;
}
/*input:active{*/
/*border:1px solid #3573E6 !important;*/
/*}*/
input:focus {
    outline: none;
    /*border: 1px solid #3573E6 !important;*/
    box-shadow: 0px 3px 7px 0px rgba(242, 246, 255, 1);
}
.marginleft30{
    margin-left: 30px;
}
input::placeholder {
    color: #999999;
    font-size: 12px;
}

select[readonly] {
    background-color: #f8f8f8;
}

textarea[readonly] {
    background-color: #f8f8f8;
}

.clearfix {
    clear: both;
}

.clearBox {
    clear: both;
}

.clearBox:before {
    clear: both;
}

.add-all{
    padding-left:16px;
}
.product-all {
    padding: 0 8px 0 12px;
}
.preview-image{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999;
    background: rgba(0,0,0,0.2);
}
.preview-image img{

}
.fuMargin {
    margin-top: -20px;
}
.th-firsta{
    position:relative;
}
.th-firsta input[type="checkbox"]{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -5px;
    z-index:9999;
    opacity:0;
}
.th-firsta span{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -5px;
    width:15px;
    height:15px;
    background:url("/static/public/images/manage/normolCheckBox.png");
    background-size:cover;
}
.th-firsta span.active{
    background:url("/static/public/images/manage/presNormal.png");
    background-size:cover;
}
/*头部css*/
.titleHandle {
    line-height: 40px;
    background: #FFFFFF;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}

.titleSection {
    width: auto;
    float: left;
    margin-right: 28px;
    cursor: pointer;
    line-height: 40px;
}

.titleSection150 {
    /*width: 150px !important;*/
}

.titleSection130 {
    /*width: 130px !important;*/
}

.titleSection label:hover {
    color: #3573E6;
    /*background:  rgba(0,89,255,0.3);*/
}

.titleSection label {
    font-size: 13px;
    color: #999999;
    cursor: pointer;
}

.titleSection img {
    width: 13px;
    height: 13px;
    margin-right: 4px;
    margin-top: -4px;
}

.textsearchSection {
    height: 60px !important;
}

/*搜索框css*/
.searchSection {
    display: block;
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-right: 28px;
    position: relative;
}

.abouteImage {
    width: 34px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    /*z-index: -99;*/
}

.abouteleftImage {
    width: 34px;
    height: 30px;
    display: block;
    position: absolute;
    right: 192px;
    bottom: 0;
}

.searchSection label {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 12px;
    float: left;
}
.searchSectionLong label {
    display: block;
    height: auto;
    /*line-height: 30px;*/
    text-align: right;
    font-size: 12px;
    float: left;
}

.searchSection label i {
    margin-right: 3px;
}

.searchSection input {
    display: block;
    float: left;
    margin-left: 8px;
    height: 28px !important;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;
    border: 1px solid #DDDDDD;
}

.showContent {
    display: block;
    float: left;
    margin-left: 4px;
    height: 30px;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;
    /*border: 1px solid #DDDDDD;*/
}
.showContentLong {
    display: block;
    float: left;
    margin-left: 4px;
    height: auto;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;
    /*border: 1px solid #DDDDDD;*/
}
.paddingLeft70{
    padding-left: 70px;
}
.textLeft{
    text-align: left;
}

.searchSection select {
    display: block;
    float: left;
    margin-left: 8px;
    height: 28px !important;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    color: #666666;
}
.searchSectionLong{
    display: block;
    float: left;
    width: auto;
    height: auto;
    margin-right: 28px;
    position: relative;

}

.searchSection textarea {
    display: block;
    float: left;
    margin-left: 8px;
    height: 56px;
    text-indent: 0.5rem;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    color: #666666;
}

.borderSection {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.marginSearch {
    margin-bottom: 16px;
}

.marginSearch16 {
    margin-top: 16px;
}

.paddingSearch {
    padding-top: 20px;
}

.paddingSearch16 {
    padding: 16px 0;
}
.marginBottom20 {
    margin-bottom:20px;
}
.marginSearch40 {
    margin-bottom: 40px;
}

/*label的宽度*/
.labelWidthAuto {
    width: auto !important;
}

.labelWidth48 {
    width: 48px !important;
}

.labelWidth60 {
    width: 60px !important;
}

.labelWidth72 {
    width: 72px !important;
}

.labelWidth84 {
    width: 84px !important;
}

.labelWidth96 {
    width: 96px !important;
}

.labelWidth100 {
    width: 100px !important;
}

.labelWidth108 {
    width: 108px !important;
}

.labelWidth109 {
    width: 109px !important;
}
.labelWidth110 {
    width: 110px !important;
}
.labelWidth120 {
    width: 120px !important;
}
.labelWidth140 {
    width: 140px !important;
}

/*input的宽度*/

.inputWidth100 {
    width: 100px !important;
}
.inputWidth110 {
    width: 110px !important;
}

.inputWidth150 {
    width: 150px !important;
}
.inputWidth200 {
    width: 200px !important;
}

.inputWidth250 {
    width: 250px !important;
}

.inputWidth300 {
    width: 300px !important;
}
.inputWidth308 {
    width: 308px !important;
}

.inputWidth350 {
    width: 350px !important;
}

.inputWidth400 {
    width: 400px !important;
}
.inputWidth420 {
    width: 420px !important;
}

.inputWidth430 {
    width: 442px !important;
}

.inputWidth431 {
    width: 430px !important;
}

.inputWidth445 {
    width: 445px !important;
}

.inputWidth443 {
    width: 438px !important;
}
.inputWidth456 {
    width: 456px !important;
}

.inputWidth500{
    width: 700px !important;
}
.inputWidth522 {
    width: 522px !important;
}

.inputWidth690 {
    width: 690px !important;
}
.inputWidth670 {
    width: 670px !important;
}
.inputWidth704 {
    width: 704px !important;
}
.inputWidth712 {
    width: 712px !important;
}
.inputWidth722 {
    width: 722px !important;
}
.inputWidth738 {
    width: 738px !important;
}

.inputWidth735 {
    width: 730px !important;
}

.inputWidth754 {
    width: 754px !important;
}

.inputWidth690 {
    width: 690px !important;
}

.inputWidth660 {
    width: 660px !important;
}

.inputWidth716 {
    width: 716px !important;
}

.inputWidth900 {
    width: 900px !important;
}

.all-right {
    width: 100%;
    border-right: 1px solid #DDDDDD;
}

.upCss {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.upCss img{
    width: 20px;
    height: 16px;
}
.searchBtnLine {
    cursor: pointer;
    height: 28px;
    float: left;
    line-height: 28px;
    padding: 0 12px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    border-right: 1px solid #D9D9D9;
}

.searchBtnLineLeft:hover {
    /*border-radius: 4px 0 0 4px;*/
    /*border-right: 1px solid #257EFE;*/
    /*background: #F2F6FF;*/
}
.onactive{
    color: #257EFE;
    /*border: 1px solid #257EFE;*/
    background: #F2F6FF;
}
.searchBtnLineRight {
    border-right: none;
}

.searchBtnLineRight:hover {
    border-radius: 0 4px 4px 0;
    background: #F2F6FF;
}

/*.searchBtnLine:hover {*/
    /*color: #257EFE;*/
    /*border: 1px solid #257EFE;*/
    /*background: #F2F6FF;*/
/*}*/

.searchBtnLine.active {
    color: #257EFE;
    border: 1px solid #257EFE;
}

/*查询按钮的css*/
.searchBtn {
    /*width:70px;*/
    cursor: pointer;
    height: 26px;
    float: left;
    line-height: 26px;
    padding: 0 12px;
    text-align: center;
    color: #3573E6;
    font-size: 12px;
    border: 1px solid #3573E6;
    /*background: #3573E6;*/
    border-radius: 4px;
}

.searchBtn:hover {
    /*background: #257EFE;*/
    border: 1px solid #257EFE;
    color: #257EFE;
}

.searchBtn:active {
    /*background: #257EFE;*/
    border: 1px solid #257EFE;
    color: #257EFE;
}

.searchDiv {
    padding-top: 16px;
}
.tableDivPadding{
    overflow-x: auto;
    height: auto;
    padding-top: 4px;
}
.tableDiv {
    overflow-x: auto;
    height: auto;
    padding-top: 16px;
    /*width: 100%;*/
    /*overflow-x: auto;*/
    /*position: relative;*/
}

/*列表的宽度css*/
.th-width16{
    width: 16px !important;
    min-width: 16px !important;
}
.th-width20{
    width: 20px !important;
    min-width: 20px !important;
}
.th-width30 {
    width: 30px !important;
    min-width: 30px !important;
}
.th-width40{
    width: 40px !important;
    min-width: 40px !important;
}
.th-width60 {
    width: 60px !important;
    min-width: 60px !important;
}

.th-width80 {
    width: 80px !important;
    min-width: 80px !important;
}
.th-width95{
    width: 95px !important;
    min-width: 95px !important;
}
.th-width100 {
    width: 100px !important;
    min-width: 100px !important;
}

.th-width120 {
    width: 120px !important;
    min-width: 120px !important;
}

.th-width140 {
    width: 140px !important;
    min-width: 140px !important;
}

.th-width160 {
    width: 160px !important;
    min-width: 160px !important;
}

.th-width180 {
    width: 180px !important;
    min-width: 180px !important;
}

.th-width200 {
    width: 200px !important;
    min-width: 200px !important;
}

.th-width220 {
    width: 220px !important;
    min-width: 220px !important;
}

.th-width240 {
    width: 240px !important;
    min-width: 240px !important;
}

.th-width260 {
    width: 260px !important;
    min-width: 260px !important;
}

.th-width280 {
    width: 280px !important;
    min-width:280px !important;
}

.th-width300 {
    width: 300px !important;
    min-width: 300px !important;
}

/**
选择框样式
*/

/*.th-first {*/
    /*position: relative;*/
    /*cursor: pointer;*/
    /*!*width: 20px !important;*!*/
/*}*/

/*.th-first input[type="checkbox"] {*/
    /*width: 15px;*/
    /*height: 15px;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-left: -7px;*/
    /*margin-top: -5px;*/
    /*z-index: 9999;*/
    /*opacity: 0;*/
/*}*/

/*.th-first span {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-left: -7px;*/
    /*margin-top: -5px;*/
    /*width: 15px;*/
    /*height: 15px;*/
    /*background: url("../../images/manage/normolCheckBox.png");*/
    /*background-size: cover;*/
/*}*/

/*.th-first span.active {*/
    /*background: url("../../images/manage/presNormal.png");*/
    /*background-size: cover;*/
/*}*/
.spaceDiv{
    word-break: break-word;
    width: 100%;
    max-width: 160px;
    white-space: pre-wrap;
    /* position: absolute; */
    margin-right: -60px;
}
.rightDiv {
    width: 100%;
    text-align: right;
}

.leftDiv {
    width: 100%;
    text-align: left !important;
}

.centerDiv {
    width: 100%;
    text-align: center !important;
}

.marginDiv {
    margin-top: -20px;
}

.popupAll {
    width: auto;
    margin: 16px 12px;
}

.popupAllAdd {
    width: auto;
    margin: 16px 12px;
}
.popupAllAddFu{
    width: auto;
    margin: -12px 12px;
}

.boxSection {
    width: 100%;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}

.boxTitle {
    width: 80px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    float: left;
    cursor: pointer;
    /*border-bottom: 1px solid #D9D9D9;*/
    color: #999999;
}

.boxTitle span {
    font-size: 12px;
}

.on {
    width: 80px;
    height: 40px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 2px solid #3573E6;
    border-bottom: 1px solid #ffffff !important;
}

.on span {
    margin-top: -2px;
    display: block;
}

.contentCss {
    padding-top: 20px;
}

.contentCssAdd {

}

.boxInput {
    display: none;
}

.activeBox {
    display: block;
}

.boxContentUpdateLong {
    width: auto;
}

.boxContentUpdate {
    width: auto;
}

.boxContent {
    width: 840px;
    margin: 0 auto;
}
.boxContent540{
    width: 540px;
    margin: 0 auto;
}
.boxContent610{
    width: 610px;
    margin: 0 auto;
}
.boxContent550{
    width: 550px;
}
.boxContent810 {
    width: 810px;
    margin: 0 auto;
}

.boxContent890 {
    width: 890px;
    margin: 0 auto;
}

.boxContent910 {
    width: 910px;
    margin: 0 auto;
}


.boxContent912 {
    width: 912px;
    margin: 0 auto;
}
.bottomAll:before {
    clear: both;
}

.bottomAll {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 20px;
    /*position: absolute;*/
    /*text-align: right;*/
    /*bottom: 0;*/
    /*padding:50px 0;*/
}

.bottomAll2 {
    width: 100%;
    position: relative;
    display: block;
    /*position: absolute;*/
    /*text-align: right;*/
    /*bottom: 0;*/
    /*padding:50px 0;*/
}

.bottomButton {
    /*position: absolute;*/
    /*right: 0px;*/
    width: 160px;
    margin: 0 auto;
    text-align: center;
    /*bottom: 0px;*/
    /*margin: 0 auto;*/
}

.bottomButton80 {
    width: 80px;
    margin: 0 auto;
    text-align: center;
}

th,td {
    white-space: nowrap !important;
}
/*th {*/
    /*min-width: 40px;*/
/*}*/
.bottomButton100 {
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.bottomButton160{
    width: 160px;
    margin: 0 auto;
    text-align: center;
}
.bottomButton300 {
    text-align: center;
    width: 280px;
    margin: 0 auto;
}
.bottomButton310 {
    text-align: center;
    width: 310px;
    margin: 0 auto;
}
.bottomButton600{
    text-align: center;
    width: 280px;
    margin: 0 auto;
}
.bottomButton300 img {
    width: 22px;
    height: 22px;
}

.spanXi {
    color: #3573E6;
    margin-left: 10px;
    cursor: pointer;
}

.saveButton {
    display: block;
    float: left;
    padding: 0 20px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    margin-right: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 12px;
    background: #3573E6;
    border-radius: 5px;
}

.addLineButton {
    display: block;
    float: left;
    padding: 0 20px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    margin-right: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 12px;
    background: #e6355e;
    border-radius: 5px;
}

.margin-right20{
    margin-right: 20px;
}
.saveButton:hover {
    background: #5088ee;
}

.cancelButton:hover {
    border: 1px solid rgba(217, 217, 217, 0.7);
    color: #666666;
}
.marginleft20{
    margin-left: 20px;
}
.cancelButton {
    display: block;
    float: left;
    padding: 0 20px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid rgba(217, 217, 217, 1);
    cursor: pointer;
    border-radius: 5px;
}

.cancelButtoncan:hover {
    border: 1px solid #5088ee;
    color: #5088ee;
}

.cancelButtoncan {
    display: block;
    float: left;
    padding: 0 20px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #3573E6;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #3573E6;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 30px;
}

.labelTo {
    margin-left: 14px;
}

.titlePhtml {
    font-size: 14px;
    margin: 8px 0;
    color: #333333;
    padding: 8px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
}

.processDiv {
    padding-top: 10px;
}

.processKuai {
    float: left;
}

.processSection {
    position: relative;
    float: left;
    height: 100px;
    width: auto;
}

.processSectionbb {
    position: relative;
    float: left;
    height: 100px;
    width: 180px;
}
@media (max-width:924px) {
    .searchSectionLong{
        display: block;
        float: left;
        width: auto;
        height: auto;
        margin-right: 8px;
        position: relative;

    }
    .searchSection {
        display: block;
        float: left;
        width: auto;
        height: 30px;
        line-height: 30px;
        margin-right: 8px;
        position: relative;
    }
    .boxContent {
        width: 610px;
        margin: 0 auto;
    }
    .boxContent540{
        width: 610px;
        margin: 0 auto;
    }
    .boxContent610{
        width: 610px;
        margin: 0 auto;
    }
    .boxContent550{
        width: 500px;
    }
    .boxContent810 {
        width: 610px;
        margin: 0 auto;
    }

    .boxContent890 {
        width: 610px;
        margin: 0 auto;
    }

    .boxContent910 {
        width: 610px;
        margin: 0 auto;
    }

    .boxContent912 {
        width: 610px;
        margin: 0 auto;
    }
    .inputWidth670 {
        width: 460px !important;
    }
    .inputWidth690 {
        width: 460px !important;
    }
    .inputWidth704 {
        width: 460px !important;
    }

    .inputWidth738 {
        width: 460px !important;
    }

    .inputWidth735 {
        width: 460px !important;
    }

    .inputWidth754 {
        width: 460px !important;
    }

    .inputWidth690 {
        width: 460px !important;
    }

    .inputWidth660 {
        width: 460px !important;
    }

    .inputWidth716 {
        width: 460px !important;
    }

    .inputWidth900 {
        width: 900px !important;
    }
}
.personDiv {
    float: left;
    position: relative;
    width: 80px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.personDiv:hover {
    background: rgba(242, 246, 255, 1);
    border-radius: 4px;
}

.processImga {
    width: 30px;
    height: 30px;
    margin-top: 32px;
    vertical-align: middle;
}

.processImgb {
    width: 80px;
    height: 12px;
    margin-top: 40px;
    vertical-align: middle;
}

.processImgbbb {
    width: 60px;
    height: 12px;
    margin-top: 40px;
    vertical-align: middle;
}

.processImgc {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 120px;
    top: 42px;
}

.processImgd {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
}
.jia-css{
    position: absolute;
    width: 175px;
    left: -50px;
}
.processP {
    margin-top: 4px;
    color: #666666;
    font-size: 12px;
}

.radioDiv p {
    color: #333333;
    font-size: 14px;
    text-align: left;
}

.radioDiv1 p {
    color: #333333;
    font-size: 14px;
    margin-top: 2px;
    text-align: left;
    /*margin-left: 12px;*/
    margin-left: 24px;
}

.radioDiv2 p {
    color: #333333;
    font-size: 14px;
    margin-top: 2px;
    text-align: left;
    /*margin-left: 24px;*/
    margin-left: 48px;
}

.radioDiv3 p {
    color: #333333;
    font-size: 14px;
    margin-top: 2px;
    text-align: left;
    /*margin-left: 36px;*/
    margin-left: 72px;
}

.radioDiv4 p {
    color: #333333;
    font-size: 14px;
    margin-top: 2px;
    text-align: left;
    /*margin-left: 48px;*/
    margin-left: 96px;
}

.radioAdd24 {
    margin-left: 24px !important;
}

.radioAdd48 {
    margin-left: 48px !important;
}

.radioAdd72 {
    margin-left: 72px !important;
}

.radioAdd96 {
    margin-left: 96px !important;
}

.radioAdda {
    /*margin-left: 60px !important;*/
    margin-left: 144px !important;
}

.radioAdd {
    margin-left: 120px !important;
}

.radioPai {
    margin-left: 36px;
    text-align: left;
    height: auto;
    line-height: 20px;
}

.radioPai label {
    width: 70px;
    margin-right: 40px;
    font-size: 12px;
    color: #333333;
}

.radioPai label i {
    margin-right: 10px;
}

.radioPai label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: 16px !important;
    height: 16px !important;
    border: 0 !important;
    margin-top: -2px !important;
    background: url("../../images/manage/normolCheck.png");
}

.radioPai label input[type="radio"]:hover {
    background: url("../../images/manage/hoverCheck.png");
}

.radioPai label input[type="radio"]:checked {
    background: url("../../images/manage/dianji.png");
}

label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: 16px !important;
    height: 16px !important;
    border: 0 !important;
    margin-top: -2px !important;
    background: url("../../images/manage/normolCheck.png");
}

label input[type="radio"]:hover {
    background: url("../../images/manage/hoverCheck.png");
}

label input[type="radio"]:checked {
    background: url("../../images/manage/dianji.png");
}

.radioPai label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: 16px !important;
    height: 16px !important;
    border: 0 !important;
    margin-top: -2px !important;
    background: url("../../images/manage/normolCheckBox.png");
}

.radioPai label input[type="checkbox"]:hover {
    background: url("../../images/manage/hoverCheckBox.png");
}

.radioPai label input[type="checkbox"]:checked {
    background: url("../../images/manage/presNormal.png");
}

label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: 16px !important;
    height: 16px !important;
    border: 0 !important;
    margin-top: -2px;
    background: url("../../images/manage/normolCheckBox.png");
}

label input[type="checkbox"]:hover {
    background: url("../../images/manage/hoverCheckBox.png");
}

label input[type="checkbox"]:checked {
    background: url("../../images/manage/presNormal.png");
}
.radio_right{
    width: 10px;
    height: 10px;
    background-image: url("../../images/manage/right10.png");
    background-repeat: no-repeat;
    margin-right: 8px;
    display: block;
    float: left;
    margin-top: 6px;

}
.radio_down{
    width: 10px;
    height: 10px;
    background-image: url("../../images/manage/down10.png");
    background-repeat: no-repeat;
    margin-right: 8px;
    display: block;
    float: left;
    margin-top: 6px;
}
label i {
    margin-right: 10px;
}

.threeDiv {
    float: right;
    width: auto;
    height: auto;
}

.threeSection {
    width: auto;
    float: left;
    /*text-align: center;*/
    height: 45px;
    margin-right: 32px;
    line-height: 45px;
}

.threeSection img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    /*margin-right: 4px;*/
    margin-top: -2px;
}

.threeSection label {
    color: #FFFFFF;
    font-size: 14px;
}

.titleP {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.tree-all {
    display: block;
}

.tree-css {
    float: left;
    width: 30%;
}

.treeRight-css {
    display: none;
    padding-top: 20px;
    padding-right: 12px;
    float: left;
    width: 70%;
}

.boxContentTree {
    width: auto;
}

.searchSection .searchSpan {
    display: block;
    float: left;
    margin-left: 8px;
    height: 30px;
    text-indent: 0.5rem;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;

}

.searchSection .fileImage {
    display: block;
    float: left;
    margin-left: 8px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: 100% 100%;
    background-repeat: no-repeat;
    background: url("../../images/manage/tianjia.png");
}

.searchSection .fileImagea {
    display: block;
    float: left;
    margin-left: 8px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: 100% 100%;
    background-repeat: no-repeat;
}




