a,a:active,a:hover {
    outline: 0;
    text-decoration: none
}

button,hr,input {
    overflow: visible
}

.ivu-page:after,.ivu-row:after,.ivu-steps-horizontal.ivu-steps-hidden {
    visibility: hidden
}

.ivu-btn,.ivu-switch {
    -moz-user-select: none
}

.ivu-tree a {
    position: relative;
}

.ivu-tree {
    margin: 0;
    padding: 5px;
    font-size: 12px;
  }
  .ivu-tree li {
    padding: 0;
    margin: 8px 0;
    list-style: none;
    white-space: nowrap;
    outline: 0;
  }
  .ivu-tree li a[draggable="true"],
  .ivu-tree li a[draggable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element;
  }
  .ivu-tree li.drag-over > a[draggable] {
    background-color: #39f;
    color: #fff;
    opacity: 0.8;
  }
  .ivu-tree li.drag-over-gap-top > a[draggable] {
    border-top: 2px #39f solid;
  }
  .ivu-tree li.drag-over-gap-bottom > a[draggable] {
    border-bottom: 2px #39f solid;
  }
  .ivu-tree li.filter-node > a {
    color: #f30 !important;
    font-weight: 700 !important;
  }
  .ivu-tree li ul {
    margin: 0 0 0 20px;
    padding: 0 0 0 18px;
  }
  .ivu-tree li a {
    position: relative; /*修复style.css样式污染*/
    display: inline-block;
    margin: 0;
    padding: 0 4px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
    color: #657180;
    transition: all 0.2s ease-in-out;
  }
  .ivu-tree li a:hover {
    background-color: #ebf5ff;
  }
  .ivu-tree li a.ivu-tree-node-selected {
    background-color: #d6ebff;
  }
  .ivu-tree li .ivu-checkbox-wrapper {
    margin-right: 4px;
  }
  .ivu-tree li span.ivu-tree-iconEle,
  .ivu-tree li span.ivu-tree-switcher {
    display: inline-block;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: 0;
  }
  .ivu-tree li span.ivu-tree-switcher i {
    transition: all 0.2s ease-in-out;
  }
  .ivu-tree li span.ivu-tree-switcher.ivu-tree-switcher-noop {
    display: none;
    cursor: auto;
  }
  .ivu-tree li span.ivu-tree-switcher.ivu-tree-switcher-noop i {
    display: none;
  }
  .ivu-tree li span.ivu-tree-switcher.ivu-tree-bottom_open i,
  .ivu-tree li span.ivu-tree-switcher.ivu-tree-center_open i,
  .ivu-tree li span.ivu-tree-switcher.ivu-tree-noline_open i,
  .ivu-tree li span.ivu-tree-switcher.ivu-tree-roots_open i {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .ivu-tree-child-tree {
    display: none;
  }
  .ivu-tree-child-tree-open {
    display: block;
  }
  .ivu-tree-treenode-disabled > a,
  .ivu-tree-treenode-disabled > a span,
  .ivu-tree-treenode-disabled > span {
    color: #f3f3f3;
    cursor: not-allowed;
  }
  .ivu-tree-icon__open {
    margin-right: 2px;
    vertical-align: top;
  }
  .ivu-tree-icon__close {
    margin-right: 2px;
    vertical-align: top;
  }
  

.ivu-switch {
    width: 48px;
    height: 24px;
    line-height: 22px;
    border-radius: 24px;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #ccc;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out
}

.ivu-switch-inner {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 25px
}

.ivu-switch-inner i {
    width: 12px;
    height: 12px;
    text-align: center
}

.ivu-switch:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    cursor: pointer;
    transition: left .2s ease-in-out,width .2s ease-in-out
}

.ivu-switch:active:after {
    width: 26px
}

.ivu-switch:focus:hover {
    box-shadow: none
}

.ivu-switch-checked {
    border-color: #39f;
    background-color: #39f
}

.ivu-switch-checked .ivu-switch-inner {
    left: 8px
}

.ivu-switch-checked:after {
    left: 25px
}

.ivu-switch-checked:active:after {
    left: 19px
}

.ivu-switch-disabled {
    cursor: not-allowed;
    background: #f3f3f3;
    border-color: #f3f3f3
}

.ivu-switch-disabled:after {
    background: #ccc;
    cursor: not-allowed
}

.ivu-switch-disabled .ivu-switch-inner {
    color: #ccc
}

.ivu-btn,.ivu-spin {
    text-align: center
}

ol,ul {
    list-style: none
}

.ivu-btn.disabled>*,.ivu-btn.ivu-btn-loading,.ivu-btn:before,.ivu-btn[disabled]>*,a[disabled] {
    pointer-events: none
}

*,.ivu-modal-wrap * {
    -webkit-tap-highlight-color: transparent
}



.fade-appear,.fade-enter,.fade-leave {
    animation-play-state: running;
    animation-timing-function: linear
}

.fade-appear,.fade-enter,.fade-leave,.move-down-appear,.move-down-enter,.move-down-leave,.move-left-appear,.move-left-enter,.move-left-leave,.move-notice-appear,.move-notice-enter,.move-notice-leave,.move-right-appear,.move-right-enter,.move-right-leave,.move-up-appear,.move-up-enter,.move-up-leave {
    animation-duration: .3s;
    animation-fill-mode: both
}



.input-group-error-append,.input-group-error-prepend {
    background-color: #fff;
    border: 1px solid #f30
}

.input-group-error-append .ivu-select-selection,.input-group-error-prepend .ivu-select-selection {
    background-color: inherit;
    border: 1px solid transparent
}

.input-group-error-prepend {
    border-right: 0
}

.input-group-error-append {
    border-left: 0
}
html {
 font-family: sans-serif;
 line-height: 1.15;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%
 }

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0
}

code,kbd,pre,samp {
    font-size: 1em
}

a {
    -webkit-text-decoration-skip: objects;
    color: #39f;
    background: 0 0;
    cursor: pointer;
    transition: color .2s ease
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

.ivu-btn:not([disabled]):hover,.ivu-page-item a,.ivu-tooltip-inner,.ivu-tree li a {
    text-decoration: none
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}[type=reset],[type=submit],button,html [type=button] {
     -webkit-appearance: button
 }[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
      border-style: none;
      padding: 0
  }[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
       outline: ButtonText dotted 1px
   }

fieldset {
    border: 1px solid silver
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}[type=checkbox],[type=radio] {
     box-sizing: border-box;
     padding: 0
 }[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
      height: auto
  }[type=search] {
       -webkit-appearance: textfield;
       outline-offset: -2px
   }[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.ivu-icon,.ivu-select-multiple .ivu-select-item-selected:after {
    speak: none;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto
}

.ivu-icon,.ivu-select-multiple .ivu-select-item-selected:after,body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

summary {
    display: list-item
}

*,:after,:before {
    box-sizing: border-box
}

body {
    font-family: 'Microsoft YaHei', 微软雅黑, Arial, SimSun, 'Microsoft JhengHei', 华文细黑, STHeiti, MingLiu;
    font-size: 12px;
    line-height: 1.5;
    /* color: #333; */
    background-color: #fff
}

article,aside,blockquote,body,button,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,section,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input::-ms-clear,input::-ms-reveal {
    display: none
}

a:hover {
    color: #5cadff
}

a:active {
    color: #3091f2
}

a[disabled] {
    color: #ccc;
    cursor: not-allowed
}

code,kbd,pre,samp {
    font-family: Consolas,Menlo,Courier,monospace
}

@font-face {
    font-family:Ionicons;src:url(/car/05acfdb568b3df49ad31355b19495d4a.woff) format("woff");
    font-weight:400;
    font-style:normal;
}

.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.ivu-icon-alert:before {
    content: "\F101"
}

.ivu-icon-alert-circled:before {
    content: "\F100"
}

.ivu-icon-aperture:before {
    content: "\F313"
}

.ivu-icon-archive:before {
    content: "\F102"
}

.ivu-icon-arrow-down-a:before {
    content: "\F103"
}

.ivu-icon-arrow-down-b:before {
    content: "\F104"
}

.ivu-icon-arrow-down-c:before {
    content: "\F105"
}

.ivu-icon-arrow-expand:before {
    content: "\F25E"
}

.ivu-icon-arrow-graph-down-left:before {
    content: "\F25F"
}

.ivu-icon-arrow-graph-down-right:before {
    content: "\F260"
}

.ivu-icon-arrow-graph-up-left:before {
    content: "\F261"
}

.ivu-icon-arrow-graph-up-right:before {
    content: "\F262"
}

.ivu-icon-arrow-left-a:before {
    content: "\F106"
}

.ivu-icon-arrow-left-b:before {
    content: "\F107"
}

.ivu-icon-arrow-left-c:before {
    content: "\F108"
}

.ivu-icon-arrow-move:before {
    content: "\F263"
}

.ivu-icon-arrow-resize:before {
    content: "\F264"
}

.ivu-icon-arrow-return-left:before {
    content: "\F265"
}

.ivu-icon-arrow-return-right:before {
    content: "\F266"
}

.ivu-icon-arrow-right-a:before {
    content: "\F109"
}

.ivu-icon-arrow-right-b:before {
    content: "\F10A"
}

.ivu-icon-arrow-right-c:before {
    content: "\F10B"
}

.ivu-icon-arrow-shrink:before {
    content: "\F267"
}

.ivu-icon-arrow-swap:before {
    content: "\F268"
}

.ivu-icon-arrow-up-a:before {
    content: "\F10C"
}

.ivu-icon-arrow-up-b:before {
    content: "\F10D"
}

.ivu-icon-arrow-up-c:before {
    content: "\F10E"
}

.ivu-icon-at:before {
    content: "\F10F"
}

.ivu-icon-backspace:before {
    content: "\F3BF"
}

.ivu-icon-card:before {
    content: "\F119"
}

.ivu-icon-cash:before {
    content: "\F316"
}

.ivu-icon-clipboard:before {
    content: "\F127"
}

.ivu-icon-clock:before {
    content: "\F26E"
}

.ivu-icon-close:before {
    content: "\F12A"
}

.ivu-icon-close-circled:before {
    content: "\F128"
}
.ivu-icon-checkmark-circled:before{
    content:"\F120"
}
.ivu-icon-close-round:before {
    content: "\F129"
}

.ivu-icon-closed-captioning:before {
    content: "\F317"
}

.ivu-icon-cloud:before {
    content: "\F12B"
}

.ivu-icon-code:before {
    content: "\F271"
}

.ivu-icon-crop:before {
    content: "\F3C1"
}

.ivu-icon-drag:before {
    content: "\F130"
}

.ivu-icon-filing:before {
    content: "\F134"
}

.ivu-icon-flag:before {
    content: "\F279"
}

.ivu-icon-forward:before {
    content: "\F13A"
}

.ivu-icon-grid:before {
    content: "\F13F"
}

.ivu-icon-home:before {
    content: "\F144"
}

.ivu-icon-icecream:before {
    content: "\F27D"
}

.ivu-icon-image:before {
    content: "\F147"
}

.ivu-icon-images:before {
    content: "\F148"
}

.ivu-icon-information:before {
    content: "\F14A"
}

.ivu-icon-information-circled:before {
    content: "\F149"
}

.ivu-icon-ionic:before {
    content: "\F14B"
}

.ivu-icon-ios-alarm:before {
    content: "\F3C8"
}

.ivu-icon-ios-alarm-outline:before {
    content: "\F3C7"
}

.ivu-icon-ios-arrow-back:before {
    content: "\F3CF"
}

.ivu-icon-ios-arrow-down:before {
    content: "\F3D0"
}

.ivu-icon-ios-arrow-forward:before {
    content: "\F3D1"
}

.ivu-icon-ios-arrow-left:before {
    content: "\F3D2"
}

.ivu-icon-ios-arrow-right:before {
    content: "\F3D3"
}

.ivu-icon-ios-arrow-thin-down:before {
    content: "\F3D4"
}

.ivu-icon-ios-arrow-thin-left:before {
    content: "\F3D5"
}

.ivu-icon-ios-arrow-thin-right:before {
    content: "\F3D6"
}

.ivu-icon-ios-arrow-thin-up:before {
    content: "\F3D7"
}

.ivu-icon-ios-arrow-up:before {
    content: "\F3D8"
}

.ivu-icon-ios-cloud-upload-outline:before{content:"\F40A"}

.ivu-icon-ios-at:before {
    content: "\F3DA"
}

.ivu-icon-ios-at-outline:before {
    content: "\F3D9"
}
.ivu-icon-ios-body:before {
    content: "\F3E4"
}

.ivu-icon-ios-body-outline:before {
    content: "\F3E3"
}

.ivu-icon-ios-box:before {
    content: "\F3EC"
}

.ivu-icon-ios-box-outline:before {
    content: "\F3EB"
}

.ivu-icon-ios-checkmark:before {
    content: "\F3FF"
}

.ivu-icon-ios-checkmark-empty:before {
    content: "\F3FD"
}

.ivu-icon-ios-checkmark-outline:before {
    content: "\F3FE"
}


.ivu-icon-ios-close:before {
    content: "\F406"
}

.ivu-icon-ios-close-empty:before {
    content: "\F404"
}

.ivu-icon-ios-close-outline:before {
    content: "\F405"
}
.ivu-icon-ios-filing:before {
    content: "\F429"
}

.ivu-icon-ios-filing-outline:before {
    content: "\F428"
}

.ivu-icon-ios-folder:before {
    content: "\F435"
}

.ivu-icon-ios-folder-outline:before {
    content: "\F434"
}

.ivu-icon-ios-list:before {
    content: "\F454"
}

.ivu-icon-ios-list-outline:before {
    content: "\F453"
}
.ivu-icon-ios-minus:before {
    content: "\F464"
}

.ivu-icon-ios-minus-empty:before {
    content: "\F462"
}

.ivu-icon-ios-minus-outline:before {
    content: "\F463"
}

.ivu-icon-ios-more:before {
    content: "\F46A"
}
.ivu-icon-ios-plus:before {
    content: "\F48B"
}

.ivu-icon-ios-plus-empty:before {
    content: "\F489"
}

.ivu-icon-ios-plus-outline:before {
    content: "\F48A"
}

.ivu-icon-ios-refresh:before {
    content: "\F49C"
}
.ivu-icon-ios-toggle:before {
    content: "\F4C3"
}

.ivu-icon-ios-toggle-outline:before {
    content: "\F4C2"
}

.ivu-icon-ios-undo:before {
    content: "\F4C7"
}

.ivu-icon-link:before {
    content: "\F1FE"
}
.ivu-icon-loop:before {
    content: "\F201"
}
.ivu-icon-minus:before {
    content: "\F209"
}

.ivu-icon-minus-circled:before {
    content: "\F207"
}

.ivu-icon-minus-round:before {
    content: "\F208"
}
.ivu-icon-more:before {
    content: "\F20B"
}

.ivu-icon-navicon:before {
    content: "\F20E"
}

.ivu-icon-navicon-round:before {
    content: "\F20D"
}

.ivu-icon-plus:before {
    content: "\F218"
}

.ivu-icon-plus-circled:before {
    content: "\F216"
}


.ivu-icon-toggle:before {
    content: "\F355"
}

.ivu-icon-toggle-filled:before {
    content: "\F354"
}

.ivu-row {
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block
}

.ivu-row:after,.ivu-row:before {
    content: "";
    display: table
}

.ivu-row:after {
    clear: both;
    font-size: 0;
    height: 0
}

.ivu-col {
    display: block
}

.ivu-col-span-1,.ivu-col-span-10,.ivu-col-span-11,.ivu-col-span-12,.ivu-col-span-13,.ivu-col-span-14,.ivu-col-span-15,.ivu-col-span-16,.ivu-col-span-17,.ivu-col-span-18,.ivu-col-span-19,.ivu-col-span-2,.ivu-col-span-20,.ivu-col-span-21,.ivu-col-span-22,.ivu-col-span-23,.ivu-col-span-24,.ivu-col-span-3,.ivu-col-span-4,.ivu-col-span-5,.ivu-col-span-6,.ivu-col-span-7,.ivu-col-span-8,.ivu-col-span-9 {
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.ivu-col-span-24 {
    display: block;
    width: 100%
}

.ivu-col-span-23 {
    display: block;
    width: 95.83333333%
}
.ivu-col-span-22 {
    display: block;
    width: 91.66666667%
}

.ivu-col-span-21 {
    display: block;
    width: 87.5%
}
.ivu-col-span-20 {
    display: block;
    width: 83.33333333%
}

.ivu-col-span-19 {
    display: block;
    width: 79.16666667%
}
.ivu-col-span-18 {
    display: block;
    width: 75%
}
.ivu-col-span-17 {
    display: block;
    width: 70.83333333%
}
.ivu-col-span-16 {
    display: block;
    width: 66.66666667%
}
.ivu-col-span-15 {
    display: block;
    width: 62.5%
}
.ivu-col-span-14 {
    display: block;
    width: 58.33333333%
}
.ivu-col-span-13 {
    display: block;
    width: 54.16666667%
}
.ivu-col-span-12 {
    display: block;
    width: 50%
}

.ivu-col-span-11 {
    display: block;
    width: 45.83333333%
}
.ivu-col-span-10 {
    display: block;
    width: 41.66666667%
}
.ivu-col-span-9 {
    display: block;
    width: 37.5%
}
.ivu-col-span-8 {
    display: block;
    width: 33.33333333%
}
.ivu-col-span-7 {
    display: block;
    width: 29.16666667%
}
.ivu-col-span-6 {
    display: block;
    width: 25%
}
.ivu-col-span-5 {
    display: block;
    width: 20.83333333%
}
.ivu-col-span-4 {
    display: block;
    width: 16.66666667%
}
.ivu-col-span-3 {
    display: block;
    width: 12.5%
}
.ivu-col-span-2 {
    display: block;
    width: 8.33333333%
}
.ivu-col-span-1 {
    display: block;
    width: 4.16666667%
}
.ivu-col-span-0 {
    display: none
}

.fade-appear,.fade-enter {
    animation-name: ivuFadeIn;
    opacity: 0
}

.fade-leave {
    animation-name: ivuFadeOut
}

@keyframes ivuFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes ivuFadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


.move-right-appear,.move-right-enter {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.move-right-leave {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.move-right-appear,.move-right-enter {
    animation-name: ivuMoveRightIn;
    animation-play-state: running
}

.move-right-leave {
    animation-name: ivuMoveRightOut;
    animation-play-state: running
}

.move-right-appear,.move-right-enter {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.move-right-leave {
    animation-timing-function: ease-in-out
}



@keyframes ivuMoveRightIn {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@keyframes ivuMoveRightOut {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform-origin: 0 0;
        transform: translateX(100%);
        opacity: 0
    }
}


.ease-appear,.ease-enter,.ease-leave {
    animation-play-state: running;
    animation-timing-function: linear;
    animation-duration: .2s
}


.ease-appear,.ease-enter,.ease-leave {
    animation-fill-mode: both
}

.ease-appear,.ease-enter {
    animation-name: ivuEaseIn;
    opacity: 0
}

.ease-leave {
    animation-name: ivuEaseOut
}

.slide-down-appear,.slide-down-enter,.slide-down-leave,.slide-left-appear,.slide-left-enter,.slide-left-leave,.slide-right-appear,.slide-right-enter,.slide-right-leave,.slide-up-appear,.slide-up-enter,.slide-up-leave {
    animation-duration: .3s;
    animation-fill-mode: both
}

@keyframes ivuEaseIn {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes ivuEaseOut {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.9)
    }
}

.slide-down-appear,.slide-down-enter,.slide-left-appear,.slide-left-enter,.slide-right-appear,.slide-right-enter,.slide-up-appear,.slide-up-enter {
    opacity: 0;
    animation-play-state: running;
    animation-timing-function: ease-in-out
}

.slide-up-appear,.slide-up-enter {
    animation-name: ivuSlideUpIn
}

.slide-up-leave {
    animation-name: ivuSlideUpOut;
    animation-play-state: running;
    animation-timing-function: ease-in-out
}

.slide-down-appear,.slide-down-enter {
    animation-name: ivuSlideDownIn
}

.slide-down-leave {
    animation-name: ivuSlideDownOut;
    animation-play-state: running;
    animation-timing-function: ease-in-out
}

.slide-left-appear,.slide-left-enter {
    animation-name: ivuSlideLeftIn
}

.slide-left-leave {
    animation-name: ivuSlideLeftOut;
    animation-play-state: running;
    animation-timing-function: ease-in-out
}

.slide-right-appear,.slide-right-enter {
    animation-name: ivuSlideRightIn
}

.slide-right-leave {
    animation-name: ivuSlideRightOut;
    animation-play-state: running;
    animation-timing-function: ease-in-out
}

@keyframes ivuSlideUpIn {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(.8)
    }

    100% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1)
    }
}

@keyframes ivuSlideUpOut {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1)
    }

    100% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(.8)
    }
}

@keyframes ivuSlideDownIn {
    0% {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(.8)
    }

    100% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1)
    }
}

@keyframes ivuSlideDownOut {
    0% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1)
    }

    100% {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(.8)
    }
}

@keyframes ivuSlideLeftIn {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleX(.8)
    }

    100% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleX(1)
    }
}

.ivu-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #d7dde4;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 4px;
    transform: translate3d(0,0,0);
    transition: color .2s linear,background-color .2s linear,border .2s linear;
    color: #333;
    background-color: #f7f7f7
}

.ivu-badge,.ivu-btn>.ivu-icon {
    line-height: 1
}

.ivu-btn,.ivu-btn:active,.ivu-btn:focus {
    outline: 0
}

.ivu-btn:not([disabled]):active {
    outline: 0;
    transition: none
}

.ivu-btn.disabled,.ivu-btn[disabled] {
    cursor: not-allowed
}


.ivu-btn>a:only-child {
    color: currentColor
}

.ivu-btn>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn.disabled,.ivu-btn.disabled.active,.ivu-btn.disabled:active,.ivu-btn.disabled:focus,.ivu-btn.disabled:hover,.ivu-btn[disabled],.ivu-btn[disabled].active,.ivu-btn[disabled]:active,.ivu-btn[disabled]:focus,.ivu-btn[disabled]:hover,fieldset[disabled] .ivu-btn,fieldset[disabled] .ivu-btn.active,fieldset[disabled] .ivu-btn:active,fieldset[disabled] .ivu-btn:focus,fieldset[disabled] .ivu-btn:hover {
    color: #c3cbd6;
    background-color: #f7f7f7;
    border-color: #d7dde4
}

.ivu-btn.disabled.active>a:only-child,.ivu-btn.disabled:active>a:only-child,.ivu-btn.disabled:focus>a:only-child,.ivu-btn.disabled:hover>a:only-child,.ivu-btn.disabled>a:only-child,.ivu-btn[disabled].active>a:only-child,.ivu-btn[disabled]:active>a:only-child,.ivu-btn[disabled]:focus>a:only-child,.ivu-btn[disabled]:hover>a:only-child,.ivu-btn[disabled]>a:only-child,fieldset[disabled] .ivu-btn.active>a:only-child,fieldset[disabled] .ivu-btn:active>a:only-child,fieldset[disabled] .ivu-btn:focus>a:only-child,fieldset[disabled] .ivu-btn:hover>a:only-child,fieldset[disabled] .ivu-btn>a:only-child {
    color: currentColor
}

.ivu-btn.disabled.active>a:only-child:after,.ivu-btn.disabled:active>a:only-child:after,.ivu-btn.disabled:focus>a:only-child:after,.ivu-btn.disabled:hover>a:only-child:after,.ivu-btn.disabled>a:only-child:after,.ivu-btn[disabled].active>a:only-child:after,.ivu-btn[disabled]:active>a:only-child:after,.ivu-btn[disabled]:focus>a:only-child:after,.ivu-btn[disabled]:hover>a:only-child:after,.ivu-btn[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn.active>a:only-child:after,fieldset[disabled] .ivu-btn:active>a:only-child:after,fieldset[disabled] .ivu-btn:focus>a:only-child:after,fieldset[disabled] .ivu-btn:hover>a:only-child:after,fieldset[disabled] .ivu-btn>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn:hover {
    color: #5cadff;
    background-color: #fff;
    border-color: #5cadff
}

.ivu-btn:hover>a:only-child {
    color: currentColor
}

.ivu-btn:hover>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn.active,.ivu-btn:active {
    color: #3091f2;
    background-color: #fff;
    border-color: #3091f2
}

.ivu-btn.active>a:only-child,.ivu-btn:active>a:only-child {
    color: currentColor
}

.ivu-btn.active>a:only-child:after,.ivu-btn:active>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-long {
    width: 100%
}

.ivu-btn>.ivu-icon+span,.ivu-btn>span+.ivu-icon {
    margin-left: 4px
}

.ivu-btn-primary {
    color: #fff;
    background-color: #6f96d3;
    border-color: #6f96d3;
}

.ivu-btn-primary.active>a:only-child,.ivu-btn-primary:active>a:only-child,.ivu-btn-primary:hover>a:only-child,.ivu-btn-primary>a:only-child {
    color: currentColor
}

.ivu-btn-primary>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-primary:hover {
    background-color: #6f96d3;
    border-color: #6f96d3;
}

.ivu-btn-primary:hover>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-primary.active,.ivu-btn-primary:active {
    background-color: #3091f2;
    border-color: #3091f2
}

.ivu-btn-primary.active>a:only-child:after,.ivu-btn-primary:active>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-primary.disabled,.ivu-btn-primary.disabled.active,.ivu-btn-primary.disabled:active,.ivu-btn-primary.disabled:focus,.ivu-btn-primary.disabled:hover,.ivu-btn-primary[disabled],.ivu-btn-primary[disabled].active,.ivu-btn-primary[disabled]:active,.ivu-btn-primary[disabled]:focus,.ivu-btn-primary[disabled]:hover,fieldset[disabled] .ivu-btn-primary,fieldset[disabled] .ivu-btn-primary.active,fieldset[disabled] .ivu-btn-primary:active,fieldset[disabled] .ivu-btn-primary:focus,fieldset[disabled] .ivu-btn-primary:hover {
    color: #c3cbd6;
    background-color: #f7f7f7;
    border-color: #d7dde4
}

.ivu-btn-primary.disabled.active>a:only-child,.ivu-btn-primary.disabled:active>a:only-child,.ivu-btn-primary.disabled:focus>a:only-child,.ivu-btn-primary.disabled:hover>a:only-child,.ivu-btn-primary.disabled>a:only-child,.ivu-btn-primary[disabled].active>a:only-child,.ivu-btn-primary[disabled]:active>a:only-child,.ivu-btn-primary[disabled]:focus>a:only-child,.ivu-btn-primary[disabled]:hover>a:only-child,.ivu-btn-primary[disabled]>a:only-child,fieldset[disabled] .ivu-btn-primary.active>a:only-child,fieldset[disabled] .ivu-btn-primary:active>a:only-child,fieldset[disabled] .ivu-btn-primary:focus>a:only-child,fieldset[disabled] .ivu-btn-primary:hover>a:only-child,fieldset[disabled] .ivu-btn-primary>a:only-child {
    color: currentColor
}

.ivu-btn-primary.disabled.active>a:only-child:after,.ivu-btn-primary.disabled:active>a:only-child:after,.ivu-btn-primary.disabled:focus>a:only-child:after,.ivu-btn-primary.disabled:hover>a:only-child:after,.ivu-btn-primary.disabled>a:only-child:after,.ivu-btn-primary[disabled].active>a:only-child:after,.ivu-btn-primary[disabled]:active>a:only-child:after,.ivu-btn-primary[disabled]:focus>a:only-child:after,.ivu-btn-primary[disabled]:hover>a:only-child:after,.ivu-btn-primary[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-primary.active>a:only-child:after,fieldset[disabled] .ivu-btn-primary:active>a:only-child:after,fieldset[disabled] .ivu-btn-primary:focus>a:only-child:after,fieldset[disabled] .ivu-btn-primary:hover>a:only-child:after,fieldset[disabled] .ivu-btn-primary>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-primary.active,.ivu-btn-primary:active,.ivu-btn-primary:hover {
    color: #fff
}

.ivu-btn-text {
    color: #333;
    background-color: transparent;
    border-color: transparent
}

.ivu-btn-text>a:only-child {
    color: currentColor
}

.ivu-btn-text>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-text.disabled,.ivu-btn-text.disabled.active,.ivu-btn-text.disabled:active,.ivu-btn-text.disabled:focus,.ivu-btn-text.disabled:hover,.ivu-btn-text[disabled],.ivu-btn-text[disabled].active,.ivu-btn-text[disabled]:active,.ivu-btn-text[disabled]:focus,.ivu-btn-text[disabled]:hover,fieldset[disabled] .ivu-btn-text,fieldset[disabled] .ivu-btn-text.active,fieldset[disabled] .ivu-btn-text:active,fieldset[disabled] .ivu-btn-text:focus,fieldset[disabled] .ivu-btn-text:hover {
    color: #c3cbd6;
    background-color: transparent;
    border-color: transparent
}

.ivu-btn-text.disabled.active>a:only-child,.ivu-btn-text.disabled:active>a:only-child,.ivu-btn-text.disabled:focus>a:only-child,.ivu-btn-text.disabled:hover>a:only-child,.ivu-btn-text.disabled>a:only-child,.ivu-btn-text[disabled].active>a:only-child,.ivu-btn-text[disabled]:active>a:only-child,.ivu-btn-text[disabled]:focus>a:only-child,.ivu-btn-text[disabled]:hover>a:only-child,.ivu-btn-text[disabled]>a:only-child,fieldset[disabled] .ivu-btn-text.active>a:only-child,fieldset[disabled] .ivu-btn-text:active>a:only-child,fieldset[disabled] .ivu-btn-text:focus>a:only-child,fieldset[disabled] .ivu-btn-text:hover>a:only-child,fieldset[disabled] .ivu-btn-text>a:only-child {
    color: currentColor
}

.ivu-btn-text.disabled.active>a:only-child:after,.ivu-btn-text.disabled:active>a:only-child:after,.ivu-btn-text.disabled:focus>a:only-child:after,.ivu-btn-text.disabled:hover>a:only-child:after,.ivu-btn-text.disabled>a:only-child:after,.ivu-btn-text[disabled].active>a:only-child:after,.ivu-btn-text[disabled]:active>a:only-child:after,.ivu-btn-text[disabled]:focus>a:only-child:after,.ivu-btn-text[disabled]:hover>a:only-child:after,.ivu-btn-text[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-text.active>a:only-child:after,fieldset[disabled] .ivu-btn-text:active>a:only-child:after,fieldset[disabled] .ivu-btn-text:focus>a:only-child:after,fieldset[disabled] .ivu-btn-text:hover>a:only-child:after,fieldset[disabled] .ivu-btn-text>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-text:hover {
    color: #5cadff;
    background-color: transparent;
    border-color: transparent
}

.ivu-btn-text:hover>a:only-child {
    color: currentColor
}

.ivu-btn-text:hover>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-text.active,.ivu-btn-text:active {
    color: #3091f2;
    background-color: transparent;
    border-color: transparent
}

.ivu-btn-text.active>a:only-child,.ivu-btn-text:active>a:only-child {
    color: currentColor
}

.ivu-btn-text.active>a:only-child:after,.ivu-btn-text:active>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-success {
    color: #fff;
    background-color: #0c6;
    border-color: #0c6
}

.ivu-btn-success.active>a:only-child,.ivu-btn-success:active>a:only-child,.ivu-btn-success:hover>a:only-child,.ivu-btn-success>a:only-child {
    color: currentColor
}

.ivu-btn-success>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-success:hover {
    background-color: #33d685;
    border-color: #33d685
}

.ivu-btn-success:hover>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-success.active,.ivu-btn-success:active {
    background-color: #00c261;
    border-color: #00c261
}

.ivu-btn-success.active>a:only-child:after,.ivu-btn-success:active>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-success.disabled,.ivu-btn-success.disabled.active,.ivu-btn-success.disabled:active,.ivu-btn-success.disabled:focus,.ivu-btn-success.disabled:hover,.ivu-btn-success[disabled],.ivu-btn-success[disabled].active,.ivu-btn-success[disabled]:active,.ivu-btn-success[disabled]:focus,.ivu-btn-success[disabled]:hover,fieldset[disabled] .ivu-btn-success,fieldset[disabled] .ivu-btn-success.active,fieldset[disabled] .ivu-btn-success:active,fieldset[disabled] .ivu-btn-success:focus,fieldset[disabled] .ivu-btn-success:hover {
    color: #c3cbd6;
    background-color: #f7f7f7;
    border-color: #d7dde4
}

.ivu-btn-success.disabled.active>a:only-child,.ivu-btn-success.disabled:active>a:only-child,.ivu-btn-success.disabled:focus>a:only-child,.ivu-btn-success.disabled:hover>a:only-child,.ivu-btn-success.disabled>a:only-child,.ivu-btn-success[disabled].active>a:only-child,.ivu-btn-success[disabled]:active>a:only-child,.ivu-btn-success[disabled]:focus>a:only-child,.ivu-btn-success[disabled]:hover>a:only-child,.ivu-btn-success[disabled]>a:only-child,fieldset[disabled] .ivu-btn-success.active>a:only-child,fieldset[disabled] .ivu-btn-success:active>a:only-child,fieldset[disabled] .ivu-btn-success:focus>a:only-child,fieldset[disabled] .ivu-btn-success:hover>a:only-child,fieldset[disabled] .ivu-btn-success>a:only-child {
    color: currentColor
}

.ivu-btn-success.disabled.active>a:only-child:after,.ivu-btn-success.disabled:active>a:only-child:after,.ivu-btn-success.disabled:focus>a:only-child:after,.ivu-btn-success.disabled:hover>a:only-child:after,.ivu-btn-success.disabled>a:only-child:after,.ivu-btn-success[disabled].active>a:only-child:after,.ivu-btn-success[disabled]:active>a:only-child:after,.ivu-btn-success[disabled]:focus>a:only-child:after,.ivu-btn-success[disabled]:hover>a:only-child:after,.ivu-btn-success[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-success.active>a:only-child:after,fieldset[disabled] .ivu-btn-success:active>a:only-child:after,fieldset[disabled] .ivu-btn-success:focus>a:only-child:after,fieldset[disabled] .ivu-btn-success:hover>a:only-child:after,fieldset[disabled] .ivu-btn-success>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-success.active,.ivu-btn-success:active,.ivu-btn-success:hover {
    color: #fff
}

.ivu-btn-warning {
    color: #fff;
    background-color: #6f96d3;
    border-color: #6f96d3;
}

.ivu-btn-warning.active>a:only-child,.ivu-btn-warning:active>a:only-child,.ivu-btn-warning:hover>a:only-child,.ivu-btn-warning>a:only-child {
    color: currentColor
}

.ivu-btn-warning>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-warning:hover {
    background-color: #6f96d3;
    border-color: #6f96d3;
}

.ivu-btn-warning:hover>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-warning.active,.ivu-btn-warning:active {
    background-color: #6f96d3;
    border-color: #6f96d3;
}

.ivu-btn-warning.active>a:only-child:after,.ivu-btn-warning:active>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-warning.disabled,.ivu-btn-warning.disabled.active,.ivu-btn-warning.disabled:active,.ivu-btn-warning.disabled:focus,.ivu-btn-warning.disabled:hover,.ivu-btn-warning[disabled],.ivu-btn-warning[disabled].active,.ivu-btn-warning[disabled]:active,.ivu-btn-warning[disabled]:focus,.ivu-btn-warning[disabled]:hover,fieldset[disabled] .ivu-btn-warning,fieldset[disabled] .ivu-btn-warning.active,fieldset[disabled] .ivu-btn-warning:active,fieldset[disabled] .ivu-btn-warning:focus,fieldset[disabled] .ivu-btn-warning:hover {
    color: #c3cbd6;
    background-color: #6f96d3;
    border-color: #6f96d3;
}

.ivu-btn-warning.disabled.active>a:only-child,.ivu-btn-warning.disabled:active>a:only-child,.ivu-btn-warning.disabled:focus>a:only-child,.ivu-btn-warning.disabled:hover>a:only-child,.ivu-btn-warning.disabled>a:only-child,.ivu-btn-warning[disabled].active>a:only-child,.ivu-btn-warning[disabled]:active>a:only-child,.ivu-btn-warning[disabled]:focus>a:only-child,.ivu-btn-warning[disabled]:hover>a:only-child,.ivu-btn-warning[disabled]>a:only-child,fieldset[disabled] .ivu-btn-warning.active>a:only-child,fieldset[disabled] .ivu-btn-warning:active>a:only-child,fieldset[disabled] .ivu-btn-warning:focus>a:only-child,fieldset[disabled] .ivu-btn-warning:hover>a:only-child,fieldset[disabled] .ivu-btn-warning>a:only-child {
    color: currentColor
}

.ivu-btn-warning.disabled.active>a:only-child:after,.ivu-btn-warning.disabled:active>a:only-child:after,.ivu-btn-warning.disabled:focus>a:only-child:after,.ivu-btn-warning.disabled:hover>a:only-child:after,.ivu-btn-warning.disabled>a:only-child:after,.ivu-btn-warning[disabled].active>a:only-child:after,.ivu-btn-warning[disabled]:active>a:only-child:after,.ivu-btn-warning[disabled]:focus>a:only-child:after,.ivu-btn-warning[disabled]:hover>a:only-child:after,.ivu-btn-warning[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-warning.active>a:only-child:after,fieldset[disabled] .ivu-btn-warning:active>a:only-child:after,fieldset[disabled] .ivu-btn-warning:focus>a:only-child:after,fieldset[disabled] .ivu-btn-warning:hover>a:only-child:after,fieldset[disabled] .ivu-btn-warning>a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-warning.active,.ivu-btn-warning:active,.ivu-btn-warning:hover {
    color: #fff
}

.ivu-btn:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #fff;
    opacity: .35;
    content: '';
    border-radius: inherit;
    z-index: 1;
    transition: opacity .2s;
    display: none
}

.ivu-btn.ivu-btn-loading {
    position: relative
}

.ivu-btn.ivu-btn-loading:before {
    display: block
}

.ivu-affix,.ivu-back-top {
    z-index: 10;
    position: fixed
}

.ivu-btn+.ivu-btn-group,.ivu-btn-group .ivu-btn+.ivu-btn,.ivu-btn-group+.ivu-btn,.ivu-btn-group+.ivu-btn-group {
    margin-left: -1px
}


.ivu-btn+.ivu-btn-group-vertical,.ivu-btn-group-vertical .ivu-btn+.ivu-btn,.ivu-btn-group-vertical+.ivu-btn,.ivu-btn-group-vertical+.ivu-btn-group-vertical {
    margin-top: -1px;
    margin-left: 0
}

.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc,.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-title {
    margin-left: 51px
}

.ivu-alert {
    position: relative;
    padding: 8px 48px 8px 16px;
    border-radius: 6px;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px
}

.ivu-alert.ivu-alert-with-icon {
    padding: 8px 48px 8px 38px
}

.ivu-alert-icon {
    font-size: 14px;
    top: 8px;
    left: 16px;
    position: absolute
}

.ivu-alert-desc {
    font-size: 12px;
    color: #333;
    line-height: 21px;
    display: none;
    text-align: justify
}

.ivu-alert-success {
    border: 1px solid #ccf5e0;
    background-color: #e6faf0
}

.ivu-alert-success .ivu-alert-icon {
    color: #0c6
}

.ivu-alert-info {
    border: 1px solid #d6ebff;
    background-color: #ebf5ff
}

.ivu-alert-info .ivu-alert-icon {
    color: #39f
}

.ivu-alert-warning {
    border: 1px solid #ffebcc;
    background-color: #fff5e6
}

.ivu-alert-warning .ivu-alert-icon {
    color: #f90
}

.ivu-alert-error {
    border: 1px solid #ffd6cc;
    background-color: #ffebe6
}

.ivu-alert-error .ivu-alert-icon {
    color: #f30
}

.ivu-alert-close {
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 8px;
    overflow: hidden;
    cursor: pointer
}

.ivu-alert-close .ivu-icon-ios-close-empty {
    font-size: 22px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: -3px
}

.ivu-alert-close .ivu-icon-ios-close-empty:hover {
    color: #444
}

.ivu-alert-with-desc {
    padding: 16px;
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.5
}

.ivu-alert-with-desc.ivu-alert-with-icon {
    padding: 16px 16px 16px 69px
}

.ivu-alert-with-desc .ivu-alert-desc {
    display: block
}

.ivu-alert-with-desc .ivu-alert-message {
    font-size: 14px;
    color: #464c5b;
    display: block
}

.ivu-alert-with-desc .ivu-alert-icon {
    top: 50%;
    left: 24px;
    margin-top: -21px;
    font-size: 28px
}

.ivu-alert-with-banner {
    border-radius: 0
}




.ivu-message-notice-content,.ivu-notice-notice {
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    background: #fff
}

.ivu-message {
    font-size: 12px;
    position: fixed;
    z-index: 1010;
    width: 100%;
    top: 16px;
    left: 0
}

.ivu-message-notice {
    margin:auto;
    width:70%;
    position: absolute;
    left: 50%;
    top:50%;
}

.ivu-message-success .ivu-icon {
    color: #0c6
}

.ivu-message-error .ivu-icon {
    color: #f30
}

.ivu-message-warning .ivu-icon {
    color: #f90
}

.ivu-message-info .ivu-icon,.ivu-message-loading .ivu-icon {
    color: #39f
}

.ivu-message .ivu-icon {
    margin-right: 8px;
    font-size: 14px;
    top: 1px;
    position: relative
}

.ivu-notice {
    margin-right: 24px;
    position: fixed;
    z-index: 1010
}

.ivu-notice-notice {
    margin-bottom: 2px;
    margin-top: 5px;
    padding: 5px;
    margin-left: 5px;
    line-height: 1;
    position: relative;
    overflow: hidden
}

.ivu-notice-notice-close {
    position: absolute;
    right: 16px;
    top: 15px;
    color: #999;
    outline: 0
}

.ivu-notice-notice-close i {
    font-size: 22px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: -3px
}

.ivu-notice-notice-close i:hover {
    color: #444
}

.ivu-notice-notice-with-desc .ivu-notice-notice-close {
    top: 11px
}

.ivu-notice-title {
    font-size: 15px;
    color: #fff;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color:#4678c6 ;
    height:30px;
    line-height:30px;
}

.ivu-notice-with-desc .ivu-notice-title {
    margin-bottom: 8px
}

.ivu-notice-desc {
    font-size: 15px;
    color: #999;
    text-align: justify;
    line-height: 1.5
}

.ivu-notice-with-icon .ivu-notice-title {
    margin-left: 26px
}

.ivu-notice-icon {
    position: absolute;
    left: 20px;
    margin-top: -1px;
    font-size: 16px
}


.ivu-notice-with-desc .ivu-notice-icon {
    font-size: 36px
}

.ivu-notice-with-info:after,.ivu-notice-with-normal:after {
    background: #39f
}

.ivu-notice-with-success:after {
    background: #0c6
}

.ivu-notice-with-warning:after {
    background: #f90
}

.ivu-notice-with-error:after {
    background: #f30
}

.ivu-checkbox,.ivu-checkbox-inner {
    display: inline-block;
    position: relative
}

.ivu-input-number-focused,.ivu-input-number:focus,.ivu-page-options-elevator input:focus,.ivu-select-visible .ivu-select-selection,.ivu-switch:focus {
    box-shadow: 0 0 0 2px rgba(51,153,255,.2);
    outline: 0
}


.ivu-checkbox {
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    line-height: 1
}

.ivu-checkbox-disabled {
    cursor: not-allowed
}

.ivu-checkbox:hover .ivu-checkbox-inner {
    border-color: #bcbcbc
}

.ivu-checkbox-inner {
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 1px solid #d7dde4;
    border-radius: 2px;
    background-color: #fff;
    transition: border-color .2s ease-in-out,background-color .2s ease-in-out
}

.ivu-checkbox-inner:after {
    content: '';
    display: table;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 1px;
    left: 4px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    transition: all .2s ease-in-out
}

.ivu-checkbox-input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.ivu-checkbox-input[disabled] {
    cursor: not-allowed
}

/*.ivu-checkbox-checked:hover .ivu-checkbox-inner {
    border-color: #39f
}*/

.ivu-checkbox-checked .ivu-checkbox-inner {
    border-color: #39f;
    background-color: #6f96d3;
}

.ivu-checkbox-checked .ivu-checkbox-inner:after {
    content: '';
    display: table;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 1px;
    left: 4px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    transition: all .2s ease-in-out
}

.ivu-checkbox-group-item,.ivu-input-number,.ivu-switch {
    display: inline-block
}

.ivu-checkbox-disabled.ivu-checkbox-checked:hover .ivu-checkbox-inner {
    border-color: #d7dde4
}

.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner {
    background-color: #f3f3f3;
    border-color: #d7dde4
}

.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after {
    animation-name: none;
    border-color: #ccc
}

.ivu-checkbox-disabled:hover .ivu-checkbox-inner {
    border-color: #d7dde4
}

.ivu-checkbox-disabled .ivu-checkbox-inner {
    border-color: #d7dde4;
    background-color: #f3f3f3
}

.ivu-checkbox-disabled .ivu-checkbox-inner:after {
    animation-name: none;
    border-color: #f3f3f3
}

.ivu-checkbox-disabled .ivu-checkbox-inner-input {
    cursor: default
}

.ivu-checkbox-disabled+span {
    color: #ccc;
    cursor: not-allowed
}

.ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
    content: '';
    width: 8px;
    height: 1px;
    -ms-transform: scale(1);
    transform: scale(1);
    position: absolute;
    left: 2px;
    top: 5px
}

.ivu-checkbox-indeterminate:hover .ivu-checkbox-inner {
    border-color: #39f
}

.ivu-checkbox-indeterminate .ivu-checkbox-inner {
    background-color: #39f;
    border-color: #39f
}

.ivu-checkbox-wrapper {
    cursor: pointer;
    font-size: 12px;
    /*display: inline-block; 注释掉 csl 20170618*/
    margin-right: 8px
}

.ivu-checkbox-wrapper-disabled {
    cursor: not-allowed
}

.ivu-checkbox+span,.ivu-checkbox-wrapper+span {
    margin-right: 4px
}

.ivu-checkbox-group {
    font-size: 14px
}

.ivu-input-number {
    font-size: 12px;
    color: #333;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border: 1px solid #d7dde4;
    border-radius: 4px;
    overflow: hidden
}

.ivu-input-number::-moz-placeholder {
    color: #c3cbd6;
    opacity: 1
}

.ivu-input-number:-ms-input-placeholder {
    color: #c3cbd6
}

.ivu-input-number::-webkit-input-placeholder {
    color: #c3cbd6
}

.ivu-input-number:focus {
    border-color: #5cadff
}

.ivu-input-number[disabled],fieldset[disabled] .ivu-input-number {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-input-number[disabled]:hover,fieldset[disabled] .ivu-input-number:hover {
    border-color: #dfe4e9
}

textarea.ivu-input-number {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    font-size: 14px
}


.ivu-input-number-handler-wrap {
    width: 22px;
    height: 100%;
    border-left: 1px solid #d7dde4;
    border-radius: 0 4px 4px 0;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.ivu-input-number:hover .ivu-input-number-handler-wrap {
    opacity: 1
}

.ivu-input-number-handler-up {
    cursor: pointer
}

.ivu-input-number-handler-up-inner {
    top: 1px
}

.ivu-input-number-handler-down {
    border-top: 1px solid #d7dde4;
    top: -1px;
    cursor: pointer
}

.ivu-input-number-handler {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    color: #999;
    position: relative
}

.ivu-input-number-handler:hover .ivu-input-number-handler-down-inner,.ivu-input-number-handler:hover .ivu-input-number-handler-up-inner {
    color: #5cadff
}

.ivu-input-number-handler-down-inner,.ivu-input-number-handler-up-inner {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 4px;
    transition: all .2s linear
}

.ivu-page-item,.ivu-select-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ivu-input-number-focused,.ivu-input-number:hover {
    border-color: #5cadff
}

.ivu-input-number-disabled {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-input-number-disabled:hover {
    border-color: #dfe4e9
}

.ivu-input-number-input-wrap {
    overflow: hidden;
    height: 32px
}

.ivu-input-number-input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 7px;
    text-align: left;
    outline: 0;
    -moz-appearance: textfield;
    color: #666;
    border: 0;
    border-radius: 4px;
    transition: all .2s linear
}

.ivu-input-number-large,.ivu-input-number-small {
    padding: 0
}

.ivu-input-number-input[disabled] {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-input-number-disabled .ivu-input-number-handler,.ivu-input-number-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-disabled .ivu-input-number-handler-up-inner,.ivu-input-number-handler-down-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-handler-down-disabled .ivu-input-number-handler-up-inner,.ivu-input-number-handler-up-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-handler-up-disabled .ivu-input-number-handler-up-inner {
    opacity: .72;
    color: #ccc!important;
    cursor: not-allowed
}

.ivu-input-number-input[disabled]:hover {
    border-color: #dfe4e9
}


.ivu-input-number-disabled .ivu-input-number-input {
    opacity: .72;
    cursor: not-allowed;
    background-color: #f3f3f3
}

.ivu-input-number-disabled .ivu-input-number-handler-wrap {
    display: none
}

.ivu-form-item-error .ivu-input-number {
    border: 1px solid #f30
}

.ivu-form-item-error .ivu-input-number:hover {
    border-color: #f30
}

.ivu-form-item-error .ivu-input-number-focused,.ivu-form-item-error .ivu-input-number:focus {
    border-color: #f30;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255,51,0,.2)
}


.ivu-page-item,.ivu-page-item-jump-next,.ivu-page-item-jump-prev,.ivu-page-next,.ivu-page-prev {
    min-width: 32px;
    line-height: 30px;
    cursor: pointer;
    font-family: Arial;
    transition: all .2s ease-in-out;
    text-align: center;
    float: left;
    list-style: none
}

.ivu-page:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden
}

.ivu-page-item {
    height: 32px;
    margin-right: 4px;
    background-color: #fff;
    user-select: none;
    border: 1px solid #d7dde4;
    border-radius: 4px
}

.ivu-page-item a {
    margin: 0 6px;
    color: #333
}

.ivu-page-item:hover {
    border-color: #39f
}

.ivu-page-item:hover a {
    color: #39f
}

.ivu-page-item-active {
    background-color: #39f;
    border-color: #39f
}

.ivu-page-item-active a,.ivu-page-item-active:hover a {
    color: #fff
}

.ivu-page-item-jump-next:after,.ivu-page-item-jump-prev:after {
    content: "\2022\2022\2022";
    display: block;
    letter-spacing: 1px;
    color: #ccc;
    text-align: center
}

.ivu-page-item-jump-next i,.ivu-page-item-jump-next:hover:after,.ivu-page-item-jump-prev i,.ivu-page-item-jump-prev:hover:after {
    display: none
}

.ivu-page-item-jump-next:hover i,.ivu-page-item-jump-prev:hover i {
    display: inline
}

.ivu-page-item-jump-prev:hover i:after {
    content: "\F3D2"
}

.ivu-page-item-jump-next:hover i:after {
    content: "\F3D3"
}

.ivu-page-prev {
    margin-right: 8px
}

.ivu-page-item-jump-next,.ivu-page-item-jump-prev {
    margin-right: 4px
}

.ivu-page-next {
    margin-left: 4px
}

.ivu-page-item-jump-next,.ivu-page-item-jump-prev,.ivu-page-next,.ivu-page-prev {
    display: inline-block;
    height: 32px;
    color: #666;
    border: 1px solid #d7dde4;
    border-radius: 4px
}

.ivu-page-next,.ivu-page-prev {
    background-color: #fff
}

.ivu-page-next a,.ivu-page-prev a {
    color: #666;
    font-size: 14px
}

.ivu-page-next:hover,.ivu-page-prev:hover {
    border-color: #39f
}

.ivu-page-next:hover a,.ivu-page-prev:hover a {
    color: #39f
}

.ivu-page-disabled {
    cursor: not-allowed
}

.ivu-page-disabled a {
    color: #ccc
}

.ivu-page-disabled:hover {
    border-color: #d7dde4
}

.ivu-page-disabled:hover a {
    color: #ccc;
    cursor: not-allowed
}

.ivu-page-options {
    float: left;
    margin-left: 15px
}

.ivu-page-options-sizer {
    float: left;
    margin-right: 10px
}


.ivu-page-total {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 10px
}

.ivu-modal {
    width: auto;
    margin: 0 auto;
    position: relative;
    outline: 0;
    top: 100px
}

.ivu-modal-mask,.ivu-modal-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    left: 0
}

.ivu-modal-hidden {
    display: none!important
}

.ivu-modal-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.ivu-modal-wrap * {
    box-sizing: border-box
}

.ivu-modal-mask {
    background-color: rgba(55,55,55,.6);
    height: 100%
}

.ivu-modal-mask-hidden {
    display: none
}

.ivu-modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box
}

.ivu-modal-header {
    border-bottom: 1px solid #e3e8ee;
    padding: 14px 16px;
    line-height: 1
}

.ivu-modal-header p,.ivu-modal-header-inner {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #464c5b;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ivu-modal-close {
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 8px;
    overflow: hidden;
    cursor: pointer
}

.ivu-modal-close .ivu-icon-ios-close-empty {
    font-size: 31px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: 1px
}

.ivu-modal-close .ivu-icon-ios-close-empty:hover {
    color: #444
}

.ivu-modal-body {
    padding: 16px;
    font-size: 14px;
    line-height: 1.5
}

.ivu-modal-footer {
    border-top: 1px solid #e3e8ee;
    padding: 12px 18px;
    text-align: right
}

.ivu-modal-footer button+button {
    margin-left: 8px;
    margin-bottom: 0
}

@media (max-width:768px) {
    .ivu-modal {
        width: auto!important;
        margin: 10px
    }

    .vertical-center-modal .ivu-modal {
        -ms-flex: 1;
        flex: 1
    }
}

.ivu-modal-confirm {
    padding: 0 4px
}

.ivu-modal-confirm-head-title {
    display: inline-block;
    font-size: 14px;
    color: #464c5b;
    font-weight: 700
}

.ivu-modal-confirm-body {
    margin-top: 6px;
    padding-left: 48px;
    padding-top: 18px;
    font-size: 12px;
    color: #333;
    position: relative
}

.ivu-modal-confirm-body-icon {
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0
}

.ivu-modal-confirm-body-icon-info {
    color: #39f
}

.ivu-modal-confirm-body-icon-success {
    color: #0c6
}

.ivu-modal-confirm-body-icon-warning {
    color: #f90
}

.ivu-modal-confirm-body-icon-error {
    color: #f30
}

.ivu-modal-confirm-body-icon-confirm {
    color: #f90
}

.ivu-modal-confirm-footer {
    margin-top: 40px;
    text-align: right
}

.ivu-modal-confirm-footer button+button {
    margin-left: 8px;
    margin-bottom: 0
}

.ivu-select {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
    line-height: normal
}

.ivu-select-selection {
    display: block;
    box-sizing: border-box;
    outline: 0;
    user-select: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d7dde4;
    transition: all .2s ease-in-out
}

.ivu-picker-confirm>span,.ivu-slider-button-wrap .ivu-tooltip {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ivu-select-selection .ivu-select-arrow:nth-of-type(1) {
    display: none;
    cursor: pointer
}

.ivu-select-selection:hover {
    border-color: #5cadff
}

.ivu-select-selection:hover .ivu-select-arrow:nth-of-type(1) {
    display: inline-block
}

.ivu-select-disabled .ivu-select-selection .ivu-select-arrow:nth-of-type(1),.ivu-select-show-clear .ivu-select-selection:hover .ivu-select-arrow:nth-of-type(2) {
    display: none
}

.ivu-select-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    line-height: 1;
    margin-top: -7px;
    font-size: 14px;
    color: #9ea7b4;
    transition: all .2s ease-in-out
}

.ivu-select-visible .ivu-select-selection {
    border-color: #5cadff
}

.ivu-select-visible .ivu-select-arrow:nth-of-type(2) {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ivu-select-disabled .ivu-select-selection {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-select-disabled .ivu-select-selection:hover {
    border-color: #d7dde4;
    box-shadow: none
}

.ivu-select-disabled .ivu-select-selection:hover .ivu-select-arrow:nth-of-type(2) {
    display: inline-block
}

.ivu-select-single .ivu-select-selection {
    height: 32px;
    position: relative
}

.ivu-select-single .ivu-select-selection .ivu-select-placeholder {
    color: #c3cbd6
}

.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 24px
}

.ivu-select-input {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 24px 0 8px;
    font-size: 14px;
    outline: 0;
    border: none;
    box-sizing: border-box;
    color: #333;
    background-color: transparent;
    position: relative;
    cursor: pointer
}

.ivu-select-input::-moz-placeholder {
    color: #c3cbd6;
    opacity: 1
}

.ivu-select-input:-ms-input-placeholder {
    color: #c3cbd6
}

.ivu-select-input::-webkit-input-placeholder {
    color: #c3cbd6
}

.ivu-select-single .ivu-select-input {
    width: 100%
}


.ivu-select-not-found {
    text-align: center;
    color: #c3cbd6
}

.ivu-select-item {
    margin: 0;
    padding: 7px 16px;
    clear: both;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.ivu-select-item-disabled,.ivu-select-item-disabled:hover {
    color: #c3cbd6;
    cursor: not-allowed
}

.ivu-select-item-focus,.ivu-select-item:hover {
    background: #f3f3f3
}

.ivu-select-item-disabled:hover {
    background-color: #fff
}

.ivu-select-item-selected,.ivu-select-item-selected:hover {
    color: #fff;
    background: rgba(51,153,255,.9)
}

.ivu-select-item-selected.ivu-select-item-focus {
    background: rgba(45,135,225,.91)
}

.ivu-select-item-divided {
    margin-top: 5px;
    border-top: 1px solid #e3e8ee
}

.ivu-select-item-divided:before {
    content: '';
    height: 5px;
    display: block;
    margin: 0 -16px;
    background-color: #fff;
    position: relative;
    top: -7px
}

.ivu-tooltip,.ivu-tooltip-rel {
    display: inline-block
}

.ivu-form-item-error .ivu-select-selection {
    border: 1px solid #f30
}

.ivu-form-item-error .ivu-select-arrow {
    color: #f30
}

.ivu-form-item-error .ivu-select-visible .ivu-select-selection {
    border-color: #f30;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255,51,0,.2)
}

.ivu-poptip-inner,.ivu-select-dropdown,.ivu-tooltip-inner {
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2)
}

.ivu-select-dropdown {
    width: inherit;
    max-height: 200px;
    overflow: auto;
    margin: 5px 0;
    padding: 5px 0;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    z-index: 900
}


.ivu-form-item:after,.ivu-table-hidden,.ivu-tabs-nav-container:after,.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-ink-bar,.ivu-tabs:after {
    visibility: hidden
}

.ivu-input,.ivu-input-wrapper {
    display: inline-block;
    width: 100%;
    position: relative
}



.ivu-input {
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #d7dde4;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    background-image: none;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out
}

.ivu-input:focus,.ivu-input:hover {
    border-color: #5cadff
}

.ivu-input::-moz-placeholder {
    color: #c3cbd6;
    opacity: 1
}

.ivu-input:-ms-input-placeholder {
    color: #c3cbd6
}

.ivu-input::-webkit-input-placeholder {
    color: #c3cbd6
}

.ivu-input:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(51,153,255,.2)
}

.ivu-input[disabled],fieldset[disabled] .ivu-input {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-input[disabled]:hover,fieldset[disabled] .ivu-input:hover {
    border-color: #dfe4e9
}

textarea.ivu-input {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    font-size: 14px
}

.ivu-input-wrapper {
    vertical-align: middle
}

.ivu-input-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #9ea7b4;
    position: absolute;
    right: 0;
    z-index: 1
}

.ivu-input-icon-validate {
    display: none
}

.ivu-input-icon+.ivu-input {
    padding-right: 32px
}

.ivu-input-wrapper-large .ivu-input-icon {
    font-size: 18px;
    height: 36px;
    line-height: 36px
}

.ivu-input-wrapper-small .ivu-input-icon {
    width: 24px;
    font-size: 14px;
    height: 24px;
    line-height: 24px
}

.ivu-input-wrapper-small .ivu-input-icon+.ivu-input {
    padding-right: 24px
}

.ivu-input-group {
    display: table;
    width: 100%;
    border-collapse: separate;
    position: relative;
    font-size: 12px;
    top: 1px
}

.ivu-input-group-large {
    font-size: 14px
}

.ivu-input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.ivu-input-group>[class*=col-] {
    padding-right: 8px
}

.ivu-input-group-append,.ivu-input-group-prepend,.ivu-input-group>.ivu-input {
    display: table-cell
}

.ivu-input-group-append:not(:first-child):not(:last-child),.ivu-input-group-prepend:not(:first-child):not(:last-child),.ivu-input-group>.ivu-input:not(:first-child):not(:last-child) {
    border-radius: 0
}

.ivu-input-group-append .ivu-btn,.ivu-input-group-prepend .ivu-btn {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    margin: -5px -7px
}

.ivu-input-group-append,.ivu-input-group-prepend {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 4px 7px;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-align: center;
    background-color: #eee;
    border: 1px solid #d7dde4;
    border-radius: 6px
}


.ivu-input-group .ivu-input {
    width: 100%;
    float: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

.ivu-input-group-append .ivu-select,.ivu-input-group-prepend .ivu-select {
    margin: -5px -7px
}

.ivu-input-group-append .ivu-select-selection,.ivu-input-group-prepend .ivu-select-selection {
    background-color: inherit;
    margin: -1px;
    border: 1px solid transparent
}

.ivu-input-group-append .ivu-select-visible .ivu-select-selection,.ivu-input-group-prepend .ivu-select-visible .ivu-select-selection {
    box-shadow: none
}

.ivu-input-group-prepend,.ivu-input-group>.ivu-input:first-child,.ivu-input-group>span>.ivu-input:first-child {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.ivu-input-group-prepend .ivu--select .ivu--select-selection,.ivu-input-group>.ivu-input:first-child .ivu--select .ivu--select-selection,.ivu-input-group>span>.ivu-input:first-child .ivu--select .ivu--select-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.ivu-input-group-prepend {
    border-right: 0
}

.ivu-input-group-append {
    border-left: 0
}

.ivu-input-group-append,.ivu-input-group>.ivu-input:last-child {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.ivu-input-group-append .ivu--select .ivu--select-selection,.ivu-input-group>.ivu-input:last-child .ivu--select .ivu--select-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}



.ivu-form-item-error .ivu-input {
    border: 1px solid #f30
}

.ivu-form-item-error .ivu-input:hover {
    border-color: #f30
}

.ivu-form-item-error .ivu-input:focus {
    border-color: #f30;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255,51,0,.2)
}

.ivu-form-item-error .ivu-input-icon {
    color: #f30
}

.ivu-form-item-error .ivu-input-group-append,.ivu-form-item-error .ivu-input-group-prepend {
    background-color: #fff;
    border: 1px solid #f30
}

.ivu-form-item-error .ivu-input-group-append .ivu-select-selection,.ivu-form-item-error .ivu-input-group-prepend .ivu-select-selection {
    background-color: inherit;
    border: 1px solid transparent
}

.ivu-form-item-error .ivu-input-group-prepend {
    border-right: 0
}

.ivu-form-item-error .ivu-input-group-append {
    border-left: 0
}

.ivu-form-item-validating .ivu-input-icon-validate {
    display: inline-block
}


.ivu-form-item-error .ivu-cascader-arrow {
    color: #f30
}

.ivu-table-sort,th .ivu-table-cell {
    display: inline-block;
    vertical-align: middle
}

.ivu-transfer-large .ivu-transfer-list-content-item {
    padding: 7px 16px 8px;
    font-size: 14px!important
}

.ivu-table {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #333;
    font-size: 12px;
    background-color: #fff;
    box-sizing: border-box
}

.ivu-table:after,.ivu-table:before {
    background-color: #d7dde4;
    content: ''
}

.ivu-table-wrapper {
    position: relative;
    border: 1px solid #d7dde4;
    border-bottom: 0;
    border-right: 0
}

.ivu-table-hide {
    opacity: 0
}

.ivu-table:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.ivu-table:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3
}

.ivu-table-footer,.ivu-table-title {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e3e8ee
}

.ivu-table-footer,.ivu-table-with-fixed-top.ivu-table-with-footer tbody tr:last-child td {
    border-bottom: none
}

.ivu-table-header {
    overflow: hidden;
    width:100%;
}

.ivu-table-body {
    overflow: auto
}

.ivu-table-with-fixed-top.ivu-table-with-footer .ivu-table-footer {
    border-top: 1px solid #d7dde4
}

.ivu-table td,.ivu-table th {
    min-width: 0;
    height: 48px;
    box-sizing: border-box;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    border-bottom: 1px solid #e3e8ee
}

.ivu-table th {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #6f96d3;
}

.ivu-table td {
    background-color: #fff;
    transition: background-color .2s ease-in-out
}

td.ivu-table-column-left,th.ivu-table-column-left {
    text-align: left !important;
}

td.ivu-table-column-center,th.ivu-table-column-center {
    text-align: center
}

td.ivu-table-column-right,th.ivu-table-column-right {
    text-align: right
}

.ivu-table table {
    table-layout: fixed
}

.ivu-table-border td+td,.ivu-table-border th+th {
    border-left: 1px solid #e3e8ee
}

.ivu-table-cell {
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    box-sizing: border-box
}

.ivu-table-cell-ellipsis {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

th .ivu-table-cell {
    word-wrap: normal
}

.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td,.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td {
    background-color: #f5f7f9
}

.ivu-table-row-highlight td,.ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td,tr.ivu-table-row-highlight.ivu-table-row-hover td,tr.ivu-table-row-hover td {
    background-color: #ebf7ff
}


.ivu-table-fixed,.ivu-table-fixed-right {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 2px 0 6px -2px rgba(0,0,0,.2)
}

.ivu-table-fixed-right::before,.ivu-table-fixed::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d7dde4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4
}

.ivu-table-fixed-right {
    top: 0;
    left: auto;
    right: 0;
    box-shadow: -2px 0 6px -2px rgba(0,0,0,.2)
}

.ivu-table-fixed-header {
    overflow: hidden
}

.ivu-table-fixed-body {
    overflow: hidden;
    position: relative;
    z-index: 3
}

.ivu-table-fixed-shadow {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 1px 0 6px rgba(0,0,0,.2);
    overflow: hidden;
    z-index: 1
}

.ivu-table-sort {
    width: 9px;
    height: 12px;
    margin-left: 4px;
    margin-top: -1px;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.ivu-dropdown .ivu-dropdown,.ivu-table-tip table {
    width: 100%
}

.ivu-dropdown-item,.ivu-table-filter-list .ivu-table-filter-select-item {
    transition: background .2s ease-in-out;
    list-style: none;
    clear: both;
    white-space: nowrap
}


.ivu-dropdown,.ivu-dropdown-rel {
    display: inline-block
}

.ivu-table .ivu-poptip-popper {
    min-width: 0;
    text-align: left
}

.ivu-table thead .ivu-poptip-popper .ivu-poptip-body {
    padding: 0
}

.ivu-table-tip table td {
    text-align: center
}

.ivu-dropdown .ivu-select-dropdown {
    overflow: visible;
    max-height: none
}

.ivu-dropdown-rel {
    position: relative
}

.ivu-dropdown-menu {
    min-width: 100px
}

.ivu-dropdown-item {
    margin: 0;
    padding: 7px 16px;
    color: #333;
    font-size: 12px!important;
    cursor: pointer
}

.ivu-dropdown-item-focus,.ivu-dropdown-item:hover {
    background: #f3f3f3
}

.ivu-dropdown-item-disabled {
    color: #c3cbd6;
    cursor: not-allowed
}

.ivu-dropdown-item-disabled:hover {
    color: #c3cbd6;
    background-color: #fff;
    cursor: not-allowed
}

.ivu-dropdown-item-selected,.ivu-dropdown-item-selected:hover {
    color: #fff;
    background: rgba(51,153,255,.9)
}

.ivu-dropdown-item-selected.ivu-dropdown-item-focus {
    background: rgba(45,135,225,.91)
}

.ivu-dropdown-item-divided {
    margin-top: 5px;
    border-top: 1px solid #e3e8ee
}

.ivu-dropdown-item-divided:before {
    content: '';
    height: 5px;
    display: block;
    margin: 0 -16px;
    background-color: #fff;
    position: relative;
    top: -7px
}

.ivu-form .ivu-form-item-label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 1;
    padding: 10px 12px 10px 0;
    box-sizing: border-box
}

.ivu-form-label-left .ivu-form-item-label {
    text-align: left
}

.ivu-form-label-top .ivu-form-item-label {
    float: none;
    display: inline-block;
    padding: 0 0 10px
}

.ivu-form-inline .ivu-form-item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.ivu-form-item {
    margin-bottom: 6px;
    vertical-align: top;
    zoom: 1
}

.ivu-form-item:after,.ivu-form-item:before {
    content: "";
    display: table
}

.ivu-form-item:after {
    clear: both;
    font-size: 0;
    height: 0
}

.ivu-form-item-content {
    position: relative;
    line-height: 32px;
    font-size: 14px
}
.ivu-form-item-content:hover>.ivu-form-item-error-tip {
    display: inline-block
}
.ivu-form-item .ivu-form-item {
    margin-bottom: 0
}

.ivu-form-item .ivu-form-item .ivu-form-item-content {
    margin-left: 0!important
}

.ivu-form-item-error-tip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2;
    top: 33px;
    padding-left: 8px;
    padding-right: 1px;
    color: #f30;
    z-index: 1024;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,.2)
}

.ivu-form-item-required .ivu-form-item-label:before {
    content: '*';
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    font-size: 12px;
    color: #f30
}
.ivu-modal-mask2 {
    background-color: rgba(55, 55, 55, 0.03);
}
/*放大镜*/
.laydate_body .laydate_box{width:240px; font:12px '\5B8B\4F53'; z-index:99999999; border: 1px solid #f2f5fc;
 *margin:-2px 0 0 -2px; *overflow:hidden; _margin:0; _position:absolute!important; background-color:#fff;}
.laydate_body .laydate_box li{list-style:none;}
.laydate_body .laydate_box .laydate_void{cursor:text!important;}
.laydate_body .laydate_box a, .laydate_body .laydate_box a:hover{text-decoration:none; blr:expression(this.onFocus=this.blur()); cursor:pointer;}
.laydate_body .laydate_box a:hover{text-decoration:none;}
.laydate_body .laydate_box cite, .laydate_body .laydate_box label{position:absolute; width:0; height:0; border-width:5px; border-style:dashed;  border-color:#f2f5fc; overflow:hidden; cursor:pointer;}
.laydate_body .laydate_box .laydate_yms, .laydate_body .laydate_box .laydate_time{display:none;}
.laydate_body .laydate_box .laydate_show{display:block;}
.laydate_body .laydate_box input{outline:0; font-size:14px; background-color:#fff;}
.laydate_body .laydate_top{position:relative; height:26px;/* padding:5px;*/ *width:100%; z-index:99;   background-color: #f2f5fc;}
.laydate_body .laydate_ym{position:relative; float:left; height:24px; cursor:pointer;}
.laydate_body .laydate_ym input{float:left; height:24px; line-height:24px; text-align:center; border:none; cursor:pointer;}
.laydate_body .laydate_ym .laydate_yms{position:absolute; left: -1px; top: 24px; height:151px;}
.laydate_body .laydate_y{width:121px; margin-right:6px;}
.laydate_body .laydate_y input{width:64px; margin-right:15px;  background-color: #f2f5fc;}
.laydate_body .laydate_y .laydate_yms{width:121px; text-align:center; background-color: #f2f5fc;}
.laydate_body .laydate_y .laydate_yms a{position:relative; display:block; height:20px;}
.laydate_body .laydate_y .laydate_yms ul{height:120px; padding:0; *overflow:hidden;}
.laydate_body .laydate_y .laydate_yms ul li{float:left; width:60px; height:20px; line-height: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.laydate_body .laydate_m{width:99px;}
.laydate_body .laydate_m .laydate_yms{width:99px; padding:0;  background-color: #f2f5fc;}
.laydate_body .laydate_m input{width:42px; margin-right:15px; background-color: #f2f5fc;}
.laydate_body .laydate_m .laydate_yms span{display:block; float:left; width:42px; margin: 5px 0 0 5px; line-height:24px; text-align:center; _display:inline;}
.laydate_body .laydate_choose{display:block; float:left; position:relative; width:20px; height:24px;}
.laydate_body .laydate_choose cite, .laydate_body .laydate_tab cite{left:50%; top:50%;}
.laydate_body .laydate_chtop cite{margin:-7px 0 0 -5px; border-bottom-style:outset;}
.laydate_body .laydate_chdown cite, .laydate_body .laydate_ym label{top:50%; margin:-2px 0 0 -5px; border-top-style:inset;}
.laydate_body .laydate_chprev cite{margin:-5px 0 0 -7px; border-right-style: outset;}
.laydate_body .laydate_chnext cite{margin:-5px 0 0 -2px; border-left-style:inset;}
.laydate_body .laydate_ym label{right:30px;}
.laydate_body .laydate_table{ width:100%; /*margin:0 5px;*/ border-collapse:collapse; border-spacing:0px; }
.laydate_body .laydate_table td{width:31px; height:19px; line-height:19px; text-align: center; cursor:pointer; font-size: 12px;}
.laydate_body .laydate_table thead{height:22px; line-height:22px;}
.laydate_body .laydate_table thead th{font-weight:400; font-size:12px; text-align:center;}
.laydate_body .laydate_bottom{position:relative; height:25px; line-height:20px; padding:5px; font-size:12px;  background-color: #f2f5fc;}
.laydate_body .laydate_bottom #laydate_hms{position: relative; z-index: 1; float:left; }
.laydate_body .laydate_bottom li{float:left; height:20px; line-height:20px; border-right:none; font-weight:900;}
.laydate_body .laydate_bottom .laydate_sj{width:33px; text-align:center; font-weight:400;}
.laydate_body .laydate_bottom input{float:left; width:21px; height:20px; line-height:20px; border:none; text-align:center; cursor:pointer; font-size:12px;  font-weight:400;}
.laydate_body .laydate_bottom .laydate_btn{position:absolute; right:5px; top:5px;}
.laydate_body .laydate_bottom .laydate_btn a{float:left; height:20px; padding:0 6px; _padding:0 5px;}
.laydate_body .laydate_table .laydate_nothis{color:#c3cbd6;}
.laydate_body .laydate_click{background-color:#6f96d3!important;}


/*清除浮动相关*/
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}
/*主容器*/
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.customerCName .ivu-form-item-content .ivu-select .ivu-select-dropdown {
    width: 600px !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: aut
}
.slideMenu{
    position: absolute;
    top: 50px;
    right:20px;
    cursor:pointer;

}
.slideMenu span{
    display: block;
    width:40px;
    height: 40px;
   /* border-radius: 50%;
    -webkit-box-shadow: 1px 0 13px 0 #6b4ec2;
    -moz-box-shadow: 1px 0 13px 0 #6b4ec2;
    box-shadow: 1px 0 13px 0 #6b4ec2;
     background-color: #6b4ec2;*/
}

.row {
    margin-right: -15px;
    margin-left: -15px
}
/*导航tab*/
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #333;
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
/*表格*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.text-left{
    text-align: left;
}

/* CSS Document */

/*   初始化   */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Microsoft YaHei', 微软雅黑, Arial, SimSun, 'Microsoft JhengHei', 华文细黑, STHeiti, MingLiu;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
}

img {
    border: 0;
}

ul, ol, li {
    list-style: none;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
}

a {
    color: #333;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}
a:focus {
    outline:none;
}
body, html {
    height: 100%;
}

input[type="text"] {
    height: 30px;
}

td input[type="text"] {
    width: 95%;
}

dl {
    margin-top: 0;
    margin-bottom: 9px;
}

td li{
    text-align:left;
}

label {
    font-weight: normal;
    margin-bottom: 0;
}

button{
    cursor: pointer;
    outline: 0;
    font-size: 14px;
}
button span{
    font-size: 14px
}

/*登录界面*/
.login-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.login {
    width: 100%;
    height: 100%;
    min-height: 600px;
    padding: 3.5% 12% 0 12%;
    background: url(/car/db98578bd654d38e31801d2c7a2fc792.png) center #4678c6;
}

.login-logo .logo-l {
    float: left;
}

.login-logo .logo-r {
    margin-top: 10px;
    float: right;
}

.login-form {
    padding-top: 25px;
    margin: 20px auto 50px auto;
    width: 420px;
    height: 360px;
    background: #fff;
}

.form-logo {
    background: url(/car/d9bb71a81b3255e5586886e612dfc6a8.png) no-repeat center;
    height: 38px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-item {
    width: 280px;
    margin: 15px auto 0 auto;
    height: 35px;
    line-height: 35px;
    position: relative
}
.form-item-login-error{
    width: 280px;
    margin: 0px auto 0 auto;
    height: 5px;
    color:rgb(255, 14, 0);
    line-height: 0px;
    position: relative
}
.form-item.form-item-foot {
    width: 280px;
    margin: 5px auto 0 auto;
    height: 30px;
    line-height: 30px;
    position: relative
}
a.form-item-foot-a{
     color: #39f;
}
.item-icon {
    position: absolute;
    width: 33px;
    height: 33px;
    top: 3px;
    left: 2px;
}

.user-icon {
    background: url(/car/13cd107dea63ae56be015ea8415ed9d7.png) no-repeat center transparent;
    background-size: 16px 16px;
}

.password-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAMAAABFcv+GAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURUxpcUZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xkZ4xv26q8AAAAARdFJOUwBxxj8Js+8eESp6meNbhFNjkY1/EQAAAHFJREFUGNN1j0kCxCAIBFtlkahJ+P9n42RRL9MniqUBoIsKYUg9qU7o2gZozrOyhWADmPkYkFe3BewPaBH32O44CSe1IPzLy7Na6w7s8e1uQojfTeSGGBYo/MLR28zbNMDpxZDPyve3KfbX6jcKsuecCwDBA/VFp9X0AAAAAElFTkSuQmCC) no-repeat center transparent;
    background-size: 12px 21px;
}

.login-form .input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 36px;
    border: 1px solid #4678c6;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-btn {
    width: 100%;
    background: #4678c6;
    border: 0;
    color: #fff;
    letter-spacing: 16px;
    padding-left: 16px;
}

.form-checkbox {
    text-align: center;
    margin-bottom: 24px;
}

.copyright {
    color: #fff;
    text-align: center;
}

/*   公用页面   */
.dl-horizontal dt{
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#wrapper.toggled {
    padding-left: -202px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0px;
    overflow: hidden;
}

#wrapper.toggled #page-content-wrapper {
    width: 100%;
    float: right;
}

#sidebar-wrapper {
    position: fixed;
    background: url(/car/03547a6fff87c0b4e9afefc0e4f8938f.png) no-repeat bottom left #4778c7;
    height: 100%;
    overflow: auto;
    width: 202px;
    z-index: 1000;
    -webkit-box-shadow: 1px 0 13px 0 #2a5eb1;
    -moz-box-shadow: 1px 0 13px 0 #2a5eb1;
    box-shadow: 1px 0 13px 0 #2a5eb1;
}

#page-content-wrapper {
    width: auto;
    margin-left: 202px;
    background-color: #f5fafe;
}

@media (min-width: 1367px) {
    #page-content-wrapper {
        width: auto;
    }
}

.system-container.container-fluid {
    width: 97%;
    padding: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 6px #f6f6f6;
    -moz-box-shadow: 0px 0px 6px #f6f6f6;
    box-shadow: 0px 0px 6px #f6f6f6;
}
.system-container.jbxx-first-page{
    background: #fff;
}
body.body-bg-change{
}

.padding-top-20 {
    padding-top: 20px;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

/*   侧边栏菜单   */
.logo {
    text-align: center;
    border-bottom: 1px solid #6191e0;
    height: 80px;
    line-height: 80px;
}

.logo img{
    margin-top: 8%;
}

.mtree-skin-selector {
    position: absolute;
    opacity: 0;
}

ul.mtree {
    margin-left: 0;
}

ul.mtree ul {
    margin-left: 1em;
}

ul.mtree li {
    list-style: none;
}

ul.mtree a {
    display: block;
}

ul.mtree.bubba ul {
    margin-left: 0;
}

ul.mtree.bubba ul li {
    font-size: .9em;
}

ul.mtree-level-1 {
    background-color: #2a5eb1;
}

ul.mtree-level-1 a {
    color: #fff;
}

ul.mtree-level-1, ul.mtree-level-2 {
    overflow: hidden;
    height: 0px;
    display: none;
}

ul.mtree.bubba li.mtree-node > a {
    color: #fff;
}

/*ul.mtree.bubba > li {border-top: 1px solid #3f4a60; border-bottom: 1px solid #28344a; }*/
ul.mtree.bubba > li:last-child {
    border-bottom: none;
}

ul.mtree.bubba li:last-child > a {
    border: none;
}

ul.mtree.bubba li.mtree-node > a.one, ul.mtree.bubba li > a.one:hover, ul.mtree.bubba li > a.one:active {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALBAMAAACufOGlAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURf///////////0xpcf///////////////////0abN9YAAAAJdFJOU1xs/ADuT06x2wHQySAAAAAwSURBVAjXY2g0NmZgYjZmMFAwZjAWYmYwNlRlMDYuAdJqQH4yg6GqMYMQUN7B2BgAg/YF9+CkVn8AAAAASUVORK5CYII=) no-repeat 94% 50%;
}

ul.mtree.bubba > li.mtree-open > a.one {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHBAMAAADOnLEXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUxpcf///////////////////////////////////////////////////////3EAnbYAAAAPdFJOUwD98wexRYxopU6aW7y42IBfT40AAAAzSURBVAjXY3jOAARFDIkbGBjYxRi4JBkYNiYwMDQGcEoBxVlUAxuAFPMlFZAqBhtnBgYAxqAHIq8Owp8AAAAASUVORK5CYII=) no-repeat 94% 50%;
}

ul.mtree-level-1 li.mtree-active > a {
    background: #a0caff;
    color: #2a5eb1;
}

ul.mtree.bubba a {
    color: #fff;
    padding: 8px 0px 8px 1em;
}

ul.mtree.bubba li li > a {
    padding-left: 2em;
}

ul.mtree.bubba li li li > a {
    padding-left: 4em;
}

/*ul.mtree.bubba ul.mtree-level-1 li > a:hover {
    background: #1850aa;
}*/

ul.mtree.bubba ul.mtree-level-1 li > a:focus {
    background-color: #a0caff;
    color: #2a5eb1;
}

.nav-tree-icon {
    border-top: transparent 6px solid;
    border-bottom: transparent 6px solid;
    border-left: 6px solid #fff;
    display: inline-block;
    width: 0;
    height: 0;
}

ul.mtree.bubba ul.mtree-level-1 li > a:focus .nav-tree-icon {
    border-left: 6px solid #2a5eb1;
}

/*  菜单显示隐藏样式   */
.hamburger {
    background: transparent;
    border: none;
    display: block;
    margin-left: 0px;
    position: fixed;
    top: 46%;
    z-index: 999;
}

.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
}

/*  内容页头   */
.header {
    padding: 25px 20px;
    background-color: #4678c6;
    min-width: 870px;
}

.header .header-l {
    float: left;
}

.header .header-l h4 {
    margin: 0px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}

.header .header-r {
    float: right;
}

.header .header-r div {
    margin-right: 10px;
}

.header .header-r a.header-btn {
    margin-left: 4px;
    color: #fff;
    padding: 6px 8px;
}

.header .header-r a.header-btn img {
    vertical-align: sub;
}

.header .header-r a.header-btn:hover {
    background: #2a5eb1;
}
　
/*统一placeholder的显示颜色*/
input::-webkit-input-placeholder{
    color: #c3cbd6;
    opacity: 1;
}
input::-moz-placeholder{
    color: #c3cbd6;
    opacity: 1;
}
input:-moz-placeholder{
    color: #c3cbd6;
    opacity: 1;
}
input:-ms-input-placeholder{
    color: #c3cbd6;
    opacity: 1;
}
.placeholder{ /*ie浏览器的兼容*/
    color: #c3cbd6;
    opacity: 1;
}
/*统一placeholder的显示颜色 end*/
input.laydate-icon {
    background: url(/car/742388374b531a5b23ee298c36b61d8c.png) no-repeat 95% 50%;
    cursor: pointer;
}
/* 公用页面 end*/

/*  车险（非车险）查询页面  */

.content {
    margin: 0 10px 10px 10px;
}
.query,.result-content{
    margin: 0 25px 10px 25px;
}
.content h5 {
    padding-left: 10px;
    margin: 13px 0;
    font-size: 16px;
    /*color: #ff9e2b;*/
    border-left: 6px solid #ff9e2b;
    height: 20px;
    line-height: 20px;
    font-weight: normal;

}

/*.content .col-md-4{overflow: hidden;}*/
.dl dl dt {
    width: 135px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;;
}

.dl dl dd {
    width: 90%;
    margin-left: 140px;
    padding-top: 4px;
}

.dl dl dd input {
    width: 60%;
    padding: 0 5px;
    border: none;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dae4f4;
}

.dl dl dd input[type=checkbox], .dl dl dd input[type=radio] {
    width: 20px;
}

.content input[type=checkbox] {
    vertical-align: top;
}

.button {
    padding: 4px 15px;
    margin: 0 5px;
    color: #fff;
    background-color: #ff9e2b;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
}

.button:hover {
    background-color: #E79F38;
}

.query .col-md-4 {
    padding: 0;
}

.query dl dt {
    width: 140px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
}

.query dl dd {
    width: auto;
    margin-left: 145px;
}

.query dl dd input {
    width: 94%;
    padding: 0 5px;
}
.query dl dd.date-check-input input{
    width: 24%;
}
.query dl dd.date-check-input .dropdown-second{
    width: 20.8%;
    color: #333;
}
.date-check-input span{
    height: 30px;
    line-height: 30px;
    /*padding: 0 10px;*/
    width: 4%;
    text-align: center;
}

.query dl dd input[type=text] {
    border: 1px solid #dae4f4;
    height: 30px;
    line-height: 30px;
}

.width-20 {
    width: 20%;
}

.query .checkbox-wrapper {
    padding: 5px 0;
    margin-right: 10px;
}

.query .dropdown-second {
    color: #4879cd;
}

.query .dropdown-second.width-20 {
    width: 20%;
    min-width: 40px;
}

.query-btn {
    text-align: center;
}
.query-btn.padding-20{
    padding: 20px 0;
}

.query-btn button {
    width: 120px;
    height: 35px;
    line-height: 15px;
    color: #fff;
    margin-top: 5px;
}

.query-btn .btn-check {
    margin-right: 45px;
    background: #6f96d3;
    border: 1px solid transparent;
}

.query-btn .btn-reset {
    border: 1px solid #4879cd;
    margin-right: 45px;
    color: #4879cd;
    background: #fff;
}
.hide-check-item{
    display: none;
}
.check-item-title{
    position: relative;
}
.check-item-title .show-detail-icon{
    font-size: 15px;
    width: auto;
    position: absolute;
    right: 3.5%;
    background-position: right center;
    padding-right: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHBAMAAADOnLEXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURf+eK/+eK/+eK0xpcf+eK/+eKwELHaUAAAAFdFJOU9gcFQDLd3qgrQAAADdJREFUCNdjMDZWcTI2ZjA2Yg1QBlIKAaxMxgxGrIwCAcoMCgHChqxMDK6MxsYCIQwOwsbGhiwAqIAGlG+d3oEAAAAASUVORK5CYII=);
    /*TODO*/
}
h5.check-item-title .hide-detail-icon{
    background-position: right center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHBAMAAADOnLEXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURf+eK/+eK/+eK0xpcf+eK/+eKwELHaUAAAAFdFJOU9gcFQDLd3qgrQAAADdJREFUCNdjcBA2NjZkYXBlNDYWCGFQCBA2ZGViMGJlFAhQZjBWCGBlMmYwNmINUAZSxipOxsYAm3wGlBctdvMAAAAASUVORK5CYII=);
}

/*查询结果*/
.result-content {
    padding-top: 10px;
    margin-bottom: 0;
}

.result-content thead tr {
    background-color: #6f96d3;
    color: #fff;
}

.result-content .table > thead > tr > th {
    font-weight: normal;
    padding: 9px 7px;
}

.result-content .table > tbody > tr > td {
    padding: 9px 7px;
    border-top: 0;
    vertical-align: middle;
}
.result-content .table td>a{
    color: #ff9e2b;
}

thead tr th, tbody > tr > td {
    text-align: center;
}

tbody > tr > td {
    font-size: 12px;
    color: #333;
}

.table-hover > tbody > tr:nth-of-type(even) {
    background-color: #eef3fa;
}

.table-hover > tbody > tr:hover {
    background-color: transparent;
}

.table-hover > tbody > tr:nth-of-type(even):hover {
    background-color: #eef3fa;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

div.shop {
    text-align: right;
    margin-bottom: 20px;
    padding-right: 10px;
}

.shop div {
    display: inline-block;
}

.total-number {
    color: #4879cd;
    font-weight: bold;
    padding: 0 2px;
}

.pagination {
    margin: 0;
    display: inline-block;
    border-radius: 4px;
    margin-top: -22px;
}

.pagination > li > a, .pagination > li > span {
    top: 10px;
    color: #333;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td,
.table > thead > tr > th {
    padding: 7px;
}

.result-check-all.col-md-2 {
    padding-left: 27px;
}

.pagination > li > a.pagination-pre {
    padding: 6px 12px 6px 6px;
}

.pagination > li > a.pagination-next {
    padding: 6px 6px 6px 12px;
}
　　
.word-gap {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.top-gap {
    margin-top: 10px;
}

.text-gap {
    padding-left: 0.5em;
}

.show-inline {
    display: inline-block;
}

.fLeft {
    float: left;
}

.checkbox-column {
    float: left;
    margin-left: 50px;
}

.search-btn {
    background: #ff9e2b;
    width: 68px;
    height: 30px;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.content-result dt {
    width: 170px;
    font-weight: 500;
    padding-top: 5px;
}
.content-result ul, .content-result label{
    padding-top: 5px;
}

/*  车险录单  */
.fixed {
    /*width: 100%;*/
    background-color: #FFF;
    clear: both;
    /*padding: 10px 15px 15px 15px;*/
    position: relative;
}

.fixed .but {
    text-align: right;
    padding-right: 15px;
}

.fixed-nav {
    width: 100%;
    padding-left: 1.5%;
    /*width: 97%!important;*/
    background-color: #FFF;
    clear: both;
    /* margin-bottom: 4px; */
    border-bottom: 4px solid #f5fafe;
    z-index: 10;
}

.fixed-nav .nav-tabs {
    border-bottom: 0;
}

.fixed-nav .nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 15px;
    margin-right: 1px;
}

.fixed-nav .nav-tabs > li.active > a, .fixed-nav .nav-tabs > li.active > a:focus, .fixed-nav .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #ff9e2b;
    border-left: 0;
    border-right: 0;
}

.fixed-nav .fixed-nav-btn {
    border: 0;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    color: #fff;
    background: #6f96d3;
    margin-left: 4px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.no-padding {
    padding: 0;
}

.btn-default {
    height: 25px;
    color: #333;
    background-color: #A1C8FF;
    border-color: #ccc;
}

.content p {
    padding: 3px 10px;
    margin: 0 0 15px 10px;
    color: #f7b32e;
}

.dl dl dt { /*width: inherit;*/
}

.dl dl dd span input {
    width: 30%;
}

.dl dl dd span input:nth-child(2) {
    border-left: transparent;
}

strong {
    color: #ff3131;
}

.td-width th, .td-width td {
    width: 150px;
}

.td-width input {
    width: 100%;
}

.readonly {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

/*车险录入-基本信息*/
.jbxx .col-md-4{
    padding: 0;
}
.jbxx.dl dl dd{
    width: auto;
}
.jbxx.dl dl dd input{
    width: 95%;
}
.jbxx.dl .width-50{
    width: 50%;
}
.jbxx .dropdown-value{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap;
}
.new-line{
    height: auto!important;
    line-height: 15px!important;
}
.con-mar-top{
    margin-top: 22px;
}
.border-left-none{
    border-left: none!important;
}
.info .dropdown-input {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.dropdown-input .dropdown-list {
    width: 100%;
    box-sizing: content-box;
}

.dropdown-input .dropdown-list li {
    height: 30px;
    line-height: 30px;
}

.info .policy-number {
    width: 55%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dae4f4;
    text-indent: 0.5em;
}

.btn01 {
    height: 25px;
    line-height: 15px;
    width: 80px;
    padding: 0;
}
.btn02 {
    line-height: 30px;
    width: 65px;
    padding: 0;
}

.margin-top {
    margin-top: 30px;
}

.content .title-font {
    margin: 11px auto;
    background: none;
    font-size: 16px;
    font-weight: normal;
    /*color: #ff9e2b;*/
    border-left: 5px solid #ff9e2b;
    padding: 0px 10px;
}
.action-font{
    margin: 22px auto;
    background: none;
    font-size: 16px;
    font-weight: normal;
    color: #ff9e2b;
    padding: 0px 10px;
}
.dropdown-choice {
    width: 45%!important;
    display: inline-block;
    vertical-align: -9px;
    vertical-align: -8px\0;
}
:root .dropdown-choice{
    vertical-align: -9px\9;
}
.dropdown-choice .dropdown-list {
    width: 100%;
    box-sizing: content-box;
}


.info-table tr {
    background-color: #f2f5fc;
}

.info-table th {
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    vertical-align: middle !important;
    font-weight: normal;
}

.info-table td {
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    vertical-align: middle !important;
    font-weight: normal;
    background: #fff;
}

.table-dropdown {
    border: none !important;
    width: 100% !important;
}

.table-dropdown .dropdown-list {
    width: 100%;
    top: 30px;
    box-sizing: content-box;
}

.info-table.info-table01 td {
    width: 33%;
    height: 30px;
    line-height: 30px;
}

.info-table td input {
    width: 100%;
    border: none;
    text-indent: 0.5em;
    outline: none;
}

.delete-btn {
    height: 25px;
    line-height: 25px;
}

.dropdown-mark {
    width: 95%;
}
.dropdown-mark .dropdown-list {
    width: 100%;
    box-sizing: content-box;
}
.visible-middle {
    height: 30px;
    line-height: 30px;
}
.jbxx-lr{
    margin: 0 0 10px 0;
}
.jbxx-lr .col-md-12{
    padding: 0 25px;
}
.jbxx-lr .col-md-6,.jbxx-lr .col-md-4{
    padding: 0;
}
.jbxx-lr .col-md-6 dd{
    line-height: 30px;
}
.jbxx-lr.dl dl dd{
    width: auto;
}
.jbxx-lr.dl dl dd input{
    width: 96%;
}
.jbxx-lr.dl dl dt{
   width: 150px;
}
.jbxx-lr.dl dl dt.change-line-height{
    line-height: 15px;
}
.jbxx-lr.dl dl dd{
    margin-left: 155px;
}
.jbxx-lr.dl .col-md-6 dl dd input,.dropdown-mark3{
    width:92.6%;
}
.jbxx-lr.dl .col-md-6 dl dd.two-input-item input{
    width: 57.6%;
}
.jbxx-lr.dl .col-md-6 dl dd.two-input-item input:first-child{
    width: 35%;
}
.dropdown-mark01{
    width: 18%;
}
.dropdown-mark02{
    width: 74.6%;
}
.jbxx-lr .margin-top{
    margin-top: 15px;
    padding-top: 30px;
    border-top: 4px solid #f5fafe;
}
/*车险录入-基本信息end*/
/*客户信息*/
.khxx.dl dl dd{
    width: auto;
}
.khxx h6{
    font-size: 15px;
}
.khxx.dl dl dd input{
    width: 95%;
}
.khxx.dl .width-50{
    width: 50%;
}
.khxx .col-md-4,.khxx .col-md-8,.khxx .col-md-3,.khxx .col-md-5{
    padding: 0;
}
.khxx .dropdown-second{
    width: 95%;
    /*color: #676767;*/
}
.khxx .dropdown-value{
    overflow: hidden;
    vertical-align: -10px;
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap;
}
.input-button{
    width: 40%;
    white-space: nowrap;
    padding: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.khxx .dropdown-list{
    width: 100%;
    box-sizing: content-box;
}
@media (min-width: 992px){
    .other-width{
        width: 98%!important;
    }
    .clxx .other-width{
        width: 99.2%!important;
    }
}

.date-width {
    width: 15% !important;
}

.time-width {
    width: 8% !important;
}
.khxx .title-font .checkbox-wrapper,.khxx .title-font .radio-con{
    margin-left: 40px;
}
.fp-xx,.display-none{
    display: none;
}
.input-href{
    position: relative;
}
.input-href a{
    color: #ff9e2b;
    position: absolute;
    right: 7%;
    font-size: 14px;
    top: 6px;
}
/*客户信息end*/
/*车辆信息*/
.clxx .input-href a{
    right: 5%;
}
.clxx.dl dl dd{
    width: auto;
}
.clxx.dl dl dd input{
    width: 98%;
}
.clxx.dl .width-50{
    width: 50%;
}
.clxx .col-md-4,.clxx .col-md-8{
    padding: 0;
}
.clxx .dropdown-second{
    width: 95%;
    /*color: #676767;*/
}
.clxx .dropdown-value{
    overflow: hidden;
    vertical-align: -10px;
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap;
}
.years-num{
    width: 35%!important;
    margin-right: 3%;
}

.month-num {
    width: 35% !important;
    margin: 0 3%;
}

.clxx .dropdown-second {
    width: 98%;
    /*color: #676767;*/
}

.clxx .dropdown-second .dropdown-list {
    width: 100%;
    box-sizing: content-box;
}
.car-type-btn{
    color: #238bf3;
    /*font-size: 15px;*/
    margin-left: 20px;
    text-decoration: underline;
}
.car-blue-btn{
    color: #238bf3;
    /*margin-left: 10px;*/
    /*text-decoration: underline;*/
}
.car-type-btn:hover{
    color: #238bf3;
    text-decoration: underline;
}
.clxx dt a{
    color: #ff9e2b;
}
.clxx.dl dl dt{
    width: 140px;
}
.clxx.dl dl dd{
    margin-left: 143px;
}
.checkbox-title{
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #ff9e2b;
    height: 20px;
    line-height: 20px;
}
.clxx.dl .xzsb-table{
    padding-top: 10px;
}
.xzsb-table .table > tbody > tr > td{
    padding: 4px!important;
    text-indent: 0;
}

.xzsb-table .table > tbody > tr > td .ivu-checkbox-wrapper{
    line-height: 32px;
    height: 32px;
}
.xzsb-table .table > tbody > tr > td input{
    text-align: left;
    border: 1px solid #e0e0e0;
    /*line-height: 32px;*/
    height: 32px;
    width: 100%;
}
.xzsb-table .table .button:hover{
    background: #ff9e2b;
}

/*车辆信息end*/
/*商业合同*/
.dropdown-system{
    width: 80%;
}
.dropdown-system .dropdown-list{
    width: 100%;
    box-sizing: content-box;
}
.system-input-width{
    width: 43.5%!important;
    margin: 0 1%;
    background-color: #f2f5fc!important;
}
/*商业合同end*/
.inherit input[type="text"] {
    /*width: 55px;*/
}

.inherit select {
    width: inherit;
}

h6 {
    color: #ff9e2b;
    font-size: 14px;
}

.pay {
    color: #333;
    float: right;
    font-weight: 400;
}

.pay input {
    width: 50px;
    text-align: center;
}

thead tr {
    background-color: #f2f5fc;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid #d9e3f3;
}

.content .dl-horizontal .readonly {
    background-color: #f7f6f6;
    border: 1px solid #e0e0e0;
}

.content .dl-horizontal .currency {
    border-right: 1px solid #dedede;
}

/*车险录入-商业合同页面*/
.ht-lr-content .title-font .important-item {
    margin-left: 4px;
}

.ht-lr-content .title-font {
    margin: 18px 0;
}

.ht-lr-content.dl dl dd .ht-product-system input {
    width: 40%;
}

.ht-product-system span {
    color: #e9e9e9;
    height: 30px;
    line-height: 30px;
    margin: 0 6px;
}

.ht-table-btn {
    color: #fff;
    width: 60px;
    text-align: center;
    background: #ff9e2b;
    height: 30px;
    line-height: 30px;
    border: 0;
}
.syht-lr-table.table > tbody > tr > td, .syht-lr-table.table > thead > tr > th{
    padding: 4px;
}
.syht-lr-table .position-f{
    display: block;
    text-align: left;
    text-indent: 7px;
}
.syht-lr-table .position-f input{
    width: 80%;
}
.syht-lr-table .position-f a{
    color: #ff9e2b;
    cursor: pointer;
    position: absolute;
}
.syht-lr-table .checkbox-wrapper{
    margin: 0;
}


/*车险录入-交强险合同*/
.contract h5 {
    padding: 3px 10px;
    margin: 0 0 15px 10px;
    color: #f7b32e;
    font-weight: 600;
    border-left: 5px solid #f7b32e;
}

.contract p {
    color: #f7b32e;
    padding: 3px 10px;
    margin: 0 0 15px 10px;
}

.ht-lr-content .col-md-4, .ht-lr-content .col-md-8, .ht-lr-content .col-md-5, .ht-lr-content .col-md-7 {
    padding: 0;
}

.ht-lr-content dl dt {
    width: 140px;
}

.width-90 {
    width: 90%;
}

.width-50 {
    width: 50%;
}

.width-100 {
    width: 100%;
}

.ht-lr-content.dl dl dd {
    width: auto;
    margin-left: 145px;
}

.ht-lr-content.dl dl dd input {
    width: 90%;
}

.ht-lr-content.dl dd input.width-50 {
    width: 50%;
}

.ht-lr-content.dl dd input.currency-input {
    width: 45%;
    border-right: 1px solid #dae4f4;
}

.ht-lr-content.dl dd input.currency-input.readonly {
    border-right: 1px solid #e0e0e0;
}

.ht-lr-content dd input.currency-input.clear-boder {
    border-left: 0;
}

.ht-lr-content .ht-click-btn {
    color: #fff;
    background: #ff9e2b;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 0;
}

.ht-btn-div {
    text-align: right;
    margin-top: 15px;
    padding-right: 20px;
}

.ht-btn-div button:first-child {
    margin-right: 14px;
}

.ht-btn-div .btn-margin-right {
    margin-right: 14px;
}

.btn-margin-left {
    margin-left: 30px;
}

.magin-bottom-15 {
    margin-bottom: 15px;
}

.hide-main-content {
    margin-left: 22px;
    /*max-width: 80%;*/
    line-height: 22px;
    text-align: justify;
   display: none;
}
.ht-pay-num{
    float: none;
    position: absolute;
    bottom: 15px;
    right: 20px;
    height: 30px;
    line-height: 30px;
}
.ht-pay-num input {
    border: 1px solid #dae4f4;
    margin: 0 6px;
}

.three-type-item .dropdown-second, .ht-lr-content.dl dl dd.three-type-item input {
    width: 36%;
}

.three-type-item .check-jg-btn {
    margin: 0 0 0 2%;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 22.3%;
    text-align: center;
    background-color: #ff9e2b;
    border: 0;
    color: #fff;
}
 .table-bordered th {
    font-weight: normal;
}

.ht-lr-content .table-bordered input.readonly {
    border: 0;
    text-align: center;
}

.detail-item h6{
    position: relative;
    margin: 18px 0;
}
.detail-item .ht-click-btn{
    position: absolute;
    margin-top: -6px;
}

    /*车险录入-相关信息页面*/
.xgxx-lr-content dl {
    margin-bottom: 23px;
}

.xgxx-lr-content dt {
    font-weight: normal;
    width: 160px;
}

.xgxx-lr-content dd {
    margin-left: 168px;
}

.report-text {
    border: 1px solid #dae4f4;
    padding: 4px;
}

.report-text.readonly {
    border: 1px solid #e0e0e0;
}

.content p.report-text-tip {
    color: #666;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.important-item {
    color: #ff3131;
    margin-right: 2px;
}

.xgxx-lr-content .identific-btn {
    margin-top: -8px;
    border: 0;
    width: 120px;
    color: #fff;
    background: #ff9e2b;
    text-align: center;
    height: 36px;
    line-height: 36px;
    letter-spacing: 6px;
    padding-left: 6px;
}

.ts-lr-item .checkbox-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ts-lr-item dd{
    line-height: 30px;
}
.ts-lr-item dt{
    line-height: 30px;
}


@media (min-width: 1080px) {
    .type-in-1 {
        width: 21%;
    }

    .type-in-2 {
        width: 20%;
    }

    .type-in-3 {
        width: 20%;
    }
}
.xgxx-lr-content dd>.checkbox-wrapper{
    line-height: 20px;
}

/*  车险查询结果显示  */
.result select {
    border: transparent;
    background-color: #f2f5fc;
}

.result input {
    background-color: #f7f6f6;
    border: 1px solid #e0e0e0;
}

.info-result-show .col-md-4, .info-result-show .col-md-8 {
    padding: 0;
}

.info-result-show.dl dl dt {
    height: auto;
    line-height: 15px;
    padding: 8px 0;
}

.dl dl .click-title {
    color: #ff9e2b;
}

.info-result-show.dl dl dt.no-padding {
    padding: 0;
}

.info-result-show.dl dl dd {
    width: auto;
}

.info-result-show.dl dl dd input {
    width: 95%;
}
@media (min-width: 992px) {
    .info-result-show.dl dl dd input.dd-input {
        width: 98%;
    }
    .ht-sx-content.dl dd input.dd-input,.ht-lr-content.dl dd input.dd-input {
        width: 96.3%;
    }

}

.info-result-show.dl dl dd.two-item input {
    width: 45%;
    margin-right: 5%;
}

.info-result-show.dl dl dd.two-type-item input {
    width: 50%;
    margin-right: 5%;
}

.info-result-show.dl dl dd.four-item input {
    width: 35%;
}

.info-result-show.dl dl dd.four-item span {
    width: 12.5%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

@media (max-width: 991px) {
    .two-type-item .checkbox-wrapper {
        width: 15%;
    }

    .info-result-show.dl dl dd.two-type-item input {
        float: left;
        width: 78.5%;
    }
}

.info-result-show.dl dl dd input.date-input {
    width: 20%;
    text-align: center;
}

.info-result-show.dl dl dd input.time-input {
    width: 8%;
    text-align: center;
}

.detail-date-item span {
    width: 6%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.title-item {
    color: #ff9e2b;
    margin: 14px 0;
    font-size: 16px;
}

/*查询结果显示，合同*/
.ht-sx-content .col-md-4, .ht-sx-content .col-md-8, .ht-sx-content .col-md-6 {
    padding: 0;
}

.ht-sx-content dl dt {
    width: 140px;
}

.ht-sx-content.dl dl dd {
    width: auto;
    margin-left: 145px;
}

.ht-sx-content.dl dl dd input {
    width: 90%;
}

.ht-sx-content.dl dd input.width-50 {
    width: 50%;
}

.ht-sx-content.dl dd input.currency-input {
    width: 45%;
    border-right: 1px solid #dae4f4;
}

.ht-sx-content.dl dd input.currency-input.readonly {
    border-right: 1px solid #e0e0e0;
}

.ht-sx-content dd input.currency-input.clear-boder {
    border-left: 0;
}

.ht-sx-content .ht-click-btn {
    color: #fff;
    background: #ff9e2b;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 0;
}

.ht-sx-content.dl dl dd.three-type-item input {
    width: 36%;
}

.ht-sx-content .table-bordered input.readonly {
    border: 0;
    text-align: center;
}

.ht-sx-content.dl dd input.currency-input {
    width: 45%;
    border-right: 1px solid #dae4f4;
}

.ht-sx-content.dl dd input.currency-input.readonly {
    border-right: 1px solid #e0e0e0;
}

.ht-sx-content dd input.currency-input.clear-boder {
    border-left: 0;
}



.result-show-table .checkbox-wrapper {
    margin: 0;
}

table.result-show-table > tbody > tr > td {
    line-height: 16px;
    padding: 10px 0;
    vertical-align: middle;
}

.pl20 {
    padding-left: 20px;
}

.position-f {
    position: relative;
}

.result td a.check-detail {
    color: #ff9e2b;
    margin-left: 20px;
    cursor: pointer;
    position: absolute;
    letter-spacing: 3px;
    width: 50px;
}

h6.content-title-h6 {
    margin: 0;
    padding-bottom: 18px;
    font-size: 15px;
}

.show-detail-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHBAMAAADOnLEXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURf+eK/+eK/+eK0xpcf+eK/+eKwELHaUAAAAFdFJOU9gcFQDLd3qgrQAAADdJREFUCNdjMDZWcTI2ZjA2Yg1QBlIKAaxMxgxGrIwCAcoMCgHChqxMDK6MxsYCIQwOwsbGhiwAqIAGlG+d3oEAAAAASUVORK5CYII=) no-repeat center;
    margin-right: 6px;
    vertical-align: bottom;
    cursor: pointer;
}

.show-detail-icon.hide-detail-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHBAMAAADOnLEXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURf+eK/+eK/+eK0xpcf+eK/+eKwELHaUAAAAFdFJOU9gcFQDLd3qgrQAAADdJREFUCNdjcBA2NjZkYXBlNDYWCGFQCBA2ZGViMGJlFAhQZjBWCGBlMmYwNmINUAZSxipOxsYAm3wGlBctdvMAAAAASUVORK5CYII=) no-repeat center;
}

/*合同end*/

.result td input[type=text] {
    width: initial;
    text-align: center;
}

.result td span a {
    color: #ff0000;
}

.xgxx dd input[type="text"], textarea {
    width: 90%;
}

/*公用模拟组件*/
.border-ra {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cursor-p {
    cursor: pointer;
}
/*单选框radio*/

.radio-box {
    cursor: pointer;
    margin-right: 8px;
}

.radio-input {
    position: relative;
    background: url(/car/f0c84d592fcd1f60f45a9cfd63764d96.png) center no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: text-bottom;
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 4px;
}

.radio-input-disabled {
    position: relative;
    background: url(/car/ae0fcddca743382c7305bd63653e653b.png) center no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: text-bottom;
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 4px;
}

.radio-input.radio-selected {
    background: url(/car/e004340cd000db4866498495ec6f8b5e.png) center no-repeat;
}

.radio-input-disabled.radio-selected-disabled {
    background: url(/car/3d1eb6319c063def812f293304e1c147.png) center no-repeat;
}

.radio-input input {
    position: absolute;
    right: 9999px;
}
/*单选框radio end*/

/*公用模拟组件 下拉菜单*/
/*禁用下拉菜单*/
.disabled-click {
    position: relative;
    cursor: default;
}

.disabled-click:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 99;
}

.dropdown-wrapper.disabled-click,.checkbox-wrapper.disabled-click,.radio-con.disabled-click{
    cursor: default;
}
.result-content .checkbox-wrapper{
    margin: 0;
}
.dropdown-wrapper {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 6px;
    position: relative;
}

.dropdown-value {
    height: 28px;
    line-height: 28px;
}

.dropdown-icon {
    width: 12px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 8px;
    display: inline-block;
}

.dropdown-list {
    position: absolute;
    top: 28px;
    left: -1px;
    border: 1px solid #dae4f4;
    background: #fff;
    z-index: 109;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dropdown-list li a {
    display: block;
    padding: 6px;
    line-height: 16px;
}

.dropdown-list a:hover {
    background: #a0caff;
    color: #fff;
}

.dropdown-list a.curr-value {
    background: #a0caff;
    color: #fff;
}

.dropdown-first {
    border: 1px solid #7f9ae0;
    color: #fff;
    background: #7f9ae0;
}

.dropdown-first .dropdown-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAeElEQVQY04XOIQ7CQBSE4W02qeBWKFDlALUEyS3wteDrAYXgIFwCgUGQkA/BE5uGlpEz/0wm4YZ1+iNscU/o8EY7AW98tUuocIhS8wNuI+tKM6PHC4vCXwW8RzVcyjjhiTmWMdAjj32tccEjisdRuCjNcMUZ9TD/AOtjlzEajdheAAAAAElFTkSuQmCC) center no-repeat;
}

.box-shadow-style {
    -webkit-box-shadow: 0 -2px 8px #c1d2ec;
    -moz-box-shadow: 0 -2px 8px #c1d2ec;
    box-shadow: 0 -2px 8px #c1d2ec;
}

.width-60 {
    width: 60px;
}

.width-116 {
    width: 116px;
}

.width-140 {
    width: 140px;
}

.width-218 {
    width: 218px;
}

.width-350 {
    width: 350px;
}

.display-inline {
    display: inline-block;
}

.nav-box-shadow {
    -webkit-box-shadow: 1px 0 13px 0 #50555a;
    -moz-box-shadow: 1px 0 13px 0 #50555a;
    box-shadow: 1px 0 13px 0 #50555a;
}


.div-wrapper {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 6px;
    position: relative;
}

.div-abs-wid {
    float: left;
    width: 323px;
}

label[disabled] {
    cursor: not-allowed;
}



.drop-icon {
    width: 12px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 8px;
    display: inline-block;
}

.bg-blue {
    background-color: #f2f5fc;
}

.bg-wt {
    background-color: #dae4f4;
}

.bg-gray {
    background-color: #f7f6f6;
}

.btn-orange {
    background-color: #ff9e2b;
    color: #fff;
}

.btn-orange:hover, .btn-orange:focus {
    color: #fff;
}

.txt-lt {
    text-align: left;
}

.txt-cen {
    text-align: center;
}

.txt-rt {
    text-align: right;
}

/*基本信息*/
.input-mode, .policy-number {
    line-height: 30px;
}

.content .h-title {
    padding: 0 10px;
    border-left: 5px solid #ff9e2b;
    color: #ff9e2b;
    margin: 15px 0 15px -15px;
}

.info-result-show.dl dl dd input.second-style-input{
    width:68%;
}
.fixed-result-btn{
    border:0;
    height:27px;
    line-height:27px;
    padding:0 10px;
    color:#fff;
    background:#ff9e2b;
}
.result-btn-md{
    width:31%;
}
/*客户信息*/

/*车辆信息*/

/*车险结果显示结束*/
.insu-num, .insu-name, .pol-num, .fleet-num, .insu-type,
.renewal-insu-num, .issue-insititution, .operator-name, .jbren,
.transac-source, .sec-channel, .agent,
.agent-protocol, .shareholder-business, .goods-identify {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.table-bordered {
    border: 1px solid #dae4f4;
}

thead tr {
    background-color: #f2f5fc;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #dae4f4;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td,
.table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 30px;
    vertical-align: middle;
}

.btn-increase {
    height: 30px;
    width: 80px;
}

/*客户信息*/

/*车辆信息*/

/*车险结果显示结束*/
.none-margin{
    margin: 0 0 10px 0;
}
.none-margin .col-md-12{
    padding: 0 25px;
}
.none-margin .margin-top{
    margin-top: 0px;
    padding-top: 0px;
    border-top: 4px solid #f5fafe;
}
.content.none-margin .margin-top .title-font{
    margin: 0 auto 18px auto;
}
/*非空红框*/
.not-null{
    border:1px solid #ff3131!important;
}
/*滚动的时候主体页面头部菜单固定样式*/
div.fixed-nav.fixed-position{
    position: fixed;
    z-index: 9999;
    top: 0;
    margin-left: 0;
    right: 0;
    border: 16px solid #DAE4F3;
}
div.fixed-position-alone{
    width: 100%!important;
}

/*弹窗样式*/
.popup-wrapper{
    background: url(/car/52f51030ee780bb57da248360ae53e77.png);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.popup-content{
    z-index: 1000;
    background: #fff;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cls-popup-btn{
    background: url(/car/235cc434d091be8717e66afc5953df85.png) no-repeat center;
    position: absolute;
    width: 36px;
    height: 36px;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.alert-type{
    width: 580px;
    top:45%;
    left: 50%;
    margin-left: -290px;
    margin-top:-172px;
    padding-bottom: 30px;

}
.alert-type-large{
    width: 675px;
    top:35%;
    left: 45%;
    margin-left: -290px;
    margin-top:-172px;
    padding-bottom: 25px;
}
.alert-iconfont{
    height: 140px;
}
.alert-error{
    background: url(/car/1f0d8920fbc8f7f82873a5ed86135a6f.png) no-repeat center center;
    background-size:20%;
}
.alert-tip{
    background: url(/car/54b658499d0a40adc2dc1f18b5df7160.png) no-repeat center center;
    background-size:20%;
}
.alert-warning{
    background: url(/car/3e382a93f03dd813c1d1b3120ecc4a5f.png) no-repeat center center;
    background-size:20%;
}
.alert-confirm{
    background: url(/car/ebf133a23176010879f2bace56c19b53.png) no-repeat center center;
    background-size:20%;
}
.alert-error-large{
    background: url(/car/1f0d8920fbc8f7f82873a5ed86135a6f.png) no-repeat center center;
    background-size:16%;
}
.alert-tip-large{
    background: url(/car/54b658499d0a40adc2dc1f18b5df7160.png) no-repeat center center;
    background-size:16%;
}
.alert-warning-large{
    background: url(/car/3e382a93f03dd813c1d1b3120ecc4a5f.png) no-repeat center center;
    background-size:16%;
}
.alert-confirm-large{
    background: url(/car/ebf133a23176010879f2bace56c19b53.png) no-repeat center center;
    background-size:16%;
}
.alert-text{
    width: 85%;
    margin: 0px auto;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    min-height:50px;
    max-height:280px;
    overflow-y:auto;
}
.alert-text-large{
    width: 90%;
    margin: 0px auto;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    min-height:100px;
    max-height:375px;
    overflow-y:auto;
}
.alert-btn{
    text-align: center;
    margin-top: 20px;
}
.alert-btn button{
    width: 140px;
    letter-spacing: 18px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding-left: 18px;
}
.alert-btn .button-4-letter{
    letter-spacing: 10px;
    padding-left: 12px;
}
.orange-btn{
    border:1px solid #ff9e2b;
    color: #fff;
    background: #ff9e2b;
}
.blue-btn{
    border: 1px solid #4778c7;
    color: #4778c7;
    background: #fff;
}
.blue-full-btn{
    border: 1px solid #6f96d3;
    color: #fff;
    background: #6f96d3;
}

.two-btn .blue-btn{
    margin-right: 50px;
}

.item-title{
    width: 114px;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.car-price-select{
    margin: 15px 0;
}
.car-price-select .dropdown-wrapper{
    width: 42%;
}
.fixed-thead th>span{
    color: #4778c7;
}
.result-table table{
    width: 100%;
}
.result-table table th{
    font-weight: normal;
    height: 36px;
    line-height: 36px;
}
.scroll-tbody{
    height: 220px;
    overflow-y: auto;
}
.scroll-tbody td{
    padding: 6px 4px;
    font-size: 14px;
    line-height: 24px;
}
tr.odd-tr{
    background: #fcfcfc;
}
tr.even-tr{
    background: #f5f4f3;
}　

.fixed-thead.overflow-tbody{
    padding-right: 17px;
    background: #f2f5fc;
}

/* 覆盖iview样式 */
/*input框*/
.ivu-input{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px!important;
    color: #333;
}
.ivu-input[disabled], fieldset[disabled] .ivu-input{
    opacity: 1;
    cursor: auto;
    color: #333;
    background-color: #f7f6f6;
    border: 1px solid #e0e0e0;
}
.ivu-input[disabled]:hover, fieldset[disabled] .ivu-input:hover {
    border-color: #e0e0e0;
}
.radio-label .ivu-form-item-label{
    width: auto!important;
}
.ivu-radio-inner{
    width: 18px;
    height: 18px;
}
.ivu-radio-inner:after{
    width: 12px;
    height: 12px;
    background-color: #ff9e2b;
}
.ivu-checkbox-wrapper{
    margin-right: 5px;
    font-size: 14px;
}
.ivu-input-group-append, .ivu-input-group-prepend{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.ivu-input-number{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.ivu-input-number-input{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
/*radio*/
.ivu-radio-wrapper{
    font-size: 14px;
}
.ivu-checkbox-inner{
    width: 18px;
    height: 18px;
}
.ivu-checkbox-checked .ivu-checkbox-inner{
    border-color: #6f96d3;
    background-color: #6f96d3;
}

.click-true .ivu-checkbox-checked .ivu-checkbox-inner{
    border-color: #ff9e2b;
    background-color: #ff9e2b;
}

.ivu-checkbox-checked .ivu-checkbox-inner:after{
    display: inline-block;
    width: 6px;
    height: 12px;
    top: 0;
    left: 5px;
}

/*select*/
.ivu-select-selection{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    color: #333;
}

/* 图钉 */
.affix-style{
    border-width: 0 16px;
    border-style: solid;
    border-color: #e3e8ee;
    margin: 0 0 0 -16px;
    padding-left: 0;
    width: calc(100% + 32px)!important;
}
.affix-style-top{
    padding-top: 76px;
}
.none-margin .ivu-row {
    padding: 0 25px;
}
/*日期选择*/
.date-pick .ivu-date-picker {
    display: inline-block;
}
.date-pick .ivu-form-item-content{
    margin-left: 0!important;
    font-size: 14px;
    color: #333;
}
.date-pick .ivu-input{
    padding-right: 32px;
}

.ivu-form-item-content {
    position: relative;
}
.ivu-form-item-content a {
    color: #238bf3;
    position: absolute;
    right: 6px;
    font-size: 14px;
    top: 3px;
    height: 30px;
    line-height: 30px;
}
.select-level .my-tree.ivu-form-item-content a {
    color: #238bf3;
    position: absolute;
    font-size: 14px;
    top: 3px;
    height: 30px;
    line-height: 30px;
}
.ivu-input-icon+.ivu-input{
    padding-right: 7px;
}
.input-popup .ivu-input{
    padding-right: 34px;
}
/*查询页面的表单的布局*/
.query-form .ivu-col-span-24 {
    padding: 0 50px 0 0px!important;
}
.query-form .ivu-col-span-12 > .ivu-form-item {
    padding: 0 50px 0 0px!important;
}
.query-form .ivu-col-span-6:nth-of-type(1) > .ivu-form-item ,
.query-form .ivu-col-span-6:nth-of-type(3) > .ivu-form-item {
    padding: 0 0 0 0px!important;
}
.query-form .ivu-col-span-6:nth-of-type(2) > .ivu-form-item ,
.query-form .ivu-col-span-6:nth-of-type(4) > .ivu-form-item {
    padding: 0 50px 0 0px!important;
    margin: 0 0 0 -45px!important;
}
.query-form .ivu-col-span-8 > .ivu-form-item {
    padding: 0 0px!important;
}

.padding0{
    padding: 0!important;
}
.query-form .ivu-checkbox-wrapper, .xgxx-lr-content .ivu-checkbox-wrapper, .ycqk .ivu-checkbox-wrapper{
    margin-right: 8px;
}
.ivu-form-item-content .ycqk-textarea.ivu-input-wrapper{
    width: 100% !important;
}
.title-font-margin .ivu-form-item-content {
    margin-left: 0!important;
}
.zjhm .ivu-input {
    padding-right: 40px;
}
.ivu-table-cell{
    padding: 6px 4px;
}
.proposal-query td div.ivu-table-cell{
   display:inline;
}
.proposal-query td div.table-cell-inner-div{
   display:inline;
}
.policy-query td div.ivu-table-cell{
   display:inline;
}
.policy-query td div.table-cell-inner-div{
   display:inline;
}
/*查询结果*/
.change-icon,.del-icon,.check-icon,.print-icon,.printer-icon-1,.printer-icon-2,.cancel-icon,.export-icon,.export-excel-icon,.qrcode-icon,.select-icon,.check-blue-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.check-icon{
    background: url(/car/802598dd46621b48206c304886b96f88.png) center no-repeat;
    background-size: 15px 15px;
}
.check-blue-icon{
    background: url(/car/e4be2d9c4d788daa8d1fc89cdd66c4c9.png) center no-repeat;
    background-size: 15px 15px;
}
.select-icon{
    background: url(/car/a4c107628301ffd7dcc0c21590dccb16.png) center no-repeat;
    background-size: 18px 18px;
}
.change-icon {
    background: url(/car/8446cb58b83b6c371e26f905d1c6c59b.png) center no-repeat;
    background-size: 19px 20px;
}
.print-icon{
    background: url(/car/7f256f819910f7bcf5a6502c7c5834e7.png) center no-repeat;
    background-size: 17px 20px;
}
.printer-icon-1{
    background: url(/car/9793acb43228eea4bb2c4e9b012d93bf.png) center no-repeat;
    background-size: 17px 20px;
}
.printer-icon-2{
    background: url(/car/ae738aa003886c4e3784fd25a1eccfe4.png) center no-repeat;
    background-size: 17px 20px;
}
.del-icon {
    background: url(/car/856232d679e67980f5e470ea0399975b.png) center no-repeat;
    background-size: 17px 19px;
}
.export-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUxpcfScN/ScN/ScN/ScN/ScN/ScN/ScN/ScN/ScN/ScN/ScN/ScN/ScN/ScN/ScN8EKgAcAAAAPdFJOUwCelZCrSPLTew87JYlkGk/wgIoAAAB+SURBVAjXY2AI/////0/W/9/SGTj+OykpneRW7v/PsN6BAQzupzHUQ1jMf/sZvkCY9grnGT5BBD8x+DN8hAoybIUwmcFyH6GCDLPBTFaQoD2YyRcAJOSh2oBAHwfzE4xpD7MYpK0exkyDO5LlK9DpjoJAIPK/gQHsISAoZQAAxUUvHIe6xnsAAAAASUVORK5CYII=) center no-repeat;
    background-size: 18px 18px;
}
.export-excel-icon {
    background: url(/car/31ccbe91d01051babaf989e022a15ab8.png) center no-repeat;
    background-size: 18px 18px;
}
.cancel-icon {
    background: url(/car/65eaeb18e3b3335663eb3a7c0a286adb.png) center no-repeat;
    background-size: 20px 16px;
}
.qrcode-icon{
    background: url(/car/a76b41ad62e29dd58dab85c1ed0c42ad.png) center no-repeat;
    background-size: 18px 18px;
}
.quick-icon{
    background: url(/car/6cbbbcd61e6ef583523977204a4e2c4a.png) center no-repeat;
    background-size: 35px 32px;
}
.mobile-icon{
    background: url(/car/4690dfc12ac8c7697bc9f72b49890382.png) center no-repeat;
    background-size: 100px 100px;
    cursor:pointer;
}
.pc-icon{
    background: url(/car/88bdeb6a401ffe0ed4ca63ead5bac0c2.png) center no-repeat;
    background-size: 100px 100px;
    cursor:pointer;
}
/*特别约定*/
.syht-lr-table label.ivu-form-item-label {
    width:auto!important;
}

.syht-lr-table .ivu-form-item-content {
    margin-left:0!important;
    display:inline-block;

}
.syht-lr-table .ivu-col {
    display:inline-block;
    margin-left:6px
}
.engage-detail{
    position:absolute;
    left:360px;
    width:600px;
    border:1px solid #ccc;
    padding:10px;
    z-index:999;
    background:#fff
}
.invoice-info{
    position:absolute;
    left:65px;
    width:350px;
    height:auto;
    border:1px solid #ccc;
    padding:10px;
    z-index:999;
    background:#fff;
    top:12px;
    padding: 10px;
}
.invoice-info th {
    border: 1px solid #d9e3f3;
    background-color:#f2f5fc;
    color:#333;
    text-align: center;
}
.invoice-info table {
    margin-bottom: 10px;
}
.invoice-info td {
    text-align: center;
    border: 1px solid #d9e3f3;
}
.proposal-query .ivu-table-body{
    overflow:visible;
}


.certify-audit-query  .ivu-table th:nth-child(1),
.certify-audit-query  .ivu-table td:nth-child(1){
    width: 5%;
}

.proposal-query .ivu-table th:nth-child(1),
.proposal-query .ivu-table td:nth-child(1),
.proposal-query .ivu-table th:nth-child(9),
.proposal-query .ivu-table td:nth-child(9),
.proposal-query .ivu-table th:nth-child(10),
.proposal-query .ivu-table td:nth-child(10),
.proposal-query .ivu-table th:nth-child(11),
.proposal-query .ivu-table td:nth-child(11),
.proposal-query .ivu-table th:nth-child(12),
.proposal-query .ivu-table td:nth-child(12),
.proposal-query .ivu-table th:nth-child(13),
.proposal-query .ivu-table td:nth-child(13),
.proposal-query .ivu-table th:nth-child(14),
.proposal-query .ivu-table td:nth-child(14) {
    width: 5%;
}
.proposal-query .ivu-table th:nth-child(2),
.proposal-query .ivu-table td:nth-child(2) {
    width: 20%;
}

.provisional-query .ivu-table th:nth-child(1),
.provisional-query .ivu-table td:nth-child(1) {
    width: 20%;
}
.provisional-query .ivu-table th:nth-child(7),
.provisional-query .ivu-table td:nth-child(7),
.provisional-query .ivu-table th:nth-child(8),
.provisional-query .ivu-table td:nth-child(8) {
    width: 5%;
}
.jfee-subsidy-query .ivu-table th:nth-child(1),
.jfee-subsidy-query .ivu-table td:nth-child(1) {
    width: 20%;
}
.jfee-subsidy-query .ivu-table th:nth-child(2),
.jfee-subsidy-query .ivu-table td:nth-child(2) {
    width: 5%;
}
.jfee-subsidy-query .ivu-table th:nth-child(3),
.jfee-subsidy-query .ivu-table td:nth-child(3),
.jfee-subsidy-query .ivu-table th:nth-child(4),
.jfee-subsidy-query .ivu-table td:nth-child(4),
.jfee-subsidy-query .ivu-table th:nth-child(5),
.jfee-subsidy-query .ivu-table td:nth-child(5){
    width: 20%;
}
.jfee-subsidy-query .ivu-table th:nth-child(6),
.jfee-subsidy-query .ivu-table td:nth-child(6) {
    width: 10%;
}
.jfee-subsidy-query .ivu-table th:nth-child(7),
.jfee-subsidy-query .ivu-table td:nth-child(7) {
    width: 5%;
}
.kindpackage-query .ivu-table th:nth-child(1),
.kindpackage-query .ivu-table td:nth-child(1){
    width: 15%;
}

.kindpackage-query .ivu-table th:nth-child(2),
.kindpackage-query .ivu-table td:nth-child(2){
    width: 16%;
}
/*.kindpackage-query .ivu-table th:nth-child(2),
.kindpackage-query .ivu-table td:nth-child(2),
.kindpackage-query .ivu-table th:nth-child(3),
.kindpackage-query .ivu-table td:nth-child(3){
    width: 6%;
}*/

.kindpackage-query .ivu-table th:nth-child(11),
.kindpackage-query .ivu-table td:nth-child(11),
.kindpackage-query .ivu-table th:nth-child(12),
.kindpackage-query .ivu-table td:nth-child(12) {
    width: 5%;
}
.kindpackage-query .ivu-table th:nth-child(13),
.kindpackage-query .ivu-table td:nth-child(13),
.kindpackage-query .ivu-table th:nth-child(14),
.kindpackage-query .ivu-table td:nth-child(14) {
    width: 4%;
}

.quote-query .ivu-table th:nth-child(7),
.quote-query .ivu-table td:nth-child(7),
.quote-query .ivu-table th:nth-child(8),
.quote-query .ivu-table td:nth-child(8),
.quote-query .ivu-table th:nth-child(9),
.quote-query .ivu-table td:nth-child(9),
.quote-query .ivu-table th:nth-child(10),
.quote-query .ivu-table td:nth-child(10) {
    width: 5%;
}

.policy-query .ivu-table th:nth-child(1),
.policy-query .ivu-table td:nth-child(1){
    width: 16%;
}

/*.daily-query .ivu-table th:nth-child(1),
.daily-query .ivu-table td:nth-child(1){
    width: 8%;
}
.daily-query .ivu-table th:nth-child(2),
.daily-query .ivu-table td:nth-child(2),
.daily-query .ivu-table th:nth-child(3),
.daily-query .ivu-table td:nth-child(3),
.daily-query .ivu-table th:nth-child(15),
.daily-query .ivu-table td:nth-child(15){
    width: 15%;
}*/

.edit-type .ivu-table th:nth-child(1),
.edit-type .ivu-table td:nth-child(1),
.edit-type .ivu-table th:nth-child(3),
.edit-type .ivu-table td:nth-child(3) {
    width: 17%;
}

.certify-query .ivu-table th:nth-child(2),
.certify-query .ivu-table td:nth-child(2) {
    width: 18%;
}
.certify-query .ivu-table th:nth-child(3),
.certify-query .ivu-table td:nth-child(3),
.certify-query .ivu-table th:nth-child(4),
.certify-query .ivu-table td:nth-child(4) {
    width: 15%;
}
.certify-query .ivu-table th:nth-child(8),
.certify-query .ivu-table td:nth-child(8),
.certify-query .ivu-table th:nth-child(9),
.certify-query .ivu-table td:nth-child(9){
    width: 5%;
}


.deunderwrite-query .ivu-table th:nth-child(1),
.deunderwrite-query .ivu-table td:nth-child(1){
     width: 5%;
}
.deunderwrite-query .ivu-table th:nth-child(2),
.deunderwrite-query .ivu-table td:nth-child(2){
    width: 20%;
}
.deunderwrite-query .ivu-table th:nth-child(3),
.deunderwrite-query .ivu-table td:nth-child(3),
.deunderwrite-query .ivu-table th:nth-child(5),
.deunderwrite-query .ivu-table td:nth-child(5){
    width: 8%;
}
.deunderwrite-query .ivu-table th:nth-child(4),
.deunderwrite-query .ivu-table td:nth-child(4){
    width: 15%;
}


.quote-repeat-query .ivu-table th:nth-child(6),
.quote-repeat-query .ivu-table td:nth-child(6),
.quote-repeat-query .ivu-table th:nth-child(7),
.quote-repeat-query .ivu-table td:nth-child(7){
    width: 10%;
}
.quote-repeat-query .ivu-table th:nth-child(2),
.quote-repeat-query .ivu-table td:nth-child(2),
.quote-repeat-query .ivu-table th:nth-child(3),
.quote-repeat-query .ivu-table td:nth-child(3),
.quote-repeat-query .ivu-table th:nth-child(4),
.quote-repeat-query .ivu-table td:nth-child(4),
.quote-repeat-query .ivu-table th:nth-child(5),
.quote-repeat-query .ivu-table td:nth-child(5),
.quote-repeat-query .ivu-table th:nth-child(9),
.quote-repeat-query .ivu-table td:nth-child(9){
    width: 9%;
}
.quote-repeat-query .ivu-table th:nth-child(1),
.quote-repeat-query .ivu-table td:nth-child(1) {
    width: 20%;
}

.carmodel-query .ivu-table th:nth-child(3),
.carmodel-query .ivu-table td:nth-child(3),
.carmodel-query .ivu-table th:nth-child(4),
.carmodel-query .ivu-table td:nth-child(4),
.carmodel-query .ivu-table th:nth-child(6),
.carmodel-query .ivu-table td:nth-child(6){
    width: 10%;
}
.carmodel-query .ivu-table th:nth-child(1),
.carmodel-query .ivu-table td:nth-child(1){
    width: 16%;
}


.carmodel-pre-query .ivu-table th:nth-child(1),
.carmodel-pre-query .ivu-table td:nth-child(1){
    width: 14%;
}
.carmodel-pre-query .ivu-table th:nth-child(4),
.carmodel-pre-query .ivu-table td:nth-child(4),
.carmodel-pre-query .ivu-table th:nth-child(11),
.carmodel-pre-query .ivu-table td:nth-child(11){
    width: 10%;
}
.carmodel-pre-query .ivu-table th:nth-child(2),
.carmodel-pre-query .ivu-table td:nth-child(2),
.carmodel-pre-query .ivu-table th:nth-child(3),
.carmodel-pre-query .ivu-table td:nth-child(3),
.carmodel-pre-query .ivu-table th:nth-child(5),
.carmodel-pre-query .ivu-table td:nth-child(5),
.carmodel-pre-query .ivu-table th:nth-child(6),
.carmodel-pre-query .ivu-table td:nth-child(6),
.carmodel-pre-query .ivu-table th:nth-child(7),
.carmodel-pre-query .ivu-table td:nth-child(7),
.carmodel-pre-query .ivu-table th:nth-child(8),
.carmodel-pre-query .ivu-table td:nth-child(8),
.carmodel-pre-query .ivu-table th:nth-child(9),
.carmodel-pre-query .ivu-table td:nth-child(9),
.carmodel-pre-query .ivu-table th:nth-child(10),
.carmodel-pre-query .ivu-table td:nth-child(10){
    width: 7%;
}



.invoice-prpall-query .ivu-table th:nth-child(4),
.invoice-prpall-query .ivu-table td:nth-child(4){
    width: 15%;
}

.invoice-prpall-query .ivu-table th:nth-child(1),
.invoice-prpall-query .ivu-table td:nth-child(1){
    width: 15%;
}
.invoice-prpall-query .ivu-table-body{
    overflow: hidden;
}
.invoice-print-main .ivu-table th:nth-child(1),
.invoice-print-main .ivu-table td:nth-child(1){
    width: 5%;
}
.invoice-print-main .ivu-table th:nth-child(2),
.invoice-print-main .ivu-table td:nth-child(2){
    width: 17%;
}

.invoice-cancel-query .ivu-table th:nth-child(1),
.invoice-cancel-query .ivu-table td:nth-child(1){
    width: 5%;
}
.invoice-cancel-query .ivu-table th:nth-child(3),
.invoice-cancel-query .ivu-table th:nth-child(4),
.invoice-cancel-query .ivu-table td:nth-child(3),
.invoice-cancel-query .ivu-table td:nth-child(4){
    width: 12%;
}

.invoice-redBack-query .ivu-table th:nth-child(1),
.invoice-redBack-query .ivu-table td:nth-child(1){
    width: 5%;
}
.invoice-redBack-query .ivu-table th:nth-child(3),
.invoice-redBack-query .ivu-table th:nth-child(4),
.invoice-redBack-query .ivu-table td:nth-child(3),
.invoice-redBack-query .ivu-table td:nth-child(4){
    width: 12%;
}

.jfee-check-query .ivu-table th:nth-child(1),
.jfee-check-query .ivu-table td:nth-child(1),
.jfee-check-query .ivu-table th:nth-child(11),
.jfee-check-query .ivu-table td:nth-child(11),
.jfee-check-query .ivu-table th:nth-child(12),
.jfee-check-query .ivu-table td:nth-child(12){
    width: 5%;
}

.jfee-check-query .ivu-table th:nth-child(2),
.jfee-check-query .ivu-table td:nth-child(2),
.jfee-check-query .ivu-table th:nth-child(8),
.jfee-check-query .ivu-table td:nth-child(8){
    width: 13%;
}

.swing-card-list-query .ivu-table th:nth-child(1),
.swing-card-list-query .ivu-table td:nth-child(1){
    width: 50px;
}

.swing-card-list-query .ivu-table th:nth-child(4),
.swing-card-list-query .ivu-table td:nth-child(4){
    width: 150px;
}

.swing-card-list-query .ivu-table th:nth-child(5),
.swing-card-list-query .ivu-table td:nth-child(5){
    width: 80px;
}

.swing-card-list-query .ivu-table th:nth-child(2),
.swing-card-list-query .ivu-table td:nth-child(2),
.swing-card-list-query .ivu-table th:nth-child(3),
.swing-card-list-query .ivu-table td:nth-child(3),
.swing-card-list-query .ivu-table th:nth-child(6),
.swing-card-list-query .ivu-table td:nth-child(6),
.swing-card-list-query .ivu-table th:nth-child(9),
.swing-card-list-query .ivu-table td:nth-child(9){
    width: 170px;
}


.swing-card-list-query .ivu-table th:nth-child(10),
.swing-card-list-query .ivu-table td:nth-child(10),
.swing-card-list-query .ivu-table th:nth-child(11),
.swing-card-list-query .ivu-table td:nth-child(11),
.swing-card-list-query .ivu-table th:nth-child(13),
.swing-card-list-query .ivu-table td:nth-child(13){
     width: 250px;
}


.swing-card-list-query .ivu-table th:nth-child(16),
.swing-card-list-query .ivu-table td:nth-child(16),
.swing-card-list-query .ivu-table th:nth-child(17),
.swing-card-list-query .ivu-table td:nth-child(17),
.swing-card-list-query .ivu-table th:nth-child(18),
.swing-card-list-query .ivu-table td:nth-child(18),
.swing-card-list-query .ivu-table th:nth-child(19),
.swing-card-list-query .ivu-table td:nth-child(19){
    width: 150px;
}

.bank-transfer-query .ivu-table th:nth-child(1),
.bank-transfer-query .ivu-table td:nth-child(1),
.bank-transfer-query .ivu-table th:nth-child(11),
.bank-transfer-query .ivu-table td:nth-child(11){
    width: 50px;
}
.bank-transfer-query .ivu-table th:nth-child(2),
.bank-transfer-query .ivu-table td:nth-child(2),
.bank-transfer-query .ivu-table th:nth-child(8),
.bank-transfer-query .ivu-table td:nth-child(8){
    width: 150px;
}

.jfee-card-report .ivu-table th:nth-child(1),
.jfee-card-report .ivu-table td:nth-child(1),
.jfee-card-report .ivu-table th:nth-child(2),
.jfee-card-report .ivu-table td:nth-child(2),
.jfee-card-report .ivu-table th:nth-child(4),
.jfee-card-report .ivu-table td:nth-child(4),
.jfee-card-report .ivu-table th:nth-child(12),
.jfee-card-report .ivu-table td:nth-child(12),
.jfee-card-report .ivu-table th:nth-child(14),
.jfee-card-report .ivu-table td:nth-child(14),
.jfee-card-report .ivu-table th:nth-child(15),
.jfee-card-report .ivu-table td:nth-child(15),
.jfee-card-report .ivu-table th:nth-child(16),
.jfee-card-report .ivu-table td:nth-child(16){
    width: 170px;
}


.jfee-card-report .ivu-table th:nth-child(12),
.jfee-card-report .ivu-table td:nth-child(12),
.jfee-card-report .ivu-table th:nth-child(25),
.jfee-card-report .ivu-table td:nth-child(25),
.jfee-card-report .ivu-table th:nth-child(26),
.jfee-card-report .ivu-table td:nth-child(26),
.jfee-card-report .ivu-table th:nth-child(27),
.jfee-card-report .ivu-table td:nth-child(27),
.jfee-card-report .ivu-table th:nth-child(28),
.jfee-card-report .ivu-table td:nth-child(28){
    width: 150px;
}

.jfee-card-report .ivu-table th:nth-child(17),
.jfee-card-report .ivu-table td:nth-child(17),
.jfee-card-report .ivu-table th:nth-child(18),
.jfee-card-report .ivu-table td:nth-child(18),
.jfee-card-report .ivu-table th:nth-child(20),
.jfee-card-report .ivu-table td:nth-child(20){
    width: 250px;
}

.jfee-online-report .ivu-table th,.jfee-online-report .ivu-table td
{
    width: 100px;
}

.jfee-online-report .ivu-table th:nth-child(1),
.jfee-online-report .ivu-table td:nth-child(1),
.jfee-online-report .ivu-table th:nth-child(2),
.jfee-online-report .ivu-table td:nth-child(2),
.jfee-online-report .ivu-table th:nth-child(4),
.jfee-online-report .ivu-table td:nth-child(4),
.jfee-online-report .ivu-table th:nth-child(14),
.jfee-online-report .ivu-table td:nth-child(14),
.jfee-online-report .ivu-table th:nth-child(15),
.jfee-online-report .ivu-table td:nth-child(15)
{
    width: 170px;
}


.jfee-online-report .ivu-table th:nth-child(12),
.jfee-online-report .ivu-table td:nth-child(12),
.jfee-online-report .ivu-table th:nth-child(24),
.jfee-online-report .ivu-table td:nth-child(24){
    width: 150px;
}

.jfee-online-report .ivu-table th:nth-child(16),
.jfee-online-report .ivu-table td:nth-child(16),
.jfee-online-report .ivu-table th:nth-child(17),
.jfee-online-report .ivu-table td:nth-child(17){
    width: 250px;
}


.jfee-bill-report .ivu-table th:nth-child(1),
.jfee-bill-report .ivu-table td:nth-child(1),
.jfee-bill-report .ivu-table th:nth-child(2),
.jfee-bill-report .ivu-table td:nth-child(2),
.jfee-bill-report .ivu-table th:nth-child(4),
.jfee-bill-report .ivu-table td:nth-child(4),
.jfee-bill-report .ivu-table th:nth-child(10),
.jfee-bill-report .ivu-table td:nth-child(10),
.jfee-bill-report .ivu-table th:nth-child(12),
.jfee-bill-report .ivu-table td:nth-child(12),
.jfee-bill-report .ivu-table th:nth-child(14),
.jfee-bill-report .ivu-table td:nth-child(14),
.jfee-bill-report .ivu-table th:nth-child(15),
.jfee-bill-report .ivu-table td:nth-child(15){
    width: 170px;
}


.jfee-bill-report .ivu-table th:nth-child(12),
.jfee-bill-report .ivu-table td:nth-child(12),
.jfee-bill-report .ivu-table th:nth-child(22),
.jfee-bill-report .ivu-table td:nth-child(22),
.jfee-bill-report .ivu-table th:nth-child(23),
.jfee-bill-report .ivu-table td:nth-child(23),
.jfee-bill-report .ivu-table th:nth-child(24),
.jfee-bill-report .ivu-table td:nth-child(24){
    width: 150px;
}


.jfee-bill-report .ivu-table th:nth-child(16),
.jfee-bill-report .ivu-table td:nth-child(16),
.jfee-bill-report .ivu-table th:nth-child(17),
.jfee-bill-report .ivu-table td:nth-child(17){
    width: 250px;
}




.jfee-onlinebank-report .ivu-table th:nth-child(1),
.jfee-onlinebank-report .ivu-table td:nth-child(1),
.jfee-onlinebank-report .ivu-table th:nth-child(2),
.jfee-onlinebank-report .ivu-table td:nth-child(2),
.jfee-onlinebank-report .ivu-table th:nth-child(4),
.jfee-onlinebank-report .ivu-table td:nth-child(4),
.jfee-onlinebank-report .ivu-table th:nth-child(10),
.jfee-onlinebank-report .ivu-table td:nth-child(10),
.jfee-onlinebank-report .ivu-table th:nth-child(12),
.jfee-onlinebank-report .ivu-table td:nth-child(12),
.jfee-onlinebank-report .ivu-table th:nth-child(14),
.jfee-onlinebank-report .ivu-table td:nth-child(14),
.jfee-onlinebank-report .ivu-table th:nth-child(15),
.jfee-onlinebank-report .ivu-table td:nth-child(15){
    width: 170px;
}


.jfee-onlinebank-report .ivu-table th:nth-child(12),
.jfee-onlinebank-report .ivu-table td:nth-child(12),
.jfee-onlinebank-report .ivu-table th:nth-child(22),
.jfee-onlinebank-report .ivu-table td:nth-child(22),
.jfee-onlinebank-report .ivu-table th:nth-child(23),
.jfee-onlinebank-report .ivu-table td:nth-child(23),
.jfee-onlinebank-report .ivu-table th:nth-child(24),
.jfee-onlinebank-report .ivu-table td:nth-child(24){
    width: 150px;
}


.jfee-onlinebank-report .ivu-table th:nth-child(16),
.jfee-onlinebank-report .ivu-table td:nth-child(16),
.jfee-onlinebank-report .ivu-table th:nth-child(17),
.jfee-onlinebank-report .ivu-table td:nth-child(17){
    width: 250px;
}

.motorcade-contract-query .ivu-table th:nth-child(2),
.motorcade-contract-query .ivu-table td:nth-child(2),
.motorcade-contract-query .ivu-table th:nth-child(4),
.motorcade-contract-query .ivu-table td:nth-child(4),
.motorcade-contract-query .ivu-table th:nth-child(7),
.motorcade-contract-query .ivu-table td:nth-child(7){
    width: 13%;
}

.motorcade-contract-query .ivu-table th:nth-child(4),
.motorcade-contract-query .ivu-table td:nth-child(4){
    width: 14%;
}
.motorcade-contract-query .ivu-table th:nth-child(11),
.motorcade-contract-query .ivu-table td:nth-child(11){
    width: 8%;
}
.motorcade-contract-query .ivu-table th:nth-child(3),
.motorcade-contract-query .ivu-table td:nth-child(3){
    width: 6%;
}

.motorcade-contract-query .ivu-table th:nth-child(6),
.motorcade-contract-query .ivu-table td:nth-child(6){
    width: 7%;
}
.motorcade-contract-query .ivu-table th:nth-child(1),
.motorcade-contract-query .ivu-table td:nth-child(1),
.motorcade-contract-query .ivu-table th:nth-child(13),
.motorcade-contract-query .ivu-table td:nth-child(13),
.motorcade-contract-query .ivu-table th:nth-child(14),
.motorcade-contract-query .ivu-table td:nth-child(14){
    width: 4%;
}
.motorcade-contract-query .ivu-table th:nth-child(15),
.motorcade-contract-query .ivu-table td:nth-child(15),
.motorcade-contract-query .ivu-table th:nth-child(12),
.motorcade-contract-query .ivu-table td:nth-child(12){
    width: 6%;
}
.account-update-query .ivu-table th:nth-child(1),
.account-update-query .ivu-table td:nth-child(1),
.account-update-query .ivu-table th:nth-child(2),
.account-update-query .ivu-table td:nth-child(2){
    width: 17%;
}



.com-print-query .ivu-table th:nth-child(1),
.com-print-query .ivu-table td:nth-child(1){
     width: 15%;
}
.com-print-query .ivu-table th:nth-child(2),
.com-print-query .ivu-table td:nth-child(2){
     width: 10%;
}
.com-print-query .ivu-table th:nth-child(3),
.com-print-query .ivu-table td:nth-child(3){
     width: 15%;
}
.group-mark-query .ivu-table th:nth-child(1),
.group-mark-query .ivu-table td:nth-child(1){
    width: 16%;
}

.preconfirm-query .ivu-table th:nth-child(1),
.preconfirm-query .ivu-table td:nth-child(1){
    width: 5%;
}
.preconfirm-query .ivu-table th:nth-child(2),
.preconfirm-query .ivu-table td:nth-child(2){
    width: 16%;
}

.preconfirm-query .ivu-table th:nth-child(3),
.preconfirm-query .ivu-table td:nth-child(3){
    width: 20%;
}

.preconfirm-query .ivu-table th:nth-child(7),
.preconfirm-query .ivu-table td:nth-child(7),
.preconfirm-query .ivu-table th:nth-child(8),
.preconfirm-query .ivu-table td:nth-child(8),
.preconfirm-query .ivu-table th:nth-child(9),
.preconfirm-query .ivu-table td:nth-child(9),
.preconfirm-query .ivu-table th:nth-child(10),
.preconfirm-query .ivu-table td:nth-child(10){
    width: 90px;
}
.endorse-query .ivu-table th:nth-child(2),
.endorse-query .ivu-table td:nth-child(2),
.endorse-query .ivu-table th:nth-child(3),
.endorse-query .ivu-table td:nth-child(3)
{
     width: 16%;
}
.endorse-query .ivu-table th:nth-child(1),
.endorse-query .ivu-table td:nth-child(1),
.endorse-query .ivu-table th:nth-child(10),
.endorse-query .ivu-table td:nth-child(10),
.endorse-query .ivu-table th:nth-child(11),
.endorse-query .ivu-table td:nth-child(11),
.endorse-query .ivu-table th:nth-child(12),
.endorse-query .ivu-table td:nth-child(12),
.endorse-query .ivu-table th:nth-child(13),
.endorse-query .ivu-table td:nth-child(13){
     width: 5%;
}

.customer-query .ivu-table th:nth-child(1),
.customer-query .ivu-table td:nth-child(1),
.customer-query .ivu-table th:nth-child(2),
.customer-query .ivu-table td:nth-child(2),
.customer-query .ivu-table th:nth-child(7),
.customer-query .ivu-table td:nth-child(7){
    width: 8%;
}

.agency-query .ivu-table th:nth-child(1),
.agency-query .ivu-table td:nth-child(1){
    width: 5%;
}

.batch-task-view td div.ivu-table-cell {
    display: block;
}

.batch-task-err-view td div.ivu-table-cell {
    display: block;
}

.batch-task-query td div.ivu-table-cell {
    display: block;
}


.quote-task-view td div.ivu-table-cell {
    display: block;
}

.quote-task-view .ivu-table th:nth-child(1),
.quote-task-view .ivu-table td:nth-child(1)
{
   width: 10%;
}

.quote-task-view .ivu-table th:nth-child(2),
.quote-task-view .ivu-table td:nth-child(2),
.quote-task-view .ivu-table th:nth-child(3),
.quote-task-view .ivu-table td:nth-child(3),
.quote-task-view .ivu-table th:nth-child(4),
.quote-task-view .ivu-table td:nth-child(4),
.quote-task-view .ivu-table th:nth-child(5),
.quote-task-view .ivu-table td:nth-child(5)
{
   width: 12%;
}

.quote-task-view .ivu-table th:nth-child(6),
.quote-task-view .ivu-table td:nth-child(6)
{
   width: 8%;
}

.batch-quote-task-view .ivu-table th:nth-child(1),
.batch-quote-task-view .ivu-table td:nth-child(1),
.batch-quote-task-view .ivu-table th:nth-child(7),
.batch-quote-task-view .ivu-table td:nth-child(7),
.batch-quote-task-view .ivu-table th:nth-child(8),
.batch-quote-task-view .ivu-table td:nth-child(8),
.batch-quote-task-view .ivu-table th:nth-child(9),
.batch-quote-task-view .ivu-table td:nth-child(9),
.batch-quote-task-view .ivu-table th:nth-child(2),
.batch-quote-task-view .ivu-table td:nth-child(2)
{
   width: 5%;
}

.batch-quote-task-view .ivu-table th:nth-child(5),
.batch-quote-task-view .ivu-table td:nth-child(5)
{
   width: 6%;
}

.batch-quote-task-view .ivu-table th:nth-child(3),
.batch-quote-task-view .ivu-table td:nth-child(3),
.batch-quote-task-view .ivu-table th:nth-child(4),
.batch-quote-task-view .ivu-table td:nth-child(4),
.batch-quote-task-view .ivu-table th:nth-child(6),
.batch-quote-task-view .ivu-table td:nth-child(6)
{
   width: 10%;
}

.batch-quote-task-error-view .ivu-table th:nth-child(1),
.batch-quote-task-error-view .ivu-table td:nth-child(1)
{
   width: 6%;
}
.batch-quote-task-error-view .ivu-table th:nth-child(2),
.batch-quote-task-error-view .ivu-table td:nth-child(2),
.batch-quote-task-error-view .ivu-table th:nth-child(3),
.batch-quote-task-error-view .ivu-table td:nth-child(3),
.batch-quote-task-error-view .ivu-table th:nth-child(4),
.batch-quote-task-error-view .ivu-table td:nth-child(4),
.batch-quote-task-error-view .ivu-table th:nth-child(5),
.batch-quote-task-error-view .ivu-table td:nth-child(5)
{
   width: 12%;
}

.batch-quote-task-error-view .ivu-table th:nth-child(6),
.batch-quote-task-error-view .ivu-table td:nth-child(6)
{
   width: 4%;
}

.batch-task-view .ivu-table th:nth-child(1),
.batch-task-view .ivu-table td:nth-child(1)
{
   width: 5%;
}

.batch-task-view .ivu-table th:nth-child(2),
.batch-task-view .ivu-table td:nth-child(2),
.batch-task-view .ivu-table th:nth-child(3),
.batch-task-view .ivu-table td:nth-child(3)
{
   width: 12%;
}

.batch-task-view .ivu-table th:nth-child(9),
.batch-task-view .ivu-table td:nth-child(9)
{
   width: 8%;
}

.batch-task-err-view .ivu-table th:nth-child(1),
.batch-task-err-view .ivu-table td:nth-child(1),
.batch-task-err-view .ivu-table th:nth-child(2),
.batch-task-err-view .ivu-table td:nth-child(2),
.batch-task-err-view .ivu-table th:nth-child(3),
.batch-task-err-view .ivu-table td:nth-child(3),
.batch-task-err-view .ivu-table th:nth-child(4),
.batch-task-err-view .ivu-table td:nth-child(4),
.batch-task-err-view .ivu-table th:nth-child(5),
.batch-task-err-view .ivu-table td:nth-child(5)
{
   width: 12%;
}

.batch-task-err-view .ivu-table th:nth-child(6),
.batch-task-err-view .ivu-table td:nth-child(6)
{
   width: 5%;
}

.batch-task-query .ivu-table th:nth-child(2),
.batch-task-query .ivu-table td:nth-child(2)
{
   width: 15%;
}

.batch-task-query .ivu-table th:nth-child(4),
.batch-task-query .ivu-table td:nth-child(4),
.batch-task-query .ivu-table th:nth-child(5),
.batch-task-query .ivu-table td:nth-child(5),
.batch-task-query .ivu-table th:nth-child(6),
.batch-task-query .ivu-table td:nth-child(6),
.batch-task-query .ivu-table th:nth-child(7),
.batch-task-query .ivu-table td:nth-child(7),
.batch-task-query .ivu-table th:nth-child(10),
.batch-task-query .ivu-table td:nth-child(10)
{
   width: 6%;
}

/*专属管家-管家列表样式*/
.exclusiveManager-query  td{
  position:relative;
  background-clip:padding-box;
}
.exclusiveManager-query .ivu-table th:nth-child(1),
.exclusiveManager-query .ivu-table td:nth-child(1){
    width: 5%;
}
.exclusiveManager-query .ivu-table th:nth-child(8),
.exclusiveManager-query .ivu-table td:nth-child(8){
    width: 10%;
}
.exclusiveManager-query .ivu-table th:nth-child(10),
.exclusiveManager-query .ivu-table td:nth-child(10),
.exclusiveManager-query .ivu-table th:nth-child(2),
.exclusiveManager-query .ivu-table td:nth-child(2) {
    width: 15%;
}
.exclusiveManager-query .ivu-table{
  overflow: visible;
}
.exclusiveManager-query .ivu-table-body{
  overflow: visible;
}
/*专属管家-管家列表样式*/
.policyManager-query .ivu-table th:nth-child(2),
.policyManager-query .ivu-table td:nth-child(2){
    width: 20%;
}
.policyManager-query .ivu-table th:nth-child(9),
.policyManager-query .ivu-table td:nth-child(9) {
    width: 10%;
}
.policyManager-query .ivu-table th:nth-child(3),
.policyManager-query .ivu-table td:nth-child(3),
.policyManager-query .ivu-table th:nth-child(4),
.policyManager-query .ivu-table td:nth-child(4) {
    width: 10%;
}
.policyManager-query .ivu-table th:nth-child(5),
.policyManager-query .ivu-table td:nth-child(5),
.policyManager-query .ivu-table th:nth-child(6),
.policyManager-query .ivu-table td:nth-child(6),
.policyManager-query .ivu-table th:nth-child(7),
.policyManager-query .ivu-table td:nth-child(7),
.policyManager-query .ivu-table th:nth-child(8),
.policyManager-query .ivu-table td:nth-child(8) {
    width: 15%;
}

.discount-query  .ivu-table th:nth-child(1),
.discount-query  .ivu-table td:nth-child(1){
    width: 25%;
}
.discount-query  .ivu-table th:nth-child(7),
.discount-query  .ivu-table td:nth-child(7){
    width: 5%;
}
.discount-query  .ivu-table th:nth-child(8),
.discount-query  .ivu-table td:nth-child(8){
    width: 5%;
}

.epolicy_register .ivu-table th:nth-child(1),
.epolicy_register .ivu-table td:nth-child(1){
     width: 5%;
}

/*table选择栏样式*/
.selected-style .ivu-table th:nth-child(1),
.selected-style .ivu-table td:nth-child(1){
        width: 5% !important;
}

/*个性值*/
.margin-top-11{
    margin-top: 11px;
}

.kindPackage-select{
    position:relative;
    margin-top: 14px;
    margin-left: -45px;
}
.kidney{
    font-size: 14px;
}
.kidney .ivu-select{
    width: 55%;
}
/*放大镜*/
.vin-wrap{
    position: relative;
}
.vin-inner{
    position: absolute;
    left: 0;
    top: -42px;
    width: 150%;
}
.vin-inner .ivu-input{
    height: 42px;
    /*line-height: 42px;*/
    font-size: 22px!important;
    font-weight: 600;
    border-color: #ff9e2b;
}
.other-edit.xgxx-lr-content .ivu-form-item-content{
    padding-top: 4px;
}
.xgxx-lr-content .ivu-form-item-content{
    font-size: 14px;
}
.xgxx-lr-content ul, .xgxx-lr-content label{
    padding-top: 0;
}
.deductible .ivu-select-single{
    width: 60%;
}



.ivu-badge {
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;

}

.ivu-badge-count{
        position: absolute;
        transform: translateX(50%);
        top: 0px;
        right: 10px;
        height: 20px;
        border-radius: 10px;
        min-width: 20px;
        background: #ff3300;
        border: 1px solid transparent;
        color: #fff;
        line-height: 12px;/*line-height: 18px; */
        text-align: center;
        padding: 0 6px;
        font-size: 12px;
        white-space: nowrap;
        cursor: pointer;
        transform-origin: -10% center;
        z-index: 999;
        box-shadow: 0 0 0 1px #fff;

}

.ivu-badge a{
            border-radius: 0;
            padding: 12px 15px;
            margin-right: 1px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            position: relative;
            display: block;
            color: #333;
            background: 0 0;
            cursor: pointer;
            transition: color .2s ease;
}


.fixed-nav .nav-tabs > li.active >.ivu-badge a,
.fixed-nav .nav-tabs > li.active >.ivu-badge a:focus,
.fixed-nav .nav-tabs > li.active >.ivu-badge a:hover {
    color: rgb(255, 255, 255);
    cursor: default;
    background-color: rgb(255, 158, 43);
    border-left: 0px;
    border-right: 0px;

 }


.ivu-badge>a:focus, .ivu-badge>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #333;
}


.ivu-badge-errorMsg {
    position: absolute;
    top:50px;
    left: 30%;
    line-height:1.5;
    border:1px solid #FFD6D6;
    min-width:250px;
    min-height:20px;
    font-size:15px;
    padding: 8px 12px;
    color: red;
    text-align: left;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    white-space: nowrap;
    background-color: #fff;
    max-width:600px;


}
.ivu-badge-errorMsg ul{

   margin-top: 7px;

}
.ivu-badge-errorMsg li{

   list-style-type: disc;
   list-style-position:inside;
   padding-left: 5px;
   white-space: normal;

}

.ivu-badge-errorMsg .ivu-modal-close {
    right: 6px;
    top: 1px;
}

/*翻译*/
.trans-label{
    display:inline-block;
    width: 150px;
    line-height: 34px;
    text-align: right;
    margin-bottom: 6px;
    padding-right: 12px;

}
.trans-code{
    display: inline-block;
    width: 120px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 6px;
    padding-right: 12px;
    margin-left:-5px;
}
.trans-name{
    display: inline-block;
    line-height: 34px;
    text-align: left;
    margin-bottom: 6px;
    padding-right: 12px;
    margin-left:-5px;
}

.moreCarMessage-show-icon {
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHBAMAAADOnLEXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURf+eK/+eK/+eK0xpcf+eK/+eKwELHaUAAAAFdFJOU9gcFQDLd3qgrQAAADdJREFUCNdjMDZWcTI2ZjA2Yg1QBlIKAaxMxgxGrIwCAcoMCgHChqxMDK6MxsYCIQwOwsbGhiwAqIAGlG+d3oEAAAAASUVORK5CYII=) center no-repeat;
    background-size: 12px 6px;
    vertical-align: middle;
}
.moreCarMessage-hide-icon  {
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHBAMAAADOnLEXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURf+eK/+eK/+eK0xpcf+eK/+eKwELHaUAAAAFdFJOU9gcFQDLd3qgrQAAADdJREFUCNdjcBA2NjZkYXBlNDYWCGFQCBA2ZGViMGJlFAhQZjBWCGBlMmYwNmINUAZSxipOxsYAm3wGlBctdvMAAAAASUVORK5CYII=) center no-repeat;
    background-size: 12px 6px;
    vertical-align: middle;
}



/****loading****/

 @-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.abgne-loading{
    position: relative;
    height: 100px;
    width: 100px;
}
.loading {
    border: 3px solid #4876FF; /*FF6100*/
    border-right: 3px solid #E6E6FA;
    border-bottom: 3px solid #E6E6FA;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -o-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}
.abgne-small-loading{
    position: relative;
    height: 50px;
    width: 50px;
}
.small-loading {
    border: 3px solid #4876FF; /*FF6100*/
    border-right: 3px solid #E6E6FA;
    border-bottom: 3px solid #E6E6FA;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -o-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}
.small-word {
    position: absolute;
    top: 0;
    left: -15px;
    color: #4876FF;/*168*/
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-lighter: 500;
    font-family: 微軟正黑體, arial;
    margin: 25px 0 0 0;
    padding: 0;
}
.word {
    position: absolute;
    top: 0;
    left: 0;
    color: #4876FF;/*168*/
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-lighter: 500;
    font-family: 微軟正黑體, arial;
    margin: 55px 0 0 0;
    padding: 0;
}

#app {
   height:100%;
   width:100%;
}

.ivu-steps {
  font-size: 0;
  width: 100%;
  line-height: 1.5
}

.ivu-steps-item {
  display: inline-block;
  position: relative;
  vertical-align: top
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner {
  background-color: #fff
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span,.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner>.ivu-steps-icon {
  color: #ccc
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-title {
  color: #999
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-content {
  color: #999
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-tail>i {
  background-color: #e3e8ee
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #39f;
  background-color: #39f
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner span,.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner>.ivu-steps-icon {
  color: #fff
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-title {
  color: #666
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-content {
  color: #666
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-tail>i {
  background-color: #e3e8ee
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background-color: #fff;
  border-color: #39f
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span,.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner>.ivu-steps-icon {
  color: #39f
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail>i:after {
  width: 100%;
  background: #39f;
  transition: all .2s ease-in-out;
  opacity: 1
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-title {
  color: #999
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-content {
  color: #999
}

.ivu-steps-item:last-child .ivu-steps-tail {
  display: none
}

.ivu-steps .ivu-steps-head,.ivu-steps .ivu-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.ivu-steps .ivu-steps-head {
  background: #fff
}

.ivu-steps .ivu-steps-head-inner {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 14px;
  transition: background-color .2s ease-in-out
}

.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon {
  line-height: 1;
  position: relative
}

.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon {
  font-size: 24px
}

.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon-ios-checkmark-empty,.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon-ios-close-empty {
  font-weight: 700
}

.ivu-steps .ivu-steps-main {
  margin-top: 2.5px;
  display: inline
}

.ivu-steps .ivu-steps-custom .ivu-steps-title {
  margin-top: 2.5px
}

.ivu-steps .ivu-steps-title {
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  background: #fff
}

.ivu-steps .ivu-steps-title>a:first-child:last-child {
  color: #666
}

.ivu-steps .ivu-steps-item-last .ivu-steps-title {
  padding-right: 0;
  width: 100%
}

.ivu-steps .ivu-steps-content {
  font-size: 12px;
  color: #999
}

.ivu-steps .ivu-steps-tail {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 13px
}

.ivu-steps .ivu-steps-tail>i {
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: top;
  background: #e3e8ee;
  border-radius: 1px;
  position: relative
}

.ivu-steps .ivu-steps-tail>i:after {
  content: '';
  width: 0;
  height: 100%;
  background: #e3e8ee;
  opacity: 0;
  position: absolute;
  top: 0
}
.ivu-steps .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner,.ivu-steps.ivu-steps-small .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: 0 0
}

.ivu-steps-horizontal.ivu-steps-hidden {
  visibility: hidden
}

.ivu-steps-horizontal .ivu-steps-content {
  padding-left: 35px
}

.ivu-steps-horizontal .ivu-steps-item:not(:first-child) .ivu-steps-head {
  padding-left: 10px;
  margin-left: -10px
}

.vehicleClass{

  /*font-family: "Georgia", Tahoma, Sans-Serif;*/
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
  float:right;
  display:block;

}
.vehicleClass-code{

  margin-left:-220px
}
.vehicleClass-name{

  margin-right:220px

}
.ivu-upload-btn,.ivu-download-btn {
    border: 0;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    color: #fff;
    background: #6f96d3;
    margin-left: 4px;
    margin-top: 9px;
    margin-bottom: 9px;
}
.ivu-download{
    display:inline-block;
}
.ivu-upload{
    display:inline-block;
}
.ivu-upload input[type=file]{
    display:none;
}
.ivu-upload-list{margin-top:8px}
.ivu-upload-list-file{
    padding:4px;
    color:#333;
    border-radius:4px;
    transition:background-color .2s ease-in-out;
    overflow:hidden;
    position:relative
}
.ivu-upload-list-file>span{cursor:pointer;transition:color .2s ease-in-out}
.ivu-upload-list-file>span i{display:inline-block;width:15px;height:14px;color:#333;text-align:center}
.ivu-upload-list-file:hover{background:#f3f3f3}
.ivu-upload-list-file:hover>span{color:#39f}
.ivu-upload-list-file:hover>span i{color:#333}

.ivu-icon-document:before{content:"\F12F"}
.ivu-icon-document-text:before{content:"\F12E"}
.ivu-icon-ios-cloud-upload-outline:before{content:"\F40A"}
.ivu-icon-ios-cloud-download-outline:before{content:"\F407"}

.ivu-icon-help-circled:before{
    content:"\F142"
}
.active{
    background-color:yellow;
}
.margin-vertical-10{
    margin-bottom: 10px;
    margin-top: 10px;
}
.textView br{
    line-height: 25px;
}
.value-show{
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
}
/***批改时颜色变化*****/
.ivu-form-item-value-changed  input,
.ivu-form-item-value-changed  textarea,
.ivu-form-item-value-changed .laydate-icon,
.ivu-form-item-value-changed .radio-con,
.ivu-form-item-value-changed .ivu-checkbox-wrapper,
.ivu-form-item-value-changed .value-show,
.ivu-form-item-value-changed .simple-trans-tag,/**翻译控件 transTag.vue**/
.table-td-value-changed,
.table-td-value-changed input,
.ivu-form-item-value-changed .ivu-input-disabled
{
    background-color:rgba(250, 235, 50, 0.6);
}
/**删除颜色**/
tr.table-tr-delete td,.table-tr-delete{
    background-color: rgba(0, 0, 0, 0.25);
}
/**新增行颜色**/
tr.table-tr-newRecord td,.table-tr-newRecord{
    background-color: rgba(111, 211, 179, 0.83);
}
tr.table-tr-newRecord .table-td-value-changed,
tr.table-tr-newRecord .table-td-value-changed input{
    background-color: rgba(111, 211, 179, 0.83);
}
/*批改退费打印样式*/
td.headerRiskName {
    font-family: "Times New Roman";
    font-size: 16pt;
    font-weight: bold;
}

/*批改退费打印样式*/
td.commonText1 {
    font-size: 10.5pt;
    font-family: "Times New Roman";
    line-height: 15pt;
    height: 30;
}

/*颜色块*/
.colorBlock {
    width: 35px;
    height: 15px;
    display:inline-block;
}

.motorcade-search {
    position: relative;
}
.motorcade-search-inner{
    position: absolute;
    /*top: -360px;*/
    bottom: 30px;
    width:1200px;
    left:-530px;
}

.motorcade-search-inner .ivu-table th:nth-child(1),
.motorcade-search-inner .ivu-table td:nth-child(1),
.motorcade-search-inner .ivu-table th:nth-child(2),
.motorcade-search-inner .ivu-table td:nth-child(2),
.motorcade-search-inner .ivu-table th:nth-child(6),
.motorcade-search-inner .ivu-table td:nth-child(6){
    width: 20%;
}
.card-confirm .ivu-table-body{
    overflow: hidden;
}
/*******************************itemcar-driving-behavior****start***********************************/
.itemcar-driving-behavior-ui_li{
    list-style: none;
    font-family: 'Microsoft YaHei', 微软雅黑,Arial;font-size: 14px;
}

.itemcar-driving-behavior-ui_li li{
    width: 120px;
    height: 30px;
    margin: 0 10px;
    line-height: 10px;
    display: inline-block;
    background: url(/car/ede79fefa2e8a059c403efb2a80b9c61.png) center no-repeat;
    position: relative;
}/*li样式*/

.itemcar-driving-behavior-div-1
{
    height: 36px;
    /*text-align: center;*/
}

.itemcar-driving-behavior-div-2
{
    width: 130px;
    height: 36px;
    text-align: center;
    display: inline;
}

.itemcar-driving-behavior-span
{
    line-height: 29px;
    padding-right: 18px;
}

.itemcar-driving-behavior-p
{
    color: #fff !important;
    font-size: 12px;
    display: inline-block;
    width: 20px;
    margin-right: 10px !important;
    float: right;
    position: absolute;
    right: 0px;
    top: 6px;
}

.itemcar-driving-behavior-h6
{
    background:none;
    border: none;
    color:#839496;
    font-size:12px;
}
/*******************************itemcar-driving-behavior****end***********************************/

/*******************************itemkind-engage****start***********************************/
.itemkind-engage-div{
    width: 578px;
    height: 178px;
    background: #fff;
    overflow-x:hidden;
    overflow-y:auto;
    text-align: left;
    border: 1px solid #d7dde4;
    font-size: 14px;
    padding: 2px;
}

.itemkind-engage-div:focus, .itemkind-engage-div:hover {
    border-color: #5cadff;
}

.itemkind-engage-div{
    scrollbar-face-color: #fff;     /*移动滑块颜色*/
    scrollbar-shadow-color: #999;   /*移动滑块边框颜色*/
    scrollbar-track-color: #fff;    /*背景颜色*/
    scrollbar-arrow-color: #ddd;    /*箭头颜色*/
}/*兼容IE*/

.itemkind-engage-div::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}/* 滚动条的滑轨背景颜色 */

.itemkind-engage-div::-webkit-scrollbar
{
    width: 6px;
    background-color: #fff;
}

.itemkind-engage-div::-webkit-scrollbar-thumb
{
    background-color: #999;
}/* 滑块颜色 */

/*******************************itemkind-engage****end***********************************/

/*工作平台*/
.workbench{ margin: 10px 0 10px 10px;}
.frame ul{
    padding:0 0 10px 10px;
    text-align:center;
}
.frame ul:after{
    content:"";
    display:block;
    clear:both;
}
.frame ul li{
    float: left;
    margin: 0 20px;
    cursor:pointer;
}
.frame h5.title{
    padding-left: 10px;
    margin: 5px 0;
    font-size: 15px;
    border-left: 6px solid #ff9e2b;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
}
.task{padding-bottom:10px;}
.task ul li p{
    margin:10px 0px 15px 10px;
    font-size:13px;
    color: #fff;
}
.task ul li:nth-child(1){ background-color: #8bba6a; background-position-y:2px; }
.task ul li:nth-child(2){ background-color: #ae95c0; background-position-y:-92px; }
.task ul li:nth-child(3){ background-color: #68b3e3; background-position-y:-175px; }
.task ul li:nth-child(4){ background-color: #f6bd31; background-position-y:-255px; }
.task ul li:nth-child(5){ background-color: #bf8e63; background-position-y:-335px; }
.task ul li:nth-child(6){ background-color: #868382; background-position-y:-418px; }
.task ul li:nth-child(7){ background-color: #ff9e2b; background-position-y:-2px; }
.task ul li{
    width: 146px;
    height: 75px;
    margin: 5px;
    padding: 15px 0 0 35px;
    color: #fff;
    background-image: url(/car/9ae54ff8ac7c55f7182b476d58920f4e.png);
    background-position-x:5px;
    background-repeat: no-repeat;
 }
.function ul li{
    margin: 3px 20px;
    padding: 0;
}
.function p{
    margin:2px 0 13px 0;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
}
.amount,.sum{border:1px solid #ccc;}
.amount p,.sum p{
    margin: 10px 0 0 30px;
}
.amount{
    width: 53%;
    margin-right: 20px;
    float:left;
    position: relative;
}
.amount .week{
    position: absolute;
    top:16%; left: 85%;
    z-index: 999;
}
.sum{width: 45%;float:left; position: relative;}
.sum .week{position: absolute; top:16%; left: 85%; z-index: 999;}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.vue-delete-handle {
    z-index: 5000;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    right: 0px;
    background: url(/car/2c9b3b8f6cee096357c6a3d1725c8e8d.png);
    background-size:50% 50%;
    background-repeat:no-repeat;
    background-position: bottom right;
    padding: 0 3px 3px 0;
    background-repeat: no-repeat;
    background-origin: content-box;
    box-sizing: border-box;
    cursor:pointer;
}
.vue-grid-item > .vue-resizable-handle {
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: 0;
        right: 0;
        background: url(/car/84256708478a62ab91bee312b71ea72f.png);
        background-position: bottom right;
        padding: 0 3px 3px 0;
        background-repeat: no-repeat;
        background-origin: content-box;
        box-sizing: border-box;
        cursor: se-resize;
 }
.vue-grid-item {
    transition: all 200ms ease;
    transition-property: left, top;
}
.vue-grid-item.cssTransforms {
    transition-property: transform;
}
.vue-grid-item.resizing {
    opacity: 0.6;
    z-index: 3;
}
.vue-grid-item.vue-draggable-dragging {
    z-index: 3;
}
.vue-grid-item.vue-grid-placeholder {
    background: #87CEFA;
    opacity: 0.2;
    transition-duration: 100ms;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.vue-grid-item {
    background: #fff;
    margin: 20px auto;
    display: block;
    padding:20px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 4px 4px 6px -6px #777;
    -moz-box-shadow: 4px 4px 6px -6px #777;
    box-shadow: 4px 4px 6px -6px #777;
}

.vue-grid-item.resizing {
    opacity: 0.9;
}

.vue-grid-item.static {
    background: #cce;
}

.vue-grid-item .text {
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 24px;
}
.vue-grid-item .minMax {
    font-size: 13px;
}

.vue-grid-item .add {
    cursor: pointer;
}
.vue-grid-item p{
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
}
/*工作平台 end*/

div .ivu-col-undwrtProfit{
    margin: 10px 0;
}
div .ivu-col-PricedProfit{
    margin: 10px 0;
}
/* 块状单选框 */
.ivu-radio-group {
    display: inline-block;
    font-size: 12px
}

.ivu-radio-group-vertical .ivu-radio-wrapper {
    display: block;
    height: 30px;
    line-height: 30px
}

.ivu-radio-group-button {
    font-size: 0;
    -webkit-text-size-adjust: none
}

.ivu-radio-group-button .ivu-radio {
    width: 0;
    margin-right: 0
}

.ivu-radio-group-button .ivu-radio-wrapper {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 16px;
    font-size: 12px;
    color: #657180;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border: 1px solid #d7dde4;
    border-left: 0;
    background: #fff
}

.ivu-radio-group-button .ivu-radio-wrapper>span {
    margin-left: 0
}

.ivu-radio-group-button .ivu-radio-wrapper:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -1px;
    background: #d7dde4;
    visibility: hidden;
    transition: all .2s ease-in-out
}

.ivu-radio-group-button .ivu-radio-wrapper:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #d7dde4;
}

.ivu-radio-group-button .ivu-radio-wrapper:first-child:before {
    display: none
}

.ivu-radio-group-button .ivu-radio-wrapper:last-child {
    border-radius: 0 4px 4px 0
}

.ivu-radio-group-button .ivu-radio-wrapper:first-child:last-child {
    border-radius: 4px
}

.ivu-radio-group-button .ivu-radio-wrapper:hover {
    position: relative;
    color: #39f
}

.ivu-radio-group-button .ivu-radio-wrapper .ivu-radio-inner,.ivu-radio-group-button .ivu-radio-wrapper input {
    opacity: 0;
    width: 0;
    height: 0
}

.ivu-radio-group-button .ivu-radio-wrapper-checked {
    border-color: #d7dde4;
    color: #FFF;
    background-color: rgb(255, 158, 43);
    box-shadow: -1px 0 0 0 #d7dde4;
}

.ivu-radio-group-button .ivu-radio-wrapper-checked:first-child {
    border-color: #d7dde4;
    box-shadow: none!important
}

.ivu-radio-group-button .ivu-radio-wrapper-checked:hover {

    border-color: rgb(255, 158, 43);
    box-shadow: -1px 0 0 0 #999;
    color: #FFF;
    background-color: rgb(255, 158, 43);
}

.ivu-radio-group-button .ivu-radio-wrapper-checked:active {
    border-color: #3091f2;
    box-shadow: -1px 0 0 0 #3091f2;
    color: #3091f2
}

.ivu-radio-group-button .ivu-radio-wrapper-disabled {
    border-color: #d7dde4;
    background-color: #f7f7f7;
    cursor: not-allowed;
    color: #ccc
}

.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child,.ivu-radio-group-button .ivu-radio-wrapper-disabled:hover {
    border-color: #d7dde4;
    background-color: #f7f7f7;
    color: #ccc
}

.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child {
    border-left-color: #d7dde4
}

.ivu-radio-group-button .ivu-radio-wrapper-disabled.ivu-radio-wrapper-checked {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d7dde4;
    box-shadow: none!important
}

.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper {
    height: 36px;
    line-height: 34px;
    font-size: 14px
}

.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper {
    height: 24px;
    line-height: 22px;
    padding: 0 12px;
    font-size: 12px
}

.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:first-child {
    border-radius: 3px 0 0 3px
}

.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:last-child {
    border-radius: 0 3px 3px 0
}
/* Iform下的input-number标签 */
.ivu-form-item-content .ivu-input-number a.ivu-input-number-handler{
    right: 0px;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 16px;
    line-height: 0;
    text-align: center;
    color: rgb(153, 153, 153);
    position: relative;
    overflow: hidden;
    top:0px;
}
/*文件上传/导入页面样式   start*/
.ivu-form-item-label-import {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #333;
    padding: 10px 12px 10px 0;
    box-sizing: border-box;
    width: 180px;
}
.confirm-btn-import {
    border: 1px solid transparent;
    height: 35px;
    width: 120px;
    line-height: 27px;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
    background: #6f96d3;
    margin-left: 4px;
    margin-top: 9px;
    margin-bottom: 9px;
}

/*文件上传/导入页面样式   end*/


.smsverificationcode-query .ivu-table th:nth-child(1),
.smsverificationcode-query .ivu-table td:nth-child(1){
    width: 20%;
}
/******帮助图标和弹出内容的样式**************/
.ivu-card {
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    transition: all .2s ease-in-out
}

.ivu-card-bordered {
    border: 1px solid #d7dde4;
    border-color: #e3e8ee
}

.ivu-card-shadow {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1)
}

.ivu-card:hover {
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    border-color: #eee
}

.ivu-card.ivu-card-dis-hover:hover {
    box-shadow: none;
    border-color: transparent
}

.ivu-card.ivu-card-dis-hover.ivu-card-bordered:hover {
    border-color: #e3e8ee
}

.ivu-card.ivu-card-shadow:hover {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1)
}

.ivu-card-head {
    border-bottom: 1px solid #e3e8ee;
    padding: 14px 16px;
    line-height: 1;
}

.ivu-user-info-card-head{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #e3e8ee;
    padding: 14px 16px;
    line-height: 1;
    background-color:#4678C6
}

.ivu-card-head p,.ivu-card-head-inner {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #464c5b;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.ivu-card-head p{
    padding: 3px 10px;
    margin: 0px 0px 5px 10px;
}
.ivu-card-extra {
    position: absolute;
    right: 16px;
    top: 14px
}
.ivu-user-info-card-body{

    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 16px;
}
.ivu-card-body {
    padding: 16px;
}
i.ivu-icon.ivu-icon-help-circled {
    display: inline-block;
    color: rgb(255, 193, 7);
}
.ivu-card .ivu-modal-close {
    right: 6px;
    top: 1px;
}
.titleWithHelp H5{
  display: inline-block;
}
.ivu-icon-help-contain{
    display: inline-block;
    position:relative;
    margin-left: 5px;
 }
 .ivu-icon-help-contain .ivu-card{
    position:absolute;
    display: inline-block;
    left:30px;
    top:-25px;
    z-index: 10;
 }
.ivu-icon-help-contain .ivu-card-body p{
    color:#FF5722;
    font: 13px/1.5 Tahoma,Helvetica,Arial,'\5B8B\4F53',sans-serif;
    margin: 0 0 3px 10px;
}
/***车辆图标**/
.ivu-icon-android-car:before {
    content: "\F36F";
}

/***人像图标**/
.ivu-icon-android-human:before {
    content: "\F213";
}
.smsverificationcode_desc_left{
    display: inline-block;
    width: 43%;
}


.smsverificationcode_desc_left div {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}
.smsverificationcode_desc_left .smsMobile {
    display: inline-block;
    color: red;
}

.smsverificationcode_desc_js_left{
    display: inline-block;
    width: 35%;
}

.smsverificationcode_desc_js_left div {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}
.smsverificationcode_desc_js_left .smsMobile {
    display: inline-block;
    color: red;
}

.smsverificationcode_desc_right .validSmsButton {
    width: 6%;
}
.createSmsCode {
    margin-left: 3px;
    width: 9%;
}

i.ivu-icon.ivu-icon-checkmark-circled {
    color: #4CAF50;
}
i.ivu-icon.ivu-icon-close-circled {
    color: red;
}
.MobileMsg_Fail span {
    color: red;
}
.MobileMsg_UnCheck span
{
    color: #9E9E9E;
}
.checkSmsVcodeAll{
    text-align: center;
}


.epolicy-manager-query .ivu-table th:nth-child(1),
.epolicy-manager-query .ivu-table td:nth-child(1){
    width: 5%;
}
.epolicy-manager-query .ivu-table th:nth-child(12),
.epolicy-manager-query .ivu-table td:nth-child(12) {
    width: 7%;
}
.epolicy-manager-query .ivu-table th:nth-child(10),.epolicy-manager-query .ivu-table td:nth-child(10) {
    width: 10%;
}

.epolicy-manager-query .ivu-table th:nth-child(5),
.epolicy-manager-query .ivu-table td:nth-child(5) {
    width: 10%;
}
.epolicy-manager-query .ivu-table th:nth-child(7),
.epolicy-manager-query .ivu-table td:nth-child(7),
.epolicy-manager-query .ivu-table th:nth-child(8),
.epolicy-manager-query .ivu-table td:nth-child(8),
.epolicy-manager-query .ivu-table th:nth-child(9),
.epolicy-manager-query .ivu-table td:nth-child(9) {
    width: 7%;
}
.policyno-writeback-query .ivu-table th:nth-child(1),
.policyno-writeback-query .ivu-table td:nth-child(1){
    width: 5%;
}
.policyno-writeback-query .ivu-table th:nth-child(10),
.policyno-writeback-query .ivu-table td:nth-child(10){
    width: 7%;
}

.policyno-writeback-query .ivu-table th:nth-child(7),
.policyno-writeback-query .ivu-table td:nth-child(7){
    width: 6%;
}
.policyno-writeback-query .ivu-table th:nth-child(5),
.policyno-writeback-query .ivu-table td:nth-child(5){
    width: 10%;
}
.proposal-info-query .ivu-table th:nth-child(1),
.proposal-info-query .ivu-table td:nth-child(1){
    width: 5%;
}
.tipDefineCommon{
     display: inline;
}
.tipDefine_Content {
    width: 85%;
    margin: 0px auto;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    min-height: 50px;
    max-height: 280px;
    overflow-y: auto;
}
.tipDefine_tipCode {
    color: #B7B7B7;
    cursor: pointer;
}
#tipDefine_tipCode:hover{
    color: #238bf3;
}
.tipDefine_Guide{
    color: red
}
.ivu-icon-forward:before {
    content: "\F13A";
}
.premiumDesc {
    color: red;
    text-align: left;
    text-indent: 2em;
}
.itemkind-DAS-Special .ivu-select{
  width: 35%;
}
.itemkind-DAS-Special-JT .ivu-input-number {
    width: 60px;
    height: 30px;
    line-height: 30px;
}
.itemkind-DAS-Special-JT .ivu-input-number-input {
    height: 30px;
    line-height: 30px;
}
.proposal-button-more-div{
    width:65px;
    display:inline-block;
    position:relative;
}
.proposal-button-more-img{
    width:65px;
    display:inline-block;
    background: url(/car/bad37488512e14d4071c5af033fee06f.png) no-repeat center center;
    background-size:80%;
    height: 27px;
    margin-bottom: -8px;
}
.proposal-button-more-content{
    display: none;
    position:absolute;
    right: 5px;
    width: 160px;
    height: 200px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #e3e8ee;
    background-color: #ffffff;
    z-index: 9999;
}
.proposal-button-more-content-item{
    width: 140px;
    margin: 10px;
}
.proposal-button-more-div:hover .proposal-button-more-content{
    display: block;
}
.proposal-button-more-content:hover .proposal-button-more-content{
    display: block;
}
.quote-risk-select{
    width:65px;
    display:inline-block;
    position:relative;
    right: -5px;
    top:5px;
    width: 100px;
    /* height: 27px; */
    margin-bottom: -8px;
    overflow: visible;
}
.inputStyle{
       border-style: solid;
       border-width: 1px;
       border-color: #dae4f4
   }
.inline-div{
    display: inline;
}
.otherlimit-detail{
    position: absolute;
    left: 667px;
    width: 480px;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 999;
    background: #fff;
}

.quote-option-class ul{
    padding:5px 0 5px 5px;
    text-align:center;
    margin:5px 10px;
}
.quote-option-class ul:after{
    content:"";
    display:block;
    clear:both;
}
.quote-option-class ul li{
    float: left;
    margin: 0 12px;
    cursor:pointer;
    border:1px solid #dae4f4;
    background: #f2f5fc;
    padding:10px;
    width: 343px;
    height: 350px;
    margin-bottom: 20px;
    overflow-X: hidden;
    overflow-Y: auto;
    border-radius: 12px;
    font-size: 12px;


    scrollbar-width: none;

}
.quote-option-class ul li:hover{
    border:1px solid #39f;
    box-shadow: 0 0 0 2px rgba(51,153,255,.2);
    outline: 0
}
.quote-option-class div{
    /* color: #f7b32e; */
    padding: 3px 5px;
    /* margin: 0 0 15px 10px; */
    text-align: left;
}

.quote-option-class ul h5 {
    margin: 10px 0;
    font-size: 16px;
    border-left: 6px solid #ff9e2b;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
}
.quote-option-class .table > tbody > tr > td,.table > tbody > tr > th{
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
    border:none;
    padding:0px;
}

/* 滚动条样式 */
.quote-option-li{
  /*  scrollbar-arrow-color: #ccc; 三角箭头的颜色
  scrollbar-face-color: #fff; 立体滚动条的颜色（包括箭头部分的背景色）
  scrollbar-3dlight-color: #fff; 立体滚动条亮边的颜色
  scrollbar-highlight-color:#fff; 滚动条的高亮颜色（左阴影？）
  scrollbar-shadow-color:#fff; 立体滚动条阴影的颜色
  scrollbar-darkshadow-color: #fff;立体滚动条外阴影的颜色
  scrollbar-track-color: #fff; 立 体滚动条背景颜色
  scrollbar-base-color:#fff; 滚动条的基色 */

   /* -ms-scroll-chaining: chained;
   -ms-content-zooming: zoom;
   -ms-scroll-rails: none;
   -ms-content-zoom-limit-min: 100%;
   -ms-content-zoom-limit-max: 500%;
   -ms-scroll-snap-type: proximity;
   -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
   overflow: auto;
    */
 -ms-overflow-style: none;
   scrollbar-width: none;


}/*兼容IE*/

/* .quote-option-li::-webkit-scrollbar-track
{   滚动条的滑轨背景颜色
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}
.quote-option-li::-webkit-scrollbar-thumb
{   滑块颜色
    background-color: #999;
}
 */
/* .quote-option-li::-webkit-scrollbar
{
   width: 6px;
   background-color: #fff;
   display: none;
} */

/* .sort-icon {
    background: url('../images/sort6.png') no-repeat center transparent;
    background-size: 24px 24px;
}
 */

.sort-icon {
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKJJREFUOE+dktENwyAMRLlNMgLCHqCZpO0kTSdJN0n7bxAjdBNXSEUigiAUfuH5jvPBnDzocdbaKcb4bb05BIloA/ARkWUYZOZFVR8JAPBswZWic+4GYC1VWvAOZOaLqm5Na8AsIu98twNTGL2wyqAqqz34EPyHcjXGVMroWU02y0SzbVW9hxBeu8Bafzq1jjyIiNJKJu/9PFyAkfp2u9ob8AMZgkUPN/RihgAAAABJRU5ErkJggg==) no-repeat center transparent;
}
.sort-class {
    color:#ff9e2b;
}

.option-sort{
  padding-top:10px;
  margin-left: 40px;
}

.option-item-icon {
    position: relative;
    width: 16px;
    height: 16px;
    top: 2px;
    left: -2px;
    display: inline-block;
}
.option-sort span{
    display:inline-block;
    width: 10%;
    font-size:14px;
}
.wd150{
    width:150px;
}


.diy-table th{
                       font-size: 14px;
                       color: black !important;
                       font-weight: normal;
                       background-color:rgb(242, 245, 252) ;
                       line-height: 20px;
                       padding: 4px;
                       height: 0px !important;
}

.SubsidySpecialCar .ivu-table th:nth-child(8),
.SubsidySpecialCar .ivu-table td:nth-child(8),
.SubsidySpecialCar .ivu-table th:nth-child(9),
.SubsidySpecialCar .ivu-table td:nth-child(9)
{
    width: 60px;
}

.carPriceCache .ivu-table th:nth-child(9),
.carPriceCache .ivu-table td:nth-child(9),
.carPriceCache .ivu-table th:nth-child(10),
.carPriceCache .ivu-table td:nth-child(10)
{
    width: 60px;
}

.coupon-table .table th:nth-child(1),
.coupon-table .table td:nth-child(1){
    width: 5%;
}
.coupon-table .table th:nth-child(2),
.coupon-table .table td:nth-child(2),
.coupon-table .table th:nth-child(4),
.coupon-table .table td:nth-child(4){
    width: 20%;
}
.coupon-table .table th:nth-child(3),
.coupon-table .table td:nth-child(3){
    width: 10%;
}
/*.coupon-table .table th:nth-child(5),
.coupon-table .table td:nth-child(5){
    width: 45%;
}*/

.coupon-rules-detail{
    position:absolute;
    left:360px;
    width:600px;
    border:1px solid #ccc;
    padding:10px;
    z-index:999;
    background:#fff
}
.coupon-rules-div{
    width: 578px;
    height: 178px;
    background: #fff;
    overflow-x:hidden;
    overflow-y:auto;
    text-align: left;
    border: 1px solid #d7dde4;
    font-size: 14px;
    padding: 2px;
}

.coupon-rules-div:focus, .coupon-rules-div:hover {
  border-color: #5cadff;
}

.coupon-rules-div{
  scrollbar-face-color: #fff;     /*移动滑块颜色*/
  scrollbar-shadow-color: #999;   /*移动滑块边框颜色*/
  scrollbar-track-color: #fff;    /*背景颜色*/
  scrollbar-arrow-color: #ddd;    /*箭头颜色*/
}/*兼容IE*/

.coupon-rules-div::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fff;
}/* 滚动条的滑轨背景颜色 */

.coupon-rules-div::-webkit-scrollbar
{
  width: 6px;
  background-color: #fff;
}

.coupon-rules-div::-webkit-scrollbar-thumb
{
  background-color: #999;
}/* 滑块颜色 */

.team-decisionunit-query .ivu-table th:nth-child(3),
.team-decisionunit-query .ivu-table td:nth-child(3)
{
    width: 20%;
}
.team-decisionunit-query .ivu-table th:nth-child(6),
.team-decisionunit-query .ivu-table td:nth-child(6)
{
    width: 15%;
}
.textHidden
{   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectionType .ivu-table th:nth-child(1),
.selectionType .ivu-table td:nth-child(1)
{
    width: 60px;
}

.xzhl-task-view td div.ivu-table-cell {
    display: block;
}
.xzhl-task-view .ivu-table th:nth-child(1),
.xzhl-task-view .ivu-table td:nth-child(1),
.xzhl-task-view .ivu-table th:nth-child(2),
.xzhl-task-view .ivu-table td:nth-child(2),
.xzhl-task-view .ivu-table th:nth-child(3),
.xzhl-task-view .ivu-table td:nth-child(3),
.xzhl-task-view .ivu-table th:nth-child(4),
.xzhl-task-view .ivu-table td:nth-child(4) {
    width: 10%;
}
.xzhl-task-view .ivu-table th:nth-child(5),
.xzhl-task-view .ivu-table td:nth-child(5) {
    width: 20%;
}
