body {
    margin: 0;
}
.jas-sheet {
    font-size: 13px;
    line-height: normal;
    user-select: none;
    -moz-user-select: none;
    font-family: 'Lato', 'Source Sans Pro', Roboto, Helvetica, Arial, sans-serif;
    box-sizing: content-box;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}
.jas-sheet textarea {
    font: 400 13px Arial, 'Lato', 'Source Sans Pro', Roboto, Helvetica, sans-serif;
}
.jas-sheet-sheet {
    position: relative;
    overflow: hidden;
}
.jas-sheet-table {
    vertical-align: bottom;
}
.jas-sheet-tooltip {
    font-family: inherit;
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    border-radius: 1px;
    background: #000000;
    font-size: 12px;
    z-index: 201;
}
.jas-sheet-tooltip:before {
    pointer-events: none;
    position: absolute;
    left: calc(50% - 4px);
    top: -4px;
    content: "";
    width: 8px;
    height: 8px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
}
.jas-sheet-color-palette {
    padding: 5px;
}
.jas-sheet-color-palette table {
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
    background: #fff;
}
.jas-sheet-color-palette table td {
    margin: 0;
    cursor: pointer;
    border: 1px solid transparent;
}
.jas-sheet-color-palette table td:hover {
    border-color: #ddd;
}
.jas-sheet-color-palette table td .jas-sheet-color-palette-cell {
    width: 16px;
    height: 16px;
}
.jas-sheet-border-palette {
    padding: 6px;
}
.jas-sheet-border-palette table {
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    table-layout: fixed;
}
.jas-sheet-border-palette table td {
    margin: 0;
}
.jas-sheet-border-palette .jas-sheet-border-palette-left {
    border-right: 1px solid #eee;
    padding-right: 6px;
}
.jas-sheet-border-palette .jas-sheet-border-palette-left .jas-sheet-border-palette-cell {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
}
.jas-sheet-border-palette .jas-sheet-border-palette-left .jas-sheet-border-palette-cell .jas-sheet-icon-img {
    opacity: 0.8;
}
.jas-sheet-border-palette .jas-sheet-border-palette-left .jas-sheet-border-palette-cell:hover {
    background-color: #eee;
}
.jas-sheet-border-palette .jas-sheet-border-palette-right {
    padding-left: 6px;
}
.jas-sheet-border-palette .jas-sheet-border-palette-right .jas-sheet-toolbar-btn {
    margin-top: 0;
    margin-bottom: 3px;
}
.jas-sheet-border-palette .jas-sheet-border-palette-right .jas-sheet-line-type {
    position: relative;
    left: 0;
    top: -3px;
}
.jas-sheet-dropdown {
    position: relative;
}
.jas-sheet-dropdown .jas-sheet-dropdown-content {
    position: absolute;
    z-index: 200;
    background: #fff;
    box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
}
.jas-sheet-dropdown.page-size {
    padding: 10px;
}
.jas-sheet-dropdown.bottom-left .jas-sheet-dropdown-content {
    top: calc(100% + 5px);
    left: 0;
}
.jas-sheet-dropdown.bottom-right .jas-sheet-dropdown-content {
    top: calc(100% + 5px);
    right: 0;
}
.jas-sheet-dropdown .jas-sheet-dropdown-title {
    padding: 0 5px;
    display: inline-block;
}
.jas-sheet-dropdown .jas-sheet-dropdown-header .jas-sheet-icon.arrow-left {
    margin-left: 4px;
}
.jas-sheet-dropdown .jas-sheet-dropdown-header .jas-sheet-icon.arrow-right {
    width: 10px;
    margin-right: 4px;
}
.jas-sheet-dropdown .jas-sheet-dropdown-header .jas-sheet-icon.arrow-right .arrow-down {
    left: -130px;
}
/* resizer **/
.jas-sheet-resizer {
    position: absolute;
    z-index: 11;
}
.jas-sheet-resizer .jas-sheet-resizer-hover {
    background-color: rgba(75, 137, 255, 0.25);
}
.jas-sheet-resizer .jas-sheet-resizer-hover.print-line {
    background-color: #fff;
    z-index: -1;
}
.jas-sheet-resizer .jas-sheet-resizer-line {
    position: absolute;
}
.jas-sheet-resizer.horizontal {
    cursor: row-resize;
}
.jas-sheet-resizer.horizontal .jas-sheet-resizer-line {
    border-bottom: 2px dashed #4b89ff;
    left: 0;
    bottom: 0;
}
.jas-sheet-resizer.vertical {
    cursor: col-resize;
}
.jas-sheet-resizer.vertical .jas-sheet-resizer-line {
    border-right: 2px dashed #4b89ff;
    top: 0;
    right: 0;
}
/* scrollbar */
.jas-sheet-scrollbar {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f4f5f8;
    opacity: 0.9;
    z-index: 999;
}
.jas-sheet-scrollbar.horizontal {
    right: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.jas-sheet-scrollbar.horizontal > div {
    height: 1px;
    background: #ddd;
}
.jas-sheet-scrollbar.vertical {
    bottom: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.jas-sheet-scrollbar.vertical > div {
    width: 1px;
    background: #ddd;
}
/* @{css-prefix}-overlayer */
.jas-sheet-overlayer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.jas-sheet-overlayer .jas-sheet-overlayer-content {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
/* @{css-prefix}-overlayer-detail */
.jas-sheet-overlayer-detail {
    position: absolute;
    left: 0;
    /*top: 0;*/
    z-index: 10;
}
.jas-sheet-overlayer-detail .jas-sheet-overlayer-detail-content {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.jas-sheet-editor,
.jas-sheet-selector {
    box-sizing: content-box;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* @{css-prefix}-selector */
.jas-sheet-selector .jas-sheet-selector-area {
    position: absolute;
    border: 2px solid #4b89ff;
    background: rgba(75, 137, 255, 0.1);
}
.jas-sheet-selector .jas-sheet-selector-clipboard,
.jas-sheet-selector .jas-sheet-selector-autofill {
    position: absolute;
    background: transparent;
    z-index: 100;
}
.jas-sheet-selector .jas-sheet-selector-clipboard {
    border: 2px dashed #4b89ff;
}
.jas-sheet-selector .jas-sheet-selector-autofill {
    border: 1px dashed rgba(0, 0, 0, 0.45);
}
.jas-sheet-selector .jas-sheet-selector-corner {
    pointer-events: auto;
    position: absolute;
    cursor: crosshair;
    font-size: 0;
    height: 5px;
    width: 5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #ffffff;
    background: #4b89ff;
}
.jas-sheet-editor {
    z-index: 20;
}
.jas-sheet-editor .jas-sheet-editor-area {
    position: absolute;
    text-align: left;
    border: 2px solid #4b89ff;
    line-height: 0;
    z-index: 100;
    pointer-events: auto;
}
.jas-sheet-editor .jas-sheet-editor-area textarea {
    box-sizing: content-box;
    border: none;
    padding: 0 3px;
    outline-width: 0;
    resize: none;
    text-align: start;
    overflow-y: hidden;
    font: 400 13px Arial, 'Lato', 'Source Sans Pro', Roboto, Helvetica, sans-serif;
    color: inherit;
    white-space: normal;
    word-wrap: break-word;
    line-height: 22px;
    margin: 0;
}
.jas-sheet-editor .jas-sheet-editor-area .textline {
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
}
.jas-sheet-editor .jas-sheet-editor-area.error {
    border-color: red;
}
.jas-sheet-item {
    user-select: none;
    background: 0;
    border: 1px solid transparent;
    outline: none;
    height: 26px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 26px;
    list-style: none;
    padding: 2px 10px;
    cursor: default;
    text-align: left;
}
.jas-sheet-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.jas-sheet-item:hover,
.jas-sheet-item.active {
    background: rgba(0, 0, 0, 0.05);
}
.jas-sheet-item.divider {
    height: 0;
    padding: 0;
    margin: 5px 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.jas-sheet-item .label {
    float: right;
    opacity: 0.65;
    font-size: 1em;
    overflow: hidden;
    max-width: 125px;
    white-space: nowrap;
}
.x-spreadsheet-item.state,
.x-spreadsheet-header.state {
    padding-left: 35px!important;
    position: relative;
}
.x-spreadsheet-item.state:before,
.x-spreadsheet-header.state:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 12px;
    top: calc(50% - 5px);
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}
.x-spreadsheet-item.state.checked:before,
.x-spreadsheet-header.state.checked:before {
    background: #4b89ff;
}
.jas-sheet-checkbox {
    position: relative;
    display: inline-block;
    backface-visibility: hidden;
    outline: 0;
    vertical-align: baseline;
    font-style: normal;
    font-size: 1rem;
    line-height: 1em;
}
.jas-sheet-checkbox > input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    outline: 0;
    z-index: -1;
}
.jas-sheet-suggest,
.jas-sheet-contextmenu,
.jas-sheet-sort-filter {
    position: absolute;
    box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
    background: #fff;
    z-index: 100;
    width: 260px;
    pointer-events: auto;
    overflow: auto;
}
.jas-sheet-suggest {
    width: 200px;
}
.jas-sheet-filter {
    border: 1px solid #e9e9e9;
    font-size: 12px;
    margin: 10px;
}
.jas-sheet-filter .jas-sheet-header {
    padding: 0.5em 0.75em;
    background: #f8f8f9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid transparent;
}
.jas-sheet-filter .jas-sheet-body {
    height: 200px;
    overflow-y: auto;
}
.jas-sheet-filter .jas-sheet-body .jas-sheet-item {
    height: 20px;
    line-height: 20px;
}
.jas-sheet-sort-filter .jas-sheet-buttons {
    margin: 10px;
}
.jas-sheet-toolbar,
.jas-sheet-bottombar {
    height: 40px;
    padding: 0 30px;
    text-align: left;
    background: #f5f6f7;
    display: flex;
}
.jas-sheet-toolbar.double-row {
    height: 80px;
}
.jas-sheet-toolbar.double-row .jas-sheet-toolbar-btns {
    display: block !important;
    width: 100%;
}
.jas-sheet-bottombar {
    border-top: 1px solid #e0e2e4;
}
.jas-sheet-toolbar {
    border-bottom: 1px solid #e0e2e4;
}
.jas-sheet-toolbar .jas-sheet-toolbar-btns {
    display: inline-flex;
}
.jas-sheet-toolbar .jas-sheet-toolbar-more {
    padding: 0 6px 6px;
    text-align: left;
}
.jas-sheet-toolbar .jas-sheet-toolbar-more .jas-sheet-toolbar-divider {
    margin-top: 0;
}
.jas-sheet-toolbar .jas-sheet-toolbar-btn {
    flex: 0 0 auto;
    display: inline-block;
    border: 1px solid transparent;
    height: 26px;
    line-height: 26px;
    min-width: 26px;
    margin: 6px 1px 0;
    padding: 0;
    text-align: center;
    border-radius: 2px;
}
.jas-sheet-toolbar .jas-sheet-toolbar-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.jas-sheet-toolbar .jas-sheet-toolbar-btn:hover,
.jas-sheet-toolbar .jas-sheet-toolbar-btn.active {
    background: rgba(0, 0, 0, 0.08);
}
.jas-sheet-toolbar-divider {
    display: inline-block;
    border-right: 1px solid #e0e2e4;
    width: 0;
    vertical-align: middle;
    height: 18px;
    margin: 1px 3px 0;
}
.ty-bar-container .jas-sheet-toolbar-divider {
    margin: 12px 3px 0;
}
.jas-sheet-calendar {
    color: rgba(0, 0, 0, 0.65);
    background: #ffffff;
    user-select: none;
}
.jas-sheet-calendar .calendar-header {
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    width: 100%;
    float: left;
    background: #f9fafb;
}
.jas-sheet-calendar .calendar-header .calendar-header-left {
    padding-left: 5px;
    float: left;
}
.jas-sheet-calendar .calendar-header .calendar-header-right {
    float: right;
}
.jas-sheet-calendar .calendar-header .calendar-header-right a {
    padding: 3px 0;
    margin-right: 2px;
    border-radius: 2px;
}
.jas-sheet-calendar .calendar-header .calendar-header-right a:hover {
    background: rgba(0, 0, 0, 0.08);
}
.jas-sheet-calendar .calendar-body {
    border-collapse: collapse;
    border-spacing: 0;
}
.jas-sheet-calendar .calendar-body th,
.jas-sheet-calendar .calendar-body td {
    width: 14.28571429%;
    min-width: 32px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
}
.jas-sheet-calendar .calendar-body td > .cell:hover {
    background: #ecf6fd;
}
.jas-sheet-calendar .calendar-body td > .cell.active,
.jas-sheet-calendar .calendar-body td > .cell.active:hover {
    background: #ecf6fd;
    color: #2185D0;
}
.jas-sheet-calendar .calendar-body td > .cell.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.jas-sheet-datepicker {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    z-index: 10;
    width: auto;
}
.jas-sheet-buttons {
    display: flex;
    justify-content: flex-end;
}
.jas-sheet-buttons .jas-sheet-button {
    margin-left: 8px;
}
.jas-sheet-button {
    display: inline-block;
    border-radius: 3px;
    line-height: 1em;
    min-height: 1em;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0.75em 1em;
    color: rgba(0, 0, 0, 0.6);
    background: #E0E1E2;
    text-decoration: none;
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    outline: none;
    vertical-align: baseline;
    zoom: 1;
    user-select: none;
    transition: all 0.1s linear;
}
.jas-sheet-button.active,
.jas-sheet-button:hover {
    background-color: #C0C1C2;
    color: rgba(0, 0, 0, 0.8);
}
.jas-sheet-button.primary {
    color: #fff;
    background-color: #2185D0;
}
.jas-sheet-button.primary:hover,
.jas-sheet-button.primary.active {
    color: #fff;
    background-color: #1678c2;
}
.jas-sheet-form-input {
    font-size: 1em;
    position: relative;
    font-weight: 400;
    display: inline-flex;
    color: rgba(0, 0, 0, 0.87);
}
.jas-sheet-form-input input {
    z-index: 1;
    margin: 0;
    max-width: 100%;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 30px;
    height: 30px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
}
.jas-sheet-form-input input:focus {
    border-color: #4b89ff;
    box-shadow: inset 0 1px 2px rgba(75, 137, 255, 0.2);
}
.jas-sheet-form-select {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.87);
    user-select: none;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
}
.jas-sheet-form-select .input-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 60px;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
}
.jas-sheet-form-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.jas-sheet-form-fields .jas-sheet-form-field {
    flex: 0 1 auto;
}
.jas-sheet-form-fields .jas-sheet-form-field .label {
    display: inline-block;
    margin: 0 10px 0 0;
}
.jas-sheet-form-field {
    display: block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 10px;
}
.jas-sheet-form-field:first-child {
    margin-left: 0;
}
.jas-sheet-form-field.error .jas-sheet-form-select,
.jas-sheet-form-field.error input {
    border-color: #f04134;
}
.jas-sheet-form-field .tip {
    color: #f04134;
    font-size: 0.9em;
}
.jas-sheet-dimmer {
    display: none;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    transition: background-color 0.5s linear;
    user-select: none;
    z-index: 1000;
}
.jas-sheet-dimmer.active {
    display: block;
    opacity: 1;
}
.jas-sheet-modal,
.jas-sheet-toast {
    font-size: 13px;
    position: fixed;
    z-index: 1001;
    text-align: left;
    line-height: 1.25em;
    min-width: 360px;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Lato', 'Source Sans Pro', Roboto, Helvetica, Arial, sans-serif;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}
.jas-sheet-toast {
    background-color: rgba(255, 255, 255, 0.85);
}
.jas-sheet-modal-header,
.jas-sheet-toast-header {
    font-weight: 600;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 0 0;
}
.jas-sheet-modal-header .jas-sheet-icon,
.jas-sheet-toast-header .jas-sheet-icon {
    position: absolute;
    right: 0.8em;
    top: 0.65em;
    border-radius: 18px;
}
.jas-sheet-modal-header .jas-sheet-icon:hover,
.jas-sheet-toast-header .jas-sheet-icon:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.08);
}
.jas-sheet-toast-header {
    color: #F2711C;
}
.jas-sheet-modal-header {
    border-bottom: 1px solid #e0e2e4;
    background: rgba(0, 0, 0, 0.08);
    font-size: 1.0785em;
}
.jas-sheet-modal-header,
.jas-sheet-modal-content,
.jas-sheet-toast-header,
.jas-sheet-toast-content {
    padding: 0.75em 1em;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .jas-sheet-toolbar {
        display: none;
    }
}
.jas-sheet-icon {
    width: 18px;
    height: 18px;
    margin: 1px 1px 2px 1px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.jas-sheet-icon.right {
    background-image: url(./icons/aab2ab4f4ef98d8eb7cb3db78d079d92.png);
    float: right;
}
.jas-sheet-icon .jas-sheet-icon-img {
    background-image: url(./icons/58eaeb4e52248a5c75936c6f4c33a370.svg);
    position: absolute;
    width: 262px;
    height: 444px;
    opacity: 0.56;
}
.jas-sheet-icon .jas-sheet-icon-img.save {
    background-image: url(./icons/ce8f3da2d9d63cebccc6f2365cdc84f3.svg);
    opacity: 0.8;
}
.jas-sheet-icon .jas-sheet-icon-img.print-setting {
    background-image: url(./icons/cdf358d837ec38982530cc913c10531b.png);
    opacity: 0.9;
}
.jas-sheet-icon .jas-sheet-icon-img.help {
    background-image: url(./icons/f08cce4fc757983ae0c5e705ed6324ad.png);
    opacity: 0.9;
}
.jas-sheet-icon .jas-sheet-icon-img.view-setting {
    background-image: url(./icons/4b6b5c111a1a164649257c1d4bfbf784.png);
    opacity: 0.9;
}
.jas-sheet-icon .jas-sheet-icon-img.img {
    background-image: url(./icons/5b9b5a635a5014af2f54df4c3fe5ea5c.png);
    opacity: 0.8;
}
.jas-sheet-icon .jas-sheet-icon-img.cell-prop {
    background-image: url(./icons/941009d2ba77ac605c0b0cf976931cb6.png);
    opacity: 0.8;
}
.jas-sheet-icon .jas-sheet-icon-img.cell-line {
    background-image: url(./icons/1d1bc9c519706fbb04e69f9bc367f398.png);
}
.jas-sheet-icon .jas-sheet-icon-img.cell-exp {
    background-image: url(./icons/0540532988b0d225f543519753f72473.png);
    opacity: 0.9;
}
.jas-sheet-icon .jas-sheet-icon-img.chart {
    background-image: url(./icons/30e25c2abce295834a60fd9637bb4e0a.png);
    opacity: 0.8;
}
.jas-sheet-icon .jas-sheet-icon-img.view {
    background-image: url(./icons/78f3bf387adad79f4aaf0baa6937c571.png);
    opacity: 0.8;
}
.jas-sheet-icon .jas-sheet-icon-img.uploadExcel {
    background-image: url(./icons/5ea0efc04b8a7bd10eb8eac1374caaf9.png);
    opacity: 0.9;
}
.jas-sheet-icon .jas-sheet-icon-img.qrcode {
    background-image: url(./icons/c9d011bdbaec17669808f9d88fc2d366.png);
    opacity: 0.8;
}
.jas-sheet-icon .jas-sheet-icon-img.barcode {
    background-image: url(./icons/e67b7bdc19df9ede78820d9bf5f59b73.png);
    opacity: 0.8;
}
.jas-sheet-icon .jas-sheet-icon-img.undo {
    left: 0;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.redo {
    left: -18px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.print {
    left: -36px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.paintformat {
    left: -54px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.clearformat {
    left: -72px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.font-bold {
    left: -90px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.font-italic {
    left: -108px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.underline {
    left: -126px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.strike {
    left: -144px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.color {
    left: -162px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.bgcolor {
    left: -180px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.merge {
    left: -198px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.align-left {
    left: -216px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.align-center {
    left: -234px;
    top: 0;
}
.jas-sheet-icon .jas-sheet-icon-img.align-right {
    left: 0;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.align-top {
    left: -18px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.align-middle {
    left: -36px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.align-bottom {
    left: -54px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.textwrap {
    left: -72px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.autofilter {
    left: -90px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.formula {
    left: -108px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.arrow-down {
    left: -126px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.arrow-right {
    left: -144px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.link {
    left: -162px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.chart {
    left: -180px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.freeze {
    left: -198px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.ellipsis {
    left: -216px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.add {
    left: -234px;
    top: -18px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-all {
    left: 0;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-inside {
    left: -18px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-horizontal {
    left: -36px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-vertical {
    left: -54px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-outside {
    left: -72px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-left {
    left: -90px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-top {
    left: -108px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-right {
    left: -126px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-bottom {
    left: -144px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.border-none {
    left: -162px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.line-color {
    left: -180px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.line-type {
    left: -198px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.close {
    left: -234px;
    top: -36px;
}
.jas-sheet-icon .jas-sheet-icon-img.chevron-down {
    left: 0;
    top: -54px;
}
.jas-sheet-icon .jas-sheet-icon-img.chevron-up {
    left: -18px;
    top: -54px;
}
.jas-sheet-icon .jas-sheet-icon-img.chevron-left {
    left: -36px;
    top: -54px;
}
.jas-sheet-icon .jas-sheet-icon-img.chevron-right {
    left: -54px;
    top: -54px;
}
/** 自定义样式 */
.ty-msg-container {
    top: 24px;
    z-index: 1024;
    font-size: 14px;
    position: fixed;
    width: 100%;
    left: 0;
    pointer-events: none;
    padding: 0;
    margin: 0;
}
.ty-msg-notice {
    height: 54px;
    margin-top: -8px;
    padding: 8px;
    text-align: center;
    -webkit-transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.ty-msg-content {
    display: inline-block;
    pointer-events: all;
    padding: 8px 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;
}
.ty-msg-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #4b89ff;
    border-radius: 19px;
    color: #fff;
    margin-right: 6px;
}
.ty-bar-container {
    border-bottom: 1px solid #e0e2e4;
    height: 40px;
    text-align: left;
    background: #f5f6f7;
    display: flex;
}
.ty-bar-btn {
    padding: 8px 2px 0 2px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.ty-bar-btn > div {
    padding: 4px;
}
.ty-bar-btn > div:hover {
    background-color: #eeeeee;
}
.ty-bar-btn .dropdown-list {
    top: calc(100% + 2px);
    left: 0;
    width: 100px;
    position: absolute;
    z-index: 200;
    background: #fff;
    box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
}
.dropdown-item {
    user-select: none;
    background: 0;
    border: 1px solid transparent;
    outline: none;
    height: 26px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 26px;
    list-style: none;
    padding: 2px 10px;
    cursor: default;
    text-align: left;
    width: 100px;
}
.dropdown-item:hover,
.dropdown-item.active {
    background: rgba(0, 0, 0, 0.05);
}
.ty-bar-btn button {
    border: 0 none;
    background: transparent;
    padding-right: 3px;
    cursor: pointer;
    margin: 0;
    overflow: hidden!important;
    width: auto;
    *width: 100%;
    -moz-outline: 0 none;
    outline: 0 none;
    line-height: 18px;
    height: 18px;
    background-repeat: no-repeat !important;
}
.ty-bar-btn .first {
    padding-left: 20px;
    background-image: url(./icons/74aa67bdfaa3827c67bfb829433aa6c9.png) !important;
    background-size: 16px 16px;
}
.ty-bar-btn .last {
    padding-left: 16px;
    height: 18px;
    line-height: 18px;
    background-image: url(./icons/c7c31dcc0ccce538b22a063debbc1a02.png) !important;
    background-size: 16px 16px;
}
/**钻取返回上一页按钮样式*/
.ty-bar-btn .back_previous {
    padding-left: 16px;
    height: 18px;
    line-height: 18px;
    background-image: url(./icons/d8824fbc7c3613b473675a158a0c2d98.png) !important;
    background-size: 16px 16px;
}
.ty-bar-btn .next {
    padding-left: 14px;
    line-height: 16px;
    background-image: url(./icons/be747d3e2eeb3c0b7168db78c84dd5af.png) !important;
    background-size: 16px 16px;
}
.ty-bar-btn .end {
    padding-left: 20px;
    line-height: 16px;
    background-image: url(./icons/50ddfa9d040f3585bd86a5f72c9cafe6.png) !important;
    background-size: 16px 16px;
}
.ty-bar-btn .print {
    padding-left: 20px;
    background-image: url(./icons/8c26a72edb95539833e59dc60817f093.png) !important;
    background-size: 16px 16px;
}
.ty-bar-btn .export {
    padding-left: 19px;
    line-height: 18px;
    background-image: url(./icons/127a607b97c089a43dc00347b09fea99.png) !important;
    background-size: 17px 17px;
}
.ty-bar-btn .pdf {
    padding-left: 19px;
    line-height: 18px;
    background-image: url(./icons/53b3da298ce02fdde6fd5a09a7624b4a.png) !important;
    background-size: 17px 17px;
}
.ty-bar-input {
    position: relative;
    padding: 0 6px 2px 6px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}
.ty-bar-container .ty-bar-input {
    padding: 7px 6px 2px 6px;
}
.ty-bar-input input:hover,
.ty-bar-input input:focus {
    border-color: #4b89ff;
    outline-color: #4b89ff;
}
.btn-input {
    padding: 4px;
    text-align: center;
    display: inline-block;
}
.btn-input > input {
    font-size: 12px;
    width: 42px;
    height: 16px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    border: 1px solid #b5b8c8;
    vertical-align: middle;
    padding: 1px 3px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.btn-input > input:active,
.btn-input > input:focus {
    border: 1px solid #7eadd9;
}
.ty-bar-input .btn-text {
    display: inline-block;
    vertical-align: middle;
}
.x-spreadsheet-contextmenu.ty-container-scroll {
    height: 280px;
    overflow-y: auto;
}
.ty-container-scroll::-webkit-scrollbar {
    width: 6px;
}
.ty-container-scroll::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
}
/* 拖动样式 */
.ty-drag-container {
    left: 50px;
    top: 50px;
    position: absolute;
    height: 151px;
    width: 315px;
    padding: 2px;
    z-index: 99;
}
.x-spreadsheet-overlayer-content .ty-drag-container {
    padding: 0;
}
/*.ty-drag-container.readonly{
  padding:0
}*/
.ty-drag-container.active {
    border: 1px solid #515151;
}
.ty-drag-container.active.selected {
    border: 1px solid #3883fa;
}
.ty-drag-container.chart {
    height: 350px;
    width: 650px;
}
.ty-drag-container .ty-drag-content {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    cursor: move;
    position: absolute;
    overflow: hidden;
    /*background: #07A695;*/
}
.ty-drag-container.img,
.ty-drag-container.barcode {
    padding: 0;
}
.ty-drag-container.img .ty-drag-content {
    width: 100%;
    height: 100%;
}
.ty-drag-container.cell-layer .ty-drag-content {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.ty-drag-container.chart .ty-drag-content {
    /*background: #fff;*/
}
.ty-drag-content img,
ty-drag-content > div {
    width: 100%;
    height: 100%;
}
.ty-drag-content .ty-layer-chart {
    width: 100%;
    height: 100%;
}
.ty-drag-mover {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    cursor: move;
    position: absolute;
}
.ty-drag-circle {
    display: none;
}
.ty-drag-container.active .ty-drag-circle {
    display: block;
}
.ty-drag-circle .cc {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    border: 1px solid #515151;
}
.ty-drag-container.selected .ty-drag-circle .cc {
    border: 1px solid #3883fa;
}
.ty-drag-circle .top-left {
    left: -6px;
    top: -6px;
    cursor: nw-resize;
}
.ty-drag-circle .top-center {
    left: calc(50% - 6px);
    top: -7px;
    cursor: n-resize;
}
.ty-drag-circle .top-right {
    right: -6px;
    top: -6px;
    cursor: ne-resize;
}
.ty-drag-circle .middle-left {
    left: -6px;
    top: calc(50% - 6px);
    cursor: w-resize;
}
.ty-drag-circle .middle-right {
    right: -6px;
    top: calc(50% - 6px);
    cursor: w-resize;
}
.ty-drag-circle .bottom-left {
    left: -6px;
    bottom: -6px;
    cursor: sw-resize;
}
.ty-drag-circle .bottom-center {
    left: calc(50% - 6px);
    bottom: -7px;
    cursor: s-resize;
}
.ty-drag-circle .bottom-right {
    right: -6px;
    bottom: -6px;
    cursor: se-resize;
}
.ty-drag-circle .rotate-line {
    width: 2px;
    height: 24.5px;
    top: -32px;
    background-color: #515151;
    left: calc(50% + 1px);
    position: absolute;
}
.ty-drag-circle .rotate-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -50px;
    background-image: url(./icons/4319ed3209e5999879d00e2ea7eef42d.png);
    left: calc(50% - 10px);
}
.ty-layer-menu {
    display: block;
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 150px;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.ty-layer-menu .menu-item {
    text-align: center;
    padding: 2px;
}
.ty-layer-menu .menu-item:hover {
    background: #eee;
}
.ty-layer-menu .menu-item.divider {
    height: 1px;
    background: #ddd;
    padding: 0;
}
.ty-input {
    box-sizing: border-box;
    margin: 0 8px;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    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;
    transition: all 0.3s;
}
.ty-input:focus,
.ty-input:hover {
    border-color: #40a9ff;
    outline-color: #40a9ff;
    border-right-width: 1px !important;
}
.ty-radio {
    display: inline-block;
}
.ty-radio input {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
    cursor: pointer;
}
.ty-radio label {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    line-height: 14px;
    margin-left: 2px;
    cursor: pointer;
}
textarea.ty-input {
    margin-bottom: 4px;
    max-width: 100%;
    height: auto;
    min-height: 32px;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
}
.ty-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}
.ty-modal-warp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    height: 100%;
}
.ty-modal {
    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;
    font-feature-settings: "tnum";
    position: relative;
    top: 100px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 24px;
}
.ty-modal.modal-default {
    top: 5%;
    height: 85%;
    overflow-y: hidden;
    width: 800px;
}
.ty-modal-clear {
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.ty-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    height: 100%;
}
.ty-modal-close {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 10;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.3s;
}
.ty-modal-close span {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 24px;
    font-weight: 100;
    font-style: normal;
    line-height: 42px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
}
.ty-modal-close span:hover {
    color: #000;
}
.ty-modal-content .header {
    padding: 10px 24px;
    color: rgba(0, 0, 0, 0.65);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 4px 4px 0 0;
}
.ty-modal-content .header .title {
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.ty-modal-content .body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    height: calc(100% - 86px);
    overflow-y: auto;
}
.ty-modal-content .body .spin {
    position: relative;
    transition: opacity 0.3s;
}
.ty-modal-content .footer {
    padding: 6px 6px;
    text-align: right;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px;
}
.ty-button {
    letter-spacing: 3px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #d9d9d9;
    margin: 0 8px;
}
.ty-button:hover {
    color: #096dd9;
    background-color: #fff;
    border-color: #096dd9;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}
/* 滑块-begin */
.ty-slider-tip {
    position: absolute;
    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;
    font-feature-settings: "tnum";
    z-index: 999;
    max-width: 250px;
    visibility: visible;
    padding-bottom: 8px;
    top: 32px;
    display: none;
}
.ty-slider-container:hover .ty-slider-tip {
    display: block;
}
.ty-slider-tip-arrow {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.ty-slider-tip-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;
    box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
    transform: translateY(6.53553391px) rotate(45deg);
}
.ty-slider-tip-text {
    min-width: unset;
    padding: 2px 6px;
    color: #fff !important;
    text-align: left;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ty-slider-content {
    width: 20px;
    height: 21px;
    border-radius: 3px;
    background: #404040;
}
input.ty-slider[type=range]::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    border: 2px solid #1890ff;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: border-color 0.15s, background-color 0.15s;
    transition: border-color 0.15s, background-color 0.15s;
    cursor: pointer;
    background-clip: padding-box;
    box-sizing: border-box;
}
input.ty-slider[type=range]::-webkit-slider-thumb:hover {
    box-shadow: 0px 0px 5px blue;
}
.ty-slider_thumb:active,
input.ty-slider[type=range] {
    height: 3px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    /**background-color: #45bd5c;*/
    background: -webkit-linear-gradient(#40c35f, #40c35f) no-repeat #cccccc;
    background-size: 0% 100%;
}
.ty-slider_track > span {
    display: block;
    width: 0%;
    height: 100%;
    background-color: #40c35f;
}
.ty-slider_tips {
    position: absolute;
    margin-top: -2em;
    width: 6em;
    text-align: center;
    margin-left: -3em;
}
.ty-slider_thumb > .ty-slider_tips {
    margin-left: -2.15em;
}
.ty-slider_tips > span {
    position: relative;
    display: inline-block;
    padding: 0 3px;
    min-width: 1.2em;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    text-align: center;
}
.ty-slider_tips > span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.25em;
    margin-left: -0.3em;
    border: 0.3em solid rgba(0, 0, 0, 0.5);
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom: 0;
}
/*Real Range*/
input.ty-slider[type=range] {
    position: relative;
    outline: 0;
    -webkit-appearance: none !important;
}
input.ty-slider[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
}
/*Virtual Range*/
.ty-slider {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 1em;
}
.ty-slider_thumb {
    position: absolute;
    top: 0;
    margin-left: -0.85em;
}
.ty-slider_thumb.ondrag > .ty-slider_tips {
    visibility: visible;
}
.ty-slider-container {
    width: 100px;
    position: relative;
    padding-top: 10px;
}
.sub-menu {
    /*height: 61px !important;*/
    padding-bottom: 3px;
    width: 136px;
    z-index: 999;
    padding-top: 3px;
}
.sub-menu .x-spreadsheet-item {
    text-align: center;
}
/* 格式刷样式 */
.gss {
    cursor: url(./icons/e63176859cc9386023017a70852fa2c1.png), pointer;
}
/* 右键菜单输入框样式 */
.jas-menu-item-input {
    border: 1px solid #dddddd;
    width: 34px;
    height: 18px;
    border-radius: 2px;
    text-align: center;
    margin: 0px 10px;
    font-size: 12px;
    font-weight: normal;
}
/* 右键菜单输入框选中样式 */
.jas-menu-item-input:focus {
    border-color: #0188fb;
    outline: none;
}
/* 调整单元格宽高提示详细像素信息样式 */
.jas-sheet-resizer-tip {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px 0 rgb(0 0 0%);
    border-radius: 1px;
    font-size: 12px;
    padding: 3px 10px 4px;
    color: rgba(0, 0, 0, 0.88);
    white-space: nowrap;
}
/* 像素信息提示 宽度样式 */
.jas-sheet-resizer-tip.width-tip {
    left: 10px;
}
/* 像素信息提示 高度样式 */
.jas-sheet-resizer-tip.height-tip {
    top: 6px;
}
/* 帮助按钮样式 */
.active .toolbar-absolute {
    position: absolute !important;
}
.toolbar-absolute .jas-sheet-dropdown-header {
    height: 26px;
}
.dropdown-item.jas-disabled {
    color: #aaa !important;
}
/* 滑块-end */


/*# sourceMappingURL=jmsheet.css.map*/
