
body {
    line-height: 24px;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tahoma, Arial, sans-serif !important;
    font-size: 14px;
    line-height: normal;
    background-color: #E9ECF4;
}

/*清楚浮动*/
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}



#main-navbar .navbar-header a {
    font-weight: 500 !important;
}

.dropdown-menu {
    border: none !important;
    margin-top: 1px !important;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1) !important;
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1) !important;
    -ms-box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1) !important;
    -o-box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1) !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1) !important;
    -webkit-border-radius: 0px 0px 6px 6px !important;
    -moz-border-radius: 0px 0px 6px 6px !important;
    -ms-border-radius: 0px 0px 6px 6px !important;
    -o-border-radius: 0px 0px 6px 6px !important;
    border-radius: 0px 0px 6px 6px !important;
}

ul.dropdown-menu > li > a {
    padding: 5px 30px !important;
}

input {
    height: 30px;
    padding: 4px 12px;
    line-height: 1.42857143;
    border: 1px solid #cfdadd;
    border-radius: 2px;
    color: #555;
}

input[type="checkbox"], input[type="radio"] {
    margin-top: 0px !important;
}

.form-inline {
    padding-bottom: 10px;
}

.form-inline .form-group {
    padding-right: 5px;
    margin-bottom: 5px !important;
}

.form-horizontal .form-group {
    padding-right: 5px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.form-group > span {
}

.view-group {
    padding-right: 5px;
}

.icon-search {
    width: 20px;
    margin-left: -25px;
    line-height: 30px;
    cursor: pointer;
}

#main-navbar .navbar-brand {
    padding: 0 5px 0 5px !important;
    text-transform: none !important;
    font-size: 16px !important;
    min-width: 184px;
    font-weight: 500 !important;
}

.nav > li > a {

    font-weight: 400 !important;
}

.nav, .breadcrumb {
    margin-bottom: 8px;
}

.nav-list li a {
    margin-top: 5px;
    margin-bottom: 5px;
    _padding-top: 6px;
}

.nav-list li a i {
    _margin-top: -1px;
}

.ibox-title {
    padding: 13px !important;
}

.ibox-title > h5 {
    font-weight: 400 !important;
}

.ibox-tools > a > i {

}

.fixed-table-pagination div.pagination, .fixed-table-pagination div.pagination-roll, .fixed-table-pagination .pagination-detail {
    margin-bottom: 0 !important;
}

.table {
    margin-bottom: 10px !important;
}

.table > thead > tr > th {
    font-weight: 400 !important;
    color: #333 !important;
}

.table > tbody > tr > td {
    color: #333 !important;
}

.sort-column {
    cursor: pointer;
    font-weight: 400 !important;
}

.sort-column .fa {
    color: #999 !important;
}

.table > tbody > tr > td > label {
    font-weight: 500 !important;
}

.checkboxes > span {
    padding-right: 10px;
    vertical-align: middle;
}

.supcan {
    border: 1px #d3d3d3 solid;
    height: 300px;
}

.input-group-addon {
    padding: 6px 10px !important;;
}

.control-group {
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: 1px dotted #dddddd;
}

legend + .control-group {
    margin-top: 8px;
}

.controls .lbl {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.measure-input {
    background: url("../images/ruler.gif") repeat-x scroll 0 bottom transparent;
}

.input-min {
    width: 30px !important;
}

.input-xmin {
    width: 60px !important;
}

.input-mini {
    width: 90px !important;
}

.input-xmini {
    width: 100px !important;
}

.input-small {
    width: 134px !important;
}

.input-medium {
    width: 168px !important;
}

.input-large {
    width: 173px !important;
}

.input-xlarge {
    width: 211px !important;
}

.input-xxlarge {
    width: 460px !important;
}

.input-xxxlarge {
    width: 660px !important;
}

.help-block, .help-inline {
    color: #aaaaaa;
}

.alert {
    margin-bottom: 10px;
}

.form-search label {
    margin-left: 10px;
}

.form-search span label {
    margin-left: 0;
}

.form-search .ul-form {
    margin: 0;
    overflow: hidden;
}

.form-search .ul-form li {
    float: left;
    list-style: none;
    height: 35px;
    line-height: 35px;
}

.form-search .ul-form li label {
    width: 80px;
    text-align: right;
}

.form-search .ul-form li span label {
    width: auto;
}

.form-search .ul-form li.clearfix {
    float: none;
}

.form-search .ul-form li.btns {
    padding-left: 10px;
}

.form-search .ul-form li.btns .btn {
    margin-right: 5px;
}

/*.form-horizontal {margin:0 10px;} */
.form-horizontal .control-group {
    margin-bottom: 8px;
}

.form-horizontal .control-label {
    /*padding-top: 3px;*/
}

.form-horizontal .controls {
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
}

.form-horizontal .controls label.error {
    background-position: 0 2px;
}

.form-horizontal .table-form {
    width: 100%;
    border-color: #dddddd;
}

.form-horizontal .table-form, .form-horizontal .table-form td {
    border: 1px solid #ddd;
    background-color: #fdfdfd;
    padding: 4px;
}

.form-horizontal .table-form td.tit {
    background: #fafafa;
    text-align: center;
    padding-right: 8px;
    white-space: nowrap;
}

.form-horizontal .form-actions {
    margin-bottom: 0;
}

.form-horizontal fieldset .row-fluid {
    margin-bottom: 10px;
}

.form-horizontal .width-15 {
    overflow: hidden;
    width: 15%;
}

.form-horizontal .width-35 {
    overflow: hidden;
}

.pagination {
    margin: 0;
}

.pagination .controls a {
    border: 0;
}

.pagination .controls input {
    border: 0;
    color: #999;
    width: 30px;
    padding: 0;
    margin: -3px 0 0 0;
    text-align: center;
}

.modal-backdrop {
    background-color: #ffffff;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal.tree {
    width: 300px;
    margin: -250px 0 0 -180px;
    *margin: -200px 0 0 -150px;
}

.modal.tree .modal-body {
    height: 260px;
    padding: 20px 25px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

.control-group {
    margin-bottom: 10px;
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .row {
    margin-right: 7% !important;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: "";
}

.form-horizontal .control-group:after {
    clear: both;
}

.page-header {
    color: #6379bb;
    font-weight: 400 !important;
    padding: 15px 0 10px 0 !important;
    margin: 0 0 20px 0 !important;
}

.form-horizontal .control-label {
    float: left;
    text-align: right;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
    padding-top: 0 !important;
    font-weight: 400 !important;
}

.form-horizontal .form-control-static {
    padding: 0 !important;
    line-height: 30px;
}

.form-horizontal .form-control-static-file {
    margin-top: -3px;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

.form-horizontal .controls:first-child {
    *padding-left: 180px;
}

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
    margin-top: 10px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

tr.myDragClass td {
    /*position: fixed;*/
    color: blue;
    text-shadow: 0 0 10px black, 0 0 10px black, 0 0 8px black, 0 0 6px black, 0 0 6px black;
    background-color: #999;
    -webkit-box-shadow: 0 12px 14px -12px #111 inset, 0 -2px 2px -1px #333 inset;
}

tr.myDragClass td:first-child {
    -webkit-box-shadow: 0 12px 14px -12px #111 inset, 12px 0 14px -12px #111 inset, 0 -2px 2px -1px #333 inset;
}

tr.myDragClass td:last-child {
    -webkit-box-shadow: 0 12px 14px -12px #111 inset, -12px 0 14px -12px #111 inset, 0 -2px 2px -1px #333 inset;
}

.mt10 {
    margin-top: 10px;
}

.border0 {
    border: 0;
}

.width100 {
    width: 100%;
}

.color-orange {
    color: orange;
}

.color-gray {
    color: #ccc;
}

.btn-toolbar {
    padding: 5px 0 0 0;
    height: 35px;
    vertical-align: middle;
}

.btn-common {
    padding-right: 10px;
}

.btn-common a {
    position: relative;
    display: block;
    padding: 5px 5px;
    color: #333;
}

.btn-xs {
    min-width: 23px;
}

.btn-link {
    padding: 6px 3px 6px 3px !important;
}

.btn-link:hover {
    color: #337ab7;
    background-color: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
}

.ibox-header {
    background-color: #F5F6FA;
}

.ibox-header h5 {
    display: inline-block;
    font-size: 14px;
    padding-top: 5px;
    text-overflow: ellipsis;
    float: left;
    font-weight: 400;
}

/*外层包围*/
.ibox-parent {
    padding: 20px;
}

.ibox-new {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1);
    -ms-box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1);
    -o-box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 107, 187, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ibox-header-new {
    padding: 14px 19px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.ibox-header-new .titleH5 {
    color: #333;
    font-size: 14px;
    padding: 0;
    text-overflow: ellipsis;
}

.input-group-btn > .btn {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #888;
}

.input-group-btn > .btn > .fa {
    color: #888;
}

/**
.tabs-container .nav-tabs {
	background: #fff;
	border: 1px solid #e7eaec;
}
.tabs-container .nav-tabs > li {
	margin-left: 10px;
}
.tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
    border:0 !important;
    border-bottom: 2px solid #667add !important;
}
*/
.index-title {
    font-size: 18px;
}

.dashboard-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e7eaec !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.li-horizontal-image {
    float: left;
    margin: 8px 20px 8px 0;
    width: 120px;
    height: 100px;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.li-horizontal-file {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    min-height: 34px;
    line-height: 34px;
    margin: 5px 0px 5px 0px;
}

.ol-image-list {
    padding-left: 5px;
}

.text-success {
    color: #23c6c8 !important;
}

label {
    font-weight: 400 !important;
    padding-right: 5px;
}

/*wbl*/
.ibox-pad {
    padding: 6px 18px !important;
}

.btnadd {
    display: block;
    /*min-width: 86px;*/
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #2A58AD;
    border: 1px solid #2A58AD;
    transition: all 0ms linear 0s, z-index 0ms linear 0s;
}
.btnadd:hover {
    text-decoration: none;
}
.btnaddEdit {
    position: absolute;
    bottom: 68px;
    left: 50%;
    margin-left: -87px;
    display: block;
    width: 174px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #2A58AD;
    border: 1px solid #2A58AD;
}
.titlePad {
    padding-bottom: 10px;
}

/*灰色按钮*/
.btnaddGyay {
    color: #2A58AD !important;
    border: 1px solid #2A58AD;
    background-color: #FAFAFA;
}

.btnaddCenter {
    display: inline-block;
    margin-top: 0;
}
/*小按钮*/
.btnadd-sm {
    height: 25px;
    line-height: 23px;
}
.btnEwind {
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    /*margin-left: -1px;*/
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    background-color: #2A58AD;
    border: 1px solid #2A58AD;
}
.btnMar {
    margin-right: 5px;
}
.btnEwind-sm {
    display: inline-block;
    width: 50px;
    padding: 2px 12px;
    margin-bottom: 5px;
    color: #2A58AD;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #FAFAFA;
    border: 1px solid #2A58AD;
}
.btnEwindGray {
    color: #333333 !important;
    border: 1px solid #D3D7E2;
    background-color: #FAFAFA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.btnEwind-sm-color {
    color: #fff !important;
    border: 1px solid #2A58AD;
    background-color: #2A58AD;
    margin: 0;
}


.list-content {
    height: 400px;
    cursor: pointer;
    padding: 18px 20px;
    margin-top: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -ms-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -o-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.list-mar {
    margin-left: 20px;
}

.list-title {
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    vertical-align: middle;
}

.list-span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-bottom: 9px;
    white-space: nowrap;
    vertical-align: middle;
}
.list-span-err {
    color: #E90000;
}

.sha_show {
    /*display: none;*/
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

/*首页*/
.home-content {
    height: 340px;
    cursor: pointer;
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -ms-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -o-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.home-content-list {
    cursor: pointer;
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -ms-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -o-box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    box-shadow: 0 4px 12px 0 rgba(0, 107, 187, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.home-title {
    height: 44px;
    padding: 14px 18px;
    background-color: #F5F6FA;
    border-bottom: 1px solid #D3D7E2;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.home-title h5{
    margin: 0;
    font-size:16px;
    font-weight: 400;
    color: #333 !important;
}
.aFont {
    margin: 0;
    display: block;
    text-align: right;
    font-size:14px;
    color: #333 !important;
}
.home-cont {
    padding: 18px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

/*底padding值*/
.padBot {
    padding-bottom: 10px;
}


/*清楚浮动*/
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

/*左右浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #D3D7E2 !important;
}

/*icon-style*/
.icon-sm {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}
.icon-sm-wi {
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}
.icon-lg {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}
.icon-lg-wi {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}
.icon-big {
    font-size: 18px;
    color: #333;
    vertical-align: middle;
}
.icon-big-wi {
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}



.btn-baogao {
    width: 196px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    padding: 6px 0 6px 20px;
    font-size: 14px;
    color: #2A58AD;
    background: url("data:image/png;base64,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") no-repeat 17px center;
    background-size: 16px 16px;
    background-color: #DEEBFF;
    border: 1px solid #2A58AD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}


/**向下的三角**/
.sanjiao_border:before,.sanjiao_border .before{/*.before为ie6下用到*/
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 40px;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 10px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*附件上传*/
.fileContainer {
    width: 118px;
    height: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 28px;
    border: 1px solid #CFCFCF;
    background-color: #FAFAFA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.fileInput {
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    cursor: pointer;
}
/*自动生成，修改上传按钮的样式*/
.addData .control-div-style input[name="uploadFile"] {
    display: block;
    font-size: 14px;
    min-height: 100%;
    width: 118px !important;
    height: 30px;
    line-height: 28px;
    /*opacity: 0;*/
    position: relative;
    text-align: left;
    cursor: pointer;
    border: none !important;
}
input[name="uploadFile"]:before {
    content: "文件上传";
    display: block;
    position: absolute;
    text-align: center;
    width: 118px;
    height: 30px;
    padding: 4px 12px;
    line-height: 1.42857143;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    top: 0;
    left: 0;
    z-index: 888;
    height: 100%;
    color: #333;
    background-color: #FAFAFA;

}

/*点击的上下箭头*/
.show_down {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 10px;
    height: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAeCAYAAAA/xX6fAAADHUlEQVRIS+2XzW9UZRTGf8+9tJ22oAtdoCkGFSUhSGw1IS5Z6KQtX02EDcYEWUDU+McgFlgA1eAGSAodWiwsujQk2jZITEoEiSXqQhd8tJ223PuYOx9lpszMLdHETWczmbz3Pc/5ve8557kjVvCxrRPfXH4ZlDXxAUxXYZsYF8G34NEjH+/8XZLTwintgWT9q3Pn1oZzrW/Z7DV8CLxW2ndHcEHiYtQ699Nn+/c/SouXKnjmzFhmPnjUGUMfdo+kLTaFfRK2/TPSSACDLfHaiYMHd+QbiTYUTMg0k9mK6AbtBt6uE2wSPIS54vb8zUakdQXLZIVjFFnMZiBTFPRi8VtNpQTyiCmZ0eR4G5HWFKwiE7uwOovxPQe6jX2v+Fsd4NexWkvrE5hcI9KnBJ8iw28uBcQ3QMOBfD0RiK3t4F7QtoqEbjUirRKsRyZ5wfBrknmABzUf/FA42Jb43Rj1JXcseNVWcxrpkmAKWVKJw4oZWWwKx7/4qOdBEvjo2ZHnmhajLgf04ALpljRSJU3df/58+1I1VtxZmczWaGAGm+P4x0OH9jysrNRTpy6tWwiCd2LRJznbiPTTfftmdPTsSEdzFG2oU401yZa3Rl1SqKrehTCc1vGB3AHkzbZ2VfRZHnwHuCrrUi2y5aJlUst7gA9AyTQqtRGTknNYU+ofGLqAtKm6z5gELlsejcI1N8p3lja2EtIwerxNVhbYWQUgprB/0fGvc9M2HaVg88K3QFdqNfDJk9eed1t+o+0Xim2ovzWbuXv48Pv3y8lUFh+42+iNMqnEPfUP5G6DN4IC5AmsYezh5SMqCTQbzLyHvVfy1kJbWDeRLrbF7d9XztAn7aVe5N7i4HAMupvc4ZeI9TYtkifjKPiuTe3jywM8q1sUEvRMl4I4C+qUmMf8qWOnh7rCwK12GDjkLzKz05XD99+4RUJKvm2DIl6UojiKNbfqFt2susWqW1S8Aay6xf/vFmn2lKz/Z26xErHyMw3don8gNwa8ItFs+7rQ4OMoHvv8k91/rOTPSa1EkvekY6eHXloTBjuM+yRtt1kAfvsHcVsibSAcreYAAAAASUVORK5CYII=) no-repeat center;
    background-size: 100% 100%;
}

.Uppull {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 10px;
    height: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAeCAYAAAA/xX6fAAADKklEQVRIS+2XzW8VZRjFf2eGtrct6kIXaorBTxKCxFYT4pKF3rTlq4mwwZggC4wa/xjUIgukGtwASaGXFquLLg2JlgaJCUSQWKIsdKHS9rZl5ph3bi/e3s691sqys5vMvM95zvNxzowGh0oTwFMSrbYvCQ3fS9KJ99/e86sks4bLtj76dOSJDXG003hA0g6bBeBnDQ6VboA3gyLky1ij2KPuLF9978CBu2vA4+PTpzdqprANqR+5H6sbnIJu6dhnpWmbrqXA88LXQRclzrWlGy8fOrSz/F9AT56cKMxHd7tt9oF7jZ4HCiGGxG0NDo2cRXoOs6X6AJgCLlgeT+INVz54s+/P1YAePTX2cJzc2y6rCOwCXlo6V0Zcw/5Rx4ZKB5G32Nq97AV8E/hK1vnWNP3u8OG9fzUDPXHi/EMLUfSy5b3A66BnaglILmFd09FTY12tSbIplMCiuJypf0AaVcrYYks82YhpYNaymPQ4og+7H7S1lpnMeGjRQhxPK0zU4JkznZUm04vYXWlyqLkXDD/ZGo/McB7TKrNUDEguCp621ZoBZkNICXMxDOG7+/fPqFqm2mZnTPELWO2V5/lMGzKT50DXq8xqh+8+YAj7zzjnMw2ZRnhY89G3WRpt6SspGgiVacasdr2WAYYg/8L0Cmg0ki+Fd1NrB2Q9275UwobMqpVcAdiMKZVS3cC+XQFQF/jZ+6Wv61mecOQC5jJdtqderGSslrxpbCYYDQFXMEV7ava0fiWnwCPVaWwmiUFke+LI7XYcOeY3CrPTtQeqPU1hALtP0labLFEJ29kEj0UwXM8sDCHljk1KeExK0iTVXFCaDxGP27RJnkqT6MsOdU7Wamg4GM+1v5iJA7wBBBUJ103B2bDUSfvc9/WJznqmR1FaBHVLzGPurNotAtPZaOZV7H2St2VrYV1FOteRdn5Tn+ADcYvjx79+xB3lzbYfrZRUv2u2cOvIkdf+yBOQdbdYd4sVvrjuFnmauu4WSx+09PKg3KLeZ+rv/49b5MVu6ofVA2txi0ZEVgUYPiU/+fzCk6CiSQ9ieiqGz6SIvgCPv/PWrl9W8/PzN5WSIm3vbuqkAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
}
/*样式*/
.text-font {
    color: #333333;
    font-size: 14px;
}
.text-lingth {
    line-height: 30px;
}
.title-font {
    color: #333333;
    font-size: 16px;
}

.text-gary {
    color: #D3D7E2 !important;
}