/*! CSS Used from: Embedded */

:root {
  --fontMajor_color1: var(--fontMajor_color1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #40a9ff;
}

a:active {
    color: #096dd9;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
html [type="button"] {
    -webkit-appearance: button;
}

::selection {
    color: #fff;
    background: #1890ff;
}

.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;
}

/*! CSS Used from: Embedded */
.ant-btn {
    line-height: 1.499;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #d9d9d9;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
    text-decoration: none;
    background: #fff;
}

.ant-btn>i,
.ant-btn>span {
    display: inline-block;
    pointer-events: none;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

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

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

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

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

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

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

.ant-btn-primary:active>a:only-child {
    color: currentColor;
}

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

.ant-btn::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: none;
    background: #fff;
    border-radius: inherit;
    opacity: 0.35;
    transition: opacity 0.2s;
    content: '';
    pointer-events: none;
}

.ant-btn .anticon {
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn:focus>span,
.ant-btn:active>span {
    position: relative;
}

.ant-btn>.anticon+span {
    margin-left: 8px;
}

.ant-btn-two-chinese-chars::first-letter {
    letter-spacing: 0.34em;
}

.ant-btn-two-chinese-chars>*:not(.anticon) {
    margin-right: -0.34em;
    letter-spacing: 0.34em;
}

.ant-btn:empty {
    vertical-align: top;
}

/*! CSS Used from: Embedded */
.fAsMLt>.left-wrapper {
    height: 100%;
    width: 250px;
    /* margin-top: 4px; */
    overflow: hidden auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.fakoan {
    width: 100%;
    background-color: white;
    color: black;
    font-size: 14px;
    padding: 3px 0px;
    height: 100%;
    overflow: hidden;
}

.fakoan>.table-wrapper {
    width: 100%;
    height: calc(100% - 66px);
    overflow: hidden auto;
    border-top: 1px dashed var(--fontMajor_color1);
}

.fakoan>.bet-info-table-footer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 6px;
}

.fakoan>.bet-info-table-footer>div>span {
    font-size: 14px;
    color: red;
    margin: 0px 3px;
}

.fakoan>.bet-info-table-footer>div.btn-wrapper {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.fakoan>.bet-info-table-footer>div.btn-wrapper>.ant-btn:nth-of-type(n+2) {
    margin-left: 6px;
}

div,
span,
a,
i,
label {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
}

button {
    padding: 0px;
    margin: 0px;
}

button.ant-btn {
    border-radius: 0px;
    height: 28px;
    line-height: 28px;
    padding: 0px 8px;
    width: auto;
    background-color: rgb(255, 216, 189);
    border-color: rgb(143, 143, 143);
}

button.ant-btn.ant-btn-primary {
    border: 1px solid rgb(191, 191, 191);
    background-color: var(--fontMajor_color1);
    outline: rgb(111, 111, 111) solid 1px;
}

button.ant-btn.ant-btn-primary:disabled {
    color: white;
    opacity: 0.7;
}

button.ant-btn.ant-btn-primary:hover {
    background-color: rgb(87, 97, 208);
}

button.ant-btn.ant-btn-primary.green {
    background-color: rgb(28, 124, 16);
}

button.ant-btn.ant-btn-primary.green:hover {
    background-color: rgb(62, 179, 47);
}

a {
    text-decoration: none;
}


/*! CSS Used from: Embedded */
*,
*::before,
*::after {
    box-sizing: border-box;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

button,
label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
html [type="button"] {
    -webkit-appearance: button;
}

::selection {
    color: #fff;
    background: #1890ff;
}

/*! CSS Used from: Embedded */
.ant-btn {
    line-height: 1.499;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #d9d9d9;
}

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

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

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

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

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

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
    text-decoration: none;
    background: #fff;
}

.ant-btn>span {
    display: inline-block;
    pointer-events: none;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

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

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

.ant-btn::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: none;
    background: #fff;
    border-radius: inherit;
    opacity: 0.35;
    transition: opacity 0.2s;
    content: '';
    pointer-events: none;
}

.ant-btn:focus>span,
.ant-btn:active>span {
    position: relative;
}

.ant-btn:empty {
    vertical-align: top;
}

/*! CSS Used from: Embedded */
.hNYGDX {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px 0px;
}

.hNYGDX:nth-of-type(2n) {
    margin: 2px 0px;
}

.hNYGDX:nth-of-type(n+2) {
    border-top: 1px solid var(--fontMajor_color1);
}

.hNYGDX.is-withdrawed {
    background-color: rgb(255, 224, 224);
}

.hNYGDX.is-withdrawed>div,
.hNYGDX.is-withdrawed>label {
    background-color: transparent;
    color: black;
}

.hNYGDX.is-withdrawed>div {
    height: 26px;
}

.hNYGDX.is-withdrawed>div>span {
    color: var(--fontMajor_color1);
}

.hNYGDX.is-withdrawed>div {
    border-color: rgb(79, 79, 79);
}

.hNYGDX>* {
    padding: 0px 3px;
}

.hNYGDX>div {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 3px;
    height: 30px;
}

.hNYGDX>div>span {
    color: red;
}

.hNYGDX>label {
    height: 22px;
    line-height: 22px;
    width: 100%;
    display: block;
    text-align: left;
}

.hNYGDX>p {
    padding: 8px 5px;
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    word-wrap: break-word;
}

.hNYGDX:not(.is-withdrawed) {
    cursor: pointer;
}

.hNYGDX:not(.is-withdrawed):hover {
    opacity: 0.7;
}

.hNYGDX:not(.is-withdrawed)>p {
    cursor: pointer;
    word-wrap: break-word;
}

.hNYGDX:not(.is-withdrawed)>p.pl3 {
    background-color: rgb(193, 255, 216);
}

.hNYGDX:not(.is-withdrawed)>p.pltw {
    background-color: #FBFFC7;
}

.hNYGDX:not(.is-withdrawed)>p.plcan28 {
    background-color: #FFBB77;
}

.hNYGDX:not(.is-withdrawed)>p.can28 {
    background-color: #FFBB77;
}

.hNYGDX:not(.is-withdrawed)>p.star7 {
    background-color: #9393f7;
}

.hNYGDX:not(.is-withdrawed)>p.pai5 {
    background-color: #cdcd9a;
}

.hNYGDX:not(.is-withdrawed)>p.plstar3D7 {
    background-color: #FBFFC7;
}

.hNYGDX:not(.is-withdrawed)>p.fc3 {
    background-color: rgb(193, 238, 255);
}

.hNYGDX:not(.is-withdrawed)>p.all {
    background-color: rgb(219, 219, 219);
}

.fakoan>.table-wrapper {
    width: 100%;
    height: calc(100% - 66px);
    overflow: hidden auto;
    border-top: 1px dashed var(--fontMajor_color1);
}

div,
span,
p,
label {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
}

button {
    padding: 0px;
    margin: 0px;
}

button.ant-btn {
    border-radius: 0px;
    height: 28px;
    line-height: 28px;
    padding: 0px 8px;
    width: auto;
    background-color: rgb(255, 216, 189);
    border-color: rgb(143, 143, 143);
}

button.ant-btn.small {
    border-radius: 3px;
    height: 22px;
    line-height: 22px;
    padding: 0px 5px;
}

button.ant-btn.ant-btn-primary {
    border: 1px solid rgb(191, 191, 191);
    background-color: var(--fontMajor_color1);
    outline: rgb(111, 111, 111) solid 1px;
}

button.ant-btn.ant-btn-primary:disabled {
    color: white;
    opacity: 0.7;
}

button.ant-btn.ant-btn-primary:hover {
    background-color: rgb(87, 97, 208);
}

button.ant-btn.ant-btn-primary.red {
    background-color: rgb(185, 41, 41);
}

button.ant-btn.ant-btn-primary.red:hover {
    background-color: rgb(214, 67, 67);
}

button.ant-btn.ant-btn-primary.green {
    background-color: rgb(28, 124, 16);
}

button.ant-btn.ant-btn-primary.green:hover {
    background-color: rgb(62, 179, 47);
}

/*! CSS Used from: Embedded */
*,
*::before,
*::after {
    box-sizing: border-box;
}

::selection {
    color: #fff;
    background: #1890ff;
}

/*! CSS Used from: Embedded */
.eTfdnB {
    display: flex;
    width: 100%;
    background-color: var(--fontMajor_color1);
    height: 40px;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 0px 10px;
    container-type: inline-size;
}

.eTfdnB>span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
    border-bottom: 3px solid transparent;
    color: white;
}

.eTfdnB>span:nth-of-type(n+2) {
    margin-left: 5px;
}

.eTfdnB>span:hover,
.eTfdnB>span.selected {
    border-bottom-color: white;
}

div,
span {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
}


/*! CSS Used from: Embedded */
*,
*::before,
*::after {
    box-sizing: border-box;
}

[tabindex='-1']:focus {
    outline: none !important;
}

textarea {
    -webkit-appearance: none;
}

ul {
    margin-top: 0;
    margin-bottom: 1em;
}

a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #40a9ff;
}

a:active {
    color: #096dd9;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input:not([type='range']),
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

input,
button,
select,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
    resize: vertical;
}

::selection {
    color: #fff;
    background: #1890ff;
}

.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[tabindex] {
    cursor: pointer;
}

/*! CSS Used from: Embedded */
.ant-btn {
    line-height: 1.499;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #d9d9d9;
}

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

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

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

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

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

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

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
    text-decoration: none;
    background: #fff;
}

.ant-btn>i,
.ant-btn>span {
    display: inline-block;
    pointer-events: none;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

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

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

.ant-btn::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: none;
    background: #fff;
    border-radius: inherit;
    opacity: 0.35;
    transition: opacity 0.2s;
    content: '';
    pointer-events: none;
}

.ant-btn .anticon {
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn:focus>span,
.ant-btn:active>span {
    position: relative;
}

.ant-btn>.anticon+span {
    margin-left: 8px;
}

.ant-btn:empty {
    vertical-align: top;
}

/*! CSS Used from: Embedded */
.czRyrE {
    width: 100%;
    background-color: white;
    margin: 7px 0px;
    padding: 0px 5px;
    height: 70px;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
}

.czRyrE>div {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.czRyrE>div>textarea {
    height: 24px;
    line-height: 22px;
    border-radius: 0px;
}

.czRyrE>div>textarea:focus {
    height: 60px;
}

.czRyrE>div:nth-last-of-type(n+2) {
    width: auto;
    padding: 7px 9px 0px;
    height: 50px;
    position: relative;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 4px;
    margin: 8px 5px 0px;
}

.czRyrE>div:nth-last-of-type(n+2)>label,
.czRyrE>div:nth-last-of-type(n+2)>.t-label {
    width: auto;
    position: absolute;
    z-index: 2;
    padding: 0px 4px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    background-color: white;
    display: inline-block;
    left: 10px;
    top: -10px;
}

.czRyrE>div:nth-last-of-type(n+2)>span {
    margin: 0px 4px;
}

.cJEJGH {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: help;
}

.cJEJGH>* {
    cursor: help;
}

.cJEJGH::before {
    content: "?";
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    border: 1px solid rgb(95, 95, 95);
    color: rgb(95, 95, 95);
    margin-right: 5px;
    border-radius: 50%;
    background-color: white;
}

.cJEJGH:hover::before {
    border-color: black;
    color: black;
}

.fEBmsp.bold {
    font-weight: bold;
}

.fEBmsp.orange {
    color: rgb(205, 113, 0);
}

.fEBmsp.red {
    color: red;
}

.fLdlDl {
    margin: 0px 10px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
}

.fLdlDl>label {
    font-size: 16px;
}

.fLdlDl>span {
    font-size: 16px;
    font-weight: bold;
    color: darkgreen;
    margin-right: 10px;
}

.gFaCCo {
    position: relative;
    width: 100%;
    min-width: 1000px;
    background-color: transparent;
}

.cbNBsw {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
}

.cbNBsw>span:nth-of-type(n+2) {
    margin-top: 2px;
}

.cbNBsw>span>label {
    display: inline-block;
    padding: 2px 5px;
    color: white;
    margin-right: 5px;
}

.cbNBsw>span.is-f>label {
    background-color: rgb(122, 43, 195);
}

.cbNBsw>span.is-f>span {
    color: rgb(122, 43, 195);
    font-weight: bold;
}

.cbNBsw>span.is-star7>label {
    background-color: #4343f9;
}

.cbNBsw>span.is-star7>span {
    color: #4343f9;
    font-weight: bold;
}

.cbNBsw>span.is-pai5>label {
    background-color: #878751;
}

.cbNBsw>span.is-pai5>span {
    color: #878751;
    font-weight: bold;
}

.cbNBsw>span.is-tw>label {
    background-color: #FF9900;
}

.cbNBsw>span.is-tw>span {
    color: #FF9900;
    font-weight: bold;
}

.cbNBsw>span.is-star3D7>label {
    background-color: #FF9900;
}

.cbNBsw>span.is-star3D7>span {
    color: #FF9900;
    font-weight: bold;
}

.cbNBsw>span.is-can28>label {
    background-color: #FF4500;
}

.cbNBsw>span.is-can28>span {
    color: #FF4500;
    font-weight: bold;
}

.cbNBsw>span.is-p>label {
    background-color: rgb(3, 101, 100);
}

.cbNBsw>span.is-p>span {
    color: rgb(3, 101, 100);
    font-weight: bold;
}

div,
span,
a,
i,
ul,
li,
label,
table,
tbody,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
}

input,
textarea,
button {
    padding: 0px;
    margin: 0px;
}

ul {
    list-style: none;
}

input::placeholder {
    color: rgb(191, 191, 191);
}

input.ant-input {
    border: 1px solid rgb(143, 143, 143);
    color: black;
}

select {
    background-color: white;
    display: inline-flex;
    height: 24px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 5px;
    color: blue !important;
}

select>option {
    color: black;
}

button.ant-btn {
    border-radius: 0px;
    height: 28px;
    line-height: 28px;
    padding: 0px 8px;
    width: auto;
    background-color: rgb(255, 216, 189);
    border-color: rgb(143, 143, 143);
}

button.ant-btn.small {
    border-radius: 3px;
    height: 22px;
    line-height: 22px;
    padding: 0px 5px;
}

button.ant-btn.ant-btn-primary {
    border: 1px solid rgb(191, 191, 191);
    background-color: var(--fontMajor_color1);
    outline: rgb(111, 111, 111) solid 1px;
}

button.ant-btn.ant-btn-primary:disabled {
    color: white;
    opacity: 0.7;
}

button.ant-btn.ant-btn-primary:hover {
    background-color: rgb(87, 97, 208);
}

button.ant-btn.ant-btn-primary.red {
    background-color: rgb(185, 41, 41);
}

button.ant-btn.ant-btn-primary.red:hover {
    background-color: rgb(214, 67, 67);
}

button.ant-btn.ant-btn-primary.green {
    background-color: rgb(28, 124, 16);
}

button.ant-btn.ant-btn-primary.green:hover {
    background-color: rgb(62, 179, 47);
}

.ant-table-pagination.ant-pagination {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 20px;
    height: 40px;
    float: none !important;
}

.ant-pagination {
    margin: 3px 0px !important;
}

.ant-pagination>li:not(.ant-pagination-options) {
    height: 24px;
    line-height: 22px;
    min-width: 24px;
}

.ant-pagination>li:not(.ant-pagination-options):nth-last-of-type(n+2) {
    margin-right: 4px;
}

.ant-table-wrapper.ant-table-has-total>div>div>.ant-table>.ant-table-content>div>table tr:last-child>td {
    background-color: rgb(210, 247, 247) !important;
}

.ant-table-wrapper.ant-table-overwrite {
    background-color: white;
    padding: 15px;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table {
    color: black;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-thead>tr {
    background-color: transparent;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-thead>tr>th {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(143, 143, 143);
    text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 0px !important;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr {
    background-color: white;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr:hover {
    background-color: rgb(255, 230, 199) !important;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr:nth-of-type(2n+1) {
    background-color: rgb(212, 231, 255);
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr.green-row {
    background-color: rgb(207, 255, 220);
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr.green-row:hover {
    /* background-color: white !important; */
    background-color: #fff699 !important;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr.red-row {
    background-color: rgb(242, 222, 222);
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr.red-row:hover {
    background-color: #fff699 !important;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr>td {
    background-color: transparent;
    border-bottom: none;
    text-align: center;
    padding: 8px 5px !important;
}

.ant-table-wrapper.ant-table-overwrite.medium-gap>div>div>.ant-table .ant-table-thead>tr>th {
    padding: 8px 10px;
    vertical-align: middle;
}

.ant-table-wrapper.ant-table-overwrite.medium-gap>div>div>.ant-table .ant-table-tbody>tr>td {
    padding: 5px 7px;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

/*! CSS Used from: Embedded */
.ant-table-wrapper {
    zoom: 1;
}

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

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

.ant-table {
    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 {
    transition: opacity 0.3s;
}

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

.ant-table-thead>tr {
    background: #fafafa;
}

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

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

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

.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-tbody>tr>td {
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.3s, border 0s;
}

.ant-table-thead>tr,
.ant-table-tbody>tr {
    transition: all 0.3s, height 0s;
}

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

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

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

/*! CSS Used from: Embedded */
.ant-spin-nested-loading {
    position: relative;
}

.ant-spin-container {
    position: relative;
    transition: opacity 0.3s;
}

.ant-spin-container::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none \9;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.3s;
    content: '';
    pointer-events: none;
}

/*! CSS Used from: Embedded */
.ant-pagination {
    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';
}

.ant-pagination::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ' ';
}

.ant-pagination-total-text {
    display: inline-block;
    height: 32px;
    margin-right: 8px;
    line-height: 30px;
    vertical-align: middle;
}

.ant-pagination-item {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    margin-right: 8px;
    font-family: Arial;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-pagination-item a {
    display: block;
    padding: 0 6px;
    color: rgba(0, 0, 0, 0.65);
    transition: none;
}

.ant-pagination-item:focus,
.ant-pagination-item:hover {
    border-color: #1890ff;
    transition: all 0.3s;
}

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
    color: #1890ff;
}

.ant-pagination-item-active {
    font-weight: 500;
    background: #fff;
    border-color: #1890ff;
}

.ant-pagination-item-active a {
    color: #1890ff;
}

.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
    border-color: #40a9ff;
}

.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
    color: #40a9ff;
}

.ant-pagination-prev {
    margin-right: 8px;
}

.ant-pagination-prev,
.ant-pagination-next {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, 0.65);
    font-family: Arial;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.ant-pagination-prev,
.ant-pagination-next {
    outline: 0;
}

.ant-pagination-prev a,
.ant-pagination-next a {
    color: rgba(0, 0, 0, 0.65);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
    border-color: #40a9ff;
}

.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
    display: block;
    height: 100%;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: none;
    transition: all 0.3s;
}

.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
    color: #1890ff;
    border-color: #1890ff;
}

.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
    cursor: not-allowed;
}

.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
    cursor: not-allowed;
}

.ant-pagination-options {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
}

.ant-pagination-options-size-changer.ant-select {
    display: inline-block;
    width: auto;
    margin-right: 8px;
}

@media only screen and (max-width: 576px) {
    .ant-pagination-options {
        display: none;
    }
}

/*! CSS Used from: Embedded */
.ant-select {
    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: 0;
}

.ant-select-arrow {
    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;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    line-height: 1;
    transform-origin: 50% 50%;
}

.ant-select-arrow>* {
    line-height: 1;
}

.ant-select-arrow svg {
    display: inline-block;
}

.ant-select-arrow::before {
    display: none;
}

.ant-select-arrow .ant-select-arrow-icon {
    display: block;
}

.ant-select-arrow .ant-select-arrow-icon svg {
    transition: transform 0.3s;
}

.ant-select-selection {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 4px;
    outline: none;
    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;
}

.ant-select-selection:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.ant-select-selection:focus,
.ant-select-selection:active {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-select-selection-selected-value {
    float: left;
    max-width: 100%;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ant-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer;
}

.ant-select-selection__rendered {
    position: relative;
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 30px;
}

.ant-select-selection__rendered::after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '.';
    pointer-events: none;
}

/*! CSS Used from: Embedded */
.ant-calendar-picker {
    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;
    transition: opacity 0.3s;
}

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

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

.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    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;
    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;
}

/*! CSS Used from: Embedded */
.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    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;
}

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

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

textarea.ant-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
}


/*! CSS Used from: Embedded */
*,
*::before,
*::after {
    box-sizing: border-box;
}

[tabindex='-1']:focus {
    outline: none !important;
}

input[type='text'] {
    -webkit-appearance: none;
}

ul {
    margin-top: 0;
    margin-bottom: 1em;
}

a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #40a9ff;
}

a:active {
    color: #096dd9;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input:not([type='range']),
label,
select {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

input,
button,
select {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"] {
    -webkit-appearance: button;
}

input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

::selection {
    color: #fff;
    background: #1890ff;
}

.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[tabindex] {
    cursor: pointer;
}

/*! CSS Used from: Embedded */
.ant-btn {
    line-height: 1.499;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #d9d9d9;
}

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

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

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

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

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

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

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
    text-decoration: none;
    background: #fff;
}

.ant-btn>i,
.ant-btn>span {
    display: inline-block;
    pointer-events: none;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

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

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

.ant-btn::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: none;
    background: #fff;
    border-radius: inherit;
    opacity: 0.35;
    transition: opacity 0.2s;
    content: '';
    pointer-events: none;
}

.ant-btn .anticon {
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn:focus>span,
.ant-btn:active>span {
    position: relative;
}

.ant-btn>.anticon+span {
    margin-left: 8px;
}

.ant-btn:empty {
    vertical-align: top;
}

/*! CSS Used from: Embedded */
.czRyrE {
    width: 100%;
    background-color: white;
    margin: 7px 0px;
    padding: 0px 5px;
    height: 70px;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
}

.czRyrE>div {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.czRyrE>div input[type="text"] {
    width: 150px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
}

.czRyrE>div:nth-last-of-type(n+2) {
    width: auto;
    padding: 7px 9px 0px;
    height: 50px;
    position: relative;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 4px;
    margin: 8px 5px 0px;
}

.czRyrE>div:nth-last-of-type(n+2)>label {
    width: auto;
    position: absolute;
    z-index: 2;
    padding: 0px 4px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    background-color: white;
    display: inline-block;
    left: 10px;
    top: -10px;
}

.czRyrE>div:nth-last-of-type(n+2)>span {
    margin: 0px 4px;
}

.hRJxHJ {
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 14px;
    width: 100%;
    padding: 0px 20px;
    background-color: var(--fontMajor_color1);
}

.hRJxHJ>.sorter-wrapper {
    display: inline-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
}

.hRJxHJ>.sorter-wrapper>span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px dashed white;
}

.hRJxHJ>.sorter-wrapper>div {
    display: inline-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
}

.hRJxHJ>.sorter-wrapper>div>label {
    color: white;
    margin-right: 8px;
}

.hRJxHJ.flex-style {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.laGmsB {
    display: inline-flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    flex-wrap: nowrap;
}

.kUJtnp {
    display: inline-block;
    margin: 0px 5px;
}

.TtrvY {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.TtrvY.red {
    color: red;
}

.TtrvY.green {
    color: green;
}

.TtrvY.orange {
    color: rgb(203, 112, 1);
}

.fEBmsp.white {
    color: white;
}

.fLdlDl {
    margin: 0px 10px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
}

.fLdlDl>label {
    font-size: 16px;
}

.fLdlDl>span {
    font-size: 16px;
    font-weight: bold;
    color: darkgreen;
    margin-right: 10px;
}

.ctCyRj {
    width: 100%;
    overflow: auto;
}

input[type="text"].ant-input {
    background-color: rgb(222, 236, 255);
    color: black;
}

input[type="text"].ant-input:focus {
    background-color: white;
}

div,
span,
a,
i,
ul,
li,
label,
table,
tbody,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
}

input,
button {
    padding: 0px;
    margin: 0px;
}

ul {
    list-style: none;
}

input::placeholder {
    color: rgb(191, 191, 191);
}

input.ant-input {
    border: 1px solid rgb(143, 143, 143);
    color: black;
}

select {
    background-color: white;
    display: inline-flex;
    height: 24px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 5px;
    color: blue !important;
}

select>option {
    color: black;
}

.ant-radio-group .ant-radio-inner {
    border-color: darkblue !important;
}

.ant-radio-group .ant-radio-inner::after {
    background-color: var(--fontMajor_color1);
}

button.ant-btn {
    border-radius: 0px;
    height: 28px;
    line-height: 28px;
    padding: 0px 8px;
    width: auto;
    background-color: rgb(255, 216, 189);
    border-color: rgb(143, 143, 143);
}

button.ant-btn.small {
    border-radius: 3px;
    height: 22px;
    line-height: 22px;
    padding: 0px 5px;
}

button.ant-btn.ant-btn-primary {
    border: 1px solid rgb(191, 191, 191);
    background-color: var(--fontMajor_color1);
    outline: rgb(111, 111, 111) solid 1px;
}

button.ant-btn.ant-btn-primary:disabled {
    color: white;
    opacity: 0.7;
}

button.ant-btn.ant-btn-primary:hover {
    background-color: rgb(87, 97, 208);
}

button.ant-btn.ant-btn-primary.green {
    background-color: rgb(28, 124, 16);
}

button.ant-btn.ant-btn-primary.green:hover {
    background-color: rgb(62, 179, 47);
}

.ant-table-pagination.ant-pagination {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 20px;
    height: 40px;
    float: none !important;
}

.ant-pagination {
    margin: 3px 0px !important;
}

.ant-pagination>li:not(.ant-pagination-options) {
    height: 24px;
    line-height: 22px;
    min-width: 24px;
}

.ant-pagination>li:not(.ant-pagination-options):nth-last-of-type(n+2) {
    margin-right: 4px;
}

.ant-table-wrapper.ant-table-overwrite {
    background-color: white;
    padding: 15px;
}

.ant-table-wrapper.ant-table-overwrite .ant-table-title {
    padding: 0px;
    top: 0px;
    border-radius: 0px !important;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table {
    color: black;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-thead>tr {
    background-color: transparent;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-thead>tr>th {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(143, 143, 143);
    text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 0px !important;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr {
    background-color: white;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr:hover {
    background-color: rgb(255, 230, 199) !important;
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr:nth-of-type(2n+1) {
    background-color: rgb(212, 231, 255);
}

.ant-table-wrapper.ant-table-overwrite>div>div .ant-table .ant-table-tbody>tr>td {
    background-color: transparent;
    border-bottom: none;
    text-align: center;
    padding: 8px 5px !important;
}

.ant-table-wrapper.ant-table-overwrite.small-gap>div>div>.ant-table .ant-table-thead>tr>th {
    padding: 4px 5px;
    vertical-align: middle;
}

.ant-table-wrapper.ant-table-overwrite.small-gap>div>div>.ant-table .ant-table-tbody>tr>td {
    padding: 2px 5px;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

/*! CSS Used from: Embedded */
.ant-table-wrapper {
    zoom: 1;
}

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

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

.ant-table {
    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 {
    transition: opacity 0.3s;
}

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

.ant-table-thead>tr {
    background: #fafafa;
}

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

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

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

.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-tbody>tr>td {
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.3s, border 0s;
}

.ant-table-thead>tr,
.ant-table-tbody>tr {
    transition: all 0.3s, height 0s;
}

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

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

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

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

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

/*! CSS Used from: Embedded */
.ant-radio-group {
    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';
    display: inline-block;
    line-height: unset;
}

.ant-radio-wrapper {
    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;
    margin-right: 8px;
    white-space: nowrap;
    cursor: pointer;
}

.ant-radio {
    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;
    line-height: 1;
    white-space: nowrap;
    vertical-align: sub;
    outline: none;
    cursor: pointer;
}

.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus+.ant-radio-inner {
    border-color: #1890ff;
}

.ant-radio-input:focus+.ant-radio-inner {
    box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}

.ant-radio-checked::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #1890ff;
    border-radius: 50%;
    visibility: hidden;
    animation: antRadioEffect 0.36s ease-in-out;
    animation-fill-mode: both;
    content: '';
}

.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
    visibility: visible;
}

.ant-radio-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    border-radius: 100px;
    transition: all 0.3s;
}

.ant-radio-inner::after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: table;
    width: 8px;
    height: 8px;
    background-color: #1890ff;
    border-top: 0;
    border-left: 0;
    border-radius: 8px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    content: ' ';
}

.ant-radio-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.ant-radio-checked .ant-radio-inner {
    border-color: #1890ff;
}

.ant-radio-checked .ant-radio-inner::after {
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

span.ant-radio+* {
    padding-right: 8px;
    padding-left: 8px;
}

/*! CSS Used from: Embedded */
.ant-spin-nested-loading {
    position: relative;
}

.ant-spin-container {
    position: relative;
    transition: opacity 0.3s;
}

.ant-spin-container::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none \9;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.3s;
    content: '';
    pointer-events: none;
}

/*! CSS Used from: Embedded */
.ant-pagination {
    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';
}

.ant-pagination::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ' ';
}

.ant-pagination-total-text {
    display: inline-block;
    height: 32px;
    margin-right: 8px;
    line-height: 30px;
    vertical-align: middle;
}

.ant-pagination-item {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    margin-right: 8px;
    font-family: Arial;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-pagination-item a {
    display: block;
    padding: 0 6px;
    color: rgba(0, 0, 0, 0.65);
    transition: none;
}

.ant-pagination-item:focus,
.ant-pagination-item:hover {
    border-color: #1890ff;
    transition: all 0.3s;
}

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
    color: #1890ff;
}

.ant-pagination-item-active {
    font-weight: 500;
    background: #fff;
    border-color: #1890ff;
}

.ant-pagination-item-active a {
    color: #1890ff;
}

.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
    border-color: #40a9ff;
}

.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
    color: #40a9ff;
}

.ant-pagination-prev {
    margin-right: 8px;
}

.ant-pagination-prev,
.ant-pagination-next {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, 0.65);
    font-family: Arial;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.ant-pagination-prev,
.ant-pagination-next {
    outline: 0;
}

.ant-pagination-prev a,
.ant-pagination-next a {
    color: rgba(0, 0, 0, 0.65);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
    border-color: #40a9ff;
}

.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
    display: block;
    height: 100%;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: none;
    transition: all 0.3s;
}

.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
    color: #1890ff;
    border-color: #1890ff;
}

.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
    cursor: not-allowed;
}

.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
    cursor: not-allowed;
}

.ant-pagination-options {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
}

.ant-pagination-options-size-changer.ant-select {
    display: inline-block;
    width: auto;
    margin-right: 8px;
}

@media only screen and (max-width: 576px) {
    .ant-pagination-options {
        display: none;
    }
}

/*! CSS Used from: Embedded */
.ant-select {
    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: 0;
}

.ant-select-arrow {
    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;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    line-height: 1;
    transform-origin: 50% 50%;
}

.ant-select-arrow>* {
    line-height: 1;
}

.ant-select-arrow svg {
    display: inline-block;
}

.ant-select-arrow::before {
    display: none;
}

.ant-select-arrow .ant-select-arrow-icon {
    display: block;
}

.ant-select-arrow .ant-select-arrow-icon svg {
    transition: transform 0.3s;
}

.ant-select-selection {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 4px;
    outline: none;
    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;
}

.ant-select-selection:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.ant-select-selection:focus,
.ant-select-selection:active {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-select-selection-selected-value {
    float: left;
    max-width: 100%;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ant-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer;
}

.ant-select-selection__rendered {
    position: relative;
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 30px;
}

.ant-select-selection__rendered::after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '.';
    pointer-events: none;
}

/*! CSS Used from: Embedded */
.ant-calendar-picker {
    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;
    transition: opacity 0.3s;
}

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

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

.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    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;
    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;
}

/*! CSS Used from: Embedded */
.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    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;
}

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

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

/*! CSS Used keyframes */
@keyframes antRadioEffect {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.my-pagination .jump-box .jump-button {
    font-size: 12px;
}

/*! CSS Used from: Embedded */
*,
*::before,
*::after {
    box-sizing: border-box;
}

input[type='text'] {
    -webkit-appearance: none;
}

button,
input:not([type='range']),
label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

input,
button {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
html [type="button"] {
    -webkit-appearance: button;
}

::selection {
    color: #fff;
    background: #1890ff;
}

/*! CSS Used from: Embedded */
.ant-btn {
    line-height: 1.499;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #d9d9d9;
}

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

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

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

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

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

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
    text-decoration: none;
    background: #fff;
}

.ant-btn>span {
    display: inline-block;
    pointer-events: none;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

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

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

.ant-btn::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: none;
    background: #fff;
    border-radius: inherit;
    opacity: 0.35;
    transition: opacity 0.2s;
    content: '';
    pointer-events: none;
}

.ant-btn:focus>span,
.ant-btn:active>span {
    position: relative;
}

.ant-btn:empty {
    vertical-align: top;
}

/*! CSS Used from: Embedded */
.gaqttY {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    background-color: white;
    padding: 5px 8px;
    height: 50px;
    border-bottom: 1px dashed rgb(95, 95, 95);
}

.gaqttY>label {
    font-size: 14px;
    margin-right: 4px;
    color: black;
}

.gaqttY>label:nth-of-type(n+2) {
    margin-left: 5px;
}

.gaqttY>.ant-input {
    width: 200px;
}

.gaqttY>.ant-btn {
    margin-left: 5px;
}

input[type="text"].ant-input {
    background-color: rgb(222, 236, 255);
    color: black;
}

input[type="text"].ant-input:focus {
    background-color: white;
}

div,
span,
label {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
}

input,
button {
    padding: 0px;
    margin: 0px;
}

input::placeholder {
    color: rgb(191, 191, 191);
}

input.ant-input {
    border: 1px solid rgb(143, 143, 143);
    color: black;
}

button.ant-btn {
    border-radius: 0px;
    height: 28px;
    line-height: 28px;
    padding: 0px 8px;
    width: auto;
    background-color: rgb(255, 216, 189);
    border-color: rgb(143, 143, 143);
}

button.ant-btn.ant-btn-primary {
    border: 1px solid rgb(191, 191, 191);
    background-color: var(--fontMajor_color1);
    outline: rgb(111, 111, 111) solid 1px;
}

button.ant-btn.ant-btn-primary:disabled {
    color: white;
    opacity: 0.7;
}

button.ant-btn.ant-btn-primary:hover {
    background-color: rgb(87, 97, 208);
}

button.ant-btn.ant-btn-primary.orange {
    background-color: rgb(182, 118, 24);
}

button.ant-btn.ant-btn-primary.orange:hover {
    background-color: rgb(226, 157, 56);
}

/*! CSS Used from: Embedded */
.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    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;
}

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

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

.sc-cJSrbW.kMtMvs {
    font-size: 14px;
}

.sc-cJSrbW.kMtMvs * {
    font-size: inherit;
}


/*! CSS Used from: Embedded */
*,*::before,*::after{box-sizing:border-box;}
svg:not(:root){overflow:hidden;}
button{-ms-touch-action:manipulation;touch-action:manipulation;}
button{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button,html [type="button"]{-webkit-appearance:button;}
::selection{color:#fff;background:#1890ff;}
.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;}
/*! CSS Used from: Embedded */
.ant-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;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;top:100px;width:auto;margin:0 auto;padding-bottom:24px;}
.ant-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);}
.ant-modal-close{position:absolute;top:0;right:0;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;}
.ant-modal-close-x{display:block;width:56px;height:56px;font-size:16px;font-style:normal;line-height:56px;text-align:center;text-transform:none;text-rendering:auto;}
.ant-modal-close:focus,.ant-modal-close:hover{color:rgba(0, 0, 0, 0.75);text-decoration:none;}
.ant-modal-body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word;}
@media (max-width: 767px){
.ant-modal{max-width:calc(84vw);margin:8px auto;}
}
.ant-modal-confirm .ant-modal-close{display:none;}
.ant-modal-confirm .ant-modal-body{padding:32px 32px 24px;}
.ant-modal-confirm-body-wrapper{zoom:1;}
.ant-modal-confirm-body-wrapper::before,.ant-modal-confirm-body-wrapper::after{display:table;content:'';}
.ant-modal-confirm-body-wrapper::after{clear:both;}
.ant-modal-confirm-body .ant-modal-confirm-title{display:block;overflow:hidden;color:rgba(0, 0, 0, 0.85);font-weight:500;font-size:16px;line-height:1.4;}
.ant-modal-confirm-body .ant-modal-confirm-content{margin-top:8px;color:rgba(0, 0, 0, 0.65);font-size:14px;}
.ant-modal-confirm-body > .anticon{float:left;margin-right:16px;font-size:22px;}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content{margin-left:38px;}
.ant-modal-confirm .ant-modal-confirm-btns{float:right;margin-top:24px;}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon{color:#1890ff;}
/*! CSS Used from: Embedded */
.ant-btn{line-height:1.499;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;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;height:32px;padding:0 15px;font-size:14px;border-radius:4px;color:rgba(0, 0, 0, 0.65);background-color:#fff;border-color:#d9d9d9;}
.ant-btn,.ant-btn:active,.ant-btn:focus{outline:0;}
.ant-btn:not([disabled]):hover{text-decoration:none;}
.ant-btn:not([disabled]):active{outline:0;box-shadow:none;}
.ant-btn:hover,.ant-btn:focus{color:#40a9ff;background-color:#fff;border-color:#40a9ff;}
.ant-btn:active{color:#096dd9;background-color:#fff;border-color:#096dd9;}
.ant-btn:hover,.ant-btn:focus,.ant-btn:active{text-decoration:none;background:#fff;}
.ant-btn > span{display:inline-block;pointer-events:none;}
.ant-btn-primary{color:#fff;background-color:#1890ff;border-color:#1890ff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.12);box-shadow:0 2px 0 rgba(0, 0, 0, 0.045);}
.ant-btn-primary:hover,.ant-btn-primary:focus{color:#fff;background-color:#40a9ff;border-color:#40a9ff;}
.ant-btn-primary:active{color:#fff;background-color:#096dd9;border-color:#096dd9;}
.ant-btn::before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;display:none;background:#fff;border-radius:inherit;opacity:0.35;transition:opacity 0.2s;content:'';pointer-events:none;}
.ant-btn:focus > span,.ant-btn:active > span{position:relative;}
.ant-btn:empty{vertical-align:top;}
/*! CSS Used from: Embedded */
.iteJBk{border:1px solid rgb(143, 143, 143);padding:3px 5px;height:100%;width:100%;box-shadow:rgb(63, 63, 63) 0px 4px 5px -5px;}
.iteJBk > .result-table{margin:6px 0px;}
.iteJBk > .result-table > .ltype-wrapper{font-size:16px;display:inline-block;width:26px;height:26px;line-height:26px;text-align:center;border-radius:3px;color:white;}
.iteJBk > .result-table > .ltype-wrapper.is-ti{background-color:rgb(0, 114, 77);}
.iteJBk > .result-table .game-type-wrapper{margin-bottom:6px;}
.iteJBk > .result-table .game-type-wrapper > .game-type-title{font-size:18px;color:rgb(3, 89, 88);font-weight:bold;width:100%;}
.iteJBk > .result-table .game-type-wrapper > .row-container{display:flex;flex-flow:wrap;background-color:white;}
.iteJBk > .result-table .game-type-wrapper > .row-container.row-header-container{background-color:rgb(223, 223, 223);}
.iteJBk > .result-table .game-type-wrapper > .row-container.row-header-container > .row-label-container{border-top:1px solid rgb(95, 95, 95);}
.iteJBk > .result-table .game-type-wrapper > .row-container > .row-label-container{flex:1 1 12.5%;width:12.5%;display:flex;-webkit-box-align:center;align-items:center;border-bottom:1px solid rgb(95, 95, 95);border-left:1px solid rgb(95, 95, 95);justify-content:space-around;}
.iteJBk > .result-table .game-type-wrapper > .row-container > .row-label-container:nth-of-type(8n){border-right:1px solid rgb(95, 95, 95);}
.iteJBk > .result-table .game-type-wrapper > .row-container > .row-label-container.has-amount{background-color:rgb(179, 234, 255);}
.iteJBk > .result-table .game-type-wrapper > .row-container > .row-label-container > .label-wrapper{color:black;font-size:14px;padding:5px;}
.iteJBk > .result-table .game-type-wrapper > .row-container > .row-label-container > .label-wrapper > span{margin-left:5px;font-size:12px;}
.iteJBk > .result-table .game-type-wrapper > .row-container > .row-label-container > .label-wrapper > span.red{color:red;font-size:14px;}
div,span,i{margin:0px;padding:0px;border:0px;vertical-align:baseline;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-family:"Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;}
button{padding:0px;margin:0px;}
button.ant-btn{border-radius:0px;height:28px;line-height:28px;padding:0px 8px;width:auto;background-color:rgb(255, 216, 189);border-color:rgb(143, 143, 143);}
button.ant-btn.ant-btn-primary{border:1px solid rgb(191, 191, 191);background-color:var(--fontMajor_color1);outline:rgb(111, 111, 111) solid 1px;}
button.ant-btn.ant-btn-primary:disabled{color:white;opacity:0.7;}
button.ant-btn.ant-btn-primary:hover{background-color:rgb(87, 97, 208);}


.onsubmitBet_btn_spin {
  display: inline-block;
  width: 20px;    /* 圖片大小 */
  height: 20px;
  background: url("images/ball/loading.gif") no-repeat center center;
  background-size: contain; /* 自動縮放 */
  vertical-align: middle;
}
.abcdpanKo_btn{
    font-size: 12px;
    color:var(--fontMajor_color1);
    text-align: left;
    display: flex;
    justify-content: flex-start !important;   /* 靠左 */
    align-items: center;
    gap:5px;                       /* 按鈕間距 */
}

.abcdpanKo_btn .panspan{
    display:inline-block;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: all 0.2s;
}

.panspan.onpan{
    color:#fff;
    background-color: var(--fontMajor_color1);
}


.abcdpanKo{
    background-color:var(--fontMajor_color1);
    font-size: 16px;
    color:#FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 

}

.abcdpanKo > span{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 

}

.abcdpanKo > span > select{
    color:var(--fontMajor_color1);
    margin: 0 5px;
}

.red-warning-text {
    color: red;
    display: none;
    margin-left: 10px;
    font-size: 16px;
}

.darkblue > label {
    font-size: 16px;
}

button.ant-btn.green:hover {
    color: #FFFFFF;
    background-color: rgb(140, 202, 119);
    border-color: rgb(140, 202, 119);
}

#bigAmountWarning-div {
  z-index: 9999 !important;
}

#bigAmountWarning-div .ant-modal {
  margin: 0 !important;
  max-height: 90vh;
  overflow-y: auto;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  
}

.wXTyJ {
    display: flex;
    overflow-y: auto;
    max-height: 350px;
    flex-wrap: wrap;
}

.wXTyJ > div {
    width: 49%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.wXTyJ > div > span {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 8px;
}

.wXTyJ > div > label {
    width: 10px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: red;
}

.ltpyeshowratespan {
    margin-top: 5px;
}


.abcdpanKo_btn span {
    text-align: center;
    align-items: center;
}

@container (max-width: 1400px) {
    .eTfdnB>span { padding: 0px 10px !important; }
    .eTfdnB>span:nth-of-type(n+2) { margin-left: 2px; }
}
@container (max-width: 1300px) {
    .eTfdnB>span { padding: 0px 8px !important; }
    .eTfdnB>span:nth-of-type(n+2) { margin-left: 1px; }
}
@container (max-width: 1200px) {
    .eTfdnB>span { padding: 0px 9px !important; font-size: 13px; }
    .eTfdnB>span:nth-of-type(n+2) { margin-left: 0px; }
}
@container (max-width: 1100px) {
    .eTfdnB>span { padding: 0px 8px !important; font-size: 13px; }
}
@container (max-width: 1024px) {
    .eTfdnB>span { padding: 0px 7px !important; font-size: 12px; }
}
@container (max-width: 900px) {
    .eTfdnB>span { padding: 0px 6px !important; font-size: 12px; }
}
@container (max-width: 768px) {
    .eTfdnB>span { padding: 0px 5px !important; font-size: 11px; }
}
@container (max-width: 640px) {
    .eTfdnB>span { padding: 0px 4px !important; font-size: 11px; }
}

#eoheejtb_a .td-caption span ,
.footer-bar span , #qsabar1 span *
{
    font-size: 14px;
}
