/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-calendar-picker-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    z-index: 1050;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn;
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn;
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut;
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut;
}

.ant-calendar-picker {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    outline: none;
    cursor: text;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.ant-calendar-picker-input {
    outline: none;
}

.ant-calendar-picker-input.ant-input {
    line-height: 1.5;
}

.ant-calendar-picker-input.ant-input-sm {
    padding-top: 0;
    padding-bottom: 0;
}

.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
    border-color: #40a9ff;
}

.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    font-size: 12px;
    line-height: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-calendar-picker-clear {
    z-index: 2;
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.ant-calendar-picker-clear:hover {
    color: rgba(0, 0, 0, 0.45);
}

.ant-calendar-picker:hover .ant-calendar-picker-clear {
    opacity: 1;
    pointer-events: auto;
}

.ant-calendar-picker-icon {
    display: inline-block;
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 1;
}

.ant-input-disabled + .ant-calendar-picker-icon {
    cursor: not-allowed;
}

.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
    right: 8px;
}

.ant-calendar {
    position: relative;
    width: 280px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-calendar-input-wrap {
    height: 34px;
    padding: 6px 10px;
    border-bottom: 1px solid #e8e8e8;
}

.ant-calendar-input {
    width: 100%;
    height: 22px;
    color: rgba(0, 0, 0, 0.65);
    background: #fff;
    border: 0;
    outline: 0;
    cursor: auto;
}

.ant-calendar-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
}

.ant-calendar-input:-ms-input-placeholder {
    color: #bfbfbf;
}

.ant-calendar-input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.ant-calendar-input:-moz-placeholder-shown {
    text-overflow: ellipsis;
}

.ant-calendar-input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.ant-calendar-input:placeholder-shown {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant-calendar-week-number {
    width: 286px;
}

.ant-calendar-week-number-cell {
    text-align: center;
}

.ant-calendar-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-calendar-header a:hover {
    color: #40a9ff;
}

.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 40px;
}

.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
    display: none;
}

.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
    position: absolute;
    top: 0;
    display: inline-block;
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
    line-height: 40px;
}

.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
    left: 7px;
    height: 100%;
}

.ant-calendar-header .ant-calendar-prev-century-btn::before,
.ant-calendar-header .ant-calendar-prev-decade-btn::before,
.ant-calendar-header .ant-calendar-prev-year-btn::before,
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
    display: none;
}

.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
    position: relative;
    left: -3px;
    display: inline-block;
}

.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
    right: 7px;
    height: 100%;
}

.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-header .ant-calendar-next-century-btn:hover::before,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-next-year-btn:hover::before,
.ant-calendar-header .ant-calendar-next-century-btn:hover::after,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-next-year-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
    display: none;
}

.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
    -webkit-transform: rotate(135deg) scale(0.8);
    -ms-transform: rotate(135deg) scale(0.8);
    transform: rotate(135deg) scale(0.8);
}

.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before {
    position: relative;
    left: 3px;
}

.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
    display: inline-block;
}

.ant-calendar-header .ant-calendar-prev-month-btn {
    left: 29px;
    height: 100%;
}

.ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar-header .ant-calendar-prev-month-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-header .ant-calendar-prev-month-btn::after {
    display: none;
}

.ant-calendar-header .ant-calendar-next-month-btn {
    right: 29px;
    height: 100%;
}

.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-header .ant-calendar-next-month-btn:hover::before,
.ant-calendar-header .ant-calendar-next-month-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-header .ant-calendar-next-month-btn::after {
    display: none;
}

.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
    -webkit-transform: rotate(135deg) scale(0.8);
    -ms-transform: rotate(135deg) scale(0.8);
    transform: rotate(135deg) scale(0.8);
}

.ant-calendar-body {
    padding: 8px 12px;
}

.ant-calendar table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
}

.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
    text-align: center;
    border: 0;
}

.ant-calendar-calendar-table {
    margin-bottom: 0;
    border-spacing: 0;
}

.ant-calendar-column-header {
    width: 33px;
    padding: 6px 0;
    line-height: 18px;
    text-align: center;
}

.ant-calendar-column-header .ant-calendar-column-header-inner {
    display: block;
    font-weight: normal;
}

.ant-calendar-week-number-header .ant-calendar-column-header-inner {
    display: none;
}

.ant-calendar-cell {
    height: 30px;
    padding: 3px 0;
}

.ant-calendar-date {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
    text-align: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.ant-calendar-date-panel {
    position: relative;
    outline: none;
}

.ant-calendar-date:hover {
    background: #e6f7ff;
    cursor: pointer;
}

.ant-calendar-date:active {
    color: #fff;
    background: #40a9ff;
}

.ant-calendar-today .ant-calendar-date {
    color: #1890ff;
    font-weight: bold;
    border-color: #1890ff;
}

.ant-calendar-selected-day .ant-calendar-date {
    background: #bae7ff;
}

.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date,
.ant-calendar-last-month-cell .ant-calendar-date:hover,
.ant-calendar-next-month-btn-day .ant-calendar-date:hover {
    color: rgba(0, 0, 0, 0.25);
    background: transparent;
    border-color: transparent;
}

.ant-calendar-disabled-cell .ant-calendar-date {
    position: relative;
    width: auto;
    color: rgba(0, 0, 0, 0.25);
    background: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: not-allowed;
}

.ant-calendar-disabled-cell .ant-calendar-date:hover {
    background: #f5f5f5;
}

.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
    position: absolute;
    top: -1px;
    left: 5px;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    content: '';
}

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
    position: absolute;
    top: -1px;
    left: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    content: ' ';
}

.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ant-calendar-footer {
    padding: 0 12px;
    line-height: 38px;
    border-top: 1px solid #e8e8e8;
}

.ant-calendar-footer:empty {
    border-top: 0;
}

.ant-calendar-footer-btn {
    display: block;
    text-align: center;
}

.ant-calendar-footer-extra {
    text-align: left;
}

.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
    display: inline-block;
    margin: 0 0 0 8px;
    text-align: center;
}

.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
    margin: 0;
}

.ant-calendar .ant-calendar-clear-btn {
    position: absolute;
    top: 7px;
    right: 5px;
    display: none;
    width: 20px;
    height: 20px;
    margin: 0;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    text-indent: -76px;
}

.ant-calendar .ant-calendar-clear-btn::after {
    display: inline-block;
    width: 20px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 1;
    text-indent: 43px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.ant-calendar .ant-calendar-clear-btn:hover::after {
    color: rgba(0, 0, 0, 0.45);
}

.ant-calendar .ant-calendar-ok-btn {
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 22px;
}

.ant-calendar .ant-calendar-ok-btn > .anticon {
    line-height: 1;
}

.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
    outline: 0;
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
    text-decoration: none;
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
    cursor: not-allowed;
}

.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
    pointer-events: none;
}

.ant-calendar .ant-calendar-ok-btn-lg {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
}

.ant-calendar .ant-calendar-ok-btn-sm {
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
    border-radius: 4px;
}

.ant-calendar .ant-calendar-ok-btn > a:only-child {
    color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
    color: #fff;
    background-color: #40a9ff;
    border-color: #40a9ff;
}

.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
    color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
    color: #fff;
    background-color: #096dd9;
    border-color: #096dd9;
}

.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
    color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-calendar-range-picker-input {
    width: 44%;
    height: 99%;
    text-align: center;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.ant-calendar-range-picker-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
}

.ant-calendar-range-picker-input:-ms-input-placeholder {
    color: #bfbfbf;
}

.ant-calendar-range-picker-input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.ant-calendar-range-picker-input:-moz-placeholder-shown {
    text-overflow: ellipsis;
}

.ant-calendar-range-picker-input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.ant-calendar-range-picker-input:placeholder-shown {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant-calendar-range-picker-input[disabled] {
    cursor: not-allowed;
}

.ant-calendar-range-picker-separator {
    display: inline-block;
    min-width: 10px;
    height: 100%;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    text-align: center;
    vertical-align: top;
    pointer-events: none;
}

.ant-input-disabled .ant-calendar-range-picker-separator {
    color: rgba(0, 0, 0, 0.25);
}

.ant-calendar-range {
    width: 552px;
    overflow: hidden;
}

.ant-calendar-range .ant-calendar-date-panel::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.ant-calendar-range-part {
    position: relative;
    width: 50%;
}

.ant-calendar-range-left {
    float: left;
}

.ant-calendar-range-left .ant-calendar-time-picker-inner {
    border-right: 1px solid #e8e8e8;
}

.ant-calendar-range-right {
    float: right;
}

.ant-calendar-range-right .ant-calendar-time-picker-inner {
    border-left: 1px solid #e8e8e8;
}

.ant-calendar-range-middle {
    position: absolute;
    left: 50%;
    z-index: 1;
    height: 34px;
    margin: 1px 0 0 0;
    padding: 0 200px 0 0;
    color: rgba(0, 0, 0, 0.45);
    line-height: 34px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.ant-calendar-range-right .ant-calendar-date-input-wrap {
    margin-left: -90px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
    padding: 0 10px 0 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date {
    color: #1890ff;
    background: #bae7ff;
    border-color: #1890ff;
}

.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
    color: #fff;
    background: #1890ff;
    border: 1px solid transparent;
}

.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
    background: #1890ff;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
    margin-left: 0;
}

.ant-calendar-range .ant-calendar-input-wrap {
    position: relative;
    height: 34px;
}

.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 24px;
    padding-right: 0;
    padding-left: 0;
    line-height: 24px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
}

.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
    color: #bfbfbf;
}

.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.ant-calendar-range .ant-calendar-input:-moz-placeholder-shown, .ant-calendar-range .ant-calendar-time-picker-input:-moz-placeholder-shown {
    text-overflow: ellipsis;
}

.ant-calendar-range .ant-calendar-input:-ms-input-placeholder, .ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.ant-calendar-range .ant-calendar-input:placeholder-shown,
.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
}

.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
    border-color: #d9d9d9;
    border-right-width: 1px !important;
}

.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
}

.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
    border-color: #d9d9d9;
    border-right-width: 1px !important;
}

textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5;
    vertical-align: bottom;
    -webkit-transition: all 0.3s, height 0s;
    -o-transition: all 0.3s, height 0s;
    transition: all 0.3s, height 0s;
}

.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
    height: 40px;
    padding: 6px 11px;
    font-size: 16px;
}

.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
    height: 24px;
    padding: 1px 7px;
}

.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-calendar-range .ant-calendar-time-picker-icon {
    display: none;
}

.ant-calendar-range.ant-calendar-week-number {
    width: 574px;
}

.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
    width: 286px;
}

.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
    top: 34px;
}

.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
    top: 0;
}

.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
    height: 208px;
}

.ant-calendar-range .ant-calendar-in-range-cell {
    position: relative;
    border-radius: 0;
}

.ant-calendar-range .ant-calendar-in-range-cell > div {
    position: relative;
    z-index: 1;
}

.ant-calendar-range .ant-calendar-in-range-cell::before {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    left: 0;
    display: block;
    background: #e6f7ff;
    border: 0;
    border-radius: 0;
    content: '';
}

.ant-calendar-range .ant-calendar-footer-extra {
    float: left;
}

div.ant-calendar-range-quick-selector {
    text-align: left;
}

div.ant-calendar-range-quick-selector > a {
    margin-right: 8px;
}

.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header,
.ant-calendar-range .ant-calendar-decade-panel-header {
    border-bottom: 0;
}

.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body,
.ant-calendar-range .ant-calendar-decade-panel-body {
    border-top: 1px solid #e8e8e8;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
    top: 68px;
    z-index: 2;
    width: 100%;
    height: 207px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
    height: 267px;
    margin-top: -34px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
    height: 100%;
    padding-top: 40px;
    background: none;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
    display: inline-block;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
    height: 100%;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
    max-height: 100%;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
    margin-right: 8px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
    height: 22px;
    margin: 8px 12px;
    line-height: 22px;
}

.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
    height: 233px;
}

.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
    border-top-color: transparent;
}

.ant-calendar-time-picker {
    position: absolute;
    top: 40px;
    width: 100%;
    background-color: #fff;
}

.ant-calendar-time-picker-panel {
    position: absolute;
    z-index: 1050;
    width: 100%;
}

.ant-calendar-time-picker-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
}

.ant-calendar-time-picker-combobox {
    width: 100%;
}

.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
    width: 100%;
}

.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
    width: 50%;
}

.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
    width: 33.33%;
}

.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
    width: 25%;
}

.ant-calendar-time-picker-input-wrap {
    display: none;
}

.ant-calendar-time-picker-select {
    position: relative;
    float: left;
    height: 226px;
    overflow: hidden;
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
}

.ant-calendar-time-picker-select:hover {
    overflow-y: auto;
}

.ant-calendar-time-picker-select:first-child {
    margin-left: 0;
    border-left: 0;
}

.ant-calendar-time-picker-select:last-child {
    border-right: 0;
}

.ant-calendar-time-picker-select ul {
    width: 100%;
    max-height: 206px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ant-calendar-time-picker-select li {
    width: 100%;
    height: 24px;
    margin: 0;
    line-height: 24px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-calendar-time-picker-select li:last-child::after {
    display: block;
    height: 202px;
    content: '';
}

.ant-calendar-time-picker-select li:hover {
    background: #e6f7ff;
}

.ant-calendar-time-picker-select li:focus {
    color: #1890ff;
    font-weight: 600;
    outline: none;
}

li.ant-calendar-time-picker-select-option-selected {
    font-weight: 600;
    background: #f5f5f5;
}

li.ant-calendar-time-picker-select-option-disabled {
    color: rgba(0, 0, 0, 0.25);
}

li.ant-calendar-time-picker-select-option-disabled:hover {
    background: transparent;
    cursor: not-allowed;
}

.ant-calendar-time .ant-calendar-day-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 34px;
}

.ant-calendar-time .ant-calendar-footer {
    position: relative;
    height: auto;
}

.ant-calendar-time .ant-calendar-footer-btn {
    text-align: right;
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
    float: left;
    margin: 0;
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
    display: inline-block;
    margin-right: 8px;
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
    color: rgba(0, 0, 0, 0.25);
}

.ant-calendar-month-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    border-radius: 4px;
    outline: none;
}

.ant-calendar-month-panel > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.ant-calendar-month-panel-hidden {
    display: none;
}

.ant-calendar-month-panel-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.ant-calendar-month-panel-header a:hover {
    color: #40a9ff;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 40px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
    display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
    position: absolute;
    top: 0;
    display: inline-block;
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
    line-height: 40px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
    left: 7px;
    height: 100%;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
    display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
    position: relative;
    left: -3px;
    display: inline-block;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
    right: 7px;
    height: 100%;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
    display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
    -webkit-transform: rotate(135deg) scale(0.8);
    -ms-transform: rotate(135deg) scale(0.8);
    transform: rotate(135deg) scale(0.8);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before {
    position: relative;
    left: 3px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
    display: inline-block;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
    left: 29px;
    height: 100%;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
    display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
    right: 29px;
    height: 100%;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
    display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
    -webkit-transform: rotate(135deg) scale(0.8);
    -ms-transform: rotate(135deg) scale(0.8);
    transform: rotate(135deg) scale(0.8);
}

.ant-calendar-month-panel-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ant-calendar-month-panel-footer {
    border-top: 1px solid #e8e8e8;
}

.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
    padding: 0 12px;
}

.ant-calendar-month-panel-table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
    color: #fff;
    background: #1890ff;
}

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
    color: #fff;
    background: #1890ff;
}

.ant-calendar-month-panel-cell {
    text-align: center;
}

.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
    color: rgba(0, 0, 0, 0.25);
    background: #f5f5f5;
    cursor: not-allowed;
}

.ant-calendar-month-panel-month {
    display: inline-block;
    height: 24px;
    margin: 0 auto;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    text-align: center;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.ant-calendar-month-panel-month:hover {
    background: #e6f7ff;
    cursor: pointer;
}

.ant-calendar-year-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    border-radius: 4px;
    outline: none;
}

.ant-calendar-year-panel > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.ant-calendar-year-panel-hidden {
    display: none;
}

.ant-calendar-year-panel-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.ant-calendar-year-panel-header a:hover {
    color: #40a9ff;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 40px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
    display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
    position: absolute;
    top: 0;
    display: inline-block;
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
    line-height: 40px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
    left: 7px;
    height: 100%;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
    display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
    position: relative;
    left: -3px;
    display: inline-block;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
    right: 7px;
    height: 100%;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
    display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
    -webkit-transform: rotate(135deg) scale(0.8);
    -ms-transform: rotate(135deg) scale(0.8);
    transform: rotate(135deg) scale(0.8);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before {
    position: relative;
    left: 3px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
    display: inline-block;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
    left: 29px;
    height: 100%;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
    display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
    right: 29px;
    height: 100%;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
    display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
    -webkit-transform: rotate(135deg) scale(0.8);
    -ms-transform: rotate(135deg) scale(0.8);
    transform: rotate(135deg) scale(0.8);
}

.ant-calendar-year-panel-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ant-calendar-year-panel-footer {
    border-top: 1px solid #e8e8e8;
}

.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
    padding: 0 12px;
}

.ant-calendar-year-panel-table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.ant-calendar-year-panel-cell {
    text-align: center;
}

.ant-calendar-year-panel-cell-disabled .ant-calendar-year-panel-year,
.ant-calendar-year-panel-cell-disabled .ant-calendar-year-panel-year:hover {
    color: rgba(0, 0, 0, 0.25);
    background: #f5f5f5;
    cursor: not-allowed;
}

.ant-calendar-year-panel-year {
    display: inline-block;
    height: 24px;
    margin: 0 auto;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    text-align: center;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.ant-calendar-year-panel-year:hover {
    background: #e6f7ff;
    cursor: pointer;
}

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
    color: #fff;
    background: #1890ff;
}

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
    color: #fff;
    background: #1890ff;
}

.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-calendar-decade-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    outline: none;
}

.ant-calendar-decade-panel-hidden {
    display: none;
}

.ant-calendar-decade-panel-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.ant-calendar-decade-panel-header a:hover {
    color: #40a9ff;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
    display: inline-block;
    padding: 0 2px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    line-height: 40px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
    display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
    position: absolute;
    top: 0;
    display: inline-block;
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
    line-height: 40px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
    left: 7px;
    height: 100%;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
    display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
    position: relative;
    left: -3px;
    display: inline-block;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
    right: 7px;
    height: 100%;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
    display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
    -webkit-transform: rotate(135deg) scale(0.8);
    -ms-transform: rotate(135deg) scale(0.8);
    transform: rotate(135deg) scale(0.8);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before {
    position: relative;
    left: 3px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
    display: inline-block;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
    left: 29px;
    height: 100%;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
    display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
    right: 29px;
    height: 100%;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border: 0 solid #aaa;
    border-width: 1.5px 0 0 1.5px;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
    border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
    display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
    -webkit-transform: rotate(135deg) scale(0.8);
    -ms-transform: rotate(135deg) scale(0.8);
    transform: rotate(135deg) scale(0.8);
}

.ant-calendar-decade-panel-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ant-calendar-decade-panel-footer {
    border-top: 1px solid #e8e8e8;
}

.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
    padding: 0 12px;
}

.ant-calendar-decade-panel-table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.ant-calendar-decade-panel-cell {
    white-space: nowrap;
    text-align: center;
}

.ant-calendar-decade-panel-decade {
    display: inline-block;
    height: 24px;
    margin: 0 auto;
    padding: 0 6px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    text-align: center;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.ant-calendar-decade-panel-decade:hover {
    background: #e6f7ff;
    cursor: pointer;
}

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
    color: #fff;
    background: #1890ff;
}

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
    color: #fff;
    background: #1890ff;
}

.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-calendar-month .ant-calendar-month-header-wrap {
    position: relative;
    height: 288px;
}

.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
    top: 0;
    height: 100%;
}

.ant-calendar-week-number-cell {
    opacity: 0.5;
}

.ant-calendar-week-number .ant-calendar-body tr {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ant-calendar-week-number .ant-calendar-body tr:hover {
    background: #e6f7ff;
}

.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
    font-weight: bold;
    background: #bae7ff;
}

.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
    color: rgba(0, 0, 0, 0.65);
    background: transparent;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    font-weight: normal;
    white-space: normal;
    text-align: left;
    cursor: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.ant-popover::after {
    position: absolute;
    background: rgba(255, 255, 255, 0.01);
    content: '';
}

.ant-popover-hidden {
    display: none;
}

.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
    padding-bottom: 10px;
}

.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
    padding-left: 10px;
}

.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
    padding-top: 10px;
}

.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
    padding-right: 10px;
}

.ant-popover-inner {
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ant-popover {
        /* IE10+ */
    }

    .ant-popover-inner {
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }
}

.ant-popover-title {
    min-width: 177px;
    min-height: 32px;
    margin: 0;
    padding: 5px 16px 4px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
}

.ant-popover-inner-content {
    padding: 12px 16px;
    color: rgba(0, 0, 0, 0.65);
}

.ant-popover-message {
    position: relative;
    padding: 4px 0 12px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
}

.ant-popover-message > .anticon {
    position: absolute;
    top: 8px;
    color: #faad14;
    font-size: 14px;
}

.ant-popover-message-title {
    padding-left: 22px;
}

.ant-popover-buttons {
    margin-bottom: 4px;
    text-align: right;
}

.ant-popover-buttons button {
    margin-left: 8px;
}

.ant-popover-arrow {
    position: absolute;
    display: block;
    width: 8.48528137px;
    height: 8.48528137px;
    background: transparent;
    border-style: solid;
    border-width: 4.24264069px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
    bottom: 6.2px;
    border-top-color: transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: transparent;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
    left: 16px;
}

.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
    right: 16px;
}

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
    left: 6px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
    top: 12px;
}

.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
    bottom: 12px;
}

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
    top: 6px;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
    left: 16px;
}

.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
    right: 16px;
}

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
    right: 6px;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
    top: 12px;
}

.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
    bottom: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    z-index: 1060;
    display: block;
    max-width: 250px;
    visibility: visible;
}

.ant-tooltip-hidden {
    display: none;
}

.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
    padding-bottom: 8px;
}

.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
    padding-left: 8px;
}

.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
    padding-top: 8px;
}

.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
    padding-right: 8px;
}

.ant-tooltip-inner {
    min-width: 30px;
    min-height: 32px;
    padding: 6px 8px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-tooltip-arrow {
    position: absolute;
    display: block;
    width: 13.07106781px;
    height: 13.07106781px;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
}

.ant-tooltip-arrow::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.75);
    content: '';
    pointer-events: auto;
}

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
    bottom: -5.07106781px;
}

.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-6.53553391px) rotate(45deg);
    -ms-transform: translateY(-6.53553391px) rotate(45deg);
    transform: translateY(-6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
    left: 13px;
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
    right: 13px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
    left: -5.07106781px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
    -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateX(6.53553391px) rotate(45deg);
    -ms-transform: translateX(6.53553391px) rotate(45deg);
    transform: translateX(6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
    top: 5px;
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
    bottom: 5px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
    right: -5.07106781px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
    -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateX(-6.53553391px) rotate(45deg);
    -ms-transform: translateX(-6.53553391px) rotate(45deg);
    transform: translateX(-6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
    top: 5px;
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
    bottom: 5px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
    top: -5.07106781px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
    -webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(6.53553391px) rotate(45deg);
    -ms-transform: translateY(6.53553391px) rotate(45deg);
    transform: translateY(6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
    left: 13px;
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
    right: 13px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table-wrapper {
    zoom: 1;
}

.ant-table-wrapper::before,
.ant-table-wrapper::after {
    display: table;
    content: '';
}

.ant-table-wrapper::after {
    clear: both;
}

.ant-table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    clear: both;
}

.ant-table-body {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.ant-table-empty .ant-table-body {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.ant-table table {
    width: 100%;
    text-align: left;
    border-radius: 4px 4px 0 0;
    border-collapse: separate;
    border-spacing: 0;
}

.ant-table-layout-fixed table {
    table-layout: fixed;
}

.ant-table-thead > tr > th {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    text-align: left;
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
    text-align: center;
}

.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    color: #bfbfbf;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px;
}

.ant-table-thead > tr > th .ant-table-filter-selected.anticon {
    color: #1890ff;
}

.ant-table-thead > tr > th .ant-table-column-sorter {
    display: table-cell;
    vertical-align: middle;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
    height: 1em;
    margin-top: 0.35em;
    margin-left: 0.57142857em;
    color: #bfbfbf;
    line-height: 1em;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
    display: inline-block;
    font-size: 12px;
    font-size: 11px \9;
    -webkit-transform: scale(0.91666667) rotate(0deg);
    -ms-transform: scale(0.91666667) rotate(0deg);
    transform: scale(0.91666667) rotate(0deg);
    display: block;
    height: 1em;
    line-height: 1em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
    font-size: 12px;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
    color: #1890ff;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
    margin-top: -0.15em;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
    height: 0.5em;
    line-height: 0.5em;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
    margin-top: 0.125em;
}

.ant-table-thead > tr > th.ant-table-column-has-actions {
    position: relative;
    background-clip: padding-box;
    /* stylelint-disable-next-line */
    -webkit-background-clip: border-box;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
    padding-right: 30px !important;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
    color: rgba(0, 0, 0, 0.45);
    background: #e5e5e5;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
    color: rgba(0, 0, 0, 0.45);
    background: #e5e5e5;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
    color: rgba(0, 0, 0, 0.65);
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
    cursor: pointer;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
    background: #f2f2f2;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
    background: #f2f2f2;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
    color: rgba(0, 0, 0, 0.45);
}

.ant-table-thead > tr > th .ant-table-header-column {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
    display: table;
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
    display: table-cell;
    vertical-align: middle;
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) {
    position: relative;
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before {
    background: rgba(0, 0, 0, 0.04);
}

.ant-table-thead > tr > th.ant-table-column-has-sorters {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-table-thead > tr:first-child > th:first-child {
    border-top-left-radius: 4px;
}

.ant-table-thead > tr:first-child > th:last-child {
    border-top-right-radius: 4px;
}

.ant-table-thead > tr:not(:last-child) > th[colspan] {
    border-bottom: 0;
}

.ant-table-tbody > tr > td {
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
    background: #e6f7ff;
}

.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
    background: #fafafa;
}

.ant-table-thead > tr:hover.ant-table-row-selected > td,
.ant-table-tbody > tr:hover.ant-table-row-selected > td {
    background: #fafafa;
}

.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
    background: #fafafa;
}

.ant-table-thead > tr:hover {
    background: none;
}

.ant-table-footer {
    position: relative;
    padding: 16px 16px;
    color: rgba(0, 0, 0, 0.85);
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px;
}

.ant-table-footer::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fafafa;
    content: '';
}

.ant-table.ant-table-bordered .ant-table-footer {
    border: 1px solid #e8e8e8;
}

.ant-table-title {
    position: relative;
    top: 1px;
    padding: 16px 0;
    border-radius: 4px 4px 0 0;
}

.ant-table.ant-table-bordered .ant-table-title {
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #e8e8e8;
}

.ant-table-title + .ant-table-content {
    position: relative;
    border-radius: 4px 4px 0 0;
}

.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
    border-radius: 0;
}

.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
    border-radius: 0;
}

.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder {
    border-top: 1px solid #e8e8e8;
    border-radius: 4px;
}

.ant-table-tbody > tr.ant-table-row-selected td {
    color: inherit;
    background: #fafafa;
}

.ant-table-thead > tr > th.ant-table-column-sort {
    background: #f5f5f5;
}

.ant-table-tbody > tr > td.ant-table-column-sort {
    background: rgba(0, 0, 0, 0.01);
}

.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
    padding: 16px 16px;
    overflow-wrap: break-word;
}

.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
    width: 50px;
    min-width: 50px;
    text-align: center;
}

.ant-table-header {
    overflow: hidden;
    background: #fafafa;
}

.ant-table-header table {
    border-radius: 4px 4px 0 0;
}

.ant-table-loading {
    position: relative;
}

.ant-table-loading .ant-table-body {
    background: #fff;
    opacity: 0.5;
}

.ant-table-loading .ant-table-spin-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    margin-left: -30px;
    line-height: 20px;
}

.ant-table-loading .ant-table-with-pagination {
    margin-top: -20px;
}

.ant-table-loading .ant-table-without-pagination {
    margin-top: 10px;
}

.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-bottom: 0;
}

.ant-table-bordered.ant-table-empty .ant-table-placeholder {
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
    border-bottom: 0;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-header + .ant-table-body > table,
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
    border-top: 0;
}

.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
    border-bottom: 1px solid #e8e8e8;
}

.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
    border-right: 1px solid #e8e8e8;
}

.ant-table-placeholder {
    position: relative;
    z-index: 1;
    margin-top: -1px;
    padding: 16px 16px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px;
}

.ant-table-pagination.ant-pagination {
    float: right;
    margin: 16px 0;
}

.ant-table-filter-dropdown {
    position: relative;
    min-width: 96px;
    margin-left: -8px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-table-filter-dropdown .ant-dropdown-menu {
    max-height: calc(100vh - 130px);
    overflow-x: hidden;
    border: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
    padding-right: 0;
}

.ant-table-filter-dropdown .ant-dropdown-menu-sub {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
    color: #1890ff;
    font-weight: bold;
    text-shadow: 0 0 2px #bae7ff;
}

.ant-table-filter-dropdown .ant-dropdown-menu-item {
    overflow: hidden;
}

.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
    border-radius: 0;
}

.ant-table-filter-dropdown-btns {
    padding: 7px 8px;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
}

.ant-table-filter-dropdown-link {
    color: #1890ff;
}

.ant-table-filter-dropdown-link:hover {
    color: #40a9ff;
}

.ant-table-filter-dropdown-link:active {
    color: #096dd9;
}

.ant-table-filter-dropdown-link.confirm {
    float: left;
}

.ant-table-filter-dropdown-link.clear {
    float: right;
}

.ant-table-selection {
    white-space: nowrap;
}

.ant-table-selection-select-all-custom {
    margin-right: 4px !important;
}

.ant-table-selection .anticon-down {
    color: #bfbfbf;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ant-table-selection-menu {
    min-width: 96px;
    margin-top: 5px;
    margin-left: -30px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-table-selection-menu .ant-action-down {
    color: #bfbfbf;
}

.ant-table-selection-down {
    display: inline-block;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}

.ant-table-selection-down:hover .anticon-down {
    color: rgba(0, 0, 0, 0.6);
}

.ant-table-row-expand-icon {
    color: #1890ff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    display: inline-block;
    width: 17px;
    height: 17px;
    color: inherit;
    line-height: 13px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
    color: #40a9ff;
}

.ant-table-row-expand-icon:active {
    color: #096dd9;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
    border-color: currentColor;
}

.ant-table-row-expanded::after {
    content: '-';
}

.ant-table-row-collapsed::after {
    content: '+';
}

.ant-table-row-spaced {
    visibility: hidden;
}

.ant-table-row-spaced::after {
    content: '.';
}

.ant-table-row-cell-ellipsis,
.ant-table-row-cell-ellipsis .ant-table-column-title {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ant-table-row-cell-ellipsis .ant-table-column-title {
    display: block;
}

.ant-table-row-cell-break-word {
    word-wrap: break-word;
    word-break: break-word;
}

tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
    background: #fbfbfb;
}

tr.ant-table-expanded-row td > .ant-table-wrapper {
    margin: -16px -16px -17px;
}

.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
    margin-right: 8px;
}

.ant-table-scroll {
    overflow: auto;
    overflow-x: hidden;
}

.ant-table-scroll table {
    min-width: 100%;
}

.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
    color: transparent;
}

.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) > * {
    visibility: hidden;
}

.ant-table-body-inner {
    height: 100%;
}

.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
    position: relative;
    background: #fff;
}

.ant-table-fixed-header .ant-table-body-inner {
    overflow: scroll;
}

.ant-table-fixed-header .ant-table-scroll .ant-table-header {
    margin-bottom: -20px;
    padding-bottom: 20px;
    overflow: scroll;
    opacity: 0.9999;
}

.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px 0;
}

.ant-table-hide-scrollbar {
    scrollbar-color: transparent transparent;
    min-width: unset;
}

.ant-table-hide-scrollbar::-webkit-scrollbar {
    min-width: inherit;
    background-color: transparent;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
    border: 1px solid #e8e8e8;
    border-width: 1px 1px 1px 0;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
    border-right-color: transparent;
}

.ant-table-fixed-left,
.ant-table-fixed-right {
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.ant-table-fixed-left table,
.ant-table-fixed-right table {
    width: auto;
    background: #fff;
}

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
    border-radius: 0;
}

.ant-table-fixed-left {
    left: 0;
    -webkit-box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}

.ant-table-fixed-left .ant-table-header {
    overflow-y: hidden;
}

.ant-table-fixed-left .ant-table-body-inner {
    margin-right: -20px;
    padding-right: 20px;
}

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
    padding-right: 0;
}

.ant-table-fixed-left,
.ant-table-fixed-left table {
    border-radius: 4px 0 0 0;
}

.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
    border-top-right-radius: 0;
}

.ant-table-fixed-right {
    right: 0;
    -webkit-box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
    box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}

.ant-table-fixed-right,
.ant-table-fixed-right table {
    border-radius: 0 4px 0 0;
}

.ant-table-fixed-right .ant-table-expanded-row {
    color: transparent;
    pointer-events: none;
}

.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
    border-top-left-radius: 0;
}

.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-table colgroup > col.ant-table-selection-col {
    width: 60px;
}

.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection {
    margin-right: -15px;
}

.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
    text-align: center;
}

.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
    margin-right: 0;
}

.ant-table-row[class*='ant-table-row-level-0'] .ant-table-selection-column > span {
    display: inline-block;
}

.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
    padding-left: 8px;
}

/**
* Another fix of Firefox:
*/
@supports (-moz-appearance: meterbar) {
    .ant-table-thead > tr > th.ant-table-column-has-actions {
        background-clip: padding-box;
    }
}

.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-content > .ant-table-footer {
    padding: 12px 8px;
}

.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
    padding: 12px 8px;
}

.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
    margin: -12px -8px -13px;
}

.ant-table-small {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-content > .ant-table-footer {
    padding: 8px 8px;
}

.ant-table-small > .ant-table-title {
    top: 0;
    border-bottom: 1px solid #e8e8e8;
}

.ant-table-small > .ant-table-content > .ant-table-footer {
    background-color: transparent;
    border-top: 1px solid #e8e8e8;
}

.ant-table-small > .ant-table-content > .ant-table-footer::before {
    background-color: transparent;
}

.ant-table-small > .ant-table-content > .ant-table-body {
    margin: 0 8px;
}

.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
    border: 0;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
    padding: 8px 8px;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
    background-color: transparent;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
    border-bottom: 1px solid #e8e8e8;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
    background-color: rgba(0, 0, 0, 0.01);
}

.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
    padding: 0;
}

.ant-table-small > .ant-table-content .ant-table-header {
    background-color: transparent;
    border-radius: 4px 4px 0 0;
}

.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
    border-bottom: 0;
}

.ant-table-small.ant-table-bordered {
    border-right: 0;
}

.ant-table-small.ant-table-bordered .ant-table-title {
    border: 0;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-content {
    border-right: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-footer {
    border: 0;
    border-top: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-footer::before {
    display: none;
}

.ant-table-small.ant-table-bordered .ant-table-placeholder {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.ant-table-small.ant-table-bordered .ant-table-thead > tr > th.ant-table-row-cell-last,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
    border-right: none;
}

.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
    border-right: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-fixed-right {
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
    margin: -8px -8px -9px;
}

.ant-table-small.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
    border-radius: 0 0 4px 4px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-switch {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 44px;
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-switch-inner {
    display: block;
    margin-right: 6px;
    margin-left: 24px;
    color: #fff;
    font-size: 12px;
}

.ant-switch-loading-icon,
.ant-switch::after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    -o-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    content: ' ';
}

.ant-switch::after {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}

.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
    width: 24px;
}

.ant-switch-loading-icon {
    z-index: 1;
    display: none;
    font-size: 12px;
    background: transparent;
}

.ant-switch-loading-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ant-switch-loading .ant-switch-loading-icon {
    display: inline-block;
    color: rgba(0, 0, 0, 0.65);
}

.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
    color: #1890ff;
}

.ant-switch:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-switch:focus:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 14px;
}

.ant-switch-small .ant-switch-inner {
    margin-right: 3px;
    margin-left: 18px;
    font-size: 12px;
}

.ant-switch-small::after {
    width: 12px;
    height: 12px;
}

.ant-switch-small:active::before,
.ant-switch-small:active::after {
    width: 16px;
}

.ant-switch-small .ant-switch-loading-icon {
    width: 12px;
    height: 12px;
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
    margin-right: 18px;
    margin-left: 3px;
}

.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
    left: 100%;
    margin-left: -13px;
}

.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
    font-weight: bold;
    -webkit-transform: scale(0.66667);
    -ms-transform: scale(0.66667);
    transform: scale(0.66667);
}

.ant-switch-checked {
    background-color: #1890ff;
}

.ant-switch-checked .ant-switch-inner {
    margin-right: 24px;
    margin-left: 6px;
}

.ant-switch-checked::after {
    left: 100%;
    margin-left: -1px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ant-switch-checked .ant-switch-loading-icon {
    left: 100%;
    margin-left: -19px;
}

.ant-switch-loading,
.ant-switch-disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.ant-switch-loading *,
.ant-switch-disabled * {
    cursor: not-allowed;
}

.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
    cursor: not-allowed;
}

@-webkit-keyframes AntSwitchSmallLoadingCircle {
    0% {
        -webkit-transform: rotate(0deg) scale(0.66667);
        transform: rotate(0deg) scale(0.66667);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    100% {
        -webkit-transform: rotate(360deg) scale(0.66667);
        transform: rotate(360deg) scale(0.66667);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}

@keyframes AntSwitchSmallLoadingCircle {
    0% {
        -webkit-transform: rotate(0deg) scale(0.66667);
        transform: rotate(0deg) scale(0.66667);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    100% {
        -webkit-transform: rotate(360deg) scale(0.66667);
        transform: rotate(360deg) scale(0.66667);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon > * {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon::before {
    display: none;
}

.anticon .anticon-icon {
    display: block;
}

.anticon[tabindex] {
    cursor: pointer;
}

.anticon-spin::before {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

.anticon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

.fade-enter,
.fade-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.fade-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
    -webkit-animation-name: antFadeIn;
    animation-name: antFadeIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.fade-leave.fade-leave-active {
    -webkit-animation-name: antFadeOut;
    animation-name: antFadeOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.fade-enter,
.fade-appear {
    opacity: 0;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.fade-leave {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes antFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes antFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes antFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes antFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.move-up-enter,
.move-up-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.move-up-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
    -webkit-animation-name: antMoveUpIn;
    animation-name: antMoveUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.move-up-leave.move-up-leave-active {
    -webkit-animation-name: antMoveUpOut;
    animation-name: antMoveUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.move-up-enter,
.move-up-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-up-leave {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.move-down-enter,
.move-down-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.move-down-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
    -webkit-animation-name: antMoveDownIn;
    animation-name: antMoveDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.move-down-leave.move-down-leave-active {
    -webkit-animation-name: antMoveDownOut;
    animation-name: antMoveDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.move-down-enter,
.move-down-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.move-left-enter,
.move-left-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.move-left-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
    -webkit-animation-name: antMoveLeftIn;
    animation-name: antMoveLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.move-left-leave.move-left-leave-active {
    -webkit-animation-name: antMoveLeftOut;
    animation-name: antMoveLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.move-left-enter,
.move-left-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-left-leave {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.move-right-enter,
.move-right-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.move-right-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
    -webkit-animation-name: antMoveRightIn;
    animation-name: antMoveRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.move-right-leave.move-right-leave-active {
    -webkit-animation-name: antMoveRightOut;
    animation-name: antMoveRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.move-right-enter,
.move-right-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-right-leave {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

@-webkit-keyframes antMoveDownIn {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveDownIn {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@-webkit-keyframes antMoveDownOut {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes antMoveDownOut {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
}

@-webkit-keyframes antMoveLeftIn {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveLeftIn {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@-webkit-keyframes antMoveLeftOut {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes antMoveLeftOut {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
}

@-webkit-keyframes antMoveRightIn {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveRightIn {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@-webkit-keyframes antMoveRightOut {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes antMoveRightOut {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
}

@-webkit-keyframes antMoveUpIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveUpIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
}

@-webkit-keyframes antMoveUpOut {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes antMoveUpOut {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
    }
}

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

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

[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
    position: relative;
}

html {
    --antd-wave-shadow-color: #1890ff;
}

[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: inherit;
    -webkit-box-shadow: 0 0 0 0 #1890ff;
    box-shadow: 0 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
    box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
    opacity: 0.2;
    -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
    animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    content: '';
    pointer-events: none;
}

@-webkit-keyframes waveEffect {
    100% {
        -webkit-box-shadow: 0 0 0 #1890ff;
        box-shadow: 0 0 0 #1890ff;
        -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
        box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
    }
}

@keyframes waveEffect {
    100% {
        -webkit-box-shadow: 0 0 0 #1890ff;
        box-shadow: 0 0 0 #1890ff;
        -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
        box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
    }
}

@-webkit-keyframes fadeEffect {
    100% {
        opacity: 0;
    }
}

@keyframes fadeEffect {
    100% {
        opacity: 0;
    }
}

.slide-up-enter,
.slide-up-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide-up-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.slide-up-leave.slide-up-leave-active {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.slide-up-enter,
.slide-up-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-up-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-down-enter,
.slide-down-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide-down-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.slide-down-leave.slide-down-leave-active {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.slide-down-enter,
.slide-down-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-left-enter,
.slide-left-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide-left-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
    -webkit-animation-name: antSlideLeftIn;
    animation-name: antSlideLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.slide-left-leave.slide-left-leave-active {
    -webkit-animation-name: antSlideLeftOut;
    animation-name: antSlideLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.slide-left-enter,
.slide-left-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-left-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-right-enter,
.slide-right-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide-right-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
    -webkit-animation-name: antSlideRightIn;
    animation-name: antSlideRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.slide-right-leave.slide-right-leave-active {
    -webkit-animation-name: antSlideRightOut;
    animation-name: antSlideRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.slide-right-enter,
.slide-right-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-right-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes antSlideUpIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes antSlideUpIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes antSlideUpOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes antSlideUpOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@-webkit-keyframes antSlideDownIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes antSlideDownIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@-webkit-keyframes antSlideDownOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

@keyframes antSlideDownOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

@-webkit-keyframes antSlideLeftIn {
    0% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes antSlideLeftIn {
    0% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes antSlideLeftOut {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes antSlideLeftOut {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@-webkit-keyframes antSlideRightIn {
    0% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes antSlideRightIn {
    0% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes antSlideRightOut {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 0;
    }
}

@keyframes antSlideRightOut {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 0;
    }
}

.swing-enter,
.swing-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
    -webkit-animation-name: antSwingIn;
    animation-name: antSwingIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes antSwingIn {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    40% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes antSwingIn {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    40% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

.zoom-enter,
.zoom-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
    -webkit-animation-name: antZoomIn;
    animation-name: antZoomIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.zoom-leave.zoom-leave-active {
    -webkit-animation-name: antZoomOut;
    animation-name: antZoomOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.zoom-enter,
.zoom-appear {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-big-enter,
.zoom-big-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-big-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.zoom-big-leave.zoom-big-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.zoom-big-enter,
.zoom-big-appear {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-big-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-big-fast-enter,
.zoom-big-fast-appear {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-big-fast-leave {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.zoom-big-fast-leave.zoom-big-fast-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.zoom-big-fast-enter,
.zoom-big-fast-appear {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-big-fast-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-up-enter,
.zoom-up-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-up-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
    -webkit-animation-name: antZoomUpIn;
    animation-name: antZoomUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.zoom-up-leave.zoom-up-leave-active {
    -webkit-animation-name: antZoomUpOut;
    animation-name: antZoomUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.zoom-up-enter,
.zoom-up-appear {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-up-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-down-enter,
.zoom-down-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-down-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
    -webkit-animation-name: antZoomDownIn;
    animation-name: antZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.zoom-down-leave.zoom-down-leave-active {
    -webkit-animation-name: antZoomDownOut;
    animation-name: antZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.zoom-down-enter,
.zoom-down-appear {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-left-enter,
.zoom-left-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-left-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
    -webkit-animation-name: antZoomLeftIn;
    animation-name: antZoomLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.zoom-left-leave.zoom-left-leave-active {
    -webkit-animation-name: antZoomLeftOut;
    animation-name: antZoomLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.zoom-left-enter,
.zoom-left-appear {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-left-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-right-enter,
.zoom-right-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-right-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
    -webkit-animation-name: antZoomRightIn;
    animation-name: antZoomRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.zoom-right-leave.zoom-right-leave-active {
    -webkit-animation-name: antZoomRightOut;
    animation-name: antZoomRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.zoom-right-enter,
.zoom-right-appear {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-right-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@-webkit-keyframes antZoomIn {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes antZoomIn {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes antZoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
}

@keyframes antZoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
}

@-webkit-keyframes antZoomBigIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes antZoomBigIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes antZoomBigOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
}

@keyframes antZoomBigOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
}

@-webkit-keyframes antZoomUpIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
}

@keyframes antZoomUpIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
}

@-webkit-keyframes antZoomUpOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 0;
    }
}

@keyframes antZoomUpOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 0;
    }
}

@-webkit-keyframes antZoomLeftIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
}

@keyframes antZoomLeftIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
}

@-webkit-keyframes antZoomLeftOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 0;
    }
}

@keyframes antZoomLeftOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 0;
    }
}

@-webkit-keyframes antZoomRightIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

@keyframes antZoomRightIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

@-webkit-keyframes antZoomRightOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 0;
    }
}

@keyframes antZoomRightOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 0;
    }
}

@-webkit-keyframes antZoomDownIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
}

@keyframes antZoomDownIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
}

@-webkit-keyframes antZoomDownOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
}

@keyframes antZoomDownOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
}

.ant-motion-collapse-legacy {
    overflow: hidden;
}

.ant-motion-collapse-legacy-active {
    -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.ant-motion-collapse {
    overflow: hidden;
    -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.ant-layout-menu[data-v-5be9c1d8] {
    left: 1px
}

.ant-layout-menu[data-v-8fa555d4] {
    left: 1px
}

h1[data-v-23c6b8e7] {
    text-align: center
}

#loginModal {
    z-index: 1065
}

.login-madal-dialog {
    width: 765px !important;
    margin-top: 120px !important
}

.login-madal-dialog .close {
    color: #128bed;
    font-size: 32px;
    font-weight: thin;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1
}

#vipModal {
    z-index: 1063
}

.vip-moda-dialog {
    width: 780px !important;
    margin-top: 80px !important;
    margin-left: calc(50vw - 390px) !important
}

.vip-moda-dialog .modal-content {
    border-radius: 6px
}

.vip-moda-dialog .modal-content .pay-panel {
    border-radius: 6px
}

.vip-moda-dialog .close {
    color: #fff;
    font-size: 32px;
    font-weight: 100;
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 0.8
}

.more-list table {
    width: 100%;
    font-size: 15px
}

.more-list table td {
    padding: 5px 5px
}

.app-postcard .postcard-wrap[data-v-465309e4] {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    background: #F6F6F6
}

.app-postcard .postcard-wrap .pcard-content[data-v-465309e4] {
    border: solid 1px #eee;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    font-size: 16px
}

.app-postcard .postcard-wrap .col-ft[data-v-465309e4], .app-postcard .postcard-wrap .col-bd[data-v-465309e4] {
    float: left;
    line-height: 32px;
    margin-bottom: 5px
}

.app-postcard .postcard-wrap .col-ft[data-v-465309e4] {
    color: #666;
    width: 75px
}

.app-postcard .postcard-wrap .col-bd > input[data-v-465309e4] {
    height: 32px
}

.app-postcard .postcard-wrap .img > img[data-v-465309e4] {
    width: 54px;
    height: auto;
    max-height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.app-postcard .postcard-wrap .rline[data-v-465309e4] {
    margin-bottom: 8px
}

.app-postcard .postcard-wrap .rline .key[data-v-465309e4] {
    display: inline-block;
    width: 75px;
    color: #666
}

.app-postcard .postcard-wrap .rline .val[data-v-465309e4] {
    color: #333
}

.app-postcard .input-area[data-v-465309e4] {
    padding-top: 20px
}

.app-follow .rfollow[data-v-25ce8ae4] {
    position: relative;
    padding-left: 28px
}

.app-follow .rfollow .acticon[data-v-25ce8ae4] {
    position: absolute;
    left: 0px;
    top: -3px
}

.app-follow .modal-body[data-v-25ce8ae4] {
    max-height: 350px;
    overflow-y: auto
}

.app-follow .group-list td[data-v-25ce8ae4] {
    padding: 10px 0px
}

.app-follow .group-list td.checktd[data-v-25ce8ae4] {
    text-align: right;
    padding-right: 2px
}

.app-follow .group-list td .group-radio[data-v-25ce8ae4] {
    font-size: 20px;
    position: relative;
    margin-top: 0px
}

.app-follow .group-list td .form-control[data-v-25ce8ae4] {
    display: inline-block;
    width: 280px
}

.app-follow .group-list td .group-name[data-v-25ce8ae4] {
    margin-left: 3px
}

.app-follow .group-list td .group-edit[data-v-25ce8ae4] {
    display: none;
    color: #999;
    margin-left: 10px
}

.app-follow .group-list td:hover .group-edit[data-v-25ce8ae4] {
    display: inline
}

.app-follow .new-group[data-v-25ce8ae4] {
    position: relative;
    top: -10px
}

.app-follow .new-group .form-control[data-v-25ce8ae4] {
    width: 280px
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    -o-transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.app-note .modal-body[data-v-fa358b62] {
    padding-bottom: 30px;
    max-height: 600px;
    overflow: auto
}

.app-note .note-wrap[data-v-fa358b62] {
    padding: 10px 0px
}

.app-note .note-wrap .content-input[data-v-fa358b62] {
    resize: none;
    border: 0;
    outline: 0;
    display: block;
    width: 100%;
    background: transparent
}

.app-note .note-wrap .image-list[data-v-fa358b62] {
    margin-top: 10px;
    margin-bottom: -5px
}

.app-note .note-wrap .image-list .image-input[data-v-fa358b62] {
    position: absolute;
    height: 0px;
    width: 0px;
    visibility: hidden
}

.app-note .note-wrap .image-list .img[data-v-fa358b62] {
    position: relative;
    display: inline-block;
    width: 98px;
    height: 98px;
    border: solid 1px #eee;
    margin-right: 10px;
    margin-bottom: 10px
}

.app-note .note-wrap .image-list .img img[data-v-fa358b62] {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.app-note .note-wrap .image-list .img .bicon[data-v-fa358b62] {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px
}

.app-note .note-wrap .sim-input[data-v-fa358b62] {
    position: relative;
    margin-top: 10px
}

.app-note .note-wrap .sim-input .form-control[data-v-fa358b62] {
    display: inline-block;
    padding-left: 30px;
    width: 300px
}

.app-note .note-wrap .sim-input .bicon[data-v-fa358b62] {
    position: absolute;
    left: 10px;
    top: 11px
}

.app-note .note-wrap .note-content[data-v-fa358b62] {
    padding-right: 80px;
    word-break: break-all;
    min-height: 22px
}

.app-note .note-wrap .note-content .note-content-text[data-v-fa358b62] {
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-rtl-ordering: logical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.app-note .note-wrap .note-content .note-oper[data-v-fa358b62] {
    position: absolute;
    right: 0px;
    top: 10px
}

.app-note .note-wrap .sim-item[data-v-fa358b62] {
    margin-top: 10px;
    word-break: break-all
}

.app-note .note-wrap .sim-item .sim[data-v-fa358b62] {
    display: inline-block;
    background: #F3F9FD;
    padding: 4px 12px;
    border-radius: 2px;
    min-width: 300px
}

.app-note .note-item[data-v-fa358b62] {
    border-bottom: solid 1px #eee;
    position: relative
}

.app-note .note-item.edit[data-v-fa358b62] {
    border: solid 1px #eee;
    margin-bottom: 5px
}

.app-note .note-item.edit .note-wrap[data-v-fa358b62] {
    background: #FCFCFC;
    min-height: 88px;
    padding: 10px
}

.app-note .note-item.edit .image-list[data-v-fa358b62] {
    margin-right: -10px
}

.app-note .note-foot[data-v-fa358b62] {
    background: #F6F6F6;
    height: 32px;
    border-top: solid 1px #eee
}

.app-note .note-foot > .oper-btn[data-v-fa358b62] {
    color: #999;
    line-height: 32px;
    margin-left: 15px
}

.app-note .note-foot > .oper-btn[data-v-fa358b62]:hover {
    color: #128bed
}

.app-note .note-foot > .oper-btn:hover .bicon[data-v-fa358b62] {
    background-position-y: 0px
}

.app-note .note-foot .btn[data-v-fa358b62] {
    float: right;
    font-size: 12px;
    min-width: 84px;
    padding: 7px 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -1px;
    margin-top: -1px
}

.app-risk-detail .video-ktUrl[data-v-4c0b6675] {
    margin: 0 0 12px 0
}

.app-risk-detail .assistance-container[data-v-4c0b6675] {
    margin: 6px 0
}

.app-risk-detail .tcaption[data-v-4c0b6675] {
    color: #666;
    margin-bottom: 10px
}

.app-view-detail[data-v-29569f5a] .modal-header .tcaption {
    margin-bottom: 0;
    height: auto
}

.app-casesMore .modal-body .form-group .col-pre[data-v-c8761c12] {
    margin-right: 20px
}

.app-casesMore .modal-body .form-group .col-after[data-v-c8761c12] {
    display: inline-block;
    width: 340px
}

.app-fapiao-modal .tax-view[data-v-d9357868] {
    float: left;
    width: 352px;
    padding: 15px 8px 15px 20px;
    border-right: solid 5px #f6f6f6;
    min-height: 260px
}

.app-fapiao-modal .tax-view td[data-v-d9357868] {
    padding: 6px 0px;
    vertical-align: top;
    color: #666
}

.app-fapiao-modal .tax-view td.th[data-v-d9357868] {
    font-weight: bold;
    color: #333
}

.app-fapiao-modal .qrcode-view[data-v-d9357868] {
    float: right;
    width: 246px;
    padding-top: 25px
}

.app-fapiao-modal .qrcode-view .tab[data-v-d9357868] {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 30px
}

.app-fapiao-modal .qrcode-view .tab .item[data-v-d9357868] {
    padding: 6px 4px;
    margin-left: 5px;
    margin-right: 5px;
    color: #666
}

.app-fapiao-modal .qrcode-view .tab .item.active[data-v-d9357868] {
    color: #128bed;
    border-bottom: solid 2px #128bed
}

.app-fapiao-modal .qrcode-view .qrcode-wrap[data-v-d9357868] {
    text-align: center
}

.app-fapiao-modal .qrcode-view .qrcode-wrap p[data-v-d9357868] {
    margin-top: 15px;
    font-size: 16px
}

.app-fapiao-modal .qrcode-view .imgts[data-v-d9357868] {
    position: absolute;
    width: 305px;
    top: 25px;
    left: 570px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 15px 10px;
    border-radius: 4px;
    display: none
}

.app-fapiao-modal .qrcode-view .imgts > p[data-v-d9357868] {
    margin-bottom: 0px;
    margin-top: 5px
}

.app-fapiao-modal .qrcode-view .imgts > p.text-gray[data-v-d9357868] {
    margin-bottom: 5px
}

.app-fapiao-modal .qrcode-view .imgts > img[data-v-d9357868] {
    width: 283px
}

.app-feedback-modal .se-item[data-v-eefec2f0] {
    width: 80px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #333
}

.app-feedback-modal .se-item[data-v-eefec2f0]:hover {
    color: #181a1c
}

.app-feedback-modal .se-item.active[data-v-eefec2f0] {
    color: #128bed;
    border-color: #128bed
}

.app-fapiao-modal .tax-view[data-v-1acf6612] {
    float: left;
    width: 352px;
    padding: 15px 8px 15px 20px;
    border-right: solid 5px #F6F6F6;
    min-height: 294px
}

.app-fapiao-modal .tax-view td[data-v-1acf6612] {
    padding: 8px 0px;
    vertical-align: top
}

.app-fapiao-modal .tax-view td.th[data-v-1acf6612] {
    font-weight: bold
}

.app-fapiao-modal .qrcode-view[data-v-1acf6612] {
    float: right;
    width: 246px
}

.app-fapiao-modal .qrcode-view .tab[data-v-1acf6612] {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 30px
}

.app-fapiao-modal .qrcode-view .tab .item[data-v-1acf6612] {
    padding: 6px 4px;
    margin-left: 5px;
    margin-right: 5px;
    color: #666
}

.app-fapiao-modal .qrcode-view .tab .item.active[data-v-1acf6612] {
    color: #128bed;
    border-bottom: solid 2px #128bed
}

.app-fapiao-modal .qrcode-view .qrcode-wrap[data-v-1acf6612] {
    text-align: center
}

.app-fapiao-modal .qrcode-view .qrcode-wrap p[data-v-1acf6612] {
    margin-top: 15px
}

.a-stock-dialog .modal-body[data-v-54904729] {
    max-height: calc(100vh - 200px);
    overflow-y: auto
}

.app-edit-company-modal .watermark[data-v-23393acc] {
    width: 92px;
    height: 26px;
    float: right;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/watermark-d52f1c72.png);
    margin-left: 20px;
    background-size: 92px 26px;
    margin-right: 12px;
    margin-top: -2px
}

.app-edit-company-modal .modal-body[data-v-23393acc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 50px
}

.app-edit-company-modal .modal-body .company-input[data-v-23393acc] {
    width: 460px
}

.app-edit-company-modal .modal-body .company-head[data-v-23393acc] {
    line-height: 34px
}

.app-edit-company-modal .form-group .col-pre[data-v-23393acc] {
    margin-right: 20px
}

.app-edit-company-modal .form-group .col-after[data-v-23393acc] {
    display: inline-block;
    width: 340px
}

.app-edit-company-modal .edit-search[data-v-23393acc] {
    cursor: pointer
}

.app-edit-company-modal .edit-search .select-kuang[data-v-23393acc] em {
    color: #fd485e !important;
    font-style: normal
}

.app-edit-company-modal .form-control[data-v-23393acc] {
    position: relative;
    z-index: 2
}

.app-edit-company-modal .placeholder-control[data-v-23393acc] {
    color: #d6d6d6
}

.app-edit-company-modal .list-group-item[data-v-23393acc]:first-child {
    border-radius: 0
}

.app-edit-company-modal .list-group-item[data-v-23393acc] {
    border-top: none;
    border-bottom: none;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-edit-company-modal .list-group-item .list-group-item-logo[data-v-23393acc] {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eee
}

.app-edit-company-modal .list-group-item[data-v-23393acc]:hover {
    color: #128bed;
    background-color: #128bed20
}

.app-edit-company-modal .panel[data-v-23393acc] {
    border: none;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    border-bottom: 1px solid #ddd
}


.app-note .modal-body[data-v-f3c8b6f0] {
    padding-bottom: 30px;
    max-height: 600px;
    overflow: auto
}

.app-note .note-wrap[data-v-f3c8b6f0] {
    padding: 10px 0px
}

.app-note .note-wrap .content-input[data-v-f3c8b6f0] {
    resize: none;
    border: 0;
    outline: 0;
    display: block;
    width: 100%;
    background: transparent
}

.app-note .note-wrap .image-list[data-v-f3c8b6f0] {
    margin-top: 10px;
    margin-bottom: -5px
}

.app-note .note-wrap .image-list .image-input[data-v-f3c8b6f0] {
    position: absolute;
    height: 0px;
    width: 0px;
    visibility: hidden
}

.app-note .note-wrap .image-list .img[data-v-f3c8b6f0] {
    position: relative;
    display: inline-block;
    width: 98px;
    height: 98px;
    border: solid 1px #eee;
    margin-right: 10px;
    margin-bottom: 10px
}

.app-note .note-wrap .image-list .img img[data-v-f3c8b6f0] {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.app-note .note-wrap .image-list .img .bicon[data-v-f3c8b6f0] {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px
}

.app-note .note-wrap .sim-input[data-v-f3c8b6f0] {
    position: relative;
    margin-top: 10px
}

.app-note .note-wrap .sim-input .form-control[data-v-f3c8b6f0] {
    display: inline-block;
    padding-left: 30px;
    width: 300px
}

.app-note .note-wrap .sim-input .bicon[data-v-f3c8b6f0] {
    position: absolute;
    left: 10px;
    top: 11px
}

.app-note .note-wrap .note-content[data-v-f3c8b6f0] {
    padding-right: 80px;
    word-break: break-all;
    min-height: 22px
}

.app-note .note-wrap .note-content .note-content-text[data-v-f3c8b6f0] {
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-rtl-ordering: logical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.app-note .note-wrap .note-content .note-oper[data-v-f3c8b6f0] {
    position: absolute;
    right: 0px;
    top: 10px
}

.app-note .note-wrap .sim-item[data-v-f3c8b6f0] {
    margin-top: 10px;
    word-break: break-all
}

.app-note .note-wrap .sim-item .sim[data-v-f3c8b6f0] {
    display: inline-block;
    background: #F3F9FD;
    padding: 4px 12px;
    border-radius: 2px;
    min-width: 300px
}

.app-note .note-item[data-v-f3c8b6f0] {
    border-bottom: solid 1px #eee;
    position: relative
}

.app-note .note-item.edit[data-v-f3c8b6f0] {
    border: solid 1px #eee;
    margin-bottom: 5px
}

.app-note .note-item.edit .note-wrap[data-v-f3c8b6f0] {
    background: #FCFCFC;
    min-height: 88px;
    padding: 10px
}

.app-note .note-item.edit .image-list[data-v-f3c8b6f0] {
    margin-right: -10px
}

.app-note .note-foot[data-v-f3c8b6f0] {
    background: #F6F6F6;
    height: 32px;
    border-top: solid 1px #eee
}

.app-note .note-foot > .oper-btn[data-v-f3c8b6f0] {
    color: #999;
    line-height: 32px;
    margin-left: 15px
}

.app-note .note-foot > .oper-btn[data-v-f3c8b6f0]:hover {
    color: #128bed
}

.app-note .note-foot > .oper-btn:hover .bicon[data-v-f3c8b6f0] {
    background-position-y: 0px
}

.app-note .note-foot .btn[data-v-f3c8b6f0] {
    float: right;
    font-size: 12px;
    min-width: 84px;
    padding: 7px 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -1px;
    margin-top: -1px
}

.report-dimension .caret[data-v-27e70ec2] {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.report-dimension .caret-right[data-v-27e70ec2] {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-left: 4px dashed;
    border-left: 4px solid \9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.report-dimension .check-icon[data-v-27e70ec2] {
    width: 14px;
    height: 14px;
    border: 1px solid #D6D6D6;
    display: inline-block;
    background: #fff;
    position: relative;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: middle
}

.report-dimension .check-icon.checked[data-v-27e70ec2] {
    background: #128BED;
    border: 1px solid #128BED
}

.report-dimension .check-icon.checked[data-v-27e70ec2]:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    transform: rotate(-145deg);
    left: 3px
}

.report-dimension .check-icon.disabled[data-v-27e70ec2] {
    background: #A0CFFF;
    border: 1px solid #A0CFFF;
    cursor: not-allowed !important
}

.report-dimension .dimension-body[data-v-27e70ec2] {
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 240px);
    padding: 0 15px
}

.report-dimension .dimension-body .dimension-choose-all[data-v-27e70ec2] {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #EEE;
    vertical-align: middle;
    cursor: pointer
}

.report-dimension .dimension-body .dimension-panel[data-v-27e70ec2] {
    margin: 15px 0
}

.report-dimension .dimension-body .dimension-panel .dimension-panel-title[data-v-27e70ec2] {
    margin-bottom: 10px
}

.report-dimension .dimension-body .dimension-panel .dimension-panel-title .di-caret[data-v-27e70ec2] {
    margin-right: 5px
}

.report-dimension .dimension-body .dimension-panel .dimension-panel-title .di-caret-hide[data-v-27e70ec2] {
    display: inline-block;
    width: 15px
}

.report-dimension .dimension-body .dimension-panel .dimension-panel-content[data-v-27e70ec2] {
    width: 100%;
    height: auto;
    background-color: #F3F9FD
}

.report-dimension .dimension-body .dimension-panel .dimension-panel-content .di-item[data-v-27e70ec2] {
    width: 20%;
    height: 30px;
    line-height: 30px;
    margin: 7px 3.3% 7px 1.7%;
    cursor: pointer;
    float: left
}

.report-dimension .dimension-body .dimension-panel .dimension-panel-content .di-item .di-item-box-name[data-v-27e70ec2] {
    display: inline-block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.report-dimension .dimension-body .dimension-panel .dimension-panel-content .di-item .di-item-input[data-v-27e70ec2] {
    float: right
}

.report-dimension .dimension-body .dimension-panel .dimension-panel-content .di-item .di-item-input input[data-v-27e70ec2] {
    width: 50px;
    height: 26px;
    line-height: 18px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #128BED
}

.report-dimension .dimension-body .dimension-panel .dimension-panel-content .di-item .di-item-input input.input-warning[data-v-27e70ec2] {
    color: #FD485E
}

.app-report-modal[data-v-4d92aad2] .app-nmodal .modal-header .vip-title {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-left: 5px
}

.app-report-modal[data-v-4d92aad2] .app-nmodal .modal-body {
    background: #F6F6F6;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    border-radius: 4px
}

.app-report-modal.app-report-single .report-panelnew .newcell-wrap[data-v-4d92aad2] {
    width: 100%
}

.app-report-modal .report-panelnew[data-v-4d92aad2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-report-modal .report-panelnew .newcell-wrap[data-v-4d92aad2] {
    width: calc(50% - 7px);
    float: left;
    margin-left: 14px;
    background: #fff;
    border: 1px solid #EEEEEE
}

.app-report-modal .report-panelnew .newcell-wrap[data-v-4d92aad2]:first-child {
    margin-left: 0
}

.app-report-modal .report-panelnew .newcell-wrap .newcell[data-v-4d92aad2] {
    padding: 15px;
    border-top: 1px solid #EEEEEE;
    position: relative
}

.app-report-modal .report-panelnew .newcell-wrap .newcell[data-v-4d92aad2]:first-child {
    border-top: none
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .image[data-v-4d92aad2] {
    width: 76px;
    height: 112px;
    float: left;
    margin-right: 15px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .image > img[data-v-4d92aad2] {
    width: 100%;
    display: block
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info[data-v-4d92aad2] {
    width: 290px;
    float: left
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .title[data-v-4d92aad2] {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-right: -30px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .title .icon-new-outer[data-v-4d92aad2] {
    width: 28px;
    height: 14px;
    position: relative;
    display: inline-block
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .desc[data-v-4d92aad2] {
    min-height: 44px;
    line-height: 22px;
    color: #999;
    font-size: 14px;
    margin-top: 5px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .demo[data-v-4d92aad2] {
    color: #128BED;
    line-height: 22px;
    font-size: 14px;
    margin-top: 17px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .demo .greport-contact[data-v-4d92aad2] {
    position: relative;
    color: #999
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .demo .greport-contact > img[data-v-4d92aad2] {
    width: 248px;
    position: absolute;
    z-index: 10;
    left: -10px;
    top: 15px;
    display: none
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .demo .greport-contact:hover > img[data-v-4d92aad2] {
    display: block
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .demo .greport-contact-top > img[data-v-4d92aad2] {
    top: unset;
    bottom: 12px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .demo .icon-arrow[data-v-4d92aad2] {
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-arrow-down-aa1795f8.png);
    background-size: contain;
    margin-left: 1px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .demo .icon-arrow.icon-arrow-up[data-v-4d92aad2] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-arrow-up-f68a1812.png)
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .relatedlist[data-v-4d92aad2] {
    background: #F6F6F6;
    padding: 0 0 10px 10px;
    max-height: 132px;
    overflow-y: auto;
    margin-top: 10px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .relatedlist .item[data-v-4d92aad2] {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    float: left;
    margin: 10px 10px 0 0;
    width: calc(50% - 10px);
    cursor: pointer
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .relatedlist .item .check-icon[data-v-4d92aad2] {
    width: 14px;
    height: 14px;
    border: 1px solid #D6D6D6;
    display: inline-block;
    background: #fff;
    position: relative;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: middle
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .relatedlist .item .check-icon.checked[data-v-4d92aad2] {
    background: #128BED;
    border: 1px solid #128BED
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .relatedlist .item .check-icon.checked[data-v-4d92aad2]:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    transform: rotate(-145deg);
    left: 3px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist[data-v-4d92aad2] {
    background: #F6F6F6;
    padding: 10px;
    margin-top: 10px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .tender-title[data-v-4d92aad2] {
    line-height: 22px;
    font-size: 14px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .tender-title span[data-v-4d92aad2] {
    float: right;
    color: #999
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .selected-list .item[data-v-4d92aad2] {
    line-height: 22px;
    position: relative;
    padding: 5px 22px 5px 0;
    color: #128BED
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .selected-list .item > span[data-v-4d92aad2] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .selected-list .item .bicon[data-v-4d92aad2] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input[data-v-4d92aad2] {
    margin-top: 10px;
    position: relative;
    margin-bottom: 5px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input > input[data-v-4d92aad2] {
    width: 100%;
    line-height: 22px;
    padding: 8px 40px 8px 10px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    outline: none
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input > input[data-v-4d92aad2]:focus {
    border-color: #128bed
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input input[data-v-4d92aad2]::-webkit-input-placeholder {
    color: #D6D6D6
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input input[data-v-4d92aad2]::-moz-placeholder {
    color: #D6D6D6
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input input[data-v-4d92aad2]:-ms-input-placeholder {
    color: #D6D6D6
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input .icon-clear[data-v-4d92aad2] {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 9px;
    right: 10px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-clear-c1d98749.png) no-repeat;
    background-size: contain
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input .search-list[data-v-4d92aad2] {
    width: 100%;
    max-height: 195px;
    overflow: auto;
    position: absolute;
    border: 1px solid #D6D6D6;
    border-top: none;
    z-index: 11;
    background: #fff
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input .search-list .list-group-item[data-v-4d92aad2] {
    padding: 5px 10px;
    color: #333;
    border: none
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input .search-list .list-group-item .cell[data-v-4d92aad2] {
    line-height: 22px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input .search-list .list-group-item[data-v-4d92aad2]:hover {
    color: #128bed;
    background-color: #F5F9FF
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .info .tenderlist .search-input-disabled[data-v-4d92aad2] {
    display: none
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .btns[data-v-4d92aad2] {
    position: absolute;
    top: 55px;
    right: 15px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell .icon-t-new[data-v-4d92aad2] {
    display: inline-block;
    width: 28px;
    height: 14px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-new-9164eead.png);
    background-size: 28px 14px;
    position: absolute;
    top: -4px
}

.app-report-modal .report-panelnew .newcell-wrap .newcell-dxkyc .info .desc[data-v-4d92aad2], .app-report-modal .report-panelnew .newcell-wrap .newcell-singapore .info .desc[data-v-4d92aad2] {
    min-height: 264px
}

.app-report-modal .btx[data-v-4d92aad2] {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-top: 10px
}


.search-item[data-v-dfc7476e] {
    padding: 10px 0px
}

.search-item[data-v-dfc7476e] {
    border-bottom: 1px solid #eee
}

.checkbox[data-v-dfc7476e] {
    height: 14px;
    width: 14px;
    display: inline;
    margin-right: 10px;
    margin-top: 0
}

.search-item-line[data-v-dfc7476e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.opear[data-v-dfc7476e] {
    color: #999999
}

[data-v-dfc7476e] em {
    color: #fd485e !important;
    font-style: normal
}

[data-v-dfc7476e] .nmodal .modal-footer {
    border: none;
    padding-top: 20px;
    padding-bottom: 5px
}

.radar-contct-modal[data-v-0894e67b] {
    width: 500px;
    height: 250px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/chat_bg-65cd3513.png) no-repeat center;
    background-size: 500px 250px;
    padding: 20px 20px 20px 210px;
    text-align: left;
    color: #ffffff
}

.radar-contct-modal .waiter-name[data-v-0894e67b] {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500
}

.radar-contct-modal .waiter-title[data-v-0894e67b] {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 5px 0 15px
}

.radar-contct-modal .waiter-tel[data-v-0894e67b] {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.radar-contct-modal .waiter-mail[data-v-0894e67b] {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.app-top-message[data-v-eb4969ea] {
    position: relative;
    background: #DCEFFF;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 36px;
    border-bottom: solid 1px #eeeeee;
    margin-top: -36px
}

.app-top-message .container[data-v-eb4969ea] {
    position: relative
}

.app-top-message .bar[data-v-eb4969ea] {
    position: absolute;
    width: 100%
}

.app-top-message .bar a[data-v-eb4969ea] {
    color: #333
}

.app-top-message.text-warning[data-v-eb4969ea] {
    background-color: #fff7e9
}

.app-top-message.text-warning a[data-v-eb4969ea] {
    color: #FF8901
}

.app-top-message.text-danger[data-v-eb4969ea] {
    background-color: rgba(253, 72, 94, 0.04)
}

.app-top-message.text-danger a[data-v-eb4969ea] {
    color: #FD485E
}

.app-top-message .close[data-v-eb4969ea] {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.app-top-message .close[data-v-eb4969ea]:hover {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.mtcaption .text[data-v-519d6553] {
    position: relative;
    top: 5px;
    font-size: 16px
}

.head_part[data-v-d1a6f3b0] {
    position: relative;
    width: 1055px
}

.head_part .searchInput[data-v-d1a6f3b0] {
    position: absolute;
    margin-top: 0px !important;
    font-weight: normal !important;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.chooseTip[data-v-d1a6f3b0] {
    float: left;
    line-height: 34px
}

.chooseTip .warn[data-v-d1a6f3b0] {
    color: #fd485e
}

.nocan[data-v-d1a6f3b0] {
    opacity: 0.5
}

.checkbox_list[data-v-d1a6f3b0] {
    height: 410px;
    overflow: auto
}

.checkbox_list .checkbox_item[data-v-d1a6f3b0] {
    border-bottom: 1px solid #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkbox_list .checkbox_item .checkbox_item_left[data-v-d1a6f3b0] {
    padding: 14px 15px;
    display: inline-block;
    height: auto;
    width: 44px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox_list .checkbox_item .checkbox_item_left .checkbox_btn[data-v-d1a6f3b0] {
    margin-top: 0px
}

.checkbox_list .checkbox_item .checkbox_item_right[data-v-d1a6f3b0] {
    width: 1164px;
    cursor: pointer;
    padding: 10px 4px;
    font-size: 14px;
    border-left: 1px solid #eeeeee;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    display: inline-block
}

.checkbox_list .checkbox_item .second_part[data-v-d1a6f3b0] {
    padding-left: 15px
}

.checkbox_list .checkbox_item .third_part[data-v-d1a6f3b0] {
    padding-left: 32px
}

.noData[data-v-d1a6f3b0] {
    height: 410px
}

.noData .noData-color[data-v-d1a6f3b0] {
    color: #999
}

.btn-normal[data-v-d1a6f3b0] {
    background: #efefef
}

.lnews-cell[data-v-968197be] {
    position: relative;
    padding: 16px 20px;
    background: #fff;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.lnews-cell[data-v-968197be]:not(:last-child):after {
    content: " ";
    position: absolute;
    height: 1px;
    bottom: 0px;
    left: 20px;
    right: 20px;
    background: #eee
}

.lnews-cell .item[data-v-968197be] {
    display: table
}

.lnews-cell .cell-ft[data-v-968197be] {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle
}

.lnews-cell .cell-bd[data-v-968197be] {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.lnews-cell .img > img[data-v-968197be] {
    width: 134px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.lnews-cell .img:hover > img[data-v-968197be] {
    -webkit-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04)
}

.lnews-cell .images[data-v-968197be] {
    margin-bottom: 15px
}

.lnews-cell .images .img[data-v-968197be] {
    float: left;
    margin-right: 20px
}

.lnews-cell .title[data-v-968197be] {
    font-size: 18px;
    color: #333;
    max-height: 60px;
    margin-bottom: 15px;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
    padding-right: 65px
}

.lnews-cell .title.fixheight[data-v-968197be] {
    height: 60px
}

.lnews-cell .info[data-v-968197be] {
    height: 25px
}

.lnews-cell .ltext[data-v-968197be] {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 25px
}

.lnews-cell .ltext.hot[data-v-968197be] {
    position: relative;
    width: 22px;
    height: 22px;
    background: url(/material/theme/chacha/cms/v2/images/ltext_hot.png);
    background-size: 22px 22px;
    margin-top: -5px;
    margin-right: 5px;
    top: 5px
}

.lnews-cell .ltext.top[data-v-968197be] {
    position: relative;
    width: 36px;
    height: 22px;
    background: url(/material/theme/chacha/cms/v2/images/ltext_top.png);
    background-size: 36px 22px;
    margin-top: -5px;
    margin-right: 8px;
    top: 6px
}

.lnews-cell .hreport .time[data-v-968197be] {
    display: inline-block;
    line-height: 1;
    float: left;
    background: #128bed;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 4px 5px;
    font-size: 12px;
    color: #fff;
    margin-top: 2px;
    margin-right: 8px
}

.lnews-cell .htable[data-v-968197be] {
    width: 100%;
    line-height: 30px;
    margin-top: 5px
}

.lnews-cell .htable th[data-v-968197be] {
    color: #999;
    font-weight: normal;
    padding-top: 6px 0px
}

.lnews-cell .lmodal[data-v-968197be] {
    position: absolute;
    bottom: -240px;
    right: -310px;
    display: none
}

.lnews-cell .lmodal .top[data-v-968197be] {
    bottom: 50px
}

.lnews-cell .reason > .item[data-v-968197be] {
    width: 98px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin: 8px 10px;
    line-height: 30px;
    border-radius: 2px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all
}

.lnews-cell .reason > .item.active[data-v-968197be] {
    color: #128bed;
    border-color: #128bed
}

.lnews-cell .notlike[data-v-968197be] {
    position: absolute;
    right: 20px;
    bottom: 16px;
    color: #aaa;
    font-size: 12px;
    padding: 0px 5px;
    cursor: pointer;
    line-height: 24px;
    width: 70px;
    padding-right: 17px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 2px
}

.lnews-cell .notlike .x[data-v-968197be] {
    font-size: 18px;
    position: absolute;
    right: 4px;
    top: 0px
}

.lnews-cell .notlike[data-v-968197be]:hover {
    background: #eee
}

.lnews-cell[data-v-968197be]:hover {
    background: #F3F9FD
}

.lnews-cell:hover .title[data-v-968197be] {
    color: #128bed
}

.lnews-cell:hover .notlike[data-v-968197be] {
    opacity: 1
}

.lnews-cell:hover .fav[data-v-968197be] {
    opacity: 1
}

.lnews-cell:hover .htext[data-v-968197be] {
    color: #128bed
}

.lnews-cell:visited .title[data-v-968197be] {
    color: #999
}

.right-link[data-v-b706940e] {
    font-size: 13px;
    color: #999;
    line-height: 1.4;
    background: #fff;
    padding: 10px;
    padding-top: 5px;
    border: solid 1px #eee
}

.right-link a[data-v-b706940e] {
    color: #999
}

.right-link a[data-v-b706940e]:hover {
    color: #128bed
}

.right-link .licon[data-v-b706940e] {
    position: relative;
    top: -1px
}

.right-link .pt[data-v-b706940e] {
    font-size: 14px;
    padding-left: 6px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333
}

.right-link .pt[data-v-b706940e]:before {
    content: " ";
    position: absolute;
    width: 2px;
    height: 14px;
    background: #128bed;
    left: 0px;
    top: 2px
}

.right-link .fd > a[data-v-b706940e] {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 5px
}

.fixedlink.fixed[data-v-b706940e] {
    background: #fff;
    padding: 10px;
    position: fixed;
    top: 390px;
    margin-left: -11px;
    width: 288px;
    border: solid 1px #eee;
    padding-top: 15px;
    padding-bottom: 5px
}

.app-home .nindex-search[data-v-1b71bd71] {
    height: 370px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bg-search-aa276ab1.png) no-repeat top;
    background-size: cover
}

.app-home .nindex-search .search-contain[data-v-1b71bd71] {
    padding-top: 50px;
    z-index: 10;
    position: relative
}

.app-home .nindex-search .title[data-v-1b71bd71] {
    font-size: 46px;
    font-family: "Microsoft YaHei", Arial;
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

.app-home .nindex-search .search-area[data-v-1b71bd71] {
    width: 900px;
    margin: auto;
    position: relative
}

.app-home .nindex-search .search-nav[data-v-1b71bd71] {
    display: block;
    margin-bottom: 8px;
    padding-left: 188px
}

.app-home .nindex-search .search-nav li[data-v-1b71bd71] {
    font-size: 16px;
    margin: 10px 0px;
    margin-right: 50px;
    float: left;
    line-height: 16px;
    padding: 5px 8px;
    color: #f9f9f9;
    border-radius: 2px
}

.app-home .nindex-search .search-nav li.active[data-v-1b71bd71], .app-home .nindex-search .search-nav li[data-v-1b71bd71]:hover {
    color: #128bed;
    background-color: #fff;
    position: relative
}

.app-home .nindex-search .search-nav li.active[data-v-1b71bd71]:before, .app-home .nindex-search .search-nav li[data-v-1b71bd71]:hover:before {
    content: " ";
    width: 0;
    height: 0;
    border-width: 6px 6px 0px;
    border-style: solid;
    position: absolute;
    bottom: -6px;
    border-color: #fff transparent transparent;
    left: 50%;
    margin-left: -6px
}

.app-home .nindex-search .index-searchkey[data-v-1b71bd71] {
    border: none;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    height: 51px
}

.app-home .nindex-search .index-searchbtn[data-v-1b71bd71] {
    background: #616DFF;
    font-size: 20px;
    color: #fff;
    padding: 5px 20px 5px;
    height: 51px;
    border: none;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1)
}

.app-home .nindex-search .index-hot[data-v-1b71bd71] {
    padding-left: 20px;
    font-size: 15px;
    margin-top: 30px;
    padding-right: 15px;
    color: #f9f9f9
}

.app-home .nindex-search .index-hot-box[data-v-1b71bd71] {
    float: left
}

.app-home .nindex-search .hot_data_label[data-v-1b71bd71] {
    display: block;
    float: left
}

.app-home .nindex-search .hot_data[data-v-1b71bd71] {
    float: left;
    max-width: 630px;
    height: 44px;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.app-home .nindex-search .hot_data a[data-v-1b71bd71] {
    padding: 0px 10px;
    color: #BCEAFF;
    display: block;
    float: left
}

.app-home .nindex-search .topsearch-link[data-v-1b71bd71] {
    color: #fff;
    margin-left: 12px
}

.app-home .nindex-search .adsearch-btn[data-v-1b71bd71] {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-top: 26px;
    margin-right: 15px
}

.app-home .nindex-content[data-v-1b71bd71] {
    margin-top: 15px
}

.app-home .nindex-content .lnewsloadmore[data-v-1b71bd71] {
    background: #F5F9FF;
    color: #128bed;
    text-align: center;
    padding: 6px;
    margin-bottom: 15px
}

.app-home .nindex-content .lnewsloadmore img[data-v-1b71bd71] {
    width: 28px;
    margin-right: 10px
}

.app-home .nindex-content .app-box[data-v-1b71bd71] {
    line-height: 1.8
}

.app-home .nindex-content .app-box .block[data-v-1b71bd71] {
    display: block
}

.app-home .nindex-content .app-box .nav-icon-new[data-v-1b71bd71], .app-home .nindex-content .app-box .nav-icon-hot[data-v-1b71bd71] {
    right: 10px;
    top: -5px
}

.app-home .nindex-content .app-box .index-icon-text[data-v-1b71bd71] {
    width: 33%;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px
}

.app-home .nindex-content .right-sc .list-group[data-v-1b71bd71] {
    margin-bottom: 0px;
    height: 225px;
    overflow: hidden
}

.app-home .nindex-content .right-sc .list-group-item[data-v-1b71bd71] {
    line-height: 1.8;
    border: none;
    border-top: solid 1px #eee;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

.app-home .nindex-content .right-sc .list-group-item[data-v-1b71bd71]:first-child {
    border-top: none
}

.app-home .nindex-content .right-sc .list-group-item[data-v-1b71bd71]:hover {
    background: #E9F3FF;
    color: #128bed
}

.index-icon-text[data-v-1b71bd71] {
    color: #666
}

.index-icon-text[data-v-1b71bd71]:hover {
    color: #128bed
}

.index-icon-text .block > i[data-v-1b71bd71] {
    margin: auto;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/index_app-f8261063.png);
    background-size: 150px 150px;
    display: block;
    height: 50px;
    width: 50px
}

.index-icon2[data-v-1b71bd71] {
    background-position: -50px 0px
}

.index-icon3[data-v-1b71bd71] {
    background-position: -100px 0px
}

.index-icon4[data-v-1b71bd71] {
    background-position: 0px -50px
}

.index-icon5[data-v-1b71bd71] {
    background-position: -50px -50px
}

.index-icon6[data-v-1b71bd71] {
    background-position: -100px -50px
}

.index-icon7[data-v-1b71bd71] {
    background-position: 0px -100px
}

.index-icon8[data-v-1b71bd71] {
    background-position: -50px -100px
}

.nav-icon-new[data-v-1b71bd71], .nav-icon-hot[data-v-1b71bd71] {
    display: block;
    position: absolute;
    width: 27px;
    height: 13px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/nav-icon-4f56c92e.png);
    background-size: 27px 26px
}

.nav-icon-new[data-v-1b71bd71] {
    background-position: 0px 0px
}

.nav-icon-hot[data-v-1b71bd71] {
    background-position: 0px 13px
}

.app-download .app-header[data-v-6e209014] {
    width: 100%;
    padding-top: 20px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/top_bg-36b8a05f.png) center top no-repeat;
    background-size: 1920px 740px
}

.app-download .app-header .phoneimg[data-v-6e209014] {
    margin-left: 66px;
    margin-top: 120px;
    width: 360px
}

.app-download .app-header h1[data-v-6e209014] {
    font-size: 48px;
    color: #fff;
    margin-top: 130px;
    font-weight: normal
}

.app-download .app-header h2[data-v-6e209014] {
    font-size: 32px;
    color: #fff;
    margin-top: 30px;
    font-weight: normal
}

.app-download .app-header-btn[data-v-6e209014] {
    width: 380px;
    margin-top: 30px
}

.app-download .app-header-btn > img[data-v-6e209014] {
    width: 139px
}

.app-download .app-header-btn .btn[data-v-6e209014] {
    display: block;
    width: 193px;
    height: 58px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    color: #292E31;
    font-size: 18px;
    padding-top: 16px;
    padding-left: 40px;
    margin-top: 3px;
    margin-bottom: 15px
}

.app-download .app-header-btn .btn > span[data-v-6e209014] {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-left: -20px;
    margin-top: 0px
}

.app-download .app-header-btn .android > span[data-v-6e209014] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_android-3cf56c76.png)
}

.app-download .app-header-btn .apple > span[data-v-6e209014] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_apple-29d46ef2.png)
}

.app-download .app-header-btn .btn[data-v-6e209014]:hover {
    opacity: 1;
    color: #128bed
}

.app-download .app-center[data-v-6e209014] {
    width: 100%;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/center_bg-b5e58159.png) center top no-repeat;
    background-size: 1920px 210px;
    height: 210px
}

.app-download .app-container[data-v-6e209014] {
    width: 100%
}

.app-download .app-container > img[data-v-6e209014] {
    display: block;
    width: 1140px;
    margin: auto
}

.app-download .app-flowqrcode[data-v-6e209014] {
    position: fixed;
    right: 30px;
    top: 350px;
    width: 174px;
    height: 210px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    display: none
}

.app-download .app-flowqrcode > img[data-v-6e209014] {
    margin-top: 8px;
    width: 150px
}

.app-download .app-flowqrcode > p[data-v-6e209014] {
    font-size: 16px;
    color: #666;
    margin-top: 10px
}

.frame-view[data-v-b6deacd8] {
    position: relative;
    overflow: hidden
}

.frame-view .frame-view-content[data-v-b6deacd8] {
    position: fixed;
    width: 100%;
    top: 56px;
    bottom: 0px
}

.frame-view iframe[data-v-b6deacd8] {
    margin: 0px;
    width: 100%;
    height: 100%
}

.vip-suggest[data-v-2572870e] {
    background: #f3f9fd;
    padding: 20px
}

.vip-suggest .main-row[data-v-2572870e] {
    max-width: 1150px
}

.vip-suggest .title[data-v-2572870e] {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333;
    margin-top: 5px
}

.vip-suggest .sub-title[data-v-2572870e] {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #128bed;
    margin-top: 20px
}

.vip-suggest .ant-badge[data-v-2572870e] {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.vip-suggest .img[data-v-2572870e] {
    width: 295px
}

.vip-suggest .ant-btn[data-v-2572870e] {
    width: 92px
}

.vip-suggest.new[data-v-2572870e] {
    height: 650px
}

.vip-suggest.new .cell[data-v-2572870e] {
    width: 100%;
    height: 80px;
    background: #f3f9fd;
    display: table;
    border-bottom: solid 1px #eee
}

.vip-suggest.new .cell .cell-ht[data-v-2572870e], .vip-suggest.new .cell .cell-content[data-v-2572870e], .vip-suggest.new .cell .cell-ft[data-v-2572870e] {
    display: table-cell
}

.vip-suggest.new .cell .cell-ht[data-v-2572870e] {
    width: 80px;
    vertical-align: top
}

.vip-suggest.new .cell .cell-content[data-v-2572870e] {
    vertical-align: top
}

.vip-suggest.new .cell .cell-ft[data-v-2572870e] {
    vertical-align: middle;
    width: 120px;
    text-align: right
}

.vip-suggest.new .cell .icon[data-v-2572870e] {
    width: 60px
}

.vip-suggest.new .cell .name[data-v-2572870e] {
    color: #333;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    margin-top: 5px
}

.vip-suggest.new .cell .desc[data-v-2572870e] {
    color: #999;
    font-size: 14px;
    margin-top: 10px
}

.vip-suggest.new .cell .saas-icon[data-v-2572870e] {
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative
}

.vip-suggest.new .cell .saas-icon-vip[data-v-2572870e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-vip-f9a40f9a.png)
}

.vip-suggest.new .cell .saas-icon-svip[data-v-2572870e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-svip-456cf62b.png)
}

.vip-suggest.new .main-row[data-v-2572870e] {
    margin-top: 10px
}

.vip-suggest.new .main-row .ant-badge[data-v-2572870e] {
    margin-bottom: 15px
}

.saas-manage .cell[data-v-4b590f95] {
    width: 100%;
    height: 100px;
    background: #f3f9fd;
    padding: 20px;
    display: table
}

.saas-manage .cell[data-v-4b590f95] {
    margin-bottom: 15px
}

.saas-manage .cell .cell-ht[data-v-4b590f95], .saas-manage .cell .cell-content[data-v-4b590f95], .saas-manage .cell .cell-ft[data-v-4b590f95] {
    display: table-cell
}

.saas-manage .cell .cell-ht[data-v-4b590f95] {
    width: 80px;
    vertical-align: top
}

.saas-manage .cell .cell-content[data-v-4b590f95] {
    vertical-align: top
}

.saas-manage .cell .cell-ft[data-v-4b590f95] {
    vertical-align: middle;
    width: 80px;
    text-align: right
}

.saas-manage .cell .icon[data-v-4b590f95] {
    width: 60px
}

.saas-manage .cell .category-icon[data-v-4b590f95] {
    width: 60px
}

.saas-manage .cell .name[data-v-4b590f95] {
    color: #333;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    margin-top: 5px
}

.saas-manage .cell .desc[data-v-4b590f95] {
    color: #999;
    font-size: 14px;
    margin-top: 10px
}

.saas-manage .cell .pros-text[data-v-4b590f95] {
    color: #999;
    margin-top: 8px
}

.saas-manage.simple[data-v-4b590f95] {
    padding-bottom: 20px
}

.saas-manage.simple .cell[data-v-4b590f95] {
    width: calc(50% - 8px);
    float: left
}

.saas-manage.simple .cell[data-v-4b590f95]:nth-child(odd) {
    margin-right: 15px
}

.saas-icon[data-v-4b590f95] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/saas_icon-f35e9756.png);
    background-size: 120px 240px;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative
}

.saas-icon-kzz[data-v-4b590f95] {
    background-position: 0px -60px
}

.saas-icon-yq[data-v-4b590f95] {
    background-position: 0px 60px
}

.saas-icon-fkgj[data-v-4b590f95] {
    background-position: 0px 0px
}

.saas-icon-czb[data-v-4b590f95] {
    background-position: 0px -120px
}

.saas-icon-ubo[data-v-4b590f95] {
    background-position: -60px -60px
}

.saas-icon-ckk[data-v-4b590f95] {
    background-position: -60px 0px
}

.saas-icon-acct[data-v-4b590f95] {
    background-position: -60px -120px
}


.invite-text[data-v-5320d3a8] {
    line-height: 1.5;
    padding: 4px 11px;
    padding-right: 5px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    min-height: 52px;
    word-break: break-all
}

.invite-textarea[data-v-5320d3a8] {
    width: 1px;
    height: 1px;
    resize: none;
    position: absolute;
    z-index: -100000;
    opacity: 0;
    left: 0px
}

.invite-copy-btn[data-v-5320d3a8] {
    margin-left: -5px;
    margin-right: -15px
}

.steps-content[data-v-3a0cfe8b] {
    padding-top: 10px;
    height: 300px
}

.steps-content .des[data-v-3a0cfe8b] {
    color: #666;
    padding-left: 15px;
    margin-top: 20px
}

.steps-content .fail-list[data-v-3a0cfe8b] {
    height: 150px;
    overflow-y: auto;
    padding-left: 120px
}

.steps-content .fail-list table td[data-v-3a0cfe8b] {
    color: #FD485E;
    padding: 4px 6px
}

.ant-result.step-result {
    padding-top: 10px
}

.ant-result.step-result .ant-result-icon {
    margin-bottom: 20px
}

.ant-result.step-result .ant-result-icon > .anticon {
    font-size: 58px
}

.ant-result.step-result .ant-result-title {
    font-size: 16px;
    color: #333
}

.ant-result.step-result .ant-result-extra {
    margin-top: 15px
}

.form-model-upload .avatar-uploader[data-v-06f360a0] {
    float: left;
    width: auto
}

.form-model-upload .desc[data-v-06f360a0] {
    float: left;
    margin-left: 15px
}

.form-model-upload .desc p[data-v-06f360a0] {
    color: #999;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 22px
}

.verify-input[data-v-f268e810] {
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.verify-btn[data-v-f268e810] {
    width: 30%;
    font-size: 12px;
    padding: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 18px;
    margin-top: -2px;
    margin-left: -1px;
    background: #fff;
    border: 1px solid #D6D6D6;
    border-left: none;
    color: #128BED
}

.change-owner-captcha[data-v-f268e810] {
    margin-top: 20px
}

[data-v-f268e810] .ant-select-selection {
    border: 1px solid #d6d6d6
}

.change-member-info[data-v-f268e810] {
    color: #666;
    font-size: 14px
}

[data-v-f268e810] .nc-container {
    border-radius: 4px;
    height: 32px
}

[data-v-f268e810] .nc-container .nc-lang-cnt {
    border-radius: 4px;
    line-height: 32px !important
}

[data-v-f268e810] .nc-container .nc_scale {
    border-radius: 4px;
    height: 32px !important
}

[data-v-f268e810] .nc-container .nc_scale .nc_iconfont {
    border-radius: 4px;
    height: 32px !important;
    line-height: 32px !important
}

.invite-text[data-v-43d5a32d] {
    line-height: 1.5;
    padding: 4px 11px;
    padding-right: 5px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    min-height: 52px;
    word-break: break-all
}

.invite-textarea[data-v-43d5a32d] {
    width: 1px;
    height: 1px;
    resize: none;
    position: absolute;
    z-index: -100000;
    opacity: 0;
    left: 0px
}

.invite-copy-btn[data-v-43d5a32d] {
    margin-left: -5px;
    margin-right: -15px
}

.left-saas-list[data-v-4bb4aef2] {
    position: fixed;
    top: 56px;
    width: 350px;
    left: 0px;
    bottom: 0px;
    z-index: 1020;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    display: none;
    -webkit-transition: visibility .3s;
    -o-transition: visibility .3s;
    transition: visibility .3s;
    overflow-y: auto
}

.left-saas-list.visible[data-v-4bb4aef2] {
    display: block
}

.left-saas-list .cell[data-v-4bb4aef2] {
    width: 100%;
    height: 80px;
    background: #F3F9FD;
    padding: 10px;
    padding-left: 20px;
    display: table;
    margin-top: 15px;
    margin-bottom: 15px
}

.left-saas-list .cell .cell-ht[data-v-4bb4aef2], .left-saas-list .cell .cell-content[data-v-4bb4aef2], .left-saas-list .cell .cell-ft[data-v-4bb4aef2] {
    display: table-cell
}

.left-saas-list .cell .cell-ht[data-v-4bb4aef2] {
    width: 80px;
    vertical-align: top
}

.left-saas-list .cell .cell-content[data-v-4bb4aef2] {
    vertical-align: top
}

.left-saas-list .cell .cell-ft[data-v-4bb4aef2] {
    vertical-align: middle;
    width: 80px;
    text-align: right
}

.left-saas-list .cell .saas-icon[data-v-4bb4aef2] {
    width: 60px
}

.left-saas-list .cell .category-icon[data-v-4bb4aef2] {
    width: 60px
}

.left-saas-list .cell .name[data-v-4bb4aef2] {
    color: #333;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    margin-top: 5px
}

.left-saas-list .cell .desc[data-v-4bb4aef2] {
    color: #999;
    font-size: 14px;
    margin-top: 10px
}

.left-saas-list .cell:hover .name[data-v-4bb4aef2] {
    color: #128bed
}

.left-saas-list .ant-drawer-mask {
    background: transparent
}

.left-saas-list .ant-drawer-content-wrapper {
    margin-top: 56px
}

.left-saas-list .ant-drawer-body {
    padding: 0px;
    padding-bottom: 5px
}

.w-new-space .ant-drawer-close {
    color: #D6D6D6
}

.w-new-space .user-icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.w-new-space .user-icon-wrap .user-icon {
    position: relative
}

.w-new-space .user-icon-wrap .user-icon .icon {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.w-new-space .user-icon-wrap .user-icon .icon img {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain
}

.w-new-space .user-icon-wrap .user-icon .icon-mask {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0
}

.w-new-space .user-icon-wrap .user-icon .icon-mask i {
    position: relative;
    top: 17px;
    color: #128bed
}

.w-new-space .user-icon-wrap .user-icon:hover .icon-mask {
    display: block
}

.w-new-space .user-icon-wrap .user-icon .user-text {
    font-size: 12px;
    color: #666;
    text-align: center
}

.w-new-space .user-icon-wrap .avatar-uploader > .ant-upload {
    margin: 0;
    width: 56px;
    height: 56px
}

.w-new-space .ant-form-item-label > label::after {
    display: none
}

.w-new-space .ant-form-item-control {
    line-height: unset
}

.w-new-space .jurisdiction {
    margin-right: 20px
}

.w-new-space .ant-radio-wrapper {
    color: #666
}

.w-new-space i {
    vertical-align: middle
}

.w-new-space .ant-radio-wrapper:first-child {
    margin-right: 22px
}

.w-new-space .ant-drawer-footer .blue-gray {
    background: #A0D1F8;
    border: 1px solid #A0D1F8
}

.w-new-space .ant-input-affix-wrapper .ant-input:not(:last-child) {
    padding-right: 66px !important;
    position: relative
}

.w-new-space .ant-input-affix-wrapper .ant-input:not(:last-child) /deep/ .ant-input-suffix {
    right: 40px !important
}

.w-new-space .ant-input-affix-wrapper .ant-input:not(:last-child) .slot-style {
    position: absolute;
    right: 12px
}

.w-new-space .ant-input-group-addon {
    background: #fff !important;
    font-size: 14px;
    color: #999
}

.space-log-model .ant-modal-close-x {
    color: #D6D6D6
}

.space-log-model .oper-wrap {
    font-size: 14px;
    color: #666
}

.space-log-model .oper-wrap .oper-inner {
    color: #333
}

.space-log-model .ant-modal-footer {
    display: none
}

.space-log-model .td-coy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.space-log-model .td-coy .cont {
    margin-left: 10px !important
}

.space-log-model .ant-table-header {
    overflow: auto !important;
    margin-bottom: 0 !important
}

.space-log-model .ant-table-body {
    overflow: auto !important
}

.w-link-invite-modal .content[data-v-95c1a654] {
    font-size: 14px;
    color: #333;
    font-family: 'PingFangSC-Medium'
}

.w-link-invite-modal .thelp[data-v-95c1a654] {
    margin-top: 20px !important;
    padding: 20px 14px !important;
    color: #128bed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.w-link-invite-modal .invite-textarea[data-v-95c1a654] {
    padding: 0;
    resize: none;
    min-height: unset;
    height: 22px !important;
    line-height: 22px;
    border: none;
    background: transparent;
    color: #128bed;
    margin-left: 2px
}

.w-link-invite-modal .invite-textarea[data-v-95c1a654]:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.w-link-invite-modal .footer[data-v-95c1a654] {
    background: #fff
}

.w-link-invite-modal .footer .success-text[data-v-95c1a654] {
    background-color: #52C41B;
    border-color: #52C41B
}

.w-other-link-invite-modal .from-s[data-v-95c1a654] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.w-other-link-invite-modal .from-s > div[data-v-95c1a654] {
    width: 50%
}

.w-other-link-invite-modal .from-s > div[data-v-95c1a654]:first-child {
    margin-right: 20px
}

.w-other-link-invite-modal .ant-modal-content .ant-modal-header {
    display: none !important
}

.w-other-link-invite-modal .modal-header-s::after {
    content: " ";
    position: absolute;
    height: 1px;
    background-color: #eee;
    bottom: 0px;
    left: 20px;
    right: 20px
}

.w-other-link-invite-modal .tab-s .ant-tabs-nav {
    font-size: 16px;
    color: #999
}

.w-other-link-invite-modal .tab-s .ant-tabs-nav .ant-tabs-tab {
    padding: 0 0 16px 0
}

.w-other-link-invite-modal .tab-s .ant-tabs-nav .ant-tabs-tab:hover {
    color: #999;
    font-weight: normal
}

.w-other-link-invite-modal .tab-s .ant-tabs-nav .ant-tabs-tab-active {
    font-weight: bold;
    color: #333 !important
}

.w-other-link-invite-modal .tab-s .ant-tabs-nav .ant-tabs-tab-active:hover {
    font-weight: bold;
    color: #333 !important
}

.new-creat-group-modal .content-wrap[data-v-dc8fcf8e] {
    margin: 8px 0 31px 0;
    text-align: left
}

.new-creat-group-modal .content-wrap .item[data-v-dc8fcf8e] {
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-creat-group-modal .content-wrap .item .item-right .oper > span[data-v-dc8fcf8e] {
    margin-left: 17px;
    color: #666;
    cursor: pointer
}

.new-creat-group-modal .content-wrap .item .item-right .oper > span[data-v-dc8fcf8e]:hover {
    color: #128bed
}

.new-creat-group-modal .content-wrap .item.item-select[data-v-dc8fcf8e] {
    background: #F5F9FF;
    color: #128bed
}

.new-creat-group-modal .content-wrap .item.item-select .oper[data-v-dc8fcf8e] {
    display: block
}

.new-creat-group-modal .content-wrap .item[data-v-dc8fcf8e]:hover {
    background: #F5F9FF;
    color: #128bed
}

.new-creat-group-modal .content-wrap .item:hover .oper[data-v-dc8fcf8e] {
    display: block
}

.new-creat-group-modal .content-wrap .item:hover .oper > span[data-v-dc8fcf8e] {
    margin-left: 17px;
    color: #666;
    cursor: pointer
}

.new-creat-group-modal .content-wrap .item:hover .oper > span[data-v-dc8fcf8e]:hover {
    color: #128bed
}

.new-creat-group-modal input[data-v-dc8fcf8e] {
    height: 40px;
    line-height: 40px
}

.new-creat-group-modal .tab-group {
    text-align: center
}

.new-creat-group-modal .tab-group .ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab {
    padding: 0 0 10px 0
}

.new-creat-group-modal .tab-group .ant-tabs-bar {
    border-bottom: 0
}

.new-creat-group-modal .ant-btn {
    visibility: hidden
}

.new-creat-group-modal .ant-btn-primary {
    visibility: visible
}

.new-creat-group-modal .ant-input-group-addon {
    background: #fff !important;
    color: #999 !important
}

.work-space-confirm-pop .ant-popover-message > .anticon {
    display: none
}

.work-space-confirm-pop .ant-popover-message-title {
    padding-left: 0
}

.work-space-confirm-pop .ant-popover-content {
    position: relative;
    right: -10px
}

.work-space-confirm-pop .ant-popover-content > .ant-popover-arrow {
    top: -4px;
    right: 21px
}

.w-move-group-modal .ant-modal-body[data-v-33dd2347] {
    padding: 10px 20px 40px 20px
}

.w-move-group-modal .thelp-s[data-v-33dd2347] {
    text-align: center
}

.w-move-group-modal .radio-wrap[data-v-33dd2347] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 400px;
    overflow-y: auto
}

.w-move-group-modal .radio-wrap .ant-radio-wrapper[data-v-33dd2347] {
    margin-right: 0;
    font-weight: normal;
    width: 50%
}

.w-select-group-modal .ant-modal-body[data-v-f3a81682] {
    padding: 10px 20px 40px 20px
}

.w-select-group-modal .radio-wrap[data-v-f3a81682] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 428px;
    overflow: auto
}

.w-select-group-modal .radio-wrap .ant-radio-wrapper[data-v-f3a81682] {
    margin-right: 0;
    font-weight: normal
}

.w-select-group-modal .radio-wrap .ant-radio-wrapper span.ant-radio + *[data-v-f3a81682] {
    word-break: break-all
}

.w-select-group-modal .ant-modal-body {
    padding: 10px 20px 40px 20px
}

.w-select-group-modal .ant-modal-close-x {
    color: #D6D6D6
}


.w-add-note-modal .input-compalted[data-v-41cbc996] {
    color: #666666;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    font-size: 14px;
    background: #F6F6F6
}

.w-add-note-modal .content-wrap[data-v-41cbc996] {
    margin-top: 16px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    background: #FCFCFC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.w-add-note-modal .content-wrap .scroll-content[data-v-41cbc996] {
    max-height: 336px;
    min-height: 128px;
    overflow-y: auto
}

.w-add-note-modal .content-wrap .scroll-content[data-v-41cbc996] textarea {
    min-height: 128px !important
}

.w-add-note-modal .content-wrap .scroll-content[data-v-41cbc996] textarea.ant-input {
    padding-left: 0
}

.w-add-note-modal .content-wrap .scroll-content[data-v-41cbc996] .ant-form-item-control-wrapper {
    padding: 0 10px
}

.w-add-note-modal .content-wrap .scroll-content .row-3[data-v-41cbc996] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.w-add-note-modal .content-wrap .scroll-content .row-3 .ant-input-affix-wrapper[data-v-41cbc996] {
    width: 300px
}

.w-add-note-modal .content-wrap .scroll-content .row-3 i[data-v-41cbc996] {
    color: #128bed
}

.w-add-note-modal .content-wrap .scroll-content .row-3 > .oper[data-v-41cbc996] {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-left: 10px
}

.w-add-note-modal .content-wrap .scroll-content .row-3.picture[data-v-41cbc996] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin: 0 9px 15px 9px
}

.w-add-note-modal .content-wrap .scroll-content .row-3.picture .img-wrap[data-v-41cbc996] {
    width: 100px;
    height: 100px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 15px;
    position: relative
}

.w-add-note-modal .content-wrap .scroll-content .row-3.picture .img-wrap .zhezhao[data-v-41cbc996] {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px
}

.w-add-note-modal .content-wrap .scroll-content .row-3.picture .img-wrap .zhezhao .zoom[data-v-41cbc996] {
    position: absolute;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    color: #fff;
    cursor: pointer;
    font-size: 14px
}

.w-add-note-modal .content-wrap .scroll-content .row-3.picture .img-wrap .zhezhao .shanchu[data-v-41cbc996] {
    position: absolute;
    top: 50%;
    right: 35%;
    -webkit-transform: translate(35%, -50%);
    -ms-transform: translate(35%, -50%);
    transform: translate(35%, -50%);
    color: #fff;
    cursor: pointer;
    font-size: 14px
}

.w-add-note-modal .content-wrap .scroll-content .row-3.picture .img-wrap:hover .zhezhao[data-v-41cbc996] {
    display: block
}

.w-add-note-modal .content-wrap .scroll-content .row-3.picture .img-wrap[data-v-41cbc996]:nth-child(5n) {
    margin-right: 0px
}

.w-add-note-modal .content-wrap .scroll-content .row-3.picture .img-wrap img[data-v-41cbc996] {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain
}

.w-add-note-modal .content-wrap .oper-wrap[data-v-41cbc996] {
    height: 32px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    background: #F6F6F6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.w-add-note-modal .content-wrap .oper-wrap .oper-text[data-v-41cbc996] {
    margin-right: 30px;
    cursor: pointer;
    color: #999;
    font-size: 14px
}

.w-add-note-modal .content-wrap .oper-wrap .oper-text[data-v-41cbc996]:hover {
    color: #128bed
}

.w-add-note-modal .content-wrap .oper-wrap .oper-text i[data-v-41cbc996] {
    margin-right: 2px;
    width: 22px;
    height: 22px
}

.w-add-note-modal .ant-modal-body {
    padding: 16px 20px 40px 20px
}

.w-add-note-modal .ant-modal-body textarea.ant-input {
    border: none;
    resize: none;
    background: #FCFCFC;
    margin-top: 5px
}

.w-add-note-modal .ant-modal-body textarea.ant-input:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.w-add-note-modal .ant-upload-list {
    display: none
}

.w-add-note-modal .input-completed .ant-input {
    color: #128bed
}

.w-add-note-modal .input-ing .ant-input {
    color: #333
}

.w-manage-member-modal .ant-drawer-footer .blue-gray[data-v-83a649b8] {
    background: #A0D1F8;
    border: 1px solid #A0D1F8
}

.w-manage-member-modal .member-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: 100%
}

.w-manage-member-modal .member-wrap .ant-btn-primary[disabled] {
    background: #F6F6F6;
    color: #666;
    border-color: #D6D6D6
}

.w-manage-member-modal .member-wrap .ant-transfer-list .ant-transfer-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
    margin: 0px 12px;
    width: calc(100% - 24px)
}

.w-manage-member-modal .member-wrap .ant-transfer-list .ant-transfer-list-header .ant-transfer-list-header-selected {
    padding-left: 0
}

.w-manage-member-modal .member-wrap .ant-transfer-list .ant-transfer-list-header .ant-transfer-list-header-selected > span {
    left: 0px
}

.w-manage-member-modal .member-wrap .ant-transfer-list .ant-transfer-list-header .ant-transfer-list-header-selected > span:first-child {
    display: none
}

.w-manage-member-modal .member-wrap .ant-transfer-list .ant-transfer-list-content .LazyLoad {
    height: 42px !important;
    margin: 10px 0
}

.w-manage-member-modal .member-wrap .ant-transfer-list .ant-transfer-list-content .LazyLoad .ant-transfer-list-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.w-manage-member-modal .member-wrap .ant-transfer-list .ant-transfer-list-content .LazyLoad .ant-transfer-list-content-item .ant-transfer-list-content-item-text {
    padding-left: 0
}


.w-feed-back-modal .ant-modal-content .ant-modal-header {
    display: none !important
}

.w-feed-back-modal .ant-modal-body {
    padding: 20px 20px 40px 20px
}

.w-feed-back-modal .feed-back-result {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    font-family: 'PingFangSC-Medium'
}

.w-feed-back-modal .icon {
    margin-top: 19px;
    text-align: center
}

.w-feed-back-modal .icon i {
    font-size: 53px;
    font-weight: bold;
    color: #52C41A;
    text-align: center
}

.w-feed-back-modal .text {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    color: #333
}

.w-feed-back-modal .tip {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #999
}

.w-feed-back-modal .ant-modal-footer .ant-btn:first-child {
    display: none
}

.w-import-modal .ant-modal-body[data-v-3faa52ce] {
    padding: 20px 20px 20px 40px
}

.w-import-modal .ant-modal-body .notice-item[data-v-3faa52ce] {
    margin-top: 20px
}

.w-import-modal .ant-modal-body .notice-item .notice-title[data-v-3faa52ce] {
    font-size: 14px;
    color: #333;
    font-weight: 600
}

.w-import-modal .ant-modal-body .notice-item .notice-text[data-v-3faa52ce] {
    margin-top: 5px;
    font-size: 14px;
    color: #666
}

.w-import-modal .ant-modal-footer .footer-wrap[data-v-3faa52ce] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.w-import-modal .ant-modal-footer .footer-wrap .footer-left[data-v-3faa52ce] {
    font-size: 14px
}

.w-import-modal .ant-modal-footer .footer-wrap .footer-left .m-t-md[data-v-3faa52ce] {
    margin: 0
}

.w-import-modal .ant-upload-drag {
    background: #F3F9FD !important;
    border: 1px dashed #128bed;
    text-align: center;
    width: 100%;
    height: 150px
}

.w-import-modal .ant-upload-drag i {
    font-size: 64px;
    color: #128bed
}

.w-import-modal .ant-upload-drag .tip {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-top: 5px
}

.w-import-modal .ant-upload-drag .file-desc {
    font-size: 14px;
    color: #999
}

.w-import-modal .status {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #13C261;
    position: relative;
    top: -2px
}


.w-not-exist-space-modal .ant-modal-body {
    padding: 20px 20px 40px 20px
}

.w-not-exist-space-modal .ant-modal-body i {
    color: #128bed;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.w-not-exist-space-modal .ant-modal-body .text {
    font-size: 14px;
    color: #333
}

.w-not-exist-space-modal .ant-modal-close-x {
    color: #D6D6D6
}

.w-not-exist-space-modal .ant-btn {
    visibility: hidden
}

.w-not-exist-space-modal .ant-btn-primary {
    visibility: visible
}

.qiye-base .base-top[data-v-3396304d] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/base_top-acee90f7.png);
    background-size: cover
}

.qiye-base .title[data-v-3396304d] {
    margin-top: 5px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC
}

.qiye-base .part-vip[data-v-3396304d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 660px;
    padding: 0px
}

.qiye-base[data-v-3396304d] .ant-tabs-tab-active {
    color: #333;
    font-weight: bold
}

.qiye-base .edit[data-v-3396304d] {
    height: 22px;
    width: 22px;
    margin-right: 2px;
    margin-bottom: 3px
}

.qiye-base .edit_text[data-v-3396304d] {
    cursor: pointer;
    font-size: 14px;
    color: #128bed;
    margin-left: 10px
}

.record-list .item[data-v-70f5d1a6] {
    position: relative
}

.record-list .title[data-v-70f5d1a6] {
    font-size: 16px;
    color: #333
}

.record-list .des[data-v-70f5d1a6] {
    font-size: 14px;
    color: #999;
    margin-top: 5px
}

.record-list .action[data-v-70f5d1a6] {
    position: absolute;
    right: 0px;
    top: 15px
}

.record-list .action .text-success[data-v-70f5d1a6] {
    color: #52C41B
}

.record-list .action i[data-v-70f5d1a6] {
    font-size: 18px
}

.member-modal .mixin-modal-body[data-v-d64bcd2e] {
    padding-right: 0;
    padding-left: 0;
    min-height: 300px;
    max-height: 600px;
    overflow-y: auto
}

.member-modal .mixin-modal-body .danger-tip[data-v-d64bcd2e] {
    color: #FF2D57
}

.member-modal .mixin-modal-body .mixin-modal-item[data-v-d64bcd2e] {
    margin: 0 15px;
    height: 58px
}

.member-modal .mixin-modal-body .progress-modal[data-v-d64bcd2e] {
    width: 100%
}

.member-modal .mixin-modal-body .progress-modal .member-progress[data-v-d64bcd2e] {
    width: 300px
}

.member-modal .empty-qiye-body[data-v-d64bcd2e] {
    color: #666;
    width: 100%;
    height: 108px
}

.qiye-member .batch-bar[data-v-29337dc8] {
    position: absolute;
    bottom: 0px;
    left: 240px;
    right: 0px;
    padding: 12px 20px;
    -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1)
}

.qiye-member .batch-bar .select-number[data-v-29337dc8] {
    line-height: 32px
}

.qiye-member .company-show-service-btn[data-v-29337dc8] {
    cursor: pointer
}

.qiye-member .e-member-name[data-v-29337dc8] {
    max-width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.qiye-member .qiyem-change-master[data-v-29337dc8] {
    display: block
}

.add-btn[data-v-1d2f0b38] {
    float: right;
    margin-top: -5px;
    margin-right: -15px
}

.qiye-vip .rlist a[data-v-2eb84b0e] {
    color: #333;
    display: block;
    width: 100%
}

.qiye-vip .rlist a.active[data-v-2eb84b0e] {
    color: #128bed
}

.qiye-vip .info-bar[data-v-2eb84b0e] {
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 15px
}

.qiye-vip .e-vip-table-name[data-v-2eb84b0e] {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.qiye-vip .percent-pie[data-v-2eb84b0e] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    width: 100px;
    height: 100px;
    position: relative;
    top: -10px;
    left: -15px
}

.qiye-vip .panel-body-vip-page[data-v-2eb84b0e] {
    max-height: calc(100vh - 230px)
}

.qiye-vip .panel-body[data-v-2eb84b0e] {
    overflow-y: auto;
    padding-right: 10px
}

.qiye-vip .panel-body > div[data-v-2eb84b0e] {
    margin-bottom: 20px
}

.qiye-vip .pfooter[data-v-2eb84b0e] {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    border-top: solid 1px #eee;
    padding-top: 5px;
    padding-bottom: 5px
}

.qiye-vip .pfooter .info[data-v-2eb84b0e] {
    padding-left: 20px;
    color: #666666;
    line-height: 40px
}

.qiye-vip .pfooter .info[data-v-2eb84b0e]:hover {
    background: #f3f9fd
}

.qiye-vip .visit-count[data-v-2eb84b0e] {
    height: 200px;
    border-right: solid 1px #eee;
    margin-right: 15px
}

.qiye-vip .visit-count .title[data-v-2eb84b0e] {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px
}

.qiye-vip .visit-count .l[data-v-2eb84b0e] {
    margin-bottom: 20px
}

.qiye-vip .visit-count .t[data-v-2eb84b0e] {
    display: inline-block;
    color: #999;
    width: 60px
}

.add-btn[data-v-b4c44dd0] {
    position: relative;
    top: -50px
}

.qiye-vip .rlist a[data-v-11cc677c] {
    color: #333;
    display: block;
    width: 100%
}

.qiye-vip .rlist a.active[data-v-11cc677c] {
    color: #128bed
}

.qiye-vip .info-bar[data-v-11cc677c] {
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 15px
}

.qiye-vip .e-vip-table-name[data-v-11cc677c] {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.qiye-vip .percent-pie[data-v-11cc677c] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    width: 100px;
    height: 100px;
    position: relative;
    top: -10px;
    left: -15px
}

.qiye-vip .panel-body-vip-page[data-v-11cc677c] {
    max-height: calc(100vh - 230px)
}

.qiye-vip .panel-body[data-v-11cc677c] {
    overflow-y: auto;
    padding-right: 10px
}

.qiye-vip .panel-body > div[data-v-11cc677c] {
    margin-bottom: 20px
}

.qiye-vip .pfooter[data-v-11cc677c] {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    border-top: solid 1px #eee;
    padding-top: 5px;
    padding-bottom: 5px
}

.qiye-vip .pfooter .info[data-v-11cc677c] {
    padding-left: 20px;
    color: #666666;
    line-height: 40px
}

.qiye-vip .pfooter .info[data-v-11cc677c]:hover {
    background: #f3f9fd
}

.qiye-vip .visit-count[data-v-11cc677c] {
    height: 200px;
    border-right: solid 1px #eee;
    margin-right: 15px
}

.qiye-vip .visit-count .title[data-v-11cc677c] {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px
}

.qiye-vip .visit-count .l[data-v-11cc677c] {
    margin-bottom: 20px
}

.qiye-vip .visit-count .t[data-v-11cc677c] {
    display: inline-block;
    color: #999;
    width: 60px
}

.qiye-vip .rlist a[data-v-fa66eda2] {
    color: #333;
    display: block;
    width: 100%
}

.qiye-vip .rlist a.active[data-v-fa66eda2] {
    color: #128bed
}

.qiye-vip .info-bar[data-v-fa66eda2] {
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 15px
}

.qiye-vip .e-vip-table-name[data-v-fa66eda2] {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.qiye-vip .percent-pie[data-v-fa66eda2] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    width: 100px;
    height: 100px;
    position: relative;
    top: -10px;
    left: -15px
}

.qiye-vip .panel-body-vip-page[data-v-fa66eda2] {
    max-height: calc(100vh - 230px)
}

.qiye-vip .panel-body[data-v-fa66eda2] {
    overflow-y: auto;
    padding-right: 10px
}

.qiye-vip .panel-body > div[data-v-fa66eda2] {
    margin-bottom: 20px
}

.qiye-vip .pfooter[data-v-fa66eda2] {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    border-top: solid 1px #eee;
    padding-top: 5px;
    padding-bottom: 5px
}

.qiye-vip .pfooter .info[data-v-fa66eda2] {
    padding-left: 20px;
    color: #666666;
    line-height: 40px
}

.qiye-vip .pfooter .info[data-v-fa66eda2]:hover {
    background: #f3f9fd
}

.qiye-vip .visit-count[data-v-fa66eda2] {
    height: 200px;
    border-right: solid 1px #eee;
    margin-right: 15px
}

.qiye-vip .visit-count .title[data-v-fa66eda2] {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px
}

.qiye-vip .visit-count .l[data-v-fa66eda2] {
    margin-bottom: 20px
}

.qiye-vip .visit-count .t[data-v-fa66eda2] {
    display: inline-block;
    color: #999;
    width: 60px
}


.qiye-statistic .rank[data-v-68be490e] {
    margin-top: 10px;
    margin-bottom: 15px
}

.qiye-statistic .rank-title[data-v-68be490e] {
    font-size: 16px;
    color: #333;
    font-family: PingFangSC-Medium, PingFang SC;
    margin-bottom: 20px
}

.qiye-statistic .rank-item[data-v-68be490e] {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.qiye-statistic .rank-item > a[data-v-68be490e] {
    color: #333;
    margin-left: 3px
}

.qiye-base .title[data-v-2d6f972a] {
    margin-top: 5px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC
}

.qiye-role .rlist a[data-v-3803a657] {
    color: #333
}

.qiye-role .rlist a.active[data-v-3803a657] {
    color: #128bed
}

.qiye-role .alist .header[data-v-3803a657] {
    background: #F3F9FD;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #666
}

.qiye-role .alist .title[data-v-3803a657] {
    color: #333
}

.qiye-safe .ant-list-item-meta-title[data-v-8939987e] {
    margin-top: 0px
}

.qiye-invite .slogo .img[data-v-8ae9b2d6] {
    margin-top: 90px
}

.qiye-invite-result[data-v-8ae9b2d6] {
    padding-top: calc(50vh - 280px);
    text-align: center
}

.qiye-invite-result img[data-v-8ae9b2d6] {
    width: 240px
}

.qiye-invite-result .title[data-v-8ae9b2d6] {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 20px
}

.qiye-create[data-v-02b8ff53] {
    margin-top: calc(50vh - 280px)
}

.qiye-create .panel .form-footer[data-v-02b8ff53] {
    margin-top: 50px
}

.qiye-create .ant-checkbox-wrapper[data-v-02b8ff53] {
    font-weight: normal;
    margin-top: 5px
}

.qiye-create .ant-input-number[data-v-02b8ff53] {
    width: 100%
}

.qiye-create .ant-btn[data-v-02b8ff53] {
    width: 74px
}

.qiye-create .name-input[data-v-02b8ff53] {
    width: calc(100% - 52px)
}

.qiye-create .text-count[data-v-02b8ff53] {
    display: inline-block;
    width: 42px;
    margin-left: 10px;
    color: #D6D6D6
}

.qiye-change[data-v-7504ba69] {
    margin-top: calc(50vh - 300px);
    width: 800px
}

.qiye-change .panel[data-v-7504ba69] {
    height: 500px
}

.qiye-change .slogo .img[data-v-7504ba69] {
    margin-top: 60px
}

.qiye-change .list[data-v-7504ba69] {
    margin-top: 15px;
    margin-left: -20px;
    margin-right: -20px;
    max-height: 325px;
    overflow-y: auto
}

.qiye-change .list .ant-list-item[data-v-7504ba69] {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none;
    position: relative;
    cursor: pointer
}

.qiye-change .list .ant-list-item[data-v-7504ba69]:hover, .qiye-change .list .ant-list-item.active[data-v-7504ba69] {
    background: #F3F9FD
}

.qiye-change .list .ant-list-item:hover .ant-list-item-meta-title[data-v-7504ba69], .qiye-change .list .ant-list-item.active .ant-list-item-meta-title[data-v-7504ba69] {
    color: #128bed
}

.qiye-change .list .ant-list-item .ant-list-item-meta-title[data-v-7504ba69] {
    margin-top: 5px
}

.qiye-change .list .ant-list-item .ant-list-item-meta-description[data-v-7504ba69] {
    margin-top: 5px;
    margin-bottom: 3px
}

.qiye-change .list .ant-list-item .ant-avatar[data-v-7504ba69] {
    margin-top: 8px
}

.qiye-change .list .ant-list-item .right-arrow[data-v-7504ba69] {
    position: absolute;
    color: #666666;
    right: 20px
}

.qiye-change .list .ant-list-item .icon-add[data-v-7504ba69] {
    background: #EEEEEE;
    color: #999
}

.qiye-change .list .ant-list-item .icon-vip[data-v-7504ba69], .qiye-change .list .ant-list-item .icon-svip[data-v-7504ba69] {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.qiye-change .list .ant-list-item .icon-vip[data-v-7504ba69] {
    display: inline-block;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_VIP-afd2c29c.svg);
    background-size: 30px 14px;
    width: 30px;
    height: 14px
}

.qiye-change .list .ant-list-item .icon-svip[data-v-7504ba69] {
    display: inline-block;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_SVIP-0c7b2886.svg);
    background-size: 38px 14px;
    width: 38px;
    height: 14px
}

.qiye-change .list .ant-list-item .dline[data-v-7504ba69] {
    position: absolute;
    bottom: 0px;
    background: #eee;
    left: 20px;
    right: 20px;
    height: 1px
}

.qiye-change .list .ant-list-item .add-cell .ant-list-item-meta-title[data-v-7504ba69] {
    color: #999
}

.qiye-change .list .ant-list-item .add-cell .ant-list-item-meta-description[data-v-7504ba69] {
    color: #d6d6d6
}

.qiye-intro header[data-v-29aba738] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bg-9bb7f374.png);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 120px
}

.qiye-intro header .container[data-v-29aba738] {
    position: relative
}

.qiye-intro header .title[data-v-29aba738] {
    width: 470px;
    position: absolute;
    left: 20px;
    top: 136px
}

.qiye-intro header .headpic[data-v-29aba738] {
    width: 700px;
    position: absolute;
    right: -5px;
    top: 116px
}

.qiye-intro header .start-btn[data-v-29aba738] {
    background-color: #fff;
    color: #128bed;
    width: 120px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 20px;
    top: 345px
}

.qiye-intro .feats[data-v-29aba738] {
    position: relative;
    margin-bottom: 130px
}

.qiye-intro .feats .feat-icon[data-v-29aba738] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/btn-f82187ea.png);
    background-size: 120px 180px;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px
}

.qiye-intro .feats .feat-icon.create[data-v-29aba738] {
    background-position: -60px 0px
}

.qiye-intro .feats .feat-icon.member[data-v-29aba738] {
    background-position: -60px -60px
}

.qiye-intro .feats .feat-icon.vip[data-v-29aba738] {
    background-position: -60px -120px
}

.qiye-intro .feats .feats-info[data-v-29aba738] {
    width: 470px
}

.qiye-intro .feats .feats-info .feat-item[data-v-29aba738] {
    cursor: pointer;
    height: 82px;
    padding-left: 20px;
    margin-bottom: 20px;
    border-bottom: solid 2px transparent;
    -webkit-transform: all .3s;
    -ms-transform: all .3s;
    transform: all .3s
}

.qiye-intro .feats .feats-info .feat-item .feat-desc[data-v-29aba738] {
    padding-top: 5px
}

.qiye-intro .feats .feats-info .feat-item .feat-desc h4[data-v-29aba738] {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 7px;
    color: rgba(0, 0, 0, 0.85)
}

.qiye-intro .feats .feats-info .feat-item .feat-desc p[data-v-29aba738] {
    color: #666
}

.qiye-intro .feats .feats-info .feat-item.active[data-v-29aba738] {
    border-bottom-color: #128bed
}

.qiye-intro .feats .feats-info .feat-item.active h4[data-v-29aba738] {
    color: #128bed
}

.qiye-intro .feats .feats-info .feat-item.active .feat-icon.create[data-v-29aba738] {
    background-position: -0px 0px
}

.qiye-intro .feats .feats-info .feat-item.active .feat-icon.member[data-v-29aba738] {
    background-position: 0px -60px
}

.qiye-intro .feats .feats-info .feat-item.active .feat-icon.vip[data-v-29aba738] {
    background-position: 0px -120px
}

.qiye-intro .feats .feats-preview[data-v-29aba738] {
    position: absolute;
    width: 50%;
    right: 50px;
    top: -10px
}

.qiye-intro .feats .feats-preview img[data-v-29aba738] {
    width: 660px
}

.qiye-intro .imgds .hl[data-v-29aba738] {
    margin-bottom: 100px
}

.qiye-intro .imgds .hl .hl-img[data-v-29aba738] {
    width: 670px;
    float: left
}

.qiye-intro .imgds .hl .hl-info[data-v-29aba738] {
    height: 452px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 40px
}

.qiye-intro .imgds .hl .hl-info h4[data-v-29aba738] {
    font-size: 30px;
    margin-bottom: 20px
}

.qiye-intro .imgds .hl .hl-info p[data-v-29aba738] {
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 14px;
    color: #666;
    white-space: pre-wrap;
    width: 453px;
    line-height: 22px
}

.qiye-intro .imgds .rhl .hl-img[data-v-29aba738] {
    float: right
}

.qiye-intro .trial[data-v-29aba738] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bottom_bg-579d022b.png);
    background-size: cover;
    background-position: center;
    height: 240px;
    position: relative;
    margin-bottom: -50px
}

.qiye-intro .trial .start-btn[data-v-29aba738] {
    width: 120px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    background-color: #128bed;
    color: #fff;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.saas-intro[data-v-fe4b90a4] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bg-92a1b425.png);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 810px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 120px;
    margin-bottom: -50px
}

.saas-intro .container[data-v-fe4b90a4] {
    position: relative
}

.saas-intro .contact-panel[data-v-fe4b90a4] {
    width: 452px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 2;
    padding: 20px 20px
}

.saas-intro .contact-panel .sales-intro[data-v-fe4b90a4] {
    width: 412px
}

.saas-intro .contact-panel .f-checkbox[data-v-fe4b90a4] {
    margin-top: 5px
}

.saas-intro .contact-panel .act-area[data-v-fe4b90a4] {
    padding-top: 20px;
    padding-bottom: 2px;
    border-top: solid 1px #eee;
    text-align: center;
    margin-top: -10px
}

.saas-intro .contact-panel .act-area .ant-btn[data-v-fe4b90a4] {
    width: 160px
}

.qiye-base .title[data-v-dd4aacf6] {
    margin-top: 5px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC
}

.add-btn[data-v-30570189] {
    float: right;
    margin-top: -5px;
    margin-right: -15px
}

.qiye-saas-view .rlist a[data-v-0197c24b] {
    color: #333;
    display: block;
    width: 100%
}

.qiye-saas-view .rlist a.active[data-v-0197c24b] {
    color: #128bed
}

.qiye-saas-view .info-bar[data-v-0197c24b] {
    min-width: 1000px;
    max-width: 1500px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 15px
}

.qiye-saas-view .info-bar .per[data-v-0197c24b] {
    width: 100px;
    margin-top: 15px
}

.qiye-saas-view .info-bar .category-icon[data-v-0197c24b] {
    width: 60px
}

.qiye-saas-view .percent-pie[data-v-0197c24b] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    width: 100px;
    height: 100px;
    position: relative;
    top: -10px;
    left: -15px
}

.qiye-saas-view .rlist a[data-v-5f5c68ba] {
    color: #333;
    display: block;
    width: 100%
}

.qiye-saas-view .rlist a.active[data-v-5f5c68ba] {
    color: #128bed
}

.qiye-saas-view .info-bar[data-v-5f5c68ba] {
    min-width: 1000px;
    max-width: 1500px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 15px
}

.qiye-saas-view .info-bar .per[data-v-5f5c68ba] {
    width: 100px;
    margin-top: 15px
}

.qiye-saas-view .info-bar .category-icon[data-v-5f5c68ba] {
    width: 60px
}

.qiye-saas-view .percent-pie[data-v-5f5c68ba] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    width: 100px;
    height: 100px;
    position: relative;
    top: -10px;
    left: -15px
}

.qiye-saas-view .rlist a[data-v-2fce5a2c] {
    color: #333;
    display: block;
    width: 100%
}

.qiye-saas-view .rlist a.active[data-v-2fce5a2c] {
    color: #128bed
}

.qiye-saas-view .info-bar[data-v-2fce5a2c] {
    min-width: 1000px;
    max-width: 1500px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 15px
}

.qiye-saas-view .info-bar .per[data-v-2fce5a2c] {
    width: 100px;
    margin-top: 15px
}

.qiye-saas-view .info-bar .category-icon[data-v-2fce5a2c] {
    width: 60px
}

.qiye-saas-view .percent-pie[data-v-2fce5a2c] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    width: 100px;
    height: 100px;
    position: relative;
    top: -10px;
    left: -15px
}

.order-view .pub-info h4[data-v-2cb4782e] {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #333
}

.order-view .pub-info p[data-v-2cb4782e] {
    color: #666;
    margin-bottom: 3px
}

.order-view .pub-info .card-no[data-v-2cb4782e] {
    display: inline-block;
    background: #D5ECFF;
    padding: 9px 15px;
    color: #333333
}

.tooltip-text[data-v-2cb4782e] {
    font-size: 12px
}

.order-view .pub-info h4[data-v-ce18d2ec] {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #333
}

.order-view .pub-info p[data-v-ce18d2ec] {
    color: #666;
    margin-bottom: 3px
}

.order-view .pub-info .card-no[data-v-ce18d2ec] {
    display: inline-block;
    background: #D5ECFF;
    padding: 9px 15px;
    color: #333333
}

.tooltip-text[data-v-ce18d2ec] {
    font-size: 12px
}

.order-view .pub-info h4[data-v-df401e12] {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #333
}

.order-view .pub-info p[data-v-df401e12] {
    color: #666;
    margin-bottom: 3px
}

.order-view .pub-info .card-no[data-v-df401e12] {
    display: inline-block;
    background: #D5ECFF;
    padding: 9px 15px;
    color: #333333
}

.tooltip-text[data-v-df401e12] {
    font-size: 12px
}

.tec .top-bg[data-v-793bf6ca] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/tec_bg-84e1be35.png);
    background-size: cover;
    background-position: center;
    height: 200px;
    margin-bottom: 15px;
    padding-top: 75px
}

.tec .top-bg h1[data-v-793bf6ca] {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400
}

.tec .tec-panel[data-v-793bf6ca] {
    margin-bottom: 40px;
    margin-right: -20px
}

.tec .tec-panel .item[data-v-793bf6ca] {
    position: relative;
    background: #fff;
    height: 152px;
    float: left;
    width: 393px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 15px 15px;
    border: solid 1px #eee
}

.tec .tec-panel .item .title[data-v-793bf6ca] {
    font-size: 16px;
    color: #333;
    font-weight: bold
}

.tec .tec-panel .item .count[data-v-793bf6ca] {
    color: #999;
    font-size: 16px;
    margin-left: 5px
}

.tec .tec-panel .item .content[data-v-793bf6ca] {
    color: #666;
    height: 84px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.tec .tec-panel .item[data-v-793bf6ca]:hover {
    background: #F3F9FD
}

.tec .tec-panel .item:hover .title[data-v-793bf6ca] {
    color: #128bed
}

.tec .pills .pills-header[data-v-793bf6ca] {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    padding: 0px;
    font-weight: bold;
    padding-left: 10px
}

.tec .pills .pills-header a[data-v-793bf6ca] {
    color: #333
}

.tec .pills .pills-header a[data-v-793bf6ca]:hover {
    color: #128bed
}

.tec .pills .pills-item[data-v-793bf6ca] {
    line-height: 28px;
    padding: 0px 15px;
    color: #666
}

.tec .pills .pills-item[data-v-793bf6ca]:hover {
    background: none;
    color: #128bed
}

.tec .pills .pills-item:hover .text-gray[data-v-793bf6ca] {
    color: #999
}

.ntable-list .title[data-v-26c0c804] {
    display: inline-block
}

.pills-elib-foot[data-v-73788621] {
    text-align: right
}

.vip-tag[data-v-73788621] {
    position: absolute;
    width: 20px;
    height: 9px;
    background-image: url(../../../images/website/company/icon_vip_tag-53a3d7fe.png);
    background-size: 20px 9px;
    margin-left: 66px;
    margin-top: -2px
}

[data-v-695a3908] .new-company-pay-vip .pay-intro img {
    height: 280px !important
}

.pills-elib-foot[data-v-f14c432e] {
    text-align: right
}

.vip-tag[data-v-f14c432e] {
    position: absolute;
    width: 20px;
    height: 9px;
    background-image: url(../../../images/website/company/icon_vip_tag-53a3d7fe.png);
    background-size: 20px 9px;
    margin-left: 66px;
    margin-top: -2px
}


.chain-search .chain-header[data-v-1e680aaf] {
    height: 350px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/chain_bg-be78b236.png);
    background-size: cover;
    background-position: center;
    padding-top: 70px
}

.chain-search .search-area[data-v-1e680aaf] {
    width: 880px;
    margin: auto
}

.chain-search .search-area .title[data-v-1e680aaf] {
    text-align: center;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: normal;
    color: #fff
}

.chain-search .search-area .input-group[data-v-1e680aaf] {
    margin-top: 60px
}

.chain-search .search-area .input-group .clear-searchkey[data-v-1e680aaf] {
    cursor: pointer;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_delete_xs-8c182570.png);
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    opacity: 1;
    top: 20px;
    right: 120px;
    z-index: 5
}

.chain-search .search-area .input-group .clear-searchkey[data-v-1e680aaf]:hover {
    opacity: 0.8
}

.chain-search .search-area .input-group .form-control[data-v-1e680aaf] {
    border: none;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    border: solid 1px #eee;
    height: 56px
}

.chain-search .search-area .input-group .form-control.no-br[data-v-1e680aaf] {
    border-bottom-left-radius: 0px
}

.chain-search .search-area .input-group .searchbtn[data-v-1e680aaf] {
    background: #128bed;
    font-size: 20px;
    color: #fff;
    padding: 5px 20px 5px;
    height: 56px;
    border: none;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    outline: none
}

.chain-search .search-area .search-section[data-v-1e680aaf] {
    width: 780px;
    position: absolute;
    z-index: 10
}

.chain-search .search-area .search-section .search-list[data-v-1e680aaf] {
    border: 1px solid #eee;
    border-top: none
}

.chain-search .search-area .search-section .search-list .list-group-item[data-v-1e680aaf] {
    border-width: 1px 0;
    border-radius: 0;
    border-color: #FAFAFA;
    color: #333
}

.chain-search .search-area .search-section .search-list .list-group-item[data-v-1e680aaf]:first-child {
    border-top: 0
}

.chain-search .search-area .search-section .search-list .list-group-item.keyMove[data-v-1e680aaf] {
    background-color: #FAFAFA
}

.chain-search .search-area .search-section .search-list .list-group-item[data-v-1e680aaf]:hover {
    background-color: #F3F9FD;
    color: #128bed
}

.chain-search .search-area .search-section .search-list .cell[data-v-1e680aaf] {
    display: table;
    width: 100%
}

.chain-search .search-area .search-section .search-list .logo[data-v-1e680aaf] {
    width: 32px;
    display: table-cell;
    vertical-align: middle
}

.chain-search .search-area .search-section .search-list .logo > .app-auto-logo[data-v-1e680aaf] {
    vertical-align: middle
}

.chain-search .search-area .search-section .search-list .text[data-v-1e680aaf] {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6
}

.chain-search .search-area .search-section .search-list .stext[data-v-1e680aaf] {
    line-height: 1.2;
    font-size: 12px;
    color: #999
}

.chain-search .search-area .search-section .search-list .usericon[data-v-1e680aaf] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    float: left;
    margin-right: 10px
}

.chain-search .search-area .search-section .search-list .usericon[first-letter][data-v-1e680aaf]:not([style]):empty:before {
    color: #fff !important;
    font-size: 16px;
    line-height: 32px
}

.chain-search .search-area .search-section .search-list .rstu[data-v-1e680aaf] {
    display: table-cell;
    text-align: right;
    padding-left: 10px;
    vertical-align: middle
}

.chain-search .search-area .search-section .search-list .ntag[data-v-1e680aaf] {
    padding: 4px;
    white-space: nowrap;
    vertical-align: baseline
}

.chain-search .filter-area[data-v-1e680aaf] {
    margin-top: 15px;
    background: #fff;
    border: solid 1px #eee;
    padding: 15px 15px
}

.chain-search .list[data-v-1e680aaf] {
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px
}

.chain-search .list .item[data-v-1e680aaf] {
    width: 400px;
    height: 260px;
    display: block;
    float: left;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    margin: 5px
}

.chain-search .list .item > img[data-v-1e680aaf] {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.chain-search .list .item .title[data-v-1e680aaf] {
    position: absolute;
    text-align: center;
    color: #fff;
    margin: 0px;
    width: 100%;
    line-height: 260px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s
}

.chain-search .list .item .mp-tag[data-v-1e680aaf] {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px 8px;
    z-index: 4
}

.chain-search .list .item .mp-tag.k[data-v-1e680aaf] {
    background: #128bed;
    color: #fff
}

.chain-search .list .item .mp-tag.t[data-v-1e680aaf] {
    background: #E7F4FF;
    color: #128bed
}

.chain-search .list .item .title[data-v-1e680aaf]:hover {
    background: rgba(0, 0, 0, 0)
}

.chain-search .list .item .title:hover + img[data-v-1e680aaf] {
    -webkit-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04)
}

.industry-detail .prod-list .list-item[data-v-27e31bfb] {
    width: 25%
}

.industry-detail .prod-list .list-item .prod-img[data-v-27e31bfb] {
    display: inline-block;
    width: 40px;
    height: auto;
    max-height: 40px
}

.industry-detail .company-list .list-item[data-v-27e31bfb] {
    width: 50%
}

.industry-detail .company-list .list-item .company-img[data-v-27e31bfb] {
    display: inline-block;
    width: 40px;
    height: auto;
    max-height: 40px
}

.industry-list[data-v-8ca397ae] {
    padding: 22px 19px;
    border-top: solid 1px #eee
}

.industry-list .industry-type .type-title .left-border[data-v-8ca397ae] {
    border-left: 4px solid #128BED
}

.industry-list .industry-type .type-title .title-name[data-v-8ca397ae] {
    color: #333;
    margin-left: 6px
}

.industry-list .industry-type .type-list[data-v-8ca397ae] {
    margin: 10px 0 10px
}

.industry-list .industry-type .type-list .type-item[data-v-8ca397ae] {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 6px;
    color: #666666;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    margin-right: 25px;
    cursor: pointer
}

.industry-list .industry-type .type-list .type-item.type-active[data-v-8ca397ae] {
    border: 1px solid #128BED;
    color: #128BED
}

.chain-detail .chain-bg[data-v-0c1812b0] {
    padding: 15px;
    background: #0B2437;
    margin-bottom: 10px;
    text-align: center;
    border: solid 1px #eee
}

.chain-detail .chain-bg h1[data-v-0c1812b0] {
    color: #fff;
    margin: 0px;
    font-size: 24px;
    line-height: 36px;
    margin-top: 10px;
    display: inline-block
}

.chain-detail .chain-bg .chain-head[data-v-0c1812b0] {
    position: relative
}

.chain-detail .chain-bg .chain-action[data-v-0c1812b0] {
    position: absolute;
    right: 15px;
    top: 10px
}

.chain-detail .chain-bg .btn[data-v-0c1812b0] {
    width: 82px;
    margin-top: 20px;
    margin-right: 15px;
    border: solid 1px #eee;
    color: #fff
}

.chain-detail .chain-main[data-v-0c1812b0] {
    height: 950px;
    margin-bottom: 15px
}

.chain-main .com-node {
    cursor: pointer
}

.chain-main .com-node:hover {
    fill: white
}

.qcc-code[data-v-402eb784] {
    background: #fff
}

.qcc-code .search-top[data-v-402eb784] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/qcc_code_top-f03896e0.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    margin-bottom: 15px;
    padding-top: 60px;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.qcc-code .search-top .title[data-v-402eb784] {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: normal
}

.qcc-code .search-top .search-area[data-v-402eb784] {
    height: 240px;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    width: 600px;
    margin: auto
}

.qcc-code .search-top .search-area .input-group .form-control[data-v-402eb784] {
    border: none;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: solid 1px #eee;
    height: 50px
}

.qcc-code .search-top .search-area .input-group .form-control.no-br[data-v-402eb784] {
    border-bottom-left-radius: 0px !important
}

.qcc-code .search-top .search-area .input-group .searchbtn[data-v-402eb784] {
    background: #E9F3FF;
    font-size: 20px;
    color: #128BED;
    padding: 5px 20px 5px;
    height: 50px;
    border: none;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.qcc-code .search-top .search-area .search-section[data-v-402eb784] {
    padding-right: 101px
}

.qcc-code .search-top .search-area .search-section .search-list[data-v-402eb784] {
    border: 1px solid #eee;
    border-top: none
}

.qcc-code .search-top .search-area .search-section .search-list .list-group-item[data-v-402eb784] {
    border-width: 1px 0;
    border-radius: 0;
    border-color: #FAFAFA;
    color: #333
}

.qcc-code .search-top .search-area .search-section .search-list .list-group-item[data-v-402eb784]:first-child {
    border-top: 0
}

.qcc-code .search-top .search-area .search-section .search-list .list-group-item.keyMove[data-v-402eb784] {
    background-color: #FAFAFA
}

.qcc-code .search-top .search-area .search-section .search-list .list-group-item[data-v-402eb784]:hover {
    background-color: #F3F9FD;
    color: #128bed
}

.qcc-code .search-top .search-area .search-section .search-list .cell[data-v-402eb784] {
    display: table;
    width: 100%
}

.qcc-code .search-top .search-area .search-section .search-list .logo[data-v-402eb784] {
    width: 32px;
    display: table-cell;
    vertical-align: middle
}

.qcc-code .search-top .search-area .search-section .search-list .logo > .app-auto-logo[data-v-402eb784] {
    vertical-align: middle
}

.qcc-code .search-top .search-area .search-section .search-list .text[data-v-402eb784] {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6
}

.qcc-code .search-top .search-area .search-section .search-list .stext[data-v-402eb784] {
    line-height: 1.2;
    font-size: 12px;
    color: #999
}

.qcc-code .search-top .search-area .search-section .search-list .usericon[data-v-402eb784] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    float: left;
    margin-right: 10px
}

.qcc-code .search-top .search-area .search-section .search-list .usericon[first-letter][data-v-402eb784]:not([style]):empty:before {
    color: #fff !important;
    font-size: 16px;
    line-height: 32px
}

.qcc-code .search-top .search-area .search-section .search-list .rstu[data-v-402eb784] {
    display: table-cell;
    text-align: right;
    padding-left: 10px;
    vertical-align: middle
}

.qcc-code .search-top .search-area .search-section .search-list .ntag[data-v-402eb784] {
    padding: 4px;
    white-space: nowrap;
    vertical-align: baseline
}

.qcc-code .center-content[data-v-402eb784] {
    margin-top: 60px;
    margin-bottom: 100px
}

.qcc-code .center-content .left-desc[data-v-402eb784] {
    float: left;
    width: 660px
}

.qcc-code .center-content .left-desc h2[data-v-402eb784] {
    color: #333;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-bottom: 30px
}

.qcc-code .center-content .left-desc p[data-v-402eb784] {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 15px
}

.qcc-code .center-content .card-demo[data-v-402eb784] {
    float: right;
    width: 520px;
    background-color: #F3F9FD
}

.qcc-code .center-content .card-demo img[data-v-402eb784] {
    display: block;
    margin: auto;
    width: 266px
}

.qcc-code .bottom-intro[data-v-402eb784] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/qcc_code_bottom-214163c4.png);
    background-size: cover;
    background-position: center;
    height: 240px;
    margin-bottom: -50px
}

.qcc-code .qcccode-modal[data-v-402eb784] {
    width: 375px;
    height: 667px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/qcccode_cardbg-d260a9a5.png);
    background-size: 375px 667px;
    margin-top: 80px;
    padding: 25px
}

.qcc-code .qcccode-modal .close[data-v-402eb784] {
    color: #fff;
    position: absolute;
    right: 12px;
    top: 10px;
    opacity: .6;
    font-weight: 100
}

.qcc-code .qcccode-modal .title[data-v-402eb784] {
    color: #fff;
    margin-top: 150px;
    font-size: 18px;
    line-height: 25px;
    font-family: PingFangSC-Semibold, PingFang SC;
    text-align: center;
    min-height: 55px
}

.qcc-code .qcccode-modal .code-panel[data-v-402eb784] {
    margin-top: 40px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    color: #333;
    font-size: 38px;
    line-height: 80px;
    font-family: PingFangSC-Semibold, PingFang SC
}

.qcc-code .qcccode-modal .link[data-v-402eb784] {
    margin-top: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400
}

.qcc-code .qcccode-modal .link > a[data-v-402eb784] {
    color: #fff !important;
    display: block;
    margin-top: 10px
}

.qcc-code .qcccode-modal .btn[data-v-402eb784] {
    display: block;
    width: 175px;
    margin: 45px auto;
    background: #fff;
    line-height: 32px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    border-radius: 4px
}

.qcc-code .qcccode-modal .btn[data-v-402eb784]:hover {
    color: #128bed;
    opacity: .95
}

.product-log .top-bg[data-v-7be7a130] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/product_log_top-405f91dc.png);
    background-size: cover;
    background-position: center;
    height: 200px;
    margin-bottom: 15px
}

.product-log .npanel-body[data-v-7be7a130] {
    min-height: 660px
}

.product-log .list[data-v-7be7a130] {
    padding: 0px 9px
}

.product-log .list .item[data-v-7be7a130] {
    border: solid 1px #E4EEF6;
    float: left;
    width: 340px;
    height: 280px;
    margin: 15px 25px;
    padding: 15px
}

.product-log .list .item .title[data-v-7be7a130] {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    height: 48px
}

.product-log .list .item img[data-v-7be7a130] {
    height: 150px;
    width: 100%;
    display: block
}

.product-log .line[data-v-ce8572b6] {
    height: 1px;
    background: #EEEEEE;
    margin: 20px 0px
}

.product-log .same-list .title[data-v-ce8572b6] {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333
}

.product-log .same-list .time[data-v-ce8572b6] {
    font-size: 12px;
    line-height: 22px
}

.product-directory .npanel-body[data-v-3ab2834c] {
    padding: 0px
}

.product-directory .dirline[data-v-3ab2834c] {
    padding-left: 70px
}

.product-directory .dirline[data-v-3ab2834c]:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

.product-directory .dirline[data-v-3ab2834c]:not(:last-child) {
    border-bottom: solid 1px #eee
}

.product-directory .dirline .dirhead[data-v-3ab2834c] {
    float: left;
    margin-left: -70px;
    padding: 8px 8px;
    width: 70px;
    text-align: center;
    color: #333
}

.product-directory .dirline .dirnames[data-v-3ab2834c] {
    float: left
}

.product-directory .dirline .dirnames .dirname[data-v-3ab2834c] {
    display: inline-block;
    padding: 8px 8px;
    color: #666
}

.product-directory .dirline .dirnames .dirname[data-v-3ab2834c]:hover {
    color: #128bed
}

.product-directory .dirline .dirnames .dirname.more[data-v-3ab2834c] {
    color: #128bed
}

.product-seo .npanel-body[data-v-4ad7eafd] {
    padding: 0px;
    min-height: 500px
}

.product-seo[data-v-4ad7eafd]:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

.product-seo .dirnames .dirname[data-v-4ad7eafd] {
    display: inline-block;
    padding: 12px 15px;
    color: #666
}

.product-seo .dirnames .dirname[data-v-4ad7eafd]:hover {
    color: #128bed
}

.feedback-page .top-bg {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bg-f16e744b.png);
    background-size: cover;
    background-position: center;
    height: 280px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    padding-top: 40px
}

.feedback-page .top-bg .logo {
    width: 80px;
    margin-bottom: 15px
}

.feedback-page .top-bg .title {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 15px
}

.feedback-page .top-bg .text {
    font-size: 20px
}

.feedback-page .pform {
    width: 660px;
    margin: auto
}

.feedback-page .pform .form-group {
    margin-bottom: 30px
}

.feedback-page .pform input.form-control, .feedback-page .pform select.form-control {
    height: 40px
}

.feedback-page .pform .verify-code-group {
    position: relative
}

.feedback-page .pform .dropdown-menu {
    margin-top: 1px
}

.feedback-page .pform .vcode-btn {
    top: 0px;
    line-height: 40px;
    margin-right: 0px
}

.feedback-page .pform .vcode-btn:after {
    top: 0px;
    margin-top: 8px
}

.feedback-page .pform .col-pre {
    color: #333;
    line-height: 40px
}

.feedback-page .pform .col-after {
    width: 525px
}

.feedback-page .pform .redstar {
    color: #FD485E
}

.feedback-page .pform .pform-btn {
    padding-top: 20px;
    border-top: solid 1px #eee
}

.feedback-page .se-item {
    width: 80px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #333
}

.feedback-page .se-item:hover {
    color: #181a1c
}

.feedback-page .se-item.active {
    color: #128bed;
    border-color: #128bed
}

@media (max-width: 768px) {
    .feedback-page .npanel-body {
        padding-left: 10px
    }

    .feedback-page .top-bg {
        padding: 30px 20px;
        height: auto
    }

    .feedback-page .top-bg .title {
        font-size: 18px
    }

    .feedback-page .top-bg .text {
        font-size: 16px
    }

    .feedback-page .pform {
        width: 100%
    }

    .feedback-page .pform .form-group {
        margin-left: 15px;
        margin-right: 15px
    }

    .feedback-page .pform .col-pre {
        margin-left: 0px
    }

    .feedback-page .pform .col-after {
        width: 100%
    }
}

.feedback-page .top-bg[data-v-31792d5b] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bg-f16e744b.png);
    background-size: cover;
    background-position: center;
    height: 280px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    padding-top: 40px
}

.feedback-page .top-bg .logo[data-v-31792d5b] {
    width: 80px;
    margin-bottom: 15px
}

.feedback-page .top-bg .title[data-v-31792d5b] {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 15px
}

.feedback-page .top-bg .text[data-v-31792d5b] {
    font-size: 20px
}

.feedback-page .pform[data-v-31792d5b] {
    width: 660px;
    margin: auto
}

.feedback-page .pform .form-group[data-v-31792d5b] {
    margin-bottom: 30px
}

.feedback-page .pform input.form-control[data-v-31792d5b], .feedback-page .pform select.form-control[data-v-31792d5b] {
    height: 40px
}

.feedback-page .pform .verify-code-group[data-v-31792d5b] {
    position: relative
}

.feedback-page .pform .dropdown-menu[data-v-31792d5b] {
    margin-top: 1px
}

.feedback-page .pform .vcode-btn[data-v-31792d5b] {
    top: 0px;
    line-height: 40px;
    margin-right: 0px
}

.feedback-page .pform .vcode-btn[data-v-31792d5b]:after {
    top: 0px;
    margin-top: 8px
}

.feedback-page .pform .col-pre[data-v-31792d5b] {
    color: #333;
    line-height: 40px
}

.feedback-page .pform .col-after[data-v-31792d5b] {
    width: 525px
}

.feedback-page .pform .redstar[data-v-31792d5b] {
    color: #FD485E
}

.feedback-page .pform .pform-btn[data-v-31792d5b] {
    padding-top: 20px;
    border-top: solid 1px #eee
}

.feedback-page .se-item[data-v-31792d5b] {
    width: 80px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #333
}

.feedback-page .se-item[data-v-31792d5b]:hover {
    color: #181a1c
}

.feedback-page .se-item.active[data-v-31792d5b] {
    color: #128bed;
    border-color: #128bed
}

@media (max-width: 768px) {
    .feedback-page .npanel-body[data-v-31792d5b] {
        padding-left: 10px
    }

    .feedback-page .top-bg[data-v-31792d5b] {
        padding: 30px 20px;
        height: auto
    }

    .feedback-page .top-bg .title[data-v-31792d5b] {
        font-size: 18px
    }

    .feedback-page .top-bg .text[data-v-31792d5b] {
        font-size: 16px
    }

    .feedback-page .pform[data-v-31792d5b] {
        width: 100%
    }

    .feedback-page .pform .form-group[data-v-31792d5b] {
        margin-left: 15px;
        margin-right: 15px
    }

    .feedback-page .pform .col-pre[data-v-31792d5b] {
        margin-left: 0px
    }

    .feedback-page .pform .col-after[data-v-31792d5b] {
        width: 100%
    }
}

.part_right[data-v-0ce057da] {
    padding-left: 0
}

.head[data-v-0ce057da] {
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee
}

.head-subTitle[data-v-0ce057da] {
    padding: 8px 15px
}

.head-subTitle .searchInput[data-v-0ce057da] {
    float: right
}

.part_list[data-v-0ce057da] {
    width: 100%;
    overflow: hidden
}

.part_list .part_list_contain[data-v-0ce057da] {
    height: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    width: 100%
}

.part_list .part_list_contain .item[data-v-0ce057da] {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    border-bottom: 1px solid #eeeeee;
    padding: 11px 15px;
    background: #fff;
    cursor: pointer
}

.part_list .part_list_contain .item[data-v-0ce057da]:last-child {
    border-bottom: none
}

.part_list .part_list_contain .item_active[data-v-0ce057da] {
    background: #f2f9fc;
    color: #128bed
}

.sub_part[data-v-0ce057da] {
    padding: 0px 14px;
    position: relative;
    height: auto;
    min-height: 700px;
    overflow: hidden
}

.sub_part .tip_detail[data-v-0ce057da] {
    position: relative;
    z-index: 100;
    padding: 10px 0px;
    line-height: 22px;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sub_part .tip_detail > span[data-v-0ce057da] {
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 22px;
    display: block;
    margin-right: 5px;
    float: left;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/tips-1bddaed0.png);
    background-size: 100% 100%;
    margin-top: 3px
}

.sub_part .tip_detail > div[data-v-0ce057da] {
    padding-left: 21px
}

.sub_part .right_content[data-v-0ce057da] {
    height: auto
}

.sub_part .right_content[data-v-0ce057da]::after {
    display: block;
    height: 100%;
    width: 1px;
    background-color: #eee;
    position: absolute;
    left: 41.66666667%;
    z-index: 10;
    content: ""
}

.sub_part .right_content .second_content[data-v-0ce057da] {
    position: relative;
    height: 100%;
    padding-right: 0
}

.sub_part .right_content .second_content .second_list[data-v-0ce057da] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.sub_part .right_content .second_content .second_list .second_list_contain[data-v-0ce057da] {
    padding-top: 15px;
    height: 100%;
    position: relative;
    width: 100%
}

.sub_part .right_content .second_content .second_list .second_list_contain .second_item[data-v-0ce057da] {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer
}

.sub_part .right_content .second_content .second_list .second_list_contain .second_item > div[data-v-0ce057da]:first-child {
    float: left
}

.sub_part .right_content .second_content .second_list .second_list_contain .second_item > div[data-v-0ce057da]:nth-child(2) {
    margin-left: 45px;
    padding-right: 16px
}

.sub_part .right_content .second_content .second_list .second_list_contain .second_item_active[data-v-0ce057da] {
    color: #128bed;
    position: relative
}

.sub_part .right_content .second_content .second_list .second_list_contain .second_item_active > div[data-v-0ce057da]:nth-child(2) {
    position: relative
}

.sub_part .right_content .second_content .second_list .second_list_contain .second_item_active > div[data-v-0ce057da]:nth-child(2)::before {
    display: block;
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    background-color: #128bed;
    right: 0px;
    top: 0
}

.sub_part .right_content .third_content[data-v-0ce057da] {
    padding: 15px 20px;
    height: 100%
}

.sub_part .right_content .third_content > div[data-v-0ce057da] {
    margin-bottom: 15px
}

.sub_part .right_content .third_content > div h5[data-v-0ce057da] {
    font-size: 16px;
    font-weight: bold
}

.hideScorll[data-v-0ce057da]::-webkit-scrollbar {
    display: none;
    width: 0px
}

.noData[data-v-0ce057da] {
    height: 700px
}

.noData .noData-color[data-v-0ce057da] {
    color: #999
}

.daily-news-detail[data-v-5b55e404] .daily-app-coy .more-news-item span {
    cursor: pointer
}

.daily-news-detail[data-v-5b55e404] .daily-app-coy .more-news-item:hover {
    background-color: #F3F9FD;
    color: #128bed !important
}

.daily-news-detail[data-v-5b55e404] .daily-app-coy .more-news-item:hover div span a {
    color: #128bed !important
}

.daily-news-detail[data-v-5b55e404] .daily-app-coy div span a {
    color: #333
}

.daily-news-detail .daily-news-header[data-v-5b55e404] {
    position: relative
}

.daily-news-detail .daily-news-header img[data-v-5b55e404] {
    display: inline-block;
    width: 100%;
    height: 100px
}

.daily-news-detail .daily-news-header .paper-date[data-v-5b55e404] {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 14px;
    color: #fff
}

.daily-news-detail .daily-news-header .paper-date .paper-date-up[data-v-5b55e404] {
    border-bottom: 1px solid #fff
}

.daily-news-detail .hot-talks[data-v-5b55e404] {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.daily-news-detail .hot-talks .talk-item[data-v-5b55e404] {
    margin: 10px 0;
    font-size: 14px;
    color: 14px
}

.daily-news-detail .hot-talks .talk-item .icon-hot[data-v-5b55e404] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-hot-855f839d.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px
}

.daily-news-detail .hot-talks .talk-item .talk-item-title[data-v-5b55e404] {
    margin-left: 30px
}

.daily-news-detail .hot-talks .talk-item[data-v-5b55e404]:first-child {
    margin: 0 0 10px 0
}

.daily-news-detail .single-news-content[data-v-5b55e404] {
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px
}

.daily-news-detail .single-news-content .talk-title[data-v-5b55e404] {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px
}

.daily-news-detail .single-news-content .talk-tags[data-v-5b55e404] {
    margin-bottom: 20px
}

.daily-news-detail .single-news-content .news-talk-body[data-v-5b55e404] {
    margin-bottom: 20px
}

.daily-news-detail .single-news-content .news-talk-img[data-v-5b55e404] {
    width: 100%;
    margin: 20px 0;
    background-color: #333
}

.daily-news-detail .single-news-content .news-talk-img img[data-v-5b55e404] {
    display: inline-block;
    width: 100%;
    height: 100%
}

.daily-news-detail .single-news-content[data-v-5b55e404]:last-child {
    border-bottom: none
}

.daily-news-detail .content-main[data-v-5b55e404] {
    display: inline-block;
    color: #3c89e2
}

.daily-news-detail .more-news-section[data-v-5b55e404] {
    position: relative
}

.daily-news-detail .more-news-section .more-news-item span[data-v-5b55e404] {
    cursor: pointer
}

.daily-news-detail .more-news-section .more-news-item[data-v-5b55e404]:hover {
    background-color: #F3F9FD
}

.daily-news-detail .more-news-section .more-news-item:hover .more-section-name[data-v-5b55e404] {
    color: #128bed !important
}

.daily-news-detail .more-news-section .more-section-date[data-v-5b55e404] {
    position: absolute;
    right: 15px;
    font-size: 14px;
    color: #999
}

.scoms a.list-group-item[data-v-159263a0]:hover {
    background: #E9F3FF
}

.scoms a.list-group-item:hover .title[data-v-159263a0] {
    color: #128bed
}

.app-assets[data-v-af05d2f8] {
    background: #fff
}

.app-assets .msearch-top[data-v-af05d2f8] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bg-4068625e.png);
    background-size: cover;
    margin-bottom: 15px;
    padding-top: 60px;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    background-size: 100% 555px
}

.app-assets .msearch-top .title[data-v-af05d2f8] {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: normal
}

.app-assets .msearch-top .search-area[data-v-af05d2f8] {
    min-height: 240px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 40px
}

.app-assets .msearch-top .search-area .search-nav[data-v-af05d2f8] {
    display: block;
    margin-bottom: 8px;
    padding-left: 388px
}

.app-assets .msearch-top .search-area .search-nav li[data-v-af05d2f8] {
    cursor: pointer;
    font-size: 16px;
    margin: 10px 0px;
    margin-right: 50px;
    float: left;
    line-height: 16px;
    padding: 5px 8px;
    color: #f9f9f9;
    border-radius: 2px
}

.app-assets .msearch-top .search-area .search-nav li.active[data-v-af05d2f8], .app-assets .msearch-top .search-area .search-nav li[data-v-af05d2f8]:hover {
    color: #128bed;
    background-color: #fff;
    position: relative
}

.app-assets .msearch-top .search-area .input-group[data-v-af05d2f8] {
    width: 880px;
    margin: auto;
    margin-top: 15px
}

.app-assets .msearch-top .search-area .input-group .camera[data-v-af05d2f8] {
    display: none;
    cursor: pointer;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_camera-a1f8c521.png);
    background-size: 48px 24px;
    background-position: -24px 0px;
    width: 24px;
    height: 24px;
    position: absolute;
    opacity: 1;
    top: 13px;
    right: 120px;
    z-index: 5
}

.app-assets .msearch-top .search-area .input-group .camera[data-v-af05d2f8]:hover {
    background-position: 0px 0px
}

.app-assets .msearch-top .search-area .input-group .form-control[data-v-af05d2f8] {
    border: none;
    font-size: 16px;
    border-top-left-radius: 4px;
    border: solid 1px #eee;
    height: 50px
}

.app-assets .msearch-top .search-area .input-group .form-control.add-form-radius[data-v-af05d2f8] {
    border-bottom-left-radius: 4px
}

.app-assets .msearch-top .search-area .input-group .form-control.remove-form-radius[data-v-af05d2f8] {
    border-bottom-left-radius: 0px
}

.app-assets .msearch-top .search-area .input-group .searchbtn[data-v-af05d2f8] {
    background: #e9f3ff;
    font-size: 20px;
    color: #128bed;
    padding: 5px 20px 5px;
    height: 50px;
    border: none;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.app-assets .msearch-top .search-area .list-group-item[data-v-af05d2f8] {
    border: none;
    padding-bottom: 5px
}

.app-assets .msearch-top .search-area .list-group-item .icon-time[data-v-af05d2f8] {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    top: 3px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_time-d1e467eb.png);
    background-size: 16px 16px
}

.app-assets .msearch-top .search-area .list-group-item .key-item[data-v-af05d2f8] {
    margin-bottom: 5px
}

.app-assets .msearch-top .search-area .history[data-v-af05d2f8] {
    padding-bottom: 10px
}

.app-assets .msearch-top .search-area .history-window[data-v-af05d2f8] {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 780px;
    left: 170px;
    top: 111px;
    min-height: 100px
}

.app-assets .msearch-top .search-area .mind-nologin[data-v-af05d2f8] {
    position: absolute;
    left: 170px;
    top: 111px;
    width: 779px;
    padding: 5px;
    height: 180px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #eee;
    border-top: none
}

.app-assets .msearch-top .search-area .mind-nologin img[data-v-af05d2f8] {
    width: 312px
}

.app-assets .msearch-top .search-area .nsearch-list-his[data-v-af05d2f8] {
    width: 779px;
    text-align: left;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 780px;
    left: 170px;
    top: 111px;
    border: 1px solid #eee;
    border-top: none
}

.app-assets .msearch-top .search-area .nsearch-list-his .bt[data-v-af05d2f8] {
    color: #999;
    font-size: 12px;
    cursor: default;
    margin-left: 15px
}

.app-assets .msearch-top .search-area .nsearch-list-his .bt[data-v-af05d2f8]:hover {
    color: #128bed
}

.app-assets .msearch-top .search-area .nsearch-list-his .bt > span[data-v-af05d2f8] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/nsearch_bt-a00554bd.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: -2px
}

.app-assets .msearch-top .search-area .nsearch-list-his .bt > .del[data-v-af05d2f8] {
    background-position: -16px 0px
}

.app-assets .msearch-top .search-area .nsearch-list-his .bt:hover > span[data-v-af05d2f8] {
    background-position-y: -16px
}

.app-assets .msearch-top .search-area .nsearch-list-his .text-click[data-v-af05d2f8] {
    line-height: 1.4
}

.app-assets .msearch-top .search-area .nsearch-list-his .bg[data-v-af05d2f8] {
    background: #fafafa
}

.app-assets .msearch-top .search-area .nsearch-list-his .ntag[data-v-af05d2f8]:hover {
    color: #666
}

.app-assets .msearch-top .search-area .nsearch-list .list-group-item[data-v-af05d2f8], .app-assets .msearch-top .search-area .nsearch-list-his .list-group-item[data-v-af05d2f8] {
    border-color: #fafafa
}

.app-assets .msearch-top .search-area .nsearch-list a.keyMoveItem[data-v-af05d2f8]:hover, .app-assets .msearch-top .search-area .nsearch-list-his .keyMoveItem[data-v-af05d2f8]:hover {
    background-color: #f3f9fd;
    color: #128bed
}

.app-assets .msearch-top .search-area .nsearch-list-his .ntag[data-v-af05d2f8] {
    height: auto
}

.app-assets .msearch-top .search-area .nsearch-list-his .ellipsis-line[data-v-af05d2f8] {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.app-assets .msearch-top .search-area .uploadimg[data-v-af05d2f8] {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 780px;
    left: 170px;
    top: 111px;
    height: 200px;
    text-align: center;
    padding: 15px
}

.app-assets .msearch-top .search-area .uploadimg .drag-field[data-v-af05d2f8] {
    height: 100%;
    border: 2px dashed #d6d6d6;
    border-radius: 4px;
    cursor: pointer
}

.app-assets .msearch-top .search-area .uploadimg .upload-icon[data-v-af05d2f8] {
    width: 64px;
    margin-top: 35px;
    margin-bottom: 18px
}

.app-assets .msearch-top .search-area .uploadimg .text[data-v-af05d2f8] {
    color: #999
}

.app-assets .specialBg[data-v-af05d2f8] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/large_bg-ee79a20b.png);
    background-size: 100% 600px
}

.app-assets .intro[data-v-af05d2f8] {
    padding-bottom: 30px;
    padding: 30px 30px;
    padding-top: 15px
}

.app-assets .intro .item[data-v-af05d2f8] {
    margin: 0px 73px;
    float: left;
    display: block;
    text-align: center
}

.app-assets .intro .item img[data-v-af05d2f8] {
    width: 240px
}

.app-assets .intro .item p[data-v-af05d2f8] {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px
}

.app-assets.view-list[data-v-af05d2f8] {
    background: #f6f6f6
}

.app-assets.view-list .v-loading[data-v-af05d2f8] {
    min-height: 500px
}

.app-assets.view-list .msearch-top[data-v-af05d2f8] {
    height: 200px;
    padding-top: 0px
}

.app-assets.view-list .msearch-top .title[data-v-af05d2f8] {
    display: none
}

.app-assets.view-list .nm-footer[data-v-af05d2f8] {
    display: none
}

.sbTabs[data-v-af05d2f8] {
    padding-left: 170px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px
}

.sbTabs .sbTabs-item[data-v-af05d2f8] {
    margin-right: 20px;
    cursor: pointer;
    padding-bottom: 3px
}

.sbTabs .sbTabsItemActive[data-v-af05d2f8] {
    font-weight: 600;
    opacity: 1;
    border-bottom: 2px solid #fff
}

.jumpTofl[data-v-af05d2f8] {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%
}

.jumpTofl a[data-v-af05d2f8] {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px
}

.shangbiaoIntro[data-v-af05d2f8] {
    width: 1440px;
    margin: 0 auto;
    padding: 0 117px;
    margin-bottom: -50px
}

.shangbiaoIntro .intro[data-v-af05d2f8] {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center
}

.shangbiaoIntro .intro .item[data-v-af05d2f8] {
    margin-right: 82px;
    margin-left: 0px
}

.shangbiaoIntro .intro .item[data-v-af05d2f8]:last-child {
    margin-right: 0px
}

.shangbiaoIntro .intro .item img[data-v-af05d2f8] {
    width: 240px;
    height: 180px
}

.shangbiaoIntro .intro .item p[data-v-af05d2f8] {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 24px
}

.shangbiaoIntro .intro .item div[data-v-af05d2f8] {
    font-size: 14px;
    color: #999999;
    line-height: 22px
}

.pic-part[data-v-af05d2f8] {
    margin-left: 170px;
    height: 252px;
    width: 900px;
    margin-top: 10px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #eeeeee;
    padding: 15px 15px;
    background-color: #fff
}

.pic-part .upFile[data-v-af05d2f8] {
    height: 170px
}

.pic-part .btnPart[data-v-af05d2f8] {
    text-align: center;
    margin-top: 15px
}

.pic-part .btnPart .btn[data-v-af05d2f8] {
    margin-right: 10px;
    min-width: 110px
}

.app-cases .v-loading[data-v-4a728f5a] {
    min-height: 500px
}

.app-cases .msearch-top[data-v-4a728f5a] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/case_searchbg-78f5a906.png);
    background-size: cover;
    background-position: center;
    min-height: 250px;
    margin-bottom: 15px;
    padding-top: 20px;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.app-cases .msearch-top .title[data-v-4a728f5a] {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px
}

.app-cases .msearch-top .search-area[data-v-4a728f5a] {
    position: relative;
    width: 900px;
    margin: 30px auto 20px auto
}

.app-cases .msearch-top .search-area .advance-select[data-v-4a728f5a] {
    cursor: pointer;
    position: absolute;
    z-index: 15;
    line-height: 50px;
    top: 0px;
    left: 0px;
    width: 120px;
    text-align: center;
    border-right: solid 1px #eee;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px
}

.app-cases .msearch-top .search-area .advance-select .caret[data-v-4a728f5a] {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.app-cases .msearch-top .search-area .advance-select.active[data-v-4a728f5a] {
    color: #128bed;
    border-right-color: transparent
}

.app-cases .msearch-top .search-area .advance-select.active .caret[data-v-4a728f5a] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.app-cases .msearch-top .search-area .advance-panel[data-v-4a728f5a] {
    background: #fff;
    border-radius: 4px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 12;
    padding-top: 50px
}

.app-cases .msearch-top .search-area .advance-panel[data-v-4a728f5a]:before {
    content: " ";
    position: absolute;
    top: 50px;
    height: 1px;
    left: 0px;
    right: 0px;
    background: #eee
}

.app-cases .msearch-top .search-area .advance-panel .search-center[data-v-4a728f5a] {
    padding: 30px 20px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group[data-v-4a728f5a] {
    position: relative
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group[data-v-4a728f5a]:first-child {
    width: 440px;
    margin-right: 5px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group label[data-v-4a728f5a] {
    width: 65px;
    font-weight: normal;
    color: #333
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group .form-control[data-v-4a728f5a] {
    width: 340px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .select-block[data-v-4a728f5a] {
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 71px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .select-block .pills-item-top[data-v-4a728f5a] {
    float: left;
    display: block;
    position: relative;
    color: #128bed;
    border: solid 1px #128bed;
    font-size: 12px;
    width: 99px;
    padding: 3px 10px;
    margin: 3px 3px;
    word-break: keep-all;
    border-radius: 2px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .select-block .pills-item-top span[data-v-4a728f5a] {
    display: inline-block;
    width: 70px;
    height: 12px;
    line-height: 12px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.app-cases .msearch-top .search-area .advance-panel .search-center .select-block .pills-item-top[data-v-4a728f5a]:after {
    content: "X";
    position: absolute;
    right: 4px;
    top: 4px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .select-block .pills-item-top[data-v-4a728f5a]:hover {
    color: #fff;
    background: #128bed
}

.app-cases .msearch-top .search-area .advance-panel .search-center .input-fake-btn[data-v-4a728f5a] {
    position: absolute;
    right: 35px;
    top: 7px
}

.app-cases .msearch-top .search-area .advance-panel .search-bottom[data-v-4a728f5a] {
    padding: 18px 20px;
    border-top: solid 1px #eee;
    line-height: 34px
}

.app-cases .msearch-top .search-area .advance-panel .search-bottom .btn[data-v-4a728f5a] {
    width: 82px;
    margin-left: 10px
}

.app-cases .msearch-top .search-area > .input-group[data-v-4a728f5a] {
    margin: auto;
    margin-top: 15px
}

.app-cases .msearch-top .search-area > .input-group .form-control[data-v-4a728f5a] {
    border: none;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: solid 1px #eee;
    height: 50px;
    padding-left: 140px
}

.app-cases .msearch-top .search-area > .input-group .form-control.no-br[data-v-4a728f5a] {
    border-bottom-left-radius: 0px !important
}

.app-cases .msearch-top .search-area > .input-group .searchbtn[data-v-4a728f5a] {
    background: #E9F3FF;
    font-size: 20px;
    color: #128BED;
    padding: 5px 20px 5px;
    height: 50px;
    border: none;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.app-cases .msearch-top .hot-data[data-v-4a728f5a] {
    text-align: center;
    color: #fff;
    line-height: 55px;
    font-size: 15px
}

.app-cases .msearch-top .hot-data .hot-data-v[data-v-4a728f5a] {
    margin-left: 8px;
    margin-right: 8px;
    color: #CFE8FD
}

.app-cases .msearch-top .hot-data .hot-data-v[data-v-4a728f5a]:hover {
    color: #fff
}

.app-cases .intro[data-v-4a728f5a] {
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 50px 30px
}

.app-cases .intro .item[data-v-4a728f5a] {
    margin: 10px 43px;
    float: left;
    display: block;
    text-align: center
}

.app-cases .intro .item img[data-v-4a728f5a] {
    width: 300px
}

.app-cases .intro .item p[data-v-4a728f5a] {
    font-size: 22px
}

.app-cases.view-list[data-v-4a728f5a] {
    background: #F6F6F6
}

.app-cases.view-list .msearch-top[data-v-4a728f5a] {
    height: 283px;
    padding-top: 0px
}

.app-cases.view-list .msearch-top .title[data-v-4a728f5a] {
    display: none
}

.app-cases.view-list .msearch-top .hot-data[data-v-4a728f5a] {
    display: none
}

.app-cases.view-list .msearch-top .search-area[data-v-4a728f5a] {
    margin: 30px auto
}

.app-cases.view-list .nm-footer[data-v-4a728f5a] {
    display: none
}

.app-cases[data-v-dbb0e23a] {
    background: #F6F6F6
}

.app-cases .msearch-top[data-v-dbb0e23a] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/case_searchbg-78f5a906.png);
    background-size: cover;
    background-position: center;
    min-height: 250px;
    margin-bottom: 15px;
    padding-top: 25px;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.app-cases .msearch-top .title[data-v-dbb0e23a] {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: normal
}

.app-cases .msearch-top .judgement-history-list[data-v-dbb0e23a] {
    width: 679px;
    background: #fff;
    position: absolute;
    z-index: 99;
    margin: -20px auto 20px 280px;
    padding: 4px 0
}

.app-cases .msearch-top .judgement-history-list .hisList-scroll[data-v-dbb0e23a] {
    height: auto;
    cursor: pointer
}

.app-cases .msearch-top .judgement-history-list .hisList-scroll .hisList-item[data-v-dbb0e23a] {
    width: 97%;
    height: 45px;
    font-size: 14px;
    padding: 0 15px;
    line-height: 45px;
    color: #333;
    border-bottom: 1px solid #FAFAFA;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.app-cases .msearch-top .judgement-history-list .hisList-scroll .hisList-item.hover-act[data-v-dbb0e23a] {
    color: #128bed;
    background: #F3F9FD
}

.app-cases .msearch-top .judgement-history-list .clear[data-v-dbb0e23a]:after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

.app-cases .msearch-top .judgement-history-list .hisList-btn[data-v-dbb0e23a] {
    height: 45px;
    padding: 10px 15px;
    font-weight: 500;
    background: #FAFAFA
}

.app-cases .msearch-top .judgement-history-list .hisList-btn .bt[data-v-dbb0e23a] {
    width: 70px;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    float: right
}

.app-cases .msearch-top .judgement-history-list .hisList-btn .bt[data-v-dbb0e23a]:hover {
    color: #128BED
}

.app-cases .msearch-top .judgement-history-list .hisList-btn .bt > span[data-v-dbb0e23a] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/nsearch_bt-a00554bd.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: -2px
}

.app-cases .msearch-top .judgement-history-list .hisList-btn .bt > .del[data-v-dbb0e23a] {
    background-position: -16px 0px
}

.app-cases .msearch-top .judgement-history-list .hisList-btn .bt:hover > span[data-v-dbb0e23a] {
    background-position-y: -16px
}

.app-cases .msearch-top .search-area[data-v-dbb0e23a] {
    position: relative;
    width: 900px;
    margin: 30px auto 20px auto
}

.app-cases .msearch-top .search-area .advance-select[data-v-dbb0e23a] {
    cursor: pointer;
    position: absolute;
    z-index: 15;
    line-height: 50px;
    top: 0px;
    left: 0px;
    width: 120px;
    text-align: center;
    border-right: solid 1px #eee;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.app-cases .msearch-top .search-area .advance-select .caret[data-v-dbb0e23a] {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.app-cases .msearch-top .search-area .advance-select.active[data-v-dbb0e23a] {
    color: #128bed;
    border-right-color: transparent
}

.app-cases .msearch-top .search-area .advance-select.active .caret[data-v-dbb0e23a] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.app-cases .msearch-top .search-area .advance-panel[data-v-dbb0e23a] {
    background: #fff;
    border-radius: 4px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 12;
    padding-top: 50px
}

.app-cases .msearch-top .search-area .advance-panel[data-v-dbb0e23a]:before {
    content: " ";
    position: absolute;
    top: 50px;
    height: 1px;
    left: 0px;
    right: 0px;
    background: #eee
}

.app-cases .msearch-top .search-area .advance-panel .search-center[data-v-dbb0e23a] {
    padding: 30px 20px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group[data-v-dbb0e23a]:first-child {
    width: 440px;
    margin-right: 5px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group label[data-v-dbb0e23a] {
    width: 90px;
    font-weight: normal;
    color: #333
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group .form-control[data-v-dbb0e23a] {
    width: 280px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group .range-input[data-v-dbb0e23a] {
    width: 125px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group .range-ctext[data-v-dbb0e23a] {
    display: inline-block;
    width: 21px;
    color: #666;
    text-align: center
}

.app-cases .msearch-top .search-area .advance-panel .search-bottom[data-v-dbb0e23a] {
    padding: 18px 20px;
    border-top: solid 1px #eee;
    line-height: 34px
}

.app-cases .msearch-top .search-area .advance-panel .search-bottom .btn[data-v-dbb0e23a] {
    width: 82px;
    margin-left: 10px
}

.app-cases .msearch-top .search-area > .input-group[data-v-dbb0e23a] {
    margin: auto;
    margin-top: 15px
}

.app-cases .msearch-top .search-area > .input-group .form-control[data-v-dbb0e23a] {
    border: none;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: solid 1px #eee;
    height: 50px;
    padding-left: 140px
}

.app-cases .msearch-top .search-area > .input-group .form-control.no-br[data-v-dbb0e23a] {
    border-bottom-left-radius: 0px !important
}

.app-cases .msearch-top .search-area > .input-group .searchbtn[data-v-dbb0e23a] {
    background: #E9F3FF;
    font-size: 20px;
    color: #128BED;
    padding: 5px 20px 5px;
    height: 50px;
    border: none;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.app-cases .msearch-top .dtext[data-v-dbb0e23a] {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px
}

.app-cases.view-list[data-v-dbb0e23a] {
    background: #F6F6F6
}

.app-cases.view-list .v-loading[data-v-dbb0e23a] {
    min-height: 500px
}

.app-cases.view-list .nm-footer[data-v-dbb0e23a] {
    display: none
}

.app-cases[data-v-52b0b4ea] {
    background: #F6F6F6
}

.app-cases .msearch-top[data-v-52b0b4ea] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/case_searchbg-78f5a906.png);
    background-size: cover;
    background-position: center;
    min-height: 250px;
    margin-bottom: 15px;
    padding-top: 25px;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.app-cases .msearch-top .title[data-v-52b0b4ea] {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: normal
}

.app-cases .msearch-top .search-area[data-v-52b0b4ea] {
    position: relative;
    width: 900px;
    margin: 30px auto 20px auto
}

.app-cases .msearch-top .search-area .advance-select[data-v-52b0b4ea] {
    cursor: pointer;
    position: absolute;
    z-index: 15;
    line-height: 50px;
    top: 0px;
    left: 0px;
    width: 120px;
    text-align: center;
    border-right: solid 1px #eee;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.app-cases .msearch-top .search-area .advance-select .caret[data-v-52b0b4ea] {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.app-cases .msearch-top .search-area .advance-select.active[data-v-52b0b4ea] {
    color: #128bed;
    border-right-color: transparent
}

.app-cases .msearch-top .search-area .advance-select.active .caret[data-v-52b0b4ea] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.app-cases .msearch-top .search-area .advance-panel[data-v-52b0b4ea] {
    background: #fff;
    border-radius: 4px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 12;
    padding-top: 50px
}

.app-cases .msearch-top .search-area .advance-panel[data-v-52b0b4ea]:before {
    content: " ";
    position: absolute;
    top: 50px;
    height: 1px;
    left: 0px;
    right: 0px;
    background: #eee
}

.app-cases .msearch-top .search-area .advance-panel .search-center[data-v-52b0b4ea] {
    padding: 30px 20px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group[data-v-52b0b4ea]:first-child {
    width: 440px;
    margin-right: 5px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group label[data-v-52b0b4ea] {
    width: 90px;
    font-weight: normal;
    color: #333
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group .form-control[data-v-52b0b4ea] {
    width: 280px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group .range-input[data-v-52b0b4ea] {
    width: 125px
}

.app-cases .msearch-top .search-area .advance-panel .search-center .form-group .range-ctext[data-v-52b0b4ea] {
    display: inline-block;
    width: 21px;
    color: #666;
    text-align: center
}

.app-cases .msearch-top .search-area .advance-panel .search-bottom[data-v-52b0b4ea] {
    padding: 18px 20px;
    border-top: solid 1px #eee;
    line-height: 34px
}

.app-cases .msearch-top .search-area .advance-panel .search-bottom .btn[data-v-52b0b4ea] {
    width: 82px;
    margin-left: 10px
}

.app-cases .msearch-top .search-area > .input-group[data-v-52b0b4ea] {
    margin: auto;
    margin-top: 15px
}

.app-cases .msearch-top .search-area > .input-group .form-control[data-v-52b0b4ea] {
    border: none;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: solid 1px #eee;
    height: 50px
}

.app-cases .msearch-top .search-area > .input-group .form-control.no-br[data-v-52b0b4ea] {
    border-bottom-left-radius: 0px !important
}

.app-cases .msearch-top .search-area > .input-group .searchbtn[data-v-52b0b4ea] {
    background: #E9F3FF;
    font-size: 20px;
    color: #128BED;
    padding: 5px 20px 5px;
    height: 50px;
    border: none;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.app-cases .msearch-top .dtext[data-v-52b0b4ea] {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px
}

.app-cases.view-list[data-v-52b0b4ea] {
    background: #F6F6F6
}

.app-cases.view-list .v-loading[data-v-52b0b4ea] {
    min-height: 500px
}

.app-cases.view-list .nm-footer[data-v-52b0b4ea] {
    display: none
}

.penalty-detail .list-group-nhover .text[data-v-7fefe4c3] {
    width: 160px;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.penalty-detail .list-group-nhover .text[data-v-7fefe4c3], .penalty-detail .list-group-nhover .time[data-v-7fefe4c3] {
    font-size: 12px
}

.penalty-detail .item-card[data-v-7fefe4c3]:hover {
    background-color: #eff8fb
}

.penalty-detail .item-card[data-v-7fefe4c3]:hover .about-company a {
    color: #128bed
}

.penalty-detail .about-company[data-v-7fefe4c3] a {
    color: #333
}

.penalty-detail .content-main[data-v-7fefe4c3] {
    display: inline-block;
    color: #3c89e2
}

.app-assets[data-v-74e33834] {
    background: #fff
}

.app-assets .msearch-top[data-v-74e33834] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/asset_searchbg-9605b55e.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    padding-top: 50px;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s
}

.app-assets .msearch-top .title[data-v-74e33834] {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: normal
}

.app-assets .msearch-top .search-area[data-v-74e33834] {
    height: 240px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 30px
}

.app-assets .msearch-top .search-area .input-group[data-v-74e33834] {
    width: 900px;
    margin: auto;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 4px
}

.app-assets .msearch-top .search-area .input-group .search-group[data-v-74e33834] {
    padding: 0 15px
}

.app-assets .msearch-top .search-area .input-group .form-control[data-v-74e33834] {
    border: none;
    font-size: 16px;
    height: 47px;
    padding: 14px 15px;
    line-height: 22px;
    border-radius: 4px
}

.app-assets .msearch-top .search-area .input-group .searchbtn[data-v-74e33834] {
    background: #e9f3ff;
    font-size: 20px;
    color: #128bed;
    padding: 5px 20px 5px;
    height: 50px;
    border: none;
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.app-assets .intro[data-v-74e33834] {
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 50px 30px
}

.app-assets .intro .item[data-v-74e33834] {
    margin: 10px 43px;
    float: left;
    display: block;
    text-align: center
}

.app-assets .intro .item img[data-v-74e33834] {
    width: 300px
}

.app-assets .intro .item p[data-v-74e33834] {
    font-size: 22px
}

.view-list[data-v-74e33834] {
    background: #f6f6f6
}

.view-list .v-loading[data-v-74e33834] {
    min-height: 500px
}

.view-list .msearch-top[data-v-74e33834] {
    height: 300px
}

.view-list .nm-footer[data-v-74e33834] {
    display: none
}

.form-control-placeholder[data-v-74e33834] {
    color: #c2c2c2
}

.nodata-container[data-v-74e33834] {
    padding-top: 15px
}

.v-loading[data-v-74e33834] {
    margin-top: 15px
}

.app-assets[data-v-7690a926] {
    background: #fff
}

.app-assets .msearch-top[data-v-7690a926] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bg-4068625e.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    padding-top: 60px;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s
}

.app-assets .msearch-top .title[data-v-7690a926] {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: normal
}

.app-assets .msearch-top .search-area[data-v-7690a926] {
    height: 50px;
    width: 900px;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 30px
}

.app-assets .msearch-top .search-area .input-group[data-v-7690a926] {
    margin: auto;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 4px
}

.app-assets .msearch-top .search-area .input-group .search-group[data-v-7690a926] {
    padding: 0 15px
}

.app-assets .msearch-top .search-area .input-group .form-control[data-v-7690a926] {
    border: none;
    font-size: 16px;
    height: 50px
}

.app-assets .msearch-top .search-area .input-group .searchbtn[data-v-7690a926] {
    background: #e9f3ff;
    font-size: 20px;
    color: #128bed;
    padding: 5px 20px 5px;
    height: 50px;
    border: none;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.app-assets .intro[data-v-7690a926] {
    padding: 50px 30px;
    padding-top: 30px;
    padding-bottom: 30px
}

.app-assets .intro .item[data-v-7690a926] {
    margin: 0px 73px;
    float: left;
    display: block;
    text-align: center
}

.app-assets .intro .item img[data-v-7690a926] {
    width: 240px
}

.app-assets .intro .item p[data-v-7690a926] {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px
}

.view-list[data-v-7690a926] {
    background: #f6f6f6
}

.view-list .v-loading[data-v-7690a926] {
    min-height: 500px
}

.view-list .msearch-top[data-v-7690a926] {
    height: 300px
}

.view-list .nm-footer[data-v-7690a926] {
    display: none
}

.form-control-placeholder[data-v-7690a926] {
    color: #c2c2c2
}

.nodata-container[data-v-7690a926] {
    padding-top: 15px
}

.v-loading[data-v-7690a926] {
    margin-top: 15px
}

.bigsearch-nav[data-v-49605b9a] {
    position: relative;
    height: 40px
}

.bigsearch-nav .nav-wrap[data-v-49605b9a] {
    background: #fcfcfc;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    height: 40px
}

.bigsearch-nav .item[data-v-49605b9a] {
    float: left;
    padding: 0px 10px;
    line-height: 40px
}

.bigsearch-nav .item > a[data-v-49605b9a] {
    display: inline-block;
    line-height: 36px;
    font-size: 15px;
    color: #333;
    padding: 0px 5px
}

.bigsearch-nav .item .count[data-v-49605b9a] {
    font-size: 12px;
    color: #999
}

.bigsearch-nav .item.active > a[data-v-49605b9a] {
    color: #128bed;
    border-bottom: solid 2px #128bed
}

.bigsearch-nav .item.active > a > .count[data-v-49605b9a] {
    color: #128bed
}

.bigsearch-nav.fixed > .nav-wrap[data-v-49605b9a] {
    border-top: solid 1px #eee;
    position: fixed;
    z-index: 900;
    width: 100%;
    top: 56px;
    height: 41px
}

.bigsearch-nav .bicon-set3[data-v-49605b9a] {
    margin: 0px;
    top: 8px
}

.bigsearch-nav .nav-set[data-v-49605b9a] {
    padding: 5px 5px
}

.bigsearch-nav .nav-set .text[data-v-49605b9a] {
    color: #333;
    margin-bottom: 10px
}

.person-item[data-v-206b6fe4] {
    display: block;
    height: 180px;
    padding: 10px;
    color: #333
}

.person-item .img[data-v-206b6fe4] {
    float: left;
    margin-right: 10px
}

.person-item .title[data-v-206b6fe4] {
    font-size: 18px;
    font-weight: bold;
    color: #FD485E;
    margin-bottom: 4px;
    margin-top: 3px
}

.person-item .province-info[data-v-206b6fe4] {
    width: 100%;
    margin-top: 10px
}

.person-item .province-info td[data-v-206b6fe4] {
    padding-top: 5px;
    padding-bottom: 5px
}

.person-item[data-v-206b6fe4]:hover {
    background: #F3F9FE
}

.search-tags .click[data-v-505d4bbc] {
    cursor: pointer
}

.hit-reasons .sf[data-v-1f5faf2f]:not(:last-child):after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #eee;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    margin-right: 8px
}

.search-owninfo .product-list[data-v-ff9aa7ee] {
    margin-top: 15px
}

.search-owninfo .product-item[data-v-ff9aa7ee] {
    float: left;
    margin-right: 15px;
    background: #fff
}

.search-owninfo .pcard-box[data-v-ff9aa7ee] {
    width: 120px;
    border: solid 1px #eee
}

.search-owninfo .pcard-box .pcard-img[data-v-ff9aa7ee] {
    display: block;
    padding: 5px
}

.search-owninfo .pcard-box .pcard-img .bimg[data-v-ff9aa7ee] {
    width: 265px;
    height: 64px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fbfbfb;
    position: relative
}

.search-owninfo .pcard-box .pcard-img .bimg > img[data-v-ff9aa7ee] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle
}

.search-owninfo .pcard-box .pcard-img .des[data-v-ff9aa7ee] {
    position: relative;
    color: #333;
    line-height: 1.6;
    font-size: 12px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 6px
}

.search-cell .batch-bar[data-v-79922848] {
    height: 50px;
    background: #f3f9fe;
    padding: 9px 15px;
    border-top: solid 1px #eeeeee
}

.search-cell .batch-bar .btn[data-v-79922848] {
    width: 98px;
    height: 32px;
    font-size: 12px;
    line-height: 18px
}

.search-cell .ntable .maininfo[data-v-79922848] {
    position: relative
}

.search-cell .ntable .title[data-v-79922848] {
    max-width: 860px;
    display: inline-block;
    margin-bottom: 0px
}

.search-cell .ntable .title + .ntag[data-v-79922848] {
    position: relative;
    left: 3px;
    top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.search-cell .ntable .statustd[data-v-79922848] {
    width: 100px
}

.search-cell .ntable .nstatus[data-v-79922848] {
    font-size: 12px;
    padding: 0px 8px 0px 8px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.search-cell .ntable .tags[data-v-79922848] {
    margin-top: 8px;
    margin-bottom: 7px
}

.search-cell .ntable .val.long-text[data-v-79922848] {
    max-width: 820px
}

.search-cell .ntable .risk-item[data-v-79922848] {
    display: inline-block;
    background: #fff7f6;
    font-size: 12px;
    position: relative;
    padding-left: 64px;
    padding-right: 6px;
    line-height: 22px;
    border-radius: 4px;
    color: #666;
    margin-top: 2px;
    margin-bottom: 2px
}

.search-cell .ntable .risk-item[data-v-79922848]:hover {
    background: #fff1ef
}

.search-cell .ntable .risk-item .spline[data-v-79922848] {
    color: #999;
    position: relative;
    top: -1px;
    margin-right: 2px;
    margin-left: 2px
}

.search-cell .ntable .risk-item .ricon-fxsm[data-v-79922848] {
    position: absolute;
    width: 52px;
    height: 12px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ricon_fxsm-8b38e081.png);
    background-size: 52px 12px;
    left: 6px;
    top: 5px
}

.search-cell .ntable .actions[data-v-79922848] {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0px;
    z-index: 10
}

.search-cell .ntable .checktd[data-v-79922848] {
    text-align: right
}

.search-cell .ntable .checktd > label[data-v-79922848] {
    position: relative;
    right: -5px
}

.search-cell .ntable .frtrt td[data-v-79922848] {
    border-bottom: none
}

.search-cell .ntable .frtrt[data-v-79922848]:hover {
    background: #f3f9fe
}

.search-cell .ntable .frtrt:hover .all[data-v-79922848] {
    background: -webkit-gradient(linear, right top, left top, from(#f3f9fe), to(rgba(255, 255, 255, 0.2)));
    background: -o-linear-gradient(right, #f3f9fe, rgba(255, 255, 255, 0.2));
    background: linear-gradient(-90deg, #f3f9fe, rgba(255, 255, 255, 0.2))
}

.search-cell .ntable .frtr td[data-v-79922848] {
    border-top: none
}

.search-cell .ntable .frtr td[data-v-79922848] {
    padding: 3px 10px;
    background: #f3f9fe
}

.search-cell .ntable .frtr td .fp-p[data-v-79922848] {
    margin-top: 5px;
    margin-bottom: 5px
}

.search-cell .ntable .frtr td .fp-p > span[data-v-79922848] {
    margin-right: 20px
}

.search-cell .note-btn[data-v-79922848] {
    display: inline-block;
    padding: 3px 6px;
    position: relative;
    border-radius: 2px;
    border: solid 1px #eee;
    color: #666;
    background: #fff
}

.search-cell .follow-btn[data-v-79922848] {
    display: inline-block;
    padding: 3px 6px;
    position: relative;
    border-radius: 2px;
    border: solid 1px #128bed;
    color: #128bed;
    background: #fff
}

.search-cell .note-btn[data-v-79922848]:hover, .search-cell .follow-btn[data-v-79922848]:not(.active):hover {
    background-color: #128bed;
    border-color: #128bed;
    color: #fff
}

.search-cell .note-btn:hover .bicon[data-v-79922848], .search-cell .follow-btn:not(.active):hover .bicon[data-v-79922848] {
    background-position-x: -44px
}

.search-cell .note-btn:hover .text-primary[data-v-79922848], .search-cell .follow-btn:not(.active):hover .text-primary[data-v-79922848] {
    color: #fff
}

.search-cell .follow-btn.active[data-v-79922848] {
    border-color: #eee;
    color: #666
}

.search-cell .follow-btn.active[data-v-79922848]:hover {
    color: #666
}

.search-cell .plcqy[data-v-79922848] {
    margin-right: 10px;
    color: #128bed
}

.search-cell .plcqy img[data-v-79922848] {
    height: 20px;
    width: 20px
}

.search-cell .org-content[data-v-79922848] {
    height: 151px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.search-cell .org-list[data-v-79922848] {
    width: 100%;
    overflow: hidden;
    margin-left: 24px;
    position: relative
}

.search-cell .org-list[data-v-79922848]:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.search-cell .org-list .org-link[data-v-79922848] {
    display: inline-block;
    height: 143px;
    width: 347px;
    padding: 15px;
    color: #333;
    border: 1px solid #eee;
    margin-top: 8px;
    margin-right: 15px;
    position: relative;
    vertical-align: top
}

.search-cell .org-list .org-link .tags[data-v-79922848] {
    position: absolute;
    right: -7px;
    top: -9px !important
}

.search-cell .org-list .org-link .img[data-v-79922848] {
    float: left;
    margin-right: 10px;
    height: 54px;
    width: 54px
}

.search-cell .org-list .org-link .tline[data-v-79922848] {
    position: relative
}

.search-cell .org-list .org-link .title[data-v-79922848] {
    color: #333;
    font-size: 18px;
    max-width: 175px;
    overflow: hidden;
    font-weight: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-right: 10px
}

.search-cell .org-list .org-link .desTitle[data-v-79922848] {
    color: #666;
    font-size: 14px;
    max-width: none;
    font-weight: normal;
    margin-bottom: 2px;
    margin-right: 0px
}

.search-cell .org-list .org-link .ntag[data-v-79922848] {
    position: absolute;
    top: 3px
}

.search-cell .org-list .org-link .rline .f[data-v-79922848] {
    display: inline-block;
    color: #999
}

.search-cell .org-list .org-link .rline .f[data-v-79922848]:first-child {
    margin-right: 5px;
    min-width: 135px
}

.search-cell .org-list .org-link .rline .f .val[data-v-79922848] {
    color: #666
}

.search-cell .org-list .org-link .content[data-v-79922848] {
    margin-top: 10px;
    font-size: 14px
}

.search-cell .org-list .org-link .content.desc[data-v-79922848] {
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666
}

.search-cell .org-list .org-link .oneline[data-v-79922848] {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.search-cell .org-list .org-link[data-v-79922848]:hover {
    background-color: #f3f9fd
}

.search-cell .org-list .org-link:hover .title[data-v-79922848] {
    color: #128bed
}

.search-cell .org-list .org-link:hover .desTitle[data-v-79922848] {
    color: #666
}

.search-cell .org-list .org-link[data-v-79922848]:last-child {
    margin-right: 0px
}

.search-cell .org-list .org-link .province-info[data-v-79922848] {
    width: 100%;
    margin-top: 4px;
    border: none
}

.search-cell .org-list .org-link .province-info tr[data-v-79922848] {
    border: none
}

.search-cell .org-list .org-link .province-info td[data-v-79922848] {
    padding: 0;
    padding-top: 5px;
    border: none
}

.search-cell .all[data-v-79922848] {
    position: absolute;
    height: 141px;
    width: 55px;
    right: -15px;
    bottom: 1px;
    z-index: 10;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0.2)));
    background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0.2));
    background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0.2))
}

.search-cell .all .all-img[data-v-79922848] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/all-c02b2534.png);
    background-size: 100% 100%;
    height: 65px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.search-cell .all .all-img[data-v-79922848]:hover {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/all_hover-f3611ac6.png);
    background-size: 100% 100%
}

.search-cell .imgPart[data-v-79922848] {
    margin-top: -120px
}

.title-hover {
    color: #128bed !important
}

.longer-text {
    max-width: 100%
}

.app-search-all .search-all-contain {
    min-height: 550px
}

.app-search-all .search-all-contain .npanel-heading {
    position: relative
}

.app-search-all .search-all-contain .npanel-heading h4 {
    font-weight: bold
}

.app-search-all .search-all-contain .npanel-heading h4:before {
    content: " ";
    background: #128bed;
    position: absolute;
    width: 4px;
    height: 22px;
    left: 0px;
    top: 14px
}

.org-search .org-link[data-v-6f25539c] {
    display: block;
    height: 130px;
    padding: 10px;
    color: #333
}

.org-search .org-link .img[data-v-6f25539c] {
    float: left;
    margin-right: 10px
}

.org-search .org-link .tline[data-v-6f25539c] {
    position: relative
}

.org-search .org-link .title[data-v-6f25539c] {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    max-width: 175px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-right: 10px
}

.org-search .org-link .ntag[data-v-6f25539c] {
    position: absolute;
    top: 3px
}

.org-search .org-link .rline .f[data-v-6f25539c] {
    display: inline-block;
    color: #999
}

.org-search .org-link .rline .f[data-v-6f25539c]:first-child {
    margin-right: 5px;
    min-width: 135px
}

.org-search .org-link .rline .f .val[data-v-6f25539c] {
    color: #666
}

.org-search .org-link .content[data-v-6f25539c] {
    margin-top: 10px;
    font-size: 14px
}

.org-search .org-link .content.desc[data-v-6f25539c] {
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666
}

.org-search .org-link .oneline[data-v-6f25539c] {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.org-search .org-link[data-v-6f25539c]:hover {
    background-color: #F3F9FD
}

.org-search .org-link:hover .title[data-v-6f25539c] {
    color: #128bed
}

.org-search .org-link .province-info[data-v-6f25539c] {
    width: 100%;
    margin-top: 4px
}

.org-search .org-link .province-info td[data-v-6f25539c] {
    padding-top: 5px
}

.org-search .org-link.person .title[data-v-6f25539c] {
    color: #FD485E
}

.filter-list .form-group .col-pre[data-v-618c7df9], .filter-list .form-group .col-after[data-v-618c7df9] {
    float: left
}

.filter-list .form-group .col-pre[data-v-618c7df9] {
    font-weight: normal;
    color: #666;
    width: 75px
}

.filter-list .form-group .col-after[data-v-618c7df9] {
    width: 500px;
    margin-right: -15px
}

.filter-list .choosen[data-v-618c7df9] {
    margin-top: -6px
}

.filter-list .choosen .item[data-v-618c7df9] {
    float: left;
    color: #128bed;
    border: solid 1px #128bed;
    border-radius: 2px;
    line-height: 22px;
    padding: 0px 6px 0px 6px;
    font-size: 12px;
    max-width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 3px;
    margin-bottom: 3px
}

.filter-list .modal-body-list[data-v-618c7df9] {
    padding: 0px;
    padding-bottom: 5px;
    min-height: 400px;
    max-height: calc(100vh - 150px);
    overflow-y: auto
}

.filter-list .modal-body-list .filter-cell[data-v-618c7df9] {
    display: block;
    padding: 15px
}

.filter-list .modal-body-list .filter-cell[data-v-618c7df9]:not(:last-child) {
    border-bottom: solid 1px #eee
}

.filter-list .modal-body-list .filter-cell .title[data-v-618c7df9] {
    color: #666
}

.filter-list .modal-body-list .filter-cell[data-v-618c7df9]:hover {
    background-color: #F3F9FD
}

.filter-list .modal-body-list .filter-cell:hover .title[data-v-618c7df9] {
    color: #128bed
}

.adsearch-filter[data-v-28307e38] {
    position: relative
}

.adsearch-filter .npanel[data-v-28307e38] {
    margin-bottom: 37px
}

.adsearch-filter .npanel .npanel-body[data-v-28307e38] {
    padding: 10px 15px
}

.adsearch-filter .pills[data-v-28307e38]:not(:last-child) {
    margin-bottom: 0px
}

.adsearch-filter .line[data-v-28307e38] {
    background: #eee;
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px
}

.adsearch-filter .pills[data-v-28307e38] {
    vertical-align: bottom
}

.adsearch-filter .pills.hmore[data-v-28307e38] {
    height: 33px
}

.adsearch-filter .pills-header[data-v-28307e38] {
    position: relative
}

.adsearch-filter .pills-header .vip-tag[data-v-28307e38] {
    position: absolute;
    width: 20px;
    height: 9px;
    background-image: url(../../../images/website/company/icon_vip_tag-53a3d7fe.png);
    background-size: 20px 9px;
    margin-left: -4px;
    margin-top: -2px
}

.adsearch-filter .choosen[data-v-28307e38] {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.adsearch-filter .choosen .pills-after[data-v-28307e38] {
    padding-left: 12px;
    max-width: 1000px
}

.adsearch-filter .choosen .pills-item[data-v-28307e38] {
    position: relative;
    color: #128bed;
    background: #fff;
    border: solid 1px #128bed;
    line-height: 22px;
    padding: 0px 20px 0px 6px;
    font-size: 12px;
    max-width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    margin-left: 0px;
    margin-right: 10px;
    cursor: pointer
}

.adsearch-filter .choosen .pills-item[data-v-28307e38]:hover {
    background: #128bed;
    color: #fff
}

.adsearch-filter .choosen .pills-item[data-v-28307e38]:after {
    content: "X";
    position: absolute;
    right: 6px;
    top: 0px
}

.adsearch-filter .expand-btn[data-v-28307e38] {
    background-color: #fff;
    width: 100px;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: -21px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background: -o-linear-gradient(160deg, transparent 15px, #fff 0) right, -o-linear-gradient(20deg, transparent 15px, #fff 0) left;
    background: linear-gradient(-70deg, transparent 15px, #fff 0) right, linear-gradient(70deg, transparent 15px, #fff 0) left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    cursor: pointer
}

.adsearch-filter .expand-btn > i[data-v-28307e38] {
    font-size: 18px;
    color: #666
}

.adsearch-filter .expanded-wrap[data-v-28307e38] {
    height: 30px;
    overflow: hidden
}

.adsearch-filter .expanded-wrap-all[data-v-28307e38] {
    height: 30px;
    overflow: hidden
}

.adsearch-filter .expanded-mask[data-v-28307e38] {
    cursor: pointer;
    position: absolute;
    left: 2px;
    right: 2px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.2)));
    background-image: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.2));
    background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.2));
    height: 30px;
    bottom: 8px
}

.adsearch-filter.expanded .expanded-wrap[data-v-28307e38], .adsearch-filter.expanded .expanded-wrap-all[data-v-28307e38] {
    height: auto;
    overflow: visible
}

.adsearch-filter .search-new-icon[data-v-28307e38] {
    width: 44px;
    height: 14px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/search_new_icon-656173c7.png);
    background-size: 44px 14px;
    position: absolute;
    top: 5px;
    right: -42px
}

.adsearch-filter .multi-check-icon[data-v-28307e38] {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -6px;
    right: -4px;
    top: 6px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/multi_check_icon-c61d8f7c.png);
    background-size: 22px 22px
}

.columns-set[data-v-a1b31420] {
    line-height: 40px
}

.columns-config[data-v-a1b31420] {
    margin: -8px -10px;
    width: 220px;
    height: 345px;
    overflow-y: auto
}

.columns-config .cell-wrap[data-v-a1b31420] {
    height: 40px
}

.columns-config .cell-item[data-v-a1b31420] {
    padding: 8px 5px 8px 15px;
    line-height: 22px
}

.columns-config .cell-item .bicon-drag[data-v-a1b31420] {
    margin-right: 8px;
    cursor: move
}

.columns-config .cell-item .bicon-drag.disable-drag[data-v-a1b31420] {
    opacity: .3;
    cursor: not-allowed;
    background-position: 0px -22px
}

.columns-config .cell-item .name[data-v-a1b31420] {
    display: inline-block;
    width: 130px
}

.columns-config .cell-item .checkbox-right[data-v-a1b31420] {
    display: inline-block
}

.columns-config .cell-item[data-v-a1b31420]:hover {
    background: #F2F9FC
}

.columns-config .cell-item.dragging[data-v-a1b31420] {
    position: absolute;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 210px
}

.columns-config .cell-item.after-sort[data-v-a1b31420]:not(.dragging) {
    -webkit-box-shadow: 0px 0px 4px rgba(30, 147, 224, 0.2);
    box-shadow: 0px 0px 4px rgba(30, 147, 224, 0.2)
}

.columns-config .static-area.auto-pos[data-v-a1b31420] {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.search-table .batch-bar[data-v-c04ab5b0] {
    height: 50px;
    background: #f3f9fe;
    padding: 9px 15px;
    border-top: solid 1px #eeeeee
}

.search-table .batch-bar .btn[data-v-c04ab5b0] {
    width: 98px;
    height: 32px;
    font-size: 12px;
    line-height: 18px
}

.search-table .ntable-wrap[data-v-c04ab5b0] {
    position: relative;
    border-top: solid 1px #eee;
    padding: 15px
}

.search-table .ntable-wrap .loading-mask[data-v-c04ab5b0] {
    display: none
}

.search-table .ntable-wrap.loading[data-v-c04ab5b0] {
    height: 500px;
    overflow: hidden;
    position: relative
}

.search-table .ntable-wrap.loading .loading-mask[data-v-c04ab5b0] {
    display: block
}

.search-table .columns-set[data-v-c04ab5b0] {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 41px;
    background: #f2f9fc;
    width: 44px;
    text-align: center;
    z-index: 10;
    border: solid 1px #eee
}

.search-table .ntable[data-v-c04ab5b0] {
    margin-bottom: 0px
}

.search-table .ntable th[data-v-c04ab5b0] {
    text-align: left;
    padding-right: 2px;
    border: #e4eef6 1px solid
}

.search-table .ntable td[data-v-c04ab5b0] {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 62px;
    vertical-align: middle
}

.search-table .ntable .maininfo[data-v-c04ab5b0] {
    position: relative
}

.search-table .ntable .img[data-v-c04ab5b0] {
    width: 40px;
    height: 40px
}

.search-table .ntable .ntag[data-v-c04ab5b0] {
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.search-table .ntable .ellipsis-content[data-v-c04ab5b0] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.search-table .ntable .ellipsis-content .title[data-v-c04ab5b0] {
    display: inline;
    margin-bottom: 0px
}

.search-table .ntable .ellipsis-content .sub-title[data-v-c04ab5b0] {
    font-size: 12px;
    color: #999
}

.search-table .ntable .check-label[data-v-c04ab5b0] {
    margin: 0px 8px 0px 0px;
    display: block;
    line-height: 1
}

.search-table .ntable .check-label input[data-v-c04ab5b0] {
    margin: 0px
}

.search-table .ntable .nstatus[data-v-c04ab5b0] {
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    line-height: 12px;
    display: inline-block;
    position: relative
}

.search-table .ntable .frtrt td[data-v-c04ab5b0] {
    border-bottom: none
}

.search-table .ntable .frtrt[data-v-c04ab5b0]:hover {
    background: #f3f9fe
}

.search-table .ntable .frtr td[data-v-c04ab5b0] {
    border-top: none
}

.search-table .ntable .frtr td[data-v-c04ab5b0] {
    padding: 3px 10px;
    background: #f3f9fe
}

.search-table .ntable .frtr td .fp-p[data-v-c04ab5b0] {
    margin-top: 5px;
    margin-bottom: 5px
}

.search-table .ntable .frtr td .fp-p > span[data-v-c04ab5b0] {
    margin-right: 20px
}

.search-table .follow-btn.active[data-v-c04ab5b0] {
    color: #999
}

.search-table .follow-btn.active[data-v-c04ab5b0]:hover {
    color: #666
}

.search-table .plcqy[data-v-c04ab5b0] {
    margin-right: 10px;
    color: #128bed
}

.search-table .plcqy img[data-v-c04ab5b0] {
    height: 20px;
    width: 20px
}

.adsearch-list .twos-info[data-v-34d1eda4] {
    padding: 15px;
    background: #f3f9fe;
    border: solid 1px #eee;
    margin-bottom: 15px
}

.adsearch-list .vt-drop[data-v-34d1eda4] {
    position: relative
}

.adsearch-list .vt-drop img[data-v-34d1eda4] {
    width: 708px;
    position: absolute;
    z-index: 100;
    top: 35px;
    left: -348px;
    -webkit-transition-property: visibility;
    -o-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    visibility: hidden
}

.adsearch-list .vt-drop:hover img[data-v-34d1eda4] {
    visibility: visible
}

.adsearch-list .searchmore[data-v-34d1eda4] {
    width: 430px;
    margin: auto
}

.adsearch-list .searchmore h2[data-v-34d1eda4] {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px
}

.adsearch-list .search-page[data-v-34d1eda4] {
    margin-top: 20px
}

.adsearch-list .search-page .rtext[data-v-34d1eda4] {
    float: right;
    margin-top: 5px
}

.adsearch-list .switch-btn[data-v-34d1eda4] {
    display: inline-block;
    font-size: 12px;
    height: 32px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    position: relative;
    line-height: 24px;
    padding: 3px;
    border-radius: 2px
}

.adsearch-list .switch-btn > .item[data-v-34d1eda4] {
    color: #333;
    padding: 0px 8px;
    border-radius: 2px;
    display: inline-block;
    letter-spacing: 0
}

.adsearch-list .switch-btn > .item.active[data-v-34d1eda4] {
    color: #fff;
    background: #128bed
}

.mask[data-v-34d1eda4] {
    position: absolute;
    width: 485px;
    height: 48px;
    z-index: 999
}

.app-search .twos-info[data-v-6282f348] {
    padding: 15px;
    background: #F3F9FE;
    border: solid 1px #eee;
    margin-bottom: 15px
}

.risk-overview[data-v-4c998e0d] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.risk-overview .overview-content[data-v-4c998e0d] {
    width: 100%;
    min-height: 90px;
    position: relative
}

.risk-overview .overview-content .overview-logo[data-v-4c998e0d] {
    display: inline-block;
    float: left;
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 25px 0 10px
}

.risk-overview .overview-content .overview-logo img[data-v-4c998e0d] {
    display: inline-block;
    width: 80px;
    height: auto;
    border: 1px solid #EEEEEE;
    border-radius: 4px
}

.risk-overview .overview-content .overview-info[data-v-4c998e0d] {
    display: inline-block;
    float: right;
    width: 1075px
}

.risk-overview .overview-content .overview-info .company-name[data-v-4c998e0d] {
    display: inline-block;
    font-size: 18px;
    color: #222;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer
}

.risk-overview .overview-content .overview-info .company-name[data-v-4c998e0d]:hover {
    color: #128bed
}

.risk-overview .overview-content .overview-info .risk-body[data-v-4c998e0d] {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #FFDADF;
    padding: 8px;
    background: rgba(253, 237, 237, 0.2)
}

.risk-overview .overview-content .overview-info .risk-body .risk-panel[data-v-4c998e0d] {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(253, 237, 237, 0.2)
}

.risk-overview .overview-content .overview-info .risk-body .risk-panel .risk-tr[data-v-4c998e0d] {
    height: 52px
}

.risk-overview .overview-content .overview-info .risk-body .risk-panel .risk-tr[data-v-4c998e0d] td, .risk-overview .overview-content .overview-info .risk-body .risk-panel .risk-tr th[data-v-4c998e0d] {
    padding-left: 10px
}

.risk-overview .overview-content .overview-info .risk-body .risk-panel .risk-self-filter[data-v-4c998e0d] {
    background: rgba(253, 72, 94, 0.04)
}

.risk-overview .overview-content .overview-info .risk-body .risk-panel .cursor-hand[data-v-4c998e0d] {
    cursor: pointer
}

.risk-overview .overview-content .overview-info .risk-body .risk-panel .risk-go[data-v-4c998e0d] {
    color: #FD485E
}

.risk-overview .overview-content .overview-info .risk-body .risk-panel .m_question[data-v-4c998e0d] {
    margin: 6px 10px 0 0
}

.risk-overview .overview-content .overview-info .risk-body .risk-panel .risk-tag[data-v-4c998e0d] {
    display: inline-block;
    background: #FDEDED;
    border-radius: 2px;
    color: #FD485E;
    width: 62px;
    font-size: 12px;
    text-align: center
}

.risk-overview .overview-content .overview-info .risk-body .risk-panel .risk-tag.none-risk-tag[data-v-4c998e0d] {
    color: #999;
    background: #f0f0f0;
    border-color: #eee
}

.risk-overview .overview-content .overview-info .risk-body .risk-info[data-v-4c998e0d] {
    width: 100%;
    height: 100%;
    margin: 0
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item[data-v-4c998e0d] {
    display: block;
    width: 100%;
    height: 44px;
    list-style: none;
    margin: 5px 0
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item li[data-v-4c998e0d] {
    display: inline;
    width: 90px;
    height: 43px;
    line-height: 43px;
    float: left
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item .risk-num[data-v-4c998e0d] {
    text-align: center
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item .risk-num span[data-v-4c998e0d] {
    display: inline-block;
    height: 22px;
    line-height: 16px;
    width: 80%;
    margin-top: 11px;
    background: #FDEDED;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 12px;
    color: #FD485E
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item .risk-num span.risk-empty[data-v-4c998e0d] {
    color: #999;
    background: #f0f0f0;
    border-color: #eee
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item .risk-detail[data-v-4c998e0d] {
    line-height: 22px;
    min-width: 700px
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item .risk-detail .rd-text[data-v-4c998e0d] {
    font-size: 14px;
    color: #333
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item .risk-detail .rd-text .rdt-go[data-v-4c998e0d] {
    cursor: pointer;
    color: #FD485E
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item .risk-detail .rd-text .new-text-line[data-v-4c998e0d] {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.risk-overview .overview-content .overview-info .risk-body .risk-info .risk-item .risk-detail .rd-text.single-line[data-v-4c998e0d] {
    line-height: 44px
}

.risk-overview .overview-content .overview-info .risk-body .overview-look[data-v-4c998e0d] {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: inherit;
    text-align: center
}

.risk-overview .overview-content .overview-info .risk-body .overview-look a[data-v-4c998e0d] {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.risk-overview .overview-content .overview-info .risk-body .overview-look .hover-local[data-v-4c998e0d] {
    position: relative;
    top: 44.2%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999
}

.risk-overview .rquestion-hover:hover .rquestion-panel[data-v-4c998e0d] {
    visibility: visible
}

.risk-overview .rquestion-panel[data-v-4c998e0d] {
    position: absolute;
    width: 638px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 100;
    right: 20px;
    font-size: 12px;
    padding: 10px;
    visibility: hidden;
    -webkit-transition-property: visibility;
    -o-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    cursor: default;
    margin-top: 10px
}

.app-dselect[data-v-df15f018] {
    display: inline-block;
    position: relative
}

.app-dselect .dropdown-menu[data-v-df15f018] {
    width: 140px
}

.app-dselect .dselect-text[data-v-df15f018] {
    color: #333
}

.app-dselect .dselect-text.active[data-v-df15f018] {
    color: #128bed
}

.app-dselect ul.drop-col[data-v-df15f018] {
    margin-bottom: 0px;
    padding-left: 0px;
    position: relative;
    overflow: auto;
    max-height: 205px
}

.app-dselect ul.drop-col > li > a[data-v-df15f018], .app-dselect .drop-x > a[data-v-df15f018] {
    display: block;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    color: #333;
    line-height: 18px
}

.app-dselect ul.drop-col > li > a[data-v-df15f018]:hover, .app-dselect ul.drop-col > li > a.hover[data-v-df15f018], .app-dselect .drop-x > a[data-v-df15f018]:hover, .app-dselect .drop-x > a.hover[data-v-df15f018] {
    background-color: #F3F9FD;
    color: #128bed
}

.app-dselect ul.drop-col > li > a .text[data-v-df15f018], .app-dselect .drop-x > a .text[data-v-df15f018] {
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 5px;
    margin-bottom: 0px;
    white-space: nowrap
}

.app-dselect ul.drop-col > li > a label.text[data-v-df15f018], .app-dselect .drop-x > a label.text[data-v-df15f018] {
    font-weight: normal
}

.app-dselect ul.drop-col > li > a label.text > input[data-v-df15f018], .app-dselect .drop-x > a label.text > input[data-v-df15f018] {
    float: left;
    margin-right: 6px;
    margin-top: 3px
}

.app-dselect ul.drop-col > li > a i[data-v-df15f018], .app-dselect .drop-x > a i[data-v-df15f018] {
    float: right;
    margin-top: 2px
}

.app-dselect ul.drop-col > li > a .drop-right[data-v-df15f018], .app-dselect .drop-x > a .drop-right[data-v-df15f018] {
    position: absolute;
    left: 158px;
    z-index: 1000;
    bottom: -1px
}

.app-dselect.drop-hover .dropdown-menu[data-v-df15f018] {
    display: block;
    visibility: hidden;
    -webkit-transition: all 0s linear 0.3s;
    -o-transition: all 0s linear 0.3s;
    transition: all 0s linear 0.3s
}

.app-dselect.drop-hover:hover .dropdown-menu[data-v-df15f018] {
    visibility: visible
}

.adsearch-filter[data-v-9c99e9f6] {
    position: relative
}

.adsearch-filter .npanel[data-v-9c99e9f6] {
    margin-bottom: 37px
}

.adsearch-filter .npanel .npanel-body[data-v-9c99e9f6] {
    padding: 10px 15px
}

.adsearch-filter .pills[data-v-9c99e9f6]:not(:last-child) {
    margin-bottom: 0px
}

.adsearch-filter .line[data-v-9c99e9f6] {
    background: #eee;
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px
}

.adsearch-filter .pills[data-v-9c99e9f6] {
    vertical-align: bottom
}

.adsearch-filter .type-around[data-v-9c99e9f6] .pills-after .fitem {
    width: 111px
}

.adsearch-filter .pills.hmore[data-v-9c99e9f6] {
    height: 33px
}

.adsearch-filter .pills-header[data-v-9c99e9f6] {
    position: relative
}

.adsearch-filter .pills-header .vip-tag[data-v-9c99e9f6] {
    position: absolute;
    width: 20px;
    height: 9px;
    background-image: url(../../../images/website/company/icon_vip_tag-53a3d7fe.png);
    background-size: 20px 9px;
    margin-left: -4px;
    margin-top: -2px
}

.adsearch-filter .choosen[data-v-9c99e9f6] {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.adsearch-filter .choosen .pills-after[data-v-9c99e9f6] {
    padding-left: 12px;
    max-width: 1000px
}

.adsearch-filter .choosen .pills-item[data-v-9c99e9f6] {
    position: relative;
    color: #128bed;
    background: #fff;
    border: solid 1px #128bed;
    line-height: 22px;
    padding: 0px 20px 0px 6px;
    font-size: 12px;
    max-width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    margin-left: 0px;
    margin-right: 10px;
    cursor: pointer
}

.adsearch-filter .choosen .pills-item[data-v-9c99e9f6]:hover {
    background: #128bed;
    color: #fff
}

.adsearch-filter .choosen .pills-item[data-v-9c99e9f6]:after {
    content: "X";
    position: absolute;
    right: 6px;
    top: 0px
}

.adsearch-filter .expand-btn[data-v-9c99e9f6] {
    background-color: #fff;
    width: 100px;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: -21px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background: -o-linear-gradient(160deg, transparent 15px, #fff 0) right, -o-linear-gradient(20deg, transparent 15px, #fff 0) left;
    background: linear-gradient(-70deg, transparent 15px, #fff 0) right, linear-gradient(70deg, transparent 15px, #fff 0) left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    cursor: pointer
}

.adsearch-filter .expand-btn > i[data-v-9c99e9f6] {
    font-size: 18px;
    color: #666
}

.adsearch-filter .expanded-wrap[data-v-9c99e9f6] {
    height: 28px;
    overflow: hidden
}

.adsearch-filter .expanded-mask[data-v-9c99e9f6] {
    cursor: pointer;
    position: absolute;
    left: 2px;
    right: 2px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.2)));
    background-image: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.2));
    background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.2));
    height: 30px;
    bottom: 8px
}

.adsearch-filter.expanded .expanded-wrap[data-v-9c99e9f6] {
    height: auto;
    overflow: visible
}

.adsearch-filter .search-new-icon[data-v-9c99e9f6] {
    width: 44px;
    height: 14px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/search_new_icon-656173c7.png);
    background-size: 44px 14px;
    position: absolute;
    top: 5px;
    right: -42px
}

.adsearch-filter .multi-check-icon[data-v-9c99e9f6] {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -6px;
    right: -4px;
    top: 6px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/multi_check_icon-c61d8f7c.png);
    background-size: 22px 22px
}

.app-search-risk .risk-noData[data-v-5bf29e3f] {
    padding: 100px 10px 20px 10px !important
}

.app-search-risk .export-company-noData[data-v-5bf29e3f] {
    text-align: center;
    padding-bottom: 70px
}

.app-search-risk .risk-overview[data-v-5bf29e3f] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.app-search-risk .risk-overview .overview-content[data-v-5bf29e3f] {
    width: 100%;
    min-height: 90px;
    position: relative
}

.app-search-risk .risk-overview .overview-content .overview-logo[data-v-5bf29e3f] {
    display: inline-block;
    float: left;
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 25px 0 10px
}

.app-search-risk .risk-overview .overview-content .overview-logo img[data-v-5bf29e3f] {
    display: inline-block;
    width: 80px;
    height: auto;
    border: 1px solid #EEEEEE;
    border-radius: 4px
}

.app-search-risk .risk-overview .overview-content .risk-overview[data-v-5bf29e3f] {
    width: 1075px;
    float: right
}

.app-search-risk .risk-overview .overview-content .risk-overview .company-name[data-v-5bf29e3f] {
    display: inline-block;
    font-size: 18px;
    color: #222;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer
}

.app-search-risk .risk-overview .overview-content .risk-overview .company-name[data-v-5bf29e3f]:hover {
    color: #128bed
}

.app-search-risk .head[data-v-10ff9371] {
    margin-bottom: 0px
}

.app-search-risk .top-head[data-v-10ff9371] {
    border-top: 0px
}

.app-search-risk .top-head .bigsearch-filter[data-v-10ff9371] {
    margin-bottom: 0px
}

.app-search-risk .risk-noData[data-v-10ff9371] {
    padding: 100px 10px 20px 10px !important
}

.app-search-risk .bigsearch-filter[data-v-10ff9371] {
    margin-bottom: 15px
}

.app-search-risk .export-company-noData[data-v-10ff9371] {
    text-align: center;
    padding-bottom: 70px
}

.app-search-risk #searchImage[data-v-10ff9371] {
    -o-object-fit: contain;
    object-fit: contain
}

.app-search-risk .risk-overview[data-v-10ff9371] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.app-search-risk .risk-overview .overview-content[data-v-10ff9371] {
    width: 100%;
    min-height: 90px;
    position: relative
}

.app-search-risk .risk-overview .overview-content .overview-logo[data-v-10ff9371] {
    display: inline-block;
    float: left;
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 25px 0 10px
}

.app-search-risk .risk-overview .overview-content .overview-logo img[data-v-10ff9371] {
    display: inline-block;
    width: 80px;
    height: auto;
    border: 1px solid #eeeeee;
    border-radius: 4px
}

.app-search-risk .risk-overview .overview-content .risk-overview[data-v-10ff9371] {
    width: 1075px;
    float: right
}

.app-search-risk .risk-overview .overview-content .risk-overview .company-name[data-v-10ff9371] {
    display: inline-block;
    font-size: 18px;
    color: #222;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer
}

.app-search-risk .risk-overview .overview-content .risk-overview .company-name[data-v-10ff9371]:hover {
    color: #128bed
}

.app-search-risk[data-v-10ff9371] .rjzzq-list .npanel {
    margin-top: 15px
}

.app-search-risk .pills-item.camera[data-v-10ff9371] {
    padding-left: 30px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_camera-N-f2abd385.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 4px
}

.app-search-risk .pills-item.camera[data-v-10ff9371]:hover {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_camera-H-35dbcb0b.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 4px
}

.app-search-risk .pills-item.pic[data-v-10ff9371] {
    padding-left: 30px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_pic_N-bfe71c92.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 4px
}

.app-search-risk .pills-item.pic[data-v-10ff9371]:hover {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_pic_H-090553ca.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 4px
}

.app-search-risk .choosen[data-v-10ff9371] {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.app-search-risk .choosen .pills-after[data-v-10ff9371] {
    padding-left: 12px;
    max-width: 1000px
}

.app-search-risk .choosen .pills-item[data-v-10ff9371] {
    position: relative;
    color: #128bed;
    background: #fff;
    border: solid 1px #128bed;
    line-height: 22px;
    padding: 0px 20px 0px 6px;
    font-size: 12px;
    max-width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    margin-left: 0px;
    margin-right: 10px;
    cursor: pointer
}

.app-search-risk .choosen .pills-item[data-v-10ff9371]:hover {
    background: #128bed;
    color: #fff
}

.app-search-risk .choosen .pills-item[data-v-10ff9371]:after {
    content: "X";
    position: absolute;
    right: 6px;
    top: 0px
}

.app-search-risk .list[data-v-10ff9371] {
    margin-bottom: 20px
}

.app-search-risk .picture[data-v-10ff9371] .ntable-list tr:hover {
    background: #fff
}

.app-search-risk .imgPart[data-v-10ff9371] {
    padding: 15px 25px;
    border-top: 1px solid #eee
}

.app-search-risk .noLoading[data-v-10ff9371] {
    margin-top: -20px
}

.app-search-risk .noData .npanel[data-v-10ff9371], .app-search-risk .noData .bigsearch-filter[data-v-10ff9371] {
    border-top: 0
}

.app-search-risk .uploadPart[data-v-10ff9371] {
    height: 280px
}

.app-search-risk .pic-search-check[data-v-10ff9371] {
    color: #333;
    padding: 3px 10px;
    margin: 3px 3px;
    float: left
}

.app-search-risk .pic-search-check .checkbox_btn[data-v-10ff9371] {
    margin-right: 4px;
    display: inline-block;
    margin-bottom: -8px
}

.app-search-risk .trademark_edit[data-v-10ff9371], .app-search-risk .trademark_reset[data-v-10ff9371] {
    height: 22px;
    width: 22px;
    background-size: 100% 100%;
    display: inline-block;
    margin-bottom: -6px
}

.app-search-risk .trademark_edit[data-v-10ff9371] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/trademark_edit-197ea4be.png)
}

.app-search-risk .trademark_reset[data-v-10ff9371] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/trademark_reset-eb921237.png)
}

#comTag .fit-table-img[data-v-1de1edb6] {
    display: inline-block;
    width: 80px;
    height: auto
}

#comtag-filter .choosen[data-v-30f2e6ca] {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#comtag-filter .choosen .pills-after[data-v-30f2e6ca] {
    padding-left: 12px;
    max-width: 1000px
}

#comtag-filter .choosen .pills-item[data-v-30f2e6ca] {
    position: relative;
    color: #128bed;
    background: #fff;
    border: solid 1px #128bed;
    line-height: 22px;
    padding: 0px 20px 0px 6px;
    font-size: 12px;
    max-width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    margin-left: 0px;
    margin-right: 10px;
    cursor: pointer
}

#comtag-filter .choosen .pills-item[data-v-30f2e6ca]:hover {
    background: #128bed;
    color: #fff
}

#comtag-filter .choosen .pills-item[data-v-30f2e6ca]:after {
    content: "X";
    position: absolute;
    right: 6px;
    top: 0px
}


.pay-page-select-service {
    width: 100%
}

.pay-page-select-service td {
    padding-top: 5px;
    padding-bottom: 5px
}

.pay-page-select-service td .radio-inline {
    vertical-align: top;
    position: relative;
    top: -1px
}

.pay-page-custom-meal form {
    display: block
}

.pay-page-custom-meal label.col-pre {
    margin-left: 0px
}

.radio-control {
    height: 34px;
    padding-top: 7px
}

.first_td_hover {
    position: relative;
    height: 100%
}

.first_td_hover .first_center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.intro_vip_show {
    position: absolute;
    left: 300px;
    top: -11px;
    background: #fff;
    width: 600px;
    z-index: 100;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eeeeee;
    padding: 20px 30px 30px 30px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0
}

.intro_vip_show .title {
    font-size: 20px;
    color: #333;
    font-weight: 500
}

.intro_vip_show .des {
    font-size: 16px !important;
    color: #999
}

.intro_vip_show .intro_img {
    background: #f6f6f6;
    margin-top: 20px;
    width: 540px
}

.intro_vip_show .intro_img img {
    width: 100%
}

.hover_title {
    color: #128bed !important
}

.hover_arrow {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/hover_arrow-7d0961d6.png) no-repeat;
    background-size: 100% 100%;
    height: 22px;
    width: 22px;
    margin-bottom: -5px;
    display: inline-block
}

.first_td {
    position: relative
}

.title:hover .intro_vip_show {
    opacity: 1
}

.pay-page .pay-top {
    height: 356px;
    background: #128bed url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_top_bg-966dd0a7.png) no-repeat top;
    background-size: cover;
    padding-top: 35px;
    margin-bottom: 80px
}

.pay-page .pay-top .pay-title .title {
    font-size: 44px;
    font-family: "Microsoft YaHei", Arial;
    color: #fff;
    text-align: center
}

.pay-page .pay-top .pay-title .sub-title {
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    text-align: center
}

.pay-page .pay-top .pay-panel-scroll {
    position: relative
}

.pay-page .pay-top .pay-panel {
    width: 320px;
    height: 340px;
    position: absolute;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(18, 139, 237, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(18, 139, 237, 0.05);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center
}

.pay-page .pay-top .pay-panel.sort1 {
    top: 100px;
    left: 0px;
    z-index: 2
}

.pay-page .pay-top .pay-panel.sort2 {
    left: 340px;
    top: 35px;
    z-index: 3
}

.pay-page .pay-top .pay-panel.sort3 {
    top: 100px;
    left: 900px;
    z-index: 1
}

.pay-page .pay-top .pay-panel .pay-panel-header {
    height: 182px;
    background-size: 320px 182px;
    padding-top: 35px;
    border-radius: 12px 12px 0 0
}

.pay-page .pay-top .pay-panel .pay-panel-header .title {
    font-size: 34px;
    font-weight: bold
}

.pay-page .pay-top .pay-panel .pay-panel-header .sub-title {
    font-size: 18px;
    margin-top: 15px
}

.pay-page .pay-top .pay-panel .pay-panel-wrap {
    height: 158px;
    background: #fff;
    padding-top: 20px;
    border-radius: 0 0 12px 12px
}

.pay-page .pay-top .pay-panel .pay-panel-wrap .price {
    font-size: 18px
}

.pay-page .pay-top .pay-panel .pay-panel-wrap .price b {
    font-size: 28px
}

.pay-page .pay-top .pay-panel .pay-panel-wrap .pay-btn {
    margin-top: 12px;
    width: 140px;
    line-height: 28px;
    border-radius: 4px
}

.pay-page .pay-top .pay-panel.big {
    width: 540px;
    height: 520px
}

.pay-page .pay-top .pay-panel.big .pay-panel-header {
    height: 200px;
    background-size: 540px 200px;
    padding-top: 40px
}

.pay-page .pay-top .pay-panel.big .pay-panel-header .title {
    font-size: 40px
}

.pay-page .pay-top .pay-panel.big .pay-panel-header .sub-title {
    font-size: 26px;
    margin-top: 20px
}

.pay-page .pay-top .pay-panel.big .pay-panel-wrap {
    height: 320px;
    padding-top: 50px;
    overflow: hidden
}

.pay-page .pay-top .pay-panel.big .pay-panel-wrap .price {
    font-size: 18px
}

.pay-page .pay-top .pay-panel.big .pay-panel-wrap .pay-btn {
    margin-top: 50px;
    width: 300px;
    font-size: 18px
}

.pay-page .pay-top .pay-panel.big .pay-panel-wrap .after-bar {
    margin-top: 25px
}

.pay-page .pay-top .goods-list {
    white-space: nowrap
}

.pay-page .pay-top .goods-list .item {
    position: relative;
    width: 160px;
    height: 95px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    border: solid 2px #eee;
    border-radius: 4px;
    padding-top: 13px
}

.pay-page .pay-top .goods-list .item .price small {
    font-size: 14px
}

.pay-page .pay-top .goods-list .item .price b {
    font-size: 24px;
    font-weight: bold
}

.pay-page .pay-top .goods-list .item .price .unit {
    font-size: 14px;
    color: #666666
}

.pay-page .pay-top .goods-list .item .offset {
    margin-top: 10px;
    color: #999
}

.pay-page .pay-top .goods-list .item .recomend {
    position: absolute;
    width: 48px;
    height: 24px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/recomend2-1c26e241.png);
    background-size: 48px 24px;
    top: -12px;
    left: -2px
}

.pay-page .pay-top .goods-list .item .check {
    width: 0;
    height: 0;
    border-bottom: 26px solid #128bed;
    border-left: 26px solid transparent;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 0px;
    line-height: 26px
}

.pay-page .pay-top .goods-list .item .check .fa {
    position: absolute;
    color: #fff;
    font-weight: 100;
    right: 0px;
    top: 10px
}

.pay-page .pay-top .pay-panel.vip .pay-panel-header {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_panelbg-4e2ffe58.png);
    background-color: #f6cda0;
    color: #864d07
}

.pay-page .pay-top .pay-panel.vip.big .pay-panel-header {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_panelbg_big-6a046a17.png)
}

.pay-page .pay-top .pay-panel.vip .price {
    color: #864d07
}

.pay-page .pay-top .pay-panel.vip .pay-btn {
    background-color: #f6cda0;
    color: #864d07
}

.pay-page .pay-top .pay-panel.vip .goods-list .item .price {
    color: #864d07
}

.pay-page .pay-top .pay-panel.vip .goods-list .item.active {
    border-color: #f6cda0;
    background-color: #fefaf5
}

.pay-page .pay-top .pay-panel.vip .goods-list .item .check {
    border-bottom-color: #f6cda0
}

.pay-page .pay-top .pay-panel.vip .sm-text {
    color: #864d07
}

.pay-page .pay-top .pay-panel.svip .pay-panel-header {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/svip_panelbg-dcbf47c9.png);
    background-color: #f9d354;
    color: #aa6715
}

.pay-page .pay-top .pay-panel.svip.big .pay-panel-header {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/svip_panelbg_big-a1d87fee.png)
}

.pay-page .pay-top .pay-panel.svip .price {
    color: #aa6715
}

.pay-page .pay-top .pay-panel.svip .pay-btn {
    background-color: #f9d354;
    color: #aa6715
}

.pay-page .pay-top .pay-panel.svip .goods-list .item .price {
    color: #aa6715
}

.pay-page .pay-top .pay-panel.svip .goods-list .item.active {
    border-color: #f9d354;
    background-color: #fffbee
}

.pay-page .pay-top .pay-panel.svip .goods-list .item .check {
    border-bottom-color: #f9d354
}

.pay-page .pay-top .pay-panel.svip .sm-text {
    color: #aa6715
}

.pay-page .pay-top .pay-panel.qiye .pay-panel-header {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/qiye_panelbg-67c16ee1.png);
    background-color: #467fe8;
    color: #fff
}

.pay-page .pay-top .pay-panel.qiye.big .pay-panel-header {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/qiye_panelbg_big-3ff6bb48.png)
}

.pay-page .pay-top .pay-panel.qiye .pay-panel-wrap {
    padding-top: 20px
}

.pay-page .pay-top .pay-panel.qiye .price {
    color: #467fe8
}

.pay-page .pay-top .pay-panel.qiye .pay-btn {
    background-color: #467fe8;
    color: #fff
}

.pay-page .pay-top .pay-panel.qiye .goods-list .item .price {
    color: #467fe8
}

.pay-page .pay-top .pay-panel.qiye .goods-list .item.active {
    border-color: #467fe8;
    background-color: #f5f9ff
}

.pay-page .pay-top .pay-panel.qiye .goods-list .item .check {
    border-bottom-color: #467fe8
}

.pay-page .pay-top .pay-panel.qiye .meal-change-spin {
    margin-top: 20px
}

.pay-page .pay-top .pay-panel.qiye .meal-change-spin .mnumber-input {
    width: 180px;
    height: 42px;
    margin: auto
}

.pay-page .pay-top .pay-panel.qiye .price-computed {
    margin-top: 10px;
    color: #999
}

.pay-page .pay-top .pay-panel.qiye .sm-text {
    color: #467fe8
}

.pay-page .pay-top .pay-panel.big.qiye .pay-btn {
    margin-top: 15px
}

.pay-page .pay-top .pay-panel.big.qiye .after-bar {
    margin-top: 13px
}

.pay-page .pay-top .qiye-switch-group {
    margin-top: 15px
}

.pay-page .pay-top .qiye-switch-group .switch-vip, .pay-page .pay-top .qiye-switch-group .switch-svip {
    display: inline-block;
    width: 168px;
    height: 46px;
    border: solid 2px #fadcb9;
    margin-left: 5px;
    margin-right: 5px;
    color: #fadcb9;
    font-size: 18px;
    line-height: 26px;
    padding-top: 8px;
    position: relative
}

.pay-page .pay-top .qiye-switch-group .switch-vip .qicon, .pay-page .pay-top .qiye-switch-group .switch-svip .qicon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    position: relative;
    margin-right: 2px;
    margin-top: -7px;
    position: relative;
    top: 7px
}

.pay-page .pay-top .qiye-switch-group .switch-vip.active, .pay-page .pay-top .qiye-switch-group .switch-svip.active {
    width: 168px;
    height: 46px;
    border: none;
    background-size: 168px 46px;
    top: -1px;
    padding-top: 9px
}

.pay-page .pay-top .qiye-switch-group .switch-vip {
    border-radius: 23px 0 0 23px
}

.pay-page .pay-top .qiye-switch-group .switch-vip .qicon {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ent_vip_icon-3db1efb4.png)
}

.pay-page .pay-top .qiye-switch-group .switch-vip.active {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/qiye_switch_btn1-a620add8.png)
}

.pay-page .pay-top .qiye-switch-group .switch-svip {
    border-radius: 0 23px 23px 0
}

.pay-page .pay-top .qiye-switch-group .switch-svip .pay_hot {
    height: 14px;
    width: 28px;
    position: absolute;
    top: -7px;
    right: 0px
}

.pay-page .pay-top .qiye-switch-group .switch-svip .qicon {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ent_svip_icon-64e9b45b.png)
}

.pay-page .pay-top .qiye-switch-group .switch-svip.active {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/qiye_switch_btn2-7b6d88a7.png)
}

.pay-page .pay-intro {
    border-radius: 2px;
    margin-top: 370px;
    margin-bottom: 60px
}

.pay-page .pay-intro table {
    width: 100%;
    background-color: #fff
}

.pay-page .pay-intro table td {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee
}

.pay-page .pay-intro table td:first-child {
    padding-left: 30px;
    padding-right: 10px;
    text-align: left
}

.pay-page .pay-intro table td.current {
    border-left: solid 2px #128bed !important;
    border-right: solid 2px #128bed !important
}

.pay-page .pay-intro .intro-header {
    height: 161px
}

.pay-page .pay-intro .intro-header table.fixed {
    position: fixed;
    top: 0px;
    width: 1220px;
    background: #fff;
    z-index: 101;
    -webkit-box-shadow: 0px 4px 3px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 3px -4px rgba(0, 0, 0, 0.1)
}

.pay-page .pay-intro .intro-header table td {
    position: relative;
    vertical-align: top;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee
}

.pay-page .pay-intro .intro-header table td.current:before {
    content: " ";
    position: absolute;
    height: 2px;
    top: -1px;
    left: 0px;
    right: 0px;
    background: #128bed
}

.pay-page .pay-intro .intro-header table td:first-child {
    vertical-align: middle
}

.pay-page .pay-intro .intro-header table td .recomend {
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/recomend1-1960e042.png);
    background-size: 35px 35px;
    top: 0px;
    right: 0px
}

.pay-page .pay-intro .intro-header table td .title {
    font-size: 20px;
    font-weight: bold
}

.pay-page .pay-intro .intro-header table td .vicon img {
    width: 34px;
    height: 34px;
    margin-right: 5px;
    position: relative;
    top: -2px
}

.pay-page .pay-intro .intro-header table td .pay-btn {
    width: 140px;
    height: 38px;
    border-radius: 2px;
    margin-top: 11px;
    font-size: 16px
}

.pay-page .pay-intro .intro-header table td .offsetText {
    margin-top: 10px;
    color: #999
}

.pay-page .pay-intro .intro-header table td.vip .title {
    color: #864d07
}

.pay-page .pay-intro .intro-header table td.vip .pay-btn {
    color: #864d07;
    border-color: #f6cda0
}

.pay-page .pay-intro .intro-header table td.vip.current .pay-btn {
    background-color: #f6cda0
}

.pay-page .pay-intro .intro-header table td.vip .offsetText .p {
    color: #864d07
}

.pay-page .pay-intro .intro-header table td.svip .title {
    color: #aa6715
}

.pay-page .pay-intro .intro-header table td.svip .pay-btn {
    color: #aa6715;
    border-color: #f9d354
}

.pay-page .pay-intro .intro-header table td.svip.current .pay-btn {
    background-color: #f9d354
}

.pay-page .pay-intro .intro-header table td.svip .offsetText .p {
    color: #aa6715
}

.pay-page .pay-intro .intro-header table td.ent .title, .pay-page .pay-intro .intro-header table td.entSvip .title {
    color: #173b9e
}

.pay-page .pay-intro .intro-header table td.ent .pay-btn, .pay-page .pay-intro .intro-header table td.entSvip .pay-btn {
    color: #467fe8;
    border-color: #467fe8
}

.pay-page .pay-intro .intro-header table td.ent.current .pay-btn, .pay-page .pay-intro .intro-header table td.entSvip.current .pay-btn {
    color: #fff;
    background-color: #467fe8
}

.pay-page .pay-intro .intro-header table td.ent .offsetText .p, .pay-page .pay-intro .intro-header table td.entSvip .offsetText .p {
    color: #467fe8
}

.pay-page .pay-intro .intro-content table td {
    font-size: 16px;
    border-bottom: solid 1px #eee;
    height: 64px
}

.pay-page .pay-intro .intro-content table td .open-btn {
    font-size: 12px;
    margin-left: 8px
}

.pay-page .pay-intro .intro-content table td .open-btn > img {
    height: 12px;
    position: relative;
    top: -1px
}

.pay-page .pay-intro .intro-content table .blank-td {
    border-left-color: #fff
}

.pay-page .pay-intro .intro-content table .blank-td:not(:last-child) {
    border-right-color: #fff
}

.pay-page .pay-intro .intro-content table tr:nth-child(odd) td {
    background: #f5f9ff
}

.pay-page .pay-intro .intro-content table tr:nth-child(odd) td.current {
    background: #e5efff
}

.pay-page .pay-intro .intro-content table .group-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 59px;
    position: relative;
    padding-left: 25px;
    border-right-color: #fff
}

.pay-page .pay-intro .intro-content table .group-title:after {
    content: " ";
    position: absolute;
    left: 0px;
    width: 5px;
    height: 22px;
    background: #128bed;
    top: 27px
}

.pay-page .pay-intro .intro-content table .des {
    color: #999;
    font-size: 12px
}

.pay-page .pay-intro .intro-content table .fa-check {
    font-size: 22px;
    color: #00cc66
}

.pay-page .pay-intro .intro-content table .x {
    font-size: 28px;
    font-weight: bolder;
    color: #999;
    line-height: 1
}

.pay-page .pay-intro .intro-group:last-child tr:last-child td.current {
    border-bottom: solid 2px #128bed
}

.pay-page .pay-intro .datavip-intro {
    width: 400px
}

.pay-page .pay-intro .datavip-intro p {
    margin-bottom: 0px;
    line-height: 1.8
}

.pay-page .pay-intro .datavip-intro .group:not(:last-child) {
    margin-bottom: 10px
}

.ipay-qiye {
    width: 780px;
    background: #fff
}

.ipay-vip {
    width: 780px;
    background: #fff
}

.ipay-qiye {
    width: 780px;
    background: #fff
}

.keywords-condition-wrapper > .first-label[data-v-27c500e2] {
    margin-left: 20px;
    color: #666
}

.keywords-condition-wrapper > .first-input[data-v-27c500e2] {
    margin-left: 5px;
    width: 300px
}

.keywords-condition-wrapper > .second-label[data-v-27c500e2] {
    margin-left: 50px;
    color: #666
}

.keywords-condition-wrapper > .second-input[data-v-27c500e2] {
    margin-left: 5px;
    width: 300px
}

.chart-container-wrapper[data-v-7e7713bb] {
    background-color: #fff;
    border-radius: 4px
}

.chart-container-wrapper > .title-wrapper[data-v-7e7713bb] {
    position: relative
}

.chart-container-wrapper > .title-wrapper > .title[data-v-7e7713bb] {
    border-bottom: 1px solid #e8e8e8;
    padding: 19px 20px;
    font-size: 16px;
    font-weight: bold
}

.chart-container-wrapper > .title-wrapper > .operation-wrapper[data-v-7e7713bb] {
    position: absolute;
    right: 12px;
    top: 16px
}

.chart-container-wrapper > .content[data-v-7e7713bb] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/qcc-shuiyin-9982a019.svg);
    background-position: center;
    background-repeat: space
}

.chart-container-wrapper > .content > .h-split-wrapper[data-v-7e7713bb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chart-container-wrapper > .content > .h-split-wrapper > .split-item[data-v-7e7713bb] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.chart-container-wrapper > .content > .h-split-wrapper > .split-item[data-v-7e7713bb]:not(:first-child) {
    margin-left: 15px
}

.develop > .chart-wrapper > .split-container[data-v-3512687a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.develop > .chart-wrapper > .split-container > .split-item[data-v-3512687a] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.develop > .chart-wrapper > .split-container > .split-item[data-v-3512687a]:not(:first-child) {
    margin-left: 15px
}

.ability > .chart-wrapper > .split-container[data-v-ee67a294] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ability > .chart-wrapper > .split-container > .split-item[data-v-ee67a294] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ability > .chart-wrapper > .split-container > .split-item[data-v-ee67a294]:not(:first-child) {
    margin-left: 15px
}

.law > .chart-wrapper > .split-container[data-v-014ef6a2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.law > .chart-wrapper > .split-container > .split-item[data-v-014ef6a2] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.law > .chart-wrapper > .split-container > .split-item[data-v-014ef6a2]:not(:first-child) {
    margin-left: 15px
}

.charge > .chart-wrapper > .split-container[data-v-7e5433fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.charge > .chart-wrapper > .split-container > .split-item[data-v-7e5433fc] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.charge > .chart-wrapper > .split-container > .split-item[data-v-7e5433fc]:not(:first-child) {
    margin-left: 15px
}

.operation > .chart-wrapper > .split-container[data-v-eaa45aba] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.operation > .chart-wrapper > .split-container > .split-item[data-v-eaa45aba] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.operation > .chart-wrapper > .split-container > .split-item[data-v-eaa45aba]:not(:first-child) {
    margin-left: 15px
}

.macro-analysis-main[data-v-0fe34c77] {
    width: 1220px;
    margin: 15px auto 0
}

.macro-analysis-main > .loading-wrapper[data-v-0fe34c77] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999
}

.macro-analysis-main > .loading-wrapper > .icon[data-v-0fe34c77] {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-50%, -50%);
    -ms-transform: rotate(-50%, -50%);
    transform: rotate(-50%, -50%)
}

.macro-analysis-main > .title[data-v-0fe34c77] {
    padding: 13.5px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.macro-analysis-main > .title > .left[data-v-0fe34c77] {
    float: left;
    font-size: 16px
}

.macro-analysis-main > .title > .left > .text[data-v-0fe34c77] {
    font-weight: bold
}

.macro-analysis-main > .title > .left > .remark[data-v-0fe34c77] {
    color: #999
}

.macro-analysis-main > .title > .left > .search-count[data-v-0fe34c77] {
    color: #999
}

.macro-analysis-main > .title > .left > .search-count > .count[data-v-0fe34c77] {
    color: #FD485E
}

.macro-analysis-main > .title > .right[data-v-0fe34c77] {
    float: right
}

.macro-analysis-main > .keyword-condition-wrapper[data-v-0fe34c77] {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #eee
}

.macro-analysis-main > .condition-filter-wrapper[data-v-0fe34c77] {
    position: relative;
    background-color: #fff;
    padding: 20px
}

.macro-analysis-main > .condition-filter-wrapper > .filter-item[data-v-0fe34c77] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.macro-analysis-main > .condition-filter-wrapper > .filter-item > .filter-item__label[data-v-0fe34c77] {
    width: 70px;
    margin-right: 15px
}

.macro-analysis-main > .condition-filter-wrapper > .filter-item > .filter-item__data[data-v-0fe34c77] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.macro-analysis-main > .condition-filter-wrapper > .filter-item > .filter-item__data > .filter-item__data-conditions[data-v-0fe34c77] {
    margin-left: 20px;
    display: block;
    background-color: #d6d6d6;
    color: #666;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 8px;
    cursor: pointer;
    max-width: 250px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 20px
}

.macro-analysis-main > .condition-filter-wrapper > .filter-item > .filter-item__data > .filter-item__data-conditions > .close-icon[data-v-0fe34c77] {
    position: absolute;
    top: 6px;
    right: 5px
}

.macro-analysis-main > .condition-filter-wrapper > .mask[data-v-0fe34c77] {
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#fff));
    background: -o-linear-gradient(top, #666, #fff);
    background: linear-gradient(to bottom, #666, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.macro-analysis-main > .condition-filter-wrapper > .expand-condition[data-v-0fe34c77] {
    background-color: #fff;
    width: 100px;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background: -o-linear-gradient(160deg, transparent 15px, #fff 0) right, -o-linear-gradient(20deg, transparent 15px, #fff 0) left;
    background: linear-gradient(-70deg, transparent 15px, #fff 0) right, linear-gradient(70deg, transparent 15px, #fff 0) left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    cursor: pointer
}

.macro-analysis-main > .condition-filter-wrapper > .up[data-v-0fe34c77], .macro-analysis-main > .condition-filter-wrapper .down[data-v-0fe34c77] {
    color: #666
}

.macro-analysis-main > .search-result > .gap[data-v-0fe34c77] {
    background-color: #f6f6f6;
    height: 15px;
    margin: 0 -20px;
    padding-bottom: 40px
}

.macro-analysis-main > .search-result > .chart-wrapper > .split-container[data-v-0fe34c77] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.macro-analysis-main > .search-result > .chart-wrapper > .split-container > .split-item[data-v-0fe34c77] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.macro-analysis-main > .search-result > .chart-wrapper > .split-container > .split-item[data-v-0fe34c77]:not(:first-child) {
    margin-left: 15px
}

.macro-analysis-main > .search-result > .no-data[data-v-0fe34c77] {
    margin-top: 50px
}

.macro-analysis-main .section-header[data-v-0fe34c77] {
    padding-bottom: 20px
}

.macro-analysis-main .section-header .section-line-14[data-v-0fe34c77] {
    width: 3px;
    background-color: #128bed;
    margin-right: 5px;
    height: 16px;
    display: inline-block;
    height: 14px
}

.macro-analysis-main .section-header .section-title-14[data-v-0fe34c77] {
    display: inline-block;
    vertical-align: text-bottom;
    font-weight: bold;
    font-size: 16px;
    font-size: 14px
}

.macro-analysis-main .section-header .section-line-16[data-v-0fe34c77] {
    width: 3px;
    background-color: #128bed;
    margin-right: 5px;
    height: 16px;
    display: inline-block;
    height: 16px
}

.macro-analysis-main .section-header .section-title-16[data-v-0fe34c77] {
    display: inline-block;
    vertical-align: text-bottom;
    font-weight: bold;
    font-size: 16px;
    font-size: 16px
}

.macro-analysis-main .slide-enter-active[data-v-0fe34c77], .macro-analysis-main .slide-leave-active[data-v-0fe34c77] {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: auto
}

.macro-analysis-main .slide-enter[data-v-0fe34c77], .macro-analysis-main .slide-leave-to[data-v-0fe34c77] {
    opacity: 0;
    height: 0px
}

.bd-detail .list-group-nhover .text[data-v-0c84f016] {
    width: 160px;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.bd-detail .list-group-nhover .text[data-v-0c84f016], .bd-detail .list-group-nhover .time[data-v-0c84f016] {
    font-size: 12px
}

.companyDetailList {
    margin-bottom: 20px
}

.info-content[data-v-67a9c875], .info-title[data-v-67a9c875] {
    padding: 25px 15px;
    border-radius: 0px;
    border: 1px solid #eee;
    min-height: 845px
}

.info-title[data-v-67a9c875] {
    padding: 20px;
    min-height: 0px
}

.info-title .title[data-v-67a9c875] {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: bold
}

.info-title .sub-title[data-v-67a9c875] {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    line-height: 24px
}

.info-title .tags[data-v-67a9c875] {
    margin-top: 11px
}

.recommends[data-v-67a9c875] {
    padding-left: 0px
}

.recommends .panel[data-v-67a9c875] {
    border-radius: 0%
}

.recommends .head[data-v-67a9c875] {
    padding: 14px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee
}

.recommends .download[data-v-67a9c875] {
    padding: 10px 30px 20px 30px;
    text-align: center
}

.recommends .download img[data-v-67a9c875] {
    width: 230px;
    height: 180px;
    margin-bottom: 10px
}

.recommends .recommends-list[data-v-67a9c875] {
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #128bed;
    line-height: 22px
}

.recommends .recommends-list > div[data-v-67a9c875]:not(:last-child) {
    margin-bottom: 10px
}

.panel[data-v-67a9c875] {
    margin-bottom: 15px
}


.mao-head[data-v-11d550f8] {
    position: absolute;
    top: 58px;
    width: 100%;
    z-index: 10;
    line-height: 1.8;
    height: 50px
}

.mao-head a[data-v-11d550f8] {
    color: #3c4144;
    text-decoration: none
}

.reply[data-v-11d550f8] {
    position: relative;
    top: -3px
}

.mao-head.whitebg[data-v-11d550f8] {
    background: rgba(255, 255, 255, 0.9)
}

.mao-head .mao-title[data-v-11d550f8] {
    float: left;
    font-size: 14px;
    color: #128bed;
    height: 50px
}

.mao-head .mao-title li[data-v-11d550f8] {
    position: relative;
    height: 100%;
    line-height: 50px
}

.mao-head .mao-title a[data-v-11d550f8] {
    color: #128bed
}

.mao-head .mao-title .text-primary[data-v-11d550f8] {
    padding-left: 25px
}

.mao-head .mao-title img[data-v-11d550f8] {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 22px
}

.mao-head .mao-title.breadcrumb[data-v-11d550f8] {
    padding: 0 15px 0 0;
    margin: 0
}

.mao-head .mao-nav[data-v-11d550f8] {
    float: left;
    font-size: 14px;
    color: #666;
    margin: 0;
    padding-left: 35px;
    height: 50px
}

.mao-nav li[data-v-11d550f8] {
    margin-left: 30px;
    display: inline-block;
    position: relative;
    height: 100%;
    line-height: 50px
}

.mao-nav li[data-v-11d550f8]:first-child {
    margin-left: 15px
}

.mao-nav li a[data-v-11d550f8] {
    display: inline-block
}

.mao-nav li .tag-img[data-v-11d550f8] {
    position: absolute;
    right: -18px;
    display: block;
    width: 20px;
    height: 8px;
    top: 10px
}

.mao-nav li .ntag[data-v-11d550f8] {
    position: absolute;
    right: -24px;
    display: block;
    top: 12px
}

.mao-nav li .svip-n[data-v-11d550f8] {
    right: -35px
}

.mao-nav a[data-v-11d550f8]:hover {
    color: #128bed
}

.mao-nav .active > a[data-v-11d550f8] {
    color: #128bed;
    height: 45px;
    border-bottom: 2px solid #128bed
}

.charts-layout[data-v-088906a4] .app-nheader-wrap {
    height: 58px
}

.charts-layout[data-v-4c048811] .app-nheader-wrap {
    height: 58px
}

.risk-category[data-v-e7636ef0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    position: relative
}

.risk-category[data-v-e7636ef0]:before {
    content: '';
    position: absolute;
    border-top: 1px solid #eee;
    left: 15px;
    right: 15px;
    top: 0
}

.risk-category .middle[data-v-e7636ef0] {
    width: 60px
}

.risk-category .left[data-v-e7636ef0], .risk-category .right[data-v-e7636ef0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.risk-category .left .header[data-v-e7636ef0], .risk-category .right .header[data-v-e7636ef0] {
    position: relative;
    font-weight: bold;
    padding: 18px 0 18px 12px;
    font-size: 16px
}

.risk-category .left .header[data-v-e7636ef0]::before, .risk-category .right .header[data-v-e7636ef0]::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 15px;
    background: #128bed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 1px
}

.risk-category .left .risk-total[data-v-e7636ef0], .risk-category .right .risk-total[data-v-e7636ef0] {
    font-weight: bold;
    padding: 10px;
    background: #f6f6f6;
    color: #666
}

.risk-category .left .risk-total > span[data-v-e7636ef0], .risk-category .right .risk-total > span[data-v-e7636ef0] {
    color: #FD485E
}

.risk-category .left .risk-total > span.gray[data-v-e7636ef0], .risk-category .right .risk-total > span.gray[data-v-e7636ef0] {
    color: #999999
}

.risk-category .left .chart-wrapper[data-v-e7636ef0], .risk-category .right .chart-wrapper[data-v-e7636ef0] {
    padding: 30px 0
}

.risk-category .no-data-count .number[data-v-e7636ef0] {
    color: #999999
}

.major-risk[data-v-bbef73c8] {
    padding: 15px
}

.major-risk .content[data-v-bbef73c8] {
    padding: 20px;
    border: 1px solid #128BED;
    border-radius: 8px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/major-risk-bg-5d95dc0a.png) no-repeat #F2F9FE;
    background-position: 98% 22px;
    background-size: 225px 184px
}

.major-risk .content.bg-bottom[data-v-bbef73c8] {
    background-position: 98% 100%
}

.major-risk .title img[data-v-bbef73c8] {
    height: 28px
}

.major-risk .header[data-v-bbef73c8] {
    position: relative;
    font-weight: bold;
    margin-top: 15px;
    font-size: 16px;
    padding-left: 12px
}

.major-risk .header[data-v-bbef73c8]::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 15px;
    background: #128bed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 1px
}

.major-risk .items[data-v-bbef73c8] {
    margin-top: 5px
}

.major-risk .items > div[data-v-bbef73c8] {
    position: relative;
    padding-left: 13px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    margin-top: 2px
}

.major-risk .items > div[data-v-bbef73c8]:first-child {
    margin-top: 0
}

.major-risk .items > div.gray[data-v-bbef73c8] {
    color: #999
}

.major-risk .items > div[data-v-bbef73c8]:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #666;
    position: absolute;
    left: 0;
    top: 10px
}

.major-risk .items > div[data-v-bbef73c8] em {
    color: #FF6060
}

.title[data-v-0a1541c4] {
    padding: 20px 20px 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title .new[data-v-0a1541c4] {
    color: #FD485E;
    margin-left: 5px
}

.title .text[data-v-0a1541c4] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title .text .anticon[data-v-0a1541c4] {
    color: #ccc;
    font-size: 16px;
    margin-left: 5px
}

.title .go-detail[data-v-0a1541c4] {
    text-align: right;
    font-size: 14px;
    color: #128BED;
    font-weight: normal;
    cursor: pointer
}

.risk-case-list[data-v-8b59840c] .ant-table-content .ant-table-body .ant-table-thead th[key='SerialNumber'], .risk-case-list[data-v-8b59840c] .ant-table-content .ant-table-body .ant-table-thead th[key='CaseReason'], .risk-case-list[data-v-8b59840c] .ant-table-content .ant-table-body .ant-table-thead th[key='AnNoList'], .risk-case-list[data-v-8b59840c] .ant-table-content .ant-table-body .ant-table-thead th[key='CourtList'] {
    min-width: 50px
}

.risk-case-list[data-v-8b59840c] .ant-table-content .ant-table-body .ant-table-thead th[key='CaseTypeArray'] {
    min-width: 75px
}

.risk-case-list[data-v-8b59840c] .ant-table-content .ant-table-body .ant-table-thead th[key='LatestTrialRound'] {
    min-width: 105px
}

.risk-property-clue[data-v-4df2fced] {
    color: #F5A623;
    cursor: pointer
}


.icon > span[data-v-127e3a4d] {
    cursor: default
}

.customTooltip .ant-tooltip-inner {
    width: 350px;
    background: #fff;
    color: #666;
    padding: 10px;
    line-height: 22px
}

.customTooltip .ant-tooltip-arrow::before {
    background: #fff
}


.break-faith .wrap[data-v-72e4d60c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.break-faith .wrap .chart-wrap[data-v-72e4d60c] {
    width: 380px
}

.break-faith .wrap .same-case-person[data-v-72e4d60c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

.break-faith .wrap-no-right .chart-wrap[data-v-72e4d60c] {
    width: 100%
}


.judgement-document .wrap .module-container[data-v-90312602] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.judgement-document .wrap .wrap-module[data-v-90312602] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.court-announcement .wrap .module-container[data-v-700e7359] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.court-announcement .wrap .wrap-module[data-v-700e7359] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.delivery-notice .wrap .module-container[data-v-139e318e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.delivery-notice .wrap .wrap-module[data-v-139e318e] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cate[data-v-6525c3a4] {
    padding: 20px 20px 10px;
    font-size: 20px;
    font-weight: bold
}

.nodata[data-v-6525c3a4] {
    padding: 18px 20px;
    color: #999;
    background: #fff;
    border-radius: 4px
}

.environment-punishment .wrap .module-container[data-v-39916038] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.environment-punishment .wrap .wrap-module[data-v-39916038] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.stock-equity .wrap-module .type-table[data-v-75ffe218] {
    margin-top: 20px
}

.stock-equity .wrap-module .type-table[data-v-75ffe218]:first-child {
    margin-top: 0
}

.risk-analysis-module-model .ant-modal-title {
    font-weight: bold
}

.risk-analysis-module-model .ant-modal-header {
    padding: 16px 24px 16px 20px
}

.risk-analysis-module-model .ant-modal-body {
    height: 540px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 0 20px
}

.risk-analysis-module-model .ant-modal-body:after {
    content: '';
    display: block;
    padding-bottom: 20px
}

.risk-analysis-module-model .model-info {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.risk-analysis-module-model .model-info > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.risk-analysis-module-model .model-content {
    padding-top: 10px
}

.risk-analysis-module-model .model-content > div {
    margin-top: 10px
}

.risk-analysis-module-model .model-content .ant-table-body .ant-table-thead th {
    font-weight: bold
}

.risk-analysis-module-model .model-content .ant-table-body .ant-table-thead th[key='SerialNumber'], .risk-analysis-module-model .model-content .ant-table-body .ant-table-thead th[key='CaseReason'], .risk-analysis-module-model .model-content .ant-table-body .ant-table-thead th[key='Status'] {
    min-width: 50px
}

.risk-analysis-module-model .model-content .ant-table-body .ant-table-thead th[key='CaseBody2'], .risk-analysis-module-model .model-content .ant-table-body .ant-table-thead th[key='ContentDetail'] {
    min-width: 75px
}

.risk-analysis-module-model .model-content .ant-table-body .ant-table-thead th[key='Amount'] {
    min-width: 115px
}

.risk-analysis-module-model .model-content .ant-table-body .ant-table-thead th[key='CaseRole'] {
    min-width: 200px
}

.risk-analysis-module-model .model-content .ant-table-body .ant-table-tbody tr:hover .spread-btn {
    background: #F3F9FD
}

.risk-analysis-module-model .model-content .ant-table-body .ant-table-tbody .content-spread {
    line-height: 22px;
    max-height: 88px;
    overflow-y: hidden;
    position: relative
}

.risk-analysis-module-model .model-content .ant-table-body .ant-table-tbody .spread-btn {
    position: absolute;
    background: #fff;
    text-align: right;
    bottom: 0;
    right: 0;
    cursor: pointer
}

.risk-analysis-module-model .model-content .ant-table-body .ant-table-tbody .spread-btn span {
    color: #128BED
}

.risk-analysis-module-model .model-detail-outer {
    margin-top: 20px
}

.risk-analysis-module-model .model-detail-outer .model-detail {
    margin-top: 10px
}

.risk-analysis-module-model .model-detail .detail-row .detail-col .col-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.risk-analysis-module-model .model-detail .detail-row .detail-col .col-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.risk-analysis-module-model .margin-top-0 {
    margin-top: 0
}

.risk-analysis-module-model .model-detail-title {
    color: #333;
    font-weight: bold;
    margin-bottom: 10px
}

.risk-analysis-module-model .model-detail {
    border: 1px solid #eee
}

.risk-analysis-module-model .model-detail .detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eee
}

.risk-analysis-module-model .model-detail .detail-row:first-child {
    border-top: none
}

.risk-analysis-module-model .model-detail .detail-row .detail-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    border-left: 1px solid #eee
}

.risk-analysis-module-model .model-detail .detail-row .detail-col:first-child {
    border-left: none
}

.risk-analysis-module-model .model-detail .detail-row .detail-col > div {
    padding: 15px 10px
}

.risk-analysis-module-model .model-detail .detail-row .detail-col .col-title {
    width: 148px;
    min-width: 148px;
    border-right: 1px solid #eee;
    background: #F6F6F6
}

.risk-analysis-module-model .model-detail .detail-row .detail-col .col-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.risk-analysis-module-model .click-active {
    color: #128BED;
    cursor: pointer
}

.risk-analysis .container[data-v-821f3ee0] em {
    font-style: normal
}

.risk-analysis .container ul[data-v-821f3ee0] {
    margin: 0;
    padding: 0
}

.risk-analysis .container[data-v-821f3ee0] .module {
    background: #fff;
    padding: 20px;
    margin-top: 15px
}

.risk-analysis .container[data-v-821f3ee0] .module .module-title {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee
}

.risk-analysis .container .header-1[data-v-821f3ee0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px
}

.risk-analysis .container .header-1 .logo[data-v-821f3ee0] {
    width: 60px
}

.risk-analysis .container .header-1 .title[data-v-821f3ee0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

.risk-analysis .container .header-1 .title .company[data-v-821f3ee0] {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.risk-analysis .container .header-1 .title .company .firm-btn[data-v-821f3ee0] {
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 2px;
    background: #128BED;
    margin-left: 15px;
    cursor: pointer
}

.risk-analysis .container .header-1 .title .date[data-v-821f3ee0] {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px
}

.risk-analysis .container .header-1 .title .date em[data-v-821f3ee0] {
    color: #666
}

.risk-analysis .container .module-tabs[data-v-821f3ee0] {
    margin-top: 15px;
    border-radius: 0px 0px 4px 4px;
    padding: 0 20px;
    background: #fff
}

.risk-analysis .container .module-tabs .navs[data-v-821f3ee0] {
    border-radius: 4px 4px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee
}

.risk-analysis .container .module-tabs .navs .nav-item[data-v-821f3ee0] {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    padding: 18px 0;
    margin-right: 30px;
    position: relative;
    cursor: pointer
}

.risk-analysis .container .module-tabs .navs .active[data-v-821f3ee0] {
    color: #333;
    font-weight: bold
}

.risk-analysis .container .module-tabs .navs .active[data-v-821f3ee0]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #128BED;
    left: 0;
    bottom: 0
}

.risk-analysis .container .risk-types[data-v-821f3ee0] {
    padding: 14px 0 12px 5px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 4px 4px
}

.risk-analysis .container .risk-types .type-list[data-v-821f3ee0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -6px;
    margin-right: -4px
}

.risk-analysis .container .risk-types .type-list > div[data-v-821f3ee0] {
    margin-right: 10px;
    color: #666;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
    margin-top: 6px
}

.risk-analysis .container .risk-types .type-list > div[data-v-821f3ee0]:hover {
    color: #128BED
}

.risk-analysis .container .risk-types .type-list .active[data-v-821f3ee0] {
    border-radius: 4px;
    background: #128BED;
    color: #fff !important
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module {
    margin-bottom: 10px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap {
    background: #fff;
    padding: 0 20px;
    border-radius: 4px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .total-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #F3F9FD;
    border-radius: 4px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .total-count .icon {
    margin-right: 10px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .total-count .col .item {
    margin-top: 10px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .total-count .col .item:first-child {
    margin-top: 0
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .total-count .item {
    margin-right: 100px;
    color: #666;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .total-count .item em {
    color: #333
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .total-count .item .icon {
    margin-left: 5px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .total-count-container {
    padding-top: 20px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .wrap-module {
    padding-bottom: 20px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .wrap-module .type-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 18px 0 18px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .wrap-module .type-title:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #128BED;
    border-radius: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .wrap-module .total-count {
    margin-bottom: 10px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .wrap-module .type-table table .click-active {
    color: #128BED;
    cursor: pointer
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .wrap-module .type-pages {
    text-align: right;
    margin-top: 20px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .wrap .wrap-module-holder {
    height: 20px
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .no-data-wrapper {
    color: #999;
    line-height: 24px;
    padding: 18px 0
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .ant-table-pagination {
    margin: 20px 0 0 0
}

.risk-analysis .container .nav-content[data-v-821f3ee0] .risk-module .ant-table-thead th {
    font-weight: bold
}

.risk-analysis .container .nav-content .risk-overview[data-v-821f3ee0] {
    background: #fff;
    border-radius: 0 0 4px 4px
}

.risk-analysis .container .nav-content .loading[data-v-821f3ee0] {
    height: 300px;
    margin-top: 15px
}

.risk-analysis .container .major-risk[data-v-821f3ee0] {
    padding: 0 20px
}

.risk-analysis-fixed .container .module-tabs[data-v-821f3ee0] {
    width: 1220px;
    position: fixed;
    top: -15px;
    z-index: 9;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05)
}

.risk-analysis-fixed .container .fixed-holder[data-v-821f3ee0] {
    height: 80px
}

.basic-info-container[data-v-17410cc0] {
    width: 100%;
    margin-bottom: 12px;
    padding: 20px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    border-radius: 4px
}

.basic-info-container .img[data-v-17410cc0] {
    float: left;
    line-height: 72px;
    width: 72px;
    height: 72px;
    border: solid 1px #f0f0f0;
    border-radius: 8px;
    font-size: 0
}

.basic-info-container .img > img[data-v-17410cc0] {
    width: 72px;
    border-radius: 8px
}

.basic-info-container .header-right[data-v-17410cc0] {
    float: left;
    margin-left: 20px
}

.basic-info-container .header-right .header-top .name[data-v-17410cc0] {
    display: inline-block;
    height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer
}

.basic-info-container .header-right .header-top .name[data-v-17410cc0]:hover {
    color: #128bed
}

.basic-info-container .header-right .header-top .entry[data-v-17410cc0] {
    display: inline-block;
    width: 64px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    background: #128bed;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-left: 20px;
    cursor: pointer
}

.basic-info-container .header-right .header-bottom[data-v-17410cc0] {
    margin-top: 15px;
    font-size: 14px;
    color: #333333
}

.basic-info-container .header-right .header-bottom > p[data-v-17410cc0] {
    margin: 0;
    display: inline-block
}

.basic-info-container .header-right .header-bottom > p[data-v-17410cc0]:not(:first-child) {
    margin-left: 50px
}

.basic-info-container .header-right .header-bottom > p .intro-label[data-v-17410cc0] {
    color: #666
}

.basic-info-container .header-right .header-bottom .expand[data-v-17410cc0] {
    cursor: pointer;
    color: #128bed
}

.basic-info-container > .skeleton-logo[data-v-17410cc0] {
    float: left;
    width: 60px;
    height: 60px;
    background-color: #f2f2f2;
    border-radius: 6px
}

.basic-info-container > .skeleton-content[data-v-17410cc0] {
    float: left;
    width: 800px;
    padding-left: 20px
}

.basic-info-container > .skeleton-content > .top[data-v-17410cc0] {
    margin-bottom: 16px;
    width: 100%;
    height: 22px;
    background-color: #f2f2f2
}

.basic-info-container > .skeleton-content > .bottom[data-v-17410cc0] {
    width: 50%;
    height: 22px;
    background-color: #f2f2f2
}

.filter-item[data-v-2db089b2] {
    padding-right: 50px;
    position: relative
}

.filter-item .title[data-v-2db089b2] {
    color: #999;
    margin-right: 8px;
    display: inline-block;
    float: left
}

.filter-item .filter-container[data-v-2db089b2] {
    float: right;
    width: calc(100% - 80px);
    overflow: hidden
}

.filter-item .filter-container .filter-wrapper[data-v-2db089b2] {
    width: 100%
}

.filter-item .title-main .filter-span[data-v-2db089b2] {
    margin-left: 9px;
    margin-bottom: 10px;
    padding: 1px 8px;
    display: inline-block;
    line-height: 21px;
    cursor: pointer
}

.filter-item .title-main .filter-span.selected[data-v-2db089b2] {
    background: #128bed;
    border-radius: 2px;
    color: #ffffff
}

.filter-item .title-main .filter-span.selected .text-gray[data-v-2db089b2] {
    color: #ffffff
}

.filter-item .title-main .text-gray[data-v-2db089b2] {
    color: #999
}

.filter-item .expander[data-v-2db089b2] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 0;
    font-size: 14px;
    line-height: 21px;
    color: #979797;
    cursor: pointer
}

.filter-item .expander > .text[data-v-2db089b2] {
    margin-right: 3px
}

.filter-item .expander i[data-v-2db089b2] {
    font-size: 14px
}

.item[data-v-1f293a04] {
    margin-bottom: 5px
}

.assets-clue[data-v-52e3a96a] {
    width: 1220px;
    margin: 0 auto;
    margin-top: 10px
}

.assets-clue header[data-v-52e3a96a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border-bottom: 1px solid #EEE;
    background: #FCFCFC
}

.assets-clue header .count[data-v-52e3a96a] {
    color: #fd485e
}

.assets-clue header .export[data-v-52e3a96a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90px;
    height: 32px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    color: #333;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.assets-clue header .export.disabled[data-v-52e3a96a] {
    cursor: not-allowed;
    color: #999
}

.assets-clue header .export img[data-v-52e3a96a] {
    width: 18px
}

.assets-clue header .export img.ing[data-v-52e3a96a] {
    -webkit-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite
}

.assets-clue .fliter[data-v-52e3a96a] {
    margin-top: 15px;
    background: #fff
}

.assets-clue .fliter .filter-main[data-v-52e3a96a] {
    padding: 20px 15px 5px
}

.assets-clue .fliter .filter-main .filter-main-item[data-v-52e3a96a] {
    margin-bottom: 5px
}

.assets-clue .content[data-v-52e3a96a] {
    margin-top: 15px;
    background: #fff
}

.assets-clue .table-content[data-v-52e3a96a] {
    padding: 15px;
    color: #333
}

.assets-clue .table-content[data-v-52e3a96a] .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
    background: #f6f6f6
}

.assets-clue .table-content[data-v-52e3a96a] .ant-table-thead th {
    background: #F2F9FC;
    padding-top: 11px;
    padding-bottom: 11px
}

.assets-clue .table-content[data-v-52e3a96a] .ant-table-thead th .ant-table-header-column {
    color: #333
}

.assets-clue .table-content[data-v-52e3a96a] .ant-table-thead tr:first-child th {
    border: unset
}

.assets-clue .table-content[data-v-52e3a96a] .ant-table-tbody > tr > td {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #333
}

.assets-clue .table-content .role-type-tip[data-v-52e3a96a] {
    color: #666;
    margin-bottom: 6px
}

.assets-clue .table-content .assets-stock-job[data-v-52e3a96a] {
    color: #666;
    margin-top: 6px
}

.assets-clue .table-content .assets-stock-job > span[data-v-52e3a96a] {
    color: #333
}

.assets-clue .table-content .bottom-tag[data-v-52e3a96a] {
    margin-top: 6px;
    font-size: 0
}

.assets-clue .table-content .bottom-tag .text[data-v-52e3a96a] {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 12px
}

.assets-clue .table-content .bottom-tag .text[data-v-52e3a96a]:not(:first-child) {
    margin-left: 10px
}

.assets-clue .table-content .bottom-tag .text-primary[data-v-52e3a96a] {
    color: #128BED;
    background: #E7F4FF
}

.assets-clue .table-content .bottom-tag .text-success[data-v-52e3a96a] {
    color: #009944;
    background: #EBFFF4
}

.assets-clue .table-content .bottom-tag .text-danger[data-v-52e3a96a] {
    color: #FD485E;
    background: #FDEDED
}

.assets-clue .table-content .bottom-tag .text-gray[data-v-52e3a96a] {
    color: #666666;
    background: #EEEEEE
}

.assets-clue .table-content .inline-span[data-v-52e3a96a] {
    display: inline-block;
    padding-right: 30px;
    line-height: 22px
}

.assets-clue .table-content .clue-analysis[data-v-52e3a96a] {
    background: #F6F6F6;
    border-radius: 2px;
    padding: 6px 5px 8px;
    font-size: 14px;
    color: #333;
    margin-top: 5px
}

.assets-clue .table-content .clue-analysis-title[data-v-52e3a96a] {
    color: #666
}

.search-table .batch-check-label[data-v-0499f918] {
    display: inline-block !important
}

.search-table .batch-bar[data-v-0499f918] {
    height: 50px;
    background: #F3F9FE;
    padding: 9px 15px
}

.search-table .batch-bar .btn[data-v-0499f918] {
    width: 98px;
    height: 32px;
    font-size: 12px;
    line-height: 18px
}

.search-table .ntable-wrap[data-v-0499f918] {
    position: relative;
    margin: 15px 15px 0;
    padding-bottom: 15px
}

.search-table .ntable-wrap .loading-mask[data-v-0499f918] {
    min-height: 500px;
    opacity: 0.6
}

.search-table .ntable-wrap[data-v-0499f918] .ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
    border-right: #e8e8e8 1px solid
}

.search-table .ntable-wrap.loading[data-v-0499f918] {
    height: 500px;
    overflow: hidden;
    position: relative
}

.search-table .ntable-wrap.loading .loading-mask[data-v-0499f918] {
    display: block
}

.search-table .columns-set[data-v-0499f918] {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 41px;
    background: #F2F9FC;
    width: 44px;
    text-align: center;
    z-index: 10;
    border: solid 1px #eee
}

.search-table .batch-table[data-v-0499f918] {
    margin-bottom: 0px
}

.search-table .batch-table[data-v-0499f918] .ant-table table {
    border-radius: 0
}

.search-table .batch-table[data-v-0499f918] th {
    text-align: left;
    background: #F2F9FC
}

.search-table .batch-table[data-v-0499f918] td {
    vertical-align: middle
}

.search-table .batch-table[data-v-0499f918] .ant-table-header-column {
    font-weight: normal;
    color: #333
}

.search-table .batch-table[data-v-0499f918] .ant-table-thead > tr > th {
    padding: 8px 8px 8px 10px
}

.search-table .batch-table[data-v-0499f918] .ant-table-tbody > tr > td {
    padding: 10px 6px 10px 10px
}

.search-table .batch-table[data-v-0499f918] .ant-table-body {
    cursor: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/openhand2-745f6772.cur) 8 8, default;
    border-right: #e8e8e8 1px solid
}

.search-table .batch-table[data-v-0499f918] .ant-table-tbody > tr > td > span {
    cursor: text
}

.search-table .batch-table[data-v-0499f918] .ant-table-thead > tr:first-child > th:first-child {
    border-top-left-radius: 0
}

.search-table .batch-table[data-v-0499f918] .ant-table-thead > tr:first-child > th:last-child {
    border-top-right-radius: 0
}

.search-table .batch-table[data-v-0499f918] .ant-table-bordered .ant-table-tbody > tr > td:last-child {
    border-right: none
}

.search-table .batch-table[data-v-0499f918] .ant-table-bordered .ant-table-thead > tr > th:last-child {
    border-right: none
}

.search-table .batch-table .maininfo[data-v-0499f918] {
    position: relative
}

.search-table .batch-table .img[data-v-0499f918] {
    width: 40px;
    height: 40px
}

.search-table .batch-table .ntag[data-v-0499f918] {
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.search-table .batch-table .ellipsis-content[data-v-0499f918] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.search-table .batch-table .ellipsis-content .title[data-v-0499f918] {
    display: inline;
    margin-bottom: 0px
}

.search-table .batch-table .ellipsis-content .sub-title[data-v-0499f918] {
    font-size: 12px;
    color: #999
}

.search-table .batch-table .ellipsis-content .failed-name[data-v-0499f918] {
    display: inline-block;
    color: #FD485E;
    max-width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.search-table .batch-table .check-label[data-v-0499f918] {
    margin: 0px 8px 0px 0px;
    display: block;
    line-height: 1
}

.search-table .batch-table .check-label input[data-v-0499f918] {
    margin: 0px
}

.search-table .batch-table .nstatus[data-v-0499f918] {
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    line-height: 12px;
    display: inline-block;
    position: relative
}

.search-table .batch-table .frtrt td[data-v-0499f918] {
    border-bottom: none
}

.search-table .batch-table .frtrt[data-v-0499f918]:hover {
    background: #F3F9FE
}

.search-table .batch-table .frtr td[data-v-0499f918] {
    border-top: none
}

.search-table .batch-table .frtr td[data-v-0499f918] {
    padding: 3px 10px;
    background: #F3F9FE
}

.search-table .batch-table .frtr td .fp-p[data-v-0499f918] {
    margin-top: 5px;
    margin-bottom: 5px
}

.search-table .batch-table .frtr td .fp-p > span[data-v-0499f918] {
    margin-right: 20px
}

.search-table .follow-btn.active[data-v-0499f918] {
    color: #999
}

.search-table .follow-btn.active[data-v-0499f918]:hover {
    color: #666
}

.batch-modal .watermark[data-v-79674c55] {
    width: 92px;
    height: 26px;
    float: right;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/watermark-d52f1c72.png);
    margin-left: 20px;
    background-size: 92px 26px;
    margin-right: 12px;
    margin-top: -2px
}

.batch-modal .form-group .redstar[data-v-79674c55] {
    color: #FD485E
}

.batch-modal .form-group .col-pre[data-v-79674c55] {
    margin-right: 20px
}

.batch-modal .form-group .col-after[data-v-79674c55] {
    display: inline-block;
    width: 340px
}

.batch-modal .form-group .batch-feed-back[data-v-79674c55] {
    width: 70%
}

.batch-modal .edit-search[data-v-79674c55] {
    cursor: pointer;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.batch-modal .edit-search .select-kuang[data-v-79674c55] em {
    color: #FD485E !important;
    font-style: normal
}

.batch-modal .choosen[data-v-79674c55] {
    margin-top: -6px
}

.batch-modal .choosen .item[data-v-79674c55] {
    float: left;
    color: #999;
    border-radius: 2px;
    line-height: 22px;
    padding: 0px 6px 0px 6px;
    font-size: 12px;
    max-width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 3px;
    margin-bottom: 3px
}

.batch-modal .modal-body-list[data-v-79674c55] {
    padding: 0 10px;
    min-height: 400px;
    max-height: calc(100vh - 500px);
    overflow-y: auto
}

.batch-modal .modal-body-list .batch-cell[data-v-79674c55] {
    display: block;
    padding: 15px
}

.batch-modal .modal-body-list .batch-cell[data-v-79674c55]:not(:last-child) {
    border-bottom: solid 1px #eee
}

.batch-modal .modal-body-list .batch-cell .title[data-v-79674c55] {
    color: #666
}

.batch-modal .modal-body-list .batch-cell[data-v-79674c55]:hover {
    background-color: #F3F9FD
}

.batch-modal .modal-body-list .batch-cell:hover .title[data-v-79674c55] {
    color: #128bed
}

.batch-modal .modal-body-list .batch-cell[data-v-79674c55]:last-child {
    border-bottom: solid 1px #eee
}

.batch-modal .modal-export-body[data-v-79674c55] {
    padding: 15px
}

.batch-modal .modal-export-body .se-item[data-v-79674c55] {
    width: 100px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #3c4144
}

.batch-modal .modal-export-body .active[data-v-79674c55] {
    color: #128bed;
    border-color: #128bed
}

.batch-modal .modal-export-body .no-access .se-item[data-v-79674c55] {
    background-color: #F6F6F6;
    color: #999;
    cursor: not-allowed
}

.batch-modal .modal-export-body .pull-right[data-v-79674c55] {
    float: right
}

.batch-modal .modal-export-body .pull-left[data-v-79674c55] {
    float: left
}

.batch-modal .modal-export-body .export-ts.batch[data-v-79674c55] {
    position: absolute;
    z-index: 100;
    margin-left: 127px;
    margin-top: -74px;
    display: none
}

.batch-modal .modal-export-body .export-ts.batch.wz[data-v-79674c55] {
    margin-left: 186px;
    margin-top: -73px
}

.batch-modal .modal-export-body .export-ts.batch.wzHad[data-v-79674c55] {
    margin-left: 110px;
    margin-top: -73px
}

.batch-modal .modal-export-body .export-ts.batch .kuang[data-v-79674c55] {
    width: 320px;
    background: #fff;
    padding: 10px 5px;
    border: 1px solid #eee
}

.batch-modal .modal-export-body .rquestion-panel-arrow.left[data-v-79674c55] {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.1);
    left: -14px;
    top: 50%;
    margin-top: -7px;
    border-width: 7px
}

.batch-modal .modal-export-body .rquestion-panel-arrow[data-v-79674c55] {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.batch-modal .modal-export-body .rquestion-panel-arrow.left[data-v-79674c55]:after {
    border-left-width: 0;
    border-right-color: #fff;
    top: -6px;
    margin-left: -4px;
    border-width: 6px
}

.batch-modal .modal-export-body .rquestion-panel-arrow[data-v-79674c55]:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " "
}

.batch-modal .modal-export-body .export-ts.batch img[data-v-79674c55] {
    width: 100px;
    margin-right: 10px
}

.batch-modal .modal-export-body .export-ts.batch p[data-v-79674c55] {
    margin-bottom: 0px
}

.batch-modal .modal-export-body .export-ts.batch .renew-line[data-v-79674c55] {
    position: relative;
    border-top: solid 1px #eee;
    padding-top: 10px;
    margin-top: 10px
}

.batch-modal .modal-export-body .export-batch-hover[data-v-79674c55] {
    padding-right: 20px
}

.batch-modal .modal-export-body .export-batch-hover:hover .export-ts.batch[data-v-79674c55] {
    display: block
}

.batch-modal .modal-export-body .export-panel[data-v-79674c55] {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    padding: 10px
}

.batch-modal .modal-export-body .export-hover:hover .export-panel[data-v-79674c55] {
    visibility: visible
}

.batch-modal .modal-footer .footer-desc[data-v-79674c55] {
    color: #999;
    text-align: left
}

.batch-modal .modal-footer .export-disable[data-v-79674c55] {
    background: #999;
    border-color: #999;
    cursor: not-allowed
}

.batch-search[data-v-b371f7f4] {
    background: #fff
}

.batchsearch-bg[data-v-b371f7f4] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bg-batch-260dc4a3.png) center;
    padding-top: 20px;
    background-size: 1920px 520px;
    background-position: center top
}

.batchsearch .col-xs-6[data-v-b371f7f4] {
    padding: 50px 100px 50px 100px
}

.batchsearch .title[data-v-b371f7f4] {
    font-size: 40px;
    color: #fff;
    margin: 20px 170px 36px
}

.batchsearch .title > img[data-v-b371f7f4] {
    display: inline-block
}

.batchsearch .title > .subtitle[data-v-b371f7f4] {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    vertical-align: baseline;
    margin-left: 10px
}

.icon-batch-vip[data-v-b371f7f4] {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch_vip-d59250dc.png);
    background-size: 22px 22px
}

.icon-batch-svip[data-v-b371f7f4] {
    display: inline-block;
    width: 32px;
    height: 22px;
    vertical-align: middle;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch_svip-7c26a9c2.png);
    background-size: 32px 22px
}

.batchsearch .des[data-v-b371f7f4] {
    margin-top: 40px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 25px
}

.batchsearch .import-panel[data-v-b371f7f4] {
    padding: 10px 15px 15px 15px;
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px
}

.batchsearch .import-kuang[data-v-b371f7f4] {
    width: 100%;
    height: 200px;
    border: dashed 1px #c2c2c2;
    text-align: center;
    background: #f5f9ff;
    border-radius: 4px;
    cursor: pointer
}

.batchsearch .import-upload-field[data-v-b371f7f4] {
    padding-top: 30px;
    padding-bottom: 40px
}

.batchsearch .import-upload-field .import-upload-load[data-v-b371f7f4] {
    padding-top: 15px
}

.batchsearch .import-upload-field > div[data-v-b371f7f4] {
    pointer-events: none
}

.batch-template-tip[data-v-b371f7f4] {
    display: inline-block;
    width: 282px;
    height: 169px
}

.batchsearch-title[data-v-b371f7f4] {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin: 30px 0
}

.batchsearch[data-v-b371f7f4] {
    position: relative
}

.history-batch[data-v-b371f7f4] {
    position: absolute;
    top: 127px;
    right: 200px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.batchsearch-text[data-v-b371f7f4], .batchsearch-excel[data-v-b371f7f4] {
    width: 880px;
    margin: auto
}

.batchsearch .textpad-panel[data-v-b371f7f4] {
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px
}

.batchsearch .textpad-kuang[data-v-b371f7f4] {
    width: 100%;
    height: 175px;
    text-align: center;
    padding: 15px
}

.batchsearch .textpad-foot[data-v-b371f7f4] {
    border-top: solid 1px #E5E5E5;
    padding: 15px
}

.batchsearch .textpad-kuang textarea[data-v-b371f7f4] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    padding: 0
}

.batch-tab[data-v-b371f7f4] {
    margin: 20px 0 -1px 0
}

.batch-tab .batch-tab-excel[data-v-b371f7f4], .batch-tab .batch-tab-text[data-v-b371f7f4] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch_tab-b1eb5b15.png);
    background-size: 192px 72px;
    float: left;
    width: 96px;
    height: 36px
}

.batch-tab .batch-tab-excel[data-v-b371f7f4] {
    background-position: 0px -36px
}

.batch-tab .batch-tab-excel.active[data-v-b371f7f4] {
    background-position: 0px 0px
}

.batch-tab .batch-tab-text[data-v-b371f7f4] {
    margin-left: -5px;
    background-position: -96px 0px;
    position: relative
}

.batch-tab .batch-tab-text.active[data-v-b371f7f4] {
    background-position: -96px -36px
}

.batch-tab .batch-tab-report[data-v-b371f7f4], .batch-tab .batch-tab-ben[data-v-b371f7f4] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch_tab2-ae9c1cd1.png);
    background-size: 192px 72px;
    float: left;
    width: 96px;
    height: 36px
}

.batch-tab .batch-tab-report[data-v-b371f7f4] {
    background-position: 0px -36px
}

.batch-tab .batch-tab-report.active[data-v-b371f7f4] {
    background-position: 0px 0px
}

.batch-tab .batch-tab-ben[data-v-b371f7f4] {
    margin-left: -5px;
    background-position: -96px 0px;
    position: relative
}

.batch-tab .batch-tab-ben.active[data-v-b371f7f4] {
    background-position: -96px -36px
}

.indexbatchtext .modal-body[data-v-b371f7f4] {
    padding: 15px
}

.indexbatchtext textarea[data-v-b371f7f4] {
    border-color: #eee;
    outline: none;
    resize: none
}

.indexbatchexcel[data-v-b371f7f4] {
    padding: 15px;
    padding-right: 15px;
    padding-top: 15px
}

.indexbatchexcel .import-kuang[data-v-b371f7f4] {
    width: 100%;
    height: 220px;
    border: dashed 1px #D9D9D9;
    text-align: center;
    background: #fff;
    cursor: pointer
}

.import-kuang-desc[data-v-b371f7f4] {
    color: #999;
    margin: 20px 0
}

.indexbatchexcel .import-upload-field[data-v-b371f7f4] {
    padding-top: 40px;
    padding-bottom: 40px
}

.indexbatchexcel .import-upload-field > div[data-v-b371f7f4] {
    pointer-events: none
}

.batch-image-cl[data-v-b371f7f4] {
    text-align: center;
    width: 1050px;
    margin: auto
}

.batch-image-cl .img[data-v-b371f7f4] {
    width: 270px;
    margin-left: 40px;
    margin-right: 40px;
    height: 330px;
    float: left;
    position: relative;
    text-align: center
}

.batch-image-cl > .img > img[data-v-b371f7f4] {
    width: 100%
}

.batch-image-cl > .img p[data-v-b371f7f4] {
    font-size: 22px;
    color: #333;
    margin-bottom: 0px
}

.batch-image-cl > .img a[data-v-b371f7f4] {
    font-size: 14px
}

.batch-left[data-v-b371f7f4] {
    float: left;
    width: 550px
}

.batch-right[data-v-b371f7f4] {
    float: left;
    padding-left: 60px;
    padding-top: 50px
}

.batch-right li[data-v-b371f7f4] {
    color: #fff;
    font-size: 18px;
    opacity: .9
}

.batch-right .btn[data-v-b371f7f4] {
    width: 90px;
    border-radius: 2px;
    padding: 6px 10px;
    font-size: 12px;
    margin-top: 12px;
    margin-left: 40px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.batch-right .btn[data-v-b371f7f4]:hover {
    opacity: .9
}

.batch-right .b1[data-v-b371f7f4] {
    color: #fff;
    background: #616DFF
}

.batch-right .b2[data-v-b371f7f4] {
    color: #128bed;
    background: #fff
}

.text-white[data-v-b371f7f4] {
    color: #fff
}

.download-template-file[data-v-b371f7f4] {
    position: absolute;
    left: 600px;
    top: 375px;
    z-index: 99
}

.excel-tp-desc[data-v-b371f7f4] {
    font-size: 14px;
    color: #333;
    margin: 0 0 10px 0
}

.example-excel[data-v-b371f7f4] {
    display: inline-block;
    position: relative;
    width: 40px;
    margin-left: 40px;
    font-size: 14px;
    color: #999;
    cursor: pointer
}

.icon-image-excel[data-v-b371f7f4] {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-image-excel-8936bcb2.png);
    background-size: 22px 22px
}

.icon-t-new[data-v-b371f7f4] {
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 14px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-new-9164eead.png);
    background-size: 28px 14px
}

.batch-desc-dot[data-v-b371f7f4] {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    vertical-align: 2px;
    margin-right: 5px
}

.batch-sup-desc-label[data-v-b371f7f4] {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px
}

.icon-batch-export[data-v-b371f7f4] {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -6px;
    margin-right: 5px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch-export-0410a34a.png);
    background-size: 24px 24px
}

.icon-batch-search[data-v-b371f7f4] {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -6px;
    margin-right: 5px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch-search-3b4265a9.png);
    background-size: 24px 24px
}

.icon-batch-upload[data-v-b371f7f4] {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -6px;
    margin-right: 5px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch-upload-d1907773.png);
    background-size: 24px 24px
}

.icon-batch-arrow[data-v-b371f7f4] {
    display: inline-block;
    width: 8px;
    height: 18px;
    vertical-align: middle;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch-arrow-d22c28d1.png);
    background-size: 8px 16px;
    background-repeat: no-repeat
}

.batch-npanel[data-v-b371f7f4] {
    position: relative;
    margin: 40px 0 0
}

.icon-batch-example[data-v-b371f7f4] {
    display: inline-block;
    position: absolute;
    top: -10px;
    width: 40px;
    height: 20px;
    vertical-align: middle;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch_example-a968cc2c.png);
    background-size: 40px 20px
}

.batch-export-desc[data-v-b371f7f4] {
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #999;
    margin-top: 20px
}

[data-v-b371f7f4] .search-table .ntable-wrap {
    margin: 0;
    padding-bottom: 0
}

[data-v-b371f7f4] .npanel-heading .tab-item {
    margin: 0 25px
}

.batch-tab-left[data-v-b371f7f4] {
    position: relative
}

.np-icon-0[data-v-b371f7f4] {
    position: absolute;
    top: 15px;
    left: 55px
}

.np-icon-1[data-v-b371f7f4] {
    position: absolute;
    top: 15px;
    left: 138px
}

.np-icon-2[data-v-b371f7f4] {
    position: absolute;
    top: 15px;
    right: -6px
}

[data-v-b371f7f4] .search-table .batch-table .ant-table-body {
    overflow-x: auto !important
}

.batch-body[data-v-7b727649] {
    min-height: 520px;
    padding: 0;
    position: relative
}

.batch-body .batch-list-loading img[data-v-7b727649] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.batch-body .batch-count-info[data-v-7b727649] {
    font-size: 14px;
    margin: 18px 16px 16px 16px
}

.batch-body .batch-no-permission[data-v-7b727649] {
    display: inline-block;
    width: 1220px;
    height: 800px;
    vertical-align: middle;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch-no-permission-bfd53550.png);
    background-size: 1220px 800px;
    position: relative
}

.batch-body .batch-no-permission .pay-insert-group[data-v-7b727649] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2
}

.batch-body .batch-no-permission .pay-insert-group .insert-wrap[data-v-7b727649] {
    width: 780px;
    margin: 80px auto;
    background: #fff;
    border: solid 1px #eee
}

.btn-disabled[data-v-7b727649] {
    background-color: #F6F6F6;
    color: #999;
    cursor: not-allowed
}

.btn-disabled[data-v-7b727649]:hover {
    color: #999
}

.red-tag[data-v-7b727649] {
    color: #FD485E
}

.re-batch-init[data-v-7b727649] {
    color: #999;
    cursor: pointer
}

.batch-tab-left[data-v-7b727649] {
    position: relative
}

.np-icon-0[data-v-7b727649] {
    position: absolute;
    top: 15px;
    left: 55px
}

.np-icon-1[data-v-7b727649] {
    position: absolute;
    top: 15px;
    left: 138px
}

.np-icon-2[data-v-7b727649] {
    position: absolute;
    top: 15px;
    right: -6px
}

.icon-batch-vip[data-v-7b727649] {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch_vip-d59250dc.png);
    background-size: 22px 22px
}

.icon-batch-svip[data-v-7b727649] {
    display: inline-block;
    width: 32px;
    height: 22px;
    vertical-align: middle;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch_svip-7c26a9c2.png);
    background-size: 32px 22px
}

[data-v-7b727649] .npanel-heading .tab-item {
    margin: 0 25px
}

.batch-modal .watermark[data-v-65d908f1] {
    width: 92px;
    height: 26px;
    float: right;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/watermark-d52f1c72.png);
    margin-left: 20px;
    background-size: 92px 26px;
    margin-right: 12px;
    margin-top: -2px
}

.batch-modal .form-group .col-pre[data-v-65d908f1] {
    margin-right: 20px
}

.batch-modal .form-group .col-after[data-v-65d908f1] {
    display: inline-block;
    width: 340px
}

.batch-modal .edit-search[data-v-65d908f1] {
    cursor: pointer
}

.batch-modal .edit-search .select-kuang[data-v-65d908f1] em {
    color: #FD485E !important;
    font-style: normal
}

.batch-modal .choosen[data-v-65d908f1] {
    margin-top: -6px
}

.batch-modal .choosen .item[data-v-65d908f1] {
    float: left;
    color: #999;
    border-radius: 2px;
    line-height: 22px;
    padding: 0px 6px 0px 6px;
    font-size: 12px;
    max-width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 3px;
    margin-bottom: 3px
}

.batch-modal .modal-body-list[data-v-65d908f1] {
    padding: 0 10px;
    min-height: 400px;
    max-height: calc(100vh - 500px);
    overflow-y: auto
}

.batch-modal .modal-body-list .batch-cell[data-v-65d908f1] {
    display: block;
    padding: 15px
}

.batch-modal .modal-body-list .batch-cell[data-v-65d908f1]:not(:last-child) {
    border-bottom: solid 1px #eee
}

.batch-modal .modal-body-list .batch-cell .title[data-v-65d908f1] {
    color: #666
}

.batch-modal .modal-body-list .batch-cell[data-v-65d908f1]:hover {
    background-color: #F3F9FD
}

.batch-modal .modal-body-list .batch-cell:hover .title[data-v-65d908f1] {
    color: #128bed
}

.batch-modal .modal-body-list .batch-cell[data-v-65d908f1]:last-child {
    border-bottom: solid 1px #eee
}

.batch-modal .modal-export-body[data-v-65d908f1] {
    padding: 15px
}

.batch-modal .modal-export-body .se-item[data-v-65d908f1] {
    width: 100px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #3c4144
}

.batch-modal .modal-export-body .active[data-v-65d908f1] {
    color: #128bed;
    border-color: #128bed
}

.batch-modal .modal-export-body .no-access .se-item[data-v-65d908f1] {
    background-color: #F6F6F6;
    color: #999;
    cursor: not-allowed
}

.batch-modal .modal-export-body .pull-right[data-v-65d908f1] {
    float: right
}

.batch-modal .modal-export-body .pull-left[data-v-65d908f1] {
    float: left
}

.batch-modal .modal-export-body .export-ts.batch[data-v-65d908f1] {
    position: absolute;
    z-index: 100;
    margin-left: 127px;
    margin-top: -74px;
    display: none
}

.batch-modal .modal-export-body .export-ts.batch.wz[data-v-65d908f1] {
    margin-left: 186px;
    margin-top: -73px
}

.batch-modal .modal-export-body .export-ts.batch.wzHad[data-v-65d908f1] {
    margin-left: 110px;
    margin-top: -73px
}

.batch-modal .modal-export-body .export-ts.batch .kuang[data-v-65d908f1] {
    width: 320px;
    background: #fff;
    padding: 10px 5px;
    border: 1px solid #eee
}

.batch-modal .modal-export-body .rquestion-panel-arrow.left[data-v-65d908f1] {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.1);
    left: -14px;
    top: 50%;
    margin-top: -7px;
    border-width: 7px
}

.batch-modal .modal-export-body .rquestion-panel-arrow[data-v-65d908f1] {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.batch-modal .modal-export-body .rquestion-panel-arrow.left[data-v-65d908f1]:after {
    border-left-width: 0;
    border-right-color: #fff;
    top: -6px;
    margin-left: -4px;
    border-width: 6px
}

.batch-modal .modal-export-body .rquestion-panel-arrow[data-v-65d908f1]:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " "
}

.batch-modal .modal-export-body .export-ts.batch img[data-v-65d908f1] {
    width: 100px;
    margin-right: 10px
}

.batch-modal .modal-export-body .export-ts.batch p[data-v-65d908f1] {
    margin-bottom: 0px
}

.batch-modal .modal-export-body .export-ts.batch .renew-line[data-v-65d908f1] {
    position: relative;
    border-top: solid 1px #eee;
    padding-top: 10px;
    margin-top: 10px
}

.batch-modal .modal-export-body .export-batch-hover[data-v-65d908f1] {
    padding-right: 20px
}

.batch-modal .modal-export-body .export-batch-hover:hover .export-ts.batch[data-v-65d908f1] {
    display: block
}

.batch-modal .modal-export-body .export-panel[data-v-65d908f1] {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    padding: 10px
}

.batch-modal .modal-export-body .export-hover:hover .export-panel[data-v-65d908f1] {
    visibility: visible
}

.batch-modal .modal-footer .footer-desc[data-v-65d908f1] {
    color: #999;
    text-align: left
}

.batch-modal .modal-footer .export-disable[data-v-65d908f1] {
    background: #999;
    border-color: #999;
    cursor: not-allowed
}

.batch-search[data-v-615b0743] {
    background: #fff
}

.batchsearch-bg[data-v-615b0743] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bg-batch-260dc4a3.png) center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover
}

.batchsearch .col-xs-6[data-v-615b0743] {
    padding: 50px 100px 50px 100px
}

.batchsearch .title[data-v-615b0743] {
    font-size: 40px;
    color: #fff
}

.batchsearch .title > img[data-v-615b0743] {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px
}

.batchsearch .subtitle[data-v-615b0743] {
    font-size: 20px;
    color: #fff
}

.batchsearch .des[data-v-615b0743] {
    margin-top: 40px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 25px
}

.batchsearch .import-panel[data-v-615b0743] {
    padding: 10px 15px 15px 15px;
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px
}

.batchsearch .import-kuang[data-v-615b0743] {
    width: 100%;
    height: 220px;
    border: dashed 1px #c2c2c2;
    text-align: center;
    background: #f5f9ff;
    border-radius: 4px;
    cursor: pointer
}

.batchsearch .import-upload-field[data-v-615b0743] {
    padding-top: 40px;
    padding-bottom: 40px
}

.batchsearch .import-upload-field > div[data-v-615b0743] {
    pointer-events: none
}

.batchsearch-title[data-v-615b0743] {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin: 30px 0
}

.batchsearch[data-v-615b0743] {
    position: relative
}

.history-batch[data-v-615b0743] {
    position: absolute;
    top: 128px;
    right: 200px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.batchsearch-text[data-v-615b0743], .batchsearch-excel[data-v-615b0743] {
    width: 880px;
    margin: auto
}

.batchsearch .textpad-panel[data-v-615b0743] {
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px
}

.batchsearch .textpad-kuang[data-v-615b0743] {
    width: 100%;
    height: 175px;
    text-align: center;
    padding: 15px
}

.batchsearch .textpad-foot[data-v-615b0743] {
    border-top: solid 1px #e5e5e5;
    padding: 15px
}

.batchsearch .textpad-kuang textarea[data-v-615b0743] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none
}

.batch-tab[data-v-615b0743] {
    margin: 20px 0 -1px 0
}

.batch-tab .batch-tab-excel[data-v-615b0743], .batch-tab .batch-tab-text[data-v-615b0743] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch_tab-b1eb5b15.png);
    background-size: 192px 72px;
    float: left;
    width: 96px;
    height: 36px
}

.batch-tab .batch-tab-excel[data-v-615b0743] {
    background-position: 0px -36px
}

.batch-tab .batch-tab-excel.active[data-v-615b0743] {
    background-position: 0px 0px
}

.batch-tab .batch-tab-text[data-v-615b0743] {
    margin-left: -5px;
    background-position: -96px 0px;
    position: relative
}

.batch-tab .batch-tab-text.active[data-v-615b0743] {
    background-position: -96px -36px
}

.batch-tab .batch-tab-report[data-v-615b0743], .batch-tab .batch-tab-ben[data-v-615b0743] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/batch_tab2-ae9c1cd1.png);
    background-size: 192px 72px;
    float: left;
    width: 96px;
    height: 36px
}

.batch-tab .batch-tab-report[data-v-615b0743] {
    background-position: 0px -36px
}

.batch-tab .batch-tab-report.active[data-v-615b0743] {
    background-position: 0px 0px
}

.batch-tab .batch-tab-ben[data-v-615b0743] {
    margin-left: -5px;
    background-position: -96px 0px;
    position: relative
}

.batch-tab .batch-tab-ben.active[data-v-615b0743] {
    background-position: -96px -36px
}

.batch-tab .batch-tab-text .icon-new[data-v-615b0743] {
    right: 0px;
    top: -5px
}

.indexbatchtext .modal-body[data-v-615b0743] {
    padding: 15px
}

.indexbatchtext textarea[data-v-615b0743] {
    border-color: #eee;
    outline: none;
    resize: none
}

.indexbatchexcel[data-v-615b0743] {
    padding: 15px;
    padding-right: 15px;
    padding-top: 15px
}

.indexbatchexcel .import-kuang[data-v-615b0743] {
    width: 100%;
    height: 220px;
    border: dashed 1px #d9d9d9;
    text-align: center;
    background: #fff;
    cursor: pointer
}

.indexbatchexcel .import-upload-field[data-v-615b0743] {
    padding-top: 40px;
    padding-bottom: 40px
}

.indexbatchexcel .import-upload-field > div[data-v-615b0743] {
    pointer-events: none
}

.batch-image-cl[data-v-615b0743] {
    text-align: center;
    width: 1050px;
    margin: auto
}

.batch-image-cl .img[data-v-615b0743] {
    width: 270px;
    margin-left: 40px;
    margin-right: 40px;
    height: 330px;
    float: left;
    position: relative;
    text-align: center
}

.batch-image-cl > .img > img[data-v-615b0743] {
    width: 100%
}

.batch-image-cl > .img p[data-v-615b0743] {
    font-size: 22px;
    color: #333;
    margin-bottom: 0px
}

.batch-image-cl > .img a[data-v-615b0743] {
    font-size: 14px
}

.batch-left[data-v-615b0743] {
    float: left;
    width: 550px
}

.batch-right[data-v-615b0743] {
    float: left;
    padding-left: 60px;
    padding-top: 50px
}

.batch-right li[data-v-615b0743] {
    color: #fff;
    font-size: 18px;
    opacity: 0.9
}

.batch-right .btn[data-v-615b0743] {
    width: 90px;
    border-radius: 2px;
    padding: 6px 10px;
    font-size: 12px;
    margin-top: 12px;
    margin-left: 40px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.batch-right .btn[data-v-615b0743]:hover {
    opacity: 0.9
}

.batch-right .b1[data-v-615b0743] {
    color: #fff;
    background: #616dff
}

.batch-right .b2[data-v-615b0743] {
    color: #128bed;
    background: #fff
}

.text-white[data-v-615b0743] {
    color: #fff
}

.download-template-file[data-v-615b0743] {
    position: absolute;
    left: 600px;
    top: 375px;
    z-index: 99
}

.excel-tp-desc[data-v-615b0743] {
    font-size: 14px;
    color: #333;
    margin: 0 0 10px 0
}

.example-excel[data-v-615b0743] {
    display: inline-block;
    position: relative;
    width: 40px;
    margin-left: 40px;
    font-size: 14px;
    color: #999;
    cursor: pointer
}

.icon-image-excel[data-v-615b0743] {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-image-excel-8936bcb2.png);
    background-size: 22px 22px
}

.icon-t-new[data-v-615b0743] {
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 14px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon-new-9164eead.png);
    background-size: 28px 14px
}

#batchTextArea[data-v-615b0743] {
    padding: 0px
}

.batch-desc-dot[data-v-615b0743] {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccdaf2;
    vertical-align: 2px;
    margin-right: 5px
}

.search-table .batch-check-label[data-v-1a9fb770] {
    display: inline-block !important
}

.search-table .batch-bar[data-v-1a9fb770] {
    height: 50px;
    background: #f3f9fe;
    padding: 9px 15px;
    border-top: solid 1px #eeeeee
}

.search-table .batch-bar .btn[data-v-1a9fb770] {
    width: 98px;
    height: 32px;
    font-size: 12px;
    line-height: 18px
}

.search-table .ntable-wrap[data-v-1a9fb770] {
    position: relative;
    padding: 15px
}

.search-table .ntable-wrap .loading-mask[data-v-1a9fb770] {
    min-height: 500px;
    opacity: 0.6
}

.search-table .ntable-wrap.loading[data-v-1a9fb770] {
    height: 500px;
    overflow: hidden;
    position: relative
}

.search-table .ntable-wrap.loading .loading-mask[data-v-1a9fb770] {
    display: block
}

.search-table .columns-set[data-v-1a9fb770] {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 41px;
    background: #f2f9fc;
    width: 44px;
    text-align: center;
    z-index: 10;
    border: solid 1px #eee
}

.search-table .batch-table[data-v-1a9fb770] {
    margin-bottom: 0px;
    background: #ffffff
}

.search-table .batch-table[data-v-1a9fb770] th {
    text-align: left;
    background: #f2f9fc
}

.search-table .batch-table[data-v-1a9fb770] td {
    vertical-align: middle
}

.search-table .batch-table[data-v-1a9fb770] .ant-table-header-column {
    font-weight: normal;
    color: #333
}

.search-table .batch-table[data-v-1a9fb770] .ant-table-thead > tr {
    height: 44px !important
}

.search-table .batch-table[data-v-1a9fb770] .ant-table-thead > tr > th {
    padding: 8px 8px 8px 10px
}

.search-table .batch-table[data-v-1a9fb770] .ant-table-tbody > tr > td {
    padding: 10px 6px 10px 10px
}

.search-table .batch-table[data-v-1a9fb770] .ant-table-body {
    min-height: 500px;
    cursor: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/openhand2-745f6772.cur) 8 8, default;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.search-table .batch-table[data-v-1a9fb770] .ant-table-body span {
    cursor: auto
}

.search-table .batch-table[data-v-1a9fb770] th.ant-table-column-has-sorters:hover {
    background: #f2f9fc50 !important
}

.search-table .batch-table[data-v-1a9fb770] .ant-table table {
    border-radius: 0
}

.search-table .batch-table[data-v-1a9fb770] .ant-table-bordered .ant-table-thead > tr > th, .search-table .batch-table .ant-table-bordered .ant-table-tbody > tr > td[data-v-1a9fb770] {
    border-radius: 0
}

.search-table .batch-table[data-v-1a9fb770] tr td:last-child, .search-table .batch-table[data-v-1a9fb770] tr th:last-child {
    border-right: none
}

.search-table .batch-table .maininfo[data-v-1a9fb770] {
    position: relative
}

.search-table .batch-table .img[data-v-1a9fb770] {
    width: 40px;
    height: 40px
}

.search-table .batch-table .ntag[data-v-1a9fb770] {
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.search-table .batch-table .ellipsis-content[data-v-1a9fb770] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.search-table .batch-table .ellipsis-content .title[data-v-1a9fb770] {
    display: inline;
    margin-bottom: 0px
}

.search-table .batch-table .ellipsis-content .sub-title[data-v-1a9fb770] {
    font-size: 12px;
    color: #999
}

.search-table .batch-table .ellipsis-content .failed-name[data-v-1a9fb770] {
    display: inline-block;
    color: #fd485e;
    max-width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.search-table .batch-table .check-label[data-v-1a9fb770] {
    margin: 0px 8px 0px 0px;
    display: block;
    line-height: 1
}

.search-table .batch-table .check-label input[data-v-1a9fb770] {
    margin: 0px
}

.search-table .batch-table .nstatus[data-v-1a9fb770] {
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    line-height: 12px;
    display: inline-block;
    position: relative
}

.search-table .batch-table .frtrt td[data-v-1a9fb770] {
    border-bottom: none
}

.search-table .batch-table .frtrt[data-v-1a9fb770]:hover {
    background: #f3f9fe
}

.search-table .batch-table .frtr td[data-v-1a9fb770] {
    border-top: none
}

.search-table .batch-table .frtr td[data-v-1a9fb770] {
    padding: 3px 10px;
    background: #f3f9fe
}

.search-table .batch-table .frtr td .fp-p[data-v-1a9fb770] {
    margin-top: 5px;
    margin-bottom: 5px
}

.search-table .batch-table .frtr td .fp-p > span[data-v-1a9fb770] {
    margin-right: 20px
}

.search-table .follow-btn.active[data-v-1a9fb770] {
    color: #999
}

.search-table .follow-btn.active[data-v-1a9fb770]:hover {
    color: #666
}

.batch-body[data-v-2930141f] {
    min-height: 520px;
    padding: 0;
    position: relative
}

.batch-body .batch-list-loading img[data-v-2930141f] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.red-tag[data-v-2930141f] {
    color: #fd485e
}

.re-batch-init[data-v-2930141f] {
    color: #999;
    cursor: pointer
}

.h-float[data-v-2930141f] {
    float: left
}

.pk-content td[data-v-60b8688e]:not(:first-child) {
    text-align: center
}

.pk-content .pk-content-item[data-v-60b8688e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #333;
    width: 210px;
    padding: 10px 5px;
    padding-left: 27px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pk-content .pk-content-item[data-v-60b8688e] > :first-child {
    width: 150px;
    word-break: break-all;
    display: inline-block
}

.pk-content .haveto .havetoImg[data-v-60b8688e] {
    display: inline-block;
    content: "";
    height: 22px;
    width: 22px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/arrow-f59fe5bd.png);
    background-size: 100% 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pk-content .haveto[data-v-60b8688e]:hover {
    color: #128bed
}

.pk-content .haveto:hover .havetoImg[data-v-60b8688e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/arrow-hover-4e721935.png)
}

td[data-v-60b8688e] {
    border-collapse: collapse;
    border: 1px solid #e4eef6;
    width: 210px;
    overflow: hidden
}

td[data-v-60b8688e]:first-child {
    width: 175px
}

.my-td-title[data-v-60b8688e] {
    width: 170px;
    padding: 10px;
    text-align: left
}

.odd[data-v-60b8688e] {
    background-color: #f2f9fc
}

.pk-content[data-v-60b8688e]:hover {
    background-color: #f6f9fe
}

.risk .haveto[data-v-60b8688e] {
    color: #fd485e
}

.risk .haveto[data-v-60b8688e]:hover {
    color: #fd485e
}

.risk .haveto:hover .havetoImg[data-v-60b8688e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/arrow-f59fe5bd.png)
}

.pk-body[data-v-f2d98bf8] {
    padding: 15px 0 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%
}

.pk-body .pk-contain[data-v-f2d98bf8] {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.pk-body .pk-contain .pk-head-item-space[data-v-f2d98bf8] {
    width: 170px;
    height: 100%
}

.pk-body .pk-contain .pk-head[data-v-f2d98bf8] {
    padding: 10px 15px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-bottom: none;
    width: 1221px
}

.pk-body .pk-contain .pk-head > div[data-v-f2d98bf8]:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pk-body .pk-contain .pk-head .btn[data-v-f2d98bf8] {
    font-size: 12px
}

.pk-body .pk-contain .pk-table[data-v-f2d98bf8] {
    width: 1220px;
    table-layout: fixed
}

.pk-body .pk-contain .pk-table thead[data-v-f2d98bf8], .pk-body .pk-contain .pk-table tr[data-v-f2d98bf8] {
    width: 1220px
}

.pk-body .pk-contain .pk-table td[data-v-f2d98bf8] {
    border: 1px solid #e4eef6;
    border-collapse: collapse
}

.pk-body .pk-contain .pk-table .pk-table-head[data-v-f2d98bf8] {
    background-color: #fff;
    width: 1220px
}

.pk-body .pk-contain .pk-table .pk-table-head > td[data-v-f2d98bf8] {
    height: 129px;
    width: 210px;
    overflow: hidden
}

.pk-body .pk-contain .pk-table .pk-table-head > td[data-v-f2d98bf8]:first-child {
    background-color: #f2f9fc;
    width: 170px
}

.pk-body .pk-contain .pk-table .pk-table-head .pk-head-item[data-v-f2d98bf8] {
    position: relative;
    text-align: center;
    width: 210px;
    height: 129px;
    padding: 15px 14px
}

.pk-body .pk-contain .pk-table .pk-table-head .pk-head-item img[data-v-f2d98bf8] {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    border: 1px solid #eee
}

.pk-body .pk-contain .pk-table .pk-table-head .pk-head-item .company-zw[data-v-f2d98bf8] {
    border-radius: 0;
    border: none
}

.pk-body .pk-contain .pk-table .pk-table-head .pk-head-item .pk-head-text[data-v-f2d98bf8] {
    margin-top: 15px;
    color: #333;
    word-break: break-all;
    width: 180px
}

.pk-body .pk-contain .pk-table .pk-table-head .pk-head-item .pk-head-close[data-v-f2d98bf8] {
    position: absolute;
    height: 22px;
    width: 22px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/close-86e2df81.png);
    background-size: 100% 100%;
    right: 5px;
    top: 5px;
    cursor: pointer
}

.pk-body .pk-contain .pk-table .pk-table-head .pk-head-item .pk-head-close[data-v-f2d98bf8]:hover {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/close-hover-f3225fb9.png)
}

.pk-body .pk-contain .pk-table .pk-table-head .pk-head-item .add-company-btn[data-v-f2d98bf8] {
    width: 82px;
    height: 32px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #128bed;
    line-height: 32px;
    color: #128bed;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer
}

.pk-body .pk-contain .pk-table .pk-table-head .pk-head-item .add-company-btn[data-v-f2d98bf8]:hover {
    background-color: #428bca;
    color: #fff;
    border: 1px solid #428bca
}

.pk-body .pk-contain .pk-table .fixed[data-v-f2d98bf8] {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1)
}

.pk-body .pk-contain .pk-table .fixed td[data-v-f2d98bf8] {
    border: none
}

.pk-body .pk-contain .pk-table .fixed td > div[data-v-f2d98bf8] {
    border-right: 1px solid #e4eef6;
    height: 130px
}

.pk-body .pk-contain .pk-table .pk-subhead td[data-v-f2d98bf8] {
    color: #128bed;
    height: 42px;
    padding: 10px;
    text-align: left
}

.pk-body .pk-contain .pk-table .pk-subhead .no-cw[data-v-f2d98bf8] {
    color: #999
}

.pk-body .pk-contain .pk-table .pk-content td[data-v-f2d98bf8] {
    padding: 10px;
    text-align: left
}

.pk-body .pk-contain .pk-table .pk-content td[data-v-f2d98bf8]:not(:first-child) {
    text-align: center;
    padding: 10px 5px;
    padding-left: 27px
}

.pk-body .pk-contain .pk-table .pk-content .pk-content-item[data-v-f2d98bf8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pk-body .pk-contain .pk-table .pk-content .pk-content-item[data-v-f2d98bf8] > :first-child {
    width: calc(100% - 22px)
}

.pk-body .pk-contain .pk-table .pk-content .haveto[data-v-f2d98bf8]::after {
    content: "";
    height: 22px;
    width: 22px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/arrow-f59fe5bd.png);
    background-size: 100% 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer
}

.pk-body .pk-contain .pk-table .pk-content .pk-content-item[data-v-f2d98bf8]:hover {
    color: #128bed
}

.pk-body .pk-contain .pk-table .pk-content .haveto[data-v-f2d98bf8]:hover::after {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/arrow-hover-4e721935.png)
}

.pk-body .pk-contain .pk-table .odd[data-v-f2d98bf8] {
    background-color: #f2f9fc
}

.pk-body .pk-contain .pk-table .pk-content[data-v-f2d98bf8]:hover {
    background-color: #f6f9fe
}

.history-body[data-v-f2d98bf8] {
    max-height: 638px;
    overflow-y: auto
}

.history-body .history-part[data-v-f2d98bf8] {
    padding: 20px 15px;
    border: 1px solid #e4eef6;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.history-body .history-part .history-list > div[data-v-f2d98bf8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.history-body .history-part .history-list > div img[data-v-f2d98bf8] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #eee
}

.history-body .history-part .history-list > div[data-v-f2d98bf8]:not(:last-child) {
    margin-bottom: 10px
}

.history-body .history-part .history-delte[data-v-f2d98bf8] {
    height: 22px;
    width: 22px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/delete-6d813d71.png);
    background-size: 100% 100%;
    cursor: pointer
}

.history-body .history-part[data-v-f2d98bf8]:last-child {
    border-bottom: 1px solid #e4eef6
}

.history-body .history-part[data-v-f2d98bf8]:hover {
    background: #e4eef6
}

.history-body .history-part:hover .history-delte[data-v-f2d98bf8] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/delete-hover-6420c138.png)
}

.head15[data-v-f2d98bf8] {
    font-size: 15px !important
}

.search-table .batch-check-label[data-v-57581ad3] {
    display: inline-block !important
}

.search-table .batch-bar[data-v-57581ad3] {
    height: 50px;
    background: #f3f9fe;
    padding: 9px 15px
}

.search-table .batch-bar .btn[data-v-57581ad3] {
    width: 98px;
    height: 32px;
    font-size: 12px;
    line-height: 18px
}

.search-table .ntable-wrap[data-v-57581ad3] {
    position: relative;
    padding: 15px;
    padding-bottom: 0
}

.search-table .ntable-wrap .loading-mask[data-v-57581ad3] {
    min-height: 250px;
    opacity: 0.6
}

.search-table .ntable-wrap.loading[data-v-57581ad3] {
    height: 500px;
    overflow: hidden;
    position: relative
}

.search-table .ntable-wrap.loading .loading-mask[data-v-57581ad3] {
    display: block
}

.search-table .columns-set[data-v-57581ad3] {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 41px;
    background: #f2f9fc;
    width: 44px;
    text-align: center;
    z-index: 10;
    border: solid 1px #eee;
    border-bottom: none
}

.search-table[data-v-57581ad3] th.ant-table-column-has-sorters:hover {
    background: #f2f9fc50 !important
}

.search-table[data-v-57581ad3] th {
    height: 41px !important
}

.search-table .batch-table[data-v-57581ad3] {
    margin-bottom: 0px
}

.search-table .batch-table[data-v-57581ad3] .ant-table-fixed-right {
    overflow: inherit !important
}

.search-table .batch-table[data-v-57581ad3] .ant-table-header-column {
    color: #333
}

.search-table .batch-table[data-v-57581ad3] a {
    color: #333
}

.search-table .batch-table[data-v-57581ad3] a:hover {
    color: #128bed
}

.search-table .batch-table .smdx[data-v-57581ad3] a {
    color: #128bed
}

.search-table .batch-table[data-v-57581ad3] th {
    text-align: left;
    background: #f2f9fc
}

.search-table .batch-table[data-v-57581ad3] td {
    vertical-align: middle
}

.search-table .batch-table[data-v-57581ad3] .ant-table table {
    border-radius: 0
}

.search-table .batch-table[data-v-57581ad3] .ant-table-thead > tr > th {
    padding: 8px 0 8px 10px
}

.search-table .batch-table[data-v-57581ad3] .ant-table-tbody > tr > td {
    padding: 10px 6px 10px 10px
}

.search-table .batch-table[data-v-57581ad3] .ant-table-bordered .ant-table-thead > tr > th, .search-table .batch-table .ant-table-bordered .ant-table-tbody > tr > td[data-v-57581ad3] {
    border-radius: 0
}

.search-table .batch-table[data-v-57581ad3] .ant-table-body {
    min-height: 450px;
    cursor: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/openhand2-745f6772.cur) 8 8, default
}

.search-table .batch-table .maininfo[data-v-57581ad3] {
    position: relative
}

.search-table .batch-table .img[data-v-57581ad3] {
    width: 40px;
    height: 40px
}

.search-table .batch-table .ntag[data-v-57581ad3] {
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.search-table .batch-table .ellipsis-content[data-v-57581ad3] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.search-table .batch-table .ellipsis-content .title[data-v-57581ad3] {
    display: inline;
    margin-bottom: 0px
}

.search-table .batch-table .ellipsis-content .sub-title[data-v-57581ad3] {
    font-size: 12px;
    color: #999
}

.search-table .batch-table .ellipsis-content .failed-name[data-v-57581ad3] {
    display: inline-block;
    color: #fd485e;
    max-width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.search-table .batch-table .check-label[data-v-57581ad3] {
    display: block;
    line-height: 1.5
}

.search-table .batch-table .check-label input[data-v-57581ad3] {
    margin: 0px
}

.search-table .batch-table .nstatus[data-v-57581ad3] {
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    line-height: 12px;
    display: inline-block;
    position: relative
}

.search-table .batch-table .frtrt td[data-v-57581ad3] {
    border-bottom: none
}

.search-table .batch-table .frtrt[data-v-57581ad3]:hover {
    background: #f3f9fe
}

.search-table .batch-table .frtr td[data-v-57581ad3] {
    border-top: none
}

.search-table .batch-table .frtr td[data-v-57581ad3] {
    padding: 3px 10px;
    background: #f3f9fe
}

.search-table .batch-table .frtr td .fp-p[data-v-57581ad3] {
    margin-top: 5px;
    margin-bottom: 5px
}

.search-table .batch-table .frtr td .fp-p > span[data-v-57581ad3] {
    margin-right: 20px
}

.search-table .follow-btn.active[data-v-57581ad3] {
    color: #999
}

.setting[data-v-57581ad3] {
    height: 20px;
    width: 20px;
    margin-left: -10px
}

.add[data-v-57581ad3] {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.add .smdx[data-v-57581ad3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.add .smdx img[data-v-57581ad3] {
    height: 20px;
    width: 20px;
    margin-right: 1px
}

.checkbox[data-v-57581ad3] {
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.no-data[data-v-57581ad3] .ant-table-empty .ant-table-placeholder {
    height: 247px !important
}

.no-data[data-v-57581ad3] .ant-table-empty .ant-table-body {
    min-height: 0px !important;
    overflow: hidden !important
}

[data-v-57581ad3] .dropdown-menu {
    top: inherit
}

.table-list[data-v-57581ad3] {
    padding: 0
}

.table-list .table-item[data-v-57581ad3] {
    background-color: #fff;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 15px
}

.table-list .table-item .checkbox[data-v-57581ad3] {
    margin: 0
}

.table-list .table-item .item[data-v-57581ad3] {
    height: 22px;
    width: 22px;
    margin-right: 5px
}

.add-bg[data-v-57581ad3] {
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/add-272bc4f7.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.batch-body[data-v-119d5e65] {
    min-height: 300px;
    padding: 0;
    position: relative
}

.batch-body .batch-list-loading img[data-v-119d5e65] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.red-tag[data-v-119d5e65] {
    color: #fd485e
}

.re-batch-init[data-v-119d5e65] {
    color: #999;
    cursor: pointer
}

.btn[data-v-119d5e65] {
    line-height: 1.428571429 !important
}

[data-v-119d5e65] .open .btn {
    color: #128bed !important
}

ul.dropdown-menu > li > a[data-v-119d5e65], .drop-x > a[data-v-119d5e65] {
    display: block;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    color: #333;
    line-height: 18px
}

ul.dropdown-menu > li > a[data-v-119d5e65]:hover, ul.dropdown-menu > li > a.hover[data-v-119d5e65], .drop-x > a[data-v-119d5e65]:hover, .drop-x > a.hover[data-v-119d5e65] {
    background-color: #f3f9fd;
    color: #128bed
}

ul.dropdown-menu > li > a .text[data-v-119d5e65], .drop-x > a .text[data-v-119d5e65] {
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 5px;
    margin-bottom: 0px;
    white-space: nowrap
}

ul.dropdown-menu > li > a label.text[data-v-119d5e65], .drop-x > a label.text[data-v-119d5e65] {
    font-weight: normal
}

ul.dropdown-menu > li > a label.text > input[data-v-119d5e65], .drop-x > a label.text > input[data-v-119d5e65] {
    float: left;
    margin-right: 6px;
    margin-top: 3px
}

ul.dropdown-menu > li > a i[data-v-119d5e65], .drop-x > a i[data-v-119d5e65] {
    float: right;
    margin-top: 2px
}

ul.dropdown-menu > li > a .drop-right[data-v-119d5e65], .drop-x > a .drop-right[data-v-119d5e65] {
    position: absolute;
    left: 158px;
    z-index: 1000;
    bottom: -1px
}

.maskLogin[data-v-119d5e65] {
    position: absolute;
    width: 460px;
    height: 48px;
    left: 0;
    z-index: 999
}

.mask[data-v-119d5e65] {
    width: 100%;
    top: 0;
    padding: 30px 220px 100px 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 773px;
    text-align: center;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/mask-fab013a4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.mask > .mask-content[data-v-119d5e65] {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2)
}

.mask .mask-modal[data-v-119d5e65] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1000
}

.pull-right[data-v-119d5e65] {
    position: relative
}

.recommend[data-v-119d5e65] {
    background: #fff
}

.recommend .r-header[data-v-119d5e65] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    background: #fff;
    padding: 0 15px;
    border-bottom: 1px solid #EEEEEE
}

.recommend .r-header h4[data-v-119d5e65] {
    font-size: 16px;
    color: #333;
    font-weight: normal
}

.recommend .recommend-main[data-v-119d5e65] {
    padding: 0 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.recommend .r-btn[data-v-119d5e65] {
    padding: 5px 15px;
    color: #128bed;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #128BED;
    cursor: pointer
}

.recommend .r-small[data-v-119d5e65] {
    padding: 4px 12px
}

.recommend .r-item[data-v-119d5e65] {
    width: 258px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 50px;
    margin-top: 20px
}

.recommend .r-item[data-v-119d5e65]:nth-of-type(1), .recommend .r-item[data-v-119d5e65]:nth-of-type(5) {
    margin-left: 0
}

.recommend .r-item .title[data-v-119d5e65] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px
}

.recommend .r-item .title > a[data-v-119d5e65] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px
}

.recommend .r-item .title > span[data-v-119d5e65] {
    font-size: 12px;
    color: #999
}

.recommend .disable[data-v-119d5e65] {
    color: #333
}

.npanel-heading > h4[data-v-119d5e65] {
    font-size: 16px
}

.npanel-heading .btn[data-v-119d5e65] {
    font-size: 14px
}

.invest-org-main .invest-desc {
    border: 1px solid #E4EEF6;
    margin: 0px 15px;
    padding: 10px;
    font-size: 14px;
    color: #333
}

body.no-scroll {
    position: relative;
    overflow: hidden
}

.invest-style .score-desc[data-v-6217f9c4] {
    height: 40px;
    background: #F8F8F8;
    border-radius: 4px
}

.invest-style .score-desc .final-score[data-v-6217f9c4] {
    height: 100%;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.invest-style .score-desc .final-score span[data-v-6217f9c4] {
    color: #128BED
}

.invest-style .score-desc .final-score span strong[data-v-6217f9c4] {
    font-size: 22px
}

.invest-style .score-desc .final-score .illustration[data-v-6217f9c4] {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/question_icon-4a35f5ef.png) no-repeat center;
    background-size: cover;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.invest-style .illustration-dialog[data-v-6217f9c4] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.invest-style .illustration-dialog .mask[data-v-6217f9c4] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1001
}

.invest-style .illustration-dialog .dialog-modal[data-v-6217f9c4] {
    background-color: #fff;
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    max-height: 400px;
    margin: 0 20px;
    border-radius: 4px;
    z-index: 1002;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.invest-style .illustration-dialog .dialog-modal .header[data-v-6217f9c4] {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #eee;
    font-size: 19px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.invest-style .illustration-dialog .dialog-modal .body[data-v-6217f9c4] {
    padding: 12px 24px 24px
}

.invest-style .illustration-dialog .dialog-modal .body .item-row[data-v-6217f9c4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    font-size: 16px;
    margin-top: 12px
}

.invest-style .illustration-dialog .dialog-modal .body .item-row .item-label[data-v-6217f9c4] {
    font-weight: bold
}

.invest-style .illustration-dialog .dialog-modal .body .item-row .text[data-v-6217f9c4] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.invest-style .illustration-dialog .dialog-modal .footer[data-v-6217f9c4] {
    margin: 0 24px;
    padding-bottom: 20px
}

.invest-style .illustration-dialog .dialog-modal .footer .know-btn[data-v-6217f9c4] {
    width: 100%;
    height: 44px;
    color: #fff;
    background: #128BED;
    border-radius: 4px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    cursor: pointer
}


.invest-location .block-chart[data-v-7a93b3e4] {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.invest-location .block-chart .app-echarts[data-v-7a93b3e4] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.invest-location .block-chart .nodata[data-v-7a93b3e4] {
    margin: 0 auto
}

.invest-location .block-chart-scroll[data-v-7a93b3e4] {
    max-height: 302px;
    overflow-y: scroll
}

.invest-org-main .invest-preference {
    width: 100%;
    background: #fff;
    padding: 0 8px !important
}

.invest-org-main .invest-preference .preference-block {
    width: 50%;
    float: left;
    padding: 0 7px 0 7px
}

.invest-org-main .invest-preference .preference-block > div {
    margin-bottom: 20px
}

.invest-org-main .invest-preference .preference-block.preference-location {
    width: 100%
}

.invest-org-main .invest-preference .preference-block .block-title {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.invest-org-main .invest-preference .preference-block .block-title .title-main {
    line-height: 32px;
    color: #333;
    font-size: 14px;
    font-weight: bold
}

.invest-org-main .invest-preference .preference-block .block-title .filter {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.invest-org-main .invest-preference .preference-block .block-title .filter .tdrop .dropdown-menu {
    margin-top: 0
}

.invest-org-main .invest-preference .preference-block .block-chart {
    margin-top: 10px;
    min-height: 302px;
    border: 1px solid #E4EEF6
}

#investRrojects .item-project .block-table-tbody .project-name {
    min-width: 100px
}


#investRrojects .item-score .block-table-tbody .item-details {
    background: #F6F6F6;
    padding: 10px;
    margin-top: 10px
}

#investRrojects .item-score .block-table-tbody .item-details .item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

#investRrojects .item-score .block-table-tbody .item-details .item-row:first-child {
    margin-top: 0
}

#investRrojects .item-score .block-table-tbody .item-details .item-row .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#investRrojects .item-score .block-table-tbody .item-details .item-row .col .text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#investRrojects .item-score .block-table-tbody .round-progress {
    padding: 10px 0
}

#investRrojects .item-score .block-table-tbody .round-progress .round-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    overflow-y: hidden
}

#investRrojects .item-score .block-table-tbody .round-progress .round-item:last-child {
    padding-bottom: 0
}

#investRrojects .item-score .block-table-tbody .round-progress .round-item .bar {
    width: 22px
}

#investRrojects .item-score .block-table-tbody .round-progress .round-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#investRrojects .item-score .block-table-tbody .round-progress .round-item .round-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#investRrojects .item-score .block-table-tbody .round-progress .round-item .round-title .date {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

#investRrojects .item-score .block-table-tbody .round-progress-multi .round-item .bar .icon {
    width: 22px;
    height: 22px;
    background: #fff;
    position: relative
}

#investRrojects .item-score .block-table-tbody .round-progress-multi .round-item .bar .icon:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #D6D6D6;
    border: 2px solid #EEEEEE;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#investRrojects .item-score .block-table-tbody .round-progress-multi .round-item .bar .line {
    width: 1px;
    height: 100%;
    background: #EEEEEE;
    margin: 0 auto
}

#investRrojects .item-score .block-table-tbody .round-progress-multi .round-item.current-round .bar .icon:before {
    background: #128BED;
    border: 2px solid #E9F3FF
}


.invest-org-main .manage-funds .module-block .block-table-tbody .project-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.invest-org-main .manage-funds .module-block .block-table-tbody .text-status {
    text-align: center
}

.invest-org-main .manage-funds .module-block .block-table-tbody .status {
    line-height: 20px;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 2px;
    display: inline-block
}


#investHonor .module-block {
    position: relative
}

#investHonor .module-block .honor-filter {
    position: absolute;
    right: 117px;
    top: -47px
}

#investHonor .module-block .honor-list {
    border: 1px solid #E4EEF6;
    padding: 10px 20px 10px 10px;
    max-height: 250px;
    overflow-y: auto
}

#investHonor .module-block .honor-list table {
    width: 100%
}

#investHonor .module-block .honor-list table td {
    position: relative;
    overflow-y: hidden
}

#investHonor .module-block .honor-list .bar {
    margin-top: 5px
}

#investHonor .module-block .honor-list .bar .icon {
    width: 12px;
    height: 12px;
    background: #128BED;
    border: 2px solid #E9F3FF;
    border-radius: 100%;
    margin: 0 auto
}

#investHonor .module-block .honor-list .bar .line {
    width: 1px;
    height: 100%;
    background: #EEEEEE;
    position: absolute;
    left: 50%;
    margin-top: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#investHonor .module-block .honor-list .year {
    font-size: 14px;
    color: #333;
    line-height: 22px
}

#investHonor .module-block .honor-list .sub-list .sub-list-item {
    line-height: 22px;
    margin-bottom: 6px
}

#investHonor .module-block .honor-list .sub-list .sub-list-item .title {
    float: left
}

#investHonor .module-block .honor-list .sub-list .sub-list-item .grade {
    float: right;
    color: #333
}

#investHonor .module-block .honor-list .sub-list .sub-list-item a:hover .grade {
    color: #0d61a6
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.invest-org-main .invest-box .invest-module .module-header {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    margin-bottom: 13px
}

.invest-org-main .invest-box .invest-module .module-header:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 22px;
    background: #128BED;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.invest-org-main .invest-box .invest-module .module-header .header-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.invest-org-main .invest-box .invest-module .module-header .header-main .count {
    color: #128BED;
    margin-left: 4px
}

.invest-org-main .invest-box .invest-module .module-header .header-main .icon-wenhao {
    margin-left: 2px
}

.invest-org-main .invest-box .invest-module .module-header .header-main .ant-popover-placement-bottomLeft .ant-popover-arrow {
    left: 6px
}

.invest-org-main .invest-box .invest-module .module-header .header-main .ant-popover-placement-bottomLeft .ant-popover-inner {
    margin-left: -10px
}

.invest-org-main .invest-box .invest-module .module-header .watermark {
    text-align: right
}

.invest-org-main .invest-box .module-block {
    padding: 0 15px 50px 15px
}

.invest-org-main .invest-box .module-block.invest-preference {
    padding-bottom: 30px
}

.invest-org-main .invest-box .module-block .block-title {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.invest-org-main .invest-box .module-block .block-title .title-main {
    line-height: 32px;
    color: #333;
    font-size: 14px;
    font-weight: bold
}

.invest-org-main .invest-box .module-block .block-title .title-main .count {
    color: #128BED;
    margin-left: 4px
}

.invest-org-main .invest-box .module-block .filter {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.invest-org-main .invest-box .module-block .filter .tdrop .dropdown-menu {
    margin-top: 0
}

.invest-org-main .invest-box .module-block .filter .tdrop .list-group {
    min-width: 200px
}

.invest-org-main .invest-box .module-block .filter .tdrop .list-group-item.sub {
    padding-left: 30px
}

.invest-org-main .invest-box .module-block .filter .tdrop .list-group-item.third {
    padding-left: 45px
}

.invest-org-main .invest-box .module-block .npanel-heading {
    background: #fff
}

.invest-org-main .invest-box .module-block .block-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.invest-org-main .invest-box .module-block .block-tabs .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.invest-org-main .invest-box .module-block .block-tabs .tab-list .tab {
    margin-right: 20px;
    color: #666666;
    line-height: 32px;
    font-size: 14px;
    position: relative;
    cursor: pointer
}

.invest-org-main .invest-box .module-block .block-tabs .tab-list .tab.active {
    color: #128BED
}

.invest-org-main .invest-box .module-block .block-tabs .tab-list .tab.active:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #128BED;
    position: absolute;
    left: 0;
    bottom: 0
}

.invest-org-main .invest-box .module-block .block-tabs .tab-list .tab.disable {
    color: #999;
    cursor: default
}

.invest-org-main .invest-box .module-block .block-tabs .tab-list .tab.disable:before {
    content: none
}

.invest-org-main .invest-box .module-block .block-table {
    margin-top: 10px
}

.invest-org-main .invest-box .module-block .block-table table {
    width: 100%
}

.invest-org-main .invest-box .module-block .block-table table tr .number {
    width: 48px;
    text-align: center
}

.invest-org-main .invest-box .module-block .block-table .block-table-thead {
    background: #F2F9FC
}

.invest-org-main .invest-box .module-block .block-table .block-table-thead tr {
    border: 1px solid #E4EEF6
}

.invest-org-main .invest-box .module-block .block-table .block-table-thead tr th {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: normal;
    word-break: keep-all;
    padding: 0 10px
}

.invest-org-main .invest-box .module-block .block-table .block-table-thead tr th.number {
    padding: 0
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody tr {
    border-bottom: 1px solid #E4EEF6;
    border-right: 1px solid #E4EEF6
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody tr td {
    color: #333;
    font-size: 14px;
    padding: 11px 10px;
    border-left: 1px solid #E4EEF6
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody tr td.keep-all {
    word-break: keep-all;
    white-space: nowrap
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody tr td.td-date {
    min-width: 100px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody tr td .click-active {
    color: #128BED;
    cursor: pointer
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody tr td .click-active i {
    color: #333
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody tr td .text-label {
    display: inline-block;
    color: #666
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody tr .td-center {
    text-align: center
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .project-name {
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .project-name .logo {
    margin-top: 2px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .project-name .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .project-name .info .slogan {
    color: #999
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .industry-tags {
    font-size: 0;
    margin-top: -5px;
    margin-right: -10px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .industry-tags .tag {
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    margin-right: 10px;
    margin-top: 5px;
    background: #E7F4FF;
    border-radius: 2px;
    color: #128BED;
    font-size: 12px;
    display: inline-block;
    word-break: keep-all
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content:first-child {
    margin-top: 10px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content:last-child {
    margin-bottom: 10px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content:last-child .funder-line {
    bottom: 0px !important
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content .team-content-left {
    position: relative
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content .team-content-left img {
    width: 12px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content .team-content-left .funder-line {
    position: absolute;
    top: 20px;
    bottom: -20px;
    width: 1px;
    background: #eee;
    left: 6px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content .team-content-right {
    margin-left: 5px;
    color: #666666;
    width: 100%
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content .team-content-right .team-sub-content {
    background: #F6F6F6;
    margin-top: 10px;
    padding: 10px;
    width: 100%
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content .team-content-right .team-sub-content .team-position {
    margin-top: 10px
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .team-content .team-content-right .team-value {
    color: #333333
}

.invest-org-main .invest-box .module-block .block-table .block-table-tbody .td-text {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.invest-org-main .invest-box .module-block .block-page {
    text-align: right;
    margin-top: 20px;
    margin-right: -10px
}

.invest-org-main .invest-box .watermark {
    width: 92px;
    height: 26px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/watermark-d52f1c72.png) no-repeat;
    background-size: 92px 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.invest-org-main .invest-box a.disable {
    color: #333333;
    cursor: Auto
}

.invest-org-main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px
}

.invest-org-main .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.invest-org-main .top {
    width: 100%;
    height: 140px;
    background: #fff;
    padding: 20px 25px;
    border: 1px solid #eee;
    position: relative
}

.invest-org-main .top .top-right {
    margin-left: 35px;
    position: relative;
    top: -2px
}

.invest-org-main .top .top-right .invest-name {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin: 0;
    line-height: 34px
}

.invest-org-main .top .top-right .invest-tag-wrap {
    margin-top: 10px
}

.invest-org-main .top .top-right .invest-tag-wrap .invest-tag {
    padding: 0 6px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    background: #E7F4FF;
    color: #128bed;
    border-radius: 2px;
    margin-right: 10px
}

.invest-org-main .top .top-right .invest-tag-wrap .invest-tag:last-child {
    margin-right: 0
}

.invest-org-main .top .top-right .invest-basic {
    margin-top: 10px
}

.invest-org-main .top .top-right .invest-basic .basic-info {
    font-size: 14px;
    margin-right: 30px
}

.invest-org-main .top .top-right .invest-basic .basic-info:last-child {
    margin-right: 0
}

.invest-org-main .top .top-right .invest-basic .basic-info .basic-info-label {
    color: #666666
}

.invest-org-main .top .top-right .invest-basic .basic-info .basic-info-vlaue {
    color: #333333
}

.invest-org-main .top .invest-action {
    position: absolute;
    right: 20px;
    top: 15px
}

.invest-org-main .top .invest-action .action-btn {
    height: 32px;
    border: 1px solid #128bed;
    color: #128bed;
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 6px 0px 8px;
    display: inline-block;
    border-radius: 2px;
    position: relative
}

.invest-org-main .top .invest-action .action-btn:hover {
    opacity: .8
}

.invest-org-main .invest-dynamic {
    margin-top: 15px;
    background: #fff;
    width: 100%;
    height: 68px;
    padding: 10px 20px 10px 17px;
    border: 1px solid #eee
}

.invest-org-main .invest-dynamic .dynamic-left {
    width: 90px;
    height: 42px;
    position: relative;
    top: 2px
}

.invest-org-main .invest-dynamic .dynamic-left img {
    width: 100%;
    height: 100%
}

.invest-org-main .invest-dynamic .dynamic-right {
    margin-left: 20px;
    background: #F6FAFF;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    cursor: pointer
}

.invest-org-main .invest-dynamic .dynamic-right .bar-project {
    height: 100%
}

.invest-org-main .invest-dynamic .dynamic-right .bar-project .project-name {
    height: 48px;
    line-height: 48px;
    margin-right: 30px;
    font-size: 14px;
    color: #666666
}

.invest-org-main .invest-dynamic .dynamic-right .bar-project .project-name:last-child {
    margin-right: 0
}

.invest-org-main .invest-dynamic .dynamic-right .bar-project .project-name .dynamic-value {
    color: #333333
}

.invest-org-main .invest-box-wrap {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #eee
}

.invest-org-main .invest-box-wrap #investDesc {
    margin-top: 25px
}

.invest-org-main .invest-box-wrap #investPreference {
    margin-top: 50px
}

.invest-org-main .invest-box-wrap.fixed .navs {
    width: 1220px;
    position: fixed;
    top: 56px;
    z-index: 99;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05)
}

.invest-org-main .invest-box-wrap.fixed .fixed-holder {
    height: 44px
}

.invest-org-main .invest-box-wrap .navs {
    border-bottom: 1px solid #F0F0F0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #FCFCFC;
    cursor: pointer
}

.invest-org-main .invest-box-wrap .navs .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-right: 1px solid #F0F0F0;
    color: #333;
    font-size: 15px
}

.invest-org-main .invest-box-wrap .navs .nav-item:last-child {
    border-right: none
}

.invest-org-main .invest-box-wrap .navs .nav-item .nav-count {
    font-size: 12px;
    color: #999999;
    margin-left: 5px
}

.invest-org-main .invest-box-wrap .navs .active {
    color: #128bed;
    font-weight: bold;
    background: #fff
}

.invest-org-main .invest-box-wrap .navs .active .nav-count {
    color: #128bed
}

.invest-org-main .invest-box-wrap .navs .disable {
    color: #999
}

.invest-honor-detail {
    padding-top: 15px
}

.invest-honor-detail .honor-top {
    padding: 20px;
    background: #fff
}

.invest-honor-detail .honor-top h1 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 0
}

.invest-honor-detail .honor-top .honor-tag {
    font-size: 0
}

.invest-honor-detail .honor-top .honor-tag .tag {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin-right: 30px
}

.invest-honor-detail .honor-top .honor-tag .tag span {
    color: #666
}

.invest-honor-detail .honor-content {
    background: #fff;
    margin-top: 15px;
    padding: 20px 0
}

.invest-honor-detail .honor-content h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    padding-left: 20px
}

.invest-honor-detail .honor-content h2:before {
    content: '';
    width: 4px;
    height: 22px;
    background: #128BED;
    position: absolute;
    left: 0;
    top: 1px
}

.invest-honor-detail .honor-content h2:after {
    content: '';
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    left: 100px;
    right: 20px;
    top: 50%
}

.invest-honor-detail .honor-content .honor-list table {
    width: 100%
}

.invest-honor-detail .honor-content .honor-list table tr td {
    padding: 23px 0
}

.invest-honor-detail .honor-content .honor-list table tr:hover {
    background: #F5F9FF
}

.invest-honor-detail .honor-content .honor-list table .number {
    min-width: 18px;
    height: 18px;
    background: #D6D6D6;
    border-radius: 6px;
    font-size: 13px;
    color: #666;
    text-align: center;
    line-height: 18px;
    margin-left: 20px;
    display: inline-block
}

.invest-honor-detail .honor-content .honor-list table .number.top-3 {
    background: #128BED;
    color: #fff
}

.invest-honor-detail .honor-content .honor-list table .name {
    font-size: 18px;
    font-weight: 500
}

.invest-honor-detail .honor-content .honor-list table .industry-tags {
    text-align: right;
    padding-right: 20px;
    font-size: 0
}

.invest-honor-detail .honor-content .honor-list table .industry-tags .tag {
    line-height: 22px;
    font-size: 12px;
    padding: 0 6px;
    display: inline-block;
    color: #128BED;
    background: #E7F4FF;
    border-radius: 2px;
    margin-left: 10px
}

.invest-honor-detail .honor-content .honor-page {
    text-align: right;
    margin-top: 20px;
    margin-right: 10px
}

.tcaption.stock .title {
    display: none
}

.tcaption.stock .stock-title {
    font-size: 22px;
    color: #000;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600
}

.tcaption.stock .stock-status {
    color: #999;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
    margin-left: 5px;
    top: 6px
}

.tcaption.stock .stock-timeinfo {
    font-size: 20px;
    font-weight: bold
}

.tcaption.stock .stock-timeinfo.up {
    color: #FD485E
}

.tcaption.stock .stock-timeinfo.down {
    color: #7ED321
}

.tcaption.stock .stock-timeinfo .trend {
    font-size: 16px
}

.tcaption.stock.offList .right, .tcaption.stock.offList .watermark {
    display: none
}

.tcaption.stock .right a {
    line-height: 28px
}


.tcaption.stock .title {
    display: none
}

.tcaption.stock .stock-title {
    font-size: 22px;
    color: #000;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600
}

.tcaption.stock .stock-status {
    color: #999;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
    margin-left: 5px;
    top: 6px
}

.tcaption.stock .stock-timeinfo {
    font-size: 20px;
    font-weight: bold
}

.tcaption.stock .stock-timeinfo.up {
    color: #FD485E
}

.tcaption.stock .stock-timeinfo.down {
    color: #7ED321
}

.tcaption.stock .stock-timeinfo .trend {
    font-size: 16px
}

.tcaption.stock.offList .right, .tcaption.stock.offList .watermark {
    display: none
}


.tcaption.stock .title {
    display: none
}

.tcaption.stock .stock-title {
    font-size: 22px;
    color: #000;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600
}

.tcaption.stock .stock-status {
    color: #999;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
    margin-left: 5px;
    top: 6px
}

.tcaption.stock .stock-timeinfo {
    font-size: 20px;
    font-weight: bold
}

.tcaption.stock .stock-timeinfo.up {
    color: #FD485E
}

.tcaption.stock .stock-timeinfo.down {
    color: #7ED321
}

.tcaption.stock .stock-timeinfo .trend {
    font-size: 16px
}

.tcaption.stock.offList .right, .tcaption.stock.offList .watermark {
    display: none
}


.hkstock-analysis {
    float: left;
    width: 700px;
    margin-left: -700px
}

.hkstock-analysis .table-scroll {
    margin-top: -1px;
    float: left;
    width: 700px;
    height: 221px;
    overflow: hidden;
    border-bottom: 1px solid #e4eef6
}

.hkstock-analysis .table-scroll tr.active td.text-right {
    color: #128bed;
    background: #F2F9FC
}


.company-data .base-graph .item {
    float: left;
    display: block
}

.company-data .base-graph .item:not(:last-child) {
    margin-right: 10px
}

.company-data .base-graph .item .img {
    width: 139px;
    height: 86px;
    border: solid 1px #E4EEF6
}

.company-data .base-graph .item .img > img {
    width: 100%;
    height: 100%
}

.company-data .base-graph .item .text {
    text-align: center;
    padding: 4px;
    color: #333
}

.company-data .base-graph .item:hover .img {
    border-color: #128bed
}

.company-data .base-graph .item:hover .text {
    color: #128bed
}


.word-intro {
    margin-right: 10px
}

#fxsm[data-v-5108eafe] {
    margin: 0 0 40px
}

#fxsm .risk-overview[data-v-5108eafe] .risk-body {
    border: none
}


.partner-app-tdcoy {
    position: relative;
    z-index: 10
}

.ipo-partner-app-tdcoy {
    position: relative;
    z-index: 10
}


.bicon.bicon-jz {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_jz-98bcd82d.png);
    background-position: 0px 0px
}


.risk-panel td[data-v-710a1d25] {
    padding: 15px 8px;
    line-height: 1.8
}

.risk-panel .btn[data-v-710a1d25] {
    width: 82px;
    font-size: 12px
}

.risk-panel td[data-v-19451f1c] {
    padding: 15px 8px;
    line-height: 1.8
}

.risk-panel .btn[data-v-19451f1c] {
    width: 82px;
    font-size: 12px
}

.risk-panel td[data-v-156d0b16] {
    padding: 15px 8px;
    line-height: 1.8
}

.risk-panel .btn[data-v-156d0b16] {
    width: 82px;
    font-size: 12px
}


.zlchart-tcount {
    padding-top: 40px;
    text-align: center
}

.zlchart-tcount img {
    width: 40px;
    margin-bottom: 15px
}

.zlchart-tcount .tcount {
    color: #67aef5;
    font-family: PingFangSC-Medium;
    font-size: 56px;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 15px
}

.zlchart-tcount .t-tip {
    margin-top: 16px;
    color: #999;
    text-align: left;
    line-height: 19px
}

.zl-chart-status {
    height: 219px;
    overflow-y: auto;
    overflow-x: hidden
}

.zl-chart-status::-webkit-scrollbar {
    width: 0px
}

.zlchart-tcount-wrap {
    padding: 15px
}

.zhuanli .chart-contain {
    overflow: visible !important
}

.zs-item {
    margin-bottom: 30px
}

.zs-item:last-child {
    margin-bottom: 0
}


.wechat-hover {
    margin-top: 6px;
    cursor: pointer
}

.wechat-hover .wechat-kuang {
    display: none;
    position: absolute;
    width: 240px;
    height: 240px;
    border: solid 1px #ECECEC;
    background: #fff;
    margin-left: 60px;
    margin-top: -30px;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2)
}

.wechat-hover .wechat-kuang .title {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #333
}

.wechat-hover .wechat-kuang .subtitle {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    color: #999
}

.wechat-hover .wechat-kuang .wechat-qrcode {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px
}

.wechat-hover:hover .wechat-kuang {
    display: block
}

.assets-avatar {
    width: 66px
}

.assets-avatar {
    width: 66px
}

.company-newslist .relate-company {
    max-height: 100%;
    padding: 20px 150px 20px 120px;
    overflow: auto
}

.company-newslist .relate-company .item {
    position: relative;
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 30px
}

.company-newslist .relate-company .item .com {
    display: block;
    color: #333
}

.company-newslist .relate-company .item .num {
    position: absolute;
    display: inline-block;
    padding: 0px 2px;
    border-radius: 6px;
    left: 0px;
    top: 20px;
    background: #F6F6F6;
    color: #999;
    height: 20px;
    line-height: 20px;
    text-align: center;
    min-width: 20px
}

.company-newslist .relate-company .item .percent {
    font-size: 12px;
    color: #128bed;
    position: absolute;
    right: 0px;
    top: 10px
}

.company-newslist .relate-company .item .bar {
    height: 4px;
    background: #128BED;
    border-radius: 2px;
    margin-top: 6px;
    position: relative;
    overflow: hidden
}

.company-newslist .relate-company .item .bar > .process {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #eee
}

.company-newslist .relate-company .item:nth-of-type(1) .num, .company-newslist .relate-company .item:nth-of-type(2) .num, .company-newslist .relate-company .item:nth-of-type(3) .num {
    color: #128bed;
    background: #E9F3FF
}


.moresecreport {
    margin-bottom: 40px
}

.moresecreport .thwrap {
    background: #F2F9FC;
    border: #E4EEF6 1px solid;
    border-collapse: collapse;
    padding: 12px 12px 12px 12px;
    font-weight: normal;
    color: #444;
    line-height: 19px
}

.moresecreport .thwrap .pull-left {
    text-align: left;
    line-height: 1.6;
    padding-left: 30px
}

.moresecreport .thwrap .title {
    font-size: 32px;
    color: #128bed;
    margin-top: 15px;
    font-weight: 600
}

.moresecreport .thwrap .subtitle {
    font-size: 22px;
    color: #128bed;
    margin-top: 10px
}

.moresecreport .thwrap .subtitle .btn {
    margin-left: 15px;
    margin-top: -4px;
    width: 98px;
    font-size: 12px;
    color: #fff
}

.moresecreport .thwrap img {
    width: 160px;
    margin-right: 20px
}

.company-detail .sub-nav {
    padding: 10px 10px;
    background: #fff;
    border: solid 1px #eee;
    margin-bottom: -1px
}

.company-detail .sub-nav .item {
    display: inline-block;
    margin: 5px 5px;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 0px;
    color: #555;
    font-size: 13px;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
    position: relative
}

.company-detail .sub-nav .item:hover {
    background: #128bed;
    color: #fff;
    border-color: #128bed
}

.company-detail .sub-nav .item.disable {
    cursor: default;
    background: #ebeef4 !important;
    border-color: #ebeef4 !important;
    color: #555 !important
}

.company-detail .bottom-nav .tcaption {
    padding: 10px 15px;
    background: #FCFCFC;
    height: auto;
    border: solid 1px #eee;
    margin-bottom: 10px
}

.company-detail .bottom-nav .tcaption .title {
    font-weight: normal;
    font-size: 15px
}

.company-detail .bottom-nav .tcaption .expand-btn {
    margin-top: 3px
}

.company-detail .bottom-nav table {
    margin-bottom: 20px
}

.company-detail .bottom-nav table .head {
    color: #333;
    font-size: 14px
}

.company-detail .bottom-nav table td {
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 10px
}

.company-detail .bottom-nav table td:nth-child(1) {
    padding-left: 15px
}

.company-detail .bottom-nav table td:nth-child(2) {
    border-bottom: solid 1px #eee
}

.company-detail .bottom-nav table td > a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    width: 120px
}

.company-detail .bottom-nav table td > a:hover {
    color: #128bed
}

.company-detail .bottom-nav table td > span {
    display: inline-block;
    color: #D6D6D6;
    font-size: 12px;
    width: 120px
}


.company-detail .mtlist-tab {
    background: #FCFCFC;
    padding: 0px 16px;
    border: solid 1px #eee;
    margin-top: -1px;
    margin-bottom: -1px
}

.company-detail .mtlist-tab .item {
    font-size: 14px;
    color: #666;
    line-height: 40px;
    margin-right: 15px;
    display: inline-block
}

.company-detail .mtlist-tab .item.active {
    color: #128bed;
    border-bottom: solid 2px #128bed
}


.own-switch {
    position: absolute;
    margin-left: -49px;
    top: -8px
}

.own-switch.fixed {
    position: fixed;
    left: auto;
    z-index: 100;
    top: 50px
}

.own-switch > a {
    display: block;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/own_switch-9998ea1a.png);
    background-size: 48px 520px;
    width: 48px;
    height: 120px;
    padding-left: 20px;
    z-index: 9;
    right: 0px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    position: relative;
    background-position: 0px 648px;
    margin-top: -38px
}

.own-switch > a:first-child {
    margin-top: 0
}

.own-switch > a .zi {
    width: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    padding-top: 25px
}

.own-switch > a.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-position: 0px 390px;
    color: #fff;
    margin-top: -42px;
    z-index: 10
}

.own-switch > a.active:first-child {
    margin-top: -2px
}

.own-switch > a.active + a {
    margin-top: -10px
}

.own-switch > a:not(.active):hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.own-switch .own-switchto {
    background-position: 0px -4px;
    color: #E4930F;
    z-index: 7
}

.own-switch .own-switchto .zi {
    padding-top: 19px
}

.own-switch .own-switchto .count {
    font-size: 12px;
    width: 35px;
    text-align: center;
    color: #E4930F;
    font-weight: 600;
    display: block;
    margin-left: -8px;
    margin-top: 2px
}

.own-switch .own-switchto.active {
    background-position: 0px 260px;
    color: #fff
}

.own-switch .own-switchto.active .count {
    color: #fff;
    font-weight: normal;
    margin-top: 2px
}

.own-switch .own-switchastock {
    z-index: 8
}

.own-switch a.active + .own-switchastock {
    margin-top: -12px
}

.company-toolbar {
    background: #fcfcfc;
    border: solid 1px #eee;
    margin-top: -1px;
    padding: 8px 20px;
    height: 42px
}

.company-toolbar .hot-news {
    line-height: 25px
}

.company-toolbar .hot-news .hot-news-title {
    float: left;
    position: relative;
    padding-left: 15px;
    margin-right: 5px;
    color: #999
}

.company-toolbar .hot-news .hot-news-ic {
    background: url(../../../images/website/company/hot_news_ic-6f89185d.png);
    background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -10px
}

.company-toolbar .hot-news .hot-PDF-ic {
    background: url(../../../images/website/comm/pdf.png);
    background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -10px
}


.company-toolbar .hot-news .hot-news-scroll {
    height: 25px;
    overflow-y: hidden;
    position: relative;
    width: 710px
}

.company-toolbar .hot-news .hot-news-scroll .item .name {
    display: inline-block;
    vertical-align: bottom;
    color: #333;
    max-width: 420px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.company-toolbar .hot-news .hot-news-scroll .item .name:hover {
    color: #128bed
}

.company-toolbar .bar-btn {
    color: #333;
    position: relative
}

.company-toolbar .bar-btn:hover {
    color: #128bed
}

.company-toolbar .bar-btn:not(:first-child) {
    margin-left: 12px
}

.company-toolbar .bar-btn .bar-icon-app {
    background-position: 0px -88px
}

.company-toolbar .bar-btn .bar-icon-fp {
    background-position: -22px -88px
}

.company-toolbar .bar-btn .bar-icon-report {
    background-position: -44px -88px
}

.company-toolbar .bar-btn .bar-icon-feedback {
    background-position: 0px -110px
}

.company-toolbar .bar-btn .icon-hot, .company-toolbar .bar-btn .icon-new {
    right: -16px;
    top: -12px
}

.company-header {
    margin-top: 15px
}

.company-header .nheader {
    position: relative;
    background: #fff;
    border: 1px solid #eeeeee
}

.company-header .nheader .infos {
    padding: 24px 20px 12px 140px;
    min-height: 208px
}

.company-header .nheader .infos .logo-info {
    float: left;
    margin-left: -120px;
    padding-top: 4px
}

.company-header .nheader .infos .logo-info .logo {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    border: solid 1px #f0f0f0;
    border-radius: 8px
}

.company-header .nheader .infos .logo-info .logo img {
    width: 100px;
    border-radius: 8px
}

.company-header .nheader .infos .logo-info .qcc-cert {
    height: 20px
}

.company-header .nheader .infos .logo-info .company-visit {
    margin-top: 15px
}

.company-header .nheader .infos .logo-info .company-visit .visit-view {
    background: url(../../../images/website/company/visit_btn.png);
    width: 100px;
    height: 50px;
    background-size: 200px 50px;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 28px;
    padding-left: 4px;
    padding-right: 2px;
    color: #999;
    cursor: pointer;
    margin-left: 2px;
    z-index: 400;
    text-align: center;
    white-space: nowrap
}

.company-header .nheader .infos .logo-info .company-visit .visit-text {
    width: 100px;
    color: #999;
    text-align: center;
    white-space: nowrap
}

.company-header .nheader .infos .logo-info .company-visit .visit-depanel {
    position: absolute;
    width: 450px;
    margin-left: 90px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    z-index: 100;
    display: none;
    cursor: default
}

.company-header .nheader .infos .logo-info .company-visit .visit-depanel .chart-wrap {
    padding: 15px;
    padding-bottom: 25px
}

.company-header .nheader .infos .logo-info .company-visit .visit-depanel .chart-title {
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-bottom: 12px
}

.company-header .nheader .infos .logo-info .company-visit .visit-depanel .chart-main {
    position: relative;
    background: #f3f9fe !important;
    height: 215px;
    width: 420px
}

.company-header .nheader .infos .logo-info .company-visit .visit-depanel .foot {
    border-top: solid 1px #e5e5e5;
    text-align: left;
    padding: 15px;
    line-height: 32px;
    font-size: 14px
}

.company-header .nheader .infos .logo-info .company-visit .visit-view:hover .visit-depanel {
    display: block
}

.company-header .nheader .infos .logo-info .cert-btn {
    margin-top: 12px;
    width: 100px;
    line-height: 20px;
    height: 22px;
    z-index: 390;
    border: solid 1px #f9ad14;
    color: #f9ad14;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    display: block
}

.company-header .nheader .infos .logo-info .cert-btn .cert-btn-icon {
    display: inline-block;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/cert_btn_icon-44aecdba.png);
    background-size: 28px 14px;
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px
}

.company-header .nheader .infos .content .title {
    max-width: 640px;
}

.company-header .nheader .infos .content .title h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
    line-height: 31px;
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
}

.company-header .nheader .infos .content .title .nstatus {
    position: relative;
    left: 10px;
    top: -4px;
    margin-left: -5px;
    font-size: 12px;
    padding: 0px 8px 0px 8px;
    line-height: 20px;
    cursor: pointer
}

.company-header .nheader .infos .content .tags-wrap {
    margin-top: 10px;
    min-height: 22px;
    max-width: 900px
}

.company-header .nheader .infos .content .tags .ntag {
    cursor: pointer;
    margin-bottom: 3px
}

.company-header .nheader .infos .content .tags .tags-hover {
    max-width: 300px;
    font-size: 12px
}

.company-header .nheader .infos .content .newtags {
    margin-top: 7px;
    margin-bottom: -5px;
    white-space: nowrap;
    max-width: 950px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.company-header .nheader .infos .content .newtags .tag {
    color: #999;
    margin-right: 10px;
    display: inline-block
}

.company-header .nheader .infos .content .newtags .tag:hover {
    color: #128bed
}

.company-header .nheader .infos .content .newtags-modal .tag-cell {
    margin-bottom: 15px
}

.company-header .nheader .infos .content .newtags-modal .tag-cell h4 {
    font-weight: normal;
    color: #333;
    position: relative
}

.company-header .nheader .infos .content .newtags-modal .tag-cell h4:before {
    content: " ";
    position: absolute;
    width: 2px;
    height: 14px;
    background: #128bed;
    left: -6px;
    top: 1px
}

.company-header .nheader .infos .content .newtags-modal .tag-cell .tag {
    color: #999;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 4px
}

.company-header .nheader .infos .content .newtags-modal .tag-cell .tag:hover {
    color: #128bed
}

.company-header .nheader .infos .content .contact-info {
    position: relative;
    padding: 4px 12px;
    background: rgba(0, 132, 255, 0.04);
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 2
}

.company-header .nheader .infos .content .contact-info .rline {
    margin-top: 4px;
    margin-bottom: 4px
}

.company-header .nheader .infos .content .contact-info .rline .f {
    color: #666;
    display: inline-block
}

.company-header .nheader .infos .content .contact-info .rline .f .val {
    color: #000
}

.company-header .nheader .infos .content .contact-info .rline .f .texta {
    color: #000
}

.company-header .nheader .infos .content .contact-info .rline .f .texta:hover {
    color: #128bed
}

.company-header .nheader .infos .content .contact-info .rline .f.ca {
    width: 360px
}

.company-header .nheader .infos .content .contact-info .rline .f.cx {
    width: 200px
}

.company-header .nheader .infos .content .contact-info .rline.extend-text .f {
    max-width: 920px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom
}

.company-header .nheader .infos .content .contact-info .dcert {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 4px 10px;
    font-size: 12px;
    color: #999;
    background: #eff6ff;
    border-radius: 0px 0px 0px 14px
}

.company-header .nheader .infos .content .oxin-access {
    margin-top: 10px
}

.company-header .nheader .infos .content .oxin-access .item {
    position: relative;
    float: left;
    width: 257px;
    position: relative;
    background: #f6faff;
    padding: 6px 4px 6px 58px;
    white-space: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.company-header .nheader .infos .content .oxin-access .item:not(:last-child) {
    margin-right: 10px
}

.company-header .nheader .infos .content .oxin-access .oxin-name {
    color: #444;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.company-header .nheader .infos .content .oxin-access .oxin-desc {
    color: #999;
    font-size: 12px
}

.company-header .nheader .infos .content .oxin-access .oxin-desc .f {
    margin-right: 10px
}

.company-header .nheader .infos .content .oxin-access .oxin-logo {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 5px
}

.company-header .nheader .infos .content .oxin-access .oxin-img {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../../../images/website/company/oxin-f620463b.png);
    background-size: 320px 40px;
    left: 10px;
    top: 7px
}

.company-header .nheader .infos .content .oxin-access .oxin-img.ccxs {
    background-position: 0px 0px
}
.company-header .nheader .infos .content .oxin-access .oxin-img.cpxs{
    background-position: -120px 0px;
}
.company-header .nheader .infos .content .oxin-access .oxin-img.ssjt {
    background-position: -40px 0px;
}

.company-header .nheader .infos .content .oxin-access .oxin-img.cpxx {
    background-position: -80px 0px;
}

.company-header .nheader .infos .content .oxin-access .oxin-img.tzjg {
    background-position: -200px 0px
}

.company-header .nheader .infos .content .oxin-access .oxin-img.gqct {
    background-position: -40px 0px
}

.company-header .nheader .infos .content .oxin-access .oxin-img.qytp {
    background-position: -80px 0px
}

.company-header .nheader .infos .content .oxin-access .oxin-img.jzgc {
    background-position: -280px 0px
}

.company-header .nheader .company-action {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 20px;
    white-space: normal
}

.company-header .nheader .company-action .action-btn {
    height: 32px;
    border: 1px solid #128bed;
    color: #128bed;
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 6px 0px 8px;
    display: inline-block;
    border-radius: 2px;
    position: relative
}

.company-header .nheader .company-action .action-btn .count {
    color: #999
}

.company-header .nheader .company-action .action-btn:not(:first-child) {
    margin-left: 5px
}

.company-header .nheader .company-action .action-btn .bicon {
    margin-right: 2px
}

.company-header .nheader .company-action .action-btn.report .bicon {
    background-position: -44px -88px
}

.company-header .nheader .company-action .action-btn.postcard .bicon {
    background-position: -22px -66px
}

.company-header .nheader .company-action .action-btn.note .bicon {
    background-position: -44px -44px
}

.company-header .nheader .company-action .action-btn.monitor .bicon {
    background-position: -44px -22px
}

.company-header .nheader .company-action .action-btn.follow .bicon {
    background-position: -44px 0px
}

.company-header .nheader .company-action .action-btn.crm .bicon {
    background-position: 0px 0px
}

.company-header .nheader .company-action .action-btn.monitor, .company-header .nheader .company-action .action-btn.follow, .company-header .nheader .company-action .action-btn.crm ,.company-header .nheader .company-action .action-btn.note {
    color: #fff;
    background-color: #128bed
}

.company-header .nheader .company-action .action-btn:hover {
    color: #fff;
    background-color: #146ca4;
    border-color: transparent
}

.company-header .nheader .company-action .action-btn:hover.postcard .bicon, .company-header .nheader .company-action .action-btn:hover.note .bicon {
    background-position-x: -44px
}

.company-header .nheader .company-action .action-btn:hover .count {
    color: #fff
}

.company-header .nheader .company-action .action-btn.report:hover .bicon {
    background-position: 0px -66px
}

.company-header .nheader .company-action .action-btn.follow.active, .company-header .nheader .company-action .action-btn.monitor.active, .company-header .nheader .company-action .action-btn.crm.active {
    color: #666;
    border: 1px solid #eee;
    background-color: #fff
}

.company-header .nheader .company-action .action-btn.follow.active .bicon {
    background-position: -22px 0px
}

.company-header .nheader .company-action .action-btn.monitor.active .bicon {
    background-position: -22px -22px
}

.company-header .nheader .company-action .action-btn.crm.active .bicon {
    background-position: -22px 0
}

.company-header .nheader .company-action .jk-popover {
    width: 240px
}

.company-header .nheader .company-action .jk-popover img {
    width: 240px;
    display: block
}

.company-header .nheader .company-action .jk-popover .radar-text {
    margin-top: 10px;
    color: #333;
    font-size: 12px
}

.company-header .nheader .company-action .crm-popover {
    width: 270px
}

.company-header .nheader .company-action .crm-popover img {
    width: 270px;
    display: block
}

.company-header .nheader .update-company {
    position: absolute;
    right: 20px;
    top: 65px;
    text-align: right
}

@-webkit-keyframes update-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s
    }
}

@keyframes update-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s
    }
}

.company-header .nheader .update-company.updating .bicon {
    -webkit-animation: update-spin 2s linear infinite;
    animation: update-spin 2s linear infinite
}

.company-header .nheader .bicon-phoneview {
    position: absolute;
    right: 0px;
    top: 6px
}

.company-header .nheader .renzheng-panel {
    width: 470px;
    height: 126px;
    font-size: 13px;
    line-height: 1.8
}

.company-header .nheader .renzheng-panel img {
    width: 168px;
    float: left
}

.company-header .nheader .renzheng-panel .btn {
    width: 98px;
    margin-top: 15px;
    margin-left: 60px
}

.company-header .war-link {
    color: #ff722d !important
}

.company-header .max-150, .company-header .max-220 {
    display: inline-block;
    overflow-x: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.company-header .max-150 {
    max-width: 150px
}

.company-header .max-220 {
    max-width: 220px
}

.company-header .head—dz {
    min-width: 600px
}

.app-fx-popover .app-fx-popover-content {
    width: 690px;
    padding-left: 250px
}

.app-fx-popover .app-fx-popover-content img {
    width: 240px;
    margin-left: -250px;
    float: left;
    margin-top: 4px
}

.app-fx-popover .app-fx-popover-content .txt {
    font-size: 12px
}

.app-fx-popover .app-fx-popover-content .txt > button {
    width: 86px
}

.app-fx-popover .app-fx-popover-content:after {
    display: table;
    content: ' ';
    clear: both
}

.app-fx-popover .app-fx-popover-btn {
    padding: 10px 0 0 0;
    text-align: right;
    position: relative
}

.app-fx-popover .app-fx-popover-btn:before {
    content: '';
    border-top: 1px solid #eee;
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0
}

.app-fx-popover .app-fx-popover-btn .btn {
    margin-top: 0 !important
}

.company-centbar {
    height: 64px;
    background: #fff;
    border: solid 1px #eee;
    margin-top: 15px
}

.company-centbar .dcell {
    float: left;
    position: relative;
    padding: 10px 0 10px 115px
}

.company-centbar .dcell .hcon {
    position: absolute;
    background-size: 80px 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 64px;
    left: 0px;
    top: 0px;
    z-index: 2
}

.company-centbar .dcell .tcon {
    height: 42px;
    overflow: hidden;
    padding: 4px 6px
}

.company-centbar .dcell .tcon .fx-txs {
    float: left;
    width: 450px
}

.company-centbar .dcell .tcon .fx-txs .self-risk-filter {
    background-color: rgba(253, 72, 94, 0.04);
    margin: -4px -6px;
    padding: 4px 6px
}

.company-centbar .dcell .tcon .fx-txs .fx-tx {
    display: inline-block;
    width: 77px;
    text-align: center;
    margin-right: 10px
}

.company-centbar .dcell .tcon .fx-txs .fx-tx .name {
    color: #333
}

.company-centbar .dcell .tcon .fx-txs .fx-tx .count {
    font-size: 13px;
    line-height: 1
}

.company-centbar .dcell .tcon .fx-txs .fx-tx.disable {
    cursor: default
}

.company-centbar .dcell .tcon .fx-txs .fx-tx.disable > * {
    color: #999
}

.company-centbar .dcell .tcon .icon-wenhao {
    position: relative;
    top: 5px;
    margin-left: 5px
}

.company-centbar .dcell .tcon .dt-scroll {
    float: left;
    width: 300px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    position: relative;
    padding-left: 10px
}

.company-centbar .dcell .tcon .dt-scroll .item .name {
    display: inline-block;
    width: 270px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom;
    color: #333
}

.company-centbar .dcell .tcon .btn {
    font-size: 12px;
    margin-top: 2px
}

.company-centbar .dcell.fx {
    width: 56%
}

.company-centbar .dcell.fx .hcon {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/centbar_fx-9c2b88e1.png)
}

.company-centbar .dcell.fx .tcon {
    background-color: rgba(253, 72, 94, 0.04)
}

.company-centbar .dcell.dt {
    width: 44%
}

.company-centbar .dcell.dt .hcon {
    background-image: url(../../../images/website/company/centbar_dt-9fedf166.png)
}

.company-centbar .dcell.dt .tcon {
    background-color: #F6FAFF;
    margin-right: 20px
}

.company-centbar .dcell.dt.full {
    width: 100%
}

.app-tab-nav {
    height: 44px;
    position: relative;
    margin-top: 15px;
    margin-bottom: -1px
}

.app-tab-nav .nav-bar {
    position: absolute;
    height: 44px;
    width: 100%;
    margin: 0px;
    border: 1px solid #eee;
    overflow: hidden;
    z-index: 66;
    background: #fcfcfc
}

.app-tab-nav .nav-bar:hover {
    background: #fff
}

.app-tab-nav .nav-bar.hover {
    overflow: visible
}

.app-tab-nav .nav-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.app-tab-nav .nav-head .nav-tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.app-tab-nav .nav-head .nav-tab h2 {
    display: block;
    font-size: 16px;
    color: #333;
    margin: 0px;
    height: 44px;
    line-height: 42px
}

.app-tab-nav .nav-head .nav-tab h2 .count {
    font-size: 12px;
    color: #999
}

.app-tab-nav .nav-head .nav-tab.active {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(140, 140, 140, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(140, 140, 140, 0.3)
}

.app-tab-nav .nav-head .nav-tab.active h2 {
    color: #128bed;
    background: #fff;
    font-weight: bold
}

.app-tab-nav .nav-head .nav-tab.active h2 .count {
    font-weight: 500
}

.app-tab-nav .nav-head .nav-tab.hover {
    background: #fcfcfc;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(140, 140, 140, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(140, 140, 140, 0.3)
}

.app-tab-nav .nav-head .nav-tab h2.vip {
    color: #d2a874;
    background-image: url(../../../images/website/company/icon_vip_tag-53a3d7fe.png);
    background-size: 20px 9px;
    background-position: 105px 5px;
    background-repeat: no-repeat
}

.app-tab-nav .nav-contain {
    position: absolute;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(140, 140, 140, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(140, 140, 140, 0.3);
    margin-top: -2px;
    border-top: solid 1px #f3f3f3;
    max-height: calc(100vh - 120px);
    overflow: hidden
}

.app-tab-nav .nav-contain .nav-contain-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-tab-nav .nav-contain .nav-colunm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px
}

.app-tab-nav .nav-contain .nav-colunm:not(:last-child) {
    border-right: solid 1px #f3f3f3
}

.app-tab-nav .nav-contain .nav-colunm .items-contain {
    width: 100%;
    padding-left: 5px;
    margin: auto
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .item-wrap {
    position: relative
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .item {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
    letter-spacing: 0;
    font-size: 13px;
    padding: 2px 0px;
    color: #333;
    width: 100%
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .item .count {
    font-size: 12px
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .item:hover {
    color: #128bed
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .item.disable {
    color: #999 !important;
    cursor: not-allowed
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .item .zw {
    position: absolute
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .ntag {
    position: absolute;
    right: -5px;
    top: 1px;
    font-size: 12px;
    height: auto;
    padding: 2px 4px;
    float: right;
    margin: 0px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: 2
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .ntag[data-placement="bottom"] + .tooltip {
    margin-left: -5px
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .ntag[data-placement="bottom"] + .tooltip .tooltip-inner {
    border: none;
    white-space: nowrap
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .ntag.text-danger + .tooltip .tooltip-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffe9e7;
    color: #fd485e
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .ntag.tag-detail {
    display: inline-block;
    width: 36px;
    height: 18px;
    top: 3px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/tab-nav-detail-cd03c948.png);
    background-repeat: no-repeat;
    background-size: 36px 18px
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .ntag.tag-detail.hover-fill:hover {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/tab-nav-detail-hover-c51a3fb6.png)
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .ntag.tag-history {
    display: inline-block;
    width: 36px;
    height: 18px;
    top: 3px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/tab-nav-his-0c488ad4.png);
    background-repeat: no-repeat;
    background-size: 36px 18px
}

.app-tab-nav .nav-contain .nav-colunm .items-contain .ntag.tag-history.hover-fill:hover {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/tab-nav-his-hover-618d51df.png)
}

.app-tab-nav .nav-contain .nav-colunm.hover {
    background: #fcfcfc
}

.app-tab-nav.fixed .nav-bar {
    position: fixed;
    top: 56px;
    width: 1220px;
    z-index: 1001
}

.app-tab-nav.is-ie .nav-tab {
    display: inline-block;
    min-width: 133px
}

.company-footer .nco-bottom {
    padding: 10px 0px
}

.company-footer .nco-bottom .item {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: #999
}

.company-footer .nco-bottom .item .img {
    width: 54px;
    height: 54px;
    border-radius: 6px;
    float: left
}

.company-footer .nco-bottom .item .img > img {
    height: 54px;
    width: 54px;
    border-radius: 6px;
    border: solid 1px #eee;
    -o-object-fit: contain;
    object-fit: contain
}

.company-footer .nco-bottom .item .content {
    padding-left: 10px;
    padding-right: 5px;
    height: 54px;
    display: table-cell;
    vertical-align: middle
}

.company-footer .nco-bottom .item .title, .company-footer .nco-bottom .item .subtitle {
    width: 158px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.company-footer .nco-bottom .item .title a {
    color: #333
}

.company-footer .nco-bottom .item .subtitle a {
    color: #999
}

.company-footer .nco-bottom .item a:hover {
    color: #128bed
}


.company-detail-loading {
    height: 800px
}

.company-detail-loading .loading-stat {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999999;
    text-align: center
}

.company-detail-loading .loading-stat .status {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -200px;
    padding-top: 30px
}

.company-detail-loading .loading-stat .status .app-loading {
    height: 100px;
    margin-bottom: 40px
}

.company-detail-loading .loading-stat .status .btns {
    margin-top: 25px
}

.company-detail-loading .loading-stat .status .btns .btn {
    width: 82px;
    margin-right: 5px;
    margin-left: 5px
}

.company-detail .company-data {
    background: #fff;
    border: solid 1px #eee;
    padding: 25px 15px 15px 15px
}

.company-detail .company-data .data-section {
    margin-bottom: 50px
}

.company-detail .company-data .sub-section:not(:last-child) {
    margin-bottom: 30px
}

.company-detail .company-data .source-from {
    color: #999;
    margin-bottom: 50px
}

.company-detail .company-data > .nodata {
    padding-top: 100px !important;
    padding-bottom: 120px !important
}

.company-detail .company-data .pay-insert {
    background-size: 1186px 838px;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px
}

.company-detail .company-data .pay-insert .pay-panel {
    width: 780px;
    border: solid 1px #eee;
    background-color: #fff;
    margin: 80px auto
}

.company-detail .base-opertd .name > a {
    font-size: 16px
}

.company-detail .nav-area > a {
    color: #999
}

.company-detail.oversea .title-china {
    font-size: 22px;
    color: #999
}

.company-detail.oversea .contact-info .rline {
    display: inline-block
}

.company-detail.oversea .contact-info .rline:nth-of-type(odd) {
    min-width: 350px;
    margin-right: 30px
}

.company-detail.oversea .contact-info .rline:nth-of-type(even) {
    min-width: 350px;
    max-width: 600px
}

.company-detail.oversea .data-section td {
    max-width: 500px
}

.company-detail.oversea .data-section td .date-span {
    width: 80px;
    display: inline-block
}


.a-stock-main .operation-analysis .business-charts .chart-item {
    float: left;
    width: 389px;
    height: 300px;
    border: 1px solid #E4EEF6;
    padding: 10px;
    margin-left: 10px
}

.a-stock-main .operation-analysis .business-charts .chart-item:first-child {
    margin-left: 0
}

.a-stock-main .operation-analysis .business-charts .chart-item .chart-title {
    color: #999;
    line-height: 22px;
    font-size: 14px
}

.a-stock-main .operation-analysis .business-charts .chart-item .app-echarts {
    margin-top: 9px
}

.a-stock-main .operation-analysis .business-table {
    margin-top: 20px
}


.stock-structure .chart-wrap[data-v-61403e7c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stock-structure .chart-wrap .chart[data-v-61403e7c] {
    width: calc((100% - 20px) / 3);
    height: 309px;
    margin-right: 10px;
    border: 1px solid #E4EEF6
}

.stock-structure .chart-wrap .chart[data-v-61403e7c]:last-child {
    margin-right: 0
}

.stock-structure .chart-wrap .chart .chart-title[data-v-61403e7c] {
    font-size: 14px;
    color: #999;
    padding: 10px
}

.stock-structure .chart-wrap .table[data-v-61403e7c] {
    width: 33.3%
}

.stock-structure .chart-wrap .table table[data-v-61403e7c] {
    width: 100%
}

.stock-structure .chart-wrap .table table td[data-v-61403e7c] {
    border: 1px solid #E4EEF6;
    height: 44px;
    padding: 0 10px
}

.stock-structure .chart-wrap .table table td.chart-title[data-v-61403e7c] {
    width: 150px;
    background: #F2F9FC
}

.stock-structure .chart-wrap .table table td.chart-value[data-v-61403e7c] {
    text-align: right
}

.a-stock-tabel-slide .slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    border: 1px solid #E4EEF6
}

.a-stock-tabel-slide .slide-wrap .label-t {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    color: #333;
    border-right: 1px solid #E4EEF6;
    border-bottom: 1px solid #E4EEF6
}

.a-stock-tabel-slide .slide-wrap .slide-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #F2F9FC;
    width: 266px
}

.a-stock-tabel-slide .slide-wrap .slide-title .label-t:last-child {
    border-bottom: none
}

.a-stock-tabel-slide .slide-wrap .slider-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow-x: auto
}

.a-stock-tabel-slide .slide-wrap .slide-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-stock-tabel-slide .slide-wrap .slide-list .item {
    text-align: right;
    min-width: 105px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.a-stock-tabel-slide .slide-wrap .slide-list .item:last-child .label-t {
    border-right: none
}

.a-stock-tabel-slide .slide-wrap .slide-list .item div:last-child .label-t {
    border-bottom: none
}

.partner-numbers .bar-table-wrap {
    border: 1px solid #E4EEF6;
    width: 100%;
    margin-bottom: 20px
}

.partner-numbers .bar-table-wrap .bar-table-title {
    font-size: 14px;
    color: #999;
    padding: 10px
}


.org-own-summary .bar-table-wrap {
    border: 1px solid #E4EEF6;
    width: 100%;
    margin-bottom: 20px
}

.org-own-summary .bar-table-wrap .bar-table-title {
    font-size: 14px;
    color: #999;
    padding: 10px
}

.org-own-detail .chart-pie-wrap[data-v-1b70d43d] {
    width: 100%;
    height: 300px;
    border: 1px solid #E4EEF6;
    padding: 10px
}

.org-own-detail .chart-pie-wrap .chart-title[data-v-1b70d43d] {
    font-size: 14px;
    color: #999
}

.org-own-detail .scroll-tab-wrap[data-v-1b70d43d] {
    margin-top: 25px;
    cursor: pointer
}

.org-own-detail .scroll-tab-wrap .scroll-tab[data-v-1b70d43d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.org-own-detail .scroll-tab-wrap .scroll-tab .tab[data-v-1b70d43d] {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.org-own-detail .scroll-tab-wrap .scroll-tab .tab.active[data-v-1b70d43d] {
    color: #128bed
}

.org-own-detail .scroll-tab-wrap .scroll-tab .tab.active .line-blue-border[data-v-1b70d43d] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    background-color: #128bed
}

.org-own-detail .institution-table[data-v-1b70d43d] {
    margin-top: 15px
}

.first-round-susmmary table[data-v-c4b9411a] {
    width: 100%
}

.first-round-susmmary table td[data-v-c4b9411a] {
    border: 1px solid #E4EEF6;
    height: 44px;
    line-height: 44px;
    padding: 0 10px
}

.first-round-susmmary table td.first-title[data-v-c4b9411a] {
    width: 150px;
    background-color: #F2F9FC
}

.increase-round-susmmary table[data-v-40c3c3f7] {
    width: 100%;
    border: 1px solid #E4EEF6
}

.increase-round-susmmary table td[data-v-40c3c3f7] {
    height: 44px;
    line-height: 44px;
    padding: 0 10px
}

.increase-round-susmmary table td.first-title[data-v-40c3c3f7] {
    width: 150px;
    background-color: #F2F9FC
}

.increase-round-susmmary table td.first-title.first-title-s[data-v-40c3c3f7] {
    border: 1px solid #E4EEF6
}

.increase-round-susmmary table td.first-value[data-v-40c3c3f7] {
    border: 1px solid #E4EEF6
}

.announcement-date {
    font-size: 14px;
    color: #999;
    position: relative;
    top: 2px
}


.a-stock-main .interaction-list ul {
    padding: 0
}

.a-stock-main .interaction-list .interaction-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E4EEF6;
    border-top: 0;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.a-stock-main .interaction-list .interaction-item:first-child {
    border-top: 1px solid #E4EEF6
}

.a-stock-main .interaction-list .interaction-item:hover {
    background: #F5F9FF
}

.a-stock-main .interaction-list .interaction-item .item-left > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-stock-main .interaction-list .interaction-item .item-left > div .desc {
    max-width: 840px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 20px
}

.a-stock-main .interaction-list .interaction-item .item-left .answer {
    margin-top: 12px
}

.a-stock-main .interaction-list .interaction-item .item-left .answer .icon {
    border: 1px solid #A7CDEE;
    color: #128BED;
    background: #DFF4FF
}

.a-stock-main .interaction-list .interaction-item .item-left .answer .desc {
    color: #666;
    font-weight: normal
}

.a-stock-main .interaction-list .interaction-item .item-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #999;
    text-align: right;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.a-stock-main .interaction-list .interaction-item .item-right .date {
    margin-left: 20px
}

.a-stock-main .interaction-list .interaction-item .icon {
    width: 20px;
    min-width: 20px;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #7BCAAB;
    color: #39956D;
    background: #DFF8EC;
    border-radius: 2px;
    text-align: center;
    font-weight: bold
}

.a-stock-main .tab-module-container .ntable .show-more {
    color: #999;
    cursor: pointer
}

.a-stock-main .tab-module-container .ntable .show-more:hover {
    color: #128bed
}

.a-stock-main .company-header .nheader .infos {
    min-height: 140px
}

.a-stock-main .company-header .tag-list .tag {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #128BED;
    padding: 1px 6px;
    background: #E7F4FF;
    border-radius: 2px;
    margin-right: 10px
}

.a-stock-main .company-header .tag-list .tag-yellow {
    color: #F5A622;
    background: #FFF2DE;
    cursor: pointer
}

.a-stock-main .company-header .tag-list .tag-yellow .fa {
    vertical-align: 2px
}

.a-stock-main .company-header .quota-bar {
    padding: 5px 20px 10px 20px;
    background: #F6FAFF;
    margin-top: 10px;
    overflow: hidden
}

.a-stock-main .company-header .quota-bar > div {
    float: left
}

.a-stock-main .company-header .quota-bar .quota-left {
    color: #666;
    line-height: 20px;
    font-size: 12px
}

.a-stock-main .company-header .quota-bar .quota-left .overview {
    height: 38px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold
}

.a-stock-main .company-header .quota-bar .quota-left .overview.gray {
    color: #bbb
}

.a-stock-main .company-header .quota-bar .quota-left .overview.red {
    color: #FF6060
}

.a-stock-main .company-header .quota-bar .quota-left .overview.green {
    color: #00AD65
}

.a-stock-main .company-header .quota-bar .quota-left .overview.delist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.a-stock-main .company-header .quota-bar .quota-left .overview span {
    display: inline-block
}

.a-stock-main .company-header .quota-bar .quota-left .overview .current-price {
    font-size: 22px;
    display: inline-block;
    margin-right: 10px
}

.a-stock-main .company-header .quota-bar .quota-left .overview .current-price span {
    line-height: 38px
}

.a-stock-main .company-header .quota-bar .quota-left .overview .current-price img {
    width: 12px
}

.a-stock-main .company-header .quota-bar .quota-left .overview .quota-small {
    margin-left: 10px
}

.a-stock-main .company-header .quota-bar .quota-left .overview .quota-small:first-of-type {
    margin-left: 0
}

.a-stock-main .company-header .quota-bar .quota-right {
    padding-left: 7px
}

.a-stock-main .company-header .quota-bar .quota-right .bar-col {
    float: left;
    margin-left: 40px
}

.a-stock-main .company-header .quota-bar .quota-right .bar-model {
    margin-top: 10px
}

.a-stock-main .company-header .quota-bar .quota-right .bar-model:first-child {
    margin-top: 5px
}

.a-stock-main .company-header .quota-bar .quota-right .bar-model > div {
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

.a-stock-main .company-header .quota-bar .quota-right .bar-model .bar-label {
    color: #666
}

.a-stock-main .company-header .a-stock-tags {
    padding: 10px;
    background: #F6FAFF;
    margin-top: 10px
}

.a-stock-main .company-header .a-stock-tags > div {
    float: left
}

.a-stock-main .company-header .a-stock-tags .tag-title {
    width: 66px;
    height: 14px;
    padding-right: 10px;
    position: relative
}

.a-stock-main .company-header .a-stock-tags .tag-title > img {
    height: 12px
}

.a-stock-main .company-header .a-stock-tags .tag-title:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 4px;
    right: 0
}

.a-stock-main .company-header .a-stock-tags .tag-list {
    width: 970px;
    margin-top: -10px
}

.a-stock-main .company-header .a-stock-tags .tag-list .tag-item {
    float: left;
    margin-left: 10px;
    margin-top: 10px
}

.a-stock-main .company-header .a-stock-tags .tag-list .tag-item > span {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding: 1px 6px;
    background: #fff;
    border-radius: 2px;
    display: inline-block
}

.a-stock-main .company-header .a-stock-tags .tag-list .tag-item > span.ant-popover-open {
    color: #128BED
}

.a-stock-main .company-header .a-stock-tags .tag-list .tag-item.tag-item-click {
    cursor: pointer
}

.a-stock-main .company-header .a-stock-tags .tag-list .tag-item .ant-popover {
    max-width: 600px
}

.a-stock-main > .container {
    margin-top: 15px
}

.a-stock-main > .container .navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff
}

.a-stock-main > .container .navs > .navs-item {
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    cursor: pointer
}

.a-stock-main > .container .navs > .navs-item:first-child {
    border-left: 1px solid #eee
}

.a-stock-main > .container .navs > .navs-item.selected {
    color: #128BED;
    font-weight: bold
}

.a-stock-main > .container .main-content {
    background: #fff
}

.a-stock-main > .container .sub-navs {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #eee;
    background: #fff
}

.a-stock-main > .container .sub-navs .sub-nav-item {
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    padding: 0 10px;
    font-size: 13px;
    color: #666;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block
}

.a-stock-main > .container .sub-navs .sub-nav-item.selected, .a-stock-main > .container .sub-navs .sub-nav-item:hover {
    background: #128BED;
    color: #fff;
    border: 1px solid #128BED
}

.a-stock-main > .container .sub-navs .sub-nav-item.disabled {
    background: #eee;
    color: #666;
    border: 1px solid #eee
}

.a-stock-main > .container .tab-content {
    border: 1px solid #eee;
    border-top: none
}

.a-stock-main > .container .tab-content .tab-module {
    padding: 0 15px 35px 15px
}

.a-stock-main > .container .tab-content .tab-module .tab-module-container > div {
    padding: 35px 0 15px 0
}

.a-stock-main > .container .tab-content .tab-module .tab-module-container > section {
    padding: 35px 0 15px 0
}

.a-stock-main > .container .tab-content .tab-module .tab-module-container .ntable {
    margin-bottom: 0
}

.a-stock-main > .container .tab-content .tab-module .tab-module-container .app-ntable .pagination {
    margin-top: 20px
}

.a-stock-main > .container .tab-content .tab-module .tab-module-page {
    text-align: right;
    margin-top: 20px;
    margin-right: -10px
}

.a-stock-main > .container .tab-content .tab-module #financialanalysis .tchart-table {
    margin-bottom: 0
}

.a-stock-main > .container .tab-content .tab-module .institution-module {
    margin-top: 20px
}

.a-stock-main > .container .app-ntable .ntable .oper-detail {
    color: #128BED;
    cursor: pointer;
    word-break: keep-all
}

.a-stock-main .bar-table {
    padding: 12px 15px 20px 10px
}

.a-stock-main .bar-table .bar-item {
    padding: 4px 0
}

.a-stock-main .bar-table .bar-item .bar-title {
    font-size: 13px;
    color: #333;
    line-height: 18px
}

.a-stock-main .bar-table .bar-item .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px
}

.a-stock-main .bar-table .bar-item .bar-bg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 8px;
    background: #F3F3F3;
    border-radius: 1px;
    position: relative
}

.a-stock-main .bar-table .bar-item .bar-progress {
    width: 0px;
    height: 100%;
    position: absolute;
    background: #128BED;
    border-radius: 1px;
    left: 0;
    top: 0
}

.a-stock-main .bar-table .bar-item .bar-count {
    width: 60px;
    min-width: 60px;
    text-align: right;
    font-size: 11px;
    line-height: 16px;
    color: #333
}

.a-stock-main-fixed > .container .navs {
    width: 1220px;
    z-index: 99;
    position: fixed;
    top: 56px
}

.a-stock-main-fixed > .container .sub-navs {
    width: 1220px;
    z-index: 99;
    position: fixed;
    top: 100px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05)
}

.a-stock-main-fixed > .container .fixed-holder {
    height: 106px
}

.app-nfooter {
    background: #2d3237;
    color: #7281AD;
    font-size: 13px;
    margin-top: 50px;
    line-height: 1.8
}

.app-nfooter .udeskBtn {
    display: inline-block !important
}

.app-nfooter .container {
    max-width: 1250px !important
}

.app-nfooter .container h4 {
    font-size: 14px;
    color: #fff !important;
    margin-top: 10px;
    margin-bottom: 10px
}

.app-nfooter .container a {
    color: #7281AD;
    text-decoration: none
}

.app-nfooter .container a:hover {
    color: #fff
}

.app-nfooter .container .footer-top {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #7281AD
}

.app-nfooter .container .footer-top .about {
    float: left;
    width: 132px
}

.app-nfooter .container .footer-top .contact {
    float: left;
    width: 220px;
    margin-right: 30px
}

.app-nfooter .container .footer-top .service {
    float: left;
    width: 372px
}

.app-nfooter .container .footer-top .service a {
    margin-right: 15px;
    display: inline-block
}

.app-nfooter .container .footer-top .qrcode {
    float: left;
    width: 455px;
    padding-top: 40px
}

.app-nfooter .container .footer-top .qrcode img {
    width: 100px;
    display: block;
    margin-bottom: 6px
}

.app-nfooter .container .footer-top .qrcode .qrcode-item {
    float: right;
    text-align: center;
    margin-left: 50px
}

.app-nfooter .container .footer-link .footer-row {
    padding-left: 72px
}

.app-nfooter .container .footer-link .footer-row .footer-row-head {
    float: left;
    margin-left: -72px
}

.app-nfooter .container .footer-link .footer-row .footer-row-content .item {
    float: left;
    margin-right: 12px;
    position: relative
}

.app-nfooter .footer-row .item:not(:last-child):after {
    content: " ";
    position: absolute;
    height: 12px;
    width: 1px;
    background: #7281AD;
    right: -7px;
    top: 6px
}

.app-nfooter .footer-copy-bg {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 20px;
    background: #202427
}

.app-nfooter .footer-copy-bg .m-t-xs {
    margin-top: 5px
}

.app-nfooter .footer-copy-bg .auth {
    float: right;
    margin-top: 15px
}

.app-nfooter .footer-copy-bg .auth a + a {
    margin-left: 30px
}

.app-nfooter .footer-copy-bg .auth .m-l-sm {
    margin-left: 10px
}

.app-nfooter .footer-copy-bg .auth .m-l-sm.left {
    width: 98px
}

.app-nfooter .footer-copy-bg .auth .m-l-sm.center {
    width: 30px
}

.app-nfooter .footer-copy-bg .auth .m-l-sm.right {
    width: 106px
}

.ui-corner-mark[data-v-5180b0c7] {
    position: absolute;
    width: 27px;
    height: 13px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icons-4f56c92e.png);
    background-size: 27px 26px
}

.ui-corner-mark.icon-hot[data-v-5180b0c7] {
    background-position: 0px 13px
}

.ui-corner-mark.icon-new[data-v-5180b0c7] {
    background-position: 0px 0px
}

.ui-corner-mark.icon-new2[data-v-5180b0c7] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_new2-3b414202.png);
    background-size: 27px 13px
}

.quick-login_wrapper {
    padding: 20px 25px 15px
}

.quick-login_wrapper .login-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    display: block;
    width: 100%
}

.quick-login_wrapper .form-group {
    margin-top: 25px;
    position: relative
}

.quick-login_wrapper .vcode-btn {
    width: 86px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 4px;
    top: 12px;
    text-align: center;
    cursor: pointer
}

.quick-login_wrapper .vcode-btn:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 28px;
    background: #d8d8d8;
    right: 90px;
    top: 2px;
    margin-top: -6px
}

.quick-login_wrapper input.form-control {
    font-size: 14px;
    height: 40px;
    border-radius: 0;
    color: #000
}

.quick-login_wrapper .el-input-group__append {
    background: #fff
}

.quick-login_wrapper .nc-container .nc_scale .nc_iconfont {
    width: 50px
}

.quick-login_wrapper .bottom {
    margin-top: 20px
}

.quick-login_wrapper .bottom p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #999
}

.password-login_wrapper {
    padding: 20px 25px 15px
}

.password-login_wrapper .login-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    display: block;
    width: 100%
}

.password-login_wrapper .form-group {
    margin-top: 25px;
    position: relative
}

.password-login_wrapper .vcode-btn {
    width: 86px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 4px;
    top: 12px;
    text-align: center
}

.password-login_wrapper .vcode-btn:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 28px;
    background: #d8d8d8;
    right: 90px;
    top: 2px;
    margin-top: -6px
}

.password-login_wrapper input.form-control {
    font-size: 14px;
    height: 40px;
    border-radius: 0;
    color: #000
}

.password-login_wrapper .show-pwd {
    position: absolute;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/login_icons-eac8c904.png);
    background-size: 72px 96px;
    right: 10px;
    top: 7px;
    background-position: -24px -72px
}

.password-login_wrapper .show-pwd.active {
    background-position: 0px -72px
}

.password-login_wrapper .nc-container .nc_scale .nc_iconfont {
    width: 50px
}

.password-login_wrapper .el-form-item__error {
    left: auto;
    right: 0
}

.password-login_wrapper .bottom {
    margin-top: 20px
}

.password-login_wrapper .bottom .left {
    float: left
}

.password-login_wrapper .bottom .forget {
    color: #999;
    margin-left: 8px
}

.password-login_wrapper .el-form-item__error {
    left: auto;
    right: 0
}

.app-qrcode-login[data-v-78a2a768] {
    position: relative;
    height: 180px
}

.app-qrcode-login > .qrcode-container[data-v-78a2a768] {
    padding: 10px;
    height: 180px;
    width: 180px;
    background-color: #fff;
    position: absolute;
    left: 72px;
    opacity: 1
}

.app-qrcode-login > .sample-container[data-v-78a2a768] {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    left: 255px;
    top: -100px;
    z-index: 10;
    visibility: hidden;
    opacity: 0
}

.app-qrcode-login > .sample-container > img[data-v-78a2a768] {
    height: 390px
}

.app-qrcode-login .qrcodecover[data-v-78a2a768] {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.95;
    top: 0px;
    left: 0px
}

.app-qrcode-login .qrcodecover > .icon[data-v-78a2a768] {
    width: 50px;
    height: 50px;
    margin: auto;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/login_sao_success-2ecc5be9.png);
    background-size: 50px 50px;
    margin-top: 40px
}

.app-qrcode-login .qrcodecover > .title[data-v-78a2a768] {
    color: #128bed;
    margin-top: 8px
}

.app-qrcode-login .qrcodecover > .text[data-v-78a2a768] {
    font-size: 12px;
    color: #333;
    margin-top: 8px
}

.app-qrcode-login .qrcoderefresh[data-v-78a2a768] {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.95;
    top: 0px;
    left: 0px
}

.app-qrcode-login .qrcoderefresh > .text[data-v-78a2a768] {
    font-size: 16px;
    color: #333;
    margin-top: 60px
}

.app-qrcode-login .qrcoderefresh > a[data-v-78a2a768] {
    display: block;
    margin: auto;
    margin-top: 5px;
    line-height: 24px;
    color: #333
}

.app-qrcode-login .qrcoderefresh > a > .icon[data-v-78a2a768] {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/login_icons-eac8c904.png);
    background-size: 72px 96px;
    background-position: -24px -48px;
    position: relative;
    top: 7px
}

.app-qrcode-login.nhover .qrcode-container:hover + .sample-container[data-v-78a2a768] {
    left: 275px;
    opacity: 1;
    visibility: visible
}

.app-login_wrapper {
    width: 765px;
    height: 480px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px
}

.app-login_wrapper .left-c {
    float: left;
    width: 325px;
    height: 100%;
    background: #eef6ff;
    padding-top: 30px;
    border-radius: 6px
}

.app-login_wrapper .left-c .logo {
    display: block;
    width: 150px;
    margin: 0 auto
}

.app-login_wrapper .left-c .qr-wrap {
    margin: 57px auto 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap
}

.app-login_wrapper .left-c .qr-wrap:hover .qrcodets {
    opacity: 1;
    width: 120px
}

.app-login_wrapper .left-c .qrcodets {
    width: 0;
    height: 180px;
    margin-left: 10px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.app-login_wrapper .left-c .qr-code {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px
}

.app-login_wrapper .left-c .desc {
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 1.6
}

.app-login_wrapper .left-c .qrcode-downapp {
    width: 272px;
    position: absolute;
    bottom: 115px;
    left: -35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.app-login_wrapper .left-c .downapp-hover:hover + .qrcode-downapp {
    opacity: 1;
    visibility: visible;
    bottom: 110px
}

.app-login_wrapper .right-c {
    float: left;
    width: 440px;
    height: 100%;
    padding: 30px 20px
}

.app-login_wrapper .login-panel-head {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px 50px
}

.app-login_wrapper .login-panel-title {
    text-align: center;
    font-size: 18px
}

.app-login_wrapper .login-tab {
    float: left;
    width: 50%;
    text-align: center
}

.app-login_wrapper .login-tab > a {
    padding-bottom: 10px;
    font-size: 18px;
    color: #999;
    cursor: pointer
}

.app-login_wrapper .login-tab > a.active {
    color: #128bed;
    border-bottom: solid 2px #128bed
}

.app-login_wrapper .btn-wx, .app-login_wrapper .btn-qq, .app-login_wrapper .btn-weibo, .app-login_wrapper .btn-wx-d, .app-login_wrapper .btn-qq-d, .app-login_wrapper .btn-weibo-d {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/login_icons-eac8c904.png);
    background-size: 72px 96px;
    margin-left: 5px
}

.app-login_wrapper .btn-wx-d {
    background-position: -0px -0px
}

.app-login_wrapper .btn-qq-d {
    background-position: -24px -0px
}

.app-login_wrapper .btn-weibo-d {
    background-position: -48px -0px
}

.app-login_wrapper .btn-wx {
    background-position: -0px -24px
}

.app-login_wrapper .btn-qq {
    background-position: -24px -24px
}

.app-login_wrapper .btn-weibo {
    background-position: -48px -24px
}

.app-login_wrapper .btn-wx:hover {
    background-position: -0px -24px
}

.app-login_wrapper .btn-qq:hover {
    background-position: -24px -24px
}

.app-login_wrapper .btn-weibo:hover {
    background-position: -48px -24px
}

.app-login_wrapper .btn-wx-d:hover {
    background-position: -0px -24px
}

.app-login_wrapper .btn-qq-d:hover {
    background-position: -24px -24px
}

.app-login_wrapper .btn-weibo-d:hover {
    background-position: -48px -24px
}

.app-login_wrapper .login-tip {
    margin-top: 20px
}

.app-login_wrapper .login-tip-large {
    margin-top: 50px
}

.nc-container {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    height: 40px
}

.nc-container .nc_wrapper {
    width: auto !important
}

.nc-container .nc_scale {
    height: 40px !important
}

.nc-container .nc_scale .nc_iconfont {
    height: 40px !important;
    line-height: 38px !important
}

.nc-container .nc_scale .scale_text2 {
    text-align: center !important
}

.nc-container .nc-lang-cnt {
    display: inline-block;
    line-height: 40px !important
}

.nc-container .errloading {
    width: 100% !important
}

.nc-container.small {
    height: 32px
}

.nc-container.small .nc_scale {
    height: 32px !important
}

.nc-container.small .nc_scale .nc_iconfont {
    height: 32px !important;
    line-height: 30px !important
}

.nc-container.small .nc_scale .scale_text {
    line-height: 30px !important
}

.nc-container.small .nc-lang-cnt {
    display: inline-block;
    line-height: 32px !important
}

.nc-container.small .errloading {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.nc-container.small .errloading .nc-lang-cnt {
    line-height: 20px !important
}

.nodata[data-v-db0c7ddc] {
    text-align: center;
    padding: 100px 20px
}

.nodata img[data-v-db0c7ddc] {
    width: 80px;
    margin-top: 5px;
    margin-bottom: 10px
}

.nodata p[data-v-db0c7ddc] {
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    margin-bottom: 0px
}

.nodata.bg[data-v-db0c7ddc] {
    background: #fff
}

.nodata.absolute[data-v-db0c7ddc] {
    width: 300px;
    padding: 0px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -150px
}


.risk-overview[data-v-59af26ce] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.risk-overview .risk-body[data-v-59af26ce] {
    width: 100%;
    height: 312px;
    position: relative;
    border: 1px solid #FFDADF
}

.risk-overview .risk-body .risk-panel[data-v-59af26ce] {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(253, 237, 237, 0.2)
}

.risk-overview .risk-body .risk-panel .risk-tr[data-v-59af26ce] {
    height: 52px
}

.risk-overview .risk-body .risk-panel .risk-tr td[data-v-59af26ce]:nth-child(1) {
    padding-left: 15px
}

.risk-overview .risk-body .risk-panel .risk-self-filter[data-v-59af26ce] {
    background-color: rgba(253, 72, 94, 0.04)
}

.risk-overview .risk-body .risk-panel .cursor-hand[data-v-59af26ce] {
    cursor: pointer
}

.risk-overview .risk-body .risk-panel .risk-go[data-v-59af26ce] {
    color: #FD485E
}

.risk-overview .risk-body .risk-panel .m_question[data-v-59af26ce] {
    margin: 6px 12px 0 0
}

.risk-overview .risk-body .risk-panel .risk-tag[data-v-59af26ce] {
    display: inline-block;
    background: #FDEDED;
    border-radius: 2px;
    color: #FD485E;
    width: 62px;
    font-size: 12px;
    text-align: center;
    margin-left: 10px
}

.risk-overview .risk-body .risk-panel .risk-tag.none-risk-tag[data-v-59af26ce] {
    color: #999;
    background: #f0f0f0;
    border-color: #eee
}

.risk-overview .risk-body .risk-info[data-v-59af26ce] {
    width: 100%;
    height: 100%;
    margin: 0
}

.risk-overview .risk-body .risk-info .risk-item[data-v-59af26ce] {
    display: block;
    width: 100%;
    height: 44px;
    list-style: none;
    margin: 5px 0
}

.risk-overview .risk-body .risk-info .risk-item li[data-v-59af26ce] {
    display: inline;
    width: 90px;
    height: 43px;
    line-height: 43px;
    float: left
}

.risk-overview .risk-body .risk-info .risk-item .risk-num[data-v-59af26ce] {
    text-align: center
}

.risk-overview .risk-body .risk-info .risk-item .risk-num span[data-v-59af26ce] {
    display: inline-block;
    height: 22px;
    line-height: 16px;
    width: 80%;
    margin-top: 11px;
    background: #FDEDED;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 12px;
    color: #FD485E
}

.risk-overview .risk-body .risk-info .risk-item .risk-num span.risk-empty[data-v-59af26ce] {
    color: #999;
    background: #f0f0f0;
    border-color: #eee
}

.risk-overview .risk-body .risk-info .risk-item .risk-detail[data-v-59af26ce] {
    line-height: 22px;
    min-width: 700px
}

.risk-overview .risk-body .risk-info .risk-item .risk-detail .rd-text[data-v-59af26ce] {
    font-size: 14px;
    color: #333
}

.risk-overview .risk-body .risk-info .risk-item .risk-detail .rd-text .rdt-go[data-v-59af26ce] {
    cursor: pointer;
    color: #FD485E
}

.risk-overview .risk-body .risk-info .risk-item .risk-detail .rd-text .new-text-line[data-v-59af26ce] {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.risk-overview .risk-body .risk-info .risk-item .risk-detail .rd-text.single-line[data-v-59af26ce] {
    line-height: 44px
}

.risk-overview .risk-body .btn-danger[data-v-59af26ce] {
    font-size: 12px;
    width: 82px;
    margin-right: 8px
}

.risk-overview .risk-body .overview-look[data-v-59af26ce] {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: inherit;
    text-align: center
}

.risk-overview .risk-body .overview-look a[data-v-59af26ce] {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.risk-overview .risk-body .overview-look .hover-local[data-v-59af26ce] {
    position: relative;
    top: 44.2%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999
}

#app-bankruptcy-relat .tcaption[data-v-1d986461] {
    color: #999;
    margin-bottom: 10px
}

.app-search-input[data-v-3f5fb2c8] {
    position: relative
}

.app-search-input .search-key.no-br[data-v-3f5fb2c8] {
    border-bottom-left-radius: 0px !important
}

.app-search-input .clear-searchkey[data-v-3f5fb2c8] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_delete_xs-8c182570.png);
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    opacity: 1;
    top: 9px;
    right: 75px;
    z-index: 5
}

.app-search-input .clear-searchkey[data-v-3f5fb2c8]:hover {
    opacity: .8
}

.search-section[data-v-3f5fb2c8] {
    position: absolute;
    width: 100%;
    z-index: 10
}

.search-section .nologin[data-v-3f5fb2c8] {
    background: #fff;
    text-align: center;
    padding: 5px;
    height: 180px
}

.search-section .nologin img[data-v-3f5fb2c8] {
    width: 312px
}

.search-list .list-group-item[data-v-3f5fb2c8] {
    border-width: 1px 0;
    border-radius: 0;
    border-color: #FAFAFA;
    color: #333
}

.search-list .list-group-item[data-v-3f5fb2c8]:first-child {
    border-top: 0
}

.search-list .cell[data-v-3f5fb2c8] {
    display: table;
    width: 100%
}

.search-list .logo[data-v-3f5fb2c8] {
    width: 32px;
    display: table-cell;
    vertical-align: middle
}

.search-list .logo > .app-auto-logo[data-v-3f5fb2c8] {
    vertical-align: middle
}

.search-list .text[data-v-3f5fb2c8] {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6
}

.search-list .stext[data-v-3f5fb2c8] {
    line-height: 1.2;
    font-size: 12px;
    color: #999
}

.search-list .usericon[data-v-3f5fb2c8] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    float: left;
    margin-right: 10px
}

.search-list .usericon[first-letter][data-v-3f5fb2c8]:not([style]):empty:before {
    color: #fff !important;
    font-size: 16px;
    line-height: 32px
}

.search-list .rstu[data-v-3f5fb2c8] {
    display: table-cell;
    text-align: right;
    padding-left: 10px;
    vertical-align: middle
}

.search-list .keyMove[data-v-3f5fb2c8] {
    background: #FAFAFA
}

.search-list .ntag[data-v-3f5fb2c8] {
    padding: 4px;
    white-space: nowrap;
    vertical-align: baseline
}

.search-list-his .list-group-item[data-v-3f5fb2c8] {
    border-width: 1px 0;
    border-radius: 0;
    border-color: #FAFAFA;
    color: #333
}

.search-list-his .list-group-item[data-v-3f5fb2c8]:first-child {
    border-top: 0
}

.search-list-his .list-group-item .ntag[data-v-3f5fb2c8] {
    margin-bottom: 2px;
    margin-top: 2px
}

.search-list-his .list-group-item .ntag[data-v-3f5fb2c8]:hover {
    color: #333
}

.search-list-his .bg[data-v-3f5fb2c8] {
    background: #FAFAFA
}

.search-list-his .htext[data-v-3f5fb2c8] {
    color: #333;
    font-size: 12px;
    line-height: 22px
}

.search-list-his a.htext[data-v-3f5fb2c8] {
    float: right
}

.search-list-his a.htext[data-v-3f5fb2c8]:hover {
    color: #128bed
}

.search-list-his .icon-time[data-v-3f5fb2c8] {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    top: 3px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_time-d1e467eb.png);
    background-size: 16px 16px
}

.search-list-his .icon-timesave[data-v-3f5fb2c8] {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    top: 3px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_timesave-88a50fd1.png);
    background-size: 16px 16px
}

.search-list-his .bt[data-v-3f5fb2c8] {
    color: #999;
    font-size: 12px;
    cursor: default;
    margin-left: 15px
}

.search-list-his .bt[data-v-3f5fb2c8]:hover {
    color: #128BED
}

.search-list-his .bt > span[data-v-3f5fb2c8] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/nsearch_bt-a00554bd.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: -2px
}

.search-list-his .bt > .del[data-v-3f5fb2c8] {
    background-position: -16px 0px
}

.search-list-his .bt:hover > span[data-v-3f5fb2c8] {
    background-position-y: -16px
}

.search-list-his a.list-group-item[data-v-3f5fb2c8]:hover {
    background: #F3F9FD;
    color: #128bed
}

.search-list-his .keyMove[data-v-3f5fb2c8] {
    background: #FAFAFA
}

.search-list-his .ellipsis-line[data-v-3f5fb2c8] {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.search-section.simple[data-v-3f5fb2c8] {
    border: 1px solid #eee;
    z-index: 100
}

.app-auto-logo {
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.app-auto-logo > span {
    text-align: center;
    background-color: #E79177;
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #fff
}

.app-auto-logo > img {
    border: solid 1px #f1f1f1;
    -o-object-fit: contain;
    object-fit: contain
}

.main[data-v-1895b289] {
    width: 100%;
    height: 400px
}

.app-step[data-v-106164c0] {
    padding: 2px 90px;
    position: relative;
    display: table;
    width: 100%;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.app-step .step-item[data-v-106164c0] {
    position: relative;
    display: table-cell;
    width: 50%
}

.app-step .step-item .step-icon[data-v-106164c0] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #128bed
}

.app-step .step-item .step-tail[data-v-106164c0] {
    position: absolute;
    height: 4px;
    background: #128bed;
    left: 7px;
    right: 0;
    bottom: 5px
}

.app-step .step-item .step-content[data-v-106164c0] {
    font-size: 16px;
    margin-bottom: 15px
}

.app-step .step-item[data-v-106164c0]:nth-child(2) {
    text-align: right
}

.app-step .step-item:nth-child(2) .step-icon[data-v-106164c0] {
    float: right;
    background: #d6d6d6
}

.app-step .step-item:nth-child(2) .step-tail[data-v-106164c0] {
    left: 0;
    right: 7px;
    background: #d6d6d6
}

.app-step.success .step-item .step-icon[data-v-106164c0] {
    background: #128bed
}

.app-step.success .step-item .step-tail[data-v-106164c0] {
    background: #128bed
}

.app-step.error .step-item .step-icon[data-v-106164c0] {
    background: #FD485E
}

.app-step.error .step-item .step-tail[data-v-106164c0] {
    background: #FD485E
}

.vcode-btn {
    color: #128bed;
    min-width: 88px;
    display: inline-block
}

.vcode-btn[disabled] > span {
    color: #aaa;
    cursor: not-allowed
}


.data-vip-guid .wrap[data-v-5cc24e02] {
    background: #f3f9fd;
    padding: 10px 15px
}

.data-vip-guid .wrap .title[data-v-5cc24e02] {
    font-weight: bold;
    margin-bottom: 5px
}

.data-vip-guid .wrap .expire[data-v-5cc24e02] {
    color: #666
}

.data-vip-guid .wrap .guid-icon[data-v-5cc24e02] {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    width: 40px
}

.data-vip-guid .tis[data-v-5cc24e02] {
    color: #999;
    font-size: 12px;
    margin-top: 15px
}

.export-info[data-v-4f495ac2] {
    width: 320px;
    min-height: 100px;
    padding-top: 8px;
    padding-left: 110px
}

.export-info .litimg[data-v-4f495ac2] {
    float: left;
    margin-top: -8px;
    margin-left: -110px
}

.export-info .litimg img[data-v-4f495ac2] {
    width: 100px
}

.export-info .mtext[data-v-4f495ac2] {
    color: #128bed
}

.export-info .subtext[data-v-4f495ac2] {
    color: #333;
    margin-top: 3px
}

.export-info .rline[data-v-4f495ac2] {
    height: 1px;
    background: #eee;
    margin-top: 10px;
    margin: 10px;
    margin-left: 0px
}

.app-check-multi[data-v-b0bb7bc8] {
    padding-left: 85px
}

.app-check-multi > .cate-label[data-v-b0bb7bc8] {
    margin-right: 15px;
    width: 70px;
    float: left;
    margin-left: -85px;
    padding: 3px 0
}

.app-check-multi > .cate-data[data-v-b0bb7bc8] {
    float: left
}

.app-check-multi > .cate-data[data-v-b0bb7bc8] .ant-checkbox-group {
    line-height: 30px
}

.app-check-multi > .cate-data[data-v-b0bb7bc8] span {
    color: #666;
    font-weight: normal
}

.app-check-multi > .cate-data[data-v-b0bb7bc8] .ant-checkbox-group-item {
    margin-right: 30px
}

.pline-scroll[data-v-235ec5d0] {
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.pline-scroll[data-v-235ec5d0]:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.pline-scroll .pline-wrap[data-v-235ec5d0] {
    width: 100%;
    overflow: hidden
}

.pline-scroll .pline-wrap .pline-content[data-v-235ec5d0] {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pline-scroll .pline-wrap .pline-item[data-v-235ec5d0] {
    width: 350px;
    float: left;
    border-radius: 2px;
    border: solid 1px #eee
}

.pline-scroll .pline-wrap .pline-item[data-v-235ec5d0]:not(:last-child) {
    margin-right: 15px
}

.pline-scroll .btn-prev[data-v-235ec5d0], .pline-scroll .btn-next[data-v-235ec5d0] {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 27px);
    width: 14px;
    height: 46px;
    background-size: 14px 46px;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pline-scroll .btn-prev[data-v-235ec5d0]:hover, .pline-scroll .btn-next[data-v-235ec5d0]:hover {
    opacity: .8
}

.pline-scroll .btn-prev.disbale[data-v-235ec5d0], .pline-scroll .btn-next.disbale[data-v-235ec5d0] {
    cursor: not-allowed;
    opacity: .5
}

.pline-scroll .btn-prev[data-v-235ec5d0] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/darrow_prev-b893ea34.png);
    left: 0px
}

.pline-scroll .btn-next[data-v-235ec5d0] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/darrow_next-80239b7c.png);
    right: 0px
}

.pline-scroll .btn-next-mask[data-v-235ec5d0] {
    z-index: 1;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0px;
    width: 40px;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0.2)));
    background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0.2));
    background-image: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0.2))
}

.whead-text {
    display: table
}

.whead-text .whead-text-td, .whead-text .checktd {
    display: table-cell;
    vertical-align: middle
}

.whead-text .imgtd {
    padding-right: 10px
}

.whead-text.fixed {
    table-layout: fixed;
    width: 100%
}

.whead-text.fixed .checktd {
    width: 22px
}

.whead-text.fixed .imgtd {
    width: 50px
}

.app-rnav .rnav-menu[data-v-a32d421e] {
    position: fixed;
    z-index: 1042;
    right: 0px;
    bottom: 146px;
    background: #fff;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: solid 1px #eee;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease
}

.app-rnav .rnav-menu .item[data-v-a32d421e] {
    display: block;
    width: 46px;
    height: 64px;
    text-align: center;
    padding-top: 5px;
    position: relative
}

.app-rnav .rnav-menu .item .rnav-name[data-v-a32d421e] {
    display: block;
    color: #333;
    font-size: 10px;
    text-align: center;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0px;
    margin-top: -2px
}

.app-rnav .rnav-menu .item .rnav-icon[data-v-a32d421e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/rnav-icon-d3fe8969.png);
    background-size: 210px 60px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position-y: -30px
}

.app-rnav .rnav-menu .item .rnav-icon.xcx[data-v-a32d421e] {
    background-position-x: -30px
}

.app-rnav .rnav-menu .item .rnav-icon.gzh[data-v-a32d421e] {
    background-position-x: -60px
}

.app-rnav .rnav-menu .item .rnav-icon.app[data-v-a32d421e] {
    background-position-x: -90px
}

.app-rnav .rnav-menu .item .rnav-icon.feedback[data-v-a32d421e] {
    background-position-x: -180px
}

.app-rnav .rnav-menu .item .rnav-icon.kf[data-v-a32d421e] {
    background-position-x: -120px
}

.app-rnav .rnav-menu .item .rnav-icon.totop[data-v-a32d421e] {
    background-position-x: -150px
}

.app-rnav .rnav-menu .item .rnav-icon.vip[data-v-a32d421e] {
    background-position-x: -210px
}

.app-rnav .rnav-menu .item .popover-img[data-v-a32d421e] {
    position: absolute;
    top: -70px;
    left: -250px;
    z-index: 1099;
    height: 178px;
    width: 195px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left 0.5s ease, opacity 0.5s ease-in;
    -o-transition: left 0.5s ease, opacity 0.5s ease-in;
    transition: left 0.5s ease, opacity 0.5s ease-in
}

.app-rnav .rnav-menu .item .popover-img > img[data-v-a32d421e] {
    width: 195px;
    height: 178px;
    position: absolute;
    left: 0;
    top: 0
}

.app-rnav .rnav-menu .item[data-v-a32d421e]:hover {
    background-color: #128bed
}

.app-rnav .rnav-menu .item:hover .rnav-name[data-v-a32d421e] {
    color: #fff
}

.app-rnav .rnav-menu .item:hover .rnav-icon[data-v-a32d421e] {
    background-position-y: 0px
}

.app-rnav .rnav-menu .item:hover .popover-img[data-v-a32d421e] {
    opacity: 1;
    left: -200px;
    visibility: visible
}

.app-rnav .rnav-menu .vip .vip-icon[data-v-a32d421e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_VIP-1c9da4e3.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 30px;
    height: 30px
}

.app-rnav .rnav-menu .vip .popover-img[data-v-a32d421e] {
    width: 203px;
    height: 186px
}

.app-rnav .rnav-menu .vip .popover-img > img[data-v-a32d421e] {
    width: 203px;
    height: 186px
}

.app-rnav .rnav-menu .vip[data-v-a32d421e]:hover {
    background-color: #128bed
}

.app-rnav .rnav-menu .vip:hover .vip-icon[data-v-a32d421e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_VIP_hover-e7f9e64f.png);
    background-size: 100% 100%
}

.app-rnav .rnav-menu .vip:hover .rnav-name[data-v-a32d421e] {
    color: #fff
}

.app-rnav .rnav-menu .vip:hover .popover-img[data-v-a32d421e] {
    opacity: 1;
    left: -200px;
    visibility: visible;
    cursor: auto
}

.app-rnav .rnav-menu .vip:hover .popover-img > .popover-tip[data-v-a32d421e] {
    position: absolute;
    color: #128bed;
    bottom: 17px;
    left: 66px
}

.app-rnav .rnav-menu .item-out[data-v-a32d421e] {
    display: none
}

.app-rnav .top-menu[data-v-a32d421e] {
    bottom: 70px
}

@media screen and (max-width: 1335px) {
    .app-rnav .rnav-menu .item-out[data-v-a32d421e] {
        z-index: 1042;
        cursor: pointer;
        display: block;
        position: absolute;
        height: 60px;
        width: 20px;
        background-color: #fff;
        border-radius: 2px 0px 0px 2px;
        border: 1px solid #eeeeee;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
        color: #979797;
        font-weight: bolder
    }

    .app-rnav .rnav-menu .item-out .item-out-img[data-v-a32d421e] {
        height: 16px;
        width: 16px;
        background-size: 100% 100%;
        background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/arrow_no_hover-73153cbb.png);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg)
    }

    .app-rnav .rnav-menu .item-out[data-v-a32d421e]:hover {
        background-color: #128bed;
        border: 1px solid #128bed
    }

    .app-rnav .rnav-menu .item-out:hover .item-out-img[data-v-a32d421e] {
        background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/arrow_hover-f4b9a4e3.png)
    }

    .app-rnav .rnav-menu .item-out .item-in-img[data-v-a32d421e] {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.app-rnav .itemHide[data-v-a32d421e] {
    opacity: 0
}


.upload-content[data-v-7b32d87e] {
    height: 100%;
    position: relative;
    background-color: #f5f9ff
}

.upload-content .import-upload-field[data-v-7b32d87e] {
    height: 100%;
    border: dashed 1px #ddd;
    text-align: center;
    cursor: pointer;
    position: relative
}

.upload-content .import-upload-field > div[data-v-7b32d87e] {
    pointer-events: none
}

.upload-content .import-upload-field p[data-v-7b32d87e] {
    margin-top: 18px
}

.upload-content .import-upload-pickfile[data-v-7b32d87e] {
    width: 85px;
    margin: 18px auto;
    margin-top: 18px;
    border-bottom: solid 2px #23b7e5;
    line-height: 32px
}

.upload-content .import-upload-load[data-v-7b32d87e], .upload-content .import-upload-xlx[data-v-7b32d87e] {
    color: #23b7e5
}

.upload-content .import-upload-load[data-v-7b32d87e], .upload-content .import-upload-xlx[data-v-7b32d87e], .upload-content .import-upload-fail[data-v-7b32d87e] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.upload-content .import-upload-xlx .import-upload-pickfile[data-v-7b32d87e] {
    border-bottom-color: #23b7e5
}

.upload-content .import-upload-suc[data-v-7b32d87e] {
    color: #00ac3b
}

.upload-content .import-upload-suc .import-upload-pickfile[data-v-7b32d87e] {
    border-bottom-color: #00ac3b
}

.upload-content .import-upload-fail[data-v-7b32d87e] {
    color: #d0021b
}

.upload-content .import-upload-fail .import-upload-pickfile[data-v-7b32d87e] {
    border-bottom-color: #d0021b
}

.upload-content .import-upload-preinfo[data-v-7b32d87e] {
    display: none
}

.upload-content .import-des[data-v-7b32d87e] {
    margin-top: 20px;
    color: #999999;
    letter-spacing: 1.79px
}

.upload-content .import-des-title[data-v-7b32d87e] {
    margin-bottom: 15px
}

.upload-content .import-upload-load-img[data-v-7b32d87e] {
    width: 80px;
    margin-bottom: 15px
}

.showBorder[data-v-a7188196] {
    color: #128bed
}

.showBorder .dot[data-v-a7188196] {
    border: 4px solid #e9f3ff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #128bed !important
}

.page-action .item[data-v-7667b920]:not(:last-child) {
    border-bottom: solid 1px #fff
}

.menu[data-v-5bef8277] {
    padding: 15px 0;
    border-right: solid 1px #eee;
    list-style: none;
    position: relative;
    margin: 0;
    background-color: #fff;
    height: 100%
}

.menu .menu-header[data-v-5bef8277] {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px
}

.menu .menu-header h3[data-v-5bef8277] {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 38px
}

.menu .menu-header .btn[data-v-5bef8277] {
    color: #128bed;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 10px;
    font-size: 13px
}

.menu .menu-item[data-v-5bef8277] {
    display: block;
    color: #666;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 20px;
    margin-top: 2px;
    margin-bottom: 4px
}

.menu .menu-item .anticon[data-v-5bef8277] {
    width: 22px
}

.menu .menu-item *[data-v-5bef8277] {
    vertical-align: middle
}

.menu .menu-item[data-v-5bef8277]:hover {
    color: #128bed
}

.menu .menu-item.router-link-active[data-v-5bef8277] {
    background-color: #f3f9fd;
    color: #128bed;
    border-right: solid 2px #128bed
}

.menu .menu-item-bottom[data-v-5bef8277] {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 240px;
    padding: 4px 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #e8e8e8;
    background-color: #fff;
    cursor: pointer
}

.menu .menu-item-bottom .anticon[data-v-5bef8277] {
    margin-right: 8px
}

.menu .menu-item-bottom .contact[data-v-5bef8277] {
    color: #666;
    padding-left: 24px;
    padding-right: 24px;
    height: 40px;
    line-height: 40px
}

.menu .menu-item-bottom .contact-tip[data-v-5bef8277] {
    margin: -8px -10px;
    width: 230px;
    height: 217px
}

.menu .menu-item-bottom .contact-tip img[data-v-5bef8277] {
    display: block;
    width: 100%
}

.menu .menu-item-bottom:hover .contact[data-v-5bef8277] {
    background-color: #f3f9fd;
    color: #128bed
}

ul[data-v-5bef8277] {
    list-style-type: none;
    padding: 0
}


.radio[data-v-b3426f80] {
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: normal
}

.radio .name[data-v-b3426f80] {
    color: #333;
    width: 60px;
    display: inline-block
}

.empty-service-list[data-v-b3426f80] {
    width: 100%;
    text-align: center
}

.menu[data-v-2c8a22ab] {
    padding: 15px 0;
    border-right: solid 1px #eee;
    list-style: none;
    position: relative;
    margin: 0;
    background-color: #fff;
    height: 100%
}

.menu .menu-item[data-v-2c8a22ab] {
    display: block;
    color: #666;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 24px
}

.menu .menu-item .menu-title[data-v-2c8a22ab] {
    margin-left: 3px
}

.menu .menu-item .anticon[data-v-2c8a22ab] {
    width: 22px
}

.menu .menu-item *[data-v-2c8a22ab] {
    vertical-align: middle
}

.menu .menu-item[data-v-2c8a22ab]:hover {
    color: #128bed
}

.menu .menu-item.router-link-active[data-v-2c8a22ab] {
    background-color: #f3f9fd;
    color: #128bed;
    border-left: solid 2px #128bed;
    padding-left: 22px
}

.menu .menu-item .btn[data-v-2c8a22ab] {
    position: absolute;
    right: 0px;
    bottom: 4px
}

.menu .menu-item .btn i[data-v-2c8a22ab] {
    color: #128bed
}

.menu .work-space-recycle[data-v-2c8a22ab] {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 240px;
    border-top: 1px solid #eee;
    border-right: 1px solid #e8e8e8;
    background-color: #fff;
    cursor: pointer;
    padding-left: 24px;
    height: 48px;
    line-height: 48px
}

ul[data-v-2c8a22ab] {
    list-style-type: none;
    padding: 0
}

.app-icon[data-v-119885b6] {
    width: 90px;
    padding: 8px 0px
}

.app-icon .icon[data-v-119885b6] {
    margin: auto;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/app-icons-98cc1bc3.png);
    background-size: 40px 40px;
    display: block;
    height: 40px;
    width: 40px;
    margin-bottom: 10px
}

.app-icon .icon-1[data-v-119885b6] {
    background-position: 0px 0px
}

.app-icon .icon-2[data-v-119885b6] {
    background-position: -40px 0px
}

.app-icon .icon-3[data-v-119885b6] {
    background-position: -80px 0px
}

.app-icon .icon-4[data-v-119885b6] {
    background-position: -120px 0px
}

.app-icon .icon-5[data-v-119885b6] {
    background-position: 0px -40px
}

.app-icon .icon-6[data-v-119885b6] {
    background-position: -40px -40px
}

.app-icon .icon-7[data-v-119885b6] {
    background-position: -80px -40px
}

.app-icon .icon-8[data-v-119885b6] {
    background-position: -120px -40px
}

.app-icon .icon-9[data-v-119885b6] {
    background-position: 0px -80px
}

.app-icon .icon-10[data-v-119885b6] {
    background-position: -40px -80px
}

.app-icon .icon-11[data-v-119885b6] {
    background-position: -80px -80px
}

.app-icon .icon-12[data-v-119885b6] {
    background-position: -120px -80px
}

.app-icon .icon-13[data-v-119885b6] {
    background-position: 0px -160px
}

.app-icon .icon-14[data-v-119885b6] {
    background-position: -120px -120px
}

.app-icon .icon-15[data-v-119885b6] {
    background-position: -40px -120px
}

.app-icon .icon-16[data-v-119885b6] {
    background-position: 0px -120px
}

.app-icon .icon-17[data-v-119885b6] {
    background-position: -80px -120px
}

.app-icon .icon-18[data-v-119885b6] {
    background-position: -40px -160px
}

.app-icon .label[data-v-119885b6] {
    font-size: 13px;
    color: #333;
    font-weight: normal
}

.app-icon:hover .label[data-v-119885b6] {
    color: #128bed
}

.app-list {
    background: #fff;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    width: 635px;
    padding: 15px 0px;
    margin-right: -122px !important
}

.app-list .tco {
    padding-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px
}

.app-list .category {
    position: relative;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    z-index: 2;
    padding-right: 10px;
    padding-left: 15px;
    font-size: 15px
}

.app-list .line {
    position: relative;
    float: left;
    margin-top: -11px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    z-index: 1
}

.app-list .padding-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.app-saas-box > .nav-link[data-v-fc7f3710] {
    padding-left: 35px
}

.app-saas-box > .nav-link .hicon-saas[data-v-fc7f3710] {
    position: absolute;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_saas-819234d4.png);
    background-size: 44px 22px;
    background-position: -22px 0px;
    width: 22px;
    height: 22px;
    top: 17px;
    left: 10px
}

.app-saas-box > .nav-link:hover .hicon-saas[data-v-fc7f3710] {
    background-position: 0px 0px
}

.saas-list[data-v-fc7f3710] {
    width: 747px;
    padding: 15px 15px;
    padding-right: 0px;
    padding-bottom: 0px
}

.saas-list.saas-open[data-v-fc7f3710] {
    width: 382px;
    margin-right: -165px !important
}

.saas-list .cell[data-v-fc7f3710] {
    width: 350px;
    float: left;
    height: 80px;
    background: #F3F9FD;
    padding: 10px;
    padding-left: 20px;
    display: table;
    margin-bottom: 15px;
    margin-right: 15px
}

.saas-list .cell .cell-ht[data-v-fc7f3710], .saas-list .cell .cell-content[data-v-fc7f3710], .saas-list .cell .cell-ft[data-v-fc7f3710] {
    display: table-cell
}

.saas-list .cell .cell-ht[data-v-fc7f3710] {
    width: 80px;
    vertical-align: middle
}

.saas-list .cell .cell-content[data-v-fc7f3710] {
    vertical-align: middle
}

.saas-list .cell .cell-ft[data-v-fc7f3710] {
    vertical-align: middle;
    width: 80px;
    text-align: right
}

.saas-list .cell .saas-icon[data-v-fc7f3710] {
    width: 60px
}

.saas-list .cell .category-icon[data-v-fc7f3710] {
    width: 60px
}

.saas-list .cell .name[data-v-fc7f3710] {
    color: #333;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    margin-top: 5px
}

.saas-list .cell .desc[data-v-fc7f3710] {
    color: #999;
    font-size: 14px;
    margin-top: 10px
}

.saas-list .cell:hover .name[data-v-fc7f3710] {
    color: #128bed
}

.saas-list.odd .cell[data-v-fc7f3710]:first-child {
    height: 175px
}

.app-user-menu > .dropdown-item {
    padding: 6px 20px;
    color: #333;
    display: block
}

.app-user-menu > .dropdown-item .sicon {
    color: #D6D6D6;
    font-size: 14px
}

.app-user-menu > .dropdown-item .stext {
    color: #999;
    font-size: 12px;
    margin-top: 7px;
    width: 118px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all
}

.app-user-menu > .dropdown-item:hover {
    background: #f2f4f8
}

.app-user-menu > .dropdown-item:hover .stext {
    color: #128bed
}

.app-user-menu .divider {
    margin: 5px 1px
}

.app-user-message[data-v-93d9fdb2] {
    padding: 0px;
    width: 400px;
    max-height: 400px;
    overflow-y: auto;
    left: -220px;
    color: #333;
    font-size: 14px;
    line-height: 22px
}

.app-user-message .list-group[data-v-93d9fdb2] {
    margin-bottom: 0px;
    padding-bottom: 3px
}

.app-user-message .list-group-item[data-v-93d9fdb2] {
    border: none
}

.app-user-message .list-group-item[data-v-93d9fdb2]:not(:first-child) {
    border-top: solid 1px #eee
}

.app-user-message .message-box-title[data-v-93d9fdb2] {
    font-size: 16px
}

.app-user-message .title[data-v-93d9fdb2] {
    font-size: 16px;
    float: left;
    margin-bottom: 8px;
    position: relative
}

.app-user-message .time[data-v-93d9fdb2] {
    float: right;
    color: #999;
    font-size: 12px;
    margin-top: 5px
}

.app-user-message .content[data-v-93d9fdb2] {
    word-break: break-all
}

.app-user-message .operate[data-v-93d9fdb2] {
    margin-top: 4px
}

.app-user-message .font-bold[data-v-93d9fdb2] {
    font-weight: bold
}

.app-user-message a[data-v-93d9fdb2] {
    color: #128bed;
    text-decoration: none
}

.app-user-message .view-all[data-v-93d9fdb2] {
    text-align: center
}

.app-nheader {
    height: 56px
}

.app-nheader .app-nheader-wrap {
    position: relative;
    z-index: 1002;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    height: 56px
}

.app-nheader.fixed .app-nheader-wrap {
    position: fixed;
    width: 100%;
    top: 0px
}

.app-nheader .navbar-left {
    float: left
}

.app-nheader .navbar-brand {
    padding: 0px;
    padding-right: 15px;
    height: 56px;
    position: relative;
    float: left
}

.app-nheader .navbar-brand > a {
    display: block;
    float: left;
    line-height: 56px
}

.app-nheader .navbar-brand .logo {
    height: 37px;
    margin-top: -4px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.app-nheader .navbar-brand .logo-zx {
    display: inline-block;
    margin-left: 0px;
    width: 138px;
    cursor: pointer;
    margin-top: -4px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/logo_zx3-ac43c237.png);
    background-size: 138px 36px;
    background-position: 0px -1px;
    display: block;
    width: 138px;
    height: 35px;
    margin-top: 10px;
    cursor: default
}

.app-nheader .navbar-brand .logo-zx-img {
    width: 532px
}

.app-nheader .navbar-brand .zx-detail {
    top: 52px;
    padding: 5px
}

.app-nheader .navbar-nav {
    float: left;
    color: #222;
    padding-left: 0px
}

.app-nheader .navbar {
    margin-bottom: 0px;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px
}

.app-nheader .dropdown-menu {
    margin-top: 0;
    border-radius: 4px;
    top: 52px
}

.app-nheader .dropdown-menu > .dropdown-item {
    color: #333
}

.app-nheader .download-app-container {
    padding: 0px
}

.app-nheader .download-app-container > .download-app-qr-code {
    width: 250px
}

.app-nheader .nav-item > a {
    color: #222;
    padding: 18px 15px;
    float: left
}

.app-nheader .nav-item > a.router-link-active {
    color: #128bed
}

.app-nheader .nav-item > a:hover, .app-nheader .nav-item > a.active {
    color: #128bed
}

.app-nheader .nav-item > a.navi-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px
}

.app-nheader .nav-item > a.navi-btn > span {
    line-height: 32px;
    text-align: center;
    display: inline-block;
    background: #128bed;
    color: #fff;
    width: 92px;
    border-radius: 2px
}

.app-nheader .nav-item > a.register-icon {
    width: 108px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/regis-login-btn-5c0cdbf5.png) no-repeat center center;
    background-size: 108px 32px;
    position: relative
}

.app-nheader .nav-item > a.register-icon > span {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
    border-radius: 2px
}

.app-nheader .nav-item > a.register-icon > .register-promotion-info {
    width: 218px;
    height: 78px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/new-register-hbtn-a8e49bef.png) no-repeat center center;
    background-size: 218px 78px;
    position: absolute;
    top: 50px;
    right: -4px
}

.app-nheader .head-line {
    line-height: 56px;
    color: #efefef
}

.app-nheader .hicon-saas {
    display: inline-block;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_saas-819234d4.png);
    background-size: 44px 22px;
    background-position: -22px 0px;
    width: 22px;
    height: 22px
}

.app-nheader .hicon-vip {
    width: 60px
}

.app-nheader .hicon-app {
    display: inline-block;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_app-fc8396e9.png);
    background-size: 22px 22px;
    width: 22px;
    height: 22px
}

.app-nheader .hicon-app:hover {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_app_H-34cb6a2d.png)
}

.app-nheader .hicon-notify {
    display: inline-block;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_noti_new-246d1b8d.png);
    background-size: 22px 22px;
    width: 22px;
    height: 22px
}

.app-nheader .hicon-notify:hover {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_noti_new_H-1c4a48fa.png)
}

.app-nheader .gicon-vip {
    width: 24px;
    margin-top: -2px
}

.app-nheader .gcolor-vip {
    color: #AA6715;
    font-weight: bold
}

.app-nheader .header-qrcode .no-cart {
    padding-left: 5px;
    padding-bottom: 11px
}

.app-nheader .user-message > a {
    display: inline-block;
    padding-right: 20px;
    padding-left: 3px;
    padding-bottom: 11px;
    cursor: pointer
}

.app-nheader .user-message .msg-count {
    position: absolute;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: #FD485E;
    min-width: 20px;
    text-align: center;
    padding: 2px 2px;
    left: 15px;
    top: 9px;
    border: solid 2px #fff;
    border-radius: 15px;
    overflow: hidden
}

.app-nheader .user-message .notify {
    height: 22px;
    display: inline-block;
    margin-top: 1px
}

.app-nheader .user-menu {
    padding-left: 5px !important;
    padding-bottom: 10px !important;
    position: relative
}

.app-nheader .user-menu > .avatar {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    left: 0px;
    top: -4px
}

.app-nheader .user-menu > .icon-vip-levelsm {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/level-icons-ec067c79.png);
    background-size: 56px 14px;
    height: 14px;
    width: 14px;
    left: 25px;
    top: 32px;
    background-position: 0px 0px;
    display: none
}

.app-nheader .user-menu > .icon-vip-levelsm.vip {
    background-position: -14px 0px;
    display: block
}

.app-nheader .user-menu > .icon-vip-levelsm.qiye {
    background-position: -28px 0px;
    display: block
}

.app-nheader .user-menu > .icon-vip-levelsm.svip {
    background-position: -42px 0px;
    display: block
}

.app-nheader .app-box .dropdown-menu, .app-nheader .app-saas-box .dropdown-menu, .app-nheader .header-qrcode .dropdown-menu, .app-nheader .pass-drop .dropdown-menu, .app-nheader .user-message .dropdown-menu, .app-nheader .user-drop .dropdown-menu {
    border-radius: 2px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #eee
}

.app-nheader .app-box:hover .dropdown-menu, .app-nheader .app-saas-box:hover .dropdown-menu, .app-nheader .header-qrcode:hover .dropdown-menu, .app-nheader .pass-drop:hover .dropdown-menu, .app-nheader .user-message:hover .dropdown-menu, .app-nheader .user-drop:hover .dropdown-menu {
    display: block
}

.app-nheader .app-box .dropdown-menu {
    margin-right: -128px
}

.app-nheader .app-saas-box .dropdown-menu {
    margin-right: -500px
}

.app-nheader .header-qrcode .dropdown-menu {
    margin-right: -80px
}

.app-nheader .user-message .dropdown-menu {
    margin-right: -60px;
    background: #fff
}

.app-nheader .navi-form {
    float: left;
    margin-top: 12px;
    margin-left: 0px
}

.app-nheader .navi-form .search-key {
    width: 375px !important;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
}

.app-nheader .navi-form .input-group-btn {
    float: left
}

.app-nheader .navi-form .search-section {
    top: 34px;
    border: 1px solid #eee;
    z-index: 100;
    width: 375px
}

.app-nheader .navi-form .clear-searchkey {
    top: 9px;
    right: 75px
}

@media (max-width: 768px) {
    .app-nheader .navbar-right {
        display: none
    }
}

.app-nheader.ant {
    width: 100%;
    background-color: #fff;
    padding: 0px
}

.app-nheader.ant .app-nheader-wrap {
    padding: 0 20px
}

.app-nheader.ant .lsass.hicon-saas {
    position: absolute;
    left: -14px;
    top: 17px;
    cursor: pointer;
    z-index: 2
}

.app-nheader.ant .lsass.hicon-saas:hover {
    background-position: 0px 0px
}

.app-nheader.ant .lsass + .navbar-brand {
    padding-left: 12px
}

.app-nheader.ant .user-message .dropdown-menu {
    margin-right: -20px
}

.app-nheader.ant .navbar-brand a {
    line-height: normal;
    padding-top: 10px
}

.app-nheader.ant .navbar-brand a .logo {
    height: 36px;
    margin-top: 0px
}

.app-nheader.ant .navi-form {
    margin-left: 5px;
    margin-top: 11px
}

.app-nheader.ant .navi-form .search-key {
    width: 388px !important
}

.app-nheader.ant .navi-form .search-section {
    width: 388px !important
}

.app-nheader.ant .app-box .dropdown-menu {
    margin-right: -180px
}

.app-nheader.ant .app-saas-box .dropdown-menu {
    margin-right: -180px
}

.app-nheader.ant .header-qrcode .dropdown-menu {
    margin-right: -40px
}

.cases-modal .form-group-cases[data-v-4b07d1de] {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.cases-modal .form-group-cases .label-col[data-v-4b07d1de] {
    display: inline-block;
    float: left
}

.cases-modal .form-group-cases .switch-col[data-v-4b07d1de] {
    float: right
}

.cases-modal .form-group-cases .act-bottom[data-v-4b07d1de] {
    width: 100%;
    color: #999;
    clear: both
}

.cases-modal .form-group-cases[data-v-4b07d1de]:after {
    display: table;
    content: ' ';
    clear: both
}

.cases-modal .form-group-cases[data-v-4b07d1de]:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.cases-modal .series-cases-list[data-v-4b07d1de] {
    max-height: 680px;
    overflow-y: auto
}

.case-msg-point[data-v-76c589e5] {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FD485E;
    border-radius: 50%;
    position: relative;
    bottom: 4px
}

.filter-father-h[data-v-76c589e5] {
    position: relative;
    min-height: 900px
}

.cases-list-filter[data-v-76c589e5] {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.pay-insert[data-v-76c589e5] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 2
}

.pay-insert .insert-wrap[data-v-76c589e5] {
    width: 780px;
    background: #fff;
    border: solid 1px #eee;
    margin: 80px auto
}

.pushIcon[data-v-76c589e5] {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 17px;
    margin-top: -6px;
    top: 3px;
    margin-left: -2px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pushIcon-3ce2616f.png);
    background-repeat: no-repeat;
    background-size: 20px 20px
}

.more-series-group[data-v-76c589e5] {
    font-size: 14px;
    font-weight: 400;
    color: #FF722D;
    margin-top: 2px;
    cursor: pointer
}

.bigsearch-list .title[data-v-1a5012de] {
    display: inline !important
}

.bigsearch-list .title[data-v-360160ea] {
    display: inline !important
}

.judgement-list .statustd[data-v-483bfdb6] {
    width: 0px !important
}

.judgement-list .list-group-item .fa[data-v-483bfdb6] {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.judgement-list .list-group-item.sub[data-v-483bfdb6] {
    padding-left: 30px;
    color: #666
}

.judgement-list .list-group-item.third[data-v-483bfdb6] {
    padding-left: 53px;
    color: #666
}

.judgement-list .bigsearch-list .title[data-v-483bfdb6] {
    display: inline
}

.bigsearch-list .title[data-v-a23c1f60] {
    display: inline
}

.bigsearch-list .title[data-v-6908d3cc] {
    display: inline
}

.judgement-list .statustd[data-v-da71c1e6] {
    width: 0px !important
}

.judgement-list .list-group-item .fa[data-v-da71c1e6] {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.judgement-list .list-group-item.sub[data-v-da71c1e6] {
    padding-left: 30px;
    color: #666
}

.judgement-list .list-group-item.third[data-v-da71c1e6] {
    padding-left: 53px;
    color: #666
}

.judgement-list .hover-blue:hover .title-hover[data-v-da71c1e6] {
    color: #128bed
}

.judgement-list .text-line[data-v-da71c1e6] {
    padding: 0;
    margin: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.judgement-list .text-line[data-v-da71c1e6] p {
    padding: 0;
    margin: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.bigsearch-list .title[data-v-78c19eef] {
    display: inline !important
}

[data-v-78c19eef] .ntable em {
    color: #fd485e !important
}

.judgement-list .statustd[data-v-56ab0dba] {
    width: 0px !important
}

.judgement-list .list-group-item .fa[data-v-56ab0dba] {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.judgement-list .list-group-item.sub[data-v-56ab0dba] {
    padding-left: 30px;
    color: #666
}

.judgement-list .list-group-item.third[data-v-56ab0dba] {
    padding-left: 53px;
    color: #666
}

.judgement-list .bigsearch-list .title[data-v-56ab0dba] {
    display: inline
}

.bigsearch-list .title[data-v-8f644106] {
    display: inline !important
}

.bigsearch-list[data-v-8f644106] {
    background-color: #fff
}

.bigsearch-list .ntable-list td[data-v-8f644106] {
    border: 1px solid #eee
}

.more[data-v-8f644106] {
    margin-left: 10px
}

[data-v-8f644106] .ntable em {
    color: #fd485e !important
}

.rline_icon[data-v-8f644106] {
    height: 22px;
    width: 22px;
    display: inline-block
}

.search-table .batch-check-label[data-v-5c725549] {
    display: inline-block !important
}

.search-table .batch-bar[data-v-5c725549] {
    height: 50px;
    background: #f3f9fe;
    padding: 9px 15px;
    border-top: solid 1px #eeeeee
}

.search-table .batch-bar .btn[data-v-5c725549] {
    width: 98px;
    height: 32px;
    font-size: 12px;
    line-height: 18px
}

.search-table .ntable-wrap[data-v-5c725549] {
    position: relative;
    padding: 15px
}

.search-table .ntable-wrap .loading-mask[data-v-5c725549] {
    min-height: 500px;
    opacity: 0.6
}

.search-table .ntable-wrap.loading[data-v-5c725549] {
    height: 500px;
    overflow: hidden;
    position: relative
}

.search-table .ntable-wrap.loading .loading-mask[data-v-5c725549] {
    display: block
}

.search-table .columns-set[data-v-5c725549] {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 41px;
    background: #f2f9fc;
    width: 44px;
    text-align: center;
    z-index: 10;
    border: solid 1px #eee
}

.search-table .batch-table[data-v-5c725549] {
    margin-bottom: 0px;
    background: #ffffff;
    border: 1px solid #eee
}

.search-table .batch-table[data-v-5c725549] th {
    text-align: left;
    background: #f2f9fc
}

.search-table .batch-table[data-v-5c725549] td {
    vertical-align: middle
}

.search-table .batch-table[data-v-5c725549] .ant-table-thead > tr {
    height: 44px !important
}

.search-table .batch-table[data-v-5c725549] .ant-table-thead > tr > th {
    padding: 8px 0 8px 10px
}

.search-table .batch-table[data-v-5c725549] .ant-table-tbody > tr > td {
    padding: 10px 6px 10px 10px
}

.search-table .batch-table[data-v-5c725549] .ant-table-body {
    min-height: 500px;
    cursor: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/openhand2-745f6772.cur) 8 8, default;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.search-table .batch-table[data-v-5c725549] th.ant-table-column-has-sorters:hover {
    background: #f2f9fc50 !important
}

.search-table .batch-table[data-v-5c725549] .ant-table-fixed-left td, .search-table .batch-table[data-v-5c725549] .ant-table-fixed-left th {
    border-right: 0 !important
}

.search-table .batch-table[data-v-5c725549] .ant-table table {
    border-radius: 0
}

.search-table .batch-table[data-v-5c725549] .ant-table-bordered .ant-table-thead > tr > th, .search-table .batch-table .ant-table-bordered .ant-table-tbody > tr > td[data-v-5c725549] {
    border-radius: 0
}

.search-table .batch-table[data-v-5c725549] tr td:last-child, .search-table .batch-table[data-v-5c725549] tr th:last-child {
    border-right: none
}

.search-table .batch-table .maininfo[data-v-5c725549] {
    position: relative
}

.search-table .batch-table .img[data-v-5c725549] {
    width: 40px;
    height: 40px
}

.search-table .batch-table .ntag[data-v-5c725549] {
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.search-table .batch-table .ellipsis-content[data-v-5c725549] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.search-table .batch-table .ellipsis-content .title[data-v-5c725549] {
    display: inline;
    margin-bottom: 0px
}

.search-table .batch-table .ellipsis-content .sub-title[data-v-5c725549] {
    font-size: 12px;
    color: #999
}

.search-table .batch-table .ellipsis-content .failed-name[data-v-5c725549] {
    display: inline-block;
    color: #fd485e;
    max-width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.search-table .batch-table .check-label[data-v-5c725549] {
    margin: 0px 8px 0px 0px;
    display: block;
    line-height: 1
}

.search-table .batch-table .check-label input[data-v-5c725549] {
    margin: 0px
}

.search-table .batch-table .nstatus[data-v-5c725549] {
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    line-height: 12px;
    display: inline-block;
    position: relative
}

.search-table .batch-table .frtrt td[data-v-5c725549] {
    border-bottom: none
}

.search-table .batch-table .frtrt[data-v-5c725549]:hover {
    background: #f3f9fe
}

.search-table .batch-table .frtr td[data-v-5c725549] {
    border-top: none
}

.search-table .batch-table .frtr td[data-v-5c725549] {
    padding: 3px 10px;
    background: #f3f9fe
}

.search-table .batch-table .frtr td .fp-p[data-v-5c725549] {
    margin-top: 5px;
    margin-bottom: 5px
}

.search-table .batch-table .frtr td .fp-p > span[data-v-5c725549] {
    margin-right: 20px
}

.search-table .follow-btn.active[data-v-5c725549] {
    color: #999
}

.search-table .follow-btn.active[data-v-5c725549]:hover {
    color: #666
}

[data-v-5c725549] em {
    color: #fd485e !important;
    font-style: normal
}

.title[data-v-5c725549] {
    font-size: 16px;
    color: #333333
}

.title[data-v-5c725549] :hover {
    color: #128bed
}

.subtitle[data-v-5c725549] {
    color: #999999;
    font-size: 14px;
    line-height: 22px
}

.val[data-v-5c725549] {
    color: #128bed
}

span[data-v-5c725549] {
    cursor: auto
}

.judgement-list .statustd[data-v-6b5c1d7d] {
    width: 0px !important
}

.judgement-list .list-group-item .fa[data-v-6b5c1d7d] {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.judgement-list .list-group-item.sub[data-v-6b5c1d7d] {
    padding-left: 30px;
    color: #666
}

.judgement-list .list-group-item.third[data-v-6b5c1d7d] {
    padding-left: 53px;
    color: #666
}

.judgement-list .bigsearch-list .title[data-v-6b5c1d7d] {
    display: inline
}

.ntable[data-v-6b5c1d7d] {
    border-bottom: 1px solid #e4eef6
}

.ntable th[data-v-6b5c1d7d]:not(:last-child) {
    border-right: #e4eef6 1px solid
}

.ntable td[data-v-6b5c1d7d] {
    border: 1px solid #e4eef6
}

.npanel[data-v-6b5c1d7d] {
    background: none;
    border: none
}

.npanel-body[data-v-6b5c1d7d] {
    padding: 0px
}

.date-length[data-v-6b5c1d7d] {
    width: 110px;
    text-align: center
}

.wz-length[data-v-6b5c1d7d] {
    width: 561px
}

.choosen[data-v-6b5c1d7d] {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.choosen .pills-after[data-v-6b5c1d7d] {
    padding-left: 12px;
    max-width: 1000px
}

.choosen .pills-item[data-v-6b5c1d7d] {
    position: relative;
    color: #128bed;
    background: #fff;
    border: solid 1px #128bed;
    line-height: 22px;
    padding: 0px 20px 0px 6px;
    font-size: 12px;
    max-width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    margin-left: 0px;
    margin-right: 10px;
    cursor: pointer
}

.choosen .pills-item[data-v-6b5c1d7d]:hover {
    background: #128bed;
    color: #fff
}

.choosen .pills-item[data-v-6b5c1d7d]:after {
    content: "X";
    position: absolute;
    right: 6px;
    top: 0px
}

.npanel-heading[data-v-6b5c1d7d] {
    border: 1px solid #eee;
    border-bottom: none
}

.switch-btn[data-v-6b5c1d7d] {
    display: inline-block;
    font-size: 12px;
    height: 32px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    position: relative;
    line-height: 24px;
    padding: 3px;
    border-radius: 2px
}

.switch-btn > .item[data-v-6b5c1d7d] {
    color: #333;
    padding: 0px 8px;
    border-radius: 2px;
    display: inline-block;
    letter-spacing: 0
}

.switch-btn > .item.active[data-v-6b5c1d7d] {
    color: #fff;
    background: #128bed
}

.qrcode-loading[data-v-238a447f] {
    width: 160px;
    height: 160px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/preloader-759ad0cc.gif) no-repeat center center
}

.app-payment-ali[data-v-222c314d] {
    width: 160px;
    height: 160px;
    display: inline-block;
    position: relative
}

.app-payment-wx[data-v-7fea28bc] {
    width: 160px;
    height: 160px;
    display: inline-block;
    position: relative
}

.app-payment-pub .tips h4[data-v-beb02858] {
    font-size: 14px
}

.app-payment-pub .tips p[data-v-beb02858] {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px
}

.app-payment-pub .tips .card-no[data-v-beb02858] {
    display: inline-block;
    background: #D5ECFF;
    padding: 9px 15px;
    color: #333333
}

.coupon-content[data-v-17830261] {
    color: #999;
    cursor: pointer;
    position: relative
}

.coupon-content .caret[data-v-17830261] {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.coupon-dropdown[data-v-17830261] {
    display: block;
    position: absolute;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    top: 100%;
    width: 380px;
    max-height: 412px;
    overflow-y: auto;
    background-color: #fff;
    color: #333;
    z-index: 1
}

.coupon-dropdown .coupon-type[data-v-17830261] {
    padding: 10px 15px;
    display: inline-block
}

.coupon-dropdown .coupon-item[data-v-17830261] {
    padding: 10px 15px;
    margin: 5px 0px;
    display: table;
    width: 100%;
    height: 100%
}

.coupon-dropdown .coupon-item[data-v-17830261]:hover {
    background-color: #f6f6f6
}

.coupon-dropdown .coupon-item.active .check[data-v-17830261] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_radio_button_on-c0fbaeb5.png)
}

.coupon-dropdown .coupon-item_cell[data-v-17830261] {
    display: table-cell;
    vertical-align: middle
}

.coupon-dropdown .price[data-v-17830261] {
    color: #128bed;
    border: solid 2px #128bed;
    padding: 6px 5px;
    width: 50px;
    text-align: center;
    margin-right: 10px;
    background: #f3f9fe;
    display: inline-block
}

.coupon-dropdown .desc[data-v-17830261] {
    color: #666;
    font-size: 12px
}

.coupon-dropdown .time[data-v-17830261] {
    color: #999;
    font-size: 12px
}

.coupon-dropdown .check[data-v-17830261] {
    width: 24px;
    height: 24px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_radio_button_off-ccb6566e.png);
    background-size: 24px 24px;
    display: inline-block
}

.mnumber-input[data-v-7d61d324] {
    position: relative;
    font-size: 12px;
    line-height: 24px
}

.mnumber-input .minput[data-v-7d61d324] {
    float: left;
    width: 62px;
    height: 24px;
    border: solid 1px #eee;
    outline: none;
    outline-width: 0px;
    outline-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 16px;
    text-align: right;
    margin-left: -1px;
    margin-right: -1px
}

.mnumber-input .unit[data-v-7d61d324] {
    position: absolute;
    left: 65px
}

.mnumber-input .gbtn[data-v-7d61d324] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    height: 24px;
    width: 24px;
    border: solid 1px #eee;
    position: relative;
    float: left;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #128bed
}

.mnumber-input .gbtn.disable[data-v-7d61d324] {
    color: #d6d6d6;
    cursor: not-allowed
}

.mnumber-input.big[data-v-7d61d324] {
    font-size: 14px;
    line-height: 40px
}

.mnumber-input.big .minput[data-v-7d61d324] {
    width: 98px;
    height: 42px;
    padding-right: 46px
}

.mnumber-input.big .unit[data-v-7d61d324] {
    left: 105px;
    color: #999;
    line-height: 41px
}

.mnumber-input.big .gbtn[data-v-7d61d324] {
    width: 42px;
    height: 42px;
    font-size: 18px;
    line-height: 40px
}

.mnumber-input.big .gbtn.minus[data-v-7d61d324] {
    line-height: 39px
}

.intro-preview {
    display: block
}

.pay-panel[data-v-36a13f16] {
    color: #333;
    min-height: 420px;
    font-size: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_modal_bg2@2x-d55f337d.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.pay-panel .pay-top[data-v-36a13f16] {
    padding-top: 5px;
    font-weight: normal;
    text-align: center
}

.pay-panel .pay-top .title[data-v-36a13f16] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}

.pay-panel .pay-top .sub-title[data-v-36a13f16] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.pay-panel .pay-top .rights[data-v-36a13f16] {
    font-size: 14px;
    color: #f9ad14;
    margin-left: 10px
}

.pay-panel .pay-top .type-tab[data-v-36a13f16] {
    text-align: center
}

.pay-panel .pay-top .type-tab .tab-item[data-v-36a13f16] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.pay-panel .pay-top .type-tab .tab-item.active[data-v-36a13f16] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel .pay-container[data-v-36a13f16] {
    margin-top: 15px;
    padding: 0 50px
}

.pay-panel .pay-container .pay-wrap[data-v-36a13f16] {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 20px 75px 10px;
    margin-bottom: 25px
}

.pay-panel .pay-container .pay-wrap .goods-list[data-v-36a13f16] {
    height: 70px;
    margin-bottom: 20px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-36a13f16] {
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    border: solid 2px #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-36a13f16]:not(:last-child) {
    margin-right: 40px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price[data-v-36a13f16] {
    margin-top: 10px;
    color: #666
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price .big[data-v-36a13f16] {
    font-size: 18px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc[data-v-36a13f16] {
    font-size: 12px;
    color: #666;
    margin-top: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc .old[data-v-36a13f16] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc[data-v-36a13f16] {
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc .old[data-v-36a13f16] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .ic-recomend[data-v-36a13f16] {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_recomend-4a403486.png);
    background-size: 50px 18px;
    width: 50px;
    height: 18px;
    top: -10px;
    left: -2px
}

.pay-panel .pay-container .pay-wrap .pay-btn[data-v-36a13f16] {
    text-align: center
}

.pay-panel .pay-container .pay-wrap .pay-btn .btn-open-pay[data-v-36a13f16] {
    display: block;
    width: 242px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    margin: auto
}

.pay-panel .pay-container .pay-wrap .pay-btn .desc[data-v-36a13f16] {
    color: #999999;
    margin-top: 13px;
    margin-bottom: 5px
}

.pay-panel .pay-container .pay-wrap .pay-info .color-hl[data-v-36a13f16] {
    color: #F9552A
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-36a13f16] {
    height: 28px;
    margin-bottom: 5px;
    font-size: 16px
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-36a13f16]:before {
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-36a13f16]:after {
    clear: both;
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .c[data-v-36a13f16] {
    float: left
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .v[data-v-36a13f16] {
    float: right
}

.pay-panel .pay-intro img[data-v-36a13f16] {
    width: 680px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.pay-panel .pay-off .pay-select[data-v-36a13f16] {
    float: left;
    width: 185px;
    margin-right: 18px
}

.pay-panel .pay-off .pay-select .pay-type[data-v-36a13f16] {
    width: 185px;
    height: 60px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs-977feac3.png);
    background-size: 370px 240px;
    cursor: pointer;
    text-indent: -9999px;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-select .pay-type.disabled[data-v-36a13f16] {
    cursor: not-allowed;
    opacity: .5
}

.pay-panel .pay-off .pay-select .pay-type.wx[data-v-36a13f16] {
    background-position: 0px 0px
}

.pay-panel .pay-off .pay-select .pay-type.wx.active[data-v-36a13f16] {
    background-position: -185px 0px
}

.pay-panel .pay-off .pay-select .pay-type.ali[data-v-36a13f16] {
    background-position: 0px -60px
}

.pay-panel .pay-off .pay-select .pay-type.ali.active[data-v-36a13f16] {
    background-position: -185px -60px
}

.pay-panel .pay-off .pay-select .pay-type.pub[data-v-36a13f16] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs3-23b81d91.png);
    background-size: 370px 180px;
    background-position: 0px -120px
}

.pay-panel .pay-off .pay-select .pay-type.pub.active[data-v-36a13f16] {
    background-position: -185px -120px
}

.pay-panel .pay-off .pay-select .pay-desc[data-v-36a13f16] {
    margin-top: 25px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-qrcode[data-v-36a13f16] {
    float: left;
    width: 475px;
    background: #f3f9fe
}

.pay-panel .pay-off .pay-qrcode .pay-box[data-v-36a13f16] {
    width: 323px;
    height: 223px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 323px 223px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx[data-v-36a13f16] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek2-60d77466.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx .wx_pay_img[data-v-36a13f16] {
    position: relative;
    top: 12px;
    left: 10px;
    width: 160px;
    height: 160px
}

.pay-panel .pay-off .pay-qrcode .pay-box.ali[data-v-36a13f16] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek3-81425c0c.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box-pub[data-v-36a13f16] {
    padding: 10px 15px 10px 15px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-36a13f16] {
    height: 322px
}

.pay-panel .pay-off .pay-qrcode.s3 .pay-box[data-v-36a13f16] {
    margin-top: 50px
}

.pay-panel.vip .color-hl[data-v-36a13f16] {
    color: #F9552A
}

.pay-panel.vip .btn-open-pay[data-v-36a13f16] {
    background: #F9552A
}

.pay-panel.vip .goods-item.active[data-v-36a13f16] {
    border-color: #F9552A !important
}

.pay-panel.svip .color-hl[data-v-36a13f16] {
    color: #d2a874
}

.pay-panel.svip .btn-open-pay[data-v-36a13f16] {
    background: #d2a874
}

.pay-panel.svip .goods-item.active[data-v-36a13f16] {
    border-color: #d2a874 !important
}

.pay-panel.svip.no-introimg[data-v-36a13f16] {
    padding-bottom: 0;
    min-height: 340px
}

.pay-panel.qiye .color-hl[data-v-36a13f16] {
    color: #128bed
}

.pay-panel.qiye .btn-open-pay[data-v-36a13f16] {
    background: #128bed
}

.pay-panel.qiye .goods-item.active[data-v-36a13f16] {
    border-color: #128bed !important
}

.pay-panel[data-v-4da7398e] {
    color: #333;
    min-height: 420px;
    font-size: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_modal_bg2@2x-d55f337d.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.pay-panel .pay-top[data-v-4da7398e] {
    padding-top: 5px;
    font-weight: normal;
    text-align: center
}

.pay-panel .pay-top .title[data-v-4da7398e] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}

.pay-panel .pay-top .sub-title[data-v-4da7398e] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.pay-panel .pay-top .rights[data-v-4da7398e] {
    font-size: 14px;
    color: #f9ad14;
    margin-left: 10px
}

.pay-panel .pay-top .type-tab[data-v-4da7398e] {
    text-align: center
}

.pay-panel .pay-top .type-tab .tab-item[data-v-4da7398e] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.pay-panel .pay-top .type-tab .tab-item.active[data-v-4da7398e] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel .pay-container[data-v-4da7398e] {
    margin-top: 15px;
    padding: 0 50px
}

.pay-panel .pay-container .pay-wrap[data-v-4da7398e] {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 20px 75px 10px;
    margin-bottom: 25px
}

.pay-panel .pay-container .pay-wrap .goods-list[data-v-4da7398e] {
    height: 70px;
    margin-bottom: 20px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-4da7398e] {
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    border: solid 2px #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-4da7398e]:not(:last-child) {
    margin-right: 40px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price[data-v-4da7398e] {
    margin-top: 10px;
    color: #666
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price .big[data-v-4da7398e] {
    font-size: 18px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc[data-v-4da7398e] {
    font-size: 12px;
    color: #666;
    margin-top: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc .old[data-v-4da7398e] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc[data-v-4da7398e] {
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc .old[data-v-4da7398e] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .ic-recomend[data-v-4da7398e] {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_recomend-4a403486.png);
    background-size: 50px 18px;
    width: 50px;
    height: 18px;
    top: -10px;
    left: -2px
}

.pay-panel .pay-container .pay-wrap .pay-btn[data-v-4da7398e] {
    text-align: center
}

.pay-panel .pay-container .pay-wrap .pay-btn .btn-open-pay[data-v-4da7398e] {
    display: block;
    width: 242px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    margin: auto
}

.pay-panel .pay-container .pay-wrap .pay-btn .desc[data-v-4da7398e] {
    color: #999999;
    margin-top: 13px;
    margin-bottom: 5px
}

.pay-panel .pay-container .pay-wrap .pay-info .color-hl[data-v-4da7398e] {
    color: #F9552A
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-4da7398e] {
    height: 28px;
    margin-bottom: 5px;
    font-size: 16px
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-4da7398e]:before {
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-4da7398e]:after {
    clear: both;
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .c[data-v-4da7398e] {
    float: left
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .v[data-v-4da7398e] {
    float: right
}

.pay-panel .pay-intro img[data-v-4da7398e] {
    width: 680px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.pay-panel .pay-off .pay-select[data-v-4da7398e] {
    float: left;
    width: 185px;
    margin-right: 18px
}

.pay-panel .pay-off .pay-select .pay-type[data-v-4da7398e] {
    width: 185px;
    height: 60px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs-977feac3.png);
    background-size: 370px 240px;
    cursor: pointer;
    text-indent: -9999px;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-select .pay-type.disabled[data-v-4da7398e] {
    cursor: not-allowed;
    opacity: .5
}

.pay-panel .pay-off .pay-select .pay-type.wx[data-v-4da7398e] {
    background-position: 0px 0px
}

.pay-panel .pay-off .pay-select .pay-type.wx.active[data-v-4da7398e] {
    background-position: -185px 0px
}

.pay-panel .pay-off .pay-select .pay-type.ali[data-v-4da7398e] {
    background-position: 0px -60px
}

.pay-panel .pay-off .pay-select .pay-type.ali.active[data-v-4da7398e] {
    background-position: -185px -60px
}

.pay-panel .pay-off .pay-select .pay-type.pub[data-v-4da7398e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs3-23b81d91.png);
    background-size: 370px 180px;
    background-position: 0px -120px
}

.pay-panel .pay-off .pay-select .pay-type.pub.active[data-v-4da7398e] {
    background-position: -185px -120px
}

.pay-panel .pay-off .pay-select .pay-desc[data-v-4da7398e] {
    margin-top: 25px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-qrcode[data-v-4da7398e] {
    float: left;
    width: 475px;
    background: #f3f9fe
}

.pay-panel .pay-off .pay-qrcode .pay-box[data-v-4da7398e] {
    width: 323px;
    height: 223px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 323px 223px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx[data-v-4da7398e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek2-60d77466.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx .wx_pay_img[data-v-4da7398e] {
    position: relative;
    top: 12px;
    left: 10px;
    width: 160px;
    height: 160px
}

.pay-panel .pay-off .pay-qrcode .pay-box.ali[data-v-4da7398e] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek3-81425c0c.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box-pub[data-v-4da7398e] {
    padding: 10px 15px 10px 15px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-4da7398e] {
    height: 322px
}

.pay-panel .pay-off .pay-qrcode.s3 .pay-box[data-v-4da7398e] {
    margin-top: 50px
}

.pay-panel.vip .color-hl[data-v-4da7398e] {
    color: #F9552A
}

.pay-panel.vip .btn-open-pay[data-v-4da7398e] {
    background: #F9552A
}

.pay-panel.vip .goods-item.active[data-v-4da7398e] {
    border-color: #F9552A !important
}

.pay-panel.svip .color-hl[data-v-4da7398e] {
    color: #d2a874
}

.pay-panel.svip .btn-open-pay[data-v-4da7398e] {
    background: #d2a874
}

.pay-panel.svip .goods-item.active[data-v-4da7398e] {
    border-color: #d2a874 !important
}

.pay-panel.svip.no-introimg[data-v-4da7398e] {
    padding-bottom: 0;
    min-height: 340px
}

.pay-panel.qiye .color-hl[data-v-4da7398e] {
    color: #128bed
}

.pay-panel.qiye .btn-open-pay[data-v-4da7398e] {
    background: #128bed
}

.pay-panel.qiye .goods-item.active[data-v-4da7398e] {
    border-color: #128bed !important
}

.pay-panel[data-v-33156c7f] {
    color: #333;
    min-height: 420px;
    font-size: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_modal_bg2@2x-d55f337d.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.pay-panel .pay-top[data-v-33156c7f] {
    padding-top: 5px;
    font-weight: normal;
    text-align: center
}

.pay-panel .pay-top .title[data-v-33156c7f] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}

.pay-panel .pay-top .sub-title[data-v-33156c7f] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.pay-panel .pay-top .rights[data-v-33156c7f] {
    font-size: 14px;
    color: #f9ad14;
    margin-left: 10px
}

.pay-panel .pay-top .type-tab[data-v-33156c7f] {
    text-align: center
}

.pay-panel .pay-top .type-tab .tab-item[data-v-33156c7f] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.pay-panel .pay-top .type-tab .tab-item.active[data-v-33156c7f] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel .pay-container[data-v-33156c7f] {
    margin-top: 15px;
    padding: 0 50px
}

.pay-panel .pay-container .pay-wrap[data-v-33156c7f] {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 20px 75px 10px;
    margin-bottom: 25px
}

.pay-panel .pay-container .pay-wrap .goods-list[data-v-33156c7f] {
    height: 70px;
    margin-bottom: 20px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-33156c7f] {
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    border: solid 2px #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-33156c7f]:not(:last-child) {
    margin-right: 40px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price[data-v-33156c7f] {
    margin-top: 10px;
    color: #666
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price .big[data-v-33156c7f] {
    font-size: 18px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc[data-v-33156c7f] {
    font-size: 12px;
    color: #666;
    margin-top: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc .old[data-v-33156c7f] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc[data-v-33156c7f] {
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc .old[data-v-33156c7f] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .ic-recomend[data-v-33156c7f] {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_recomend-4a403486.png);
    background-size: 50px 18px;
    width: 50px;
    height: 18px;
    top: -10px;
    left: -2px
}

.pay-panel .pay-container .pay-wrap .pay-btn[data-v-33156c7f] {
    text-align: center
}

.pay-panel .pay-container .pay-wrap .pay-btn .btn-open-pay[data-v-33156c7f] {
    display: block;
    width: 242px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    margin: auto
}

.pay-panel .pay-container .pay-wrap .pay-btn .desc[data-v-33156c7f] {
    color: #999999;
    margin-top: 13px;
    margin-bottom: 5px
}

.pay-panel .pay-container .pay-wrap .pay-info .color-hl[data-v-33156c7f] {
    color: #F9552A
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-33156c7f] {
    height: 28px;
    margin-bottom: 5px;
    font-size: 16px
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-33156c7f]:before {
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-33156c7f]:after {
    clear: both;
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .c[data-v-33156c7f] {
    float: left
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .v[data-v-33156c7f] {
    float: right
}

.pay-panel .pay-intro img[data-v-33156c7f] {
    width: 680px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.pay-panel .pay-off .pay-select[data-v-33156c7f] {
    float: left;
    width: 185px;
    margin-right: 18px
}

.pay-panel .pay-off .pay-select .pay-type[data-v-33156c7f] {
    width: 185px;
    height: 60px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs-977feac3.png);
    background-size: 370px 240px;
    cursor: pointer;
    text-indent: -9999px;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-select .pay-type.disabled[data-v-33156c7f] {
    cursor: not-allowed;
    opacity: .5
}

.pay-panel .pay-off .pay-select .pay-type.wx[data-v-33156c7f] {
    background-position: 0px 0px
}

.pay-panel .pay-off .pay-select .pay-type.wx.active[data-v-33156c7f] {
    background-position: -185px 0px
}

.pay-panel .pay-off .pay-select .pay-type.ali[data-v-33156c7f] {
    background-position: 0px -60px
}

.pay-panel .pay-off .pay-select .pay-type.ali.active[data-v-33156c7f] {
    background-position: -185px -60px
}

.pay-panel .pay-off .pay-select .pay-type.pub[data-v-33156c7f] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs3-23b81d91.png);
    background-size: 370px 180px;
    background-position: 0px -120px
}

.pay-panel .pay-off .pay-select .pay-type.pub.active[data-v-33156c7f] {
    background-position: -185px -120px
}

.pay-panel .pay-off .pay-select .pay-desc[data-v-33156c7f] {
    margin-top: 25px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-qrcode[data-v-33156c7f] {
    float: left;
    width: 475px;
    background: #f3f9fe
}

.pay-panel .pay-off .pay-qrcode .pay-box[data-v-33156c7f] {
    width: 323px;
    height: 223px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 323px 223px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx[data-v-33156c7f] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek2-60d77466.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx .wx_pay_img[data-v-33156c7f] {
    position: relative;
    top: 12px;
    left: 10px;
    width: 160px;
    height: 160px
}

.pay-panel .pay-off .pay-qrcode .pay-box.ali[data-v-33156c7f] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek3-81425c0c.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box-pub[data-v-33156c7f] {
    padding: 10px 15px 10px 15px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-33156c7f] {
    height: 322px
}

.pay-panel .pay-off .pay-qrcode.s3 .pay-box[data-v-33156c7f] {
    margin-top: 50px
}

.pay-panel.vip .color-hl[data-v-33156c7f] {
    color: #F9552A
}

.pay-panel.vip .btn-open-pay[data-v-33156c7f] {
    background: #F9552A
}

.pay-panel.vip .goods-item.active[data-v-33156c7f] {
    border-color: #F9552A !important
}

.pay-panel.svip .color-hl[data-v-33156c7f] {
    color: #d2a874
}

.pay-panel.svip .btn-open-pay[data-v-33156c7f] {
    background: #d2a874
}

.pay-panel.svip .goods-item.active[data-v-33156c7f] {
    border-color: #d2a874 !important
}

.pay-panel.svip.no-introimg[data-v-33156c7f] {
    padding-bottom: 0;
    min-height: 340px
}

.pay-panel.qiye .color-hl[data-v-33156c7f] {
    color: #128bed
}

.pay-panel.qiye .btn-open-pay[data-v-33156c7f] {
    background: #128bed
}

.pay-panel.qiye .goods-item.active[data-v-33156c7f] {
    border-color: #128bed !important
}

.pay-panel[data-v-6603e3f4] {
    color: #333;
    min-height: 420px;
    font-size: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_modal_bg2@2x-d55f337d.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.pay-panel .pay-top[data-v-6603e3f4] {
    padding-top: 5px;
    font-weight: normal;
    text-align: center
}

.pay-panel .pay-top .title[data-v-6603e3f4] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}

.pay-panel .pay-top .sub-title[data-v-6603e3f4] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.pay-panel .pay-top .rights[data-v-6603e3f4] {
    font-size: 14px;
    color: #f9ad14;
    margin-left: 10px
}

.pay-panel .pay-top .type-tab[data-v-6603e3f4] {
    text-align: center
}

.pay-panel .pay-top .type-tab .tab-item[data-v-6603e3f4] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.pay-panel .pay-top .type-tab .tab-item.active[data-v-6603e3f4] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel .pay-container[data-v-6603e3f4] {
    margin-top: 15px;
    padding: 0 50px
}

.pay-panel .pay-container .pay-wrap[data-v-6603e3f4] {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 20px 75px 10px;
    margin-bottom: 25px
}

.pay-panel .pay-container .pay-wrap .goods-list[data-v-6603e3f4] {
    height: 70px;
    margin-bottom: 20px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-6603e3f4] {
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    border: solid 2px #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-6603e3f4]:not(:last-child) {
    margin-right: 40px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price[data-v-6603e3f4] {
    margin-top: 10px;
    color: #666
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price .big[data-v-6603e3f4] {
    font-size: 18px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc[data-v-6603e3f4] {
    font-size: 12px;
    color: #666;
    margin-top: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc .old[data-v-6603e3f4] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc[data-v-6603e3f4] {
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc .old[data-v-6603e3f4] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .ic-recomend[data-v-6603e3f4] {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_recomend-4a403486.png);
    background-size: 50px 18px;
    width: 50px;
    height: 18px;
    top: -10px;
    left: -2px
}

.pay-panel .pay-container .pay-wrap .pay-btn[data-v-6603e3f4] {
    text-align: center
}

.pay-panel .pay-container .pay-wrap .pay-btn .btn-open-pay[data-v-6603e3f4] {
    display: block;
    width: 242px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    margin: auto
}

.pay-panel .pay-container .pay-wrap .pay-btn .desc[data-v-6603e3f4] {
    color: #999999;
    margin-top: 13px;
    margin-bottom: 5px
}

.pay-panel .pay-container .pay-wrap .pay-info .color-hl[data-v-6603e3f4] {
    color: #F9552A
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-6603e3f4] {
    height: 28px;
    margin-bottom: 5px;
    font-size: 16px
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-6603e3f4]:before {
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-6603e3f4]:after {
    clear: both;
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .c[data-v-6603e3f4] {
    float: left
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .v[data-v-6603e3f4] {
    float: right
}

.pay-panel .pay-intro img[data-v-6603e3f4] {
    width: 680px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.pay-panel .pay-off .pay-select[data-v-6603e3f4] {
    float: left;
    width: 185px;
    margin-right: 18px
}

.pay-panel .pay-off .pay-select .pay-type[data-v-6603e3f4] {
    width: 185px;
    height: 60px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs-977feac3.png);
    background-size: 370px 240px;
    cursor: pointer;
    text-indent: -9999px;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-select .pay-type.disabled[data-v-6603e3f4] {
    cursor: not-allowed;
    opacity: .5
}

.pay-panel .pay-off .pay-select .pay-type.wx[data-v-6603e3f4] {
    background-position: 0px 0px
}

.pay-panel .pay-off .pay-select .pay-type.wx.active[data-v-6603e3f4] {
    background-position: -185px 0px
}

.pay-panel .pay-off .pay-select .pay-type.ali[data-v-6603e3f4] {
    background-position: 0px -60px
}

.pay-panel .pay-off .pay-select .pay-type.ali.active[data-v-6603e3f4] {
    background-position: -185px -60px
}

.pay-panel .pay-off .pay-select .pay-type.pub[data-v-6603e3f4] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs3-23b81d91.png);
    background-size: 370px 180px;
    background-position: 0px -120px
}

.pay-panel .pay-off .pay-select .pay-type.pub.active[data-v-6603e3f4] {
    background-position: -185px -120px
}

.pay-panel .pay-off .pay-select .pay-desc[data-v-6603e3f4] {
    margin-top: 25px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-qrcode[data-v-6603e3f4] {
    float: left;
    width: 475px;
    background: #f3f9fe
}

.pay-panel .pay-off .pay-qrcode .pay-box[data-v-6603e3f4] {
    width: 323px;
    height: 223px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 323px 223px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx[data-v-6603e3f4] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek2-60d77466.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx .wx_pay_img[data-v-6603e3f4] {
    position: relative;
    top: 12px;
    left: 10px;
    width: 160px;
    height: 160px
}

.pay-panel .pay-off .pay-qrcode .pay-box.ali[data-v-6603e3f4] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek3-81425c0c.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box-pub[data-v-6603e3f4] {
    padding: 10px 15px 10px 15px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-6603e3f4] {
    height: 322px
}

.pay-panel .pay-off .pay-qrcode.s3 .pay-box[data-v-6603e3f4] {
    margin-top: 50px
}

.pay-panel.vip .color-hl[data-v-6603e3f4] {
    color: #F9552A
}

.pay-panel.vip .btn-open-pay[data-v-6603e3f4] {
    background: #F9552A
}

.pay-panel.vip .goods-item.active[data-v-6603e3f4] {
    border-color: #F9552A !important
}

.pay-panel.svip .color-hl[data-v-6603e3f4] {
    color: #d2a874
}

.pay-panel.svip .btn-open-pay[data-v-6603e3f4] {
    background: #d2a874
}

.pay-panel.svip .goods-item.active[data-v-6603e3f4] {
    border-color: #d2a874 !important
}

.pay-panel.svip.no-introimg[data-v-6603e3f4] {
    padding-bottom: 0;
    min-height: 340px
}

.pay-panel.qiye .color-hl[data-v-6603e3f4] {
    color: #128bed
}

.pay-panel.qiye .btn-open-pay[data-v-6603e3f4] {
    background: #128bed
}

.pay-panel.qiye .goods-item.active[data-v-6603e3f4] {
    border-color: #128bed !important
}

.pay-panel[data-v-c881daf8] {
    color: #333;
    min-height: 420px;
    font-size: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_modal_bg2@2x-d55f337d.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.pay-panel .pay-top[data-v-c881daf8] {
    padding-top: 5px;
    font-weight: normal;
    text-align: center
}

.pay-panel .pay-top .title[data-v-c881daf8] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}

.pay-panel .pay-top .sub-title[data-v-c881daf8] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.pay-panel .pay-top .rights[data-v-c881daf8] {
    font-size: 14px;
    color: #f9ad14;
    margin-left: 10px
}

.pay-panel .pay-top .type-tab[data-v-c881daf8] {
    text-align: center
}

.pay-panel .pay-top .type-tab .tab-item[data-v-c881daf8] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.pay-panel .pay-top .type-tab .tab-item.active[data-v-c881daf8] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel .pay-container[data-v-c881daf8] {
    margin-top: 15px;
    padding: 0 50px
}

.pay-panel .pay-container .pay-wrap[data-v-c881daf8] {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 20px 75px 10px;
    margin-bottom: 25px
}

.pay-panel .pay-container .pay-wrap .goods-list[data-v-c881daf8] {
    height: 70px;
    margin-bottom: 20px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-c881daf8] {
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    border: solid 2px #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-c881daf8]:not(:last-child) {
    margin-right: 40px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price[data-v-c881daf8] {
    margin-top: 10px;
    color: #666
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price .big[data-v-c881daf8] {
    font-size: 18px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc[data-v-c881daf8] {
    font-size: 12px;
    color: #666;
    margin-top: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc .old[data-v-c881daf8] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc[data-v-c881daf8] {
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc .old[data-v-c881daf8] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .ic-recomend[data-v-c881daf8] {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_recomend-4a403486.png);
    background-size: 50px 18px;
    width: 50px;
    height: 18px;
    top: -10px;
    left: -2px
}

.pay-panel .pay-container .pay-wrap .pay-btn[data-v-c881daf8] {
    text-align: center
}

.pay-panel .pay-container .pay-wrap .pay-btn .btn-open-pay[data-v-c881daf8] {
    display: block;
    width: 242px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    margin: auto
}

.pay-panel .pay-container .pay-wrap .pay-btn .desc[data-v-c881daf8] {
    color: #999999;
    margin-top: 13px;
    margin-bottom: 5px
}

.pay-panel .pay-container .pay-wrap .pay-info .color-hl[data-v-c881daf8] {
    color: #F9552A
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-c881daf8] {
    height: 28px;
    margin-bottom: 5px;
    font-size: 16px
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-c881daf8]:before {
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-c881daf8]:after {
    clear: both;
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .c[data-v-c881daf8] {
    float: left
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .v[data-v-c881daf8] {
    float: right
}

.pay-panel .pay-intro img[data-v-c881daf8] {
    width: 680px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.pay-panel .pay-off .pay-select[data-v-c881daf8] {
    float: left;
    width: 185px;
    margin-right: 18px
}

.pay-panel .pay-off .pay-select .pay-type[data-v-c881daf8] {
    width: 185px;
    height: 60px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs-977feac3.png);
    background-size: 370px 240px;
    cursor: pointer;
    text-indent: -9999px;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-select .pay-type.disabled[data-v-c881daf8] {
    cursor: not-allowed;
    opacity: .5
}

.pay-panel .pay-off .pay-select .pay-type.wx[data-v-c881daf8] {
    background-position: 0px 0px
}

.pay-panel .pay-off .pay-select .pay-type.wx.active[data-v-c881daf8] {
    background-position: -185px 0px
}

.pay-panel .pay-off .pay-select .pay-type.ali[data-v-c881daf8] {
    background-position: 0px -60px
}

.pay-panel .pay-off .pay-select .pay-type.ali.active[data-v-c881daf8] {
    background-position: -185px -60px
}

.pay-panel .pay-off .pay-select .pay-type.pub[data-v-c881daf8] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs3-23b81d91.png);
    background-size: 370px 180px;
    background-position: 0px -120px
}

.pay-panel .pay-off .pay-select .pay-type.pub.active[data-v-c881daf8] {
    background-position: -185px -120px
}

.pay-panel .pay-off .pay-select .pay-desc[data-v-c881daf8] {
    margin-top: 25px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-qrcode[data-v-c881daf8] {
    float: left;
    width: 475px;
    background: #f3f9fe
}

.pay-panel .pay-off .pay-qrcode .pay-box[data-v-c881daf8] {
    width: 323px;
    height: 223px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 323px 223px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx[data-v-c881daf8] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek2-60d77466.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx .wx_pay_img[data-v-c881daf8] {
    position: relative;
    top: 12px;
    left: 10px;
    width: 160px;
    height: 160px
}

.pay-panel .pay-off .pay-qrcode .pay-box.ali[data-v-c881daf8] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek3-81425c0c.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box-pub[data-v-c881daf8] {
    padding: 10px 15px 10px 15px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-c881daf8] {
    height: 322px
}

.pay-panel .pay-off .pay-qrcode.s3 .pay-box[data-v-c881daf8] {
    margin-top: 50px
}

.pay-panel.vip .color-hl[data-v-c881daf8] {
    color: #F9552A
}

.pay-panel.vip .btn-open-pay[data-v-c881daf8] {
    background: #F9552A
}

.pay-panel.vip .goods-item.active[data-v-c881daf8] {
    border-color: #F9552A !important
}

.pay-panel.svip .color-hl[data-v-c881daf8] {
    color: #d2a874
}

.pay-panel.svip .btn-open-pay[data-v-c881daf8] {
    background: #d2a874
}

.pay-panel.svip .goods-item.active[data-v-c881daf8] {
    border-color: #d2a874 !important
}

.pay-panel.svip.no-introimg[data-v-c881daf8] {
    padding-bottom: 0;
    min-height: 340px
}

.pay-panel.qiye .color-hl[data-v-c881daf8] {
    color: #128bed
}

.pay-panel.qiye .btn-open-pay[data-v-c881daf8] {
    background: #128bed
}

.pay-panel.qiye .goods-item.active[data-v-c881daf8] {
    border-color: #128bed !important
}

.pay-panel[data-v-13fe68e3] {
    color: #333;
    min-height: 420px;
    font-size: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_modal_bg2@2x-d55f337d.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.pay-panel .pay-top[data-v-13fe68e3] {
    padding-top: 5px;
    font-weight: normal;
    text-align: center
}

.pay-panel .pay-top .title[data-v-13fe68e3] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}

.pay-panel .pay-top .sub-title[data-v-13fe68e3] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.pay-panel .pay-top .rights[data-v-13fe68e3] {
    font-size: 14px;
    color: #f9ad14;
    margin-left: 10px
}

.pay-panel .pay-top .type-tab[data-v-13fe68e3] {
    text-align: center
}

.pay-panel .pay-top .type-tab .tab-item[data-v-13fe68e3] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.pay-panel .pay-top .type-tab .tab-item.active[data-v-13fe68e3] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel .pay-container[data-v-13fe68e3] {
    margin-top: 15px;
    padding: 0 50px
}

.pay-panel .pay-container .pay-wrap[data-v-13fe68e3] {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 20px 75px 10px;
    margin-bottom: 25px
}

.pay-panel .pay-container .pay-wrap .goods-list[data-v-13fe68e3] {
    height: 70px;
    margin-bottom: 20px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-13fe68e3] {
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    border: solid 2px #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-13fe68e3]:not(:last-child) {
    margin-right: 40px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price[data-v-13fe68e3] {
    margin-top: 10px;
    color: #666
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price .big[data-v-13fe68e3] {
    font-size: 18px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc[data-v-13fe68e3] {
    font-size: 12px;
    color: #666;
    margin-top: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc .old[data-v-13fe68e3] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc[data-v-13fe68e3] {
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc .old[data-v-13fe68e3] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .ic-recomend[data-v-13fe68e3] {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_recomend-4a403486.png);
    background-size: 50px 18px;
    width: 50px;
    height: 18px;
    top: -10px;
    left: -2px
}

.pay-panel .pay-container .pay-wrap .pay-btn[data-v-13fe68e3] {
    text-align: center
}

.pay-panel .pay-container .pay-wrap .pay-btn .btn-open-pay[data-v-13fe68e3] {
    display: block;
    width: 242px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    margin: auto
}

.pay-panel .pay-container .pay-wrap .pay-btn .desc[data-v-13fe68e3] {
    color: #999999;
    margin-top: 13px;
    margin-bottom: 5px
}

.pay-panel .pay-container .pay-wrap .pay-info .color-hl[data-v-13fe68e3] {
    color: #F9552A
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-13fe68e3] {
    height: 28px;
    margin-bottom: 5px;
    font-size: 16px
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-13fe68e3]:before {
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-13fe68e3]:after {
    clear: both;
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .c[data-v-13fe68e3] {
    float: left
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .v[data-v-13fe68e3] {
    float: right
}

.pay-panel .pay-intro img[data-v-13fe68e3] {
    width: 680px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.pay-panel .pay-off .pay-select[data-v-13fe68e3] {
    float: left;
    width: 185px;
    margin-right: 18px
}

.pay-panel .pay-off .pay-select .pay-type[data-v-13fe68e3] {
    width: 185px;
    height: 60px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs-977feac3.png);
    background-size: 370px 240px;
    cursor: pointer;
    text-indent: -9999px;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-select .pay-type.disabled[data-v-13fe68e3] {
    cursor: not-allowed;
    opacity: .5
}

.pay-panel .pay-off .pay-select .pay-type.wx[data-v-13fe68e3] {
    background-position: 0px 0px
}

.pay-panel .pay-off .pay-select .pay-type.wx.active[data-v-13fe68e3] {
    background-position: -185px 0px
}

.pay-panel .pay-off .pay-select .pay-type.ali[data-v-13fe68e3] {
    background-position: 0px -60px
}

.pay-panel .pay-off .pay-select .pay-type.ali.active[data-v-13fe68e3] {
    background-position: -185px -60px
}

.pay-panel .pay-off .pay-select .pay-type.pub[data-v-13fe68e3] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs3-23b81d91.png);
    background-size: 370px 180px;
    background-position: 0px -120px
}

.pay-panel .pay-off .pay-select .pay-type.pub.active[data-v-13fe68e3] {
    background-position: -185px -120px
}

.pay-panel .pay-off .pay-select .pay-desc[data-v-13fe68e3] {
    margin-top: 25px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-qrcode[data-v-13fe68e3] {
    float: left;
    width: 475px;
    background: #f3f9fe
}

.pay-panel .pay-off .pay-qrcode .pay-box[data-v-13fe68e3] {
    width: 323px;
    height: 223px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 323px 223px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx[data-v-13fe68e3] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek2-60d77466.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx .wx_pay_img[data-v-13fe68e3] {
    position: relative;
    top: 12px;
    left: 10px;
    width: 160px;
    height: 160px
}

.pay-panel .pay-off .pay-qrcode .pay-box.ali[data-v-13fe68e3] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek3-81425c0c.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box-pub[data-v-13fe68e3] {
    padding: 10px 15px 10px 15px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-13fe68e3] {
    height: 322px
}

.pay-panel .pay-off .pay-qrcode.s3 .pay-box[data-v-13fe68e3] {
    margin-top: 50px
}

.pay-panel.vip .color-hl[data-v-13fe68e3] {
    color: #F9552A
}

.pay-panel.vip .btn-open-pay[data-v-13fe68e3] {
    background: #F9552A
}

.pay-panel.vip .goods-item.active[data-v-13fe68e3] {
    border-color: #F9552A !important
}

.pay-panel.svip .color-hl[data-v-13fe68e3] {
    color: #d2a874
}

.pay-panel.svip .btn-open-pay[data-v-13fe68e3] {
    background: #d2a874
}

.pay-panel.svip .goods-item.active[data-v-13fe68e3] {
    border-color: #d2a874 !important
}

.pay-panel.svip.no-introimg[data-v-13fe68e3] {
    padding-bottom: 0;
    min-height: 340px
}

.pay-panel.qiye .color-hl[data-v-13fe68e3] {
    color: #128bed
}

.pay-panel.qiye .btn-open-pay[data-v-13fe68e3] {
    background: #128bed
}

.pay-panel.qiye .goods-item.active[data-v-13fe68e3] {
    border-color: #128bed !important
}

.pay-panel[data-v-67687c94] {
    color: #333;
    min-height: 420px;
    font-size: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_modal_bg2@2x-d55f337d.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.pay-panel .pay-top[data-v-67687c94] {
    padding-top: 5px;
    font-weight: normal;
    text-align: center
}

.pay-panel .pay-top .title[data-v-67687c94] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}

.pay-panel .pay-top .sub-title[data-v-67687c94] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.pay-panel .pay-top .rights[data-v-67687c94] {
    font-size: 14px;
    color: #f9ad14;
    margin-left: 10px
}

.pay-panel .pay-top .type-tab[data-v-67687c94] {
    text-align: center
}

.pay-panel .pay-top .type-tab .tab-item[data-v-67687c94] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.pay-panel .pay-top .type-tab .tab-item.active[data-v-67687c94] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel .pay-container[data-v-67687c94] {
    margin-top: 15px;
    padding: 0 50px
}

.pay-panel .pay-container .pay-wrap[data-v-67687c94] {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 20px 75px 10px;
    margin-bottom: 25px
}

.pay-panel .pay-container .pay-wrap .goods-list[data-v-67687c94] {
    height: 70px;
    margin-bottom: 20px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-67687c94] {
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    border: solid 2px #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-67687c94]:not(:last-child) {
    margin-right: 40px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price[data-v-67687c94] {
    margin-top: 10px;
    color: #666
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price .big[data-v-67687c94] {
    font-size: 18px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc[data-v-67687c94] {
    font-size: 12px;
    color: #666;
    margin-top: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc .old[data-v-67687c94] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc[data-v-67687c94] {
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc .old[data-v-67687c94] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .ic-recomend[data-v-67687c94] {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_recomend-4a403486.png);
    background-size: 50px 18px;
    width: 50px;
    height: 18px;
    top: -10px;
    left: -2px
}

.pay-panel .pay-container .pay-wrap .pay-btn[data-v-67687c94] {
    text-align: center
}

.pay-panel .pay-container .pay-wrap .pay-btn .btn-open-pay[data-v-67687c94] {
    display: block;
    width: 242px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    margin: auto
}

.pay-panel .pay-container .pay-wrap .pay-btn .desc[data-v-67687c94] {
    color: #999999;
    margin-top: 13px;
    margin-bottom: 5px
}

.pay-panel .pay-container .pay-wrap .pay-info .color-hl[data-v-67687c94] {
    color: #F9552A
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-67687c94] {
    height: 28px;
    margin-bottom: 5px;
    font-size: 16px
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-67687c94]:before {
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-67687c94]:after {
    clear: both;
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .c[data-v-67687c94] {
    float: left
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .v[data-v-67687c94] {
    float: right
}

.pay-panel .pay-intro img[data-v-67687c94] {
    width: 680px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.pay-panel .pay-off .pay-select[data-v-67687c94] {
    float: left;
    width: 185px;
    margin-right: 18px
}

.pay-panel .pay-off .pay-select .pay-type[data-v-67687c94] {
    width: 185px;
    height: 60px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs-977feac3.png);
    background-size: 370px 240px;
    cursor: pointer;
    text-indent: -9999px;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-select .pay-type.disabled[data-v-67687c94] {
    cursor: not-allowed;
    opacity: .5
}

.pay-panel .pay-off .pay-select .pay-type.wx[data-v-67687c94] {
    background-position: 0px 0px
}

.pay-panel .pay-off .pay-select .pay-type.wx.active[data-v-67687c94] {
    background-position: -185px 0px
}

.pay-panel .pay-off .pay-select .pay-type.ali[data-v-67687c94] {
    background-position: 0px -60px
}

.pay-panel .pay-off .pay-select .pay-type.ali.active[data-v-67687c94] {
    background-position: -185px -60px
}

.pay-panel .pay-off .pay-select .pay-type.pub[data-v-67687c94] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs3-23b81d91.png);
    background-size: 370px 180px;
    background-position: 0px -120px
}

.pay-panel .pay-off .pay-select .pay-type.pub.active[data-v-67687c94] {
    background-position: -185px -120px
}

.pay-panel .pay-off .pay-select .pay-desc[data-v-67687c94] {
    margin-top: 25px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-qrcode[data-v-67687c94] {
    float: left;
    width: 475px;
    background: #f3f9fe
}

.pay-panel .pay-off .pay-qrcode .pay-box[data-v-67687c94] {
    width: 323px;
    height: 223px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 323px 223px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx[data-v-67687c94] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek2-60d77466.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx .wx_pay_img[data-v-67687c94] {
    position: relative;
    top: 12px;
    left: 10px;
    width: 160px;
    height: 160px
}

.pay-panel .pay-off .pay-qrcode .pay-box.ali[data-v-67687c94] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek3-81425c0c.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box-pub[data-v-67687c94] {
    padding: 10px 15px 10px 15px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-67687c94] {
    height: 322px
}

.pay-panel .pay-off .pay-qrcode.s3 .pay-box[data-v-67687c94] {
    margin-top: 50px
}

.pay-panel.vip .color-hl[data-v-67687c94] {
    color: #F9552A
}

.pay-panel.vip .btn-open-pay[data-v-67687c94] {
    background: #F9552A
}

.pay-panel.vip .goods-item.active[data-v-67687c94] {
    border-color: #F9552A !important
}

.pay-panel.svip .color-hl[data-v-67687c94] {
    color: #d2a874
}

.pay-panel.svip .btn-open-pay[data-v-67687c94] {
    background: #d2a874
}

.pay-panel.svip .goods-item.active[data-v-67687c94] {
    border-color: #d2a874 !important
}

.pay-panel.svip.no-introimg[data-v-67687c94] {
    padding-bottom: 0;
    min-height: 340px
}

.pay-panel.qiye .color-hl[data-v-67687c94] {
    color: #128bed
}

.pay-panel.qiye .btn-open-pay[data-v-67687c94] {
    background: #128bed
}

.pay-panel.qiye .goods-item.active[data-v-67687c94] {
    border-color: #128bed !important
}

.pay-panel[data-v-3ecba440] {
    color: #333;
    min-height: 420px;
    font-size: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_modal_bg2@2x-d55f337d.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.pay-panel .pay-top[data-v-3ecba440] {
    padding-top: 5px;
    font-weight: normal;
    text-align: center
}

.pay-panel .pay-top .title[data-v-3ecba440] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}

.pay-panel .pay-top .sub-title[data-v-3ecba440] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.pay-panel .pay-top .rights[data-v-3ecba440] {
    font-size: 14px;
    color: #f9ad14;
    margin-left: 10px
}

.pay-panel .pay-top .type-tab[data-v-3ecba440] {
    text-align: center
}

.pay-panel .pay-top .type-tab .tab-item[data-v-3ecba440] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.pay-panel .pay-top .type-tab .tab-item.active[data-v-3ecba440] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel .pay-container[data-v-3ecba440] {
    margin-top: 15px;
    padding: 0 50px
}

.pay-panel .pay-container .pay-wrap[data-v-3ecba440] {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 20px 75px 10px;
    margin-bottom: 25px
}

.pay-panel .pay-container .pay-wrap .goods-list[data-v-3ecba440] {
    height: 70px;
    margin-bottom: 20px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-3ecba440] {
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    border: solid 2px #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-3ecba440]:not(:last-child) {
    margin-right: 40px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price[data-v-3ecba440] {
    margin-top: 10px;
    color: #666
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price .big[data-v-3ecba440] {
    font-size: 18px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc[data-v-3ecba440] {
    font-size: 12px;
    color: #666;
    margin-top: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc .old[data-v-3ecba440] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc[data-v-3ecba440] {
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc .old[data-v-3ecba440] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .ic-recomend[data-v-3ecba440] {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_recomend-4a403486.png);
    background-size: 50px 18px;
    width: 50px;
    height: 18px;
    top: -10px;
    left: -2px
}

.pay-panel .pay-container .pay-wrap .pay-btn[data-v-3ecba440] {
    text-align: center
}

.pay-panel .pay-container .pay-wrap .pay-btn .btn-open-pay[data-v-3ecba440] {
    display: block;
    width: 242px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    margin: auto
}

.pay-panel .pay-container .pay-wrap .pay-btn .desc[data-v-3ecba440] {
    color: #999999;
    margin-top: 13px;
    margin-bottom: 5px
}

.pay-panel .pay-container .pay-wrap .pay-info .color-hl[data-v-3ecba440] {
    color: #F9552A
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-3ecba440] {
    height: 28px;
    margin-bottom: 5px;
    font-size: 16px
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-3ecba440]:before {
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-3ecba440]:after {
    clear: both;
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .c[data-v-3ecba440] {
    float: left
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .v[data-v-3ecba440] {
    float: right
}

.pay-panel .pay-intro img[data-v-3ecba440] {
    width: 680px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.pay-panel .pay-off .pay-select[data-v-3ecba440] {
    float: left;
    width: 185px;
    margin-right: 18px
}

.pay-panel .pay-off .pay-select .pay-type[data-v-3ecba440] {
    width: 185px;
    height: 60px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs-977feac3.png);
    background-size: 370px 240px;
    cursor: pointer;
    text-indent: -9999px;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-select .pay-type.disabled[data-v-3ecba440] {
    cursor: not-allowed;
    opacity: .5
}

.pay-panel .pay-off .pay-select .pay-type.wx[data-v-3ecba440] {
    background-position: 0px 0px
}

.pay-panel .pay-off .pay-select .pay-type.wx.active[data-v-3ecba440] {
    background-position: -185px 0px
}

.pay-panel .pay-off .pay-select .pay-type.ali[data-v-3ecba440] {
    background-position: 0px -60px
}

.pay-panel .pay-off .pay-select .pay-type.ali.active[data-v-3ecba440] {
    background-position: -185px -60px
}

.pay-panel .pay-off .pay-select .pay-type.pub[data-v-3ecba440] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs3-23b81d91.png);
    background-size: 370px 180px;
    background-position: 0px -120px
}

.pay-panel .pay-off .pay-select .pay-type.pub.active[data-v-3ecba440] {
    background-position: -185px -120px
}

.pay-panel .pay-off .pay-select .pay-desc[data-v-3ecba440] {
    margin-top: 25px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-qrcode[data-v-3ecba440] {
    float: left;
    width: 475px;
    background: #f3f9fe
}

.pay-panel .pay-off .pay-qrcode .pay-box[data-v-3ecba440] {
    width: 323px;
    height: 223px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 323px 223px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx[data-v-3ecba440] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek2-60d77466.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx .wx_pay_img[data-v-3ecba440] {
    position: relative;
    top: 12px;
    left: 10px;
    width: 160px;
    height: 160px
}

.pay-panel .pay-off .pay-qrcode .pay-box.ali[data-v-3ecba440] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek3-81425c0c.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box-pub[data-v-3ecba440] {
    padding: 10px 15px 10px 15px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-3ecba440] {
    height: 322px
}

.pay-panel .pay-off .pay-qrcode.s3 .pay-box[data-v-3ecba440] {
    margin-top: 50px
}

.pay-panel.vip .color-hl[data-v-3ecba440] {
    color: #F9552A
}

.pay-panel.vip .btn-open-pay[data-v-3ecba440] {
    background: #F9552A
}

.pay-panel.vip .goods-item.active[data-v-3ecba440] {
    border-color: #F9552A !important
}

.pay-panel.svip .color-hl[data-v-3ecba440] {
    color: #d2a874
}

.pay-panel.svip .btn-open-pay[data-v-3ecba440] {
    background: #d2a874
}

.pay-panel.svip .goods-item.active[data-v-3ecba440] {
    border-color: #d2a874 !important
}

.pay-panel.svip.no-introimg[data-v-3ecba440] {
    padding-bottom: 0;
    min-height: 340px
}

.pay-panel.qiye .color-hl[data-v-3ecba440] {
    color: #128bed
}

.pay-panel.qiye .btn-open-pay[data-v-3ecba440] {
    background: #128bed
}

.pay-panel.qiye .goods-item.active[data-v-3ecba440] {
    border-color: #128bed !important
}

.univip .type-stab[data-v-3ecba440] {
    text-align: center
}

.univip .type-stab .tab-item[data-v-3ecba440] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.univip .type-stab .tab-item.active[data-v-3ecba440] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel[data-v-41b57454] {
    color: #333;
    min-height: 420px;
    font-size: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_modal_bg2@2x-d55f337d.png) center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

.pay-panel .pay-top[data-v-41b57454] {
    padding-top: 5px;
    font-weight: normal;
    text-align: center
}

.pay-panel .pay-top .title[data-v-41b57454] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}

.pay-panel .pay-top .sub-title[data-v-41b57454] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.pay-panel .pay-top .rights[data-v-41b57454] {
    font-size: 14px;
    color: #f9ad14;
    margin-left: 10px
}

.pay-panel .pay-top .type-tab[data-v-41b57454] {
    text-align: center
}

.pay-panel .pay-top .type-tab .tab-item[data-v-41b57454] {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.pay-panel .pay-top .type-tab .tab-item.active[data-v-41b57454] {
    color: #fff;
    border-bottom: solid 2px #fff
}

.pay-panel .pay-container[data-v-41b57454] {
    margin-top: 15px;
    padding: 0 50px
}

.pay-panel .pay-container .pay-wrap[data-v-41b57454] {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 20px 75px 10px;
    margin-bottom: 25px
}

.pay-panel .pay-container .pay-wrap .goods-list[data-v-41b57454] {
    height: 70px;
    margin-bottom: 20px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-41b57454] {
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 70px;
    border: solid 2px #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item[data-v-41b57454]:not(:last-child) {
    margin-right: 40px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price[data-v-41b57454] {
    margin-top: 10px;
    color: #666
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .price .big[data-v-41b57454] {
    font-size: 18px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc[data-v-41b57454] {
    font-size: 12px;
    color: #666;
    margin-top: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .desc .old[data-v-41b57454] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc[data-v-41b57454] {
    font-size: 13px;
    color: #999;
    margin-top: 2px
}

.pay-panel .pay-container .pay-wrap .goods-list .goods-item .actvity-desc .old[data-v-41b57454] {
    text-decoration: line-through;
    margin-right: 3px
}

.pay-panel .pay-container .pay-wrap .goods-list .ic-recomend[data-v-41b57454] {
    position: absolute;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_recomend-4a403486.png);
    background-size: 50px 18px;
    width: 50px;
    height: 18px;
    top: -10px;
    left: -2px
}

.pay-panel .pay-container .pay-wrap .pay-btn[data-v-41b57454] {
    text-align: center
}

.pay-panel .pay-container .pay-wrap .pay-btn .btn-open-pay[data-v-41b57454] {
    display: block;
    width: 242px;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    margin: auto
}

.pay-panel .pay-container .pay-wrap .pay-btn .desc[data-v-41b57454] {
    color: #999999;
    margin-top: 13px;
    margin-bottom: 5px
}

.pay-panel .pay-container .pay-wrap .pay-info .color-hl[data-v-41b57454] {
    color: #F9552A
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-41b57454] {
    height: 28px;
    margin-bottom: 5px;
    font-size: 16px
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-41b57454]:before {
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline[data-v-41b57454]:after {
    clear: both;
    display: table;
    content: ' '
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .c[data-v-41b57454] {
    float: left
}

.pay-panel .pay-container .pay-wrap .pay-info .rline .v[data-v-41b57454] {
    float: right
}

.pay-panel .pay-intro img[data-v-41b57454] {
    width: 680px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.pay-panel .pay-off .pay-select[data-v-41b57454] {
    float: left;
    width: 185px;
    margin-right: 18px
}

.pay-panel .pay-off .pay-select .pay-type[data-v-41b57454] {
    width: 185px;
    height: 60px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs-977feac3.png);
    background-size: 370px 240px;
    cursor: pointer;
    text-indent: -9999px;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-select .pay-type.disabled[data-v-41b57454] {
    cursor: not-allowed;
    opacity: .5
}

.pay-panel .pay-off .pay-select .pay-type.wx[data-v-41b57454] {
    background-position: 0px 0px
}

.pay-panel .pay-off .pay-select .pay-type.wx.active[data-v-41b57454] {
    background-position: -185px 0px
}

.pay-panel .pay-off .pay-select .pay-type.ali[data-v-41b57454] {
    background-position: 0px -60px
}

.pay-panel .pay-off .pay-select .pay-type.ali.active[data-v-41b57454] {
    background-position: -185px -60px
}

.pay-panel .pay-off .pay-select .pay-type.pub[data-v-41b57454] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/pay_btn_imgs3-23b81d91.png);
    background-size: 370px 180px;
    background-position: 0px -120px
}

.pay-panel .pay-off .pay-select .pay-type.pub.active[data-v-41b57454] {
    background-position: -185px -120px
}

.pay-panel .pay-off .pay-select .pay-desc[data-v-41b57454] {
    margin-top: 25px;
    color: #999;
    line-height: 1.3;
    margin-bottom: 10px
}

.pay-panel .pay-off .pay-qrcode[data-v-41b57454] {
    float: left;
    width: 475px;
    background: #f3f9fe
}

.pay-panel .pay-off .pay-qrcode .pay-box[data-v-41b57454] {
    width: 323px;
    height: 223px;
    margin-left: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 323px 223px;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx[data-v-41b57454] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek2-60d77466.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box.wx .wx_pay_img[data-v-41b57454] {
    position: relative;
    top: 12px;
    left: 10px;
    width: 160px;
    height: 160px
}

.pay-panel .pay-off .pay-qrcode .pay-box.ali[data-v-41b57454] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/vip_payqrcodek3-81425c0c.png)
}

.pay-panel .pay-off .pay-qrcode .pay-box-pub[data-v-41b57454] {
    padding: 10px 15px 10px 15px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-41b57454] {
    height: 322px
}

.pay-panel .pay-off .pay-qrcode.s3 .pay-box[data-v-41b57454] {
    margin-top: 50px
}

.pay-panel.vip .color-hl[data-v-41b57454] {
    color: #F9552A
}

.pay-panel.vip .btn-open-pay[data-v-41b57454] {
    background: #F9552A
}

.pay-panel.vip .goods-item.active[data-v-41b57454] {
    border-color: #F9552A !important
}

.pay-panel.svip .color-hl[data-v-41b57454] {
    color: #d2a874
}

.pay-panel.svip .btn-open-pay[data-v-41b57454] {
    background: #d2a874
}

.pay-panel.svip .goods-item.active[data-v-41b57454] {
    border-color: #d2a874 !important
}

.pay-panel.svip.no-introimg[data-v-41b57454] {
    padding-bottom: 0;
    min-height: 340px
}

.pay-panel.qiye .color-hl[data-v-41b57454] {
    color: #128bed
}

.pay-panel.qiye .btn-open-pay[data-v-41b57454] {
    background: #128bed
}

.pay-panel.qiye .goods-item.active[data-v-41b57454] {
    border-color: #128bed !important
}

.pay-panel.datavip .pay-wrap[data-v-41b57454] {
    padding-left: 48px;
    padding-right: 48px
}

.datavip-goods-list[data-v-41b57454] {
    margin-bottom: 20px
}

.datavip-goods-item[data-v-41b57454] {
    position: relative;
    text-align: left;
    padding: 6px 15px;
    width: 285px;
    height: 80px;
    float: left;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/datavip_k-2f1dd002.png);
    background-size: 285px 80px;
    padding-top: 10px
}

.datavip-goods-item.active[data-v-41b57454] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/datavip_k_h-8eb9a78b.png)
}

.datavip-goods-item.rec[data-v-41b57454] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/datavip_k1-37910f67.png);
    background-size: 580px 106px;
    width: 580px;
    height: 106px;
    padding-top: 33px
}

.datavip-goods-item.rec.active[data-v-41b57454] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/datavip_k1_h-68d0326a.png)
}

.datavip-goods-item.rec.twday[data-v-41b57454] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/datavip_k2-c456c080.png);
    background-size: 580px 134px;
    height: 134px
}

.datavip-goods-item.rec.twday.active[data-v-41b57454] {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/datavip_k2_h-27496726.png)
}

.datavip-goods-item .twday-check[data-v-41b57454] {
    margin-top: 7px
}

.datavip-goods-item .twday-check label[data-v-41b57454] {
    font-weight: normal;
    margin-bottom: 3px
}

.datavip-goods-item .twday-check label input[data-v-41b57454] {
    margin-right: 4px;
    position: relative;
    top: 1px
}

.datavip-goods-item .title[data-v-41b57454] {
    font-size: 18px;
    font-weight: 600;
    color: #128bed
}

.datavip-goods-item .desc[data-v-41b57454] {
    color: #999;
    font-size: 14px;
    margin-top: 5px
}

.datavip-goods-item .price[data-v-41b57454] {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 15px
}

.datavip-goods-item .price .big[data-v-41b57454] {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #F9552A
}

.datavip-goods-item.rec .price[data-v-41b57454] {
    top: 30px
}

.datavip-goods-item .text-gray[data-v-41b57454] {
    color: #999 !important
}

.export-btn[data-v-41b57454] {
    text-align: center
}

.export-btn .btn[data-v-41b57454] {
    width: 240px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px
}

.ta-tip[data-v-41b57454] {
    background: #F6F6F6;
    color: #999;
    font-size: 12px;
    text-align: center;
    position: absolute;
    line-height: 20px;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.tip-text[data-v-41b57454] {
    font-size: 12px;
    width: 300px
}

.pay-panel .pay-off .pay-qrcode.s3[data-v-41b57454] {
    height: 310px;
    margin-bottom: 20px
}

.app-hfilter[data-v-b6aea2dc] {
    line-height: 32px
}

.app-hfilter .item[data-v-b6aea2dc] {
    color: #999
}

.app-hfilter .item.active[data-v-b6aea2dc] {
    color: #128bed
}

.app-hfilter .item[data-v-b6aea2dc]:not(:first-child):before {
    content: " ";
    position: relative;
    top: -0.06em;
    display: inline-block;
    width: 1px;
    height: 0.9em;
    margin: 0 11px;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    background: #e8e8e8
}

.app-pfilter .pills-header[data-v-21203046] {
    color: #333
}

.app-pfilter .pills-item[data-v-21203046] {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 4px;
    color: #666
}

.app-pfilter .pills-item.active[data-v-21203046], .app-pfilter .pills-item[data-v-21203046]:not([data-value=x]):hover {
    background: #128bed;
    color: #fff;
    border-radius: 4px
}

.app-cascader[data-v-0f29c3f3] {
    display: inline-block;
    position: relative
}

.app-cascader .cascader-text[data-v-0f29c3f3] {
    color: #333
}

.app-cascader .cascader-text.selected-text[data-v-0f29c3f3] {
    color: #128bed
}

.app-cascader .clearfix[data-v-0f29c3f3] {
    height: 270px;
    margin-right: -1px;
    overflow: hidden
}

.app-cascader .clearfix > .pull-left[data-v-0f29c3f3] {
    width: 200px
}

.app-cascader .clearfix > .pull-left:not(:last-child) .drop-col[data-v-0f29c3f3] {
    border-right: solid 1px #eee
}

.app-cascader ul.drop-col[data-v-0f29c3f3] {
    margin-bottom: 0px;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
    height: 285px
}

.app-cascader ul.drop-col li > a[data-v-0f29c3f3] {
    display: block;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    color: #333;
    line-height: 18px
}

.app-cascader ul.drop-col li > a[data-v-0f29c3f3]:hover, .app-cascader ul.drop-col li > a.hover[data-v-0f29c3f3] {
    background-color: #F3F9FD;
    color: #128bed
}

.app-cascader ul.drop-col li > a .text[data-v-0f29c3f3] {
    width: 160px;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 5px;
    margin-bottom: 0px;
    white-space: nowrap
}

.app-cascader ul.drop-col li > a label.text[data-v-0f29c3f3] {
    font-weight: normal
}

.app-cascader ul.drop-col li > a label.text > input[data-v-0f29c3f3] {
    margin-right: 5px;
    font-size: 24px;
    margin-top: 0px;
    position: relative;
    top: 2px
}

.app-cascader ul.drop-col li > a i[data-v-0f29c3f3] {
    position: relative;
    top: -4px
}

.app-cascader.drop-hover .dropdown-menu[data-v-0f29c3f3] {
    display: block;
    visibility: hidden;
    -webkit-transition: all 0s linear 0.2s;
    -o-transition: all 0s linear 0.2s;
    transition: all 0s linear 0.2s
}

.app-cascader.drop-hover:hover .dropdown-menu[data-v-0f29c3f3] {
    visibility: visible
}

.app-dselect[data-v-03cb9676] {
    display: inline-block;
    position: relative
}

.app-dselect .dropdown-menu[data-v-03cb9676] {
    width: 140px
}

.app-dselect .dselect-text[data-v-03cb9676] {
    color: #333
}

.app-dselect .dselect-text.active[data-v-03cb9676] {
    color: #128bed
}

.app-dselect ul.drop-col[data-v-03cb9676] {
    margin-bottom: 0px;
    padding-left: 0px;
    position: relative;
    overflow: auto;
    max-height: 205px
}

.app-dselect ul.drop-col > li > a[data-v-03cb9676], .app-dselect .drop-x > a[data-v-03cb9676] {
    display: block;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    color: #333;
    line-height: 18px
}

.app-dselect ul.drop-col > li > a[data-v-03cb9676]:hover, .app-dselect ul.drop-col > li > a.hover[data-v-03cb9676], .app-dselect .drop-x > a[data-v-03cb9676]:hover, .app-dselect .drop-x > a.hover[data-v-03cb9676] {
    background-color: #F3F9FD;
    color: #128bed
}

.app-dselect ul.drop-col > li > a .text[data-v-03cb9676], .app-dselect .drop-x > a .text[data-v-03cb9676] {
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 5px;
    margin-bottom: 0px;
    white-space: nowrap
}

.app-dselect ul.drop-col > li > a label.text[data-v-03cb9676], .app-dselect .drop-x > a label.text[data-v-03cb9676] {
    font-weight: normal
}

.app-dselect ul.drop-col > li > a label.text > input[data-v-03cb9676], .app-dselect .drop-x > a label.text > input[data-v-03cb9676] {
    float: left;
    margin-right: 6px;
    margin-top: 3px
}

.app-dselect ul.drop-col > li > a i[data-v-03cb9676], .app-dselect .drop-x > a i[data-v-03cb9676] {
    float: right;
    margin-top: 2px
}

.app-dselect ul.drop-col > li > a .drop-right[data-v-03cb9676], .app-dselect .drop-x > a .drop-right[data-v-03cb9676] {
    position: absolute;
    left: 158px;
    z-index: 1000;
    bottom: -1px
}

.app-dselect.drop-hover .dropdown-menu[data-v-03cb9676] {
    display: block;
    visibility: hidden;
    -webkit-transition: all 0s linear 0.3s;
    -o-transition: all 0s linear 0.3s;
    transition: all 0s linear 0.3s
}

.app-dselect.drop-hover:hover .dropdown-menu[data-v-03cb9676] {
    visibility: visible
}

.app-pselect[data-v-7a34d786] {
    display: inline-block;
    position: relative
}

.app-pselect .pills-after[data-v-7a34d786] {
    margin-bottom: -3px
}

.app-pselect .xspan[data-v-7a34d786] {
    cursor: pointer;
    color: #333
}

.app-pinline[data-v-32b9073a] {
    display: inline-block;
    position: relative
}

.app-pinline.hfoot[data-v-32b9073a] {
    padding-right: 130px
}

.app-pinline.hfoot .pills-foot[data-v-32b9073a] {
    margin-right: -130px
}

.app-cascader-inline[data-v-8ad03c8e] {
    display: inline-block;
    position: relative
}

.app-cascader-inline.hfoot[data-v-8ad03c8e] {
    padding-right: 130px
}

.app-cascader-inline.hfoot .pills-foot[data-v-8ad03c8e] {
    margin-right: -130px
}

.app-cascader-inline[data-v-cc10b57e] {
    display: inline-block;
    position: relative
}

.app-cascader-inline.hfoot[data-v-cc10b57e] {
    padding-right: 130px
}

.app-cascader-inline.hfoot .pills-foot[data-v-cc10b57e] {
    margin-right: -130px
}

.phone-prefix-dropdown[data-v-67c14176] {
    width: 200px
}

.phone-prefix-dropdown ul[data-v-67c14176] {
    padding-left: 0px
}

.phone-prefix-dropdown .phone-prefix-index[data-v-67c14176] {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    word-break: break-all
}

.phone-prefix-dropdown .phone-prefix-index li[data-v-67c14176] {
    display: inline;
    padding: 0px 5px
}

.phone-prefix-dropdown .phone-prefix-index li span[data-v-67c14176] {
    cursor: pointer
}

.phone-prefix-dropdown .phone-prefix-index li span.active[data-v-67c14176] {
    color: #128bed
}

.phone-prefix-dropdown .phone-prefix-list[data-v-67c14176] {
    max-height: 250px;
    overflow-y: auto
}

.phone-prefix-dropdown .phone-prefix-list li[data-v-67c14176] {
    padding: 2px 10px;
    cursor: pointer
}

.phone-prefix-dropdown .phone-prefix-list li.active[data-v-67c14176] {
    color: #128bed
}

.phone-prefix-dropdown .phone-prefix-list li[data-v-67c14176]:hover {
    background-color: #F5F9FF
}

.phone-status[data-v-bf51459c] {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    position: relative
}

.phone-status-icon[data-v-bf51459c] {
    width: 22px;
    height: 22px;
   /* background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/phone_status_icon-435f5dd0.png);*/
    background-size: 88px 44px;
    position: absolute;
    left: -2px;
    top: -16px
}

.phone-status-icon.normal[data-v-bf51459c] {
    background-position-x: -22px
}

.phone-status-icon.danger[data-v-bf51459c] {
    background-position-x: -44px
}

.phone-status-icon.unknown[data-v-bf51459c] {
    background-position-x: -66px
}

.phoneview-action[data-v-92e3049c] {
    position: absolute;
    top: -8px;
    right: -13px
}

.phoneview-wrap[data-v-92e3049c] {
    background: #fff;
    width: 230px;
    height: 215px;
    padding: 0px 0px;
    padding-top: 5px;
    text-align: center;
    color: #333
}

.phoneview-wrap .cname[data-v-92e3049c] {
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0px 15px;
    font-size: 14px
}

.phoneview-wrap .qrcode-area[data-v-92e3049c] {
    margin-top: 10px
}

.phoneview-wrap .qrcode-area .qrcode[data-v-92e3049c] {
    width: 134px;
    height: 134px;
    padding: 5px;
    border: solid 1px #eee;
    display: inline-block
}

.phoneview-wrap .qrcode-area .phone-ic[data-v-92e3049c] {
    width: 66px;
    max-height: 130px;
    margin-left: 5px;
    margin-top: 2px;
    vertical-align: top
}

.phoneview-wrap .text[data-v-92e3049c] {
    font-size: 13px;
    margin-top: 10px
}

.app-number-range[data-v-66053434] {
    display: inline-block;
    position: relative
}

.app-number-range .range-wrap[data-v-66053434] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    height: 136px;
    border-radius: 4px
}

.app-number-range .dropdown-menu[data-v-66053434], .app-number-range .range-wrap[data-v-66053434] {
    padding: 10px;
    color: #333;
    width: 170px;
    font-size: 13px
}

.app-number-range .dropdown-menu .clearfix[data-v-66053434], .app-number-range .range-wrap .clearfix[data-v-66053434] {
    position: relative
}

.app-number-range .dropdown-menu > div[data-v-66053434], .app-number-range .range-wrap > div[data-v-66053434] {
    margin-bottom: 10px
}

.app-number-range .dropdown-menu > div > .unit[data-v-66053434], .app-number-range .range-wrap > div > .unit[data-v-66053434] {
    position: absolute;
    color: #999;
    right: 7px;
    top: 8px
}

.app-number-range .dropdown-menu > div > span[data-v-66053434], .app-number-range .range-wrap > div > span[data-v-66053434] {
    margin-right: 8px;
    color: #666;
    position: relative;
    top: 2px
}

.app-number-range .dropdown-menu input[data-v-66053434], .app-number-range .range-wrap input[data-v-66053434] {
    width: 120px;
    display: inline-block;
    font-size: 12px;
    height: 32px;
    padding-left: 8px;
    padding-right: 25px
}

.app-number-range .dropdown-menu .commit[data-v-66053434], .app-number-range .range-wrap .commit[data-v-66053434] {
    font-size: 14px;
    color: #128bed;
    float: right;
    margin-bottom: 5px;
    margin-top: 5px
}

.app-number-range .dropdown-menu .commit[data-v-66053434]:hover, .app-number-range .range-wrap .commit[data-v-66053434]:hover {
    color: #128bed
}

.app-login-insert .insert-wrap[data-v-78d0dd48] {
    position: relative;
    padding-top: 1px;
    width: 100%;
    height: 400px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/searchlogin_mengban-85fd2681.png) no-repeat;
    background-size: 1220px 400px;
    text-align: center;
    padding-top: 130px
}

.app-login-insert .insert-wrap .company-vip-title[data-v-78d0dd48] {
    font-size: 16px;
    margin-bottom: 25px
}

.app-login-insert .insert-wrap .btn[data-v-78d0dd48] {
    width: 82px;
    margin-left: 10px;
    margin-right: 10px
}

.gw-status[data-v-e1e92da6] {
    cursor: pointer !important;
    display: inline-block;
    width: 16px;
    position: relative
}

.gw-status-icon[data-v-e1e92da6] {
    width: 22px;
    height: 22px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/gw_status_icon-7387d1a9.png);
    background-size: 44px 44px;
    position: absolute;
    left: -2px;
    margin-right: 2px;
    top: -16px
}

.gw-status-icon.normal[data-v-e1e92da6] {
    background-position-x: 0px
}

.gw-status-icon.unknown[data-v-e1e92da6] {
    background-position-x: -22px
}

.app-loading[data-v-7a46408c] {
    position: relative
}

.pills.hmore[data-v-05d2702f] {
    height: 33px
}

.app-upload .file-input[data-v-7c1616f0] {
    position: absolute;
    height: 0px;
    width: 0px;
    visibility: hidden
}

.app-upload .upload-btn .btn[data-v-7c1616f0] {
    width: 78px;
    border: solid 1px #128bed;
    color: #128bed !important;
    font-size: 12px;
    padding: 6px
}

.app-upload .upload-btn .txt[data-v-7c1616f0] {
    color: #666;
    margin-left: 7px
}

.app-upload .img-preview[data-v-7c1616f0] {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    display: table-cell
}

.app-upload .img-preview img[data-v-7c1616f0] {
    width: 100px;
    height: auto;
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.app-upload .img-preview .cover[data-v-7c1616f0] {
    height: 100px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 6px;
    color: #fff;
    background: #000;
    opacity: 0;
    font-size: 25px;
    padding: 15px;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    line-height: 1.4
}

.app-upload .img-preview:hover .cover[data-v-7c1616f0] {
    opacity: .5
}

.app-upload-multi[data-v-5d78814f] {
    margin-bottom: 10px
}

.app-upload-multi .file-input[data-v-5d78814f] {
    position: absolute;
    height: 0px;
    width: 0px;
    visibility: hidden
}

.app-upload-multi .upload-btn[data-v-5d78814f] {
    display: inline-block;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/upload-a19f5469.png);
    background-size: 50px 50px;
    background-position: center 20px;
    background-repeat: no-repeat;
    border: dashed 2px #d6d6d6;
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 70px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 10px
}

.app-upload-multi .upload-btn .txt[data-v-5d78814f] {
    color: #128bed
}

.app-upload-multi .upload-btn[data-v-5d78814f]:hover {
    border-color: #128bed
}

.app-upload-multi .img-preview[data-v-5d78814f] {
    display: inline-block;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    border: solid 2px #d6d6d6;
    margin-right: 10px;
    margin-bottom: 10px
}

.app-upload-multi .img-preview[data-v-5d78814f]:last-child {
    margin-right: 0px
}

.app-upload-multi .img-preview img[data-v-5d78814f] {
    width: 120px;
    height: 120px;
    max-height: 120px;
    -o-object-fit: contain;
    object-fit: contain
}

.app-upload-multi .img-preview .bicon-delete2[data-v-5d78814f] {
    position: absolute;
    top: -1px;
    right: -1px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: rgba(0, 0, 0, 0.2)
}

.app-upload-multi .img-preview .cover[data-v-5d78814f] {
    height: 120px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 2px;
    color: #fff;
    background: #000;
    opacity: 0;
    font-size: 32px;
    padding: 15px;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    line-height: 1.4
}

.app-upload-multi .img-preview:hover .cover[data-v-5d78814f] {
    opacity: 0.5
}

.phone-code_wrapper + input {
    padding-left: 85px
}

.phone-code_wrapper {
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    z-index: 5
}

.phone-code_wrapper .phone_prefix {
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    padding-right: 30px
}

.phone-code_wrapper .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #128bed
}

.phone-code_wrapper .dropdown-menu {
    position: absolute;
    top: 100%;
    font-size: 13px;
    border-radius: 2px;
    display: block;
    z-index: 10;
    background: #fff;
    max-height: 245px;
    overflow-y: auto
}

.phone-code_wrapper .dropdown-menu ul {
    white-space: normal;
    word-break: break-all;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    padding: 5px 0 5px 5px
}

.phone-code_wrapper .dropdown-menu .phone-prefix_tab {
    border-bottom: 1px solid #eee
}

.phone-code_wrapper .dropdown-menu .phone-prefix_tab li {
    display: inline;
    padding: 0px 5px
}

.phone-code_wrapper .dropdown-menu .phone-prefix_tab li span {
    cursor: pointer
}

.phone-code_wrapper .dropdown-menu .phone-prefix_tab li span.active {
    color: #128bed
}

.phone-code_wrapper .dropdown-menu .phone-list_tab li {
    padding: 2px 10px
}

.phone-code_wrapper .dropdown-menu .phone-list_tab li.active {
    color: #128bed
}

.phone-code_wrapper .phoneline {
    content: " ";
    position: absolute;
    right: 0px;
    width: 1px;
    left: 76px;
    height: 30px;
    top: 6px;
    background: #d8d8d8
}

.app-copy[data-v-3c131250] {
    cursor: pointer;
    position: relative
}

.app-copy .copy_input[data-v-3c131250] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
    width: 0px;
    height: 0px
}

.app-copy .base_copy[data-v-3c131250] {
    color: #128bed;
    font-size: 14px;
    display: inline-block;
    line-height: 22px
}

.app-copy .base_copy .icon[data-v-3c131250] {
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/copy-5132f02d.png);
    height: 22px;
    width: 22px;
    margin-bottom: -6px;
    margin-right: -5px;
    display: inline-block;
    background-size: 100% 100%
}

.app-ntable td {
    text-align: center
}

.app-ntable td.left {
    text-align: left
}

.app-ntable td.right {
    text-align: right
}

.columns-set[data-v-65dd2dee] {
    line-height: 40px
}

.columns-config[data-v-65dd2dee] {
    margin: -8px -10px;
    width: 220px;
    height: 345px;
    overflow-y: auto
}

.columns-config .cell-wrap[data-v-65dd2dee] {
    height: 40px
}

.columns-config .cell-item[data-v-65dd2dee] {
    padding: 8px 5px 8px 15px;
    line-height: 22px
}

.columns-config .cell-item .bicon-drag[data-v-65dd2dee] {
    margin-right: 8px;
    cursor: move
}

.columns-config .cell-item .bicon-drag.disable-drag[data-v-65dd2dee] {
    opacity: .3;
    cursor: not-allowed;
    background-position: 0px -22px
}

.columns-config .cell-item .name[data-v-65dd2dee] {
    display: inline-block;
    width: 130px
}

.columns-config .cell-item .checkbox-right[data-v-65dd2dee] {
    display: inline-block
}

.columns-config .cell-item[data-v-65dd2dee]:hover {
    background: #F2F9FC
}

.columns-config .cell-item.dragging[data-v-65dd2dee] {
    position: absolute;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 210px
}

.columns-config .cell-item.after-sort[data-v-65dd2dee]:not(.dragging) {
    -webkit-box-shadow: 0px 0px 4px rgba(30, 147, 224, 0.2);
    box-shadow: 0px 0px 4px rgba(30, 147, 224, 0.2)
}

.columns-config .static-area.auto-pos[data-v-65dd2dee] {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}


/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/glyphicons-halflings-regular-f4769f9b.eot);
    src: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/glyphicons-halflings-regular-f4769f9b.eot?#iefix) format("embedded-opentype"), url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/glyphicons-halflings-regular-448c34a5.woff2) format("woff2"), url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/glyphicons-halflings-regular-fa277232.woff) format("woff"), url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/glyphicons-halflings-regular-e18bbf61.ttf) format("truetype"), url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/glyphicons-halflings-regular-89889688.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #128bed;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0d61a6;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #128bed;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0e6fbe;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #F5A623;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #db8c0a;
}

.text-danger {
    color: #FD485E;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #fc1632;
}

.bg-primary {
    color: #fff;
    background-color: #128bed;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0e6fbe;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.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: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #eeeeee;
}

/*label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}*/

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #F5A623;
}

.has-warning .form-control {
    border-color: #F5A623;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #db8c0a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9cd85;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9cd85;
}

.has-warning .input-group-addon {
    color: #F5A623;
    background-color: #fcf8e3;
    border-color: #F5A623;
}

.has-warning .form-control-feedback {
    color: #F5A623;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #FD485E;
}

.has-error .form-control {
    border-color: #FD485E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #fc1632;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feadb7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feadb7;
}

.has-error .input-group-addon {
    color: #FD485E;
    background-color: #f2dede;
    border-color: #FD485E;
}

.has-error .form-control-feedback {
    color: #FD485E;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #128bed;
    border-color: #128bed;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0e6fbe;
    border-color: #094577;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0e6fbe;
    border-color: #0e6ab4;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0e6fbe;
    background-image: none;
    border-color: #0e6ab4;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0c5c9c;
    border-color: #094577;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #128bed;
    border-color: #128bed;
}

.btn-primary .badge {
    color: #128bed;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #128bed;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #0d61a6;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #eeeeee;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f2f4f8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #128bed;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -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:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #128bed;
}

.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 > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.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:hover,
.nav-tabs.nav-justified > .active > a:focus {
    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:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #128bed;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #128bed;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #0d61a6;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #128bed;
    border-color: #128bed;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #128bed;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #0e6fbe;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #128bed;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #128bed;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #F5A623;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #db8c0a;
}

.alert-danger {
    color: #FD485E;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #fc1632;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #128bed;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #128bed;
    border-color: #128bed;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #d0e8fb;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f2f4f8;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #F5A623;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #F5A623;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #F5A623;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #F5A623;
    border-color: #F5A623;
}

.list-group-item-danger {
    color: #FD485E;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #FD485E;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #FD485E;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #FD485E;
    border-color: #FD485E;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #128bed;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #128bed;
    border-color: #128bed;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #128bed;
}

.panel-primary > .panel-heading .badge {
    color: #128bed;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #128bed;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #F5A623;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #F5A623;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #FD485E;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #FD485E;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

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

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #eeeeee;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.slide-enter, .slide-leave-to {
    height: 0;
    opacity: 0
}

.slide-enter-to, .slide-leave {
    height: 300px;
    opacity: 1
}

.slide-enter-active {
    -webkit-animation: slideIn .4s ease;
    animation: slideIn .4s ease
}

.slide-leave-active {
    -webkit-animation: slideOut .4s ease;
    animation: slideOut .4s ease
}

@-webkit-keyframes slideIn {
    0% {
        height: 0;
        opacity: 0
    }
    100% {
        height: 300px;
        opacity: 1
    }
}

@keyframes slideIn {
    0% {
        height: 0;
        opacity: 0
    }
    100% {
        height: 300px;
        opacity: 1
    }
}

@-webkit-keyframes slideOut {
    0% {
        height: 300px;
        opacity: 1
    }
    100% {
        opacity: 0;
        height: 0
    }
}

@keyframes slideOut {
    0% {
        height: 300px;
        opacity: 1
    }
    100% {
        opacity: 0;
        height: 0
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        opacity: 0.8
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        text-shadow: none;
        font-size: 14px;
        color: #128bed
    }
    80% {
        font-size: 14px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        color: #128bed;
        font-size: 14px
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        opacity: 0.8
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        text-shadow: none;
        font-size: 14px;
        color: #128bed
    }
    80% {
        font-size: 14px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        color: #128bed;
        font-size: 14px
    }
}

@-webkit-keyframes rscale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rscale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.npanel {
    background: #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #eee;
    margin-bottom: 15px
}

.npanel:before, .npanel-heading:before, .npanel-body:before {
    display: table;
    content: " "
}

.npanel:after, .npanel-heading:after, .npanel-body:after {
    clear: both;
    display: table;
    content: " "
}

.npanel-body {
    padding: 20px 15px
}

.npanel-body em {
    color: #FD485E;
    font-style: normal
}

.p15 .npanel-body {
    padding: 15px
}

.npanel-heading {
    color: #333;
    border-bottom: none;
    background: #fcfcfc
}

.npanel-heading.b-b {
    border-bottom: solid 1px #eee
}

.npanel-heading h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 32px;
    font-weight: normal;
    display: inline-block;
    line-height: 50px;
    margin-left: 15px;
    font-size: 15px
}

.npanel-heading h4 small {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-left: 5px
}

.npanel-heading .pull-right {
    line-height: 48px;
    margin-right: 15px
}

.npanel-heading .tdrop {
    position: relative;
    display: inline-block
}

.npanel-heading .tdrop .btn {
    border: solid 1px #D6D6D6;
    min-width: 69px;
    background: #fff;
    color: #333
}

.npanel-heading .tdrop .btn:active, .npanel-heading .tdrop .btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.npanel-heading .tdrop .dropdown-menu {
    margin-top: -5px;
    margin-left: 5px;
    border-radius: 0px;
    max-height: 300px;
    overflow: auto;
    z-index: 10;
    background: #fff
}

.npanel-heading + .npanel-body {
    border-top: solid 1px #eee
}

.npanel-heading .btn {
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 5px;
    line-height: 18px;
    position: relative;
    min-width: 82px
}

.npanel-heading .btn-default {
    color: #666
}

.npanel-heading .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: none;
    box-shadow: none
}

.npanel-heading .btn-none {
    line-height: 18px;
    font-size: 14px;
    padding: 6px 12px;
    margin-left: 5px;
    display: inline-block;
    position: relative
}

.npanel-heading .form {
    float: left;
    margin-right: 10px;
    margin-top: 9px
}

.npanel-heading .form-group {
    margin-bottom: 0px;
    position: relative
}

.npanel-heading input.form-control {
    font-size: 14px;
    height: 32px;
    width: 220px;
    padding-right: 32px
}

.npanel-heading .tinput {
    float: right;
    position: relative;
    margin-top: 9px
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .npanel-heading .tinput {
        margin-top: 10px
    }
}

.npanel-heading .tinput .icon-search {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_search-0adf7677.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer
}

.npanel-heading .tinput .icon-search-blue {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_search_blue-928421e4.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer
}

.npanel-heading .tab {
    padding: 0px 0px
}

.npanel-heading .tab-item {
    color: #666;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 45px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    padding-top: 3px
}

.npanel-heading .tab-item.active {
    color: #128bed;
    border-bottom: solid 2px #128bed
}

.npanel-heading .tab-item.disabled {
    color: #999;
    cursor: not-allowed
}

.npanel-heading .tab-item .new {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FD485E;
    right: -8px;
    top: 10px
}

.npanel-heading .tab-item .ntag.vip {
    position: absolute;
    right: -75px;
    top: 14px
}

.npanel-heading .icon-wenhao {
    margin-top: 6px;
    top: 4px
}

.npanel-heading .right-tooltip + .tooltip {
    right: 15px;
    width: 480px;
    left: auto !important
}

.npanel-heading .i-switch {
    position: relative;
    top: 5px
}

.npanel-heading .i-switch:before {
    content: " "
}

.npanel-heading .tooltip {
    max-width: 700px
}

.npanel .list-group {
    margin-bottom: 0px
}

.npanel .list-group.scroll {
    max-height: 251px;
    overflow-y: auto
}

.npanel .list-group.scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.npanel .list-group.scroll::-webkit-scrollbar-thumb {
    border-width: 0px
}

.npanel > .list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0;
    border-color: #f3f5f7;
    color: #333
}

.npanel > .list-group .list-group-item:first-child {
    border-top: 0px
}

.npanel > .list-group .list-group-item:last-child {
    border-bottom: 0px
}

.npanel > .list-group-nhover a.list-group-item:hover {
    background: #f1f9fe
}

.npanel > .list-group-nhover a.list-group-item:hover .title {
    color: #128bed
}

.ndetail {
    padding: 20px
}

.ndetail .title {
    font-size: 26px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 25px
}

.ndetail .tags {
    margin-top: -10px;
    margin-bottom: 25px
}

.ndetail .rline {
    color: #999
}

.ndetail .rline .f {
    margin-right: 25px;
    display: inline-block
}

.ndetail .rline .val {
    color: #666
}

.ndetail .rline .flink {
    color: #999
}

.ndetail .rline .flink:hover {
    color: #128bed
}

.ndetail .rline .flink.disabled {
    cursor: not-allowed;
    color: #aaa !important
}

.ndetail .view:before {
    content: " ";
    position: absolute;
    right: 0px;
    left: 0px;
    height: 1px;
    top: 0px;
    background: #eee
}

.ndetail .ptitle-line {
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.ndetail .ptitle-line .t {
    background: #fff;
    padding-right: 15px
}

.ndetail .ptitle-line:before {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 24px;
    background: #128bed;
    left: -20px
}

.ndetail .ptitle-line:after {
    content: " ";
    position: absolute;
    right: 0px;
    left: 80px;
    height: 1px;
    top: 12px;
    background: #eee
}

.ndetail .ftable-content {
    margin-left: -20px;
    margin-right: -20px
}

.ndetail .ftable-content table td {
    border: none
}

.pills {
    width: 100%;
    padding-left: 71px
}

.pills:not(:last-child), .app-cascader-simple:not(:last-child) {
    margin-bottom: 10px
}

.pills.dline {
    margin-bottom: 15px;
    margin-top: 0px
}

.pills.noheader {
    padding-left: 0px
}

.pills-header {
    width: 71px;
    padding: 3px 0px;
    margin: 3px 0px 0px 0px;
    margin-left: -71px;
    float: left;
    color: #999;
    font-size: 14px
}

.pills-after {
    float: left
}

.pills-item {
    float: left;
    padding: 3px 10px;
    margin: 3px 3px;
    display: block;
    color: #222;
    border-radius: 2px
}

a.pills-item {
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.pills-more {
    float: right;
    padding: 0px 6px;
    margin: 3px 3px;
    display: block;
    margin-right: -70px;
    color: #979797
}

.pills-item .caret {
    color: #128bed
}

.pills-item.active {
    background: #128bed;
    color: #fff
}

.pills-item:not([data-value=x]):hover {
    background: #128bed;
    color: #fff;
    border-radius: 2px
}

.pills-item.active .caret {
    color: #fff
}

.pills-item:hover .text-gray, .pills-item.active .text-gray {
    color: #fff
}

.pills:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

.pills .multi-check .pills-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 20px
}

.pills .multi-check .pills-item.active {
    background: none;
    color: #333
}

.pills .multi-check .pills-item:hover {
    background: none;
    color: #333
}

.pills .multi-check .ltext > input {
    margin-right: 5px;
    font-size: 24px;
    position: relative;
    top: 0px
}

.pills .multi-check [data-value=x] > span {
    position: relative;
    top: -1px
}

.pills .multi-check .pills-item .caret {
    color: #333
}

.pills .a .active {
    color: #128bed
}

.pills-after dd {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 25px
}

.pills-after .custom {
    position: relative;
    cursor: pointer;
    top: 2px
}

.pills-after .custom .dropdown-menu {
    margin-top: 5px;
    min-width: 120px
}

.pills-after .custom .x {
    display: inline-block
}

.pills-after .custom a:hover, .pills-after .custom a.hover {
    background-color: #eee;
    color: #333
}

.pills-after .fitem {
    float: left;
    padding: 3px 10px;
    margin: 3px 3px;
    display: block;
    color: #222;
    border-radius: 2px;
    color: #333
}

.pills-after .fcheck {
    font-weight: normal;
    margin-bottom: 0px
}

.pills-after .fcheck > input {
    float: left;
    margin-top: 4px;
    margin-right: 6px
}

.pills-title {
    padding-left: 0px
}

.pills-title .pills-item {
    padding: 0px;
    margin-left: 0px;
    margin-right: 20px;
    font-size: 16px;
    color: #333
}

.pills .drop-hover.custom.a .dropdown-menu {
    display: block;
    visibility: hidden;
    -webkit-transition: all 0s linear 0.2s;
    -o-transition: all 0s linear 0.2s;
    transition: all 0s linear 0.2s
}

.pills .drop-hover.custom.a:hover .dropdown-menu {
    visibility: visible
}

.pills.hfoot {
    padding-right: 80px
}

.pills.hfoot .pills-foot {
    margin-right: -80px;
    text-align: right
}

.pills.hmore {
    overflow: hidden;
    height: 31px
}

.pills .hmore-btn {
    line-height: 31px;
    color: #979797;
    font-size: 14px;
    cursor: pointer
}

.pills .pf-btn {
    line-height: 31px;
    font-size: 14px;
    cursor: pointer
}

.pills .hmore-btn:hover, .pills .pf-btn:hover {
    color: #128bed
}

.hchoosen {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px
}

.hchoosen .clearterm {
    float: right;
    color: #128bed;
    margin-top: 3px;
    cursor: pointer
}

.hchoosen .pills-header {
    color: #333;
    font-size: 14px
}

.hchoosen .pills-item {
    color: #999;
    border: solid 1px #D6D6D6;
    font-size: 12px;
    max-width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    margin-right: 10px
}

.hchoosen .pills-item:hover {
    color: #999 !important;
    border: solid 1px #D6D6D6;
    background: #fff
}

.hchoosen.click .pills-item {
    color: #128bed !important;
    background: #fff !important;
    border: solid 1px #128bed;
    padding-right: 20px
}

.hchoosen.click .pills-item:hover {
    color: #fff !important;
    background: #128bed !important
}

.hchoosen.click .pills-item:after {
    content: "X";
    position: absolute;
    right: 7px;
    top: 3px
}

.hchoosen.view-result {
    border: solid 1px #eee;
    margin-bottom: 15px
}

.hchoosen.view-result .pills {
    margin-bottom: 0px;
    margin-top: -5px
}

.npanel.hchoosen {
    border-bottom: solid 1px #eee
}

.ptable {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px
}

.ptable th {
    text-align: left;
    background: #F2F9FC;
    border-collapse: collapse;
    padding: 12px 5px 12px 12px;
    font-weight: normal;
    color: #444;
    line-height: 19px
}

.ptable th:not(:last-child) {
    border-right: #F2F9FC 1px solid
}

.ptable th.tl {
    text-align: left
}

.ptable th.tr {
    text-align: right
}

.ptable tr:hover {
    background: #f6f6f6
}

.ptable.nohover tr:hover {
    background: transparent
}

.ptable.hline td:not(:last-child) {
    border-right: #eee 1px solid
}

.ptable.hline td, .ptable.hline th {
    border: #eee 1px solid
}

.ptable.hline th:not(:last-child) {
    border-right: #F2F9FC 1px solid
}

.ptable.pl th, .ptable.pl td {
    padding-left: 30px
}

.ptable td {
    padding: 12px 5px 12px 12px;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
    word-break: break-all;
    font-size: 14px;
    line-height: 19px;
    color: #222
}

.ptable tr:not(:first-child) td {
    border-top: none
}

.ptable td:not(:last-child) {
    border-right: transparent 1px solid
}

.ptable td.tb {
    background: #F2F9FC
}

.ptable img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.ptable td > a {
    color: #128bed
}

.ptable td .line-clamp a {
    color: #128bed
}

.ptable td .line-clamp-btn {
    margin-top: -19px;
    right: 2px
}

.ptable tr:hover .line-clamp-btn {
    background: #f6f6f6
}

.ptable .ntag {
    margin-top: 4px;
    margin-bottom: 4px
}

.ptable-caption {
    padding: 0px;
    margin-bottom: 10px;
    padding-top: 10px
}

.ptable-caption .title {
    position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 26px;
    padding-left: 8px
}

.ptable-caption .title:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 2px;
    height: 16px;
    background: #128bed
}

.ptable-caption .subtitle {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline
}

.ptable-caption .tbadge {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.ptable-caption .tbadger {
    font-size: 16px;
    font-weight: 600;
    color: #fd485e
}

.ptable-caption .thist {
    font-size: 14px;
    color: #999;
    margin-left: 3px
}

.ptable-caption .thist > a {
    color: #F5A623;
    font-size: 14px
}

.ptable-caption .watermark {
    width: 92px;
    height: 26px;
    float: right;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/watermark-d52f1c72.png);
    margin-left: 20px;
    background-size: 92px 26px;
    position: relative;
    top: -2px
}

.pform .form-group {
    margin-bottom: 20px
}

.pform .col-pre {
    float: left;
    width: 120px;
    margin-left: 20px;
    font-size: 15px;
    color: #666;
    line-height: 34px;
    margin-bottom: 0px
}

.pform label.col-pre {
    font-weight: normal;
    color: #666
}

.pform .col-after {
    float: left;
    width: 442px;
    padding-right: 15px
}

.pform .redstar {
    color: #128bed
}

.nmodal .pform .col-after {
    width: 400px
}

.pform .col-all {
    padding-left: 20px;
    padding-right: 20px
}

.pform .form-control {
    height: 34px;
    font-size: 14px;
    color: #666
}

.pform .form-control.text-gray {
    color: #999
}

.pform select.form-control {
    -webkit-appearance: none
}

.pform textarea.form-control {
    height: auto;
    resize: none
}

.pform .col-btn {
    margin-top: 20px;
    margin-left: 470px
}

.pform .btn {
    min-width: 98px;
    font-size: 14px
}

.pform .fileinput > .noimg > .btn {
    width: 78px;
    border: solid 1px #128bed;
    color: #128bed !important;
    font-size: 12px;
    padding: 6px
}

.pform .fileinput > .noimg > span {
    color: #666;
    margin-left: 7px
}

.pform .fileinput > .noimg > input {
    display: none;
    position: absolute
}

.pform .fileinput > .img {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    display: none;
    border-radius: 6px;
    overflow: hidden
}

.pform .fileinput > .img > img {
    width: 100px;
    height: auto;
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.pform .fileinput > .img > span {
    height: 100px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 6px;
    color: #fff;
    background: #000;
    opacity: 0;
    font-size: 25px;
    padding: 15px;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    line-height: 1.4
}

.pform .fileinput > .img:hover > span {
    opacity: .5
}

.pform .fileinput > .backgroud {
    width: 427px;
    height: 72px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden
}

.pform .fileinput > .backgroud > img {
    width: 100%;
    height: auto;
    max-height: 72px;
    -o-object-fit: cover;
    object-fit: cover
}

.pform .fileinput > .backgroud > span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 6px;
    color: #fff;
    background: #000;
    opacity: 0;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    line-height: 34px
}

.pform .fileinput > .backgroud:hover > span {
    opacity: .5
}

.pform .pimg {
    width: 150px;
    height: 150px;
    border: solid 1px #eee;
    margin-bottom: 6px;
    text-align: center
}

.pform .pimg > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 6px
}

.pform .input-icon {
    position: relative
}

.pform .input-icon input {
    padding-left: 36px
}

.pform .ts {
    color: #999999;
    margin-top: 8px;
    display: block;
    line-height: 1.3
}

.pform .col-after label.text {
    line-height: 32px
}

.pform-uploadimg {
    position: absolute;
    width: 120px;
    height: 100px;
    z-index: 2;
    display: none
}

.pform-uploadimg input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.pform .static-text {
    font-size: 14px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 34px
}

.pform .tab {
    margin: auto;
    width: 380px;
    margin-bottom: 20px
}

.pform .tab .tab-item {
    display: block;
    float: left;
    padding: 10px 15px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    position: relative
}

.pform .tab .tab-item.active {
    border-bottom: solid 2px #128bed
}

.pform .dropdown-menu {
    margin-top: 34px;
    width: 427px
}

.pform .dropdown-menu li:hover {
    background: #F5F9FF
}

.pform .vcode-btn {
    width: 86px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 4px;
    top: 7px;
    text-align: center;
    line-height: 20px;
    margin-right: 15px
}

.pform .vcode-btn.disabled {
    color: #999 !important;
    cursor: default
}

.pform .vcode-btn:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 23px;
    background: #d8d8d8;
    right: 90px;
    top: 2px;
    margin-top: -6px
}

.pform .modal-body {
    padding: 15px
}

.pform .btn-none {
    color: #128bed;
    line-height: 38px;
    display: inline-block
}

.pform .text-group {
    margin-left: -15px;
    margin-bottom: 10px
}

.pform .text-group .col-pre {
    width: 90px;
    color: #333;
    font-size: 14px
}

.pform .text-group .col-after label.text {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 0px;
    color: #666
}

.pform.errors-inner .col-after {
    position: relative
}

.pform.errors-inner .errors {
    position: absolute;
    right: 25px
}

.ntable {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px
}

.ntable th {
    text-align: center;
    background: #f2f9fc;
    border: #e4eef6 1px solid;
    border-collapse: collapse;
    padding: 12px 2px 12px 2px;
    font-weight: normal;
    color: #333;
    line-height: 19px;
    white-space: nowrap
}

.ntable th.text-left {
    text-align: left;
    padding-left: 10px
}

.ntable th.text-right {
    text-align: right;
    padding-right: 10px
}

.ntable th:not(:last-child) {
    border-right: #f2f9fc 1px solid
}

.ntable th.tl {
    text-align: left
}

.ntable th.tr {
    text-align: right
}

.ntable td {
    padding: 10px 10px 11px 10px;
    border: #e4eef6 1px solid;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    word-wrap: break-word
}

.ntable td.hlh {
    line-height: 1.8
}

.ntable td.vip-blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ntable td.keep-all {
    word-break: keep-all
}

.ntable.npth th {
    padding-left: 0px;
    padding-right: 0px
}

.ntable.nptd td {
    padding-left: 6px;
    padding-right: 6px
}

.ntable.nptd td .line-clamp-btn {
    right: 6px
}

.ntable td.npv {
    padding-top: 0px;
    padding-bottom: 0px
}

.ntable td .split-line:not(:last-child) {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.ntable td .split-line:not(:last-child):after {
    content: " ";
    position: absolute;
    height: 1px;
    background: #e4eef6;
    left: -10px;
    right: -10px;
    bottom: 0px
}

.ntable .tb {
    background: #f2f9fc
}

.ntable .tx {
    text-align: center;
    width: 56px;
    padding-left: 0px;
    padding-right: 0px
}

.ntable .ti {
    text-align: left;
    padding-left: 32px
}

.ntable .ti i {
    position: absolute;
    margin-left: -26px;
    margin-top: -3px
}

.ntable em {
    color: #e33244;
    font-style: normal
}

.ntable-ne em {
    color: #222
}

.ntable a {
    color: #128bed
}

.ntable a:hover {
    color: #007add
}

.ntable a.text-gray {
    color: #999
}

.ntable a.text-gray:hover {
    color: #007add
}

.ntable a.text-dk {
    color: #333
}

.ntable .tblank {
    margin-top: 15px
}

.ntable .tblank > th {
    border: none;
    background: none
}

.ntable .tsub > th {
    border: #e4eef6 1px solid
}

.ntable tr .ch {
    cursor: pointer
}

.ntable tr:hover .ch, .ntable tr.active .ch {
    color: #128bed;
    background: #f2f9fc
}

.ntable .btn-touzi {
    color: #ff722d !important;
    float: right;
    font-size: 14px
}

.ntable .blank {
    border: none;
    padding: 5px
}

.ntable .explain-row {
    background: #fff9ed
}

.ntable .explain-row.own {
    display: none
}

.ntable .explain-row .text-gray {
    color: #999 !important
}

.ntable .explain-row .simg {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 5px
}

.ntable .explain-row .limg {
    max-width: 300px;
    -o-object-fit: contain;
    object-fit: contain
}

.ntable .tips {
    color: #999
}

.ntable .sec-partner {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    z-index: 1
}

.ntable .sec-partner .sec-partner-L-line {
    position: absolute;
    left: 20px;
    bottom: 25px;
    width: 32px;
    height: 65px;
    border-left: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    float: left;
    z-index: -1
}

.ntable .sec-partner .sec-partner-content {
    float: right;
    width: calc(100% - 50px);
    height: 50px;
    background: #FAFAFA;
    border-left: 5px solid #128BED;
    padding: 3px 0 5px 10px
}

.ntable .sec-partner .sec-partner-content .sec-partner-name {
    font-size: 12px
}

.ntable .sec-partner .sec-partner-content .sec-partner-info {
    cursor: pointer;
    width: 90%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ntable .sec-partner .sec-partner-content .sec-partner-info .sec-partner-lable {
    font-size: 12px;
    color: #666
}

.ntable .sec-partner .sec-partner-content .sec-partner-info .sec-partner-lable .sec-partner-value {
    color: #333
}

.ntable .sec-partner .sec-partner-content .sec-partner-info .sec-partner-lable:first-child {
    margin-right: 5px
}

.ntable .sec-partner:after {
    display: inline-table;
    content: ' ';
    clear: both
}

.ntable .td-coy {
    width: 100%;
    display: table
}

.ntable .td-coy .tags {
    margin-top: 5px
}

.ntable .td-coy .tags .ntag {
    margin-bottom: 2px
}

.ntable .td-coy .tags .ntag.click {
    cursor: pointer
}

.ntable .td-coy .tags .tags-hover {
    max-width: 300px;
    font-size: 12px
}

.ntable .td-coy .headimg, .ntable .td-coy .cont, .ntable .td-coy .foot {
    display: table-cell;
    vertical-align: middle
}

.ntable .td-coy .name {
    word-break: break-word
}

.ntable .td-coy .headimg {
    width: 50px
}

.ntable .td-coy .cont .war-link {
    display: block;
    margin-top: 3px
}

.ntable .td-coy .foot {
    width: 125px;
    text-align: right
}

.ntable .war-link {
    color: #ff722d !important
}

.ntable .tsort {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ntable .tsort .tsort-icon {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_sort-b2f89010.png);
    background-size: 18px 10px;
    display: inline-block;
    width: 6px;
    height: 10px
}

.ntable .tsort .tsort-icon.asc {
    background-position: -12px 0px
}

.ntable .tsort .tsort-icon.desc {
    background-position: -6px 0px
}

.ntable .htag .ntag.sm {
    font-size: 12px;
    padding: 4px 5px;
    margin-right: 6px
}

.ntable .htag .line:not(:last-child) {
    margin-bottom: 5px
}

.nosort .tsort {
    display: none
}

.ntable .line-clamp {
    overflow-y: hidden
}

.ntable .ntag {
    white-space: nowrap
}

.ntable .line-clamp-btn {
    right: 10px;
    background: #fff;
    margin-top: -22px;
    width: 45px;
    text-align: right;
    position: absolute;
    cursor: pointer
}

.tchart-table {
    margin-bottom: 25px
}

.tchart-table .ntable {
    float: left;
    margin-bottom: 0px
}

.tchart-table .chart-contain {
    margin-left: 10px;
    border: solid 1px #e4eef6;
    position: relative;
    overflow: hidden
}

.tchart-table .chart-contain .name {
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 11px;
    left: 15px
}

.tchart-table .chart-contain .name i {
    top: 4px
}

.ntable .td-path .path-line {
    line-height: 28px
}

.ntable .td-path .path-line:not(:last-child) {
    margin-bottom: 6px
}

.ntable .td-path .path-line .name {
    color: #222;
    font-weight: 600
}

.ntable .td-path .path-line a {
    color: #333
}

.ntable .td-path .path-line a:hover {
    color: #128bed
}

.ntable .td-path .path-line .path-item .percent {
    display: inline-block;
    width: 84px;
    height: 26px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/line_arrow-288320e2.png) no-repeat right bottom;
    background-size: 75px 8px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #128bed;
    text-align: center;
    position: relative;
    top: -9px;
    margin-right: 6px
}

.ntable .td-path .path-line .path-item .percent.t5 {
    width: 105px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/line_arrowt5-99e4d4ef.png) no-repeat right bottom;
    background-size: 100px 34px;
    padding-bottom: 10px;
    font-size: 12px;
    top: -9px;
    margin-right: 6px;
    padding-bottom: 40px
}

.tchart-list {
    margin-bottom: 15px;
    margin-left: -5px;
    margin-right: -5px
}

.tchart-list .col {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.tchart-list .col-6 {
    width: 100%
}

.tchart-list .col-3 {
    width: 50%
}

.tchart-list .col-2 {
    width: 33.3%
}

.tchart-list .item {
    position: relative;
    border: solid 1px #eee
}

.tchart-list .item .name {
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 11px;
    left: 15px
}

.tchart-list .item .tchart-btns {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2
}

.tchart-list .item .tchart-btns .tchart-btn {
    cursor: pointer;
    margin-left: 5px
}

.tchart-list .item .tchart-btns .tchart-btn:first-child {
    margin-left: 0
}

.tchart-list .item .tchart-btns .tchart-btn.btn-active {
    color: #128bed
}

.tcaption {
    height: 28px;
    margin-bottom: 15px
}

.tcaption .title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
    line-height: 1.8
}

.tcaption .title img {
    height: 20px;
    position: relative;
    top: -3px
}

.tcaption .tbadge {
    font-size: 16px;
    font-weight: 600;
    color: #128bed
}

.tcaption .tbadge.nig {
    color: #fd485e
}

.tcaption .title-tab {
    position: relative
}

.tcaption .title-tab .item {
    color: #666;
    padding: 5px 0px;
    margin-right: 20px
}

.tcaption .title-tab .item .tbadge {
    font-size: 14px;
    font-weight: normal
}

.tcaption .title-tab .item.active {
    color: #128bed;
    font-weight: 600;
    border-bottom: solid 2px #128bed
}

.tcaption .title-tab + .trarelat {
    margin-left: -10px
}

.tcaption .title-tab + .icon-wenhao {
    margin-left: -10px;
    margin-top: -2px;
    top: 2px
}

.tcaption .notice-tip {
    cursor: pointer;
    background: #fef3dc;
    color: #f9ad14;
    padding: 0px 4px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 10px;
    top: -1px
}

.tcaption .notice-tip .icon-notice {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_notice-60ee749c.png);
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px
}

.tcaption .notice-tip.notice-tip-blue {
    background: #e7f4ff;
    color: #128bed;
    font-weight: normal
}

.tcaption .notice-tip.notice-tip-blue .icon-notice {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_notice_blue-f4873065.png)
}

.tcaption .ntag.tcap {
    position: relative;
    top: 3px
}

.tcaption .ntag.tcap .bicon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-top: -10px
}

.tcaption .strick-text {
    display: inline-block;
    margin-left: 20px;
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
    text-decoration: none;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    margin-right: 10px
}

.tcaption .ant-popover .ant-popover-inner {
    max-width: 400px
}

.tcaption .tdrop {
    display: inline-block;
    position: relative
}

.tcaption .tdrop .btn {
    border: 1px solid #d6d6d6 !important;
    color: #333 !important;
    background-color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tcaption .tdrop .btn.active {
    color: #128bed !important;
    border-color: #128bed !important
}

.tcaption .tdrop .btn .desc {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.tcaption .tdrop .dropdown-menu {
    background: #fff;
    max-height: 400px;
    overflow-y: auto
}

.tcaption .tdrop .dropdown-menu > li > a {
    padding: 6px 15px;
    font-size: 13px
}

.tcaption .tdrop .dropdown-menu > li > a:hover {
    color: #128bed;
    background-color: #f2f9fc
}

.tcaption .tdrop .tdrop-content {
    width: 500px;
    padding: 15px 15px
}

.tcaption .tdrop .tdrop-content-line:not(:first-child) {
    border-top: solid 1px #eee;
    padding-top: 10px;
    margin-top: 10px
}

.tcaption .tdrop .tdrop-head {
    color: #999;
    margin-bottom: 5px
}

.tcaption .right {
    float: right
}

.tcaption .right > .bicon {
    margin-right: 2px
}

.tcaption .right .btn {
    margin-top: -3px;
    margin-left: 6px
}

.tcaption .right .btn .picon-exporting {
    background-size: 18px 18px;
    width: 18px;
    height: 18px
}

.tcaption .ntag.vip {
    position: relative;
    top: -1px;
    margin-right: 6px
}

.tcaption .ntag.vip + .notice-tip {
    margin-left: 2px
}

.tcaption .trarelat {
    margin-left: 3px
}

.tcaption .trarelat a {
    color: #999;
    font-size: 14px;
    margin-left: 10px
}

.tcaption .trarelat a .count {
    color: #f5a623
}

.tcaption .trarelat a:hover {
    color: #f5a623
}

.tcaption .watermark {
    width: 92px;
    height: 26px;
    float: right;
    background-image: url(../../../images/watermark.png);
    margin-left: 10px;
    background-size: 92px 26px;
    margin-top: 1px
}

.tcaption .expand-btn {
    float: right;
    color: #666;
    cursor: pointer
}

.tcaption.sub .title {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline
}

.tcaption.sub .tbadge {
    font-size: 14px
}

.tcaption + .tcaption {
    margin-top: -5px
}

.view-section .view-panel {
    border: solid 1px #E4EEF6;
    background: #F6FAFF;
    width: 100%;
    margin-bottom: 30px
}

.view-section .view-panel .icon-img {
    width: 18px;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.view-section .view-panel .ntag {
    width: 62px;
    text-align: center
}

.view-section .view-panel .title {
    font-weight: bold
}

.view-section .view-panel td {
    padding: 10px 15px
}

.view-section .view-panel .btn-primary {
    width: 82px;
    font-size: 12px
}

.risk-section .risk-panel {
    border: solid 1px #ffdadf;
    background: rgba(253, 237, 237, 0.2);
    width: 100%;
    margin-bottom: 30px
}

.risk-section .risk-panel .text-right {
    padding-right: 15px
}

.risk-section .risk-panel .btn-danger {
    font-size: 12px;
    width: 82px
}

.risk-section .risk-panel .content-td {
    padding: 15px
}

.risk-section .risk-panel .content-td .rline:not(:last-child) {
    margin-bottom: 15px
}

.risk-section .risk-panel .content-td .rdot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fd485e;
    border-radius: 4px;
    vertical-align: middle
}

.risk-section .risk-panel .content-td em {
    color: #fd485e;
    font-style: normal
}

.graph-section .ntable th {
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px
}

.graph-section .tupu-tool-save {
    background-position-y: -24px
}

.graph-section .btn {
    padding: 6px 8px;
    margin-left: 6px
}

.graph-section .btn > i {
    margin-top: -12px;
    top: 7px
}

.graph-section .btn:hover > i {
    background-position-x: -24px
}

.ntable-list {
    width: 100%
}

.ntable-list td {
    padding: 15px;
    border-right: none;
    border-left: none;
    border-color: #eee
}

.ntable-list .title {
    display: block;
    color: #222;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold
}

.ntable-list .title a {
    color: #222
}

.ntable-list a.title {
    cursor: pointer
}

.ntable-list tr:hover {
    background: #f5f9ff
}

.ntable-list tr:hover a.title, .ntable-list tr:hover .title a {
    color: #128bed
}

.ntable-list td {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.ntable-list td:not(:last-child) {
    padding-right: 0px
}

.ntable-list tr:last-child td {
    border-bottom: none
}

.ntable-list .title {
    display: block;
    color: #222;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: bold
}

.ntable-list .tags {
    margin-top: 5px;
    margin-bottom: 5px
}

.ntable-list .tags .ntag {
    margin-bottom: 3px
}

.ntable-list .statustd {
    width: 140px;
    padding-left: 0px;
    text-align: right
}

.ntable-list .statustd .status {
    padding: 6px 10px;
    border: solid 1px #eee;
    border-radius: 2px;
    word-break: keep-all;
    white-space: nowrap
}

.ntable-list .content {
    margin-bottom: 6px;
    color: #333;
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.ntable-list .content.clampContent {
    position: relative;
    max-height: 44px;
    padding-right: 0px
}

.ntable-list .content.clampContent .more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff
}

.ntable-list tr:hover .content.clampContent .more {
    background: #f5f9ff
}

.ntable-list .statustd .status.text-primary {
    border-color: #128bed;
    color: #128bed;
    background: #fff
}

.ntable-list .statustd .status.text-success {
    border-color: #009944;
    color: #009944;
    background: #fff
}

.ntable-list .statustd .status.text-danger {
    border-color: #fd485e;
    color: #fd485e;
    background: #fff
}

.ntable-list .rline:not(:last-child) {
    margin-bottom: 5px
}

.ntable-list .imgtd {
    width: 115px;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 5px
}

.ntable-list .number {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #eee;
    color: #666;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    padding: 0px 5px;
    position: relative;
    left: 5px
}

.ntable-list .number.top {
    background: #128bed;
    color: #fff
}

.relate-info {
    margin-top: 6px;
    color: #999;
    font-size: 14px
}

.ntable-list .relate-info .val {
    color: #666
}

.ntable-list .relate-info a.val {
    color: #128bed
}

.ntable-list .relate-info .val.long-text {
    display: inline-block;
    vertical-align: top;
    max-width: 920px
}

.ntable-list .relate-info .val.long-text > a {
    display: inline-block
}

.ntable-list .relate-info .f {
    margin-right: 25px
}

.ntable-list .relate-info .sf:not(:last-child):after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #eee;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    margin-right: 8px
}

.ntable-content {
    position: relative
}

.ntable-scroll {
    overflow-x: auto;
    border-right: #e4eef6 1px solid;
    border-left: #e4eef6 1px solid;
    margin-bottom: 20px
}

.ntable-scroll .ntable {
    margin-bottom: 0px
}

.ntable-scroll .ntable th:first-child, .ntable-scroll .ntable td:first-child {
    border-left: none
}

.ntable-scroll .ntable th:last-child, .ntable-scroll .ntable td:last-child {
    border-right: none
}

.ntable-scroll.dragable .ntable {
    cursor: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/openhand2-745f6772.cur) 8 8, default
}

.ntable-scroll.dragable.move .ntable {
    cursor: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/closedhand2-29a94d2b.cur) 8 8, move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ntable-scroll.dragable td > * {
    cursor: text
}

.ntable-scroll.dragable td > a, .ntable-scroll.dragable th > a {
    cursor: pointer
}

.ntable-scroll.fixed-over .fixed-in-body {
    visibility: hidden
}

.ntable-fixed {
    -webkit-box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 1px;
    top: 0px;
    background: #fff;
    display: none
}

.ntable-fixed > .ntable {
    table-layout: fixed
}

.mtcaption {
    margin-bottom: 15px;
    color: #666
}

.dtable {
    width: 100%
}

.dtable td {
    padding: 5px 0px
}

.ntable > .ant-table-wrapper table {
    border-collapse: collapse
}

.ntable > .ant-table-wrapper .ant-table-scroll > div {
    margin-right: -5px
}

.ntable > .ant-table-wrapper .ant-table-scroll > div::-webkit-scrollbar {
    height: 4px
}

.ntable > .ant-table-wrapper .ant-table-scroll > div::-webkit-scrollbar-thumb {
    border-width: 0px
}

.ntable > .ant-table-wrapper .ant-table-content colgroup > col {
    min-width: 70px !important
}

.ntable > .ant-table-wrapper .ant-table-content > .ant-table-body {
    overflow: hidden;
    margin-right: -1px
}

.ntable > .ant-table-wrapper.dragable .ant-table-tbody {
    cursor: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/openhand2-745f6772.cur) 8 8, default
}

.ntable > .ant-table-wrapper.dragable .move .ant-table-tbody {
    cursor: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/closedhand2-29a94d2b.cur) 8 8, move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ntable > .ant-table-wrapper.dragable td > * {
    cursor: text
}

.ntable > .ant-table-wrapper.dragable td > a, .ntable > .ant-table-wrapper.dragable th > a {
    cursor: pointer
}

.ntable > .ant-table-wrapper .ant-table-body.drag {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ntable > .ant-table-wrapper .ant-table-thead {
    background: #f2f9fc
}

.ntable > .ant-table-wrapper .ant-table-thead > tr > th {
    background: none;
    color: #333;
    border-bottom: #e4eef6 1px solid;
    border-right: #e4eef6 1px solid;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: normal;
    padding: 10px 8px 10px 10px;
    white-space: nowrap
}

.ntable > .ant-table-wrapper .ant-table-tbody > tr > td {
    border-bottom: 1px solid #e4eef6;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 8px 10px 10px
}

.ntable > .ant-table-wrapper .ant-table-tbody > tr:hover > td, .ntable > .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-hover > td {
    background: #f3f9fe
}

.ntable > .ant-table-wrapper .ant-table-header-column {
    color: #333
}

.ntable > .ant-table-wrapper .resize-table-th {
    position: relative
}

.ntable > .ant-table-wrapper .resize-table-th .table-draggable-handle {
    height: 100% !important;
    bottom: 0;
    left: auto !important;
    right: -5px;
    cursor: col-resize;
    -ms-touch-action: none;
    touch-action: none
}

.ntable > .ant-table-wrapper .resize-table-th .table-draggable-handle:hover:after, .ntable > .ant-table-wrapper .resize-table-th .table-draggable-handle.dragging:after {
    content: " ";
    background: #128bed;
    width: 2px;
    top: 0px;
    bottom: 0px;
    right: 4px;
    position: absolute
}

@-moz-document url-prefix() {
    .ntable > .ant-table-wrapper .ant-table-scroll .ant-table-fixed {
        width: 100% !important
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ntable > .ant-table-wrapper .ant-table-scroll .ant-table-fixed {
        width: 100% !important
    }
}

.ntable > .ant-table-wrapper .hide-row td:not(:first-child) {
    visibility: hidden
}

.ntable > .ant-table-wrapper .ant-table-column-sorters {
    cursor: pointer
}

.ntable > .ant-table-wrapper .ant-table-column-sorters .ant-table-column-sorter-inner {
    margin-top: -0.4em;
    margin-left: 0.2em
}

.ntag {
    height: 22px;
    font-weight: normal;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    border-radius: 2px
}

.ntag:not(:last-child) {
    margin-right: 6px
}

.ntag.text-primary {
    color: #128BED;
    background: #E7F4FF
}

.ntag.text-danger {
    color: #FD485E;
    background: #FFF0F2
}

.ntag.text-warning {
    color: #F9AD14;
    background: #FEF3DC
}

.ntag.text-success {
    color: #009944;
    background: #EBFFF4
}

.ntag.text-gray {
    color: #666;
    background: #f6f6f6
}

.ntag.text-pl {
    color: #6F77D1;
    background: #EDEEF9
}

.ntag.text-list {
    color: #EC9662;
    background: #FFF4ED
}

.ntag.text-info {
    color: #31708f;
    background: #e6f2fa
}

.ntag.vip, .ntag.svip {
    background: #F6F2E9;
    color: #D2A874;
    padding-left: 28px;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-right: 6px;
    cursor: default
}

.ntag.vip {
    background-image: url(../../../images/website/company/icon_vip_tag-53a3d7fe.png);
    background-size: 20px 9px
}

.ntag.svip {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_svip_tag-d66a24e5.png);
    background-size: 28px 8px;
    padding-left: 36px
}

.ntag.vip-n, .ntag.svip-n {
    width: 24px;
    height: 24px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_vip_tag_new-f1ff0c5c.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -6px;
    cursor: default;
    margin-right: 0
}

.ntag.svip-n {
    width: 35px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_svip_tag_new-b9d7022f.png)
}

.ntag[data-toggle] {
    cursor: pointer
}

.ntag[data-placement='right'] + .tooltip {
    margin-left: 5px
}

.ntag[data-placement='bottom'] + .tooltip {
    margin-left: 90px
}

.ntag + .tooltip .tooltip-inner {
    width: auto;
    max-width: 300px
}

.ntag.vip + .tooltip {
    margin-left: 90px
}

.ntag.vip + .tooltip .tooltip-inner {
    width: auto
}

.ntag.rtag {
    position: relative;
    padding: 4px 8px 4px 25px
}

.ntag.rtag .ricon {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 4px;
    top: 0px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_2-e26860b2.png);
    background-size: 66px 132px;
    background-position: -22px -110px
}

.ntag.rtag .ricon.sfaj {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ricon_sfaj-fb733529.png);
    background-size: 22px 22px;
    background-position: 0px 0px
}

.nstatus {
    font-weight: normal;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    padding: 4px 8px 4px 8px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nstatus.text-success {
    color: #009944
}

.nmodal .watermark {
    width: 92px;
    height: 26px;
    float: right;
    background-image: url(../../../images/watermark.png?t=1);
    margin-left: 10px;
    background-size: 92px 26px;
    float: right;
    margin-right: 12px;
    margin-top: -2px
}

.nmodal .close {
    color: #128bed;
    opacity: .8;
    font-size: 26px
}

.nmodal .nclose {
    color: #128bed;
    opacity: .8;
    float: right;
    width: 22px;
    height: 22px;
    background-image: url(../../../../../common/images/bicon_x-f474890a.png);
    background-size: 22px 22px
}

.nmodal .modal-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold
}

.nmodal .modal-body {
    position: relative
}

.nmodal .modal-body.scroll-content {
    max-height: calc(100vh - 200px);
    overflow-y: auto
}

.nmodal .modal-footer {
    margin-top: 0px;
    padding: 15px 15px
}

.nmodal .modal-body.n-p {
    padding: 0
}

.nmodal .modal-body .app-ntable {
    margin-bottom: 5px
}

.nmodal .modal-footer .btn {
    display: inline-block;
    min-width: 90px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.nmodal .modal-footer .text {
    float: left;
    color: #999;
    line-height: 34px
}

.nmodal .ts {
    color: #999999;
    margin-top: 8px;
    display: block;
    line-height: 1.4
}

.nmodal .modal-footer .btn + .btn {
    margin-left: 10px
}

.nmodal .fb-rs {
    min-height: 40px;
    margin-bottom: 25px
}

.nmodal .fb-rs .fb-text {
    color: #666;
    font-weight: normal;
    font-size: 14px
}

.nmodal .multi-body {
    background-color: #f6f6f6
}

.nmodal .multi-body .modal-body {
    background: #fff
}

.nmodal .multi-body .modal-body + .modal-body {
    margin-top: 10px
}

.modal-backdrop ~ .modal-backdrop {
    z-index: 1055
}

.modal ~ .modal {
    z-index: 1056
}

.npage {
    padding: 10px 0px;
    text-align: right
}

.pagination {
    margin: 0px
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #128bed;
    border-color: #128bed
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #128bed;
    background-color: #fff;
    border-color: #128bed
}

.pagination > li {
    display: inline-block;
    margin-right: 10px
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: none;
    display: inline-block;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #128bed;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee
}

.pagination > li > a {
    cursor: pointer
}

.pagination-md {
    margin: 20px 10px
}

.pagination .input-jump {
    margin-left: 40px
}

.pagination .input-jump-btn {
    margin-left: 18px
}

.pagination input {
    display: inline-block;
    width: 60px
}

.pagination .size-change {
    position: relative;
    left: 30px;
    margin-left: 10px
}

.pagination .size-change .size-btn {
    width: 86px;
    color: #333;
    padding: 6px 6px;
    text-align: center
}

.pagination .size-change .dropdown-menu {
    border: solid 1px #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 86px;
    min-width: 86px;
    margin-top: 0px;
    padding: 0px
}

.pagination .size-change .size-change-item {
    display: block;
    padding: 6px 10px;
    color: #333
}

.pagination .size-change .size-change-item:hover {
    background: #F5F9FF;
    color: #128bed
}

.pagination .active.vip-page a {
    background: #F6F2E9;
    color: #D2A874;
    border: 1px solid #eee;
    padding-top: 12px;
    padding-bottom: 0px;
    background-image: url(../../../images/website/company/icon_vip_tag-53a3d7fe.png);
    background-size: 20px 9px;
    background-position: center 5px;
    background-repeat: no-repeat;
    margin-top: -6px;
    top: 6px
}

.text-right .pagination > li:last-child {
    margin-right: 0px
}

.npage-wrap {
    margin-bottom: 30px
}

.npage-wrap .pagination-md {
    margin-left: 0px;
    margin-top: 5px
}

.nlist tr:hover .content.clampContent .more {
    background: #F5F9FF
}

.nlist .statustd .status.text-primary {
    border-color: #128bed;
    color: #128bed;
    background: #fff
}

.nlist .statustd .status.text-success {
    border-color: #009944;
    color: #009944;
    background: #fff
}

.nlist .statustd .status.text-danger {
    border-color: #FD485E;
    color: #FD485E;
    background: #fff
}

.nlist .rline:not(:last-child) {
    margin-bottom: 5px
}

.nlist .ntable-list .imgtd {
    width: 115px;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 5px
}

.nlist .imgtd img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain
}

.nlist .imgtd .usericon {
    border-radius: 6px;
    width: 80px;
    height: 80px
}

.nlist .imgtd .usericon:before {
    color: #fff !important
}

.nlist .imgtd .usericon[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    color: #95A5A6;
    font-weight: 500
}

.nlist .relate-info {
    margin-top: 6px;
    color: #999;
    font-size: 14px
}

.nlist .relate-info .val {
    color: #666
}

.nlist .relate-info a.val {
    color: #128bed
}

.nlist .relate-info .val.long-text {
    display: inline-block;
    vertical-align: top;
    max-width: 660px
}

.nlist .relate-info .val.long-text > a {
    display: inline-block
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #128bed;
    height: 2px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3100
}

#nprogress .peg {
    -webkit-box-shadow: 0 0 10px #128bed, 0 0 5px #128bed;
    box-shadow: 0 0 10px #128bed, 0 0 5px #128bed;
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px);
    width: 100px
}

#nprogress .spinner {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 3100
}

#nprogress .spinner-icon {
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
    border: solid 2px transparent;
    border-left-color: #128bed;
    border-radius: 50%;
    border-top-color: #128bed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 18px;
    width: 18px
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar, .nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

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

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

.cprocess-line {
    height: 140px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 50px;
    margin: auto
}

.cprocess-line .cprocess-item {
    float: left;
    width: 203px;
    text-align: center;
    position: relative
}

.cprocess-line .cprocess-item:not(:first-child):before {
    content: " ";
    height: 1px;
    background: #88C5F5;
    width: 202px;
    position: absolute;
    top: 9px;
    left: -96px
}

.cprocess-line .cprocess-item .dot {
    width: 12px;
    height: 12px;
    background: #88C5F5;
    border-radius: 50%;
    margin-right: 0px;
    z-index: 0;
    display: inline-block;
    position: relative;
    z-index: 2
}

.cprocess-line .cprocess-item.last {
    color: #128bed
}

.cprocess-line .cprocess-item.last .dot {
    width: 20px;
    height: 20px;
    background: #128BED;
    border: 4px solid #E9F3FF;
    margin-bottom: -4px;
    margin-left: -4px
}

.cprocess-line .cprocess-item.disable {
    color: #999
}

.cprocess-line .cprocess-item.disable .dot {
    background: #BBB
}

.cprocess-line .cprocess-item.disable:before {
    background: #eee
}

.cprocess-line .cprocess-item-wrap-end {
    position: absolute;
    width: 220px;
    text-align: center;
    left: -110px;
    top: -50px;
    z-index: 2
}

.cprocess-line .cprocess-item-wrap-end .dot {
    background: #FD5E63
}

.bigsearch-filter .hchoosen {
    padding-bottom: 5px;
    margin-bottom: 10px
}

.bigsearch-filter {
    background: #fff;
    border: solid 1px #eee;
    padding: 15px;
    margin-bottom: 15px
}

.bigsearch-filter .pills:not(:last-child) {
    margin-bottom: 5px
}

.npanel-body.bigsearch-filter {
    margin-bottom: 0px;
    border: none
}

.bigsearch-list .ntable-list {
    margin-bottom: 0px
}

.bigsearch-list em {
    font-style: normal
}

.bigsearch-list .ntable-list td {
    padding: 15px;
    border-right: none;
    border-left: none;
    border-color: #eee
}

.bigsearch-list .ntable-list td:not(:last-child) {
    padding-right: 0px
}

.bigsearch-list .ntable-list .title {
    display: block;
    color: #222;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: bold
}

.bigsearch-list .tags {
    margin-bottom: 8px
}

.bigsearch-list .ntable-list .statustd {
    width: 140px;
    padding-left: 0px;
    text-align: right
}

.bigsearch-list .ntable-list .statustd.sm {
    width: 120px
}

.bigsearch-list .statustd .status {
    padding: 6px 10px;
    border: solid 1px #eee;
    border-radius: 2px;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff
}

.bigsearch-list .statustd .status.text-warning {
    color: #f9ad14;
    border-color: #f9ad14
}

.bigsearch-list .statustd .status.text-success {
    color: #52c41b;
    border-color: #52c41b
}

.bigsearch-list .content {
    margin-bottom: 6px;
    color: #333;
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.bigsearch-list .content.clampContent {
    position: relative;
    max-height: 44px;
    padding-right: 0px
}

.bigsearch-list .content.clampContent .more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff
}

.bigsearch-list tr:hover .content.clampContent .more {
    background: #F5F9FF
}

.bigsearch-list .statustd .status.text-primary {
    border-color: #128bed;
    color: #128bed;
    background: #fff
}

.bigsearch-list .statustd .status.text-success {
    border-color: #009944;
    color: #009944;
    background: #fff
}

.bigsearch-list .statustd .status.text-danger {
    border-color: #FD485E;
    color: #FD485E;
    background: #fff
}

.bigsearch-list .rline:not(:last-child) {
    margin-bottom: 5px
}

.bigsearch-list .ntable-list .imgtd {
    width: 115px;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 5px
}

.bigsearch-list .imgtd img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    border: solid 1px #eee;
    border-radius: 6px;
    background-color: #fff
}

.bigsearch-list .imgtd .usericon {
    border-radius: 6px;
    width: 80px;
    height: 80px
}

.bigsearch-list .imgtd .usericon:before {
    color: #fff !important
}

.bigsearch-list .imgtd .usericon[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    color: #95A5A6;
    font-weight: 500
}

.bigsearch-list .relate-info {
    margin-top: 6px;
    color: #999;
    font-size: 14px
}

.bigsearch-list .relate-info .val {
    color: #666
}

.bigsearch-list .relate-info a.val {
    color: #128bed
}

.bigsearch-list .relate-info .val.long-text {
    display: inline-block;
    vertical-align: top;
    max-width: 920
}

.bigsearch-list .relate-info .val.long-text > a {
    display: inline-block
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m {
    margin: 15px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-xxs {
    margin-bottom: 2px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.font-12 {
    font-size: 12px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.hover-primary:hover {
    color: #128bed
}

.b-a {
    border: solid 1px #eee
}

.text-gray {
    color: #999
}

.text-svip {
    color: #ddbd87 !important
}

.text-success {
    color: #00ad65
}

.text-dark {
    color: #666
}

.text-dk {
    color: #333
}

a.text-dk:hover {
    color: #128bed
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.nowrap {
    word-break: break-all;
    white-space: nowrap
}

.picon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -5px;
    top: 5px;
    margin-left: -2px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/picon-01a3bae0.png);
    background-size: 36px 90px
}

.picon-invoice {
    background-position: -18px -54px
}

.picon-export {
    background-position: -18px -18px
}

.picon-alarm {
    background-position: 0px -36px
}

.picon-import {
    background-position: 0px -54px
}

.picon-plus {
    background-position: -18px -36px
}

.picon-close {
    background-position: 0px -18px
}

.picon-setting {
    background-position: -18px 0px
}

.picon-refresh {
    background-position: 0px 0px
}

.picon-ling {
    background-position: 0px -36px
}

.picon-add {
    background-position: -18px -36px
}

.picon-online {
    background-position: 0px -72px
}

.picon-bexport {
    background-position: -18px -72px
}

.picon-xs {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -5px;
    top: 5px;
    margin-left: -2px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/picon_download-5ec4e41b.png);
    background-size: 44px 22px
}

.picon-download {
    background-position: 0px 0px
}

.picon-download:hover, a:hover .picon-download {
    background-position: -22px 0px
}

.btn .picon {
    top: 4px
}

.bicon {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -6px;
    top: 6px;
    margin-left: -2px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon-82e2eaab.png);
    background-repeat: no-repeat;
    background-size: 132px 44px
}

.bicon-refresh {
    background-position: -44px 0px
}

.bicon-sadvance {
    background-position: -22px 0px
}

.bicon-back {
    background-position: 0px -22px
}

.bicon-save {
    background-position: -88px -22px
}

.bicon-check {
    background-position: -66px 0px
}

a:hover .bicon-back, a:hover .bicon-save, a:hover .bicon-check {
    background-position-y: 0px
}

.bicon-delete:hover {
    background-position-y: 0px
}

.bicon-group, .bicon-link, .bicon-image, .bicon-phone, .bicon-edit, .bicon-delete, .bicon-aclose {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_note-3de0191c.png);
    background-size: 154px 44px
}

.bicon-group {
    background-position: 0px -22px
}

.bicon-group.active {
    background-position: 0px 0px
}

.bicon-link {
    background-position: -22px -22px
}

.bicon-link.active {
    background-position: -22px 0px
}

.bicon-image {
    background-position: -44px -22px
}

.bicon-image.active {
    background-position: -44px 0px
}

.bicon-phone {
    background-position: -66px -22px
}

.bicon-phone.active {
    background-position: -66px 0px
}

.bicon-edit {
    background-position: -88px -22px
}

.bicon-edit:hover {
    background-position: -88px 0px
}

.bicon-delete {
    background-position: -110px -22px
}

.bicon-delete:hover {
    background-position: -110px 0px
}

.bicon-aclose {
    background-position: -132px 0px
}

.bicon-edit2, .bicon-fav, .company-action .action-btn .bicon, .company-toolbar .bar-btn .bicon {
    background-image: url(../../../images/website/comm/bicon_2-e26860b2.png);
    background-size: 66px 132px
}

.company-action .action-btn.crm .bicon {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_crm-764b6d85.png);
    background-size: 44px 22px
}

.bicon-fav {
    background-position: 0px 0px
}

.active .bicon-fav {
    background-position: -22px 0px
}

.bicon-edit2 {
    background-position: 0px -44px
}

.bicon-set2, .bicon-drag {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_column-ea5718ec.png);
    background-size: 44px 44px;
    margin-top: -6px;
    top: 6px
}

.bicon-set2 {
    background-position: -22px 0px
}

.bicon-set2:hover {
    background-position: -22px 0px
}

.bicon-drag {
    background-position: 0px -22px
}

.bicon-drag:hover {
    background-position: -22px -22px
}

.bicon-set3 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_set-908bb490.png);
    background-size: 22px 44px;
    background-position: 0px -22px
}

.bicon-set3:hover {
    background-position: 0px 0px
}

.bicon-explain {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_explain-f682e065.png);
    background-size: 44px 22px;
    background-position: -22px 0px
}

.bicon-explain:hover {
    background-position: 0px 0px
}

.bicon-phoneview {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_phoneview-6002b083.png);
    background-size: 22px 22px;
    background-position: 0px 0px
}

.bicon-internet {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_internet-bdc89509.png);
    background-size: 22px 22px;
    background-position: 0px 0px
}

.bicon-pk {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_pk-8f081ce0.png) !important;
    background-size: 22px 22px !important;
    background-position: 0px 0px
}

.bicon-delete2 {
    position: absolute;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_delete-f3225fb9.png);
    background-size: 22px 22px;
    background-position: 0px 0px
}

.bicon-list {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_list-a208b418.png);
    background-size: 22px 22px;
    background-position: 0px 0px
}

.bicon-report {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/bicon_report-dbf1c3f8.png);
    background-size: 22px 22px;
    background-position: 0px 0px
}

.bicon-postcard {
    background-position: -22px -66px
}

.bicon-note {
    background-position: -22px -44px
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.picon-exporting {
    background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -5px;
    position: relative;
    top: 5px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/picon_exporting-f0a9686e.png);
    -webkit-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite
}

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px
}

.breadcrumb .ic-reply {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 15px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_reply-cf0bc346.png);
    background-size: 18px 15px
}

.qcc-cert130-0, .qcc-cert130-1, .qcc-cert130-2, .qcc-cert130-3 {
    display: block;
    position: absolute;
    z-index: 5;
    background-size: 138px 35px;
    width: 138px;
    height: 35px;
    margin-left: -18px;
    margin-top: -10px
}

.qcc-cert130-3 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz130-82d3e32b.png)
}

.qcc-cert130-2 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz130-82d3e32b.png)
}

.qcc-cert130-1 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz130-82d3e32b.png)
}

.qcc-cert130-0 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz130-82d3e32b.png)
}

.qcc-cert110-0, .qcc-cert110-1, .qcc-cert110-2, .qcc-cert110-3 {
    display: block;
    position: absolute;
    z-index: 5;
    background-size: 118px 31px;
    width: 118px;
    height: 31px;
    margin-left: -20px;
    margin-top: -12px
}

.qcc-cert110-3 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz110-b9cf8fc2.png)
}

.qcc-cert110-2 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz110-b9cf8fc2.png)
}

.qcc-cert110-1 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz110-b9cf8fc2.png)
}

.qcc-cert110-0 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz110-b9cf8fc2.png)
}

.qcc-cert42-0, .qcc-cert42-1, .qcc-cert42-2, .qcc-cert42-3 {
    display: block;
    position: absolute;
    z-index: 5;
    background-size: 50px 15px;
    width: 50px;
    height: 15px;
    margin-left: -7px;
    margin-top: -7px
}

.qcc-cert42-3 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz42-858835e6.png)
}

.qcc-cert42-2 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz42-858835e6.png)
}

.qcc-cert42-1 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz42-858835e6.png)
}

.qcc-cert42-0 {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_qyrz42-858835e6.png)
}

.icon-wenhao, .m_question {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_wenhao-1bddaed0.png);
    background-size: 16px 16px;
    position: relative;
    top: 2px
}

.icon-info {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_info-611a1412.png);
    background-size: 16px 16px;
    position: relative;
    top: 3px
}

.icon-10w {
    position: absolute;
    width: 106px;
    height: 20px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_10w-4208b80b.png);
    background-size: 106px 20px;
    right: -25px;
    top: -19px;
    z-index: 100
}

.icon-place {
    display: inline-block;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/ic_place_grey-08029d3e.png);
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
    top: 3px;
    position: relative;
    margin-right: 3px
}

.btn {
    font-weight: normal;
    border-radius: 2px
}

.btn:focus, .btn:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    border-color: transparent
}

.btn-none {
    border: 1px solid #dedede;
    color: #999 !important;
    background-color: #fff
}

.btn-default {
    border: 1px solid #d6d6d6 !important;
    color: #333 !important;
    background-color: #fff !important
}

.btn-primary-outline {
    color: #128bed;
    border-color: #128bed;
    background-color: #fff
}

.btn-primary-outline:focus {
    color: #128bed
}

.btn-primary-outline:hover {
    background-color: #128bed;
    color: #fff !important
}

.btn-check {
    display: inline-block
}

.btn-check label {
    color: #333;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 0px
}

.btn-check input {
    float: left;
    position: relative;
    margin-right: 6px;
    margin-top: 4px;
    font-size: 20px
}

.btn-outline-primary {
    background: #fff;
    color: #128bed !important;
    border: solid 1px #128bed
}

.btn-danger {
    color: #fff !important;
    background-color: #fd485e;
    border-color: #fd485e
}

.acticon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/search_acticon-1b19d04b.png);
    background-size: 72px 72px
}

.acticon.phoneview {
    background-position: 0px 0px
}

.acticon.phoneview:hover {
    background-position: 0px -24px
}

.acticon.note {
    background-position: -24px 0px
}

.acticon.note:hover {
    background-position: -24px -24px
}

.acticon.follow {
    background-position: -48px 0px
}

.acticon.follow:hover {
    background-position: -48px -48px
}

.acticon.follow.active {
    background-position: -48px -24px
}

.more-params-icon {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/moreParams-9566895d.png);
    background-size: 44px 22px
}

.more-params-icon.more-key {
    background-position: 0 0
}

.more-params-icon.more-key1 {
    background-position: -22px 0px
}

.scfengxin {
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 36px 126px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/scfx_new-a62506b1.png);
    margin-right: 5px;
    position: relative;
    top: 4px;
    margin-top: -5px
}

.scfengxin.deep {
    background-position: 0px -108px
}

.scfengxin.deep1 {
    background-position: 18px -108px
}

.scfengxin.hzfx {
    background-position: 0px -72px
}

.scfengxin.hzfx1 {
    background-position: 18px -72px
}

.scfengxin.jzfx {
    background-position: 0px -90px
}

.scfengxin.jzfx1 {
    background-position: 18px -90px
}

.scfengxin.zsfx {
    background-position: 0px 0px
}

.scfengxin.zsfx1 {
    background-position: 18px 0px
}

.scfengxin.glfx {
    background-position: 0px -18px
}

.scfengxin.glfx1 {
    background-position: 18px -18px
}

.scfengxin.tsfx {
    background-position: 0px -36px
}

.scfengxin.tsfx1 {
    background-position: 18px -36px
}

.scfengxin.yqfx {
    background-position: 0px -54px
}

.scfengxin.yqfx1 {
    background-position: 18px -54px
}

.nobreak {
    word-break: keep-all;
    white-space: nowrap
}

.tupu-tool-save, .tupu-tool-screen {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_tupu_tool-a0d49238.png);
    background-size: 48px 48px
}

.icon-new {
    position: absolute;
    width: 27px;
    height: 13px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_new-3b414202.png);
    background-size: 27px 13px;
    z-index: 2
}

.icon-hot {
    position: absolute;
    width: 28px;
    height: 14px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/icon_hot-488ebbb2.png);
    background-size: 28px 14px;
    z-index: 2
}

.mb-zzsy {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/zzsy-294fff7f.png)
}

.msearch {
    position: relative
}

.msearch .ntable-list {
    margin-bottom: 0px
}

.msearch .img {
    border: solid 1px #eee;
    border-radius: 4px;
    background: #fff;
    width: 80px;
    height: 80px
}

.msearch .img > img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain
}

.msearch .pay-insert {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    position: absolute
}

.msearch .pay-insert .insert-wrap {
    width: 780px;
    background: #fff;
    border: solid 1px #eee;
    margin: 80px auto
}

.msearch.auth-limit {
    border-top: solid 1px #eee;
    height: 860px;
    overflow: hidden
}

.msearch.auth-limit .ntable {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.svg_select_points_lt {
    cursor: nw-resize
}

.svg_select_points_rt {
    cursor: ne-resize
}

.svg_select_points_rb {
    cursor: se-resize;
    opacity: 0
}

.svg_select_points_lb {
    cursor: sw-resize
}

.svg_select_points_t {
    cursor: n-resize
}

.svg_select_points_r {
    cursor: e-resize
}

.svg_select_points_b {
    cursor: s-resize
}

.svg_select_points_l {
    cursor: w-resize
}

.svg_select_points_rot {
    stroke-width: 1;
    stroke: black;
    fill: #F9FFED
}

.svg_select_points_point {
    cursor: move
}

.svg_select_boundingRect {
    stroke-width: 1;
    fill: gray;
    stroke-dasharray: 10 10;
    stroke: black;
    stroke-opacity: 0.8;
    fill-opacity: 0.1;
    pointer-events: none
}

@primary-color : #128bed; @link-color : #128bed; @error-color : #FD485E; @text-color : #333; @text-color-secondary : #666; @border-color-base : #eee; @table-row-hover-bg : #F3F9FD; @btn-default-color : @text-color-secondary; @btn-default-border : #d6d6d6; @input-border-color : #d6d6d6; .ant-layout {
                                                                                                                                                                                                                                                                                                   min-width: 1280px
                                                                                                                                                                                                                                                                                               }

.ant-layout-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 11;
    min-width: 1280px
}

.ant-layout-menu {
    position: fixed;
    width: 240px;
    left: 0;
    bottom: 0;
    z-index: 10;
    top: 56px
}

.ant-layout-content {
    min-height: 100vh;
    margin-left: 240px;
    padding: 15px 20px;
    padding-top: 71px
}

.ant-layout-insert {
    min-height: calc(100vh - 88px);
    background: #fff;
    border-radius: 4px;
    padding-left: 240px;
    position: relative
}

.ant-layout-insert:before {
    content: " ";
    position: absolute;
    left: 240px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #eee
}

.ant-layout-insert-fixleft {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 240px;
    height: 100%
}

.ant-layout-insert .panel {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant-layout-paction {
    position: fixed;
    right: 0px;
    bottom: 18.5%
}

.ant-layout-paction .item {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #128bed;
    border-radius: 4px;
    opacity: .6;
    padding-top: 9px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.ant-layout-paction .item > i {
    font-size: 18px;
    color: #fff
}

.ant-layout-paction .item:hover {
    opacity: 1
}

.ant-layout-simple {
    min-width: 1280px;
    min-height: 100vh;
    padding-top: 56px;
    background: #fff
}

.ant {
    font-family: PingFang SC;
    line-height: 1.42857143
}

.ant .panel {
    padding: 0px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant .panel.screen-height {
    min-height: calc(100vh - 88px);
    margin-bottom: 10px
}

.ant .panel.screen-height-crumb {
    min-height: calc(100vh - 124px);
    margin-bottom: 10px
}

.ant .panel:last-child {
    margin-bottom: 0px
}

.ant .panel.m-b {
    margin-bottom: 15px
}

.ant .panel-heading, .ant .panel-body {
    padding: 13px 0px
}

.ant .panel-heading h4 {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin: 0px
}

.ant .panel-heading h4 small {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-left: 5px
}

.ant .panel-heading .pull-right button {
    margin-left: 5px
}

.ant .panel-heading + .panel-body {
    border-top: solid 1px #eee
}

.ant .panel-primary {
    background: #128bed;
    color: #fff
}

.ant .aline {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    font-family: PingFangSC-Medium, PingFang SC
}

.ant .aline .v {
    color: #666666;
    font-family: PingFangSC-Regular, PingFang SC
}

.ant .ainfo {
    text-align: left
}

.ant .ainfo .h {
    font-size: 14px;
    color: #333
}

.ant .ainfo .b {
    color: #333;
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    margin-top: 8px
}

.ant .ainfo .f {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
    margin-bottom: 10px
}

.ant .ainfo .f .trend-up {
    color: #FD485E
}

.ant .ainfo .f .trend-down {
    color: #52C41B
}

.ant .ainfo .d {
    color: #333;
    font-family: PingFangSC-Medium, PingFang SC
}

.ant .ainfo .c {
    color: #666;
    margin-top: 15px
}

.ant .ntable .tb {
    background-color: #F6F6F6
}

.ant .ntable td {
    border-color: #eee
}

.ant-row.divider .ant-col:not(:first-child) {
    padding-left: 20px
}

.ant-row.divider .ant-col:not(:first-child):before {
    content: " ";
    background: #EEEEEE;
    width: 1px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px
}

.ant-col.divider {
    padding-left: 20px
}

.ant-col.divider:before {
    content: " ";
    background: #EEEEEE;
    width: 1px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px
}

.ant-collapse-borderless {
    background: #fff
}

.ant-collapse-borderless .ant-collapse-item {
    background: #F3F9FD;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 0;
    overflow: hidden
}

.ant-collapse-borderless .ant-collapse-content-box {
    padding-bottom: 0px
}

.ant-tree li ul {
    padding-left: 2px
}

.ant-tree li ul li:first-child {
    padding-top: 10px
}

.ant-tree li ul li {
    padding-top: 6px;
    padding-bottom: 6px
}

.ant-tree li .ant-tree-node-content-wrapper:hover {
    background: transparent;
    color: #128bed
}

.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
    background: transparent;
    color: #128bed
}

.ant-tree .tree-title > span {
    color: #333;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500
}

.ant-tree li .ant-tree-node-content-wrapper {
    height: auto
}

.ant-tree-node-content-wrapper {
    white-space: normal;
    max-width: 100%
}

.ant-btn-vip {
    background: #D2A874;
    color: #fff;
    border-color: #D2A874
}

.ant-btn-vip:hover, .ant-btn-vip:active, .ant-btn-vip:focus {
    background: #D2A874;
    color: #fff;
    border-color: #D2A874
}

.panel-tabs .ant-tabs-nav-container {
    margin-bottom: 0px
}

.panel-tabs .ant-tabs-extra-content {
    padding-top: 7px
}

.panel-tabs .ant-tabs-nav {
    padding-top: 5px;
    padding-bottom: 6px
}

.panel-tabs .ant-tabs-tab {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    color: #999
}

.panel-tabs .ant-tabs-tab-active {
    color: #333
}

.panel-tabs .ant-tabs-bar {
    margin-bottom: 0px
}

.ant-list-item-meta-description {
    color: #999;
    margin-top: 10px
}

.panel .ant-btn {
    padding-left: 9px;
    padding-right: 9px
}

.panel .ant-list-header {
    padding: 0px;
    border-bottom: none
}

.panel .panel-heading .ant-select {
    min-width: 98px
}

.ant-collapse.stext .ant-collapse-item {
    margin-bottom: 0px
}

.ant-collapse.stext .ant-collapse-item .ant-collapse-header {
    padding-left: 0px;
    color: #666;
    display: inline-block;
    margin-bottom: -10px
}

.ant-collapse.stext .ant-collapse-item .ant-collapse-content-box {
    padding-left: 0px
}

.ant-table-wrapper.sm-height {
    min-height: 400px
}

.ant-table-wrapper.md-height {
    min-height: 550px
}

.ant-table-header-column {
    color: #666
}

.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
    padding-right: 6px;
    padding-left: 10px
}

.ant-drawer .ant-drawer-wrapper-body {
    padding-bottom: 50px
}

.ant-drawer.list-drawer .ant-drawer-body {
    padding-top: 0px;
    padding-bottom: 0px
}

.ant-drawer .ant-drawer-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #eee;
    padding: 16px 16px;
    background: #fff;
    text-align: right;
    z-index: 1
}

.ant-form .tip {
    color: #999;
    font-size: 12px
}

.ant-form-item {
    margin-bottom: 10px
}

.ant-form-item.block-label .ant-form-item-label {
    width: 100%;
    text-align: left
}

.ant-form-item.block-label .ant-form-item-label > label {
    width: 100%
}

.ant-form-item.block-label .ant-form-item-label .link {
    font-weight: normal;
    float: right
}

.ant-form-item-required::before {
    color: #128bed
}

.ant-form-item-label label {
    font-size: 14px;
    color: #333;
    margin-bottom: 0px
}

.ant-form .f-checkbox .ant-checkbox {
    display: none
}

.ant-form .f-checkbox .ant-checkbox-wrapper {
    width: 88px;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #666;
    font-weight: normal
}

.ant-form .f-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-checked {
    border-color: #128bed;
    color: #128bed
}

.ant-modal-body {
    padding: 20px
}

.ant-modal-footer {
    padding: 16px 16px
}

.ant-modal-footer button + button {
    margin-left: 15px
}

.thelp {
    background: #F3F9FD;
    border-radius: 4px;
    color: #666;
    padding: 10px;
    font-size: 14px;
    line-height: 22px
}

.ant-tooltip.lgw {
    max-width: 400px
}

.ant-steps-dot.top-text {
    margin-top: 60px;
    margin-bottom: -30px
}

.ant-steps-dot.top-text .ant-steps-item-content {
    position: relative;
    top: -50px
}

.ant-load-qcc {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/preloader-3bd417c0.gif);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    margin: -25px !important
}

.ant-btn-primary-disabled, .ant-btn-primary.disabled, .ant-btn-primary[disabled], .ant-btn-primary-disabled:hover, .ant-btn-primary.disabled:hover, .ant-btn-primary[disabled]:hover, .ant-btn-primary-disabled:focus, .ant-btn-primary.disabled:focus, .ant-btn-primary[disabled]:focus, .ant-btn-primary-disabled:active, .ant-btn-primary.disabled:active, .ant-btn-primary[disabled]:active, .ant-btn-primary-disabled.active, .ant-btn-primary.disabled.active, .ant-btn-primary[disabled].active {
    background: #A0D1F8;
    color: #fff;
    border-color: #A0D1F8
}

.ant-table-placeholder {
    border-bottom: none
}

.ant-table-placeholder .ant-empty-normal {
    padding-top: 50px
}

.ant-drawer-header, .ant-modal-header {
    position: relative;
    border-bottom: none
}

.ant-drawer-header:after, .ant-modal-header:after {
    content: " ";
    position: absolute;
    height: 1px;
    background-color: #eee;
    bottom: 0px;
    left: 20px;
    right: 20px
}

.ant-drawer-header .ant-modal-title, .ant-modal-header .ant-modal-title {
    font-weight: 700
}

.ant-modal-footer {
    position: relative;
    border-top: none
}

.ant-modal-footer:before {
    content: " ";
    position: absolute;
    height: 1px;
    background-color: #eee;
    top: 0px;
    left: 20px;
    right: 20px
}

.ant-popover {
    z-index: 1060
}

.qiye-spanel {
    width: 680px;
    margin: 50px auto 20px auto;
    position: relative
}

.qiye-spanel .slogo {
    background: #EEF6FF;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 280px;
    padding: 50px 10px
}

.qiye-spanel .slogo .logo {
    display: block;
    width: 183px;
    margin: auto
}

.qiye-spanel .slogo .img {
    display: block;
    width: 240px;
    margin: auto
}

.qiye-spanel .panel {
    padding-left: 300px;
    min-height: 400px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px
}

.qiye-spanel .panel .form-footer {
    border-top: solid 1px #eee;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 7px;
    text-align: right
}

.avatar-uploader > .ant-upload {
    width: 60px;
    height: 60px;
    padding: 0px;
    position: relative
}

.avatar-uploader > .ant-upload img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.avatar-uploader > .ant-upload.ant-upload-select-picture-card > .ant-upload {
    padding: 0px
}

.avatar-uploader .ant-upload-select-picture-card i {
    font-size: 20px;
    color: #999
}

.avatar-uploader > .ant-upload .hover-tip {
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 22px;
    padding: 6px 6px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.avatar-uploader > .ant-upload:hover .hover-tip {
    opacity: 1
}

.mind-item em {
    font-style: normal;
    color: #FD485E
}

.ant-btn-background-ghost {
    background-color: #fff !important
}

.saas-auth-basic, .saas-auth-advanced, .saas-auth-custom, .saas-auth-luxury, .saas-auth-trial {
    width: 60px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-size: 60px 20px;
    top: 4px;
    margin-top: -4px
}

.saas-auth-advanced {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/saas_auth_advance-d0f678a2.png)
}

.saas-auth-custom {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/saas_auth_custom-83499cf8.png)
}

.saas-auth-luxury {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/saas_auth_luxury-71a3f6b0.png)
}

.saas-auth-trial {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/saas_auth_trial-6c779cd5.png)
}

.saas-auth-basic {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/saas_auth_basic-31044bc0.png)
}

@media (max-width: 768px) {
    html.mobile {
        min-width: 100% !important;
        width: 100%
    }

    html.mobile body {
        min-width: 100% !important;
        width: 100%
    }

    html.mobile .container {
        width: 100% !important
    }

    html.mobile .modal {
        padding: 0px !important
    }

    html.mobile .modal-dialog {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 100px !important
    }

    html.mobile .app-login_wrapper {
        width: 440px !important;
        margin: auto
    }

    html.mobile .app-login_wrapper .left-c {
        display: none
    }

    html.mobile .toasted-container .toasted {
        top: 100px
    }

    html.mobile .app-nheader .navi-form {
        display: none
    }

    html.mobile .app-nheader .navbar-right {
        display: none
    }

    html.mobile .app-nfooter {
        display: none
    }
}

@media print {
    body {
        -webkit-print-color-adjust: exact
    }

    @page {
        width: 60%;
        size: 10.5in 14.85in
    }

    .app-nheader, .app-nfooter, .app-rnav {
        display: none
    }

    a[href*='//']:after {
        content: " (" attr(href) ") ";
        color: #128bed;
        display: none
    }

    a:after {
        content: " (" attr(href) ") ";
        color: #128bed;
        display: none
    }

    p {
        page-break-inside: avoid
    }

    .btn {
        color: #333 !important;
        border-color: #333 !important
    }

    .book-date {
        page-break-after: always
    }

    .post-content {
        page-break-before: always
    }

    .company-detail .own-switch, .company-detail .company-action {
        display: none
    }

    .company-detail .app-tab-nav .nav-contain {
        display: none
    }

    .company-detail .bar-btn {
        display: none
    }

    .company-detail .tcaption .watermark {
        background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/watermark-d52f1c72.png) !important;
        background-size: 92px 26px !important
    }

    .company-detail .tcaption .btn-default {
        display: none
    }

    .company-detail .graph-section .btn {
        display: none
    }

    .company-detail .app-tab-nav.fixed .nav-bar {
        position: static;
        width: auto;
        top: auto
    }

    .ntable .td-path .path-line .path-item .percent {
        background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/line_arrow-288320e2.png) no-repeat right bottom !important;
        background-size: 75px 8px !important
    }

    .ntable .td-path .path-line .path-item .percent.t5 {
        background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/line_arrowt5-99e4d4ef.png) no-repeat right bottom !important;
        background-size: 100px 34px !important
    }
}

html, body {
    height: auto;
    margin: 0;
    font-size: 14px;
    background: #f6f6f6;
    min-width: 1250px;
    font-family: "Microsoft YaHei", Arial;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5714
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.25);
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50, 50, 50, 0.5)
}

::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.05)
}

::-ms-clear, ::-ms-reveal {
    display: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999 !important;
    font-weight: 400
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999 !important;
    font-weight: 400
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999 !important;
    font-weight: 400
}

input[type="checkbox"], input[type="radio"] {
    font-size: 16px
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    img {
        width: auto;
        height: auto
    }
}

@media screen and (min-width: 0\0
) {
    img {
        width: auto;
        height: auto
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1250px
}

@media (min-width: 1281px) {
    .header {
        padding: 0px
    }

    .container {
        margin-left: calc(50vw - 625px)
    }

    .container .container {
        margin-left: auto
    }
}

.container:before, .clearfix::before {
    display: table;
    content: " "
}

.container:after, .clearfix:after {
    clear: both;
    display: table;
    content: " "
}

.page-col-lg {
    position: relative;
    min-height: 1px;
    float: left;
    width: 915px
}

.page-col-sm {
    position: relative;
    min-height: 1px;
    float: left;
    width: 290px
}

.page-col-lg + .page-col-sm {
    margin-left: 15px
}

.page-col-sm + .page-col-lg {
    margin-left: 15px
}

.page-col-sm .panel {
    margin-bottom: 15px
}

.page-col.sm {
    padding-left: 50px;
    padding-right: 50px
}

.page-col.sm .page-col-lg {
    width: 815px
}

.full-col .page-col-sm {
    display: none
}

.full-col .page-col-lg {
    width: 100%;
    float: none
}

.page-loadmore {
    background: #f5f9ff;
    color: #128bed;
    text-align: center;
    padding: 10px
}

.page-loadmore .load-gif {
    background-image: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/preloader-3bd417c0.gif);
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.dropdown-toggle.no-cart::after {
    display: unset;
    margin-left: unset;
    vertical-align: unset;
    content: unset;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset
}

.form-group .errors {
    color: #dd1e32;
    text-align: right;
    font-size: 12px;
    display: block;
    position: relative;
    top: 9px
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ddd;
    border-radius: 2px
}

.form-control:focus {
    border-color: #128bed
}

a:hover, a:focus {
    text-decoration: none
}

.toasted-container .toasted.ntoast, .toasted-container .toasted.ntoast-vip {
    top: 5px;
    font-weight: normal;
    height: 50px;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    min-width: 300px;
    max-width: 800px;
    line-height: 1.4;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: rgba(255, 255, 255, 0.8)
}

.toasted-container .toasted.ntoast:hover, .toasted-container .toasted.ntoast-vip:hover {
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000
}

.toasted-container .toasted.ntoast.error, .toasted-container .toasted.ntoast-vip.error {
    background: #bd362f
}

.toasted-container .toasted.ntoast.error .icon, .toasted-container .toasted.ntoast-vip.error .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)
}

.toasted-container .toasted.ntoast.success, .toasted-container .toasted.ntoast-vip.success {
    background: #51a351
}

.toasted-container .toasted.ntoast.success .icon, .toasted-container .toasted.ntoast-vip.success .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)
}

.toasted-container .toasted.ntoast.ntoast-vip.success, .toasted-container .toasted.ntoast-vip.ntoast-vip.success {
    background: #d2a874
}

.toasted-container .toasted.ntoast.ntoast-vip.success .icon, .toasted-container .toasted.ntoast-vip.ntoast-vip.success .icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAcCAYAAAA9UNxEAAADo0lEQVRYhe3YXYwfUxgG8G5Xt1btWqXSvRCqiV3VSjZRcUOjKtKoz5vK9sJHS3wFTXWvpVw1IhUXEkQvrapogooQjYQ2JdFKEAQtgqZVH6HWYvtzMSM7OzvvzH/+/90rnuTczHne57zPmTPnvGdmzPivAbNxBzYUtMEWdM8LNDfiYvRgfUH//Tg1o3N9oBO1NViM9iixmdipGKNY2OQk7g40R9CHK4L+nzAv1enA5wGvDKPYg0G0FSW4qiR4qAnD60v07kw5dwf9+/5NEmfgcH2/EzCM7nyCc/BZELAfHTXMnoujgdZrOCHlbQ44L2S0lmKsaavjeHGSB2wKyGNY1qDZmdgR6PyM8zPclwLeIxnODS2YzOP2fLKL8HtAfqpBw4MlAw5leO14N+Dd1cBLaAYfYHY22Ta8GpAPSTeSErPzcTCIfwcnZrinib/NFRne45LP40gD7Sj+KjE8ikV13tAtFYafDOKOYWmO26d4NY2YuOznolcymVWtFwN4s8TDtfmke/BNQH5D0RafxK0Qz+6mAv7KgPsdesomtgrol0xyEdYUBWwJyCO4oIDfLfk+ivA+Ti6IuTXg75Pu4i0Ynqf4czmO5UUBF+LPIKGHC/gPBdxRwe6OR4OY7a2YTbVXpubyOIaziwLa8XaQ0KeYk+EO4NeAu6UkqWeDmMdaNLsYHwXae0WrR1JbR7gq5czCroDzCeYG2u2SpV6E2zK8q/FEjTYsOesjbCibqV7xsbEt5USl4d/SSQm0u/F1ELsqw3u+JPm6OIDTq5bHM0HwEVyO74P+pyt0+yUbYB5/oD/D29WSxXEcx3WlZtMBL1P88cMPwfODmF+he2kQe9j4LalL8lamAg9Umk0H7ZBcHOpgdQO664LY96R3WJyJX5r3iOSaeXNDZjPJDdUY4DlBYZLTjI6xnRnOJVq7Je2Wq+4aNXyOxmb6EM5qUHM40Nic4awOOKP4Kmj7sQ03obO22czg2xswvLaG3t5A494M58GA8zpOCtqspk3mErymwuzLov9Hk7VOEd+orszwtgacrVNiqiLJsr8hP6KvhtZCxUfSGJaknDa8FYy3cfqcTkw02mjuq6mzTPFR9620MEAnvgjGu3F6HE5OdIFkm89ihxr/ulKdtYGRj40fSQvwW8C7aHocFie7TlINwSuqSrVijXskBcWXmXZApjrDkoDzIXqn1lV1wgNYXvfNZuI7JbV0V6Z1m/j7pz3X35WJqTzn/0cO/wDCdtLIXE1g+QAAAABJRU5ErkJggg==);
    background-size: 30px 14px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 30px
}

.bscroll-indicator {
    background-color: rgba(0, 0, 0, 0.3) !important
}

.detail-row .col-md-3 {
    width: 315px;
    padding-right: 0px
}

.detail-row .col-md-9 {
    width: 930px;
    padding-right: 0px
}

a {
    cursor: pointer
}

ul li {
    list-style-type: none
}

.search-list em {
    font-style: normal;
    color: #FD485E
}

.search-section em {
    font-weight: 700
}

.loading-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #fff;
    z-index: 10
}

.loading-mask .loading-gif {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/preloader-3bd417c0.gif);
    background-size: 100px 100px;
    z-index: 11
}

.loading-mask .no-data {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -70px;
    background: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/nodata-e862b693.png);
    background-size: 140px 140px;
    z-index: 11
}

.nm-footer {
    margin-bottom: -50px
}

button {
    outline: none
}

.tooltip-arrow {
    display: none
}

.tooltip-inner {
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    padding: 6px 10px;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.tooltip.in {
    opacity: 1
}

.tooltip-inner {
    background-color: rgba(0, 0, 0, 0.9);
    background-color: #222733
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.9);
    border-top-color: #222733
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, 0.9);
    border-right-color: #222733
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-bottom-color: #222733
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, 0.9);
    border-left-color: #222733
}

.tooltip-arrow {
    display: none
}

.tooltip-inner {
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    padding: 6px 10px;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 1000px
}

.tooltip.in {
    opacity: 1
}

a-popover > [slot="content"] {
    display: none
}

.ant-popover.no-arrow .ant-popover-arrow {
    display: none
}

.ant-popover.max-300 {
    max-width: 300px
}

.ant-popover.max-500 {
    max-width: 500px
}

.ant-popover-inner-content {
    padding: 8px 10px
}

.ant-popover-inner-content .pop-list {
    margin: -8px -10px
}

.ant-popover-inner-content .pop-list > a {
    padding: 8px 10px;
    display: block;
    color: #333
}

.ant-popover-inner-content .pop-list > a:hover {
    background-color: #f3f9fd;
    color: #128bed
}

.ant-popover-inner-content .pop-list > a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.ant-popover-inner-content .pop-list > a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.ant-popover.dlevel {
    z-index: 1020
}

.ant-tooltip {
    z-index: 1066
}

.table-pop-title {
    max-width: 350px
}

.table-pop-title .ant-popover-arrow {
    display: none
}

.ntable-wrap *:focus {
    outline: none
}

#udesk_btn {
    display: none !important
}

#udesk_pop_dialog {
    display: none !important
}

.link-flow-in {
    stroke-dasharray: 8;
    -webkit-animation: dash-line 30s linear infinite;
    animation: dash-line 30s linear infinite
}

.link-flow-out {
    stroke-dasharray: 8;
    animation: dash-line 20s linear infinite reverse
}

@-webkit-keyframes dash-line {
    to {
        stroke-dashoffset: 1000
    }
}

@keyframes dash-line {
    to {
        stroke-dashoffset: 1000
    }
}

article.textarea {
    border: none;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    -webkit-column-count: initial !important;
    -moz-column-count: initial !important;
    column-count: initial !important;
    -webkit-rtl-ordering: logical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.copy-hover-item .copy-button-item {
    opacity: 0
}

.copy-hover-item:hover .copy-button-item {
    opacity: 1
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/fontawesome-webfont-674f50d2.eot);
    src: url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/fontawesome-webfont-674f50d2.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/fontawesome-webfont-af7ae505.woff2) format('woff2'), url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/fontawesome-webfont-fee66e71.woff) format('woff'), url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/fontawesome-webfont-b06871f2.ttf) format('truetype'), url(//qcc-static.qichacha.com/qcc/pc-web/prod-2.3.60/fontawesome-webfont-912ec66d.svg#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.line-clamp-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

/* 解锁企业 开始 */
.modal.-transform .modal-dialog {
    margin: 0 auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 568px;
    position: absolute;
    left: 50%;
    z-index: 501;
}
.modal .modal-content {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.modal .-rb-query .header {
    height: 96px;
    border: none;
    background-repeat: no-repeat;
    background-image: url(../../../images/website/company/hka-query-2.png);
    background-size: 100%;
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.modal .-rb-query .header .header-tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}
.modal .-rb-query .header .header-tag img {
    width: 72px;
    height: 24px;
}
.modal .-rb-query .header .close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    color: white;
}
.modal .-rb-query .header .header-title {
    line-height: 88px;
    text-align: center;
}
.modal .-rb-query .header .header-title .text-left {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bolder;
}
.modal .-rb-query .header .header-border {
    width: 100%;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.modal .-rb-query .body {
    padding: 0px 24px 25px;
    font-size: 14px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.modal .-rb-query .body .info-item {
    margin-top: 16px;
    line-height: 22px;
    display: flex;
    align-items: flex-start;
}
.modal .-rb-query .body .info-item .item-left {
    color: #666666;
    vertical-align: top;
    width: 56px;
    position: relative;
}
.modal .-rb-query .body .info-item .item-right {
    flex: 1;
    color: #333333;
    max-width: 448px;
}
.modal .-rb-query .body .info-item .-ml16 {
    margin-left: 16px;
}
.modal .-rb-query .body .info-item .item-right .subtext {
    overflow: hidden;
    position: relative;
}
.modal .-rb-query .body .info-item .item-right .subtext.isshow {
    max-height: 66px;
}
.modal .-rb-query .body .info-item .item-right .subtext .context {
    line-height: 22px;
    word-break: break-all;
    margin: 0;
}
.modal .-rb-query .body .info-list {
    margin: 16px 0 13px;
    color: #999;
    line-height: 20px;
    font-size: 12px;
    padding: 8px 12px;
    background-color: #FAFAFA;
}
.modal .-rb-query .body .info-list li {
    min-height: 20px;
    position: relative;
    padding-left: 10px;
    word-break: break-all;
}
.modal .-rb-query .body .info-list em {
    position: absolute;
    left: 0;
    top: -4px;
}
.modal .-rb-query .body .footer-pay {
    height: 64px;
    background: #FAFAFA;
    border-radius: 4px;
    padding: 16px;
    line-height: 30px;
}
.modal .-rb-query .body .float-l {
    float: left;
}
.modal .-rb-query .body .footer-pay .pay-title {
    font-size: 16px;
    color: #333333;
    font-weight: bolder;
}
.modal .-rb-query .body .footer-pay .present-price {
    font-size: 20px;
    color: #FF3B30;
    font-weight: bolder;
    padding: 0 4px 0 8px;
}
.modal .-rb-query .body .footer-pay .original-price {
    padding-left: 6px;
    text-decoration: line-through;
    font-size: 14px;
    color: #999999;
}
.modal .-rb-query .body .float-r {
    float: right;
}
.modal .-rb-query .body .footer-pay .pay-btn {
    width: 90px;
    background: linear-gradient(to right, #ff9a45, #ff7500);
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    font-weight: bolder;
    cursor: pointer;
    margin-left: 10px;
}
.modal .modal-mask {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500;
}
/* 解锁企业 结束 */
